@charset "UTF-8";
@font-face {
  font-family: "nu_century_gothic";
  src: url("../fonts/nu_century_gothic.woff2") format("woff2"),
       url("../fonts/nu_century_gothic.woff") format("woff"),
       url("../fonts/nu_century_gothic.ttf") format("truetype"),
       url("../fonts/nu_century_gothic.eot") format("embedded-opentype"),
       url("../fonts/nu_century_gothic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular_1";
  src: url("../fonts/Roboto-Regular_1.woff2") format("woff2"),
       url("../fonts/Roboto-Regular_1.woff") format("woff"),
       url("../fonts/Roboto-Regular_1.ttf") format("truetype"),
       url("../fonts/Roboto-Regular_1.eot") format("embedded-opentype"),
       url("../fonts/Roboto-Regular_1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'BEBAS';
    src: url('../fonts/BEBAS.eot');
    src: url('../fonts/BEBAS.eot') format('embedded-opentype'),
         url('../fonts/BEBAS.woff2') format('woff2'),
         url('../fonts/BEBAS.woff') format('woff'),
         url('../fonts/BEBAS.ttf') format('truetype'),
         url('../fonts/BEBAS.svg#BEBAS') format('svg');
}
@font-face {
  font-family: "AlegreSans-Regular_0";
  src: url("../fonts/AlegreSans-eRgular_0.woff2") format("woff2"),
       url("../fonts/AlegreSans-Regular_0.woff") format("woff"),
       url("../fonts/AlegreSans-Regular_0.ttf") format("truetype"),
       url("../fonts/AlegreSans-Regular_0.eot") format("embedded-opentype"),
       url("../fonts/AlegreSans-Regular_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura LT Book";
  src: url("../fonts/Futura LT Book.woff2") format("woff2"),
       url("../fonts/Futura LT Book.woff") format("woff"),
       url("../fonts/Futura LT Book.ttf") format("truetype"),
       url("../fonts/Futura LT Book.eot") format("embedded-opentype"),
       url("../fonts/Futura LT Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Bold";
  src: url("../fonts/Helvetica Bold.woff2") format("woff2"),
       url("../fonts/Helvetica Bold.woff") format("woff"),
       url("../fonts/Helvetica Bold.ttf") format("truetype"),
       url("../fonts/Helvetica Bold.eot") format("embedded-opentype"),
       url("../fonts/Helvetica Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.row{font-size:0;text-align:center;}
.wow{display:inline-block;width:280px;height:280px;margin:30px 15px 0;border-radius:50%;font:30px/280px "Microsoft Yahei";vertical-align:top;*display:inline;zoom:1; background-color:#333}

@media (min-width: 768px) {
  html {
    font-size: 28px!important;
  }
}
@media (min-width: 1025px) {
    html {
        font-size: 34px!important;
    }
    ::-webkit-scrollbar {
        width: 6px;
        height:6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #004898;
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #004898;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #004898;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 40px!important;
    }
}
/* 重置表单样式 */
select::-ms-expand { display: none; }
input,select,textarea{
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance:none;  
    padding: 0;
}
textarea{
	resize: none;
}
select::-ms-expand { display: none; }
/* 更改placeholder颜色 */
input::-webkit-input-placeholder{
    color:#888;  
}  
input:-moz-placeholder{
    color:#888;
}  
input::-moz-placeholder{
    color:#888;
}  
input:-ms-input-placeholder {
    color:#888;
}  

textarea::-webkit-input-placeholder{
    color:#888;  
}  
textarea:-moz-placeholder{
    color:#888;
}  
textarea::-moz-placeholder{
    color:#888;
}  
textarea:-ms-input-placeholder {
    color:#888;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    border-bottom: 1px solid rgba(255,255,255,.1);
    /* box-shadow: 0 0 7px rgba(0,0,0,.2); */
    /* background-color: #fff; */
}
header .logo{
    position: absolute;
    left: 3.125%;
    top: 50%;
    transform: translateY(-50%);
    width: 8.823rem; max-width:300px;
}
header .logo img{
    width: 100%;
    display: block;
}
header .logo .logo1{
    display: none;
}
header .header-right{
    position: absolute;
    right: 3.125%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}
header .header-right a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-left: .9rem;
}

header .header-right .lang{
    font-size:16px;
    line-height: .6rem;
    color: #fff;
}
header .header-right .search-btn{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    /* background-image: url('../images/search-btn2.png'); */
    background-image: url('../images/search-btn.png');
    width: .6rem;
    height: .6rem;
    transition: all .2s;
}
header .header-right .nav-btn{
    width: .625rem;
    height: .45rem;
    position: relative;
    margin-top: .1rem;
    /* margin-left: .9rem; */
}
header .header-right .nav-btn .line{
    position: absolute;
    width: 100%;
    height: 2px;
    /* background-color: #1b1b1b; */
    background-color: #fff;
    transition: all .2s;
}
header .header-right .nav-btn .line_b{width:50%;}
header .header-right .nav-btn .line:nth-child(1){
    top: 0;
}
header .header-right .nav-btn .line:nth-child(2){
    top: 50%;
    margin-top: -1px;
}
header .header-right .nav-btn .line:nth-child(3){
    bottom: 0;
}
header .center-link{
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
header .center-link .item-list{
    position: relative;
}
header .center-link .item-list:before,
header .center-link .item-list:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    top: 0;
    opacity: .1;
    filter: alpha(opacity=10);
}
header .center-link .item-list_about:before, header .center-link .item-list_about:after{width:0;}
header .center-link .item-list:before{
    left: 33.33%;
}
header .center-link .item-list:after{
    left: 66.66%;
}
header .center-link li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin:0 0.9rem;
    text-align: left;
}
header .center-link .tit{
    display: block;
    font-size: .45rem;
    color: #fff;
    line-height: 2.35rem;
    height: 2.35rem;
    position: relative;
    transition: all .2s;
}
header .center-link .tit:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: .1rem;
    background-color: #004898;
    transition: all .2s;
}
header .center-link .navson{
    position: absolute;
    left: 0;
    top: 2.35rem;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0,68,145,.9);
    padding: 1rem 0 2.25rem;
    display: none;
}
header .center-link .row{
    margin: 0 -2.5rem;
}
header .center-link .item{
    box-sizing: border-box;
    margin-bottom: .75rem;
    padding:0 1rem 0 2.5rem;
}
header .center-link .sec-box:last-child .sc-tit{
    border-bottom: none;
}
header .center-link .sec-tit{
    display: block;
    font-size: .5rem;
    line-height: .7rem;
    /* border-bottom: 1px solid rgba(210, 210, 210, .5); */
    color: #fff;
}

header .center-link .third-nav{
    margin-top: .4rem;
    height: 7.2rem;
    overflow: hidden;
}
header .center-link .third-nav .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    /* background: none; */
}
header .center-link .third-nav .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #fff;
}
header .center-link .third-nav a{
    font-size: .375rem;
    line-height: .9rem;
    color: #fff;
    display: block;
    transition: all .2s;
}
header .center-link .images-list:before,
header .center-link .images-list:after{
    content: "";
    position: absolute;
    width: 
}
.clearfixed{
    height: 2.35rem;
    display: none;
}

.nav{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,68,145,.95);
    z-index: 50;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: all .3s;
    z-index: 90;
    padding-top: 1.25rem;
    transition: all .3s;
}

.nav.on{
   transform: translateX(0); 
}
.nav .nav-logo{
    float: left;
}
.nav-list{
    margin-top: 2rem;
    font-size: 0;
}
.nav li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 2rem;
    width:20%;
    vertical-align: top;
}

.nav li:nth-child(1){
    display: none;
}
.nav li:nth-child(3){width:40%;}
.nav li:nth-child(6n){width:20%;}
.nav a{
    display: block;
}
.nav .tit{
    font-size: .65rem;
    line-height: .75rem;
    color: #fff;
}
.nav .navson{
    margin-top: .6rem;
}
.nav li:last-child .navson{
    display: none;
}
.nav .navson a{
    font-size: .45rem;
    line-height: .55rem;
    color: #fff;
    margin-bottom: .4rem;
    transition: all .2s;
}
.nav .navson a:last-child{
    margin-bottom: 0;
}
.nav .nav-close{
    float: right;
    width: .7rem;
    height: .7rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/nav-close.png');
    transition: all .2s;
}
.search-box{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/search-bg.png');
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    display: none;
}
.search-wrap{
    width: 100%;
    height: 100%;
}
.search-tab{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 70%;
    overflow: hidden;
    width: 72.3%;
    padding-left: 2.25rem;
    box-sizing: border-box;
}
.search-tab .swiper-slide{
    height: auto;
    margin-bottom: .9rem;
}
.fane_mn{width:100%; height:100%; position: absolute; z-index: 88888; display: block;}
.search-tab .swiper-slide:last-child{
    margin-bottom: 0;
}
.search-tab .swiper-slide a{
    display: inline-block;
    font-size: .45rem;
    line-height: .55rem;
    color: #fff;
    position: relative;
}
.search-tab .swiper-slide a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all .2s;
}
.search-box .search{
    position: absolute;
    left: 0;
    top: 50%;
    width: 12.25rem;
    transform: translateY(-50%);
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .85rem;
    z-index: 3;
}

.search-box .search input[type=text]{
    float: left;
    width: 70%;
    height: 1.7rem;
    position: relative;
    font-size: .45rem;
    padding-left: 1.5rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .7rem;
    background-image: url('../images/search-submit.png')
}

.search-box .search .tit-box{
    position: relative;
    z-index: 3;
    padding: 0 .75rem;
    box-shadow: 0 0 1.5rem rgba(15,83,153,.27);
}
.search-box .search .sub{
    position: absolute;
    left: 0;
    top: 1.6rem;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding:0 1rem;
    display: none;
}
.search-box .search .list{
    background-color: #fff;
    padding: .5rem 0;
}
.search-box .search .sub .item{
    font-size: 0;
    margin-bottom: .4rem;
    padding: 0 1.25rem;
}
.search-box .search .sub a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: .55rem;
    font-size: .45rem;
    color: #333;
}
.search-box .search input[type=submit]{
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/search-go.png');
    width: .7rem;
    height: .7rem;
    background-color: transparent;
    margin-top: .5rem;
}
.search-box .search-close{
    position: absolute;
    right: 0;
    top: 0;
    width: .7rem;
    height: .7rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/search-close.png');
    z-index: 3;
    transition: all .2s;
}

.products-page header,
header.cur{
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.products-page header .logo .logo1,
header.cur .logo .logo1{
    display: block;
}
.products-page header .logo .logo2,
header.cur .logo .logo2{
    display: none;
}
.products-page header .center-link .tit,
header.cur .center-link .tit{
    color: #222;
}
.products-page .center-link .tit:before,
header.cur .center-link .tit:before{
    background-color: #004898;
}

.products-page header .header-right .lang,
header.cur .header-right .lang{
    color: #222;
}
.products-page header .header-right .search-btn,
header.cur .header-right .search-btn{
    background-image: url('../images/search-btn2.png');
}
.products-page header .header-right .nav-btn .line,
header.cur .header-right .nav-btn .line{
    background-color: #222;
}


/* header end */
footer{
    background-color: #1b1b1b;
}
footer .top-box{
    padding: 2.25rem 0 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
footer .top-box .f-nav{
    float: left;
    font-size: 0;
}
footer .top-box .f-nav li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 4.125rem;
    vertical-align: top;
}
footer .top-box .f-nav li:last-child{
    margin-right: 0;
}
footer .top-box .f-nav li a{
    display: block;
}
footer .top-box .f-nav li .tit{
    font-size: .45rem;
    line-height: .55rem;
    color: #fff;
}
footer .top-box .f-nav li .navson{
    margin-top: .625rem;
}
footer .top-box .f-nav li .navson a{
    display: block;
    font-size: .35rem;
    line-height: .45rem;
    margin-bottom: .25rem;
    color: #a1a1a1;
    transition: all .2s;
}
footer .top-box .right{
    float: right;
}
footer .top-box .right .f-contact{
    font-size: .4rem;
    line-height: .7rem;
    color: #fff;
}
footer .top-box .f-qrcode{
    margin-top: .75rem;
    font-size: 0;
}
footer .top-box .f-qrcode .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    margin-right: .25rem;
    width: 3.2rem;
}
footer .top-box .f-qrcode .item img{
    width: 100%;
}
footer .top-box .f-qrcode .item .txt{
    font-size: .35rem;
    line-height: .45rem;
    color: #fff;
    margin-top: .25rem;
}

