@charset "utf-8";
/* CSS Document */

.pc-module {
    display: block
}

.m-module {
    display: none
}

.tabs {
    display: none
}

.tab0 {
    display: block
}

@media screen and (min-width:1600px) {
    .banner-h {
        height: 596px
    }

    .banner-h-low {
        height: 540px
    }
}

@media screen and (max-width:1599px) {
    .banner-h {
        height: 492px
    }

    .banner-h-low {
        height: 450px
    }
}

@media screen and (min-width:769px) and (max-width:1279px) {

    .content_box .banner-h-low .box,
    .content_box .banner-h .box,
    .banner-h .box {
        padding-left: 6%
    }
}

@media screen and (min-width:430px) and (max-width:768px) {
    .banner-h {
        height: 12rem
    }

    .banner-h-low {
        height: 8rem
    }

    .banner-h-low .box {
        margin-top: -1.6rem
    }
}

@media screen and (max-width:429px) {
    .banner-h {
        height: 9.6rem;
        font-size: .32rem;
        margin-top: -1px
    }

    .banner-h-low {
        height: 6.66rem
    }
}

.wid1280 {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box
}

.wid1000 {
    width: 1000px;
    margin: 0 auto
}

.t-b-pad {
    padding: 60px 0 80px
}

.t-b-pad2 {
    padding: 80px 0 100px
}

.width100 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (min-width:1367px) and (max-width:1441px) {
    .wid1280 {
        width: 1200px
    }

    .t-b-pad2 {
        padding: 70px 0 80px
    }
    
}

@media screen and (max-width:1367px) {

    .wid1000,
    .wid1280 {
        width: 86%
    }

    .t-b-pad2,
    .t-b-pad {
        padding: 50px 0 60px
    }
   
}

@media screen and (max-width:1280px) {
  
    .wid1000,
    .wid1280 {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    .pc-module {
        display: none
    }

    .m-module {
        display: block
    }

    .m-block {
        display: block
    }

    a:hover {
        color: #565d6d
    }

    .t-b-pad2,
    .t-b-pad {
        padding: 1.0667rem 0 1.3333rem
    }
}

.m-dialog {
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4)
}

.m-dialog .content {
    width: 160px;
    height: 120px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -80px;
    background: #fff;
    border-radius: 10px
}

.m-dialog .gif {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    top: 20px;
    margin-left: -12px;
    -webkit-animation: rotate .6s infinite linear;
    animation: rotate .6s infinite linear;
    transform-origin: 50% 50%;
    width: 44px;
    height: 44px
}

.m-dialog .gif i {
    display: inline-block;
    width: 2px;
    height: 12px;
    background: #e0e0e0;
    position: absolute;
    top: 0;
    border-radius: 2px
}

.m-dialog .gif .gif-1 {
    left: 20px;
    top: 0;
    background: #999
}

.m-dialog .gif .gif-2 {
    transform: rotate(30deg);
    left: 28px;
    top: 2px;
    background: #a9a9a9
}

.m-dialog .gif .gif-3 {
    transform: rotate(60deg);
    left: 34px;
    top: 8px;
    background: #b9b8b8
}

.m-dialog .gif .gif-4 {
    transform: rotate(90deg);
    left: 36px;
    top: 16px;
    background: #c7c7c7
}

.m-dialog .gif .gif-5 {
    transform: rotate(120deg);
    left: 34px;
    top: 24px;
    background: #ccc6c6
}

.m-dialog .gif .gif-6 {
    transform: rotate(150deg);
    left: 28px;
    top: 30px;
    background: #d0cdcd
}

.m-dialog .gif .gif-7 {
    transform: rotate(180deg);
    left: 20px;
    top: 32px
}

.m-dialog .gif .gif-8 {
    transform: rotate(210deg);
    left: 12px;
    top: 30px
}

.m-dialog .gif .gif-9 {
    transform: rotate(240deg);
    left: 8px;
    top: 23px
}

.m-dialog .gif .gif-10 {
    transform: rotate(270deg);
    left: 5px;
    top: 16px;
    background: #e8e7e7
}

