﻿@media (max-width: 768px) {
  .headerBx .white-icon-bar {
    background: #000;
  }
  .headerBx .navbar-toggle {
    padding-top: 20px;
  }
  .headerBx .serviceBox .childBx {
    background: #F36759;
  }
  .headerBx .serviceBox .childBx .item {
    line-height: 40px;
    font-size: 12px;
    padding: 0 20px;
    border-bottom: 1px #ddd dashed;
  }
  .headerBx .serviceBox .childBx .item a {
    text-decoration: none;
    display: block;
    color: #eee;
  }
  .headerBx .serviceBox .childBx .item:last-child {
    border-bottom: none;
  }
  .headerBx .serviceBox .childBx .item:hover,
  .headerBx .serviceBox .childBx .item.active {
    background: #F1948D;
    cursor: pointer;
  }
  .headerBx .serviceBox .childBx .item:hover a,
  .headerBx .serviceBox .childBx .item.active a {
    color: #fff;
  }
  .headerBx .serviceBox:hover .tab {
    color: #f25748;
  }
  .headerBx .serviceBox:hover .childBx {
    display: block;
  }
  .headerBx .navbar-nav li a.tab {
    padding: 10px 25px;
    padding-top: 28px;
    font-size: 16px;
    background: none;
  }
  .headerBx .navbar-nav li a.tab i {
    font-size: 12px;
    margin-left: 5px;
  }
  .headerBx .navbar-nav li a.tab:hover,
  .headerBx .navbar-nav li a.tab.active {
    color: #f25748;
  }
  .footmsg {
    background: #1F1E20 url("../../images/index/footmsg.png") center no-repeat;
    margin-top: 50px;
  }
  .footmsg h3 {
    font-size: 23px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    margin-top: 52px;
    text-align: center;
  }
  .footmsg .p1 {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 42px;
  }
  .footmsg .formdiv li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100%;
  }
  .footmsg .formdiv input {
    width: 100%;
    height: 56px;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px #5d5d5d;
    border-radius: 2px;
    outline: none;
    margin-right: 16px;
    line-height: 56px;
    text-indent: 16px;
    border: none;
  }
  .footmsg .formdiv #yzcode {
    display: inline-block;
    margin-right: 16px;
    height: 56px;
    width: 120px;
    text-align: center;
    background: #fff;
    padding-top: 16px;
    border-radius: 2px;
  }
  .footmsg .formdiv #yzcode img {
    width: 80px;
    height: 25px;
  }
  .footmsg .formdiv .bannerbtn {
    height: 56px;
    line-height: 56px;
    width: 144px;
    background: #f23f2d;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
  }
  .footerdiv {
    background: #1e1e20;
    text-align: left;
  }
  .footerdiv .foottopdiv {
    padding: 62px 0px 38px;
    font-size: 16px;
    color: #84878f;
  }
  .footerdiv .foottopdiv p {
    margin-bottom: 12px;
    font-size: 14px;
    color: #84878f;
  }
  .footerdiv .foottopdiv p.ptt {
    font-size: 16px;
  }
  .footerdiv .foottopdiv .items a {
    color: #84878f;
    text-decoration: none;
  }
  .footerdiv .foottopdiv .items a:hover,
  .footerdiv .foottopdiv .items a:focus {
    color: #fff;
  }
  .footerdiv .foottopdiv .items.itemsc a {
    font-size: 14px;
    display: block;
    margin-right: 10px;
    float: left;
    width: 130px;
    margin-bottom: 10px;
  }
  .footerdiv .foottopdiv .items.items4 {
    width: auto;
    text-align: center;
  }
  .footerdiv .foottopdiv .items.items4 p {
    margin-top: 22px;
    text-align: center;
  }
  .footerdiv .footerbot {
    border-top: 1px solid #302F32;
    padding: 15px 0px 59px;
    overflow: hidden;
    font-size: 12px;
  }
  .footerdiv .footerbot .follow {
    color: #84878f;
  }
  .footerdiv .footerbot .linksBx li {
    color: #84878f;
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
  }
  .footerdiv .footerbot .linksBx li a {
    color: #84878f;
  }
  .footerdiv .footerbot .linksBx li a:hover {
    text-decoration: none;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .headerBx .serviceBox .childBx {
    position: absolute;
    top: 55px;
    left: -50px;
    width: 210px;
    z-index: 2000;
    background: #F36759;
    border-radius: 4px;
    display: none;
    overflow: hidden;
  }
  .headerBx .serviceBox .childBx .item {
    line-height: 40px;
    font-size: 12px;
    padding: 0 20px;
    border-bottom: 1px #ddd dashed;
  }
  .headerBx .serviceBox .childBx .item a {
    text-decoration: none;
    display: block;
    color: #eee;
  }
  .headerBx .serviceBox .childBx .item:last-child {
    border-bottom: none;
  }
  .headerBx .serviceBox .childBx .item:hover,
  .headerBx .serviceBox .childBx .item.active {
    background: #F1948D;
    cursor: pointer;
  }
  .headerBx .serviceBox .childBx .item:hover a,
  .headerBx .serviceBox .childBx .item.active a {
    color: #fff;
  }
  .headerBx .serviceBox:hover .tab {
    color: #f25748;
  }
  .headerBx .serviceBox:hover .childBx {
    display: block;
  }
  .headerBx .navbar-nav li a.tab {
    padding: 10px 15px;
    padding-top: 28px;
    font-size: 16px;
    background: none;
  }
  .headerBx .navbar-nav li a.tab i {
    font-size: 12px;
    margin-left: 5px;
  }
  .headerBx .navbar-nav li a.tab:hover,
  .headerBx .navbar-nav li a.tab.active {
    color: #f25748;
  }
  .footmsg {
    background: #1F1E20 url("../../images/index/footmsg.png") center no-repeat;
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .footmsg h3 {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    margin-top: 52px;
    text-align: center;
  }
  .footmsg .p1 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 42px;
  }
  .footmsg .formdiv li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 48%;
  }
  .footmsg .formdiv input {
    width: 100%;
    height: 56px;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px #5d5d5d;
    border-radius: 2px;
    outline: none;
    margin-right: 16px;
    line-height: 56px;
    text-indent: 16px;
    border: none;
  }
  .footmsg .formdiv #yzcode {
    display: inline-block;
    margin-right: 16px;
    height: 56px;
    width: 120px;
    text-align: center;
    background: #fff;
    padding-top: 16px;
    border-radius: 2px;
  }
  .footmsg .formdiv #yzcode img {
    width: 80px;
    height: 25px;
  }
  .footmsg .formdiv .btnbox {
    text-align: right;
  }
  .footmsg .formdiv .bannerbtn {
    height: 56px;
    line-height: 56px;
    width: 144px;
    background: #f23f2d;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
  }
  .footerdiv {
    background: #1e1e20;
    text-align: left;
  }
  .footerdiv .foottopdiv {
    padding: 62px 0px 38px;
    font-size: 16px;
    color: #84878f;
  }
  .footerdiv .foottopdiv p {
    margin-bottom: 12px;
    font-size: 14px;
    color: #84878f;
  }
  .footerdiv .foottopdiv p.ptt {
    font-size: 16px;
  }
  .footerdiv .foottopdiv .items {
    margin-bottom: 20px;
  }
  .footerdiv .foottopdiv .items a {
    color: #84878f;
    text-decoration: none;
  }
  .footerdiv .foottopdiv .items a:hover,
  .footerdiv .foottopdiv .items a:focus {
    color: #fff;
  }
  .footerdiv .foottopdiv .items.itemsc a {
    font-size: 14px;
    display: block;
    margin-right: 10px;
    float: left;
    width: 130px;
    margin-bottom: 10px;
  }
  .footerdiv .foottopdiv .items.items4 {
    width: auto;
    text-align: center;
  }
  .footerdiv .foottopdiv .items.items4 p {
    margin-top: 22px;
    text-align: center;
  }
  .footerdiv .footerbot {
    border-top: 1px solid #302F32;
    padding: 15px 0px 59px;
    overflow: hidden;
    font-size: 12px;
  }
  .footerdiv .footerbot .follow {
    color: #84878f;
  }
  .footerdiv .footerbot .linksBx li {
    color: #84878f;
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
  }
  .footerdiv .footerbot .linksBx li a {
    color: #84878f;
  }
  .footerdiv .footerbot .linksBx li a:hover {
    text-decoration: none;
    color: #fff;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .headerBx .serviceBox .childBx {
    position: absolute;
    top: 55px;
    left: -50px;
    width: 210px;
    z-index: 2000;
    background: #F36759;
    border-radius: 4px;
    display: none;
    overflow: hidden;
  }
  .headerBx .serviceBox .childBx .item {
    line-height: 40px;
    font-size: 12px;
    padding: 0 20px;
    border-bottom: 1px #ddd dashed;
  }
  .headerBx .serviceBox .childBx .item a {
    text-decoration: none;
    display: block;
    color: #eee;
  }
  .headerBx .serviceBox .childBx .item:last-child {
    border-bottom: none;
  }
  .headerBx .serviceBox .childBx .item:hover,
  .headerBx .serviceBox .childBx .item.active {
    background: #F1948D;
    cursor: pointer;
  }
  .headerBx .serviceBox .childBx .item:hover a,
  .headerBx .serviceBox .childBx .item.active a {
    color: #fff;
  }
  .headerBx .serviceBox:hover .tab {
    color: #f25748;
  }
  .headerBx .serviceBox:hover .childBx {
    display: block;
  }
  .headerBx .navbar-nav li a.tab {
    padding: 10px 25px;
    padding-top: 28px;
    font-size: 16px;
    background: none;
  }
  .headerBx .navbar-nav li a.tab i {
    font-size: 12px;
    margin-left: 5px;
  }
  .headerBx .navbar-nav li a.tab:hover,
  .headerBx .navbar-nav li a.tab.active {
    color: #f25748;
  }
  .footmsg {
    height: 284px;
    background: url("../../images/index/footmsg.png") center no-repeat;
    margin-top: 50px;
  }
  .footmsg h3 {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    margin-top: 52px;
    text-align: center;
  }
  .footmsg .p1 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 42px;
  }
  .footmsg .formdiv li {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 14%;
  }
  .footmsg .formdiv li:nth-child(3) {
    width: 22%;
  }
  .footmsg .formdiv input {
    width: 100%;
    height: 56px;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px #5d5d5d;
    border-radius: 2px;
    outline: none;
    margin-right: 16px;
    line-height: 56px;
    text-indent: 16px;
    border: none;
  }
  .footmsg .formdiv #yzcode {
    display: inline-block;
    margin-right: 16px;
    height: 56px;
    width: 120px;
    text-align: center;
    background: #fff;
    padding-top: 16px;
    border-radius: 2px;
  }
  .footmsg .formdiv #yzcode img {
    width: 80px;
    height: 25px;
  }
  .footmsg .formdiv .btnbox {
    text-align: right;
  }
  .footmsg .formdiv .bannerbtn {
    height: 56px;
    line-height: 56px;
    width: 144px;
    background: #f23f2d;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
  }
  .footerdiv {
    background: #1e1e20;
    text-align: left;
  }
  .footerdiv .foottopdiv {
    padding: 62px 0px 38px;
    font-size: 16px;
    color: #84878f;
  }
  .footerdiv .foottopdiv p {
    margin-bottom: 12px;
    font-size: 14px;
    color: #84878f;
  }
  .footerdiv .foottopdiv p.ptt {
    font-size: 16px;
  }
  .footerdiv .foottopdiv .items a {
    color: #84878f;
    text-decoration: none;
  }
  .footerdiv .foottopdiv .items a:hover,
  .footerdiv .foottopdiv .items a:focus {
    color: #fff;
  }
  .footerdiv .foottopdiv .items.itemsc a {
    font-size: 14px;
    display: block;
    margin-right: 10px;
    float: left;
    width: 130px;
    margin-bottom: 10px;
  }
  .footerdiv .foottopdiv .items.items4 {
    width: auto;
    text-align: center;
  }
  .footerdiv .foottopdiv .items.items4 p {
    margin-top: 22px;
    text-align: center;
  }
  .footerdiv .footerbot {
    border-top: 1px solid #302F32;
    padding: 15px 0px 59px;
    overflow: hidden;
    font-size: 12px;
  }
  .footerdiv .footerbot .follow {
    color: #84878f;
  }
  .footerdiv .footerbot .linksBx li {
    color: #84878f;
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
  }
  .footerdiv .footerbot .linksBx li a {
    color: #84878f;
  }
  .footerdiv .footerbot .linksBx li a:hover {
    text-decoration: none;
    color: #fff;
  }
}
@media (min-width: 1200px) and (max-width: 1430px) {
  .headerBx .serviceBox .childBx {
    position: absolute;
    top: 55px;
    left: -50px;
    width: 210px;
    z-index: 2000;
    background: #F36759;
    border-radius: 4px;
    display: none;
    overflow: hidden;
  }
  .headerBx .serviceBox .childBx .item {
    line-height: 40px;
    font-size: 12px;
    padding: 0 20px;
    border-bottom: 1px #ddd dashed;
  }
  .headerBx .serviceBox .childBx .item a {
    text-decoration: none;
    display: block;
    color: #eee;
  }
  .headerBx .serviceBox .childBx .item:last-child {
    border-bottom: none;
  }
  .headerBx .serviceBox .childBx .item:hover,
  .headerBx .serviceBox .childBx .item.active {
    background: #F1948D;
    cursor: pointer;
  }
  .headerBx .serviceBox .childBx .item:hover a,
  .headerBx .serviceBox .childBx .item.active a {
    color: #fff;
  }
  .headerBx .serviceBox:hover .tab {
    color: #f25748;
  }
  .headerBx .serviceBox:hover .childBx {
    display: block;
  }
  .headerBx .navbar-nav li a.tab {
    padding: 10px 30px;
    padding-top: 28px;
    font-size: 16px;
    background: none;
  }
  .headerBx .navbar-nav li a.tab i {
    font-size: 12px;
    margin-left: 5px;
  }
  .headerBx .navbar-nav li a.tab:hover,
  .headerBx .navbar-nav li a.tab.active {
    color: #f25748;
  }
  .footmsg {
    height: 284px;
    background: url("../../images/index/footmsg.png") center no-repeat;
    margin-top: 50px;
  }
  .footmsg h3 {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    margin-top: 52px;
    text-align: center;
  }
  .footmsg .p1 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 42px;
  }
  .footmsg .formdiv li {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    width: 14%;
  }
  .footmsg .formdiv li:nth-child(3) {
    width: 22%;
  }
  .footmsg .formdiv input {
    width: 100%;
    height: 56px;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px #5d5d5d;
    border-radius: 2px;
    outline: none;
    margin-right: 16px;
    line-height: 56px;
    text-indent: 16px;
    border: none;
  }
  .footmsg .formdiv #yzcode {
    display: inline-block;
    margin-right: 16px;
    height: 56px;
    width: 120px;
    text-align: center;
    background: #fff;
    padding-top: 16px;
    border-radius: 2px;
  }
  .footmsg .formdiv #yzcode img {
    width: 80px;
    height: 25px;
  }
  .footmsg .formdiv .btnbox {
    text-align: right;
  }
  .footmsg .formdiv .bannerbtn {
    height: 56px;
    line-height: 56px;
    width: 144px;
    background: #f23f2d;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
  }
  .footerdiv {
    background: #1e1e20;
    text-align: left;
  }
  .footerdiv .foottopdiv {
    padding: 62px 0px 38px;
    font-size: 16px;
    color: #84878f;
  }
  .footerdiv .foottopdiv p {
    margin-bottom: 12px;
    font-size: 14px;
    color: #84878f;
  }
  .footerdiv .foottopdiv p.ptt {
    font-size: 16px;
  }
  .footerdiv .foottopdiv .items a {
    color: #84878f;
    text-decoration: none;
  }
  .footerdiv .foottopdiv .items a:hover,
  .footerdiv .foottopdiv .items a:focus {
    color: #fff;
  }
  .footerdiv .foottopdiv .items.items1 {
    float: left;
  }
  .footerdiv .foottopdiv .items.itemsc {
    margin-left: 20px;
  }
  .footerdiv .foottopdiv .items.itemsc a {
    font-size: 14px;
    display: block;
    margin-right: 10px;
    float: left;
    width: 130px;
    margin-bottom: 10px;
  }
  .footerdiv .foottopdiv .items.items4 {
    width: auto;
    text-align: center;
  }
  .footerdiv .foottopdiv .items.items4 p {
    margin-top: 22px;
    text-align: center;
  }
  .footerdiv .footerbot {
    border-top: 1px solid #302F32;
    padding: 15px 0px 59px;
    overflow: hidden;
    font-size: 12px;
  }
  .footerdiv .footerbot .follow {
    color: #84878f;
  }
  .footerdiv .footerbot .linksBx li {
    color: #84878f;
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
  }
  .footerdiv .footerbot .linksBx li a {
    color: #84878f;
  }
  .footerdiv .footerbot .linksBx li a:hover {
    text-decoration: none;
    color: #fff;
  }
}
@media (min-width: 1430px) {
  .container {
    width: 100% !important;
    padding: 0 4% !important;
  }
  .headerBx .serviceBox .childBx {
    position: absolute;
    top: 55px;
    left: -30px;
    width: 210px;
    z-index: 2000;
    background: #F36759;
    border-radius: 4px;
    display: none;
    overflow: hidden;
  }
  .headerBx .serviceBox .childBx .item {
    line-height: 40px;
    font-size: 12px;
    padding: 0 20px;
    border-bottom: 1px #ddd dashed;
  }
  .headerBx .serviceBox .childBx .item a {
    text-decoration: none;
    display: block;
    color: #eee;
  }
  .headerBx .serviceBox .childBx .item:last-child {
    border-bottom: none;
  }
  .headerBx .serviceBox .childBx .item:hover,
  .headerBx .serviceBox .childBx .item.active {
    background: #F1948D;
    cursor: pointer;
  }
  .headerBx .serviceBox .childBx .item:hover a,
  .headerBx .serviceBox .childBx .item.active a {
    color: #fff;
  }
  .headerBx .serviceBox:hover .tab {
    color: #f25748;
  }
  .headerBx .serviceBox:hover .childBx {
    display: block;
  }
  .headerBx .navbar-nav li a.tab {
    padding: 10px 40px;
    padding-top: 28px;
    font-size: 16px;
    background: none;
  }
  .headerBx .navbar-nav li a.tab i {
    font-size: 12px;
    margin-left: 5px;
  }
  .headerBx .navbar-nav li a.tab:hover,
  .headerBx .navbar-nav li a.tab.active {
    color: #f25748;
  }
  .footmsg {
    height: 284px;
    background: url("../../images/index/footmsg.png") center no-repeat;
    margin-top: 50px;
  }
  .footmsg h3 {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    margin-top: 52px;
    text-align: center;
  }
  .footmsg .p1 {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 42px;
  }
  .footmsg .formdiv li {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    width: 14%;
  }
  .footmsg .formdiv li:nth-child(3) {
    width: 22%;
  }
  .footmsg .formdiv input {
    width: 100%;
    height: 56px;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px #5d5d5d;
    border-radius: 2px;
    outline: none;
    margin-right: 16px;
    line-height: 56px;
    text-indent: 16px;
    border: none;
  }
  .footmsg .formdiv #yzcode {
    display: inline-block;
    margin-right: 16px;
    height: 56px;
    width: 120px;
    text-align: center;
    background: #fff;
    padding-top: 16px;
    border-radius: 2px;
  }
  .footmsg .formdiv #yzcode img {
    width: 80px;
    height: 25px;
  }
  .footmsg .formdiv .btnbox {
    text-align: right;
  }
  .footmsg .formdiv .bannerbtn {
    height: 56px;
    line-height: 56px;
    width: 144px;
    background: #f23f2d;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
  }
  .footerdiv {
    background: #1e1e20;
    text-align: left;
  }
  .footerdiv .foottopdiv {
    padding: 62px 0px 38px;
    font-size: 16px;
    color: #84878f;
  }
  .footerdiv .foottopdiv p {
    margin-bottom: 12px;
    font-size: 14px;
    color: #84878f;
  }
  .footerdiv .foottopdiv p.ptt {
    font-size: 16px;
  }
  .footerdiv .foottopdiv .items a {
    color: #84878f;
    text-decoration: none;
  }
  .footerdiv .foottopdiv .items a:hover,
  .footerdiv .foottopdiv .items a:focus {
    color: #fff;
  }
  .footerdiv .foottopdiv .items.items1 {
    float: left;
  }
  .footerdiv .foottopdiv .items.itemsc a {
    font-size: 14px;
    display: block;
    margin-right: 10px;
    float: left;
    width: 130px;
    margin-bottom: 10px;
  }
  .footerdiv .foottopdiv .items.items4 {
    text-align: center;
  }
  .footerdiv .foottopdiv .items.items4 p {
    margin-top: 22px;
    text-align: center;
  }
  .footerdiv .footerbot {
    border-top: 1px solid #302F32;
    padding: 15px 0px 59px;
    overflow: hidden;
    font-size: 12px;
  }
  .footerdiv .footerbot .follow {
    color: #84878f;
    text-align: right;
  }
  .footerdiv .footerbot .linksBx li {
    color: #84878f;
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
  }
  .footerdiv .footerbot .linksBx li a {
    color: #84878f;
  }
  .footerdiv .footerbot .linksBx li a:hover {
    text-decoration: none;
    color: #fff;
  }
}