footer .bottom-box{
     padding: .875rem 0;
}
footer .bottom-box,
footer .bottom-box a{
    color: #8c8c8c;
    font-size: .35rem;
    line-height: .45rem;
}
footer .bottom-box a{
    position: relative;
}
footer .bottom-box a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #8c8c8c;
    transition: all .2s;
}
footer .bottom-box .copy{
    float: left;
}
footer .bottom-box .build{
    float: right;
}
.aside-box{
    position: fixed;
    top: 50%;
    right: 0;
    /* width: 0; */
    transform: translateY(-50%);
    visibility: visible;
    z-index: 5;
}
.aside-box .box{
    margin-bottom:2px;
    font-size: 0;
    text-align: right;
}

.aside-box .box a{
    display: inline-block;
    text-align: left;
    position: relative;
    background-color: #070001;
    min-width: 70px;
    height: 70px;
    float: none;
    margin: 0;
    padding: 0;
    background-image: none;
    transition:  all .3s;
}
.aside-box .box .bds_more{
    opacity: 0;
    filter: alpha(opacity=0);
}

.aside-box .box.tel a{
    right: calc(-100% + 70px);
}

.aside-box .box .icon-box{
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #070001;
    transition: all .3s;
}
.aside-box .share-box a{
    /* background-color: transparent; */
}
.aside-box .share-box .icon-box{
    right: 0;
    left: auto;
}
.aside-box .share-box .bds_more{
    position: relative;
    z-index: 3;
}
.bdshare_popup_box{
    display: none!important;
}

.aside-box .box .icon{
    width: 27px;
    margin: 0 auto;
}
.aside-box .box .icon img{
    width: 100%;
}
.aside-box .box .txt{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-top: 4px;
    text-align: center;
}
.aside-box .box .text{
    padding-left: 80px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 70px;
    white-space: nowrap;
    color: #fff;
}

.aside-box.on{
    z-index: 50;
}

/* footer end */
.view{
    width: 72.3%;
    margin: 0 auto;
}
.header-view{
    padding:0 3.125%; 
}
.foot-vy{padding:34px 3.125% 0; height:260px; max-width:1280px; margin:auto; }
.foot-vd1{float:left; width:423px; font-size:14px; color:#2f2f2f; line-height:23px;}
.foot-vd2{width:430px; margin-left:34px;}
.foot-vd0{margin-left:6px; background:url(/images/hont_io.jpg) no-repeat right bottom;}
.foot-ht{ line-height:40px; font-size:22px; color:#1b1a1a; margin-bottom:19px;}
.qrcode{width:167px; float:right; margin-top:12px;}
.qrcode span{ line-height:47px; height:47px; width:100%; text-align:center; display: block; font-size:14px;}
.foot-vew{border-top:1px solid #d0d0d1; padding:20px 3.125%; max-width:1280px; margin:auto;}
.index-foot{padding:0px 3.125%;  }
.index-wrap{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}
.iban{
    height: 100%;
    
}
.iban .images-box{
    height: 100%;
    transition: all 1s;
}
.iban .images-box.on1{
   transform: scale(1.6) translate(15%,-10%); 
}
.iban .images-box.on2{
   transform: scale(1.6) translate(-15%,-10%); 
}
.iban .img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner .swiper-slide{
    height: 100vh; 
}
.banner .swiper-slide video{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.banner .ban-video .block{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner .pc-box,
.banner .m-box{
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.banner .m-box{
    display: none;
}
.banner .m-img{
    display: none;
}
.banner .pc-images,
.banner .m-img{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ban-text{
    position: absolute;
    left: 0;
    top: 24%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 3;
}
.ban-text .cn{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 1.5rem;
    line-height: 1.6rem;
    padding-bottom: .375rem;
    position: relative;
    

}
.ban-text .line{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: .15rem;
    transform: translateX(-50%);
    background-color: #fff;
}
.ban-text .en{
    font-size: .6rem;
    line-height: .7rem;
    margin-top: .25rem;
    font-family: "nu_century_gothic";
}
.index-more{
    width: 170px;
    height: 50px;
    display: block;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.index-more .more{
    display: block;
    position: relative;
    background-color: transparent;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    width: 100%;
    height: 50px;
    height: 100%;
    line-height: 50px;
    transform: translate3d(0, 0, 0);
    transition: transform .25s;
}
.index-more .face{
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 50px;
    z-index: 3;
    left: 0;
    top: 0;
    box-sizing: border-box;
    /* border: 3px solid #fff; */
}

.index-more .face1:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    box-sizing: border-box;
}
.index-more .face1{
    transform: translate3d(0, 0, 25px);
    -webkit-transform: translate3d(0, 0, 25px);
    color: #fff;
}
.index-more .face2{
    background-color: #fff;
    
    transform: rotateX(90deg) translate3d(0, 0, 25px);
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 25px);
    z-index: 3;
}

.index-more .face2 span{
    color: #333;
}
.index-more span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 50px;
    font-size: 15px;
    position: relative;
    z-index: 3;
    vertical-align: top;
}


.iban .index-more,
.banner .index-more{
    margin: 1rem auto 0;
}

.banner .btns,
.iban .btns{
    position: absolute;
    left: 0;
    bottom: 7%;
    width: 100%;
    font-size: 0;
    text-align: center;
    z-index: 3;
}
.banner .btns .swiper-pagination-bullet,
.iban .btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    margin: 0 .15rem;
}
.banner .btns .swiper-pagination-bullet-active,
.iban .btns a.cur{
    background-color: #ededed;
    border-color: #ededed;
}
.index-btns{
    position: absolute;
    left: 3.125%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3; 
}

.index-btns a{
    display: none;
    margin-bottom: 2px;
    padding-left:0px;
    position: relative; background:url(../images/index-btns.jpg) no-repeat left bottom;
}
.index-btns .cur{display:block;}
.cur_ee{display:none;}
.index-btns a:last-child{
    margin-bottom: 0;
}
.index-btns a:before{
    content: "";
    position: absolute;
    left: 1px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,.8); display:none;
}
.index-btns a em{ font-size:40px; color:#cfdcf1; font-style:normal; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.index-btns a span{
    display: block;
    font-size:32px;  padding-bottom:30px;
    line-height: .75rem;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.index-btns a.cur span{
    opacity: 1;
    filter: alpha(opacity=100);
}
.index-btns a.cur:before{
    width: 3px;
    left: 0;
}
.i-video-box{
    position: relative;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}
.i-video-box .bg{
    display: none;
}
.i-video-box video{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.i-video-box .video-text{
    position: absolute;
    top: 37.5%;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 3;
}
.i-video-box .video-text .video-wrap{
    width: 6rem;
}

.i-video-box .video-text .en{
    font-size: 1.85rem;
    line-height: 1.95rem;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-weight: bold;
    padding-bottom: .5rem;
    position: relative;
}
.i-video-box .video-text .line{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: .25rem;
    transform: translateX(-50%);
    background-color: #fff;
}
.i-video-box .video-text .cn{
    font-size: .75rem;
    line-height: .85rem;
    margin-top: .25rem;
    letter-spacing: .1rem;
}
.i-video-box .play{
    /* position: absolute;
    left: 50%;
    top: 50%; */
    display: block;
    width: 63px;
    height: 63px;
    /* transform: translate(-50%,-50%); */
    cursor: pointer;
    z-index: 30;
    /* display: none; */
    margin: .5rem 0 0;
}
.animate #play-button #play-button-circle{
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s ease-in-out 0.6s;
}
#play-button-circle{
    -webkit-transform-origin: center center;
    transform-origin: center center;
    stroke-dashoffset: 340;
    stroke-dasharray: 340;
}
#play-button-circle,
#play-button-triangle{
    fill: none;
    stroke: #fff;
    stroke-width: 5;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    transition-delay: 1s;
}

#play-button-triangle{
    stroke-dashoffset: 180;
    stroke-dasharray: 180;
}
#play-button-circle,
#play-button-triangle{
   /*  fill: none;
    stroke: #fff;
    stroke-width: 5;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    transition-delay: 1s; */
}

.index-wrap .bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.index-wrap .m-bg{
    display: none;
}
.i-solution-box{
    height: 100%;
}
.i-solution-box .text-box{
    position: absolute;
    left: 0;
    top:15.7%;
    width: 100%;
    text-align: center;
    color: #fff;
}
.i-solution-box .text-box_d{top:14%;}
.i-solution-box .text-box .cn{
    font-size: 1.5rem;
    line-height: 1.6rem;
    padding-bottom: .25rem;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: "Helvetica Bold";
}
.i-solution-box .text-box .line{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: .15rem;
    transform: translateX(-50%);
    background-color: #fff;
}
.i-solution-box .text-box .desc{
    font-size: .5rem;
    line-height: .6rem;
    margin-top: .25rem;
}
.i-solution-box .index-more{
    margin: 1rem auto 0;
}
.i-city-box{
    height: 100%;
    position: relative;
}
.i-city-box .text-box{
    position: absolute;
    top: 17.7%;
    width: 100%;
    left: 0;
    z-index: 3;
    text-align: center;
    color: #fff;
}
.i-city-box .tit-box .cn{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 1.5rem;
    line-height: 1.6rem;
    padding-bottom: .375rem;
    position: relative;
}
.i-city-box .tit-box .line{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: .15rem;
    transform: translateX(-50%);
    background-color: #ededed;
}
.i-city-box .tit-box .en{
    font-size: .4rem;
    line-height: .5rem;
    font-family: "nu_century_gothic";
    margin-top: .125rem;
}
.i-city-box .buttons{
    margin-top: 1.25rem;
    font-size: 0;
} 
.i-city-box .buttons a{
    width: 180px;
    height: 60px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 8px;
}
.i-city-box .buttons a span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 60px;
    font-size: 15px;
    position: relative;
    z-index: 3;
}
.i-city-box .index-more .more{
    line-height: 60px;
}
.i-city-box .index-more .face1{
    -webkit-transform: translate3d(0, 0, 30px);
}
.i-city-box .index-more .face2{
    transform: rotateX(90deg) translate3d(0, 0, 30px);
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
}
.i-city-box .buttons .face2 span{

}
.i-city-box .buttons a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: all .2s;
}
.index-foot{ background-color:#e6e6e7;  
    height:360px;
    padding:0;
}

.clear {clear:both; height:0px; margin:0; padding:0; width:0; border:none; overflow:hidden;}


.index-foot,
.index-foot a{
    font-size: .35rem;
    line-height: .5rem;
    color: #333;
}
.index-foot .copy a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
}

.index-foot .copy{
    float: left;
}
.index-foot .right{
    float: right;
    font-size: 0;
}
.index-foot .right a,
.index-foot .right span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: .5rem;
    color: #333;
}
.index-foot .right a{
    margin-left: .5rem;
    padding-bottom: 0;
    padding-left: .7rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/police.png');
    background-size: .5rem;
    transition: all .2s;
}