.m-dialog .gif .gif-11 {
    transform: rotate(300deg);
    left: 7px;
    top: 8px;
    background: #dedddd
}

.m-dialog .gif .gif-12 {
    transform: rotate(330deg);
    left: 12px;
    top: 2px;
    background: #eceaea
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(-180deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.customer-service {
    background: #F0F0F1;
    text-align: center;
    color: #8E9DAE
}

.customer-service ul {
    padding: 50px 0
}

.customer-service a {
    color: #8E9DAE
}

.customer-service a:hover {
    color: #c80000
}

.customer-service li {
    display: inline-block;
    width: 32%;
    vertical-align: top
}

.customer-service li .icon {
    content: '';
    width: 55px;
    height: 42px;
    display: inline-block;
    background: url(//cdn.xuansiwei.com/tb8473247/templets/common/images/support/icon.svg) no-repeat;
    background-size: 220px 182px
}

.customer-service h3 {
    font-weight: 500;
    margin: 4px 0 10px
}

.customer-service .tel .icon {
    width: 45px;
    background-position: -74px -134px
}

.customer-service .online .icon {
    background-position: -118px -132px
}

.customer-service .email .icon {
    width: 45px;
    background-position: -176px -132px
}

@media screen and (max-width:768px) {
    .customer-service ul {
        padding: 40px 0
    }

    .customer-service li {
        width: 49%
    }

    .customer-service h3 {
        margin: 2px 0 6px
    }

    .customer-service .online {
        display: none
    }

    .customer-service .m-text {
        display: none
    }
}

.m-share {
    display: inline-block;
    float: right;
    position: relative;
    cursor: pointer
}

.m-share .share_icon {
    display: inline-block;
    color: #999
}

.m-share .share_icon:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #999;
    background: url(//cdn.xuansiwei.com/tb8473247/templets/common/images/news/icon2.svg) -30px -8px no-repeat;
    background-size: 120px 80px
}

.m-share .bdsharebuttonbox {
    position: absolute;
    display: none;
    width: 120px;
    left: 50%;
    margin-left: -80px
}

.m-share .bdsharebuttonbox .bds_more {
    display: none
}

.m-share:hover .bdsharebuttonbox {
    display: block
}

@media screen and (max-width:768px) {
    .m-share .share_icon:before {
        width: 20px;
        height: 20px;
        background-position: -28px -11px;
        background-size: 100px 70px
    }
}

.return-top {
    display: none;
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: unset;
    transition: unset;
    background: url(//cdn.xuansiwei.com/tb8473247/templets/common/images/icon.svg) -50px -10px no-repeat;
    background-size: 120px 80px
}

.second-level-nav {
    background: #f0f4f7
}

.second-level-nav .nav-inner {
    padding-left: 20px
}

.second-level-nav .tab-anchor {
    position: relative;
    display: inline-block;
    padding: 11px 0;
    margin-right: 6%
}

.second-level-nav .tab-anchor:after {
    content: '';
    position: absolute;
    width: 25%;
    bottom: 0;
    left: 50%;
    opacity: 0;
    border-bottom: 2px solid #c80000;
    transition: width .4s ease-in-out, opacity .4s ease-in-out, left .4s ease-in-out
}

.second-level-nav .tab-anchor.active:after,
.second-level-nav .tab-anchor:hover:after {
    left: 0;
    opacity: 1;
    width: 100%
}

.second-level-nav .tab-anchor:hover,
.second-level-nav .tab-anchor.active {
    height: auto;
    background: 0 0
}

.second-level-nav .tab-anchor.active {
    color: #c80000
}

.second-level-nav.fixed {
    width: 100%;
    position: fixed;
    z-index: 6;
    top: 66px;
    border-bottom: 1px solid #e7e7e7
}

.second-level-nav .consult {
    background: #393F5B;
    padding: 0 20px;
    border-radius: 20px;
    float: right;
    color: #fff;
    margin-top: 12px;
    margin-right: 0
}

@media screen and (max-width:768px) {
    .second-level-nav {
        overflow: hidden;
        box-shadow: inset -15px 0 10px -15px #999
    }

    .second-level-nav .tab-anchor {
        margin-right: .64rem
    }

    .second-level-nav .nav-box {
        overflow: scroll;
        position: relative;
        height: 1.2267rem
    }

    .second-level-nav .nav-box::-webkit-scrollbar {
        display: none
    }

    .second-level-nav .nav-inner {
        position: absolute;
        white-space: nowrap;
        padding-left: 0
    }

    .second-level-nav .consult {
        display: none
    }

    .second-level-nav a {
        margin-right: .8rem;
        padding: .32rem 0
    }

    .second-level-nav.fixed {
        top: 1.56rem;
        box-shadow: inset -15px 0 10px -15px #999
    }
}

@media screen and (min-width:430px) and (max-width:768px) {
    .second-level-nav .nav-box {
        height: .9rem
    }

    .second-level-nav a {
        margin-right: .8rem;
        padding: .18rem 0
    }
}

.menu-bar {
    color: #999;
    border-bottom: 2px solid #ececec;
    padding: 10px 0
}

.menu-bar a {
    color: #999
}

.no-results .not-found {
    display: block;
    text-align: center;
    color: #D0D8DD;
    font-size: 18px;
    padding: 60px 0
}

.no-results .not-found a {
    color: #D0D8DD;
    font-size: 26px;
    line-height: 40px
}

.no-results .not-found:before {
    content: '';
    display: inline-block;
    width: 239px;
    height: 285px;
    vertical-align: top;
    background: url(//cdn.xuansiwei.com/tb8473247/templets/common/images/not_found.png) no-repeat center
}

@media screen and (max-width:768px) {
    .no-results .not-found {
        font-size: 12px
    }

    .no-results .not-found:before {
        width: 160px;
        height: 185px;
        background-size: 100%
    }

    .no-results .not-found a {
        font-size: 14px;
        line-height: 28px
    }
}

.m-btn-0 {
    color: #c21927
}

.m-btn-0:hover {
    color: #be0d23;
    text-decoration: underline
}

.m-btn-1 {
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 0 60px;
    display: inline-block;
    transition: all .3s;
    background: #fff;
    color: #585858;
    box-sizing: border-box;
    line-height: 32px
}

.m-btn-1:hover {
    background: #ce292d;
    border: 1px solid #ce292d;
    color: #fff
}

.m-btn-2 {
    border: 1px solid #98a7b8;
    border-radius: 50px;
    padding: 0 60px;
    display: inline-block;
    transition: all .3s;
    background: #fff;
    color: #98a7b8;
    box-sizing: border-box;
    line-height: 32px
}

.m-btn-2:hover {
    background: #ce292d;
    border: 1px solid #ce292d;
    color: #fff
}

.m-btn-3 {
    border: 1px solid #e13939;
    border-radius: 50px;
    padding: 0 60px;
    display: inline-block;
    transition: all .3s;
    background: #e13939;
    color: #fff;
    box-sizing: border-box;
    line-height: 32px
}

.m-btn-3:hover {
    background: #b81d0b;
    border: 1px solid #b81d0b;
    color: #fff
}

.go-test {
    text-align: center;
    background: #f0f4f7
}

.go-test .btn {
    border: 1px solid #e13939;
    border-radius: 50px;
    padding: 0 60px;
    display: inline-block;
    transition: all .3s;
    background: #e13939;
    color: #fff;
    box-sizing: border-box;
    line-height: 32px
}

.go-test .btn:hover {
    background: #b81d0b;
    border: 1px solid #b81d0b
}


.pc-nav {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%
}

.pc-nav .hradr a {
    color: #fff;
    opacity: 0.8;
}

.pc-nav .top-lan {
    background: rgba(0, 0, 0, .4);
    font-size: 13px;
    line-height: 31px;
    text-align: right
}

.pc-nav .top-lan a {
    margin-left: 30px
}

.pc-nav .top-lan a:hover {
    color: #dbdfeb
}

.pc-nav .top-lan .country-select {
    display: inline-block;
    color: #fff;
    float: right;
    margin-left: 30px;
    position: relative;
    cursor: pointer
}

.pc-nav .top-lan .country-select:before {
    content: '';
    width: 18px;
    height: 18px;
    vertical-align: top;
    display: inline-block;
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/images/m-nav-icon.png) no-repeat center;
    vertical-align: middle;
    background-position: -199px -9px
}

.pc-nav .top-lan .country-select:after {
    content: '';
    width: 6px;
    height: 6px;
    vertical-align: top;
    display: inline-block;
    margin: 0 0 5px 2px;
    vertical-align: middle;
    display: inline-block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pc-nav .top-lan .country-select ul {
    position: absolute;
    text-align: left;
    width: 130px;
    display: none;
    background: #fff;
    border-radius: 5px;
    margin-top: -1px;
    overflow: visible;
    z-index: 99
}

.pc-nav .top-lan .country-select ul:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -5px;
    border-bottom: 7px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.pc-nav .top-lan .country-select a {
    margin-left: 22px;
    color: #585858
}

.pc-nav .top-lan .country-select a:hover {
    color: #999
}

.pc-nav .top-lan .country-select:hover ul {
    display: block;
    box-shadow: 0 0 4px #a9a9a9
}

.pc-nav .top-lan .country-select:hover:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-bottom: 0
}

.pc-nav .nav-lan {
    position: absolute;
    width: 100%;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    will-change: transform
}

.pc-nav .nav-lan .login {
    border: 2px solid #fff;
    padding: 4px 26px;
    box-size: border-box;
    border-radius: 50px;
    font-size: 14px
}

.pc-nav .nav-lan .login.userCenter {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/images/top_icon.png) no-repeat 2px -36px;
    vertical-align: middle;
    padding: 0;
    border: 0
}

.pc-nav .nav-lan .til-box {
    text-align: right
}

.pc-nav .nav-lan .til-box .logo {
    float: left;
    margin-top: 24px;
    margin-left: 60px;
    content: '';
    width: 220px;
    height: 60px;
    vertical-align: middle;
    display: inline-block;
    background: url(//cdn.xuansiwei.com/tb8473247/1695430834534/chiwo.png?x-oss-process=style/png_small) no-repeat center/100% 100%;
}

.pc-nav .nav-lan.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: inherit !important;
}

.pc-nav .nav-lan.hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    display: inherit !important;
}

.pc-nav .nav-lan .nav-til {
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding: 24px 50px 16px 0;
    margin-left: -4px;
    line-height: 40px;
}

.pc-nav .nav-lan .nav-til:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 4px 15px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

/*小三角 .pc-nav .nav-lan .nav-til:before{content:'';opacity:0;filter:alpha(opacity=0);border-bottom:6px solid #272f3c;border-left:5px solid transparent;border-right:5px solid transparent;float:right;margin-top:50px;margin-left:-8px}*/
.pc-nav .nav-lan .nav-til:hover {
    color: #fff
}

.pc-nav .nav-lan .nav-til.cur:before {
    opacity: 1;
    filter: alpha(opacity=1)
}

.pc-nav .nav-lan .nav-til.cur:after {
    border: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-bottom: 0
}

.pc-nav:hover,
.pc-nav .nav-fixed {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}

.pc-nav:hover .nav-lan,
.pc-nav .nav-fixed .nav-lan {
    background: #fff
}

.pc-nav:hover .til-box .logo,
.pc-nav .nav-fixed .til-box .logo {
    background: url(//cdn.xuansiwei.com/tb8473247/1695430834534/chiwo.png?x-oss-process=style/png_small) no-repeat center/100% 100%;
    width: 396px;
    height: 48px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.pc-nav:hover .nav-til,
.pc-nav .nav-fixed .nav-til {
    color: #656565
}

.pc-nav:hover .nav-til:after,
.pc-nav .nav-fixed .nav-til:after {
    border-bottom: 1px solid #656565;
    border-right: 1px solid #656565
}

.pc-nav:hover .nav-til:hover,
.pc-nav .nav-fixed .nav-til:hover {
    color: #ef3124
}

.pc-nav:hover .nav-til.cur:after,
.pc-nav .nav-fixed .nav-til.cur:after {
    border: 0;
    border-top: 1px solid #ef3124;
    border-left: 1px solid #ef3124
}

.pc-nav:hover .top-lan,
.pc-nav .nav-fixed .top-lan {
    background: #565960
}

.pc-nav:hover .login,
.pc-nav .nav-fixed .login {
    background: #dfe0e4;
    color: #656565;
    border: 0;
    padding: 0px 28px
}

.pc-nav:hover .login:hover,
.pc-nav .nav-fixed .login:hover {
    background: #dbdfeb
}

.pc-nav:hover .login.userCenter,
.pc-nav .nav-fixed .login.userCenter {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/images/top_icon.png) no-repeat 2px -36px;
    vertical-align: middle;
    padding: 0
}

.pc-nav .droplist {
    position: absolute;
    left: 0;
    top: 80px;
    background: #343434;
    width: 100%;
    padding: 30px 125px 30px 80px;
    line-height: 30px;
    display: none;
    -webkit-box-shadow: rgba(8, 8, 9, .7) -6px 4px 10px -2px;
    box-shadow: rgba(8, 8, 9, .7) -6px 4px 10px -2px
}

.pc-nav .droplist ul {
    text-align: center;
}

.pc-nav .droplist h3 {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 8px;
    padding-bottom: 5px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #565960;
    margin-top: 0
}

.pc-nav .droplist li {
    display: inline-block;
    width: 240px;
    margin: 0 5%;
    vertical-align: top;
    text-align: left
}

.pc-nav .droplist li.head_tp {
    margin: 0 0;
    text-align: left;
    width: 180px;
    float: left;
    margin-top: 50px;
}

.pc-nav .droplist li.head_tp a {
    display: inline-block;
}

.pc-nav .droplist li.head_tp img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pc-nav .droplist li.head_an {
    margin: 0 0;
    margin-top: 68px;
    width: 118px;
    float: right;
    text-align: right;
}

.pc-nav .droplist li.head_an a {
    width: 118px;
    height: 42px;
    background: #ef3214;
    color: #fff;
    line-height: 42px;
    text-align: center;
    border-radius: 24px;
}

.hradr {
    margin-right: 125px;
    height: 80px;
}

.hradr a:last-child {
    padding-right: 0 !important;
}

header.fixed {
    opacity: 1;
}

.pc-nav .droplist a {
    color: #777;
    display: inline-block;
    width: 120% !important;
    font-size: 14px;
}

.pc-nav .droplist a:hover {
    color: #fff
}

.pc-nav .droplist .no-border h3 {
    border: 0;
}

.pc-nav .droplist .no-border h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}

.pc-nav .droplist .large-row {
    width: 360px
}

.pc-nav .droplist .two-row {
    width: 450px
}

.pc-nav .droplist .two-row a {
    width: 49%
}

.pc-nav .droplist .three-row {
    width: 480px
}

.pc-nav .droplist .three-row a {
    width: 32.6%
}

.pc-nav .droplist .banner-img {
    margin-top: 10px;
    display: inline-grid;
    text-align: center
}

.pc-nav .droplist .banner-img a {
    margin-top: -50px;
    text-decoration: underline;
    margin-left: -8%
}

.pc-nav.fixed .droplist {
    top: 80px
}

.m-nav {
    display: none
}

.adinfoTop1 .container p small {
    font-size: 23px !important;
}

@media screen and (min-width:1601px) and (max-width:1800px) {
    .pc-nav .droplist li {
        margin: 0 3%;
    }
}

@media screen and (min-width:1401px) and (max-width:1600px) {
    .pc-nav .droplist li {
        width: 245px;
        margin: 0 2%;
    }

    .productBtnForm2 {
        padding: 0 0 0 0 !important;

    }
}

@media screen and (min-width:1201px) and (max-width:1400px) {
    .pc-nav .droplist li {
        width: 200px;
        margin: 0 1%;
    }

    .productBtnForm2 {
        padding: 0 0 0 0 !important;

    }

    .adinfoTop1 .container h2 {
        font-size: 23px !important;
    }

    .adinfoTop-index1 .container p img {
        width: 270px !important;
    }

    .pc-nav .nav-lan .til-box .logo {
        margin-left: 30px;
    }

    .hradr {
        margin-right: 30px;
    }
}


@media screen and (max-width:1200px) {
    .pc-nav .nav-lan .nav-til {
        padding: 24px 50px 0 0
    }

   
    .adinfoTop1 .container h2 {
        font-size: 23px !important;
    }

    .productBtnForm3 {
        padding: 0 0 0 0 !important;
        position: relative;
        z-index: 1;
    }

    .adinfoTop1 .container h2 {
        margin-top: 20px !important;
    }

    .pc-nav .droplist .large-row {
        width: 300px
    }

    .pc-nav .droplist .two-row {
        width: 380px
    }

    .pc-nav .droplist .three-row {
        width: 420px
    }
}

@media screen and (max-width:1200px) {
    .adinfoTop {
        padding-top: 200px;
    }

    .adinfoTop1 {
        padding-top: 90px !important;
    }

    .adinfoTop1 div img {
        width: 300px !important;
    }

    .adinfoTop1 .container h2 {
        font-size: 23px !important;
    }

    .adinfoTop1 .container p small {
        font-size: 18px !important;
    }

    .m-nav {
        display: block
    }

    .FloatBox,
    .pc-nav {
        display: none
    }

    .nav {
        background: #353a40;
        height: 64px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99
    }

    .nav .log {
        width: 160px;
        height: 70px;
        margin: 1% 0 2% 4%;
        display: inline-block;
        background: url(//cdn.xuansiwei.com/tb8473247/1695430834534/chiwo.png?x-oss-process=style/png_small);
        background-repeat: no-repeat;
        background-size: auto 100%
    }

    .nav .icon {
        cursor: pointer;
        content: '';
        width: 32px;
        height: 22px;
        vertical-align: top;
        display: inline-block
    }

    .nav .icon.dropDown {
        background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/index/m-nav-icon.png) no-repeat center;
        background-size: auto 100%;
        float: right;
        margin-right: 5%;
        margin: 2% 5% 0 0;
        background-position-x: 0;
    }

    .nav .icon.active {
        background-position-x: -40px;
    }

    .m-droplist {
        display: none;
        position: absolute;
        top: 64px;
        width: 100%;
        background: rgba(243, 244, 244, .98);
        font-size: 15px;
        z-index: 99
    }

    .m-droplist li:first-child .content {
        display: block
    }

    .m-droplist .til-col {
        font-size: 16px;
        border-bottom: 1px solid #e3e3e3;
        padding: 20px 5% 20px 6%
    }

    .m-droplist .til-col p {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .m-droplist .til-col .til {
        display: inline-block
    }

    .m-droplist .til-col:after {
        content: '';
        width: 10px;
        height: 10px;
        vertical-align: top;
        display: inline-block;
        border-top: 2px solid #a5a9ad;
        border-left: 2px solid #a5a9ad;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-135deg);
        transform: rodeta(-135deg);
        margin-top: 4px;
        float: right;
        margin-right: .3rem
    }

    .m-droplist .content {
        display: none;
        padding: 10px 10%;
        border-bottom: 1px solid #e3e3e3
    }

    .m-droplist .content a {
        display: block;
        padding: 7px 0;
        font-size: 14px;
        color: #888;
    }

    .m-droplist .cur .til-col {
        background: #fff;
        border: 0
    }

    .m-droplist .cur .til-col:after {
        -webkit-transform: rotate(45deg);
        transform: rodeta(45deg);
        margin-top: .267rem
    }
}

@media screen and (min-width:415px) and (max-width:768px) {
    .m-droplist {
        font-size: .32rem
    }

    .m-droplist .til-col {
        font-size: .4rem;
        padding: .32rem 5% .32rem 6%
    }

    .m-droplist .content a {
        padding: .2rem 0
    }
}

.FloatBox .contact {
    position: fixed;
    right: 0;
    z-index: 99;
    width: 58px;
    height: 58px;
    cursor: pointer
}

.FloatBox .online_contact {
    bottom: 308px;
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/images/float_box.png) #bb0406 no-repeat -17px -188px
}

.FloatBox .tel_contact {
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/images/float_box.png) #bb0406 no-repeat -98px -188px;
    bottom: 247px
}

.FloatBox .contact_img_box {
    width: 194px;
    height: 162px;
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/images/float_box.png) no-repeat center;
    background-position: -13px -10px
}