.scroll-btn{
    position: absolute;
    left: 50%;
    bottom:4.8%;
    transform: translateX(-50%);
    width:32px;
    height:71px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/scroll-btn.png');
    z-index: 3;
}
.scroll-bt{position: absolute; bottom:0.8%; left: 50%; transform: translateX(-50%); width:68px; line-height:38px; background-repeat: no-repeat; background-position: center; background-size: cover; z-index: 3; text-align:center; color:#fff; font-size:14px;}
.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
    z-index: 999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../images/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}
/* welcome end */
.ban-product{
    position: relative;
    overflow: hidden;
}
.ban-product img{
    width: 100%;
}
.bread-box{
    position: absolute;
    left: 0;
    top: 15%;
    width: 100%;
}
.bread-box .bread{
    font-size: 0;
    /* border-bottom: 1px solid rgba(210,210,210,.2); */
}

.bread-box .bread .left{
    line-height: 1.5rem;
    float: left;
}
.bread-box a,
.bread-box .divide{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    vertical-align: middle;
    color: #fff;
}
.bread-box .divide{
    width: .2rem;
    height: .325rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/bread-arrow2.png');
    margin: 0 .375rem;
}
.bread-box a.home{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: .5rem;
    background-image: url('../images/home.png');
    background-size: .375rem;
}
.bread-box .bread .right{
    float: right;
    font-size: 0;
    line-height: .6rem;
}
.bread-box .bread .right a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    line-height: 1.5rem;
    height: 1.5rem;
    margin-left: 2rem;
    position: relative;
}
.bread-box .bread .right a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all .3s;
}
.bread-box .bread .right a.cur:before{
    width: 100%;
}
.china-box .bread{
    border-bottom: 1px solid rgba(210,210,210,.2);
}
.ban-product .text-box{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.ban-product .text-box .tit{
    font-size: 1.2rem;
    line-height:1.3rem;
    /* font-weight: bold; */
    color: #fff;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-bottom: .1rem;
    text-shadow: 0 0 .6rem rgba(0,0,0,.4);
}
.ban-product .text-box .en{
    font-size: 1.25rem;
    line-height: 1.375rem;
    color: #fff;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: arial;
    padding-bottom: .1rem;
    position: relative;
}
.ban-product .text-box .line{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: .1rem;
    background-color: #fff;
    transition: width .8s;
}
.ban-product .text-box .con{
    width: 46.4%;
    margin: .5rem auto 0;
    font-size: .5rem;
    line-height: .75rem;
    color: #fff;
}
.ban-product .text-box .btns{
    font-size: 0;
    margin-top: 1rem;
}
.ban-product .text-box .btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 .25rem;
}
.ban-product .text-box .btns .consult-btn{
    display: none;
}
.product-list-wrap{
    /* padding: 0 0 6.125rem; */
    background-color: #f7f7f7;
}
.product-type .row{
    margin: 0 -3px;
}
.product-type .item{
    box-sizing: border-box;
    padding: 0 3px;
}
.product-type .item.cur .con-box{
    box-shadow: 0 0 13px rgba(0,0,0,.2);
}
.product-type .con-box{
    display: block;
    background-color: #fff;
    transition: all .2s;
}
.product-type .con-box img{
    width: 100%;
}
.product-type .con-box .txt{
    position: absolute;
    top: 10.46%;
    left: 5.74%;
    font-size: .75rem;
    color: #222;
    line-height: .85rem;
}
.product-list-wrap .list-box{
    /* margin-top: 2rem; */
}
.product-list-wrap .list-box h3{
    font-size: .75rem;
    line-height: .85rem;
    color: #222;
}

.product-list-wrap .product-list{
    padding-top: 2.25rem;
}
.product-list-wrap .product-list:last-child{
    margin-bottom: 0;
}
.product-list .list{
    margin-top: .5rem;
}
.product-list .list .row{
    margin: 0 -3px;
}
.product-list .list .item{
    box-sizing: border-box;
    padding: 0 3px;
    margin-bottom: 6px;
}
.product-list .list .con-box{
    display: block;
    background-color: #fff;
    padding: .5rem 0 0;
    transition: all .2s;
}
.product-list .list .con-box .img{
    overflow: hidden;
}
.product-list .list .con-box img{
    width: 100%;
    transition: all .2s;
}
.product-list .list .text-box{
    padding: .5rem;
    margin-top: .5rem;
    border-top: 1px solid #ddd;
}
.product-list .list .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-list .list .con{
    font-size: .375rem;
    line-height: .475rem;
    color: #666666;
    margin-top: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-list-wrap .apply-box{
    margin-top: 2.25rem;
}
.product-tit{
    font-size: 1.05rem;
    line-height: 1.1rem;
    text-align: center;
}
.apply-box .list{
    margin-top: 1rem;
}
.apply-box .list .row{
    margin: 0 -.25rem;
}
.apply-box .list .item{
    padding: 0 .25rem;
    box-sizing: border-box;
}
.apply-box .list .con-box{
    display: block;
    position: relative;
    overflow: hidden;
}
.apply-box .list img{
    width: 100%;
}
.apply-box .list .txt{
    position: absolute;
    left: 0;
    bottom: 6.43%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8.81%;
    font-size: .5rem;
    line-height: .6rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pub-more{
    display: block;
    width: 4rem;
    height: 1.25rem;
    line-height: 1.25rem;
    color: #222;
    font-size: .4rem;
    border: 1px solid #c7c7c7;
    text-align: center;
    transition: all .2s;
}
.apply-box .pub-more{
    margin: 1.75rem auto 0;
}
/* list end */
.product-info-box{
    padding: 2.5rem 0 4.5rem;
}
.show-box{
    margin-top: 1.25rem;
}
.show-box .item{
    box-sizing: border-box;
    padding: 0 2px;
    margin-bottom: 4px;
}
.show-box .item img{
    width: 100%;
}
.recommend-box{
    margin-top: 2.25rem;
}
.recommend-box .list{
    margin-top: 1.5rem;
}
.recommend-box .list .row{
    margin: 0 -7px;
}
.recommend-box .list .item{
    padding: 0 7px;
    box-sizing: border-box;
}
.recommend-box .list .con-box{
    display: block;
    background-color: #f5f5f5;
    padding: .5rem 0 0;
    transition: all .3s;
}
.recommend-box .list img{
    width: 100%;
}
.recommend-box .list .text-box{
    padding: .5rem;
}
.recommend-box .list .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #222;
}
.recommend-box .list .con{
    font-size: .35rem;
    line-height: .45rem;
    margin-top: .25rem;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* info2 end */
.product-info-wrap{
    padding-bottom: 5rem;
}
.sub-nav-box{
    background-color: #fff;
    overflow: hidden;
}
.sub-nav{
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}
.sub-nav .swiper-slide{
    width: auto;
    margin-right: 2.375rem;
}
.sub-nav .swiper-slide:last-child{
    margin-right: 0;
}
.sub-nav a{
    display: block;
    padding: .625rem 0;
    color: #222;
    font-size: .45rem;
    line-height: .55rem;
    /* padding-right: .25rem; */
}
.sub-nav a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 3px;
    background-color: #000711;
    
}
.sub-nav .swiper-slide.cur a:before{
    width: 100%;
}
.product-clearfixed{
    height: 1.8rem;
    display: none;
}
.product-info-container.fix .sub-nav-box{
    position: fixed;
    left: 0;
    top: 2.35rem;
    width: 100%;
    z-index: 50;
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
    border-top: 1px solid #d9d9d9;
}
.product-info-container.fix .sub-nav-box .sub-nav{
    border-bottom: none;
}

.product-info-container.fix .product-clearfixed{
    display: block;
}
.summary-box{
    padding: 1.5rem 0;
}
.summary-box .img{
    float: left;
    width: 46%;
}
.summary-box .images img{
    width: 100%;
}
.summary-box .text-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.summary-box .text-box .text{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.summary-box .text-box .tit{
    font-size: 1.05rem;
    line-height: 1.1rem;
    text-align: center;
}
.summary-box .text-box .con{
    font-size: .4rem;
    line-height: .75rem;
    color: #333;
    margin-top: .5rem;
    height: 4.5rem;
    overflow: hidden;
}
.summary-box .text-box .con .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    /* background: none; */
}
.summary-box .text-box .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #004898;
}
.summary-box .text-box .download{
    width: 4rem;
    border-radius: .625rem;
    background-color: #fff;
    font-size: 0;
    text-align: center;
    display: block;
    margin-top: 1.375rem;
    box-shadow: 0 0 .9rem rgba(0, 0, 0, .15);
    transition: all .2s;
}
.summary-box .text-box .download span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #222222;
    font-size: .4rem;
    height: 1.25rem;
    line-height: 1.25rem;
    padding-right: .5rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/download.png');
    background-size: .325rem;
    transition: all .2s;
}

.function-box{
    padding-top: 1.5rem;
}
.function-box .list{
    margin-top: 1rem;
    border: 1px solid rgba(210,210,210,.3);
}
.function-box .list li{
    padding: 1rem 1.5rem;
    position: relative;
    border-bottom: 1px solid rgba(210,210,210,.3);
}
.function-box .list li:last-child{
    border-bottom: none;
}
.function-box .list .icon{
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.75rem;
}
.function-box .list .icon img{
    width: 100%;
}
.function-box .list .text-box{
    float:right;
    width: 90%;
}
.function-box .list .tit-box{
    color: #222;
    line-height: .75rem;
}
.function-box .list .tit{
    font-size: .65rem;
}
.function-box .list .desc{
    font-size: .55rem;
    line-height: .65rem;
    padding-left: .75rem;
    margin-left: .75rem;
    position: relative;
}
.function-box .list .desc:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.function-box .list .con{
    font-size: .375rem;
    line-height: .65rem;
    margin-top: .375rem;
    color: #666;
}
.picture-box{
    padding: 2.25rem 0 0;
}
.picture-box .img{
    text-align: center;
    margin-top: .625rem;
}
.picture-box .images img{
    max-width: 100%;
}
.param-box{
    padding-top: 2.25rem;
}
.param-box .table-box{
    margin-top: 1rem;
}
.param-box table{
    width: 100%;
    text-align: center;
    border: 1px solid #d4d4d4;
}
.param-box table td{
    padding: .5rem 0;
    font-size: .45rem;
    line-height: .55rem;
    color: #222;
    border: 1px solid #d4d4d4;
}
.param-box table tr:first-child td{
    background-color: #f6f6f6;
    font-weight: bold;
}
.save-box{
    padding-top: 2.25rem;
}
.save-box .con{
    margin-top: 1rem;
    font-size: .4rem;
    line-height: .75rem;
    color: #333;
}
.save-box .con img{
    max-width: 100%;
    width: auto!important;
    height: auto!important;
}
.product-info-wrap .apply-box{
    padding-top: 2.25rem;
}
.products-page .bread-box .bread{
    border: none;
}
.products-page .bread-box{
    position: static;
}
.products-page .bread-box a{
    color: #222;
}
.products-page .bread-box a.home{
    background-image: url('../images/home2.png');
}
.products-page .bread-box .bread .divide{
    background-image: url('../images/bread-arrow.png')
}
.product-box{
    background-color: #f8f8f8;
}
.product-view{
    width: 74%;
    margin: 0 auto;
}
.product-wrap{
    margin-top: 1rem;
    padding-bottom: 2rem;
}
.product-wrap .tit{
    font-size: 1.2rem;
    line-height: 1.3rem;
    font-weight: bold;
    text-align: center;
}
.product-wrap .product-img{
    margin-top: 2.75rem;
    position: relative;
}
.product-wrap .product-images .img{
    position: relative;
    z-index: 3;
}
.product-wrap .product-images .map_area{
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
}