.FloatBox .contact {
    border-radius: 3px
}

.FloatBox .consult.online {
    background: #fff;
    border-radius: 3px;
    position: fixed;
    right: 61px;
    bottom: 308px;
    text-align: center;
    display: none;
    z-index: 2
}

.FloatBox .consult.online span {
    display: block
}

.FloatBox .consult.online p {
    background: #bb0406;
    margin: 0;
    padding: 15px 0;
    color: #fff;
    font-size: 20px;
    border-radius: 3px
}

.FloatBox .consult.online span.title {
    font-size: 18px;
    margin: 0 8px;
    padding: 12px 0;
    border-bottom: 1px solid #e7e2e2;
    color: #585858
}

#QIAO_ICON_CONTAINER {
    display: none !important
}

#qiao-wrap {
    display: none !important
}

/* #newBridge{display:none!important} */
#LXB_CONTAINER {
    filter: alpha(opacity=50);
    opacity: 0;
    border-radius: 3px
}

#LXB_CONTAINER .lxb-cb-input {
    border-radius: 4px
}

#LXB_CONTAINER .lxb-cb-input-btn {
    padding: 3px 0;
    border-radius: 3px
}

@media screen and (max-width:768px) {

    .FloatBox .online,
    .FloatBox .contact_img_box,
    .online-contact-slide {
        display: none
    }
}