.product-wrap img{
    width: 100%;
}
.product_map_list{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}
.product_map_list li{
    position: absolute;
    transition: all .4s;
}
.product_map_list .break1{
    top: 0;
    width: 10.4%;
    left: 47.3%;
}
.product_map_list .break2{
    top: 18.826%;
    width: 54.53%;
    left: 38.3%;
}
.product_map_list .break3{
    top: 18.6%;
    width: 46.17%;
    left: 11.9465917%;
}
.product_map_list .break4{
    top: 28.13%;
    width: 3%;
    left: 62.9%;
}
.product_map_list .break5{
    top: 17.7%;
    width: 6.465%;
    left: 23.612%;
}
.product_map_list .break6{
    top: 25.8%;
    width: 2.67%;
    left: 29.7%;
}
.product_map_list .break7{
    top: 27%;
    width: 3%;
    left: 43.078%;
}
.product_map_list .break8{
    top: 29.35%;
    width: 4.92%;
    left: 35.137%;
}
.product_map_list .break9{
    top: 40.53%;
    width: 4.92%;
    left: 41.74%;
}
.product_map_list .break10{
    top: 46.4%;
    width: 4.85%;
    left: 45.75%;
}
.product_map_list .break11{
    top: 61.57%;
    width: 4.78%;
    left: 53.6895%;
}
.product_map_list .break12{
    top: 59.8%;
    width: 3%;
    left: 74.14%;
}
.product_map_list .break13{
    top: 64.45%;
    width: 2.2%;
    left: 83.49%;
}
.product_map_list .break14{
    top: 37%;
    width: 4.2867%;
    left: 9.14%;
}
.product_map_list .break15{
    top: 44.3%;
    width: 15.46%;
    left: 18.6%;
}
.product_map_list li.on{
    transform: translateY(-.3rem);
}
.product-wrap .m-img{
    display: none;
}
#Map area{
    cursor: pointer;
}
.products-list{
    /* display: none; */
}
.productinfo-page.on header{
    z-index: 80;
}
.productinfo-page.on .search-box{
    z-index: 60;
}
.sub-banner{
    position: relative;
    overflow: hidden;
}
.sub-banner img{
    width: 100%;
}
.sub-banner .text-box{
    position: absolute;
    left: 0;
    top: 29.4%;
    width: 100%;
    color: #fff;
    text-align: center;
}
.sub-banner .text-box .cn{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 1.5rem;
    line-height: 1.6rem;
    padding-bottom: .5rem;
    position: relative;
}
.sub-banner .text-box .line{
    width: 0;
    height: .15rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: width .8s;
}
.sub-banner .text-box .en{
    font-size: .375rem;
    line-height: .4rem;
    font-family: "nu_century_gothic";
    margin-top: .25rem;
    letter-spacing: .25rem;
    text-transform: uppercase;
    padding-left: .25rem;
}
.about-box{
    padding: 0 0 3.25rem;
}
.profile-box{
    padding-top: 2.5rem;
}
.profile-box .tit{
    font-size: 1.2rem;
    color: #222;
    text-align: center;
    line-height: 1.3rem;
}
.profile-box .con{
    font-size: .4rem;
    line-height: .75rem;
    color: #666;
    margin-top: .5rem;
}
.profile-box .num-box{
    margin-top: 1.25rem;
    font-size: 0;
}
.profile-box .num-box .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 8%;
    margin-right: 8%;
    position: relative;
}
.profile-box .num-box .item:last-child{
    margin-right: 0;
    padding-right: 0;
}
.profile-box .num-box .item:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 2.5rem;
    background-color: #d2d2d2;
}
.profile-box .num-box .item:last-child:before{
    display: none;
}
.profile-box .num-box .num{
    font-size: 3.125vw;
    line-height: 3.225vw;
    font-family: 'BEBAS';
    color: #333;
}
.profile-box .num-box .num span{
    display: inline-block;
}
.profile-box .num-box .item:nth-child(1) .num span,
.profile-box .num-box .item:nth-child(2) .num span{
    width: 6.77vw;
}
.profile-box .num-box .item:nth-child(3) .num span{
    width: 7.8vw;
}
.profile-box .num-box .item:nth-child(4) .num span{
    width: 8.33vw;
}
.profile-box .num-box .txt{
    font-size: .5rem;
    line-height: .6rem;
    color: #222;
    margin-top: .25rem;
}
.supply-box{
    margin-top: 3.25rem;
}
.supply-box img{
    width: 100%;
}
.supply-box .con-box1 .left{
    float: left;
    width: 51.43%;
    margin-top: 1.25rem;
}
.supply-box .con-box1 .img{
    width: 43.4%;
    float: right;
}
.supply-box .con-box2{
    margin-top: 3rem;
}
.supply-box .con-box2 .right{
    float: right;
    width: 51.43%;
    margin-top: 1.25rem;
}
.supply-box .con-box2 .img{
    width: 43.4%;
    float: left;
}
.supply-box .tit{
    font-size: .65rem;
    line-height: 1rem;
    color: #333;
}
.supply-box .con{
    font-size: .375rem;
    color: #666666;
    line-height: .75rem;
    margin-top: 1rem;
    height: 9.75rem;
    overflow: hidden;
}
.culture-box{
    position: relative;
}
.culture-box img{
    width: 100%;
}
.culture-box .text-box{
    position: absolute;
    left: 5.7%;
    top: 20.76%;
    color: #fff;
}
.culture-box .text-box .cn{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .5rem;
    line-height: .6rem;
    padding-right: 1rem;
    position: relative;
}
.culture-box .text-box .cn:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: .75rem;
    height: 1px;
    background-color: #bfbfbf;
}
.culture-box .text-box .en{
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-family: "AlegreSans-Regular_0";
    letter-spacing: .15rem;
}
.culture-box .text-box .con{
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.4rem;
}
.culture-box .item-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 60.677%;
    height: 100%;
}
.culture-box .item-box .item{
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(255,255,255,.1);
    box-sizing: border-box;
}
.culture-box .item-box .item:nth-child(1){
    left: 0;
}
.culture-box .item-box .item:nth-child(2){
    left: 25%;
}
.culture-box .item-box .item:nth-child(3){
    left: 50%;
}
.culture-box .item-box .item:nth-child(4){
    left: 75%;
}
.culture-box .item-box .item span{
    position: absolute;
    left: 50%;
    top: 33.2147%;
    transform: translateX(-50%);
    width: 1.25rem;
    text-align: center;
    font-size: .9rem;
    line-height: .9rem;
    color: #fff;
}
.news-box{
    padding: .75rem 0 5rem;
    background-color: #f7f7f7;
}
.news-box .type-box{
    float: left;
    font-size: 0;
}
.news-box .type-box a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #cbcbcb;
    font-size: .6rem;
    line-height: 1rem;
    /* font-weight: bold; */
    margin-right: 1.75rem;
    transition: all .2s;
}
.news-box .type-box a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.news-box .type-box a.cur{
    color: #222;
    font-weight: bold;
}
.news-box .news-search{
    float: right;
    padding: .25rem .5rem;
    border: 1px solid #bfbfbf;
    border-radius: 1rem;
}
.news-box .news-search input[type=text]{
    float: left;
    width: 85%;
    height: .5rem;
    line-height: .5rem;
    background-color: transparent;
    font-size: .35rem;
    color: #333;
}
.news-box .news-search input[type=submit]{
    float: right;
    width: .5rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/news-search.png');
    background-color: transparent;
}
.news-wrap{
    margin-top: 1.25rem;
}
.first-box{
    position: relative;
}
.first-box .img{
    float: left;
    width: 50%;
    overflow: hidden;
}
.first-box .images img{
    width: 100%;
    transition: all .2s;
}
.first-box .text-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
}
.first-box .text-box .text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.25rem;
}
.first-box .text-box .time{
    font-size: .35rem;
    line-height: .45rem;
    color: #222;
}
.first-box .text-box .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #222;
    font-weight: bold;
    margin-top: .25rem;
}
.first-box .text-box .con{
    font-size: .4rem;
    line-height: .75rem;
    color: #666;
    margin-top: .5rem;
    height: 2.25rem;
    overflow: hidden;
}
.first-box .text-box .more{
    width: 3.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    background-color: #eee;
    color: #222;
    display: block;
    text-align: center;
    font-size: .35rem;
    margin-top: 1.875rem;
    transition: all .2s;
}
.news-tab{
    margin-top: 1.125rem;
    overflow: hidden;
}
.news-tab .img{
    display: block;
    overflow: hidden;
}
.news-tab img{
    width: 100%;
    transition: all .2s;
}
.news-tab .text{
    position: absolute;
    left: 0;
    bottom: .625rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 .875rem;
    color: #fff;
}
.news-tab .text span{
    display: block;
}
.news-tab .text .time{
    font-size: .35rem;
    line-height: .45rem;
    font-family: "Century Gothic";
}
.news-tab .text .txt{
    font-size: .45rem;
    line-height: .55rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: .25rem;
}
.news-tab .btns{
    margin-top: .3rem;
}
.news-list{
    margin-top: 1.5rem;
}
.news-list .list .item{
    display: block;
    padding: .5rem 0;
    border-top: 1px solid #d2d2d2;
}
.news-list .list .item:last-child{
    border-bottom: 1px solid #d2d2d2;
}

.news-list .text-box{
    float: right;
    width: 82.57%;
    margin-top: .25rem;
}
.news-list .list .item span{
    display: block;
}
.news-list .list .item .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #222;
    float: left;
    transition: all .2s;
}
.news-list .list .item .time{
    font-size: .4rem;
    line-height: .6rem;
    float: right;
    color: #222;
    font-family: "Century Gothic";
}
.news-list .list .item .con{
    font-size: .35rem;
    line-height: .65rem;
    color: #555;
    margin-top: .5rem;
    height: 1.3rem;
    overflow: hidden;
}
.news-list .img{
    float: left;
    width: 15.357%;
    overflow: hidden;
    position: relative;
}

.news-list .true-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.news-list .images img{
    width: 100%;
    transition: all .2s;
}
.page{
    font-size: 0;
    text-align: center;
}
.page a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    line-height: .5rem;
    color: #b6b6b6;
    font-family: "Century Gothic";
    margin: 0 .35rem;
    transition: all .2s;
}
.page a.active{
    color: #222;
}
.page .prev,
.page .next,
.page .first,
.page .last{
    color: #222;
}
.news-list .page{
    margin-top: 1.375rem;
}
.qrcode-box{
    margin-top: 3.5rem;
    background-color: #fff;
    padding: 1.5rem 4.5rem 1.5rem 2.75rem;
}
.qrcode-box .text{
    font-size: .5rem;
    line-height: .875rem;
    color: #222;
    text-decoration: underline;
    float: left;
}
.qrcode-box .right{
    float: right;
    font-size: 0;
}
.qrcode-box .right .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 3rem;
    margin-left: .5rem;
}
.qrcode-box .right img{
    width: 100%;
}
.qrcode-box .right .txt{
    font-size: .4rem;
    line-height: .5rem;
    text-align: center;
    margin-top: .25rem;
}

.map{
    height: calc(100vh - 2.35rem);
}

.contact-box .bread-box .bread{
    border-bottom: none;
}
.map-box .text-box{
    position: absolute;
    left: 13.4375%;
    top: 50%;
    transform: translateY(-50%);
    padding: 1.25rem 1.25rem 1.5rem;
    background-color: #fff;
    width: 8rem;
}
.map-box .text-box .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #222;
    font-weight: bold;
}
.map-box .text-box .con{
    font-size: .375rem;
    line-height: .8rem;
    color: #222;
    margin-top: .5rem;
}
.map-box .text-box .qrcode{
    margin-top: .5rem;
}
.map-box .text-box .qrcode .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 3rem;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    color: #222;
}
.map-box .text-box .qrcode .item img{
    width: 100%;
}
.map-box .text-box .qrcode .txt{
    margin-top: .25rem;
    color: #222;
    font-size: .4rem;
    line-height: .5rem;
}