/*首页新改*/
.width1520 {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.cp-group {
    float: left;
    width: 283px;
    height: 360px;
    margin-right: 26px;
}

.cp-group2 {
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/index/product-edoc.jpg) top center no-repeat;
}

.cp-group4 {
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/index/product-inwise.jpg) top center no-repeat;
}

.cp-group1 {
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/index/product-indrive.jpg) top center no-repeat;
}

.cp-group3 {
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/index/product-incloud.jpg) top center no-repeat;

}

.cp-group5 {
    background: url(//cdn.xuansiwei.com/tb8473247/templets/default/img/index/product-indaas.jpg) top center no-repeat;
    margin-right: 0;
}


.cpimg {
    padding-top: 35px;
}

.cp-group p {
    margin: 0;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 0;
    padding-top: 10px;
}

.cp-group span {
    display: block;
    width: 66%;
    margin: 0 auto;
    font-size: 14px;
    color: #f4f5f5;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin-bottom: 30px;
}

.cp-group a.btn {
    color: #fff;
    background-color: #ef3214;
    border-color: #ef3214;
}


@media screen and (min-width:1000px) and (max-width:1520px) {
    .cp-group {
     
        float: left;
        width: 18%;
        margin: 0 1%;
        height: auto;
    }
    .cp-group p {
        min-height: 70px;
        margin: 0;
        font-size: 15px;
        color: #fff;
        line-height: 30px;
        font-weight: 600;
        padding-bottom: 0;
        padding-top: 10px;
    }
    
   
    .adinfoTop1 div img {
        width: 300px !important;
    }

    .adinfoTop1 .container h2 {
        font-size: 23px !important;
    }

    .cp-group .row {
        padding-bottom: 35px;
    }

    .adinfoTop .container h2 {
        font-size: 40px;
    }
}

@media screen and (max-width:768px) {
    .cp-group {
        width: 90%;
        margin: 0 auto;
        height: auto;
        float: none;
        margin-bottom: 20px;
    }

    .cp-group .row {
        padding-bottom: 35px;
    }

    .cp-group5 {
        margin-bottom: 0;
    }


    .adinfoTop .container h2 {
        font-size: 36px;
    }
}