.supply-box .con .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    /* background: none; */
}
.supply-box .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #004898;
}

.control-box{
    padding: 2rem 0;
}
.control-box .text-box{
    width: 80%;
    margin: 0 auto;
}
.control-box .text-box .con{
    font-size: .4rem;
    line-height: .75rem;
    color: #555;
    margin-top: .5rem;
    text-align: center;
}
.control-box .tab-box{
    width: 58.9%;
    margin: 0 auto;
    overflow: hidden;
}
.control-box .tab-box img{
    width: 100%;
}
.control-box .tab-btns{
    overflow: hidden;
}
.control-box .tab-btns .swiper-slide{
    border: 2px solid #d2d2d2;
    box-sizing: border-box;
    cursor: pointer;
    width: 15.7%;
    margin-right: 1.16%;
    background-color: #fff;
}
.control-box .tab-btns .swiper-slide:last-child{
    margin-right: 0;
}
.control-box .tab-btns .swiper-slide.cur{
    border:2px solid #004898;
}
.control-box .tab-btns img{
    width: 100%;
}
.control-btns{
    margin-top: 2.25rem;
    font-size: 0;
    border-bottom: 1px solid #d9d9d9;
}
.control-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 1.75rem;
    line-height: 1.75rem;
    color: #333;
    font-size: .45rem;
    margin-right: 2.25rem;
    position: relative;
}
.control-btns a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #000711;
    transition: all .2s;
}
.control-btns a.cur:before{
    width: 100%;
}
.control-list{
    margin-top: 1rem;
}
.control-list .item{
    display: none;
}
.control-list .con{
    font-size: .45rem;
    line-height: 1.25rem;
}
.control-list .con img{
    max-width: 100%;
}
.control-box .apply-box{
    margin-top: 2.25rem;
}

.software-box{
    padding: 0 0 3.75rem;
    background-color: #f7f7f7;
}
.software-box h3{
    font-size: 1rem;
    line-height: 1.1rem;
    color: #222;
}
.software-box .list-box{
    margin-bottom: 1.5rem;
}
.software-box .list-box:last-child{
    margin-bottom: 0;
}
.software-box .list{
    margin-top: .5rem;
}
.software-box .list .row{
    margin: 0 -.25rem;
}
.software-box .list .con-box{
    display: block;
    background-color: #fff;
    transition: all .3s;
}
.software-box .list .item{
    padding: 0 .25rem;
    box-sizing: border-box;
    margin-bottom: .5rem;
    float: left;
    width: 25%;
}
.software-box .list img{
    width: 100%;
}
.software-box .list .text{
    padding: .5rem;
    border-top: 1px solid #ececec;
}
.software-box .list .txt{
    font-size: .45rem;
    line-height: .5rem;
    color: #222;
    /* text-align: center; */
    /* border-top: 1px solid #ececec; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.software-box .list .con{
    font-size: .3rem;
    line-height: .6rem;
    color: #666;
    height: 1.2rem;
    margin-top: .2rem;
    overflow: hidden;
}
.software-box .list .detail{
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0 .625rem;
    margin-top: .4rem;
    transition: all .2s;
    font-size: 0;
}
.software-box .list .detail span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: 1rem;
    padding-right: .75rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/product-detail.png');
    color: #333;

    transition: all .2s;
}
.software-fun-box .list .icon{
    width: 2.275rem;
}
.software-fun-box .list li{
    padding: 1rem 1.75rem 1rem 1rem;
}
.software-fun-box .list .text-box{
    width: 88%;
}
.software-fun-box .pub-more{
    margin: 1.25rem auto 0;
}
.benefit-box{
    padding-top: 2.25rem;
}
.benefit-box .list-box{
    margin-top: 1rem;
}
.benefit-box .list-box .item{
    position: relative;
    margin-bottom: .3rem;
}
.benefit-box .list-box .item:last-child{
    margin-bottom: 0;
}
.benefit-box .list-box .img{
    float: left;
    width: 50%;
}
.benefit-box .list-box .images img{
    width: 100%;
}
.benefit-box .list-box .text-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f7f7f7;
}
.benefit-box .list-box .text{
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
}
.benefit-box .list-box h3{
    font-size: .8rem;
    line-height: .9rem;
}
.benefit-box .list-box .list{
    margin-top: .5rem;
    height: 6.7rem;
    overflow: hidden;
    font-size: .375rem;
    line-height: .75rem;
}
.benefit-box .list-item{
    margin-bottom: .4rem;
}
.benefit-box .list-item:last-child{
    margin-bottom: 0;
}
.benefit-box .list-box .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #222;
}
.benefit-box .list-box .con{
    font-size: .4rem;
    line-height: .5rem;
    color: #222;
    margin-top: .25rem;
}
.benefit-box .list-box .item:nth-child(2n) .img{
    float: right;
}
.benefit-box .list-box .item:nth-child(2n) .text-box{
    right: auto;
    left: 0;
}
.benefit-box .list-box .item:nth-child(2n) .text{
    padding: 0 2.5rem;
}
.train-box{
    padding-top: 2.25rem;
}
.train-box .list{
    margin-top: 1rem;
}
.train-box .list .item{
    position: relative;
    margin-bottom: .3rem;
}
.train-box .list .item:last-child{
    margin-bottom: 0;
}
.train-box .list .img{
    float: left;
    width: 50%;
}
.train-box .list .images img{
    width: 100%;
}
.train-box .list .text-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f7f7f7;
}
.train-box .list .text{
    position: absolute;
    left: 0;
    top: 13.2%;
    width: 100%;
    padding: 0 1.25rem;
    box-sizing: border-box;
}
.train-box .list .tit{
    font-size: .7rem;
    line-height: .8rem;
    color: #222;
}
.train-box .list .con{
    font-size: .375rem;
    color: #555;
    margin-top: .4rem;
    line-height: .75rem;
    height: 3.75rem;
    overflow: hidden;
}

.train-box .list .item:nth-child(2n) .img{
    float: right;
}
.train-box .list .item:nth-child(2n) .text-box{
    right: auto;
    left: 0;
}

.service-box{
    padding: 1.25rem 0 3.75rem;
}
.service-list .item{
    margin-bottom: .3rem;
    position: relative;
}
.service-list .item:last-child{
    margin-bottom: 0;
}
.service-list .img{
    float: left;
    width: 50%;
}
.service-list .images img{
    width: 100%;
}
.service-list .text-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f7f7f7;
    height: 100%;
}
.service-list .text{
    position: absolute;
    left: 0;
    top: 18.9%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8.57%;
}
.service-list .text .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #222;
}
.service-list .text .line{
    width: .6rem;
    height: 2px;
    background-color: #a0a0a0;
    margin-top: .6rem;
}
.service-list .text .con{
    font-size: .4rem;
    line-height: .9rem;
    color: #666;
    margin-top: .5rem;
    height: 3.6rem;
    overflow: hidden;
}
.service-list .item:nth-child(2n) .img{
    float: right;
}
.service-list .item:nth-child(2n) .text-box{
    right: auto;
    left: 0;
}
.service-dialog-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: none;
}
.service-dialog-box .black{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
}
.service-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 25rem;
    padding: 1.5rem 1rem;
    background-color: #fff;
    border-radius: 10px;
}
.service-dialog .tit{
    text-align: center;
    font-size: 0;
}
.service-dialog .tit span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .9rem;
    line-height: 1rem;
    color: #222;
    border-bottom: 2px solid #222;
}
.service-dialog .desc{
    font-size: .4rem;
    line-height: .5rem;
    text-align: center;
    margin-top: .4rem;
    color: #222;
}
.service-dialog .service-form{
    margin-top: 1rem;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-right: none;
}

.service-dialog .item{
    height: 1rem;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.service-dialog .item.on{
    z-index: 5;
}
.service-dialog .form-tit{
    font-size: .5rem;
    line-height: 1rem;
    padding: 0 6px;
    float: left;
    width: 50%;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    color: #222;
}
.service-dialog .sp-tit{
    background-color: #ededed;
    width: 100%;
    border: none;
}

.service-dialog input[type=text]{
    float: left;
    height: 100%;
    width: 50%;
    line-height: 1rem;
    padding: 0 6px;
    box-sizing: border-box;
    font-size: .5rem;
}
.service-dialog .select-box{
    float: left;
    width: 50%;
    position: relative;
    z-index: 3
}
.service-dialog .check-box input[type=text]{
    width: 30%;
}
.service-dialog .check-box img{
    float: right;
    width: 20%;
    height: 1rem;
}
.service-dialog .select-tit{
    display: block;
    line-height:1rem;
    padding: 0 6px;
    font-size: .5rem;
    line-height: 1rem;
    color: #222;
    position: relative;
    height: 1rem;
}
.service-dialog .select-tit:before{
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    width: 15px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/select-arrow.png');
    transform: translateY(-50%);
}
.service-dialog .sub{
    display: none;
    position: absolute;
    left: 0;
    top: 1rem;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    max-height: 3rem;
    overflow: auto;
}
.service-dialog .sub a{
    display: block;
    font-size: .4rem;
    height: 1rem;
    line-height: 1rem;
    padding: 0 6px;
    color: #222;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    transition: all .2s;
}
.service-dialog .sub a:last-child{
    margin-bottom: 0;
}
.service-dialog input[type=submit]{
    width: 3rem;
    height: 1rem;
    background-color: #004898;
    display: block;
    margin: 1.25rem auto 0;
    font-size: 12px;
    color: #fff;
}

.industry-box{
    padding: 3.5rem 0;
}

.industry-box .list .row{
    margin: 0 -.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    /* -webkit-box-orient: horizontal; */
    -webkit-box-lines: multiple;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.industry-box .list .item{
    padding: 0 .5rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
.industry-box .list .img{
    position: relative;
}
.industry-box .list .con-box{
    display: block;
    background-color: #f6f6f6;
    height: 100%;
    transition: all .2s;
}
.industry-box .list img{
    width: 100%;
}
.industry-box .list .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #004898;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all .2s;
}
.industry-box .list .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3.75rem;
    transform: translate(-50%,-50%);
    transition: all .2s;
}
.industry-box .list .text{
    padding: .75rem 1rem;
    
}
.industry-box .list .tit{
    font-size: .7rem;
    line-height: .8rem;
    color: #222;
}
.industry-box .list .type{
    margin-top: .5rem;
    height: 1.8rem;
}
.industry-box .list .type-item{
    padding-left: .5rem;
    font-size: .45rem;
    line-height: .9rem;
    color: #222;
    position: relative;
}
.industry-box .list .type-item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 2px solid #5e5e5e;
    transform: translateY(-50%);
}

.ban-industryinfo .text-box .con{
    width: 53.57%;
}
.step-box{
    padding-top: 2.5rem;
}
.step-box .img{
    margin-top: 1rem;
    border: 1px solid #dcdcdc;
}
.step-box .images img{
    max-width: 100%;
}
.special-box{
    padding-top: 2.25rem;
    position: relative;
    z-index: 6;
}

.special-tab-box{
    position: relative;
}
.special-tab{
    overflow: hidden;
    margin-top: 1rem;
}
.special-tab .swiper-slide{
    box-sizing: border-box;
    padding-bottom: 9px;
    position: relative;
    width: 100%;
}
/* .special-tab .swiper-slide:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 27px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/special-sj.png');
    background-size: cover;
    margin-left: -14px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
} */

.special-tab .con-box{
    display: block;
    /* height: 6rem; */
    background-color: #4e81bd;
    border-radius: .25rem;
    position: relative;
    transition: all .3s;
    overflow: hidden;
}
.special-tab .con-box img{
    width: 100%;
}
.special-tab .con-box span{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 .5rem;
    width: 100%;
    box-sizing: border-box;
    font-size: .6rem;
    line-height: .7rem;
    color: #fff;
    text-align: center;
}
.special-tab .con-box .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #004898;
    opacity: .5;
    filter: alpha(opacity=50);
    transition: all .3s;
}
.special-tab-box .prev,
.special-tab-box .next{
    position: absolute;
    top: 50%;
    width: .45rem;
    height: .75rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: translateY(-50%);
    transition: all .3s;
}
.special-tab-box .prev{
    background-image: url('../images/special-prev.png');
    left: -1.2rem;
}
.special-tab-box .next{
    background-image: url('../images/special-next.png');
    right: -1.2rem;
}
.special-tab-list{
    margin-top: .7rem;
    padding: .75rem 1rem;
    background-color: #f5f5f5;
    border-radius: .25rem;
}
.special-tab-list .item{
    display: none;
    font-size: 0;
}
.special-tab-list .tab-item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 .5rem;
    margin-bottom: .7rem;
    font-size: .4rem;
    line-height: 1.6rem;
    height: 1.6rem;
    border-radius: .75rem;
    background-color: #fff;
    text-align: center;
    color: #333;
    margin-right: .5rem;
    transition: all .3s;
}



/* .special-tab .img{
    background-color: #f7f7f7;
}
.special-tab img{
    width: 100%;
}
.special-tab .txt{
    font-size: .5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.special-tab .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2d74cc;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.special-tab .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 1rem .9rem;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.special-tab .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #fff;
}
.special-tab .con{
    font-size: .35rem;
    line-height: .7rem;
    color: #fff;
    margin-top: .4rem;
}
.special-tab .btns{
    text-align: center;
    font-size: 0;
    margin-top: 1.25rem;
}
.special-tab .btns .swiper-pagination-bullet{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 2px solid #3177cd;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 4px;
}
.special-tab .btns .swiper-pagination-bullet-active{
    background-color: #3177cd;
} */
.app-box{
    padding-top: 2.5rem;
}
.app-box .con{
    margin-top: 1rem;
    font-size: .4rem;
    line-height: .75rem;
    color: #333;
    margin-top: .5rem;
}
.app-box .con img{
    max-width: 100%;
}
.customer-box{
    padding-top: 2.5rem;
}
.customer-tab{
    margin: .5rem -.25rem 0;
    
}
.customer-tab .m-box{
    display: none;
}
.customer-tab .pc-tab{
    /* width: 100%; */
    overflow: hidden;
    padding: .5rem 0 0;
}
.customer-tab .item{
    box-sizing: border-box;
    padding: 0 .25rem;
    margin-bottom: .5rem;
    float: left;
    width: 20%;
}
.customer-tab .con-box{
    background-color: #f7f7f7;
    transition: all .2s;
}
.customer-tab img{
    width: 100%;
}
.customer-tab .btns{
    font-size: 0;
    text-align: center;
    margin-top: 1rem;
}
.customer-tab .btns .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    border: 2px solid #2d74cc;
    border-radius: 100%;
    box-sizing: border-box;
}
.customer-tab .btns .swiper-pagination-bullet-active{
    background-color: #2d74cc;
}
.industry-recommend-box{
    margin-top: 0;
    padding-top: 2.75rem;
}
.china-box .bread .right{
    float: right;
    font-size: 0;
    line-height: 1.5rem;
}
.china-box .bread .right a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    line-height: .45rem;
    margin-left: 2rem;
    line-height: 1.5rem;
    position: relative;
}
.china-box .bread .right a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: all .2s;
}
.china-box .bread .right a.cur:before{
    width:100%;
}
.china-box .bread-box .bread{
    padding: 0;
}
.china-map{
    padding: 1rem 0 4.25rem;
}
.china{
    height: 47.4vw;
}
.overseas-map{
    padding: 2.25rem 0 5rem;
}
.overseas{
    text-align: center;
}
.overseas img{
    max-width: 100%;
}

.case-box{
    /* background-color: #f8f9fa; */
}
.case-aside{
    /* position: absolute;
    left: 0;
    top: 0; */
    float: left;
    width: 18.23%;
    /* height: 100%; */
    /* min-height: 80vh; */
    box-sizing: border-box;
    padding: 1.1rem .9rem 1.1rem 0;
    background-color: #fff;
}
.case-aside .case-search{
    width: 100%;
    background-color: #f0f0f0;
    padding: .5rem .75rem;
    box-sizing: border-box;
    border-radius: 0 .75rem .75rem 0;
}
.case-aside .case-search input[type=text]{
    float: left;
    width: 90%;
    height: .5rem;
    line-height: .5rem;
    background-color: #f0f0f0;
    font-size: .45rem;
    color: #222;
}
.case-aside .case-search input[type=submit]{
    float: right;
    width: .5rem;
    height: .5rem;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/case-search.png');
    background-size: cover;
    background-color: transparent;
}
.case-aside.m-box{
    display:none;
}
.aside-list{
    margin-top: 1rem;
    padding-left: .75rem;
}

.aside-list li{
    margin-bottom: 1.25rem;
}
.aside-list li:last-child{
    /* margin-bottom: 0; */
}
.aside-list .tit{
    font-size: .5rem;
    line-height: .75rem;
    color: #222;
    display: block;
    position: relative;
}
.aside-list .tit span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-color: #fff;
    padding-right: .4rem;
    position: relative;
    z-index: 3;
}
.aside-list .tit:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.35rem;
    width: .7rem;
    height: .7rem;
    background-repeat: no-repeat;
    background-position:center;
    background-size: 100%; 
    background-image: url('../images/case-arrow.png');
    background-color: #fff;
    z-index: 3;
    transform: rotate(-90deg);
    transition: all .3s;
}
.aside-list .tit .line{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #e0e0e0;
    z-index: 1;
}
.aside-list .sub{
    margin-top: .5rem;
    display: none;
}
.aside-list .sub .item{
    font-size: 0;
    margin-bottom: .5rem;
}
.aside-list .sub .item:last-child{
    margin-bottom: 0;
}
.aside-list .sub a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .45rem;
    line-height: .5rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/case-select.png');
    background-size: .4rem;
    padding-left: .5rem;
    font-size: .45rem;
    color: #555;
    transition: all .3s;
}
.aside-list .sub a.cur{
    background-image: url('../images/case-select2.png');
}
.aside-list li.cur .tit:before{
    transform: rotate(0);
}
.case-box .right-box{
   /*  position: absolute;
    left: 0;
    top: 0; */
    width: 81.77%;
    padding: 1.1rem .75rem 5rem;
    box-sizing: border-box;
    /* min-height: 50vw; */
    float: right;
    background-color: #f8f9fa;
}
.ban-data .text-box .cn{
    font-size: 1.2rem;
    line-height: 1.3rem;
    padding-bottom: .2rem;
}
.case-list{
    margin-top: .75rem;
    min-height: 12.5rem;
}

.case-list .row{
    margin: 0 -.2rem;
}
.case-list .item{
    box-sizing: border-box;
    padding: 0 .2rem;
    margin-bottom: .4rem;
}
.case-list .con-box{
    display: block;
    position: relative;
    overflow: hidden;
}
.case-list img{
    width: 100%;
    transition: all .2s;
}
.case-list .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/case-mask.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.case-list .txt{
    position: absolute;
    left: 0;
    bottom: .3rem;
    font-size: .4rem;
    line-height: .5rem;
    text-align: center;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0 .4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-list .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.5rem;
    transform: translate(-50%,-50%);
}
.duty-box{
    padding-bottom: 3.75rem;
}
.duty-wrap{
    padding-top: 2.5rem;
    border-left: 1px solid #dedede;
    position: relative;
}
.duty-list-box{
    float: right;
    width: 85.7%;
    box-sizing: border-box;
    padding-right: 1.25rem;
}
.duty-wrap .top-box{
    padding-right: 1.25rem;
}
.duty-wrap .top-con h3{
    font-size: 1.05rem;
    line-height: 1.1rem;
}
.duty-wrap .top-con .con{
    font-size: .4rem;
    line-height: .75rem;
    margin-top: .4rem;
    color: #333;
}
.duty-wrap .duty-aside{
    float: left;
    margin-top: 5.25rem;
}
.duty-wrap .duty-aside a{
    display: block;
    font-size: .45rem;
    line-height: .55rem;
    padding-left: .5rem;
    color: #222;
    margin-bottom: 1.5rem;
    position: relative;
}
.duty-wrap .duty-aside a:last-child{
    margin-bottom: 0;
}
.duty-wrap .duty-aside a:before{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #313131;
    transform: translateY(-50%);
    transition: height .3s;
}
.duty-wrap .duty-aside a.cur:before{
    height: 100%;
}

.duty-wrap .duty-list li{
    padding-top: 2.25rem;
}
.duty-wrap .duty-list li:first-child{
    padding-top: 0;
}
.duty-wrap .duty-list li:last-child{
    margin-bottom: 0;
}
.duty-wrap .duty-list h3{
    font-size: .9rem;
    line-height: 1rem;
    color: #222;
}
.duty-wrap .duty-list .row{
    margin: 0 -.25rem;
}
.duty-wrap .duty-list .item{
    padding: 0 .25rem;
    box-sizing: border-box;
}
.duty-wrap .duty-list .con-box{
    position: relative;
    display: block;
    transition: all .2s;
}
.duty-wrap .duty-list .con{
    font-size: .35rem;
    line-height: .75rem;
    color: #555;
    margin-top: .4rem;
}
.duty-wrap .duty-list .images-list{
    margin-top: .6rem;
}
.duty-wrap .images-list .img{
    overflow: hidden;
}
.duty-wrap .images-list img{
    width: 100%;
    transition: all .2s;
}
.duty-list .images-list .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/duty-mask.png');
    background-size: cover;
}
.duty-list .images-list .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1.25rem;
    width: 100%;
    text-align: center;
    font-size: .35rem;
    line-height: 1.25rem;
    color: #fff;
}
.duty-list .images-list .pub-more{
    margin: 1.15rem auto 0;
}
.duty-wrap .block{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.duty-wrap.fix .duty-aside{
    position: fixed;
    top: 4.85rem;
    margin: 0;
}
.duty-wrap.foot .duty-aside{
    position: absolute;
    bottom: 0;
    top: auto;   
}

.duty-list-wrap{
    padding: 2.5rem 0 4.75rem;
}
.duty-list-wrap .con{
    font-size: .35rem;
    line-height: .75rem;
    color: #555;
    margin-top: .4rem;
    text-align: center;
    padding: 0 1.25rem;
    text-align: center;
}
.duty-lists{
    margin-top: 1rem;
}
.duty-lists .row{
    margin: 0 -.45rem;
}
.duty-lists .item{
    box-sizing: border-box;
    padding: 0 .45rem;
    margin-bottom: .9rem;
}
.duty-lists .con-box{
    position: relative;
    display: block;
}
.duty-lists img{
    width: 100%;
}
.duty-lists .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/duty-mask.png');
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
}
.duty-lists .text{
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 100%;
    padding: 0 .75rem;
    box-sizing: border-box;
    transition: all .3s;
}
.duty-lists .text .time{
    font-size: .35rem;
    line-height: .4rem;
    color: #fff;
    font-family: "Century Gothic";
}
.duty-lists .text .tit{
    font-size: .45rem;
    line-height: .55rem;
    color: #fff;
    margin-top: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.duty-lists .text .txt{
    font-size: .35rem;
    line-height: .6rem;
    color: #fff;
    margin-top: .25rem;
    overflow: hidden;
    height: 0;
}
.campus-box{
    background-color: #f7f7f7;
}
.campus-top-box{
    margin-top: .3rem;
    padding: 0 .25rem;
    box-sizing: border-box;
}
.campus-top-box .row{
    margin: 0 -.125rem;
}
.campus-top-box .item{
    box-sizing: border-box;
    padding:0 .125rem;
}
.campus-top-box .con-box{
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding: 1.5rem 1.25rem 1.375rem;
    border-radius: .25rem;
    box-shadow: 0 0 .5rem rgba(0,0,0,.15);
}

.campus-top-box .con-box .tit{
    font-size: .9rem;
    line-height: 1rem;
    color: #fff;
}
.campus-more{
    display: block;
    width: 4.625rem;
    height: 1.25rem;
    text-align: center;
    border-radius: .625rem;
    background-color: #fff;
    margin-top: .75rem;
    transition: all .2s;
}
.campus-more span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    line-height: 1.25rem;
    color: #222;
    padding-right: 1.6rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/campus-more1.png');
    background-size: .175rem;
    transition: all .2s;
}
.find-box{
    padding-top: 2.25rem;
    background-repeat: no-repeat;
    background-position: 74% 0;
    background-image: url('../images/balloon-bg1.png');
    background-size: 6.55rem;
}
.find-list{
    margin-top: 1.1rem;
}
.find-list .row{
    margin: 0 -.375rem;
}
.find-list .item{
    box-sizing: border-box;
    padding: 0 .375rem;
    margin-bottom: .75rem;
}
.find-list .con-box{
    display: block;
    padding: 1.25rem 0;
    background-color: #fff;
    text-align: center;
    border-radius: .25rem;
    box-shadow: 0 0 13px rgba(49,49,49,.1);
    transition: all .2s;
}
.find-list .con-box .icon{
    width: 1.85rem;
    position: relative;
    margin: 0 auto;
}
.find-list .con-box .icon img{
    width: 100%;
}
.find-list .con-box .icon .init{
    transition: all .2s;
}
.find-list .con-box .icon .hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.find-list .con-box .cn{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 1.5rem;
    position: relative;
    font-size: 0;
    margin-top: .75rem;
}
.find-list .con-box .cn:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #d2d2d2;
    transition: all .2s;
}
.find-list .con-box .cn span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .75rem;
    color: #222;
    padding: 0 .25rem;
    background-color: #fff;
    position: relative;
    z-index: 3;
    background-color: #fff;
    line-height: 1rem;
    transition: all .2s;
}
.find-list .con-box .en{
    margin-top: .25rem;
    font-size: .4rem;
    color: #999;
    line-height: .5rem;
    transition: all .2s;
    font-family: "Futura LT Book";
}
.step-wrap{
    padding: 2rem 0 0;
}
.step-list{
    margin-top: 1.75rem;
}
.step-list .row{
    margin: 0 -.75rem;
}
.step-list .item{
    box-sizing: border-box;
    padding: 0 .75rem;
}
.step-list .con-box{
    background-color: #fff;
    width: 100%;
    padding-top: 100%;
    border-radius: 100%;
    box-shadow: 0 0 1.75rem rgba(49, 49, 49, .13);
    position: relative;
}
.step-list .con-box .text{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.step-list .con-box .icon{
    width: 1.5rem;
    margin: 0 auto;
}
.step-list .con-box .icon img{
    width: 100%;
}
.step-list .con-box .txt{
    font-size: .5rem;
    line-height: .6rem;
    color: #222;
    margin-top: .25rem;
}
.step-list .con-box svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    display: block;

}
.step-list .con-box circle{
    display: block;
    stroke-dasharray: 0 314;
    transition: all .8s;
}

.step-list.animated .item:nth-child(1) .con-box circle{
    stroke-dasharray: 52 314;
}
.step-list.animated .item:nth-child(2) .con-box circle{
    stroke-dasharray: 104 314;
}
.step-list.animated .item:nth-child(3) .con-box circle{
    stroke-dasharray: 156 314;
}
.step-list.animated .item:nth-child(4) .con-box circle{
    stroke-dasharray: 208 314;
}
.step-list.animated .item:nth-child(5) .con-box circle{
    stroke-dasharray: 260 314;
}
.step-list.animated .item:nth-child(6) .con-box circle{
    stroke-dasharray: 314 314;
}
.faq-box{
    padding: 2.5rem 0 4.75rem;
}
.faq-box .faq-tit{
    width: 12.25rem;
    height: 2.75rem;
    border-radius: 1.375rem;
    background-color: #3076cd;
    text-align: center;
    line-height: 2.75rem;
    font-size: 1.05rem;
    color: #fff;
    border: 6px solid #fff;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.faq-list{
    margin-top: -6px;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url('../images/balloon-bg2.png');
    background-size: 5.85rem;
}
.faq-list .list{
    background-position: right bottom;
    background-image: url('../images/faq-bg.png');
    background-repeat: no-repeat;
    background-size: 5.575rem;
    background-color: #f7f7f7;
    position: relative;
    z-index: 1;
}
.faq-list .list li{
    padding: 0 1.5rem;
}
.faq-list .list .con-box{
    position: relative;
    padding: 1rem 0;
    background-image: url('../images/faq-line.png');
    background-repeat: repeat-x;
    background-position: left bottom;
}
.faq-list .list .num{
    float: left;
    font-size: 2.75rem;
    line-height: 2.8rem;
    color: #4a4a4a;
    opacity: .2;
    filter: alpha(opacity=20);
    font-family: "AlegreSans-Regular_0";
}
.faq-list .list .text-box{
    float: right;
    width: 86.34%;
}
.faq-list .list .tit{
    font-size: .55rem;
    line-height: .65rem;
    color: #333;
}
.faq-list .list .con{
    margin-top: .5rem;
    font-size: .4rem;
    line-height: .75rem;
    color: #333;
}
.faq-list .list li:last-child .con-box{
    padding-bottom: 0;
    background: none;
}
.faq-list .list-wrap{
    position: relative;
    z-index: 3;
    overflow: hidden;
    height: 28.8rem;
    box-shadow: 0 0 1.15rem rgba(0,0,0,.14);
    padding: 1.25rem 0;
    border-radius: 1.25rem;
}
.faq-list .list-wrap .mCSB_inside>.mCSB_container{
    margin-right: 0;
}
.faq-list .list-wrap .mCSB_scrollTools{
    width: 6px;
}
.faq-list .list-wrap .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    background: none;
}
.faq-list .list-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #2d74cc;
    border-radius: 3px;
}

.faq-list .list .line-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 6px solid #fff;
    border-radius: 1.25rem;
}
.hodometer-box{
    height: 10rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hodometer-box .text-box{
    float: left;
    margin-top: 3.25rem;
}
 
.hodometer-box .text-box .product-tit{
    text-align: left;
    color: #fff;
}
.hodometer-box .text-box .con{
    margin-top: .5rem;
    font-size: .4rem;
    line-height: .75rem;
    color: #fff;
}
.hodometer-box .right{
    float: right;
    width: 24%;
    margin-right: 1.5rem;
    margin-top: 1rem;
    position: relative;
}
.hodometer-box .right img{
    width: 100%;
}
.hodometer-box .right .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 25.44%;
}
.hodometer-box .right .img{
    position: absolute;
    right: -23.67%;
    top: 23.67%;
    width: 58%;
    border-radius: 100%;
    overflow: hidden;
}
.hodometer-box .right .qrcode{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 78.4%;
    box-shadow: 0 0 2.1rem rgba(0,0,0,.14);
    border-radius: 100%;
}
.hodometer-box .right .qrcode .text{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.hodometer-box .right .qrcode-img{
    width: 49%;
    margin: 0 auto;
}
.hodometer-box .right .txt{
    font-size: .4rem;
    line-height: .5rem;
    margin-top: .25rem;
}

.challenge-box{
    /* height: 18.15rem; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 3.25rem 0 6.25rem;
}
.challenge-box .text-box{
    
}
.challenge-box .text{
    /* width: 50%; */
}
.challenge-box .text .product-tit{
    /* text-align: left; */
    color: #fff;
}
.challenge-box .text .con{
    margin-top: .5rem;
    font-size: .375rem;
    line-height: .9rem;
    color: #fff;
}
.challenge-box .text .con img{
    max-width: 100%;
}
.solution-case-box{
    padding: 2.25rem 0 0;
    /* background-color: #f7f7f7; */
}
.solution-case-box .con{
    font-size: .375rem;
    line-height: .9rem;
    color: #333;
    margin-top: .5rem;
}
.solution-case-box .con img{
    max-width: 100%;
}
.solution-case-box .list{
    margin-top: 1rem;
}
.solution-case-box .list .row{
    margin: 0 -.675rem;
}
.solution-case-box .list .item{
    padding: 0 .675rem;
    box-sizing: border-box;
    margin-bottom: 1.35rem;
}
.solution-case-box .list img{
    width: 100%;
}
.solution-case-box .list .con-box{
    position: relative;
}
.solution-case-box .list .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2d74cc;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.solution-case-box .list .text{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 .9rem;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.solution-case-box .list .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #fff;
}
.solution-case-box .list .con{
    margin-top: .4rem;
    font-size: .375rem;
    line-height: .6rem;
    color: #fff;
    margin-top: .4rem;
}
.search-top{
    background-color: #2a66a9;
}
.search-page .bread-box{
    position: static;
}
.search-top .text-box{
    padding: 2.25rem 0;
}
.search-top .text-box .left{
    float: left;
    width: 53.57%;
}
.search-top .text-box .tit{
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #fff;
}
.search-top .text-box .con{
    font-size: .5rem;
    line-height: .9rem;
    color: #fff;
    margin-top: .5rem;
}
.search-top .text-box .search-more{
    display: block;
    width: 4.25rem;
    height: 1.25rem;
    border-radius: .625rem;
    background-color: #fff;
    text-align: center;
    margin-top:1.5rem;
}
.search-top .text-box .search-more span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 1.25rem;
    color: #222;
    font-size: .4rem;
    padding-right: 1.1rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/search-more.png');
    background-size: .15rem;
    transition: all .2s;
}
.search-top .text-box .img{
    float: right;
    width: 31.14%;
}
.search-top .text-box .images img{
    width: 100%;
}
.search-list{
    padding: 1.25rem 0 4.5rem;
}
.search-list .item{
    display: block;
    padding: .6rem 0;
    border-bottom: 1px solid #dfdfdf;
}
.search-list .item .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #222;
    transition: all .2s;
}
.search-list .item .con{
    font-size: .4rem;
    line-height: .75rem;
    color: #333;
    margin-top: .5rem;
}
.search-list .page,
.case-list .page{
    margin-top: 1.375rem;
}
.service-list .text .con .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    /* background: none; */
}
.service-list .text .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #004898;
}
.benefit-box .list-box .list .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    /* background: none; */
}
.benefit-box .list-box .list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #004898;
}
.train-box .list .con .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    /* background: none; */
}
.train-box .list .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #004898;
}


.relative-box{
    padding-top: 2.25rem;
}
.relative-box .top-btns{
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 .625rem;
    font-size: 0;
}
.relative-box .top-btns .tit{
    font-size: .5rem;
    line-height: 1.85rem;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.relative-box .top-btns .top-tabs{
    margin-left: 2rem;
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    vertical-align: top;
}
.relative-box .top-btns .top-tabs .swiper-slide{
    width: auto;
    margin-right: 2.25rem;
}
.relative-box .top-btns .top-tabs .swiper-slide:last-child{
    margin-right: 0;
}
.relative-box .top-btns .top-tabs a{
    font-size: .35rem;
    line-height: 1.85rem;
    color: #999;
    display: block;
    transition: all .2s;
}
.relative-box .top-btns .top-tabs a:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: .275rem;
    height: .15rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/relative-arrow.png');
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.relative-box .top-btns .top-tabs .swiper-slide.cur a{
    color: #155fad;
}
.relative-box .top-btns .top-tabs .swiper-slide.cur a:before{
    opacity: 1;
    filter: alpha(opacity=100);
}
.relative-tab-list{
    margin-top: 1rem;
}
.relative-tab-list .item{
    display: none;
}
.relative-tab{
    overflow: hidden;
    padding: .5rem .5rem 0;
    margin: 0 -.5rem;
}
.relative-tab .con-box{
    display: block;
    border: 1px solid #ececec;
    transition: all .3s;
}
.relative-tab .con-box .img{
    overflow: hidden;
}
.relative-tab .con-box img{
    width: 100%;
    height: 6rem;
    transition: all .2s;
}
.relative-tab .con-box .txt{
    font-size: .45rem;
    line-height: 1.15rem;
    color: #222;
    text-align: center;
    border-top: 1px solid #ececec;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 .5rem;
}
.relative-tab .btns{
    font-size: 0;
    text-align: center;
    margin-top: 1.25rem;
}
.relative-tab .btns .swiper-pagination-bullet {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 2px solid #3177cd;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 4px;
}
.relative-tab .btns .swiper-pagination-bullet-active {
    background-color: #3177cd;
}
.china-dialog{
    padding: .75rem;
    border: 2px solid #bfbfbf;
    box-sizing: border-box;
    /* width: 12.5rem; */
}
.china-dialog .tit{
    font-size: .5rem;
    line-height: .6rem;
}
.china-dialog .tit .con{
    font-size: .4rem;
    line-height: .75rem;
    margin-top: .4rem;
}
.china-map .pc-box{
    position: relative;
    margin-top: -.5rem;
}
.china-map .product-tit{
    position: absolute;
    left: 0;
    top: 2.75rem;
    width: 100%;
    z-index: 3;
}
.china-map .m-box{
    display: none;
}

.city-search-box{
    margin-top: 2.5rem;
    position: relative;
    z-index: 3;
}
.city-search-box .row{
    margin: 0 -.2rem;
}
.city-search-box .item{
    box-sizing: border-box;
    padding: 0 .2rem;
}
.city-search-box .select-box{
    position: relative;
}
.city-search-box .select-box .tit{
    display: block;
    font-size: .45rem;
    line-height: 1.7rem;
    padding: 0 .75rem;
    border: 1px solid #dcdcdc;
    color: #333;
    position: relative;
}
.city-search-box .select-box .tit:before{
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    width: .6rem;
    height: .35rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/city-arrow.png');
    background-size: 100%;
    transform: translateY(-50%);
}
.city-search-box .select-box .sub{
    display: none;
    position: absolute;
    left: 0;
    top: 1.7rem;
    width: 100%;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    max-height: calc(4.5rem + 3px);
    overflow: auto;
}
.city-search-box .select-box .sub a{
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: .45rem;
    color: #333;
    padding: 0 .75rem;
    border-bottom: 1px solid #dcdcdc;
    transition: all .3s;
    box-sizing: border-box;
}
.city-search-box .select-box .sub a:last-child{
    border-bottom: none;
}
.city-search{
    border: 1px solid #dcdcdc;
    padding: 0 .75rem;
}
.city-search input[type=text]{
    float: left;
    width: 80%;
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: .45rem;
    color: #333;
}
.city-search input[type=submit]{
    float: right;
    width: .6rem;
    height: .6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/city-search.png');
    background-size: 100%;
    background-color: transparent;
    margin-top: .5rem;
}
.china-map .list{
    margin-top: .75rem;
}
.china-map .list .item{
    margin-bottom: .25rem;
}
.china-map .list .item:last-child{
    margin-bottom: 0;
}
.china-map .list .tit-box{
    font-size: 0;
    border: 1px solid #d2d2d2;
    padding: .75rem 1rem;
    position: relative;
    display: block;
}
.china-map .list .tit,
.china-map .list .address,
.china-map .list .tel-box{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    color: #333;
    line-height: .7rem;
}
.china-map .list .tit{
    font-size: .6rem;
    width: 15.3%;
}
.china-map .list .address,
.china-map .list .tel-box{
    font-size: .4rem;
}
.china-map .list .tel-tit,
.china-map .list .con{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.china-map .list .address{
    width: 55.73%;
}
.china-map .list .tit-box:before{
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    width: .5rem;
    height: .25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/city-list-arrow.png');
    background-size: 100%;
    margin-top: -.125rem;
}
.china-map .list .sub{
    padding: .75rem 1rem;
    border: 1px solid #d2d2d2;
    border-top: none;
    display: none;
}
.china-map .list .sub li{
    padding-bottom: .3rem;
    border-bottom: 1px solid rgba(210,210,210,.4);
    font-size: 0;
    margin-bottom: .3rem;
}
.china-map .list .sub li:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.china-map .list .sub div{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    line-height: .5rem;
    color: #333;
    margin-right: 5%;
    vertical-align: top;
}
.china-map .list .sub .name{
    width: 15%;
}
.china-map .list .sub .add{
    width: 30%;
}
.china-map .list .sub .person{
    width: 10%;
}
.china-map .list .sub .phone{
    margin-right: 0;
}
.china-map .list .item.cur .tit-box{
    background-color: #004898;
}
.china-map .list .item.cur .tit,
.china-map .list .item.cur .address,
.china-map .list .item.cur .tel-box{
    color: #fff;
}
.china-map .list .item.cur .tit-box{
    border-color: #004898;
}
.china-map .list .item.cur .tit-box:before{
    background-image: url('../images/city-list-arrow2.png');
}

.china-map .pub-more{
    margin: 1.75rem auto 0;
}
.overseas-list{
    margin-top: 2rem;
}
.overseas-list .row{
    margin: 0 -.375rem;
}
.overseas-list .item{
    box-sizing: border-box;
    padding: 0 .375rem;
    margin-bottom: .75rem;
}
.overseas-list .con-box{
    padding: .75rem;
    border: 1px solid #d2d2d2;
}
.overseas-list .con-box .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #333;
    padding-bottom: .6rem;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: .6rem;
}
.overseas-list .con-box .con{
    font-size: .4rem;
    line-height: .75rem;
    color: #333;
    height: 3rem;
}
.profile-box .honor-con{
    width: 77%;
    margin: .5rem auto 0;
    text-align: center;
}
.honor-box{
    background-color: #f5f5f5;
}
.honor-list{
    padding-top: 2rem;
}
.honor-list .row{
    margin: 0 -.3rem;
}
.honor-list .item{
    box-sizing: border-box;
    padding: 0 .3rem;
    margin-bottom: .6rem;
}
.honor-list .con-box{
    display: block;
    padding: .5rem;
    background-color: #fff;
}
.honor-list .con-box .img{
    overflow: hidden;
}
.honor-list .con-box img{
    width: 100%;
    transition: all .3s;
}
.honor-list .con-box .txt{
    font-size: .4rem;
    line-height: .5rem;
    color: #333;
    text-align: center;
    margin-top: .25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-profile .text-box{
    position: static;
    width: 100%;
    transform: translateY(0);
}
.product-profile .text-box .text{
    position: static;
    transform: translateY(0);
    /* text-align: center; */
    width: 80%;
    margin: 0 auto;
}
.product-profile .text-box .con{
    height: auto;
}
.product-profile .text-box .download{
    margin: .5rem auto 0;
}

.products-list{
    padding: 2.5rem 0 5.5rem;
    display: block;
}
.products-list h3{
    font-size: .9rem;
    line-height: 1rem;
    font-weight: bold;
}
.products-list .list-box{
    margin-bottom: 1.75rem;
}
.products-list .list-box:last-child{
    margin-bottom: 0;
}
.products-list .list{
    margin-top: .6rem;
}
.products-list .list .row{
    margin: 0 -.7rem;
}
.products-list .list .item{
    box-sizing: border-box;
    padding: 0 .7rem;
}

.products-list .list .tit{
    display: block;
    color: #222;
    padding: .2rem 0;
}
.products-list .list .tit span{
    display: block;
    padding: .25rem 0;
    font-size: .5rem;
    line-height: .6rem;
    border-bottom: 1px solid #cfcfcf;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/product-jia1.png');
    background-size: .35rem;
}
.products-list .list .item.on .tit span{
    background:none;
}
.products-list .list .sub{
    display: none;
    padding: .75rem 1rem;
    background-color: #ebebeb;
    position: absolute;
    top: 1.5rem;
    box-sizing: border-box;
}
.products-list .list .item:nth-child(3n+1) .sub{
    left: 0;
}
.products-list .list .item:nth-child(3n) .sub{
    right: 0;
}
.products-list .list .item:nth-child(3n+2) .sub{
    left: 50%;
    transform: translateX(-50%);
}
.products-list .list .con-box{
    position: relative;
}
.products-list .list .sub-tit{
    font-size: 0;
    position: relative;
}
.products-list .list .sub-tit:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(160,160,160,.3);
}
.products-list .list .sub-tit span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size:.5rem;
    line-height: .6rem; 
    background-color: #ebebeb;
    padding-right: .5rem;
    position: relative;
    z-index: 3;
}
.products-list .list .sub-list{
    font-size: 0;
    margin: .5rem -.5rem 0;
}
.products-list .list .sub-list a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .45rem;
    line-height: .55rem;
    color: #222;
    /* margin-right: 5rem; */
    width: 25%;
    margin-bottom: .5rem;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 .5rem;

}
.products-list .list .item.cur{
    z-index: 3;
}
.products-list .list .item.cur .tit{
    padding: .2rem .5rem;
    background-color: #004898;
}
.products-list .list .item.cur .tit span{
    border-color: transparent;
    color: #fff;
    background-image: url('../images/product-jia2.png');
}
.products-page .clearfixed{
    display: block;
}
.BMapLib_SearchInfoWindow .BMapLib_sendToPhone{
    display: none;
}

@media (max-width: 1680px){

    /*.nav li{
        width:25%;
    }
    .nav li:nth-child(6n){
        width: 11%;
    }*/
}

@media (max-width: 1366px){
	footer .top-box .f-nav li{
        margin-right: 2.2rem;
    }
    .profile-box .num-box .item{
        padding-right: 5.5%;
        margin-right: 5.5%;
    }
    .supply-box .con-box1 .left,
    .supply-box .con-box2 .right{
        margin-top: 0;
    }
    .first-box .text-box .more{
        margin-top: 1rem;
    }
    .case-aside .case-search input[type=text]{
        width: 80%;
    }
    .duty-box{
        padding-bottom: 2rem;
    }
    .duty-list-wrap{
        padding: 2rem 0;
    }
    .industry-box{
        padding: 2rem 0;
    }
    .overseas-map{
        padding: 2rem 0;
    }
    .product-info-wrap{
        padding-bottom: 2rem;
    }
    .software-fun-box .list .icon{
        left: 1rem;
        width: 2rem;
    }
   /*  .summary-box .text-box .tit{
        font-size: .8rem;
        line-height: 1rem;
    } */
    .train-box .list .text{
        padding: 0 1rem;
    }
    .challenge-box{
        padding: 2rem 0;
    }
    .campus-top-box .con-box .tit{
        font-size: .7rem;
    }
    .step-list .row{
        margin: 0 -.3rem;
    }
    .step-list .item{
        padding: 0 .3rem;
    }
    .faq-box{
        padding-bottom: 2rem;
    }
    .product-profile .text-box .text{
        width: 100%;
    }
    .benefit-box .list-box .list{
        height: 4.85rem;
    }
    .software-box .list .item{
        width: 33.33%;
    }
    header .center-link .row{
        margin: 0 -1rem;
    }
    header .center-link .item{
        padding: 0 1rem;
    }
    .bread-box{
        top: 20%;
    }
    .relative-tab .con-box img{
        height: 4.5rem;
    }

    .china-map .product-tit{
        top: .8rem;
    }
}

@media (max-width: 1280px){

header .center-link {
    margin: 0 0 0 11%;
    font-size: 0;
    text-align: center;
}
}