
@font-face {
  font-family: "DIN-BOLD";
  src: url("../font/DIN-BOLD.woff2") format("woff2"),
       url("../font/DIN-BOLD.woff") format("woff"),
       url("../font/DIN-BOLD.ttf") format("truetype"),
       url("../font/DIN-BOLD.eot") format("embedded-opentype"),
       url("https://www.transfarzl.com/bocstatic/web/fonts/DIN-BOLD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN-MEDIUM";
  src: url("../font/DIN-MEDIUM.woff2") format("woff2"),
       url("../font/DIN-MEDIUM.woff") format("woff"),
       url("../font/DIN-MEDIUM.ttf") format("truetype"),
       url("../font/DIN-MEDIUM.eot") format("embedded-opentype"),
       url("../font/DIN-MEDIUM.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PINGFANG EXTRALIGHT-subfont";
  src: url("../font/PINGFANGEXTRALIGHT-subfont.woff2") format("woff2"),
       url("../font/PINGFANGEXTRALIGHT-subfont.woff") format("woff"),
       url("../font/PINGFANGEXTRALIGHT-subfont.ttf") format("truetype"),
       url("../font/PINGFANGEXTRALIGHT-subfont.eot") format("embedded-opentype"),
       url("../font/PINGFANG%20EXTRALIGHT-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../font/HelveticaNeue.woff2") format("woff2"),
       url("../font/HelveticaNeue.woff") format("woff"),
       url("../font/HelveticaNeue.ttf") format("truetype"),
       url("../font/HelveticaNeue.eot") format("embedded-opentype"),
       url("../font/HelveticaNeue.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
    html {
        font-size: 28px!important;
    }
}
@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 6px;
        height:6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #ff5e14;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #ff5e14;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #ff5e14;
    }
    html {
        font-size: 30px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}
@media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
}
@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;
}
body{
    overflow: hidden;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 50;
    height: 2.5rem;
    border-bottom: 1px solid rgba(51,51,51,.1); font-family:"微软雅黑"
	}
.header-view{
    padding: 0 2%;
}

header .logo{
    float: left;
    width:3.9rem;
}
header .logo img{
    width: 100%;
    display: block;
}
header .code{
    float: left;
    font-size: .4rem;
    line-height: .5rem;
    color: #ff5e14;
    font-weight: bold;
    margin-top: .4rem;
    margin-left: .5rem;
    font-family: "PINGFANG REGULAR-subfont";
}
.header-left h1{ float:left;margin:.8rem 3rem 0 0 ;}
.header-left{
    float: left; width:70%;
}
.header-right{ float:right; margin:0 auto; width:30%; }
.header-right .search-box,
.header-right .qrcode-box,
.header-right .user-box,
.header-right .language-box,
.header-right .phone-box,
.header-right .divide{
    float: right;
    margin-top: 1rem;
}
.header-right .search-box{
    margin-left: .65rem;
}
.header-right .qrcode-box{
    margin-left: 1.25rem;
    position: relative;
}
.qrcode-drop{
    position: absolute;
    width: 4.2rem;
    box-sizing: border-box;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.qrcode-drop .drop{
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: .3rem;
    position: relative;
}
.qrcode-drop .drop:before{
    content: "";
    position: absolute;
    left: 50%;
    top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../image/qrcode-sj2.png')
}
.qrcode-drop img{
    width: 100%;
}
.qrcode-drop .txt{
    display: none;
    font-size: .35rem;
    line-height: .5rem;
    font-weight: bold;
    text-align: center;
    margin-top: .25rem;
}
.header-right .qrcode-box .qrcode-drop{
    top: .45rem;
    padding-top: .4rem;
}
.header-right .user-box,
.header-right .language-box,
.header-right .search-box,
.header-right .phone-box,
.header-right .qrcode-box{
    margin-left: .7rem;
}
.header-right .user-btn,
.header-right .language-btn,
.header-right .search-btn,
.header-right .qrcode-btn{
    display: block;
    width: .6rem;
    height: .6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
   
}

.header-right .phone-btn{ width:10rem; height:auto; padding-left:0.8rem; color:#333; margin-top:0; margin-left:.2rem; line-height:0.65rem; font-size:0.55rem; font-weight:bold}

.header-right .search-btn{
    background-image: url('../image/search-btn.png');
}
.header-right .qrcode-btn{
    background-image: url('../image/ico2.png');
}
.header-right .qrcode-btn:hover{
    background-image: url('../image/ico2_1.png');
}
.header-right .user-btn{
    background-image: url('../image/ico1.png');
}
.header-right .user-btn:hover{
    background-image: url('../image/ico1_1.png');
}
.header-right .language-btn{
    background-image: url('../image/ico3.png');
}
.header-right .language-btn:hover{
    background-image: url('../image/ico3_1.png');
}

.header-right .phone-btn{
    background-image: url('../image/ico4.png'); background-size:0.6rem; background-repeat:no-repeat; background-position:center left
}
.header-right .user-btn,
.header-right span{ float:left;}
.header-right span{ margin:-3px 0 0; font-size:.38rem}
.header-right span a{ color:#333}
.header-right span a:hover{ color:#ff5e14}

.search-dialog{
    position: absolute;
    right: 23.177%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.search-dialog .search-close{
    position: absolute;
    width: .55rem;
    height: .575rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('../image/search-close.png');
    right: -2.2rem;
    top: 50%;
    margin-top: -.2875rem;
}
.search-dialog .search{
    width: 11.9rem;
    border: 1px solid #cac9c9;
    padding: .3rem .6rem;
    border-radius: 4px;
}
.search-dialog .search input[type=text]{
    float: left;
    width: 90%;
    height: .55rem;
    line-height: .55rem;
    font-size: .45rem;
    color: #cac9c9;
    background-color: transparent;
}
.search-dialog .search input[type=submit]{
    float: right;
    width: .55rem;
    height: .55rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../image/search-btn.png');
    background-color: transparent;
}
.header-right .divide{
    width: 1px;
    height: .45rem;
    background-color: #d6d6d6;
    margin-left: 1.65rem;
}
.pc-nav{
    font-size: 0;
    float:left;
    position: relative;
}
.pc-nav li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 1.4rem;
    /* position: relative; */
}
.pc-nav li:first-child{
    margin-left: 0;
}
.pc-nav li .tit{
    display: block;
    font-size: .42rem;
    line-height: 2.5rem;
    color: #333;
    position: relative;
    transition: all .3s;
}
.pc-nav li.cur .tit{ color:#ff5e14}
/*
.pc-nav li .tit:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #ff5e14;
    transition: all .3s;
}*/
.pc-nav li .navson{
    display: none;
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100% !important;
    padding: .75rem 0;
    box-sizing: border-box;
    font-size: 0;
    background-color: rgba(51,51,51,.85);
    text-align: center;
}
.pc-nav li.nav1 .navson{width: 120% !important;}
/* .pc-nav li:nth-child(5) .navson,
.pc-nav li:nth-child(6) .navson,
.pc-nav li:nth-child(7) .navson{
    text-align: right;
}
.pc-nav li .navson:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2000px;
    height: 100%;
    
} */
.pc-nav li .navson .sub-item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 .6rem;
    position: relative;
    z-index: 3;
    top: 0;
    transition: all .3s;
    vertical-align: top;
}

.pc-nav li .navson .icon{
    width: 1.2rem;
    border-radius: 100%;
    border: 1px solid rgba(255,255,255,.5);
    margin: 0 auto;
}

.pc-nav li .navson .icon img{
    width: 100%;
}
.pc-nav li .navson .txt{
    font-size: .4rem;
    line-height:.5rem;
    color: #fff;
    text-align: center;
    margin-top: .25rem;
}

.pc-nav li .navson .sub-item .third-nav{
    margin-top: .4rem;
}
.pc-nav li .navson .sub-item .third-nav a{
    font-size: .3rem;
    line-height: .4rem;
    color: #fff;
    display: block;
    margin-bottom: .2rem;
    opacity: .7;
    filter: alpha(opacity=7);
    transition: all .3s;
}
.clearfixed{
    height: 2.5rem;
}
.header-right.on .pc-nav,
.header-right.on .divide,
.header-right.on .search-box .search-btn,
.header-right.on .qrcode-box,
.header-right.on .nav-btn{
    transform: scale(0);
}
.nav-btn,
.m-nav{
    display: none;
}
.aside-tel{
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 30;
}
.aside-tel .item{
    display: block;
    padding-left: 2.5rem;
    border-radius:.875rem 0 0 .875rem;
    background-color: rgba(255,255,255,.85);
    box-shadow: 0 5px 10px rgba(0,0,0,.25);
    height: 1.75rem;
    transition: all .3s;
    /*transform: translateX(4.7rem);*/
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
    right: -3rem;
}
.aside-tel .item:last-child{
    margin-bottom: 0;
}
.aside-tel .icon-box{
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.aside-tel .icon{
    width: .65rem;
    position: relative;
    margin: 0 auto;
}
.aside-tel .icon img{
    display: block;
    width: 100%;
}
.aside-tel .icon .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.aside-tel .txt{
    font-size: .3rem;
    line-height: .4rem;
    color: #000;
    margin-top: 4px;
    font-weight: bold;
}
.aside-tel .text{
    float: left;
    margin-top: .3rem;
    padding: 0 .9rem 0 0;
}
.aside-tel .text .tit{
    font-size: .3rem;
    line-height: .4rem;
    font-weight: bold;
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
}
.aside-tel .text .tel{
    font-size: .6rem;
    line-height: .7rem;
    font-family: "DIN-BOLD";
    color: #fff;
}
/* header end */
.index-view{
    width: 87.5%;
    margin: 0 auto;
}


footer{
    position: relative;
    z-index: 3;
}
.footer-top{
    background-color: #f5f5f5;
}
.footer-top .top-box{
    padding: .9rem 0 .6rem;
    border-bottom: 1px solid rgba(10,26,43,.1);
}
.footer-top .top-box .left{
    float: left;
}
.footer-top .top-box .f-logo{
    float: left;
    width:3.5rem;
}
.footer-top .top-box .f-logo img{
    width: 100%;
}
.footer-top .top-box .f-share{
    float: left;
    margin-left: 1.5rem;
    font-size: 0;
}
.footer-top .top-box .f-share .sub-box{
    display: none;
}
.footer-top .top-box .f-share .item{
    display: inline-block; float:left;
    *display: inline;
    zoom: 1;
    margin-right: .45rem;
    position: relative;
}
.footer-top .top-box .f-share .icon{
    display: block;
    width: 1.15rem;
    position: relative;
    border: 1px solid rgba(5,18,36,.25);
    border-radius: 100%;
}
.footer-top .top-box .f-share .icon img{
    width: 100%;
}
.footer-top .top-box .f-share .icon .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.f-share .qrcode-drop{
    position: absolute;
    bottom: 1.15rem;
    top: auto;
    padding: 0 0 .4rem;
}
.f-share .qrcode-drop .drop:before{
    background-image: url('../image/qrcode-sj.png');
    top: auto;
    bottom: -9px;
}
.f-share .qrcode-drop .txt{
    margin: 0 0 .25rem;
}
.more{display: inline-block; float:left; margin-top:10px;
    *display: inline;
    zoom: 1;
    margin-right: 0.45rem;
    position: relative;}
.more a{ color:#666; font-size:16px; font-family:"微软雅黑";}
.more a:hover{ color:#ff5e14}

.footer-top .top-box .right{
    float: right;
    font-size: 0;
}
.footer-top .top-box .link-box,
.footer-top .top-box .sp-link{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.footer-top .top-box .link-box{
    margin-left: 2rem;
    position: relative;
}
.footer-top .top-box .link-box .tit{
    display: block;
    width: 8.2rem;
    height: 1.4rem;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fff;
    padding: 0 .6rem;
    line-height: 1.4rem;
    font-size: .3rem;
    color: #7f7f7f;
    font-weight: bold;
    position: relative;
}
.footer-top .top-box .link-box .tit:before{
    content: "";
    position: absolute;
    right: .6rem;
    top: 50%;
    width: 7px;
    height: 4px;
    margin-top: -2px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/link-arrow.png');
}
.footer-top .top-box .link-box .sub{
    position: absolute;
    left: 0;
    bottom: 1.4rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.2);
    background-color: #fff;
    max-height: 4.8rem;
    overflow: hidden;
    display: none;
}
.footer-top .top-box .link-box .sub a{
    display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0 .6rem;
    font-size: .3rem;
    color: #7f7f7f;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,.2);
    box-sizing: border-box;
    transition: all .3s;
}
.footer-top .top-box .link-box .sub a:last-child{
    border-bottom: none;
}
.footer-top .top-box .link-box .sub .mCSB_inside>.mCSB_container{
    margin-right: 0;
    display: block!important;
}
.footer-top .top-box .link-box .sub .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #ff5e14;
    width: 3px;
}
.footer-top .top-box .link-box .sub .mCSB_scrollTools{
    width: 3px;
}
.footer-top .top-box .link-box .sub .mCSB_scrollTools .mCSB_draggerRail{
    width: 3px;
    background-color: transparent;
}
.footer-top .top-box .sp-link a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: .4rem;
    color: #333;
    font-weight: bold;
    margin-left: 1.75rem;
    transition: all .3s;
}
.footer-top .top-box .sp-link a:nth-child(3),
.footer-top .top-box .sp-link a:nth-child(4){
    display: none;
}
.footer-top .top-box .sp-link a:first-child{
    margin-left: 0;
}
.f-nav{ font-family:"微软雅黑";
    padding: 1.2rem 0;
    font-size: 0;
    white-space: nowrap;
}
.f-nav li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width:16.66%;
}
.f-nav li:last-child{
    margin-right: 0;
}
.f-nav li .tit{
    font-size: .45rem;
    line-height: .4rem;
    color: #000;
    white-space: nowrap;
}
.f-nav li .tit span{ width:100%; display:block;}
.f-nav li .tit em{ height:2px; background:#444; width:40px; display:block; margin:15px auto 0; float:left}
.f-nav li .navson{
    margin-top: .7rem; width:55%;
}
.f-nav li .navson img{ max-width:100%}
.f-nav li .navson a{
    font-size: .37rem;
    line-height:0.9rem;
    color: #666666;
    display: block;
    transition: all .3s;
    white-space: nowrap;
}
.f-nav li .navson .sec-tit{
    position: relative;
}
.f-nav li .navson .sec-tit:before{
    content: "";
    position: absolute;
    right: -.3rem;
    top: 50%;
    width: .3rem;
    height: .3rem;
    margin-top: -.15rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('../image/third-arrow.png');
    transition: all .3s;
}
.f-nav li .navson .third-nav{
    padding-left: .3rem;
    display: none;
    width: 3.2rem;
}
.f-nav li .navson .sub-item.on .sec-tit:before{
    transform: rotate(90deg);
}
.f-nav li .navson .tel-box{
    margin-top: .4rem;
    white-space: nowrap;
}
.f-nav li .navson .tel-tit{
    font-size: .42rem;
    line-height:1rem;
    color: #707070; padding-left:0.8rem;
    background-image: url('../image/ico4.png');background-size: 0.6rem;
    background-repeat: no-repeat;
    background-position: center left;
}
.f-nav li .navson .tel{
    font-size: .6rem;
    line-height:1rem;
    font-family: "DIN-BOLD";
    color: #333333;
}
.foot_link{ width:100%; padding:0 0 2%; overflow:hidden}
.foot_link,.foot_link a{ color:#666;font-size:0.35rem}
.foot_link a{ }

.m-tel-box{
    display: none;
}
.footer-bottom{
    padding: .7rem 0;
    background-color: #333; overflow:hidden
}
.footer-bottom .copy{
    float: left;
    font-size: .3rem;
    line-height: .4rem;
    color: #999;
    font-weight: bold;
}
.footer-bottom .copy .build{
    margin-left: .5rem;
    font-size: .3rem;
    line-height: .4rem;
    color: #5f5f5f;
}
.footer-bottom .copy .build a{
    font-weight: bold;
    color: #5f5f5f;
    font-size: .3rem;
    line-height: .4rem;
    transition: all .3s;
}
.footer-bottom .icp{
    float: right;
    font-size: .3rem;
    line-height: .4rem;
    font-weight: bold;
    color: #999;
    transition: all .3s;
}
.top-btn{
    /* display: none; */
    position: fixed;
    right: 1%;
    bottom: 10%;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .3rem;
    background-image: url('../image/top-btn.png');
    background-color: rgba(255,255,255,.85);
        box-shadow: 0 5px 10px rgba(0,0,0,.25);
    transition: background-color .3s,background-image .3s;
    z-index: 50;
}
.banner .pc-box{
    overflow: hidden;
    position: relative; z-index:3
}
.banner .swiper-slide{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner .ban-video{
    background-color: #000;
}
.banner .swiper-slide video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* transform: translateY(-50%); */
    background-color: #000;
}
.banner .swiper-slide img{
    width: 100%;
}
.banner .text-box{
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    text-align: center;
}
.banner .text-box .tit-box{
    color: #fff;
}
.banner .text-box .en,
.banner .text-box .sub-en{
    text-shadow: 0 2px 2px rgba(0,0,0,.1);
    color: #dfe5e5;
}
.banner .text-box .en{
    font-size: 1.4rem;
    line-height: 1.6rem; font-weight:bold;
    text-transform: uppercase;
    margin-top: 1rem;
}
.banner .text-box .sub-en{
    font-size: .75rem;
    line-height: .8rem; font-weight:bold;
    margin-top: .55rem;
}
.banner .text-box .cn{
    font-size: 1.2rem; 
    line-height: 1.1rem;
    padding-left: 6px;
    color: #fff; font-weight:bold;
    text-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.banner .text-box .ban-more{
    width: 4.5rem;
    height: 1.4rem;
    display: block;
    border-radius: .7rem;
    line-height: 1.4rem;
    font-size: .35rem;
    text-align: left;
    box-sizing: border-box;
    color: #fff;
    margin: 1.25rem auto 0;
    font-weight: bold;
    text-align: center;
    background-color: rgba(255,94,20,.85);
    transition: all .3s;
}


.banner .btns{
    position: absolute;
    left: 0;
    bottom: 6.5%;
    width: 100%;
    text-align: center;
    z-index: 3;
    font-size: 0;
    display: none;
}
.banner .btns .swiper-pagination-bullet{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 100%;
    background-color: #fff;
    transition: all .3s;
    margin: 0 .3rem;
}
.banner .btns .swiper-pagination-bullet-active{
    background-color: #bb2a29;
}
.banner .ban-btns{
    position: absolute;
    right: 0;
    bottom: 9.2%;
    z-index: 3;
    width: 1.8rem;
}
.banner .ban-btns a{
    display: block;
    width: 1.8rem;
    height: .5rem;
    position: relative;
    margin-bottom:.5rem; 
    float: right;
    transition: all .3s;
}
.banner .ban-btns a:last-child{
    margin-bottom: 0;
}
.banner .ban-btns a:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: .55;
    filter: alpha(opacity=55);
    transition: all .3s;
}
.banner .ban-btns a span{
    font-size: .35rem;
    line-height: .5rem;
    color: #dfe5e5;
    white-space: nowrap;
    position: absolute;
    right: 100%;
    top: 0;
    padding-right: .4rem;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all .3s;
}
.banner .ban-btns a.cur{
    width: 3rem;
}
.banner .ban-btns a.cur:before{
    height: 4px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner .ban-btns a.cur span{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.banner .text-left{
    text-align: left;
}
.banner .text-left .cn{
    margin: 0;
}
.banner .text-left .en{
    margin-top: .75rem;
}
.banner .text-left .ban-more{
    margin: 1.25rem 0 0;
}
.banner .play-btn{
    margin: .6rem auto 0;
    display: block;
    width: 63px;
    height: 63px;
    cursor: pointer;
    z-index: 30;
    opacity: .85;
    filter: alpha(opacity=85);
}
.banner .swiper-slide-active #play-button #play-button-circle{
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s ease-in-out 0.6s;
}
.banner .swiper-slide-active #play-button #play-button-triangle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s ease-in-out;
}
#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:rgb(255,94,20);
    stroke-width: 5;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

#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; */
}
.banner .ban-prev,
.banner .ban-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .5rem;
    height: .9rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 3;
    transition: all .3s;
}
.banner .ban-prev{
    background-image: url('../image/ban-prev.png');
    left: 3.125%;
}
.banner .ban-next{
    background-image: url('../image/ban-next.png');
    right: 3.125%;
}

.banner .m-box{
    display: none;
}
.banner{ position:relative; width:100%; overflow:hidden; z-index:1}

.query_logistics{ position:absolute; bottom:7%; left:0; width:100%; overflow:hidden; z-index:9; font-family:"微软雅黑"}
.query_logistics .index-view{ background:#fff; padding:1% 0 1.5% 3%; overflow:hidden}
.query_logistics .query_le{ float:left; width:68%;}
.query_logistics .query_leone{ float:left; overflow:hidden; width:63%}
.query_logistics .query_leone h4{ color:#ff5e14; font-size:0.46rem; width:100%; overflow:hidden; margin:0 auto 0.4rem}
.query_logistics .query_leoneinput{ position:relative; width:98%; border:solid 1px #ff5e14;float:left; overflow:hidden}
.query_logistics .query_leoneinput .yundanhao{ width:90%;padding:2.5% 2%; font-size:16px; font-family:"微软雅黑"}
.query_logistics .query_leoneinput .uk_button{ background:url(../image/ss.png) no-repeat center; background-size:20px auto; width:20px; height:20px; position:absolute; right:0; top:0; padding:4.3% 0; width:10%; text-align:center}

.query_letwo{ width:36%; float:left;}
.query_letwo li{ width:90%; text-align:center; font-size:0.4rem; float:left; padding:1.5% 0; border-right:solid 1px #eee}
.query_letwo li img{ width:30px; height:30px; margin:2% auto 4%;}
.query_letwo li p{color:#444;     -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;}

.query_letwo li a:hover p{ color:#ff5e14}

.query_re{width:30%;overflow: hidden;}
.query_re h5{ color:#000; background:url(../image/ggico.png) no-repeat center left; padding-left:30px; font-size:0.42rem; margin:0 auto 2%}
.notice_active { width:100%;height:1.6rem;overflow: hidden; position: relative; }
.notice_active li{list-style-type:none;overflow: hidden; width:100%}
.notice_active li.notice_active_ch a{color:#333;font-size:0.38rem;float: left;overflow: hidden; width:70%;white-space: nowrap; text-overflow: ellipsis;}
.notice_active li.notice_active_ch span{float:right;color:#333;font-size:0.35rem;font-style:normal;  }

.zzservice-box,.development-box,.green-box{padding:1.5rem 0; width:100%; overflow:hidden}
.zzservice-box .data-tab-box{ margin-top:0}
.service_list{ width:100%; overflow:hidden; margin:3% auto 0; font-family:"微软雅黑"}

.service_list .item .img{ position:relative}
.service_list .item .img p.txt{ position:absolute; left:0; bottom:0; height:95px; line-height:105px; width:100%; text-align:center; color:#fff; font-size:.58rem; background:url(../image/hei.png) repeat-x;}
.service_list .item .p_txt{ color:#444; font-size:.4rem; line-height:.8rem; margin:3% auto}

.development-box{ background:#f4f4f4;}
.development_list{ margin:3% auto 0; width:100%; overflow:hidden}

.slide_divcon{ width:703px; overflow:hidden}
.slide_div{ width:703px; float:left; font-family:"微软雅黑"}
.slide_divtwo{ width:703px; float:left; font-family:"微软雅黑"; float:right}
.slide_txt{ color:#ff5e14; font-size:.58rem; width:100%; padding:2% 0 0; text-align:center}


.index-about-box{
    padding: 2.25rem 0 1.5rem;
    background-color: #f9f9f9;
}
.index-tit{
    text-align: center;
}
.index-tit .cn{
    font-size: .9rem;
    line-height: 1rem;
    color: #333;
    font-weight: bold; letter-spacing:1px;
}
.index-tit .en{
    font-size: .4rem;
    line-height: .5rem;
    color: #999;
    margin-top: .55rem;
    font-family: "HelveticaNeue";
}
.sub-banner .service_pagebanner .index-tit .en{margin-top: .7rem; font-family:"微软雅黑";font-size: .4rem;}

.index-about-box .con{
    width: 61.9%;
    font-size: .4rem;
    line-height: .75rem;
    margin: .6rem auto 0;
    color: #666;
    text-align: center;
}
.index-about-box .icon-list{
    margin-top: 1.2rem;
    text-align: center;
}
.index-about-box .swiper-slide{
    width: 20%;
    position: relative;
}
.index-about-box .swiper-slide:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 1.875rem;
    background: #dedfe0;
}
.index-about-box .swiper-slide:first-child:before{
    display: none;
}
.index-about-box .swiper-slide .icon{
    width: 1.175rem;
    margin: 0 auto;
}
.index-about-box .swiper-slide .icon img{
    width: 100%;
    display: block;
}
.index-about-box .num-box{
    font-size: 0;
    margin-top: .3rem;
}
.index-about-box .num-box .num,
.index-about-box .num-box .unit{
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #0c1321;
    font-weight: bold;
}
.index-about-box .num-box .num{
    font-size: 1.3rem;
    line-height: 1.4rem;
    transform: skewX(-8deg);
    color: #ff5e14;
}
.index-about-box .num-box .unit{
    font-size: .6rem;
    line-height: .7rem;
    color: #0c1321;
    margin-left: .25rem;
}
.index-about-box .num-box .num>div{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.index-about-box .txt{
    font-size: .43rem;
    line-height: .75rem;
    color: #000; font-family:"微软雅黑";
    margin-top: .4rem;
}
.index-about-box .tip{
    text-align: center;
    font-size: .3rem;
    line-height: .4rem;
    color: #b0afaf;
    text-align: center;
    margin-top: .7rem;
    font-weight: bold;
}
.index-product-box{
    padding: 1.75rem 0 2.625rem;
    overflow: hidden;
}
.index-product-box .product-tit{
    padding-bottom: .7rem;
    border-bottom: 1px solid #f0f0f0;
}
.index-product-box .index-tit{
    float: left;
    text-align: left;
}
.index-product-box .product-tit .ico{
    float: right;
    width: 1rem;
    margin-top: .4rem;
}
.index-product-box .product-tit .ico img{
    width: 100%;
}
.index-product{
    position: relative;
    padding-top: 1.25rem;
}
.index-product .simg-tab{
    /* padding-right: .5rem; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
.index-product .simg-tab .swiper-wrapper{
    margin: 0 -.125rem;
}
.index-product .simg-tab .swiper-slide{
    width: auto;
    padding-bottom: .5rem;
    background: #fff;
    padding: 0 .125rem .5rem;
}
.index-product .simg-tab .swiper-slide:last-child{
    padding-right: .5rem;
}

.index-product .simg-tab .con-box{
    display: block;
    width: 4.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    line-height: 2.5rem;
    transition: all .3s;
}
.index-product .simg-tab .con-box:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .85;
    filter: alpha(opacity=85);
}
.index-product .simg-tab .swiper-slide.cur .con-box{
    width: 7rem;
}
.index-product .simg-tab .swiper-slide.cur .con-box:before{
    opacity: 0.1;
    filter: alpha(opacity=0.1);
}
.index-product .simg-tab .con-box span{
    font-size: .4rem;
    line-height: 2.5rem;
    color: #fff;
    position: relative;
    z-index: 3;
    font-weight: bold;
    display: block;
}
.index-product .simg-tab .swiper-slide.cur .con-box span{
    font-size: .6rem;
    color: #f4f4f4;
}
.index-product .bimg-tab{
    overflow: hidden;
}
.index-product .bimg-tab .img{
    float: right;
    width: 77.38%;
}
.index-product .bimg-tab .img img{
    width: 100%;
}
.index-product .bimg-tab .text-box{
    position: absolute;
    left: 0;
    top: 21.21%;
    width: 26%;
}
.index-product .bimg-tab .text-box .icon{
    width: 2rem;
    border: 1px solid rgba(51,51,51,.2);
    border-radius: 100%;
}
.index-product .bimg-tab .text-box .icon img{
    width: 100%;
    display: block;
}
.index-product .bimg-tab .text-box .en-tit{
    font-size: .8rem;
    line-height: 1rem;
    color: #999;
    font-weight: bold;
    margin-top: 1rem;
    /* background: -webkit-linear-gradient(left,  #999 ,#999 76.2%,#fff 76.2%,#fff 100%);
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
    background-clip:text; 
    text-fill-color:transparent; */

}
.index-product .bimg-tab .text-box .tit{
    font-size: .9rem;
    line-height: 1rem;
    color: #333;
    font-weight: bold;
    margin-top: .7rem;
}
.index-product .bimg-tab .text-box .con{
    font-size: .38rem;
    line-height: .75rem;
    overflow: hidden;
    color: #666;
    margin-top: .3rem;
    width:75%;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
}
.index-product .bimg-tab .detail{
    position: absolute;
    left: 9.5238%;
    bottom: 0;
    font-size: .4rem;
    font-weight: bold;
    line-height: .5rem;
    height: .5rem;
    /* padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/pro-detail.png'); */
    background-size: 2rem;
    color: #999;
    z-index: 3;
    transition: all .3s;
}
.index-product .bimg-tab .detail span{
    font-family: "Simsun";
    /* font-weight: normal; */
    margin-left: .3rem;
}

.index-Special-box,.Special_con,.index-Special-box .index-tit,.Special_left .Special_a{ width:100%; overflow:hidden; margin:0 auto}
.index-Special-box .index-tit{text-align: left;}
.Special_con{ margin:2% auto 0}
.Special_left{ color:#fff; font-size:.42rem; line-height:1.2rem; text-align:center; background:url(../image/home_bg1.jpg) no-repeat; width:50%;float:left; padding:5% 0; text-align:center; background-size:100% cover; }
.Special_right {  color:#fff; background:url(../image/home_bg2.jpg) no-repeat; width:50%;float:right; padding:5% 0; text-align:center; background-size:100% cover; }

.Special_left h3{ font-size:.9rem; font-weight:bold;}
.Special_left h3 a{ color:#fff}
.Special_left ul{ width:100%;margin:15% auto; }

.Special_left li{ width:15%; overflow:hidden;text-align: center;display:inline;  background:url(../image/cp1.png) no-repeat center top; background-size:60px 60px; padding:70px 0 0; margin:0 5%}
.Special_left li img{width:60px; margin:0 auto; overflow:hidden}


.Special_left li.li_b{ background:url(../image/cp2.png) no-repeat center top; }
.Special_left li.li_c{ background:url(../image/cp3.png) no-repeat center top; }
.Special_left li.li_d{ background:url(../image/cp4.png) no-repeat center top; }
.Special_left li.li_f{ background:url(../image/cp5.png) no-repeat center top; }
.Special_left li.li_g{ background:url(../image/cp6.png) no-repeat center top; }
.Special_left li.li_h{ background:url(../image/cp7.png) no-repeat center top; }


.overflow{ width:100%; overflow:hidden}
.solution-box .data-tab-box{margin:1rem 0; font-family:'微软雅黑'; }
.solution_left{float:left; width:38%;  background:url(../image/solution1.jpg) no-repeat left center; background-size:100%; text-align:center; padding:10% 0; color:#fff; font-size:.95rem;line-height:1.7rem; text-indent:26%}

.solution_divb .solution_left{ background:url(../image/solution2.jpg) no-repeat left center; background-size:100%;}
.solution_divc .solution_left{ background:url(../image/solution3.jpg) no-repeat left center; background-size:100%;}
.solution_divd .solution_left{ background:url(../image/solution4.jpg) no-repeat left center; background-size:100%;}
.solution_dive .solution_left{ background:url(../image/solution5.jpg) no-repeat left center; background-size:100%;}
.solution_divf .solution_left{ background:url(../image/solution6.jpg) no-repeat left center; background-size:100%;}


.solution_right{ float:left; width:50%; margin:2% auto 0 3%; color:#6e6e6e; font-size:.43rem; line-height:.9rem}
.solution_right h5{ color:#000; font-size:.55rem; line-height:1rem;}
.solution_right li{ float:left; background:url(../image/solution_icobg1.png) no-repeat left 10px; width:85%; padding:0 0 1.3% 80px; border-bottom:1px #f4f5f7 solid; margin:0 auto 2%}
.solution_right li p,.added-box li p{background:url(../image/solution_dian.png) no-repeat left center; padding:0 0 0 15px;}

.solution_right li.solution_lib{background:url(../image/solution_icobg2.png) no-repeat left 10px;}
.solution_right li.solution_lic{background:url(../image/solution_icobg3.png) no-repeat left 10px;}
.solution_right li.solution_lid{background:url(../image/solution_icobg4.png) no-repeat left 10px;}
.solution_right li.solution_lie{background:url(../image/solution_icobg5.png) no-repeat left 10px;}
.solution_right li.solution_lif{background:url(../image/solution_icobg6.png) no-repeat left 10px;}
.solution_right li.solution_lig{background:url(../image/solution_icobg7.png) no-repeat left 10px;}
.solution_right li.solution_lih{background:url(../image/solution_icobg8.png) no-repeat left 10px;}

.pinlei-box li{ float:left; width:32%; 
-webkit-border-radius:6px;
    -moz-border-radius: 6px;
    border-radius: 6px;}

.pinlei-box li img{ max-width:100%}
.pinlei-box .index-tit .en{ color:#000; font-weight:bold; font-size:.6rem;}

.dajiaju_shuju {    padding:0;background-color: #fff;}
.dajiaju_shuju .swiper-slide{ float:left}
.dajiaju_shuju .num-box .num{ font-size:.68rem; font-weight:normal}
.dajiaju_shuju .num-box,
.dajiaju_shuju .swiper-slide{ text-align:center;}
.dajiaju_shuju .txt{margin-top:0;}
.dajiaju_shuju .txt p{ background:none}
.nengli-box{background:#f5f5f5;}
.nengli_shuju{ padding:1rem 0; background:none}
.nengli_shuju .swiper-slide{ float:left; width:23%; margin:0 1% 2%; text-align:center; overflow:hidden}
.nengli_shuju .num-box{text-align:center; padding:20% 0; border-right:none; margin-top:0;width:100%}
.nengli_shuju .li_top{ background:#ec6c00; color:#fff; font-size:.45rem; padding:10px 0}
.nengli_shuju .num-box .num{ color:#fff}








.added-box{ background:#f5f5f5; padding:0;  font-size:.4rem; line-height:.9rem; color:#555; font-family:'微软雅黑'; }
.added-box ul{ width:100%; overflow:hidden; margin:3% auto}
.added-box li{ float:left; width:50%; margin:0 auto 2%}
.added-box li h5{ color:#000; font-size:.5rem; line-height:1rem; font-weight:bold; padding:0 0 2%}
.added-box li h5 em{ background:#ff5e14; width:40px; height:3px; display:block; margin:2% 0 0}


.cooperation-box .tit_a{  font-family:'微软雅黑'; text-align:center; margin:1.5% auto; padding:0 0 1% ; border-bottom:solid 1px #e5e5e5 ;
}
.cooperation-box .tit_a a{font-size:.45rem; line-height:.9rem; color:#333; padding:0 1.5%;}
.cooperation-box .tit_a a:hover{ color:#ff5e14}
.cooperation-box .view{ width:90%; margin:0 auto 3%}

.cooperation-box li{ float:left; width:14.28%; text-align:center; margin:2% auto}
.cooperation-box li img{ max-width:90%; margin:0 auto}
.cooperation_kuaixiao li{ width:20%}


.cangcu-box{ background:url(../image/cc.jpg) no-repeat; color:#fff;    padding:1.6rem 0;}
.cangcu-box .index-tit .cn,
.cangcu-box .index-tit .en,
.cangcu-box .txt,
.cangcu-box .num-box .num,
.cangcu-box .num-box .unit
{ color:#fff;}

.cangcu-box .swiper-slide{ width:16.66%}
.cangcu-box .icon-list{margin:2rem auto 2.5rem;}

.stzz-box{ background:#f5f5f5}
.options_bg{ background:url(../image/zz_bg.jpg) no-repeat center; font-family:"微软雅黑"}


.options .active .label .info h4{ font-size:.66rem; line-height:1.6rem; width:100%; display:block; margin:2% auto; text-align:center; font-weight:bold}
.ul_one{ width:80%; margin:5% auto}
.ul_one li{ position:relative; width:49%; float:left; font-weight:normal; border-bottom:dashed 1px #fff; border-right: dashed 1px #fff; font-size:.5rem; line-height:1.6rem; padding:2% 0}
.ul_one li.li_twozz{ border-right:none; }
.ul_one li em{ color: #e97d24; font-size:1.8rem; position:absolute; bottom:10%; right:10%}
.ul_one li.li_twozz em{ left:2%; right:auto}
.ul_one li span{ margin:2.5% auto; width:100%; display:block; text-align:left; }
.ul_one li.li_twozz span{ text-align:right}
.ul_one li.li_sanzz{ width:100%; border-left:none;}
.ul_one li.li_sanzz span{ text-align:center}
.ul_one li.li_sanzz em{ right:20%}

.index-news-box{
    padding: 2rem 0 1.875rem;
}

.index-news-box .swiper-wrapper .swiper-slide .img{ width:99%; overflow:hidden; height:480px; vertical-align: middle; margin:0 auto}
.index-news-box .swiper-wrapper .swiper-slide .img img{ height:100%; overflow:hidden}
.index-news-box .img-tab{
    overflow: hidden;
    float: left;
    width: 47.619%;
}
.index-news-box .img-tab .index-tit{
    display: none;
}
.index-news-box .img-tab .con-box{
    display: block;
}
.index-news-box .img-tab img{
    width: 100%;
}
.index-news-box .img-tab .text{
    display: none;
}
.index-news-box .img-tab .btns{
    margin-top: .8rem;
    float: right;
    width: 1.25rem;
}
.index-news-box .img-tab .btns .swiper-pagination-bullet{
    width: 100%;
    height: 4px;
    background-color: transparent;
    display: block;
    position: relative;
    margin-bottom: .25rem;
}
.index-news-box .img-tab .btns .swiper-pagination-bullet:last-child{
    margin-bottom: 0;
}
.index-news-box .img-tab .btns .swiper-pagination-bullet:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #cacaca;
    transition: all .3s;
}
.index-news-box .img-tab .btns .swiper-pagination-bullet-active:before{
    background-color: #ff5e14;
    width: 200%;
}
.index-news-box .right{
    float: right;
    width: 50%;
}
.index-news-box .right .index-tit{
    text-align: left;
    padding-bottom: .7rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.index-news-box .right .item{
    padding: .45rem 0;
    display: block;
    border-bottom: 1px solid transparent;
    transition: all .3s;
}
.index-news-box .time{
    font-size: .4rem;
    line-height: .5rem;
    color: #333;
    margin-bottom: .25rem;
}
.index-news-box .txt{
    font-size: .4rem;
    line-height: .5rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-news-box .right .item.cur{
    padding: .8rem 0;
    border-color: rgba(0,0,0,.1);
    margin-bottom: .55rem;
}
.index-news-box .right .item.cur .time{
    display: block;
}
.index-news-box .right .item.cur .txt{
    font-size: .85rem;
    line-height: .95rem;
    font-weight: bold;
    color: #ff5e14;
}
.index-news-box .right .more-box{
    height: 2.2rem;
    background: #283343;
    margin-top: .625rem;
    position: relative;
}
.index-news-box .right .more-box .more-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 30.68%;
    height: 100%;
    background: #000;
    text-align: center;
    transition: all .3s;
}
.index-news-box .right .more-box .more-btn span,
.index-news-box .right .more-box .more-btn b{
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 2.2rem;
    color: #fff;
    font-size: .4rem;
    font-weight: bold;
    
    /* padding-right: 2.5rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 2rem;
    background-image: url('../img/index-news-arrow.png'); */
}
.index-news-box .right .more-box .more-btn b{
    font-family: "Simsun";
    margin-left: .3rem;
}
.index-bottom-box{
    padding: .35rem 0;
    overflow: hidden;
}
.index-bottom-box .row{
    margin: 0 -.2rem;
}
.index-bottom-box .item{
    padding: 0 .2rem;
    box-sizing: border-box;
}
.index-bottom-box .con-box{
    position: relative;
}
.index-bottom-box .text-box{
    position: absolute;
    left: 0;
    top: 25%;
    width: 100%;
}
.index-bottom-box .text-box .index-tit .cn{
    color: #fff;
}
.index-bottom-box .text-box .index-tit .en{
    color: #fff;
}
.index-bottom-box img{
    width: 100%;
}
.index-bottom-box .text-box .btns{
    text-align: center;
    font-size: 0;
    margin-top: .8rem;
}
.index-bottom-box .text-box .btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 3.85rem;
    height: 1.2rem;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: .6rem;
    margin: 0 .5rem;
    transition: all .3s;
}
.index-bottom-box .text-box .btns span{
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .37rem;
    line-height: 1.2rem;
    font-weight: bold;
    color: #fff;
   /*  padding-right: 1rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: .475rem;
    background-image: url('../img/index-bottom-arrow.png'); */
}
.index-bottom-box .line{
    width: 1.25rem;
    height: 1px;
    background-color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    margin: .6rem auto 0;
}
.index-bottom-box .tel{
    font-size: 1.2rem;
    line-height: 1.3rem;
    color: #fff;
    text-align: center;
    margin-top: .5rem;
    font-family: "DIN-BOLD";
}

.sub-banner{
    position: relative;
    overflow: hidden;
}
.sub-banner img{
    width: 100%;
}
.solution_bannercon{ height:590px;}
.solution_bannerbg{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;  
    background: #000 \0;
    filter: alpha(opacity=40);
    zoom: 1;
    background: rgba(0,0,0,0.4);}
.solution_bannerbg .text-box .en{ width:100%; line-height:.8rem}



.view{
    width: 75%;
    margin: 0 auto;
}
.sub-banner .text-box{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.sub-banner .text-box .index-tit{
    text-align: left;
}
.sub-banner .text-box .cn{
    color: #fff;
}
.sub-banner .text-box .en{
    color: #fff;
    font-weight: normal;
    font-family: "微软雅黑","PINGFANG EXTRALIGHT-subfont" ;
    font-size: .56rem; line-height: 1.1rem;
}
.sub-banner .text-box .text{
    margin-top: .5rem;
    font-size: .5rem;
    line-height: .6rem;
    color: #fff;
    font-weight: bold;
}
.sub-banner .scroll-btn{
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 100%;
    text-align: center;
    margin-top: 1.7rem;
    cursor: pointer;
}
.sub-banner .scroll-btn img{
    width: 10px;
    position: relative;
}

@keyframes subScroll{
    from {top:.1rem;}
    to {top: .6rem;opacity: 0}
}

@-moz-keyframes subScroll{
    from {top:.1rem;}
    to {top: .6rem;opacity: 0}
}

@-webkit-keyframes subScroll{
    from {top:.1rem;}
    to {top: .6rem;opacity: 0}
}

@-o-keyframes subScroll{
    from {top:.1rem;}
    to {top: .6rem;opacity: 0}
}

.about-box .top-box{
    padding: 2.25rem 0 1.6rem;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 69.44%;
    border-bottom: 1px solid #eaeaea;
}
.about-box .top-box .left{
    float: left;
    width: 50%;
}
.pub-tit .cn{
    font-size: .9rem;
    line-height: 1rem;
    color: #000;
    font-weight: bold;
}
.pub-tit .en{
    font-size: .4rem;
    line-height: .5rem;
    color: #000;
    margin-top: .3rem;
    font-family: "HelveticaNeue";
}
.about-box .top-box .left .con-box{
    margin-top: .75rem;
}
.about-box .top-box .left .tit{
    font-size: .65rem;
    line-height: .7rem;
    color: #000;
    font-weight: bold;
}
.pub-con{ font-family:"微软雅黑";
    font-size: .38rem;
    line-height: .8rem;
    color: #666;
}
.pub-con img{
    max-width: 100%;
}
.about-box .top-box .left .pub-con{
    margin-top: .7rem;
}

.about-box .top-box .right{
    float: right;
    width: 48%;
    margin-top: 2.45rem;
}
.about-box .top-box .right .tit{
    font-size: .65rem;
    line-height: .7rem;
    color: #000;
    font-weight: bold;
}
.about-box .top-box .right .num-list{ font-family:"微软雅黑"; overflow:hidden;
    margin-top: .8rem;
}
.about-box .top-box .right .num-list span{ width:45%; float:left; text-align:left; font-size:.48rem; color:#444; background:url(../image/yuan.png) no-repeat center left; padding-left:15px; line-height:1.6rem}


.about-box .top-box .right .num-list .row{
    margin: 0 -1rem;
}
.about-box .top-box .right .num-list .item{
    padding: 0 1rem;
    box-sizing: border-box;
}
.about-box .top-box .right .num-box{
    font-size: 0;
}
.about-box .top-box .right .con-box{
    padding: .3rem 0;
    position: relative;
}

.about-box .top-box .right .con-box .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.about-box .top-box .right .num,
.about-box .top-box .right .unit{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.about-box .top-box .right .num{
    font-size: 1.05rem;
    line-height: 1.05rem;
    font-weight: bold;
    color: #ff5e14;
    transform: skewX(-8deg);
}
.about-box .top-box .right .num>div{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.about-box .top-box .right .unit{
    font-size: .4rem;
    line-height: .5rem;
    font-weight: bold;
    margin-left: 4px;
}
.about-box .top-box .right .txt{
    font-size: .35rem;
    line-height: .4rem;
    height: .8rem;
    color: #666;
    margin-top: .2rem;
}
.about-box .sub-tit{
    font-size: .75rem;
    line-height: .8rem;
    color: #333;
    font-weight: bold;
}
.about-box .middle-box{
    margin-top: 1.5rem;
}
.about-box .middle-box .pub-con{
    margin-top: .4rem;
    width: 63.888%;
}
.about-box .middle-tab-box{
    margin-top: 1.2rem;
}
.middle-tab-box{
    position: relative;
}
.middle-tab{    
    overflow: hidden;
    margin: 0 -.4rem;
}
.middle-tab .con-box{
    position: relative;
    display: block;
}
.middle-tab .con-box img{
    width: 100%;
}
.middle-tab .swiper-slide{
    /* width: 31.944%; */
    /* margin-right: 2.083%; */
    padding: 0 .4rem;
    box-sizing: border-box;
}
.middle-tab .swiper-slide:last-child{
    /* margin-right: 0; */
}
.middle-tab .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.middle-tab .mask1{
    background-image: url('../image/middle-tab-mask1.png');
}
.middle-tab .mask2{
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
}
.middle-tab .text-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: .75rem 1.1rem;
    box-sizing: border-box;
    transition: all .3s;
}
.middle-tab .text-box .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #fff;
    font-weight: bold;
}
.middle-tab .text-box .con{
    font-size: .4rem;
    line-height: .5rem;
    color: #fff;
    margin-top: .2rem;
    
    display: none;
}

.middle-tab .text-box .con:before{
    content: "";
    position: absolute;
    right: 7.6%;
    top: 50%;
    width: .45rem;
    height: .925rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .45rem;
    background-image: url('../image/solution-arrow.png');
    display: none;
}
.middle-tab .scrollbar{
    height: 5px;
    margin-top: 1.4rem;
    position: relative;
}
.middle-tab .scrollbar:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}
.middle-tab .scrollbar .swiper-scrollbar-drag{
    position: relative;
    z-index: 3;
    background-color: #ff5e14;
    height: 5px;
    border-radius: 3px;
}
.pub-prev,
.pub-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .4rem;
    height: .8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 3;
    transition: all .3s;
}
.pub-prev{
    left: -1.5rem;
    background-image: url('../image/pub-prev.png');
}
.pub-next{
    right: -1.5rem;
    background-image: url('../image/pub-next.png');
}
.pub-prev.swiper-button-disabled,
.pub-next.swiper-button-disabled{
    display: none;
}
.about-page .middle-tab .text-box .con{
    padding-right: 12.5%;
}
.about-page .middle-tab .text-box .con:before{
    display: block;
}
.about-box .bottom-box{
    padding: 2.1rem 0 2.25rem;
    overflow: hidden;
}
.about-box .bottom-box .left{
    float: left;
    width: 50.347%;
    position: relative;
    z-index: 3;
}
.sub-desc{
    font-size: .5rem;
    line-height: .6rem;
    color: #333;
    margin-top: .25rem;
    font-weight: bold;
}
.about-box .bottom-box .pub-con{
    margin-top: .6rem;
}
.about-box .bottom-box .img{
    float: right;
    width: 41.8%;
    position: relative;
}
.about-box .bottom-box .img img{
    width: 100%;
    position: relative;
    z-index: 3;
}
.about-box .bottom-box .img .logo{
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    top: 32.14%;
    width: 6.85rem;
}
.develop-box{
    padding: 2.25rem 0 2.75rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.develop-box .index-tit .cn{
    color: #fff;
}
.develop-box .index-tit .en{
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
}
.develop-box .content-tab{
    margin-top: 1.25rem;
    overflow: hidden;
}
.develop-box .content-tab .swiper-slide{
    padding: 0 14.236%;
    box-sizing: border-box;
}
.develop-box .content-tab .time{
    float: left;
    font-size: .9rem;
    line-height: 1rem;
    width: 1rem;
    color: #fff;
    transform: rotate(90deg);
    white-space: nowrap;
    font-weight: bold;
}
.develop-box .content-tab .content{ font-family:"微软雅黑";
    float: right;
    width: 88.35%;
    min-height: 5rem;
}
.develop-box .content-tab .tit{
    font-size: .65rem;
    line-height: .7rem;
    color: #fff;
}
.develop-box .content-tab .content{
    font-size: .4rem;
    line-height: .9rem;
    color: #fff;
}
.develop-box .content-tab .content .con{
    margin-top: .5rem;
}
.develop-box .time-tab{
    margin-top: 4rem;
    padding: 0 8%;
    position: relative;
}
.develop-box .time-tab:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: .15rem;
    width: 100%;
    height: .1rem;
    background-color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
}
.develop-box .time-tab .swiper-slide{
    width: auto;
    margin-right:18%;
    width: .4rem;
}
.develop-box .time-tab .swiper-slide:last-child{
    margin-right: 0;
}
.develop-box .time-tab .line{
    position: absolute;
    left: 50%;
    width: 2px;
    /* height: 2.625rem; */
    height: 0;
    bottom: -.4rem;
    margin-left: -1px;
    background-color: #fff;
}
.develop-box .time-tab .circle{
    width: .4rem;
    height: .4rem;
    background-color: #333;
    border-radius: 100%;
    position: relative;
    z-index: 3;
}
.develop-box .time-tab .circle:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid #999;
    border-radius: 100%;
}
.develop-box .time-tab .circle .progress-left {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}
.develop-box .time-tab .circle .progress-left:before {
    content: "";
    border: .1rem solid #fff;
    border-bottom: .1rem solid transparent;
    border-left: .1rem solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: .2rem;
    height: .2rem;
    border-radius: 100%;
    transform: rotate(45deg);
}
.develop-box .time-tab .circle .progress-right {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
}
.develop-box .time-tab .circle .progress-right:before {
    content: "";
    border: .1rem solid #fff;
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: .2rem;
    height: .2rem;
    border-radius: 100%;
    transform: rotate(45deg);
}
.develop-box .time-tab .txt{
    position: absolute;
    left: 50%;
    top: 0;
    padding-top: .9rem;
    transform: translateX(-50%);
    font-size: .4rem;
    line-height: .5rem;
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
}
.develop-box .time-tab:before{
    content: "";
    position: absolute;
    left: 0;
}

.develop-box .time-tab .swiper-slide.cur .circle .progress-right:before {
    -webkit-animation: circleProgressLoad_right .5s linear forwards;
    animation: circleProgressLoad_right .5s linear forwards;
}

.develop-box .time-tab .swiper-slide.cur .circle .progress-left:before {
    -webkit-animation: circleProgressLoad_left .5s linear forwards;
    animation: circleProgressLoad_left .5s linear forwards;
}

@-webkit-keyframes circleProgressLoad_right{
  0%{
    -webkit-transform: rotate(45deg);
  }
  50%{
    -webkit-transform: rotate(225deg);
  }
  100%{
    -webkit-transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_left{
  0%{
    -webkit-transform: rotate(45deg);
  }
  50%{
    -webkit-transform: rotate(45deg);
  }
  100%{
    -webkit-transform: rotate(225deg);
  }
}

.develop-box .time-tab .swiper-slide.cur .line{
    height: 2.625rem;
    transition: all .3s .5s;
}
.develop-box .time-tab .swiper-slide.cur .txt{
    color: #ff5e14;
    transition: all .3s;
}

.team-box{
    padding: 2rem 0 1.5rem;
}
.team-box .team-btns{
    margin-top: .3rem;
    font-size: 0;
    text-align: center;
}
.team-box .team-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .45rem;
    line-height: .5rem;
    color: #808080;
    font-weight: bold;
    margin: 0 .75rem;
    position: relative;
    transition: all .3s;
}
.team-box .team-btns a:before{
    content: "";
    position: absolute;
    right: -.75rem;
    width: 1px;
    height: .35rem;
    background-color: #e7e7e7;
    top: 50%;
    transform: translateY(-50%);
}
.team-box .team-btns a:last-child:before{
    display: none;
}
.team-box .team-btns a.cur{
    color: #ff5e14;
}
.team-box .team-tab-box{
    position: relative;
}
.team-box .team-tab{
    margin: .9rem -.45rem 0;
    overflow: hidden;
}
.team-box .team-tab .swiper-wrapper{
    
}
.team-box .team-tab .swiper-slide{
    /* width: 20%; */
    /* margin-right: 2.43%; */
    box-sizing: border-box;
    padding: 0 .45rem;
}
.team-box .team-tab .swiper-slide:last-child{
    margin-right: 0;
}
.team-box .team-tab .swiper-slide img{
    width: 100%;
}
.team-box .team-tab .img{
    position: relative;
}
.team-box .team-tab .img:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: .6rem;
    height: .6rem;
    background-color: #ff5e14;
}

.team-box .team-tab .text{
    margin-top: .5rem;
    text-align: center;
}
.team-box .team-tab .text .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #000;
    font-weight: bold;
}
.team-box .team-tab .text .desc{
    font-size: .4rem;
    line-height: .5rem;
    color: #666;
    margin-top: .2rem;
}

.team-box .team-tab .scrollbar{
    height: 5px;
    margin-top: 1.4rem;
    position: relative;
}
.team-box .team-tab .scrollbar:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}
.team-box .team-tab .scrollbar .swiper-scrollbar-drag{
    position: relative;
    z-index: 3;
    background-color: #ff5e14;
    height: 5px;
    border-radius: 3px;
}
.team-box .team-tab-box .pub-prev,
.team-box .team-tab-box .pub-next{
    transform: translateY(calc(-50% - .65rem));
}
.honor-box{
    padding: 1.75rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.honor-box .index-tit .cn{
    color: #fff;
}
.honor-box .index-tit .en{
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
}
.honor-box .honor-tab{
    margin-top: .75rem;
    /* overflow: hidden; */
}
/* .honor-box .swiper-slide{
    width: 32%;
    margin-right: 2%;
}
.honor-box .con-box{
    background-color: #fff;
    padding: .9rem 1.25rem;
}
.honor-box .con-box .time{
    font-size: .45rem;
    line-height: .5rem;
    transition: all .3s;
}
.honor-box .con-box .time span{
    font-size: .65rem;
    line-height: .7rem;
    font-family: "DIN-BOLD";
    margin-right: .2rem;
}
.honor-box .con-box .list{
    margin-top: .5rem;
    font-size: .4rem;
    line-height: .6rem;
    height: 6.6rem;
    overflow: hidden;
}
.honor-box .con-box .list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #ff5e14;
    width: 3px;
}
.honor-box .con-box .list .mCSB_scrollTools{
    width: 3px;
}
.honor-box .con-box .list .mCSB_scrollTools .mCSB_draggerRail{
    width: 3px;
    background-color: transparent;
}
.honor-box .con-box .list p{
    padding-left: .4rem;
    position: relative;
    margin-bottom: .25rem;
}
.honor-box .con-box .list p:before{
    content: "";
    position: absolute;
    left: 0;
    top: .25rem;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #666;
    transition: all .3s;
}
.honor-tab .scrollbar{
    height: 5px;
    margin-top: 1.4rem;
    position: relative;
}
.honor-tab .scrollbar:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
}
.honor-tab .scrollbar .swiper-scrollbar-drag{
    position: relative;
    z-index: 3;
    background-color: #ff5e14;
    height: 5px;
    border-radius: 3px;
} */
.honor-tab .pc-box{
    position: relative;
}
.honor-tab .pc-tab{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.honor-tab .pc-tab .swiper-slide{
    margin-right: 1rem;

}
.honor-tab .pc-tab .swiper-slide:last-child{
    margin-right: 0;
}
.honor-tab .row{
    margin: 0 -.55rem;
}
.honor-tab .item{
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0 .15rem;
    margin-bottom: 2rem;
    text-align: center;
}
.honor-tab .icon{
    width: .95rem;
    margin: 0 auto;
}
.honor-tab .icon img{
    width: 100%;
}
.honor-tab .time{
    font-size: .35rem;
    line-height: .4rem;
    color: #f5f5f5;
    margin-top: .5rem;
}
.honor-tab .con{
    font-size: .375rem;
    line-height: .7rem;
    color: #f5f5f5;
    margin-top: .4rem;
    height: 2.8rem;
    overflow: hidden;
}
.honor-tab .pub-prev,
.honor-tab .pub-next{
    transform: translateY(calc(-50% - 1rem ));
}
.honor-tab .pub-prev{
    background-image: url('../image/honor-prev.png');
}
.honor-tab .pub-next{
     background-image: url('../image/honor-next.png');
}

.honor-tab .m-box{
    display: none;
}
.culture-box .img{
    float: right;
    width: 50%;
}
.culture-box .cultureimg{width:50%; float:right; margin:5% 0 0}
.culture-box .cultureimg li{ width:48%; float:left; margin:1%; overflow:hidden; max-height:267px}
.culture-box .cultureimg li img{ width:100%;
transition: all 0.6s;}

.culture-box .cultureimg li:hover img{transform: scale(1.1);}
.culture-box .view .content{ margin:5% 0 0; float:left; width:50%}
.culture-box{
    position: relative;
}
.culture-box .img img{
    width: 100%;
}
.culture-box .text-box{ margin:10% 0 0 ; overflow:hidden ;
    width: 100%;
}

.culture-box .text-box .content{ float:left; 
    width:46%;
}

.shehuizeren .text-box{ position:inherit; margin:5% 0 2%}
.culture-box .shehuizeren_img{ width:39%}
.shehuizeren .text-box .content{ width:60%}
	
.culture-box .index-tit{
    text-align: left;
}
.culture-box .culture-list{
    margin-top:0.5rem;
    height: 11rem;
    overflow: hidden;
}
.culture-box .culture-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #ff5e14;
    width: 3px;
}
.culture-box .culture-list .mCSB_scrollTools{
    width: 3px;
}
.culture-box .culture-list .mCSB_scrollTools .mCSB_draggerRail{
    width: 3px;
    background-color: transparent;
}
.culture-box .culture-list .item{
    margin-bottom: .8rem;
}
.culture-box .culture-list .item:last-child{
    margin-bottom: 0;
}
.culture-box .culture-list .tit,.culture-box .culture-list h3{
    font-size: .55rem;
    line-height: .6rem;
    color: #333;
    font-weight: bold; margin: 0.6rem 0 .3rem;
}
.dialog-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    display: none;
}
.dialog-box .black{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .85;
    filter: alpha(opacity=85);
}
.solution-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25rem;
    box-sizing: border-box;
    padding: 1.2rem 1.2rem 1.2rem 1.5rem;
    background-color: #fff;
    transform: translate(-50%,-50%);
}
.solution-dialog .left{
    width: 31.32%;
    float: left;
}
.solution-dialog .left .icon{
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    border: 1px solid rgba(51,51,51,.2);
    background-size: 2rem;
    background-position: center;
    background-repeat: no-repeat;
}
.solution-dialog .left .icon img{
    width: 100%;
}
.solution-dialog .left .tit{
    font-size: .9rem;
    line-height: 1rem;
    color: #333;
    margin-top: 1rem;
}
.solution-dialog .left .pub-con{
    font-weight: bold;
    margin-top: .3rem;
    /* height: 3.2rem; */
    overflow: hidden;
}
.solution-dialog .left .detail{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    font-weight: bold;
    line-height: .5rem;
    height: .4rem;
    /* text-transform: uppercase; */
    /* padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/pro-detail.png');
    background-size: 2rem; */
    color: #999;
    z-index: 3;
    margin-top: 1.5rem;
    transition: all .3s;
}
.solution-dialog .left .detail span{
    font-family: "Simsun";
    margin-left: .3rem;
}
.solution-dialog .img{
    float: right;
    width: 62.63%;
}
.solution-dialog .img img{
    width: 100%;
}
.dialog-close{
    position: absolute;
    right: 0;
    top: 0;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    background-image: url('../image/dialog-close.png');
    transition: all .3s;
}
.team-dialog{
    width: 25rem;
    box-sizing: border-box;
    padding: 1.1rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.team-dialog .img{
    float: left;
    width: 38.8%;
    position: relative;
}
.team-dialog .img img{
    width: 100%;
}
.team-dialog .img:before{
    content: "";
    position: absolute;
    width: .6rem;
    height: .6rem;
    top: 20%;
    right: 0;
    transform: translateX(50%);
    background-color: #ff5e14;
}
.team-dialog .text-box{
    float: right;
    width: 51.454%;
    margin-right: 5.6%;
    margin-top: .6rem;
}
.team-dialog .text-box .name{
    font-size: .6rem;
    line-height: .7rem;
    color: #ff5e14;
    font-weight: bold;
}
.team-dialog .text-box .staff{
    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    font-weight: bold;
    margin-top: .3rem;
}
.team-dialog .text-box .pub-con{
    margin-top: 1rem;
    font-family: "Microsoft Yahei";
}

.businessinfo-box{
    padding: 2.25rem 0;
    position: relative;
    overflow: hidden;
}
.logistics-info-box:before{
    content: "";
    position: absolute;
    left: 47.395%;
    top: -10.13%;
    width: 8.275rem;
    height: 8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../image/businessinfo-logo.png');
}
.businessinfo-box .top-box .left{
    float:left;
    width: 50%;
}
.businessinfo-box .top-box .con-box{
    margin-top: .7rem;
}
.businessinfo-box .top-box .con-box .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #333;
    font-weight: bold;
}
.businessinfo-box .top-box .pub-con{
    margin-top: .75rem;
    font-size:16px;
    line-height:1.8;
}
.businessinfo-box .img{
    float: right;
    width: 43.33%;
    position: relative;
    z-index: 3;
}
.businessinfo-box .img img{
    width: 100%;
}
.businessinfo-box .data-list{
    margin-top: 1.5rem;
    font-size: 0;
    position: relative;
}
.businessinfo-box .data-list-tab{
    overflow: hidden;
}
.businessinfo-box .data-list .swiper-slide{
    width: 14.2857%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    box-sizing: border-box;
    padding: .5rem 1% .4rem;
    vertical-align: top;
    position: relative;
}
.businessinfo-box .data-list .swiper-slide:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
}
.businessinfo-box .data-list .swiper-slide:first-child:before{
    display: none;
}
.businessinfo-box .data-list .num,
.businessinfo-box .data-list .unit{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.businessinfo-box .data-list .num{
    font-size: 1.05rem;
    line-height: 1.1rem;
    font-weight: bold;
    color: #ff5e14;
    transform: skewX(-8deg);
}
.businessinfo-box .data-list .unit{
    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    font-weight: bold;
    margin-left: .2rem;
}
.businessinfo-box .data-list .txt{
    font-size: .35rem;
    line-height: .6rem;
    color: #666;
    margin-top: .4rem;
    height: 1.2rem;
}
.businessinfo-box .tip{
    font-size: .3rem;
    line-height: .4rem;
    color: #999;
    text-align: center;
    margin-top: .9rem;
    font-weight: bold;
}
.pro-service-box{
    padding: 1.75rem 0 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pro-service-box .index-tit .cn{
    color: #fff;
}
.pro-service-box .index-tit .cen{
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
}
.pro-service-box .tab-btns{
    margin-top: .9rem;
}
.pro-service-box .tab-btns a{
    color: #fff;
}
.tab-btns{
    margin-top: .9rem;
    text-align: center;
    font-size: 0;
}
.tab-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .45rem;
    line-height: .5rem;
    padding: 0 .4rem .3rem;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    color: #666;
    margin: 0 .9rem;
    transition: all .3s;
}
.tab-btns a.cur{
    color: #ff5e14;
    border-color: #ff5e14;
}
.pro-service-box .tab-box{
    margin-top: .9rem;
    overflow: hidden;
}
.pro-service-box .tab-box .swiper-slide{
    width: 29.86%;
    margin-right: 5.2%;
}
.pro-service-box .tab-box .swiper-slide:last-child{
    margin-right: 0;
}
.pro-service-box .tab-box .swiper-slide img{
    width: 100%;
}
.pro-service-box .tab-box .text{
    padding: .4rem 1rem;
    background-color: #fff;
}
.pro-service-box .tab-box .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #333;
    font-weight: bold;
}
.pro-service-box .tab-box .pub-con{
    font-weight: bold;
    margin-top: .2rem;
    line-height: .6rem;
    height: 1.2rem;
}

.pro-service-box .scrollbar{
    height: 5px;
    margin-top: 1.4rem;
    position: relative;
}
.pro-service-box .scrollbar:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}
.pro-service-box .scrollbar .swiper-scrollbar-drag{
    position: relative;
    z-index: 3;
    background-color: #ff5e14;
    height: 5px;
    border-radius: 3px;
}
.pro-service-box .tip{
    font-size: .45rem;
    line-height: .5rem;
    color: #ccc;
    font-weight: bold;
    margin-top: 1.25rem;
    text-align: center;
    padding-left: .25rem;
    letter-spacing: .25rem;
}
.logistics-bottom{
    padding: 2.25rem 0 3rem;
}
.logistics-bottom .title-con{
    margin-top: .75rem;
    position: relative;
    z-index: 3;
}
.logistics-bottom .img{
    margin-top: .5rem;
}
.logistics-bottom .img img{
    width: 100%;
}
.mode-box{
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 1rem;
}
.mode-box .title-con{
    width: 32%;
}
.logistics-bottom .title-con{
    width: 100%;
}
.logistics-bottom .middle-tab{
    margin-top: 1rem;
}
.highway-info-box .data-list .swiper-slide{
    width: 16.66%;
}
.highway-pro-service-box .index-tit{
    padding: .9rem 0 .8rem;
    border-top: 1px solid #d6d6d6;
}
.highway-pro-service-box .center-box{
    padding: 1.5rem 0 2.35rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pro-tit{
    font-size: .65rem;
    color: #000;
    line-height: .7rem;
    font-weight: bold;
}
.center-box .pro-tit{
    text-align: center;
    margin-bottom: 1rem;
    color: #fff;
}
.center-box .middle-tab .scrollbar:before{
    background-color: #c2c2c2;
    opacity: .4;
    filter: alpha(opacity=40);
}
.center-box .pub-prev{
    background-image: url('../image/honor-prev.png');
}
.center-box .pub-next{
    background-image: url('../image/honor-next.png');
}
.add-box .top-box{
    padding: 1.4rem 0 .9rem;
}
.add-box .top-box .left{
    float: left;
    width: 40.28%;
}
.add-box .top-box .left .desc{
    font-size: .6rem;
    line-height: .7rem;
    color: #333;
    margin-top: .75rem;
    font-weight: bold;
}
.add-box .top-box .left .pub-con{
    margin-top: .7rem;
}
.add-box .top-box .img{
    float: right;
    width: 50%;
}
.add-box .top-box .img img{
    width: 100%;
}
.add-box .content-box{
    padding-bottom: 2.5rem;
}
.add-box .content-box .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #333;
    font-weight: bold;
}
.add-box .content-list{
    margin-top: .4rem;
}
.add-box .content-list li{
    float: left;
    width: 24.3%;
    height: 6rem;
    margin-right: 2.083%;
    border: 1px solid #ccc;
    padding: 1rem;
    box-sizing: border-box;
    position: relative;
    transition: all .3s;
}
.add-box .content-list li:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4.375rem;
    height: 2.525rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../image/content-logo.png');
    transition: all .3s;
}
.add-box .content-list li:last-child{
    margin-right: 0;
}
.add-box .content-list li .img{
    float: left;
    width: 35%;
    display: none;
    transition: all .3s;
}
.add-box .content-list li .img img{
    width: 100%;
}
.add-box .content-list li .content-tit{
    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    margin-bottom: .6rem;
    font-weight: bold;
    transition: all .3s;
}
.add-box .content-list li .pub-con{
    height: 3.2rem;
}
.add-box .content-list li.cur{
    width: 47.22%;
    padding: .75rem .75rem .9rem;
    background-color: #f6f6f6;
}
.add-box .content-list li.cur:before{
    opacity: 0;
    filter: alpha(opacity=0);
}
.add-box .content-list li.cur .img{
    display: block;
}
.add-box .content-list li.cur .text{
    float: right;
    width: 52.42%;
    margin-right: 5.88%;
    margin-top: .25rem;
}
.add-box .content-list li.cur .text .content-tit{
    color: #ff5e14;
}
.after-box{
    padding: 1rem 0 1.35rem;
    border-top: 1px solid #d6d6d6;
}
.after-box .pro-tit{
    text-align: center;
}
.after-box .tab-btns{
    margin-top: .5rem;
}
.after-box .tab-box{
    margin-top: .6rem;
}
.after-box .tab-box .item{
    height: 9.85rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: none;
}
.after-box .tab-box .text-box{
    position: absolute;
    left: 5.56%;
    top: 20.3%;
    width: 46.18%;
}
.after-box .tab-box .item:nth-child(2) .text-box{
    left: 20%;
    width: 42%;
}
.after-box .tab-box .item:nth-child(2) .number-box{
    position: absolute;
    left: 5.56%;
    top: 20.3%;
}
.after-box .tab-box .item:nth-child(2) .num,
.after-box .tab-box .item:nth-child(2) .unit{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.after-box .tab-box .item:nth-child(2) .num{
    font-size: 1.05rem;
    line-height: 1.1rem;
    font-weight: bold;
    color: #ff5e14;
    transform: skewX(-8deg);
}
.after-box .tab-box .item:nth-child(2) .unit{
    font-size: .45rem;
    line-height: .5rem;
    color: #fff;
    font-weight: bold;
    margin-left: .2rem;
}
.after-box .tab-box .item:nth-child(2) .txt{
    font-size: .35rem;
    line-height: .6rem;
    color: #fff;
    margin-top: .4rem;
}

.after-box .tab-box .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 68%;
    height: 100%;
    background-color: #000;
    opacity: .35;
    filter: alpha(opacity=35);
}
.after-box .tab-box .text-box .tit{
    font-size: .5rem;
    line-height: .6rem;
    color: #fff;
    font-weight: bold;
}
.after-box .tab-box .text-box .pub-con{
    margin-top: .75rem;
    color: #fff;
}
.pic-box .index-tit{
    padding: .7rem 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.pic-btns{
    text-align: center;
    font-size: 0;
}
.pic-btns .swiper-wrapper{
    justify-content: center;
}
.pic-btns .swiper-slide{
    width: auto;
    margin: 0 .4rem;
}
.pic-btns a{
    display: block;
    font-size: .45rem;
    line-height: .5rem;
    padding: 0 .4rem .3rem;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    color: #666;
    
    transition: all .3s;
}
.pic-btns .swiper-slide.cur a{
    color: #ff5e14;
    border-color: #ff5e14;
}
.pic-wrap{
    padding: 1rem 0 2.25rem;
}
.pic-tab{
    width: 1330px;
    margin: .6rem auto 0;
    overflow: hidden;
    padding-bottom: 5px;
}
.pic-tab .swiper-slide{
    width: 50.68%;
}
.pic-tab .img{
    display: block;
    /* padding: .25rem; */
    /* background-color: #fff; */
    /* border: 1px solid #e5e5e5; */
    box-sizing: border-box;
    /* box-shadow: 0 2px 5px rgba(51,51,51,.35); */
    position: relative;
}
.pic-tab img{
    width: 100%;
}

.pic-tab .img .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 .6rem;
    line-height: 1.25rem;
    background-color: rgba(112,112,112,.7);
    font-size: .4rem;
    color: #fff;
    font-weight: bold;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: right;
    transition: all .3s;
}

.pic-tab .block{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.pic-tab .swiper-slide-active .img .txt{
    opacity: 1;
    filter: alpha(opacity=100);
}
.pic-tab .swiper-slide-active .block{
    display: block;
}
.pic-tab-box{
    position: relative;
}
.pic-tab-box .btns{
    margin-top: .8rem;
    font-size: 0;
    text-align: center;
    /* display: none; */
}
.pic-tab-box .btns .swiper-pagination-bullet{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    background-color: #999;
    border-radius: 100%;
    margin: 0 .2rem;
}
.pic-tab-box .btns .swiper-pagination-bullet-active{
    background-color: #ff5e14;
}

.pic-tab-box .prev,
.pic-tab-box .next{
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 5px - .4rem));
    width: .425rem;
    height: .775rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 3;
    transition: all .3s;
    /* display: none; */
}
.pic-tab-box .prev{
    background-image: url('../image/pic-prev.png');
    left: 0;
}
.pic-tab-box .next{
    right: 0;
    background-image: url('../image/pic-next.png');
}
.manage-box{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 1.875rem 0 1.625rem;
}
.manage-box img{
    width: 100%;
}
.pay-ser-box{
    padding: 1.75rem 0 2.75rem;
    background-color: #f2f2f2;
}
.pay-ser-box .index-tit{
    padding-bottom: .6rem;
    border-bottom: 1px solid rgba(51,51,51,.2);
}
.pay-ser-wrap{
    margin-top: .7rem;
}
.pay-ser-wrap .pro-tit{
    text-align: center;
}
.pay-ser-wrap .tab-btns{
    text-align: left;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid rgba(51,51,51,.2);
    margin-top: .35rem;
}
.pay-ser-wrap .tab-btns a{
    margin: 0 .5rem 0 0;
    padding: .4rem 1rem;
    font-size: .5rem;
    line-height: .6rem;
}
.pay-ser{
    margin-top: 1.1rem;
}
.pay-tab-box{
    position: relative;
}
.pay-tab{
    overflow: hidden;
}
.pay-tab .swiper-wrapper{
	justify-content: center;
}
.pay-tab .swiper-slide{
    width: 19%;
    margin-right: 1.25%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1.1rem .75rem 1.4rem;
    text-align: center;
    height: 8.25rem;
}
.pay-tab .swiper-slide:last-child{
    margin-right: 0;
}
.pay-tab .swiper-slide.on{
	height: 6rem;
}
.pay-tab .icon{
    position: relative;
    width: 1.7rem;
    border-radius: 100%;
    border: 2px solid #333;
    margin: 0 auto;
    transition: all .3s;
}
.pay-tab .icon img{
    width: 100%;
    transition: all .3s;
}
.pay-tab .icon .hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.pay-tab .swiper-slide .tit{
    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    font-weight: bold;
    margin-top: .3rem;
    transition: all .3s;
}
.pay-tab .swiper-slide .desc{
    margin-top: .3rem;
    font-size: .4rem;
    line-height: .5rem;
    margin-top: .4rem;
    transition: all .3s;
}
.pay-tab .swiper-slide .con{
    font-size: .35rem;
    line-height: .6rem;
    color: #333;
    margin-top: .4rem;
    max-height: 1.8rem;
}

/* .pay-ser .tab-list{
    float: left;
    width: 50%;
    border: 1px solid #e5e5e5;
    border-right: none;
    box-sizing: border-box;
    background-color: #fff;
}
.pay-ser .tab-list .item{
    border-bottom: 1px solid #dadada;
    position: relative;
    display: block;
    padding: .75rem .9rem;
    transition: all .3s;
}
.pay-ser .tab-list .item:last-child{
    border-bottom: none;
}
.pay-ser .tab-list .item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #ff5e14;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
}
.pay-ser .tit-box{
    font-size: 0;
}
.pay-ser .tit,
.pay-ser .desc{
    display: inline-block;
    *display: inline;
    zoom: 1;
    transition: all .3s;
}
.pay-ser .tit{
    font-size: .45rem;
    line-height: .5rem;
    color: #000;
    font-weight: bold;
}
.pay-ser .desc{
    font-size: .4rem;
    line-height: .5rem;
    color: #000;
    margin-left: .6rem;
}
.pay-ser .con{
    display: none;
    font-size: .35rem;
    line-height: .5rem;
    color: #333;
    margin-top: .2rem;
}
.pay-ser .tab-list .item.cur{
    background-color: #f2f2f2;
}
.pay-ser .tab-list .item.cur:before{
    opacity: 1;
    filter: alpha(opacity=100);
}
.pay-ser .tab-list .item.cur .tit,
.pay-ser .tab-list .item.cur .desc{
    color: #ff5e14;
}
.pay-ser .img-list{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.pay-ser .img-list .swiper-slide{
    width: 100%;
    height: 100%;
    
}
.pay-ser .img-list .swiper-slide .img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.pay-ser .img-list .swiper-slide .img img{
    display: none;
}
.pay-ser .img-list .swiper-slide .text{
    display: none;
}
.pay-ser .img-list .btns{
    display: none;
} */
.save-box{
    padding: 1.6rem 0 2rem;
}
.save-box .pro-tit{
    margin-bottom: .6rem;
}
.lease-box{
    padding: 2rem 0 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.lease-box .pro-tit{
    color: #fff;
    text-align: center;
}
.lease-box .lease-tab{
    margin-top: 1.35rem;
    overflow: hidden;
}
.lease-box .lease-tab .swiper-slide{
    width: 31.94%;
    margin-right: 2.083%;
}
.lease-box .lease-tab .swiper-slide:last-child{
    margin-right: 0;
}
.lease-box .lease-tab .con-box{
    background-color: rgba(255,255,255,.9);
    padding: 1rem 2rem 1rem 1rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 3.6rem;
    background-image: url('../image/lease-icon1.png');
    transition: all .3s;
}
.lease-box .lease-tab .tit{
    font-size: .5rem;
    line-height: .6rem;
    font-weight: bold;
    color: #333;
}
.lease-box .lease-tab .pub-con{
    margin-top: .3rem;
    color: #333;
    height: 3.2rem;
}
.lease-box .btns{
    display: none;
}
.save-box2 .bottom-box{
    padding: 1.5rem 0 2rem;
}
.become-box{
    padding: 1.6rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.become-box .index-tit .cn,
.become-box .index-tit .en{
    color: #fff;
}
.become-box .index-tit .en{
    opacity: .8;
    filter: alpha(opacity=80);
}
.become-box .img{
    margin-top: .8rem;
}
.become-box .img img{
    width: 100%;
}
.tech-box{
    padding: 1.8rem 0 2.85rem;
}
.tech-box .index-tit{
    text-align: left;
}
.tech-box .pay-tab{
    margin-top: 1rem;
}
.tech-box .pay-tab .swiper-slide{
    background-color: #f5f5f5;
    height: auto;
}
.tech-box .case-box{
    padding: 1.35rem 0;
}
.tech-box .case-box .case-tit{
    float: left;
}
.tech-box .case-list{
    float: right;
    width: 76.38%;
    overflow: hidden;
}
.tech-box .case-list .btns{
    display: none;
}
.tech-box .case-list .swiper-slide{
    width: 31.8%;
    margin-right: 2.28%;
}
.tech-box .case-list .swiper-slide:last-child{
    margin-right: 0;
}
.tech-box .case-list .con-box{
    border: 1px solid #d6d6d6;
    padding: .8rem 1rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url('../image/lease-icon1.png');
    background-size: 4rem;
}
.tech-box .case-list .con-box .tit{
    font-size: .5rem;
    line-height: .6rem;
    font-weight: bold;
}
.tech-box .case-list .pub-con{
    margin-top: .3rem;
}
.tech-box .case-list .pub-con span{
    display: inline-block;
    font-size: .6rem;
    line-height: .7rem;
    color: #ff5e14;
    transform: skewX(-8deg);
    font-weight: bold;
}
.tech-box .case-list .num-box{
    margin-top: .3rem;
    float: right;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2.4rem;
    padding-left: 2.85rem;
    font-size: 0;
}
.tech-box .case-list .num-box .num,
.tech-box .case-list .num-box .unit{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.tech-box .case-list .num-box .num{
    font-size: 1.05rem;
    line-height: 1.1rem;
    color: #ff5e14;
    font-family: "DIN-MEDIUM";
    transform: skewX(-8deg);
}
.tech-box .case-list .num-box .unit{
    font-size: .45rem;
    line-height: .5rem;
    color: #666;
    margin-left: .25rem;
}
.tech-box .img{
    float: left;
    width: 38.47%;
}
.tech-box .img img{
    width: 100%;
}
.tech-box .tab-box{
    margin-top: .8rem;
}
.tech-box .tab-box .tab-item{
    display: none;
}
.tech-box .tab-box .text-box{
    float: right;
    width: 46.53%;
    margin-top: .4rem;
    margin-right: 6.94%;
}
.tech-box .tab-box .text-box .pub-con{
    margin-top: .5rem;
    color: #333;
}
.tech-box .tab-btns a{
    margin: 0 .4rem;
}
.sub-banner .news-search-wrap{
    position: relative;
    width: 17.8rem;
}
.sub-banner .news-search{
    margin-top: .6rem;
    /* width: 16rem; */
    /* padding: 0 .9rem; */
    background-color: rgba(255,255,255,.9);
    border-radius: .825rem;
}
.sub-banner .news-search input[type=text]{
    float: left;
    width: calc(100% - 2.9rem);
    padding: .325rem 2rem .325rem .9rem;
    height: 1rem;
    line-height: 1rem;
    background-color: transparent;
    font-size: .4rem;
    color: #666;
}
.sub-banner .news-search input[type=submit]{
    position: absolute;
    width: 1.65rem;
    height: 1.65rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .45rem;
    background-color: transparent;
    background-image: url('../image/news-search.png');
    /* margin-top: .6rem; */
    right: .3rem;
    top: 0;
}
.news-search-wrap .key-search{
    position: absolute;
    left: 0;
    top: 1.75rem;
    width: 100%;
    box-sizing: border-box;
    padding: .75rem 1.4rem 1rem;
    background-color: rgba(255,255,255,.9);
    text-align: left;
    padding: .6rem .9rem .6rem;
    border-radius: .2rem;
    font-size: 0;
    display: none;
}
.news-search-wrap .key-search .key-tit,
.news-search-wrap .key-search .key-list{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.news-search-wrap .key-search .key-tit{
    font-size: .4rem;
    line-height: .5rem;
    color: #333;
}
.news-search-wrap .key-search .key-list{
    margin-left: .2rem;
}
.news-search-wrap .key-search .key-list a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    line-height: .5rem;
    color: #333;
    margin-right: .3rem;
    transition: all .3s;
}
.dynamic-box{
    padding: 1rem 0 2.7rem;
}
.dynamic-box .top-list{
    overflow: hidden;
}
.dynamic-box .top-list .swiper-slide{
    width: 22.57%;
    margin-right: 3.33%;
}
.dynamic-box .top-list .swiper-slide:last-child{
	margin-right: 0;
}
.dynamic-box .top-list .con-box{
    position: relative;
    display: block;
}
.dynamic-box .top-list .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../image/top-mask.png');
}
.dynamic-box .top-list img{
    width: 100%;
}
.dynamic-box .top-list .text{
    position: absolute;
    left: 0;
    bottom: .3rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 .4rem;
    font-size: .35rem;
    line-height: .6rem;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.dynamic-box .news-btns-box{
    margin-top: .75rem;
    border-bottom: 1px solid #ccc;
}
.dynamic-box .news-btns{
    float: left;
    font-size: 0;
    margin-top: .2rem;
}
.dynamic-box .news-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .45rem;
    line-height: .5rem;
    padding: 0 .5rem .5rem;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid transparent;
    margin-right: .3rem;
    transition: all .3s;
}
.dynamic-box .news-btns a.cur{
    color: #ff5e14;
    border-color: #ff5e14;
}
.dynamic-box .date-box{
    float: right;
    font-size: 0;
}
.dynamic-box .date-box .tit,
.dynamic-box .date-box .date{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.dynamic-box .date-box .tit{
    font-size: .4rem;
    line-height: 1rem;
}
.dynamic-box .date-box .date{
    width: 7.5rem;
    height: 1rem;
    box-sizing: border-box;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}
.dynamic-box .date-box .select-time{
    display: block;
    height: .5rem;
    line-height: .5rem;
    padding: .25rem .45rem;
    width: calc(100% - .9rem);
    font-size: .4rem;
    color: #999;
    -webkit-appearance: none;
    border-radius: 0;
}
.dynamic-box .date-box .icon{
    position: absolute;
    right: .4rem;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../image/date-icon.png');
}
.dynamic-box.on .top-list,
.dynamic-box.on .news-btns-box{
    display: none;
}
.dynamic-wrap{
    margin-top: .9rem;
}
.dynamic-wrap .result{
    margin-bottom: .9rem;
    font-size: .4rem;
    line-height: .5rem;
    color: #333;
    font-weight: bold;
}
.dynamic-wrap .result span{
    color: #ff5e14;
}
.dynamic-list{
    float: left;
    width: 68%;
}
.dynamic-list .item{
    display: block;
    padding: .6rem 0;
    border-bottom: 1px solid #cfd1d6;
}
.dynamic-list .item:first-child{
    padding-top: 0;
}
.dynamic-list .item:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.dynamic-list .item .m-time{
    display: none;
}
.dynamic-list .item .img{
    float: left;
    width: 33.16%;
}
.dynamic-list .item .img img{
    width: 100%;
}
.dynamic-list .item .text-box{
    float: right;
    width: 60.2%;
}
.dynamic-list .item .time-box{
    float: left;
    width: 1.875rem;
    height: 1.875rem;
    border: 1px solid #e5e5e5;
    position: relative;
    transition: all .3s;
}

.dynamic-list .item .time{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.dynamic-list .item .day{
    font-size: .6rem;
    line-height: .7rem;
    color: #ff5e14;
    font-weight: bold;
    transition: all .3s;
}
.dynamic-list .item .ym{
    font-size: .3rem;
    line-height: .4rem;
    margin-top: .2rem;
    color: #333;
    font-weight: bold;
    transition: all .3s;
}
.dynamic-list .item .text{
    float: right;
    width: 82.2%;
}
.dynamic-list .item .tit{
    font-size: .45rem;
    line-height: .75rem;
    color: #333;
    font-weight: bold;
    transition: all .3s;
}
.dynamic-list .item .con{
    font-size: .3rem;
    color: #666;
    line-height:.6rem; 
    font-weight: bold;
    margin-top: .7rem;
    height: 1.8rem;
    overflow: hidden;
    transition: all .3s;
}
.page{
    text-align: center;
    font-size: 0;
}
#pages{ width:100%; overflow:hidden; margin:0 auto}
#pages li{ float:left; margin:0 5px;}
.page a,.page span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 1rem;
    height: 1rem;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    vertical-align: top;
    /* margin-right: .1rem; */
    margin: 0 .05rem;
    text-align: center;
    line-height: 1rem;
    font-size: .4rem;
    color: #666;
    transition: all .3s;
}
.page a[rel=prev],
.page a[rel=next]{
    background-repeat: no-repeat;
    background-position: center;
    background-size: .3rem;
}
.page a[rel=prev]{
    background-image: url('../image/page-prev.png');
}
.page a[rel=next]{
    background-image: url('../image/page-next.png');
}
.page a.active{
    color: #fff;
    background-color: #ff5e14;
}
.dynamic-list .page{
    margin-top: 1.3rem;
    text-align: left;
}
.dynamic-list .page a{
    margin: 0 .1rem 0 0;
}
.news-aisde{
    float: right;
    width: 27.77%;
}
.news-aisde .hot-tit{
    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    font-weight: bold;
}
.news-aisde .list{
    border: 1px solid #e5e5e5;
    margin-top: .5rem;
    padding: .75rem;
}
.news-aisde .list .item{
    display: block;
    margin-bottom: .6rem;
}
.news-aisde .list .item:last-child{
    margin-bottom: 0;
}
.news-aisde .list .num{
    float: left;
    width: .5rem;
    height: .5rem;
    background-color: #999;
    margin-top: .15rem;
    text-align: center;
    line-height: .5rem;
    color: #fff;
    font-size: .3rem;
}
.news-aisde .list .item:nth-child(1) .num{
    background-color: #ff5e14;
}
.news-aisde .list .item:nth-child(2) .num{
    background-color: #e99d0a;
}
.news-aisde .list .item:nth-child(3) .num{
    background-color: #333;
}
.news-aisde .list .text{
    float: right;
    width: 91.17647%;
}
.news-aisde .list .txt{
    font-size: .35rem;
    line-height: .6rem;
    color: #666;
    transition: all .3s;
}
.news-aisde .list .time{
    font-size: .3rem;
    line-height: .4rem;
    color: #999;
    margin-top: .25rem;
}
.data-box{
}
.data-btns{
    font-size: 0;
    text-align: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: .8rem;
}
.data-btns .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 2.35rem;
    border-right: 1px solid #ebebeb;
}
.data-btns .item:last-child{
    border-right: none;
}
.data-btns .item a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .6rem;
    line-height: 1.6rem;
    padding: 0 1.25rem;
    color: #333;
    font-weight: bold;
    position: relative;
    transition: all .3s;
}
.data-btns .item a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff5e14;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
}
.data-btns .item.cur a{
    color: #ff5e14;
}
.data-btns .item.cur a:before{
    opacity: 1;
    filter: alpha(opacity=100);
}
.data-tab-box{
    margin-top: 1.2rem;
}
.data-tab-box .data-item{
    display: none;
}
.data-tab-box .news_list{ display:block}
.data-tab-box .row{
    margin: 0 -.325rem;
}
.data-tab-box .item{
    box-sizing: border-box; padding: 0 .325rem;
    margin-bottom: .7rem; 
}
.data-tab-box .item img{ max-width:100%}
.data-tab-box .con-box{ 
    display: block;
    position: relative; font-family:"微软雅黑";
}
.data-tab-box .con-box img{
    width: 100%; max-height: 280px;
}


.data-tab-box .con-box .p_shijian{ color:#777678; font-size:.4rem; line-height:.5rem; margin:.4rem auto .2rem;}
.data-tab-box .con-box .txt{
    font-size: .55rem;
    line-height:0.9rem;
    color: #000;border-bottom:solid 1px #e8e8e8; height:45px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 .5rem;    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}
.data-tab-box .con-box:hover .txt{ color:#ff5e14}
.data-tab-box .con-box .icon{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3px;
    background-image: url('../image/data-sj.png');
    transition: all .3s;
}
.data-tab-box .con-box .block{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.data-tab-box .page{
}
.newsinfo-box{
    padding: 1.2rem 0 1.5rem;
}
.newsinfo-box .left{
    float: left;
    width: 68.05%;
}
.bread{
    font-size: 0;
}
.bread a,
.bread span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: .4rem;
    font-weight: bold;
    color: #333;
}
.bread span{
    margin: 0 5px;
}
.bread a.cur{
    color: #ff5e14;
}

a {
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}
.view_category{ width:100%; overflow:hidden; border-bottom:solid 1px #eee; font-family:"微软雅黑"}
.view_category a{ padding:1.5% 0; margin:0 4% 0 0; color:#666; font-size:.46rem; float:left; position:relative}
.view_category a em{position:absolute; bottom:0; left:0; width:90%; height:2px; background:#fff;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;}
.view_category a.cur em,.view_category a:hover em{ background:#ff5e14}
.view_category a:hover,.view_category a.cur{ color:#ff5e14}

.news_show{ width:100%; overflow:hidden; font-family:"微软雅黑"; font-size:.46rem; line-height:1rem; color:#000; margin:0 auto 5%}
.news_show h1{ font-size:.8rem; line-height:2rem; width:100%; text-align:center; color:#000}
.news_show .date,.returnlist{ border-bottom:solid 1px #e5e5e5; border-top:solid 1px #e5e5e5; padding:1% 0; margin:1.5% auto 3%; text-align:center; color:#999}
.newsview img{ max-width:100%; margin:1% auto}
.viewpage{ width:100%; overflow:hidden;}
.viewpage a{ color:#444}
.viewpage a:hover{ color:#ff5e14}






.install-box { background:#f5f5f5}
.install_list{ margin:2.5% auto 4%}
.install_list li{ float: left; margin:0 1%; width:31.33%; overflow: hidden; position:relative;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.install_list li img{ width:100%;    transition: all 0.6s;}
.install_list li .install_listcon{
      background: #000 \0;
    filter: alpha(opacity=50);
    zoom: 1;
    background: rgba(0,0,0,0.6);
    position:absolute; top:0; left:0; color: #fff; width: 100%; height:100%; text-align: center; font-size: .5rem; line-height: 1rem;
  
}
.install_list li .install_listcon h4{ font-size:.7rem; margin:30% auto 2%}
.install_list li:hover img{transform: scale(1.1);}

.tiejun-box{ margin:3% auto 0}
.tiejun-box .index-tit .cn{ color:#ff5e14; font-size: 1rem;}
.tiejun-box .index-tit .en{ color:#000; font-size: .6rem; margin:2.6% auto 3.5%}
.tiejun_con { margin:0 auto}


#video {
	width: 100%;
	height:auto;
	margin: 0 auto;
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width:100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	cursor: pointer;
	z-index: 10;
}

.about-box .cangcu {padding:1.3rem 0 1.6rem; border-bottom: none}
.about-box .cangcu .right{margin-top:0; text-align:right}
.about-box .cangcu .right img{ max-width:100%;   
-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}
.about-box .cangcu .left{ margin:2% auto 0}
.cangcu .num-list p{
    width:100%;
    float: left;
    text-align: left;
    font-size: .48rem;
    color: #333;
    background: url(http://beiye.boxcms.cn/static/css/../image/yuan.png) no-repeat center left;
    padding-left: 15px;
    line-height: 1.6rem;
}
.cangcu .num-list p strong{}


















.newsinfo-box .news-tit{
    font-size: .9rem;
    line-height: 1rem;
    color: #333;
    font-weight: bold;
    margin-top: .6rem;
}
.newsinfo-box .time-box{
    margin-top: .7rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #e0e0e0;
}
.newsinfo-box .time-box .time{
    float: left;
    font-size: .35rem;
    line-height: .4rem;
    color: #666;
}
.newsinfo-box .share-box{
    float: right;
}
.newsinfo-box .share-box .tit,
.newsinfo-box .share-box a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.newsinfo-box .share-box .tit{
    font-size: .45rem;
    line-height: .5rem;
    font-weight: bold;
    color: #333;
}
.newsinfo-box .share-box a{
    padding: 0;
    width: .5rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 .2rem 0 0;
    position: relative;
    transition: all .3s;
}
.newsinfo-box .share-box a:last-child{
    margin-right: 0;
}

.newsinfo-box .share-box a:nth-child(2){
    background-image: url('../image/share-icon1.svg');
}
.newsinfo-box .share-box a:nth-child(3){
    background-image: url('../image/share-icon2.svg');
}
.newsinfo-box .share-box a:nth-child(4){
    background-image: url('../image/share-icon3.svg');
}
.newsinfo-box .share-box a:nth-child(5){
    background-image: url('../image/share-icon4.svg');
}
.newsinfo-box .share-box a:nth-child(6){
    background-image: url('../image/share-icon5.svg');
}
.newsinfo-box .con{
    font-size: .35rem;
    line-height: .75rem;
    color: #666;
    margin-top: 1.2rem;
}
.newsinfo-box .con img{
    max-width: 100%;
}
.newsinfo-box .ctrl-box{
    margin-top: 1.1rem;
    padding-top: .6rem;
    border-top: 1px solid #e0e0e0;
}
.newsinfo-box .ctrl{
    float: left;
    width: 75%;
}
.newsinfo-box .ctrl .item{
    margin-bottom: .25rem;
    font-size: 0;
}
.newsinfo-box .ctrl a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: .4rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: all .3s;
}
.newsinfo-box .ctrl a span{
    font-size: .35rem;
    line-height: .4rem;
    font-weight: bold;
    color: #333;
    transition: all .3s;
}
.newsinfo-box .back-btn{
    float: right;
    width: 3.75rem;
    height: 1rem;
    border: 1px solid #d9d9d9;
    line-height: 1rem;
    font-size: .35rem;
    color: #666;
    border-radius: .5rem;
    text-align: center;
    font-weight: bold;
    transition: all .3s;
}

.report-box{
    padding: 2rem 0 3rem;
}
.report-box .report-wrap{
    padding-top: 1rem;
}
.report-box .case-wrap{
    padding-top: 0;
}
.report-box .report-wrap .pic-btns{
    margin-top: 1rem;
}
.report-box .report-list{
    margin-top: 1.35rem;
}
.report-box .item{
    box-sizing: border-box;
    padding: 0 .375rem;
    margin-bottom: .75rem;
}
.report-box .con-box{
    display: block;
    border: 1px solid #eaeaea;
    padding: .75rem;
    transition: all .3s;
}
.report-box .con-box .tit{
    font-size: .45rem;
    line-height: .6rem;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

.report-box .con-box .time{
    font-size: .3rem;
    line-height: .4rem;
    color: #999;
    margin-top: .6rem;
    font-weight: bold;
    transition: all .3s;
}

.report-box .con-box .download-btn{
    text-align: right;
    font-size: 0;
}
.report-box .con-box .download-btn span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: .5rem;
    color: #ff5e14;
    padding-right: .7rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../image/download-btn.png');
    background-size: .4rem;
    font-weight: bold;
    margin-top: .8rem;
}
.report-box .page{
    margin-top: 1.25rem;
}
.notice-box{
    padding: 1.75rem 0;
}
.notice-box .notice-list{
    margin-top: 1.25rem;
}
.notice-box .notice-list .item{
    display: block;
    padding: .5rem 1rem .5rem .7rem;
    border: 1px solid #e0e0e0;
    margin-bottom: .3rem;
    transition: all .3s;
}
.poster_con{ font-size:.4rem; line-height:.9rem; color:#333; margin:1% auto 0}
.query-list{ width:69%; margin:0 auto;}
.query_box{background-position: top center;}
.query_top{ width:100%; overflow:hidden; margin:3.5% auto 1.5%}
.query_top input{ border:solid 1px #c1c1c1; background:#fff; color:#333; width:77%; float:left; padding:0.8% 1.5%; font-size:.4rem; line-height:0.85rem; overflow:hidden; font-family:"微软雅黑";}

.chauxn_button{ width:19.5%; float:left; background:#ff5e14; border:solid 1px #ff5e14; color:#fff; text-align:center; font-size:.46rem; line-height:0.85rem; padding:0.8% 0;}
.chauxn_button:hover{ background:#f35107}

.query_bott{ width:94%; overflow:hidden; border-top:solid 2px #ff5e14; background:#fff; padding:3%; font-size:.35rem; font-family:"微软雅黑"}
.query_bott h3{ color:#666666; font-weight:bold; font-size:.45rem; margin:0 auto 3%; width:100%; overflow:hidden; text-align:center}
.query_bott h3 strong{ color:#ff5e14}
.query_bottdiv,.query_bottdiv_p,.query_bottdiv_con{width:100%; overflow:hidden;}
.query_bottdiv_p{ border-bottom:solid 1px #eee; text-align:center; padding:0 0 2%; margin:0 auto 2%}
.query_bottdiv .span_sj{ width:20%; float:left}
.query_bottdiv .span_didian{ width:80%; float:left}
.query_bottdiv_con{ height:450px; overflow:scroll}
.query_bottdiv_con .shijian_query{ float:left; width:18%; text-align:center}
.query_bottdiv_con .con_query{ float:left; width:80%; border-left:solid 2px #e4e7ed;}
.query_bottdiv_con .con_query p{ color:#666; margin:0 auto 3%; padding-left:15px; position:relative}
.query_bottdiv_con .con_query em{background:url(../image/yuan2.png) no-repeat center; width:6px; height:6px; display:block; position:absolute; top:10px; left:-4px;}

.query_bottdiv_con .con_query .pcur em{background:url(../image/yuan3.jpg) no-repeat center; width:18px; height:30px; display:block; position:absolute; top:-8px; left:-10px;}



.notice-box .notice-list .item:last-child{
    margin-bottom: 0;
}
.notice-box .notice-list .left{
    float: left;
    width: 80%;
}
.notice-box .notice-list .tit{
    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    font-weight: bold;
    transition: all .3s;
}
.notice-box .notice-list .time{
    font-size: .36rem;
    line-height: .6rem;
    margin-top: .2rem;
    color: #ff5e14;
    font-weight: bold;
}
.notice-box .notice-list .notice-btn{
    float: right;
    font-size: .35rem;
    line-height: .5rem;
    color: #666;
    font-weight: bold;
    margin-top: .25rem;
    transition: all .3s;
}
.notice-box .notice-list .page{
    margin-top: 1.5rem;
}
.research-wrap{
    padding: 0 0 3rem;
}
.research-box{
    padding: 1.75rem 0 0;
}
.research-list{
    margin-top: 1.2rem;
}
.research-list .row{
    margin: 0 -.375rem;
}
.research-list .item{
    box-sizing: border-box;
    padding:0 .375rem;
    margin-bottom: .75rem;
}
.research-list .con-box{
    display: block;
    border: 1px solid #eaeaea;
    height: 4.5rem;
    box-sizing: border-box;
    padding: .75rem .7rem;
    transition: all .3s;
}
.research-list .con-box .tit{
    font-size: .45rem;
    line-height: .9rem;
    color: #333;
    font-weight: bold;
    transition: all .3s;
}
.research-list .con-box .tips span,
.research-list .con-box .tips b{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.research-list .con-box .tips span{
    font-size: .3rem;
    line-height: .4rem;
    color: #ff5e14;
    font-weight: bold;
}
.research-list .con-box .tips b{
    width: 1px;
    height: .25rem;
    background-color: #ccc;
    margin: 0 .45rem;
    transition: all .3s;
}
.research-list .con-box .research-btn{
    position: absolute;
    right: .7rem;
    bottom: .75rem;
    font-size: .35rem;
    line-height: .5rem;
    color: #666;
    padding-right: .9rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../image/research-btn.png');
    background-size: .45rem;
    font-weight: bold;
    transition: all .3s;
}
.research-list .page{
    margin-top: .9rem;
}
.research-contact-box{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 2.875rem;
    padding: 2.25rem 6.25% 3rem;
}
.research-contact-box .left{
    float: left;
}
.research-contact-box .index-tit{
    text-align: left;
}
.research-contact-box .index-tit .cn,
.research-contact-box .index-tit .en{
    color: #fff;
}
.research-contact-box .index-tit .en{
    opacity: .8;
    filter: alpha(opacity=80);
}
.research-contact-box .tit{
    font-size: .75rem;
    color: #fff;
    margin-top: 1.125rem;
    line-height: .8rem;
    font-weight: bold;
}
.research-contact-box .right{
    float: right;
    width: 53.85%;
    padding: 1rem 1.35rem 1.25rem;
    background-color: rgba(255,255,255,.5);
}
.research-contact-box .right .item{
    font-size: .35rem;
    line-height: .4rem;
    background-repeat: no-repeat;
    background-position: left .02rem;
    background-size: .325rem;
    margin-bottom: .75rem;
    padding-left: .7rem;
    font-weight: bold;
    color: #333;
}
.research-contact-box .right .item:last-child{
    margin-bottom: 0;
}
.contact-box{
    padding: 2.25rem 0 2.75rem;
    background-color: #f4f4f4;
    overflow: hidden;
}
.message_box{padding: 2.25rem 0 1rem; overflow: hidden; font-family:"微软雅黑"; font-size:0.42rem}
.message_box ul{ width:80%; margin:0 auto; overflow:hidden}
.message_box li{ width:100%; margin:0 auto;}
.message_box li .li_liuyan{ float:left; width:50%; margin:0 0 2.5%}
.message_box li span{ color:#434343; width:100%; display:block; overflow:hidden; font-size:0.45rem; margin:0 auto 1.5%}
.message_box li span strong{ color:#F00; font-weight:normal}
.message_box li input{ border-bottom:solid 1px #f0f0f0; padding:5px; width:90%}
.message_box .submit_b{width:150px; margin:2% auto;}
.message_box .submit_b button{ background:#ff5e14; color:#fff; width:100%; padding:3% 0; border:none; text-align:center; cursor:pointer;  
-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;-webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
}
.message_box .submit_b button:hover{ background:#f24f04}


.poster-txt{position: relative;overflow: hidden;transition: height 0.24s; height:50px}
/*.poster-txt.xg:after{content: "";position: absolute;bottom: 0;display: block;width: 100%;height: 4rem;background: -moz-linear-gradient(to bottom, rgba(255,255,255,0), #fff);background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0), #fff);background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);}*/
.poster-btn,.poster-btn a,.current-menu{ cursor:pointer;  color:#666}  
.poster-btn a:hover,.notice-box .notice-list .notice-btn:hover{color:#ff5e14}     




.contact-list{
    margin-top: 1.7rem;
}
.contact-list .row{
    margin: 0 -1.5rem;
}
.contact-list .item{
    padding: 0 1.5rem;
    box-sizing: border-box;
}
.contact-list .con-box{
    padding: 1.35rem 0 1.1rem;
    border: 1px solid #dbdbdb;
    height: 7rem;
    box-sizing: border-box;
    transition: all .3s;
}
.contact-list .icon{
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
    background-color: #333;
    border-radius: 100%;
    margin: 0 auto;
    transition: all .3s;
}
.contact-list .text-box{
    padding: 0 10%;
    text-align: center;
}
.contact-list .address{
    margin-top: .3rem;
    font-size: .45rem;
    line-height: .8rem;
    color: #333; font-family:"微软雅黑";
    transition: all .3s;
}
.contact-list .num{
    margin-top: .3rem;
    font-size: .6rem;
    line-height: .7rem;
    color: #333; font-family:"微软雅黑";
    transition: all .3s;
}
.contact-list .desc{
    font-size: .4rem;
    line-height: .4rem;
    color: #999;
    margin-top: .25rem;font-family:"微软雅黑";
    transition: all .3s;
}
.law-box{
    padding: 1.6rem 0 3.75rem;
}
.law-box .con{
    font-size: .35rem;
    line-height: .6rem;
    color: #666;
    font-weight: bold;
    margin-top: 1.35rem;
}
.law-box .con h3{
    font-size: .45rem;
    line-height: .8rem;
    color: #333;
    font-weight: bold;
}
.business-box{
    padding: 1.75rem 0 .9rem;
    position: relative;
    
}
.business-box .left{
    float: left;
    width: 26%;
}
.business-box .business-tit{
    font-size: .75rem;
    line-height: .8rem;
    color: #323333;
    font-weight: bold;
}
.business-box .business-select{
    margin-top: .75rem;
    position: relative;
    z-index: 3;
}
.business-box .select{
    float: left;
    width: 48%;
    position: relative;
}
.business-box .select:nth-child(2){
    float: right;
}
.business-box .select .tit{
    display: block;
    height: 1.1rem;
    line-height: 1.1rem;
    padding: 0 .5rem;
    border: 1px solid #e5e5e5;
    font-size: .4rem;
    color: #323333;
    font-weight: bold;
    position: relative;
    border-radius: 2px;
}
.business-box .select:nth-child(1) .tit{
    background-color: #ededed;
}
.business-box .select .tit:before{
    content: "";
    position: absolute;
    right: .5rem;
    top: 50%;
    width: 9px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    background-image: url('../image/business-sj.png');
    margin-top: -2px;
}
.business-box .select .sub{
    display: none;
    position: absolute;
    left: 0;
    top: 1.1rem;
    width: 100%;
    background-color: #fff;
    
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 2px;
}
.business-box .select .sub{
    max-height: 4rem;
    overflow: hidden;
}
.business-box .select .sub .mCSB_inside>.mCSB_container{
    margin-right: 0;
}
.business-box .select .sub .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #ff5e14;
    width: 3px;
}
.business-box .select .sub .mCSB_scrollTools{
    width: 3px;
}
.business-box .select .sub .mCSB_scrollTools .mCSB_draggerRail{
    width: 3px;
    background-color: transparent;
}
.business-box .select .sub a{
    height: 1rem;
    line-height: 1rem;
    padding: 0 .5rem;
    color: #666;
    padding: 0 .5rem;
    display: block;
    font-weight: bold;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
}
.business-box .select .sub a:last-child{
    border-bottom: none;
}
.business-divajax{
    /* height:8.15rem; */
    /* overflow:hidden; */
    position: relative;
    z-index: 2;
    margin-top: .25rem;
}
.business-divajax .mCSB_inside>.mCSB_container{
    margin-right: 0;
}
.business-divajax .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #ff5e14;
    width: 3px;
}
.business-divajax .mCSB_scrollTools{
    width: 3px;
}
.business-divajax .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    background-color: #ddd;
}
.business-divajax .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.business-divajax .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
	background-color: #ff5e14;
}

.business-box .text-box{
    margin-top: .5rem;
}
.business-box .text-box h3{
    font-size: .45rem;
    line-height: .5rem;
    color: #ff5e14;
    font-weight: bold;
}
.business-box .text-box .con-box{
    margin: .25rem 0;
}
.business-box .text-box .tit{
    float: left;
    width: 10.52%;
    white-space: nowrap;
    font-size: .4rem;
    line-height: .6rem;
}
.business-box .text-box .txt{
    float: right;
    width: 89.48%;
    font-size: .4rem;
    line-height: .6rem;
}
.business-box .right{
    float: right;
    width: 72.22%;
}
.business{
    margin-top: .9rem;
}
.business-box .m-box{
    display: none;
}
.business-box .pc-box{
    position: relative;
}
.business .tips{
    position: absolute;
    left: 0;
    bottom: 5%;
}
.business .tips .item{
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: -3px center;
    background-size: 18px;
    line-height: .6rem;
    font-size: .35rem;
    color: #333;
    font-weight: bold;
    position: relative;
}
.business .tips .item:nth-child(1):before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 100%;
    background-color: rgba(255,90,20,.7);
}
.business .tips .item:nth-child(2){
    background-image: url('../image/oil-icon2.png');
}
.business .china{
    height: 42.7vw;
}
.business-box .right img{
    width: 100%;
}
.point-list .item{
    position: absolute;
    width: 8px;
    height: 8px;
}
.point-list .item .point{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ff5e14;
    border-radius: 100%;
}
.point-list .item .circle1{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .6rem;
    height: .6rem;
    border-radius: 100%;
    box-sizing: border-box;
    border: 4px solid #ff5e14;
    /* box-shadow: 0 0 20px rgba(222,0,31,.5); */
    transform: translate(-50%, -50%);
}
.point-list .item .circle2{
    position: absolute;
    left: 50%;
    top: 50%;
    width: .9rem;
    height: .9rem;
    border: 1px solid #ff5e14;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-animation: circle 1.5s linear infinite alternate;
    animation: circle 1.5s linear infinite alternate;
}
@keyframes circle{
    from {transform: translate(-50%, -50%) scale(.7);opacity: 0}
    to {transform: translate(-50%, -50%) scale(1);opacity: 1}
}

@-moz-keyframes circle{
    from {transform: translate(-50%, -50%) scale(.7);opacity: 0}
    to {transform: translate(-50%, -50%) scale(1);opacity: 1}
}

@-webkit-keyframes circle{
    from {transform: translate(-50%, -50%) scale(.7);opacity: 0}
    to {transform: translate(-50%, -50%) scale(1);opacity: 1}
}

@-o-keyframes circle{
    from {transform: translate(-50%, -50%) scale(.7);opacity: 0}
    to {transform: translate(-50%, -50%) scale(1);opacity: 1}
}
.point-list .item .txt{
    font-size: .35rem;
    line-height: .4rem;
    color: #051224;
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translateY(-50%);
}
.point-list .item:nth-child(3) .txt,
.point-list .item:nth-child(10) .txt,
.point-list .item:nth-child(11) .txt{
    left: auto;
    right: .75rem;
}

.point-list .item:nth-child(1){
    left: 86.15%;
    top: 17.25%;
}
.point-list .item:nth-child(2){
    left: 73%;
    top: 39.48%;
}
.point-list .item:nth-child(3){
    left: 73.55%;
    top: 47.39%;
}

.point-list .item:nth-child(4){
    left: 78.65%;
    top: 47.39%;
}
.point-list .item:nth-child(5){
    left: 77.88%;
    top: 56%;
}
.point-list .item:nth-child(6){
    left: 79.8%;
    top: 58.93%;
}
.point-list .item:nth-child(7){
    left: 80.3%;
    top: 64%;
}
.point-list .item:nth-child(8){
    left: 81.5%;
    top: 69%;
}
.point-list .item:nth-child(9){
    left: 79.5%;
    top: 78%;
}
.point-list .item:nth-child(10){
    left: 66.5%;
    top: 71%;
}
.point-list .item:nth-child(11){
    left: 74.5%;
    top: 61%;
}
.point-list .item:nth-child(12){
    left: 68%;
    top: 53.5%;
}
.point-list .item:nth-child(13){
    left: 58%;
    top: 56%;
}
.point-list .item:nth-child(14){
    left: 49.5%;
    top: 65.5%;
}

.search-wrap{
    padding: 4.75rem 0 2rem;
}
.search-wrap .left-btns{
    float: left;
    width: 15.17%;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
}
.search-wrap .left-btns a{
    display: block;
    height: 1.95rem;
    line-height: 1.95rem;
    font-family: "Microsoft Yahei";
    text-align: center;
    color: #666;
    font-size: .45rem;
    border-bottom: 1px solid #e6e6e6;
    transition: all .3s;
}
.search-wrap .left-btns a:last-child{
    border-bottom: none;
}
.search-wrap .left-btns a.cur{
    color: #fff;
    background-color: #ff5e14;
}
.search-wrap .right{
    float: right;
    width: 78.57%;
}
.search-wrap .right .num{
    font-size: .45rem;
    line-height: .5rem;
    border-bottom: 1px solid #e6e6e6;
    color: #999;
    padding-bottom: .75rem;
}
.search-list .item{
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #e6e6e6;
}
.search-list .item .tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #333;
    font-weight: bold;
    transition: all .3s;
}
.search-list .item .pub-con{
    margin-top: .5rem;
}
.search-list .item .time{
    font-size: .4rem;
    line-height: .5rem;
    color: #999;
    margin-top: .75rem;
}
.search-list .page{
    margin-top: 2.15rem;
}
.apply-box{
    padding-bottom: 1.35rem;
}
.apply-box .pub-con{
    margin-top: 1rem;
}
.apply-box .pub-con h3{
    font-size: .45rem;
    line-height: .5rem;
    font-weight: bold;
    margin-bottom: .3rem;
}
.tabs{ width:100%; margin:0 auto;text-align: center;}
				.tabs span.active a{color:#ff5e14;border-bottom: 2px solid #ff5e14; padding:0 0 10px}
				.swiper-slide{width:100%;}
				
.pinlei_div { background:#eb7037; padding:2% 0;}
.pinlei_con{ width:98%; margin:0 auto}
.pinlei_div li{ float:left; width:10%; text-align:center}			
.pinlei_div li .txt{ font-size:.46rem; line-height:.65rem; color:#fff} 
.pinlei_div li .img{display: block;width:90px; margin:0 auto; overflow: hidden;background: #fff;border-radius: 50%;margin-bottom: 15px;}				
.pinlei_div li .img img{ width:100%}
				
				
@media (max-width: 1800px){
    .pic-tab{
        width: 1200px;
    }
}
@media (max-width: 1680px){
    /* .index-product .bimg-tab .text-box .en-tit{
        font-size: 1.3rem;
    } */
    .culture-box .text-box .content{
        width: 45%;
    }
    .pic-tab{
        width: 1000px;
    }
    .solution_right{ font-size:.48rem}
    .view{ width:90%}
    .added-box{ font-size:.48rem}
    .pc-nav li .tit{font-size: .48rem;}
    .header-right .user-btn, .header-right .language-btn, .header-right .search-btn, .header-right .qrcode-btn{
    width: 0.8rem;
    height: 0.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    }
}

@media (max-width: 1366px){
    .index-news-box .swiper-wrapper .swiper-slide .img{ height:330px;}
    
    
    .pinlei_div li .txt{ font-size:.55rem; line-height:.85rem;} 
    .pinlei_div li .img{width:80px}	
    
    .pc-nav li .tit{font-size: .52rem;}
    .index-news-box .txt{font-size: .52rem;}
    .data-tab-box .con-box .txt{ height:30px}
    .pc-nav li{
        margin-left: 1.5rem;
    }
	.header-left h1 { margin: .8rem 2rem 0 0;}
    .f-nav{
        padding:1.2rem 0; overflow:hidden
    }
    .f-nav li{
        width: 2.4rem;
        margin-right: 8%;
    }
    .f-nav li:first-child { width:4.5rem; }
    .f-nav li .tit{
        font-size: .55rem;
        line-height:1rem;
    }
    .f-nav li .tit em{ margin: 10px auto 0;}
    .f-nav li .navson a{
        font-size: .5rem;
    }
    .f-nav li .navson .tel-tit{
        font-size: .6rem;
        line-height: 1rem;
    }
    .f-nav li .navson .tel{
        font-size: .7rem;
        line-height:1rem;
    }
    .index-product .bimg-tab .text-box .en-tit{
        font-size: .7rem;
        /* line-height: 1.3rem; */
    }
    .index-product .bimg-tab .text-box{
        left: 0;
        width: 22%;
    }
    .index-product .bimg-tab .text-box .con{
        width: 68%;
    }
    .index-product .bimg-tab .detail{
        left: 4%;
    }
    .index-news-box .right .more-box .more-btn{
        width: 40%;
    }
    .about-box .top-box .right .num-list .row{
        margin: 0 -.3rem;
    }
    .about-box .top-box .right .num-list .item{
        padding: 0 .3rem;
    }
    .about-box .top-box .right .num{
        font-size: .9rem;
    }
    .culture-box .text-box .content{
        width: 45%;
    }
    
    .pic-btns .swiper-slide{
        margin: 0 .2rem;
    }
    .pic-tab{
        width:800px;
    }
    .pay-tab .swiper-slide{
        padding: 1.1rem .5rem 1.4rem;
    }
    .business-box .text-box h3{
        font-size: .5rem;
        line-height: .6rem;
    }
    .business-box .text-box .tit{
        font-size: .45rem;
    }
    .business-box .text-box .txt{
        font-size: .45rem;
        width: 86%;
    }
    .solution_right{font-size: .52rem; line-height:1rem}
    .index-about-box .txt{font-size: .48rem; line-height:1rem}
    .dajiaju_shuju .txt p{    padding: 0;}
    .pc-nav li .navson .icon{ width:1.4rem}
    .pc-nav li .navson .txt{
    font-size: .45rem;
    line-height:.6rem;
}
    
    
    
    
}
@media (max-width: 1180px){
    .index-news-box .swiper-wrapper .swiper-slide .img{ height:auto}
    .pinlei_div li .txt{ font-size:.5rem; line-height:.8rem;} 
    .pinlei_div li .img{width:70px}		
    
    .culture-box .culture-list{
        height:8rem;
    }
	.culture-box{ overflow:hidden; height:14rem;}
	.view{ width:90%}
	.slide_div,.slide_divtwo{ margin:0 auto; float:none}
	.slide_div{ margin:0 auto 2%}
	.ck-slidethree{ width:1000px !important; margin:0 auto}
	.ck-slidethree ul.ck-slide-wrapper li,.ck-slidethree ul li img{ width:100%;}
}



.f-no{
  display:flex;
  flex-flow:row wrap;
}
.f-no-b-center{
  display:flex;
  flex-flow:row wrap;
  justify-content: space-between;
  align-items: center;
}
.f-no-b-start{
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
  align-items: flex-start;
}
.f-no-b-stretch{
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
  align-items: stretch;
}

.f-no-c-center {
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items: center;
}
.f-no-c-start{
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items: flex-start;
}
.f-no-c-stretch{
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items: stretch;
}

.f-no-s-center{
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
  align-items: center;
}
.f-no-s-end{
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
  align-items: flex-end;
}
.f-no-s-stretch{
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
  align-items: stretch;
}

.f-no-end-start{
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-end;
}
.f-no-col{
  display:flex;
  flex-flow:column wrap;
}
.f-no-col-b-center{
  display:flex;
  flex-flow:column wrap;
  justify-content: space-between;
  align-items: center;
}
.f-no-col-c-center{
  display:flex;
  flex-flow:column wrap;
  justify-content:center;
  align-items: center;
}
.f-no-col-s-center{
  display:flex;
  flex-flow:column wrap;
  justify-content:flex-start;
  align-items: center;
}
.f-no-col-s-end{
  display:flex;
  flex-flow:column wrap;
  justify-content:flex-start;
  align-items: flex-end;
}
.f-no-col-c-start{
  display:flex;
  flex-flow:column wrap;
  justify-content:center;
  align-items: flex-start;
}

.f-no-col-b-start{
  display:flex;
  flex-flow:column wrap;
  justify-content:space-between;
  align-items: flex-start;
}
.f-no-col-end-start{
  display:flex;
  flex-flow:column wrap;
  justify-content:flex-end;
  align-items: flex-start;
}
.freight-list1{
    padding:2.2rem 0;
    background:#e7e7e7;
}
.freight-list1 .view{
    width:87.5%; 
}
.freight-list1 .index-tit{
    padding-bottom:1.2rem;
    margin-bottom:.35rem;
    border-bottom:1px solid #c0c0c0;
}
.freight-list1 .tab-ul{
    border-bottom:2px solid #c6c6c6;
    position: relative;
    text-align: center;
}
.freight-list1 .tab-ul .li{
    padding:15px 0;
    font-size:.6rem;
    margin:0 1.5rem;
    color:#333;
    font-weight:bold;
    display:inline-block;
    position:relative;
    cursor:pointer;
}
.freight-list1 .tab-ul .li:before{
    content:"";
    position: absolute;
    width:100%;
    height:4px;
    left:0;
    bottom:0;
    background:#d4001f;
    opacity:0;
    transition: all .4s;
}
.freight-list1 .tab-ul .li:hover:before,.freight-list1 .tab-ul .li.cur:before{
    opacity:1;
}
.freight-list1 .p{
    text-align:center;
    font-size:16px;
    color:#333;
    margin:.75rem auto;
}
.freight-list1 .ulbox{

}
.freight-list1 .ulbox .li{
    margin-bottom:.65rem;
    box-sizing: border-box;
}
.freight-list1 .ulbox .li .leftbox{
    width:370px;
    box-sizing: border-box;
    color:#333;
    font-weight:bold;
    background:#fff;
    padding:10px;
    font-size:.45rem;
    border-radius:7px;
}
.freight-list1 .ulbox .li .rightbox{
    width:calc(100% - 410px);
    box-sizing: border-box;
    color:#333;
    font-weight:bold;
    background:#fff;
    padding:10px;
    font-size:.45rem;
    border-radius:7px;
}
.freight-list1 .ulbox .li:nth-child(1) .leftbox{
    font-size:.6rem;
    border-radius:7px;
    padding:15px;
    color:#fff;
    background:linear-gradient(to right, #646465, #2a3544);
}
.freight-list1 .ulbox .li:nth-child(1) .rightbox{
    font-size:.6rem;
    border-radius:7px;
    padding:15px;
    color:#fff;
    background:linear-gradient(to right , #d3001f, #a4001f);
}
.freight-list1 .ulbox .li img{
    height:19px;
    margin-right:10px;
} 
.freight-list1 .ulbox .li{

}

.freight-list1 .itembox{
    display:none;
}
.freight-list1 .itembox2 .ulbox .li .leftbox{
    width:48%;
    box-sizing: border-box;
    color:#333;
    font-weight:bold;
    background:#fff;
    padding:10px;
    font-size:.45rem;
    border-radius:7px;
}
.freight-list1 .itembox2 .ulbox .li .rightbox{
    width:48%;
    box-sizing: border-box;
    color:#333;
    font-weight:bold;
    background:#fff;
    padding:10px;
    font-size:.45rem;
    border-radius:7px;
}

.freight-list1 .itembox2 .ulbox .li:nth-child(1) .leftbox{
    font-size:.6rem;
    border-radius:7px;
    padding:15px;
    color:#fff;
    background:linear-gradient(to right , #d3001f, #a4001f);
    
}
.freight-list1 .itembox2 .ulbox .li:nth-child(1) .rightbox{
    font-size:.6rem;
    border-radius:7px;
    padding:15px;
    color:#fff;
    background:linear-gradient(to right, #646465, #2a3544);
}
.freight-list1 .itembox2 .ulbox .libot{

}
.freight-list1 .itembox2 .ulbox .libot .leftbox{
    background:#fff url(../image/zbg1.jpg) no-repeat center bottom;
    background-size:100% auto;
    border-radius:7px;
    padding:20px;
    overflow: hidden;
}
.freight-list1 .itembox2 .ulbox .libot .rightbox{
    background:#fff url(../image/zbg2.jpg) no-repeat center bottom;
    background-size:100% auto;
    border-radius:7px;
    padding:20px;
    overflow: hidden;
}
.freight-list1 .itembox2 .ulbox .libot .sp{
    font-size:.45rem;
    color:#333;
    margin-bottom:.3rem;
    padding-left:30%;
}
.freight-list1 .itembox2 .ulbox .libot .sp span{
    font-size:1rem;
    line-height:1.2;
    font-style:italic;
    color:#ff5e14;
    margin:0 8px;
}
        
.freight-list2{
    padding:0 0 2.25rem;
    /*background-color:#f5f5f5;*/
    /*background-color:#f4f4f4;*/
}
.freight-list2 .view{
    width:87.5%; 
}
.freight-list2 .li{
    width:23.5%;
    /*font-size:.45rem;*/
    color:#fff;
    
}

.freight-list2 .view{

}
.freight-list2 .li .icon{
    height:20px;
    margin-right:10px;
}
.freight-list2 .li .topbox{
    padding:8px;
    border-radius:9px;
    box-sizing: border-box; 
    margin-bottom:.85rem; 
    font-size:.6rem;
}
.freight-list2 .li:nth-child(2n-1) .topbox{
    background:linear-gradient(to right, #646465, #2a3544);
}
.freight-list2 .li:nth-child(2n) .topbox{
    background:linear-gradient(to right , #d3001f, #a4001f);
}
.freight-list2 .libot{
    background:#e7e7e7;
    padding:.45rem .45rem 1rem;
    border-radius:9px;

} 
.freight-list2 .view{

}
.freight-list2 .libot{
    min-height:7rem;
}
.freight-list2 .libot .title{
    text-align:center;
    color:#666;
    border-bottom:1px solid #9f9f9f;
    padding-bottom:.5rem;
    margin-bottom:.75rem;
    font-size:.45rem;
    font-weight:bold;
}
.freight-list2 .libot .p{
    color:#666;
    line-height:1.6;
    font-size:.45rem;
    text-align:center;
}
.freight-list2 .libot .item-li{
    margin-bottom:.65rem;
}
.freight-list2 .libot .item-li .tit4{
    /*color:#c22b2c;
    font-size:16px;*/
    text-align:center;
    /*line-height:1.2;*/
}
.freight-list2 .libot .item-li .tit5{
    color:#666;
    text-align:center;
    font-size:16px;
}

.freight-lis3 .view{
    width:87.5%; 
}

.freight-lis4{
    padding:2.25rem 0;
    background:url(../image/list4bg.jpg) no-repeat center center;
    background-size:cover;
}
.freight-lis4 .view{
    width:87.5%; 
}
.freight-lis4 .view img{
    max-width:100%;
}
.freight-lis4 .textbox{
    width:800px;
    max-width:100%;
    margin:20px auto;
    font-size:16px;
    text-align:center;
}

.freight-lis5{
    padding:2.25rem 0;
    background:url(../image/list5bg.jpg) no-repeat center center;
    background-size:cover;
}
.freight-lis5 .view{
    width:87.5%; 
}
.freight-lis5 .ulbox{
    margin-top:1.5rem;
}
.freight-lis5 .ulbox .title{
    color:#c42b2c;
    padding:.3rem 20px;
    font-size:.5rem;
    text-align:center;
    background-color:rgba(255,255,255,.4);
    font-weight:bold;
}
.freight-lis5 .ulbox .item:before{
    content:"";
    position: absolute;
    width:100%;
    height:1.75rem;
    bottom:-2rem;
    background:url(../image/lis5img3.png) no-repeat center center;
    background-size:100% auto;
}
.freight-lis5 .ulbox .item{
    width:18%;
    border-radius:10px;
    border:3px solid #fff;
    position: relative;
    z-index:1;
}
.freight-lis5 .ulbox .item .img{
    width:100%;
    overflow: hidden;
}
.freight-lis5 .ulbox .item .img img{
    width:100%;
}
.freight-lis5 .ulbox .item .text{
    padding:.35rem;
}
.freight-lis5 .ulbox .item .text .icon1{
    width:48%;
    border-radius:8px;
    overflow: hidden;
    margin-bottom:4%;
}

.freight-lis6{
    padding:2.25rem 0;
    background-color:#f9f8fe;
}
.freight-lis6 .view{
    width:87.5%; 
}
.freight-lis6 .view .index-tit{
    padding-bottom:1.25rem;
    margin-bottom:1rem;
    border-bottom:1px solid #9b9b9c;
}
.freight-lis6 .view .text{
    width:800px;
    max-width:90%;
    margin:0 auto 1.2rem;
    text-align: center;
    font-size:.4rem;
}
.freight-lis6 .view .li{
    width:31.5%;
}
.freight-lis6 .view .li .icon{
    height:2.75rem;
    width:2.75rem;
    position: relative;
    z-index:3;
}
.freight-lis6 .view .titbox{
    background:linear-gradient(to right , rgba(255,255,255,.5), #e7e7e7);
    border-radius:8px;
    overflow: hidden;
    width:calc(100% - 3rem);
    padding-left:1rem;
    box-sizing: border-box;
    position: relative;
    z-index:1;
    margin-left:-0.25rem;

}
.freight-lis6 .view .titbox .tit4{
    color:#d4001f;
    font-size:.5rem;
    margin-bottom:.2rem;
    line-height:1.5;
    font-weight:bold;
}
.freight-lis6 .view .titbox .tit5{
    font-size:.35rem;
    color:#666;
    line-height:1.6;
}
.freight-list .view{
    width:87.5%; 
}

.freight-list7 .top-box .pub-tit .cn{
    font-size:.6rem;
}
.freight-lis4 .index-tit .cn{
    font-size:.6rem;
}
.freight-lis4 img{
    width:1200px;
    margin:30px auto 0;
    display:block;
    max-width:100%;
    padding-left:10px;
}

@media (max-width: 1580px){
    .freight-list2 .libot{
        min-height:8rem;
    }
}
@media (max-width: 1024px){
    .freight-list2 .libot{
        min-height:10rem;
    }
	.header-left{ width:15%;}
	.header-right{ width:80%}
	header .logo{ width:3rem}
}
.pc_con{ display:block}
.wap_con{ display:none}
@media (max-width: 768px){
    .freight-lis5{
        padding-bottom:3rem;
    }
    .freight-lis5 .ulbox .item{
        width:30%;
        margin-bottom:5%;
    }
    .freight-lis6 .view .li{
        width:100%;
        margin-bottom:3%;
    }
    .freight-list2 .li{
        width:48%;
        margin-bottom:3%;
    }
    .freight-list1 .ulbox .li .leftbox{
        width:240px;
    }
    .freight-list1 .ulbox .li .rightbox{
        width: calc(100% - 280px);
    }
    .freight-list1 .itembox2 .ulbox .libot .sp{
        padding-left:10%;
    }
	.query_logistics{ bottom:3%}
	.index-about-box .swiper-slide{ width:33.33%;}
	.nengli-box .swiper-slide{ width:31.33%;}
	.index-product .bimg-tab .text-box .tit{ font-size:.8rem;}
	.index-bottom-box {padding:5%;}
	.index-bottom-box .item{ width:50%; padding:0 .2rem .4rem}
	.index-bottom-box .hotline{ width:100%; height:200px;}
	.footer-top .top-box .f-share .item{ margin-top:10px;}
	.more a{ font-size:14px;}
	.f-nav{ padding:1.2rem 0 0 !important}
	.f-nav li{ width:26.33%; float:left; margin-bottom:6.5%}
	.contact-list .item{padding: 0 .1rem;}
	.contact-list .row{ margin:0}
	.pc_con{ display:none}
	.wap_con{ display:block}
	
	
}
@media (max-width: 767px){
    .freight-list1 .tab-ul{
        border-bottom:1px solid #c6c6c6
    }
    .freight-list7 .top-box .pub-tit .cn{
        font-size:.35rem;
    }
    .freight-lis4 .index-tit .cn{
        font-size:.35rem;
    }
    .freight-list2 .li .topbox{
        font-size:16px;
    }
    .freight-lis4 .textbox{
        font-size:14px;
    }
    .freight-list1{
        padding:1rem 0;
    }
    .freight-list1 .index-tit{
        padding-bottom:.5rem;
        margin-bottom: .5rem;
    }
    .freight-list1 .tab-ul .li{
        padding:5px 0;
        font-size:.35rem;
        margin: 0 .35rem;

    }
    .freight-list1 .tab-ul .li:before{
        height:2px;
    }
    .freight-list1 .p{
        margin: 0.35rem auto;
    }
    .freight-list1 .ulbox .li{
        align-items: stretch;
        margin-bottom:.2rem;
        line-height:1.6;
    }
    
    .freight-list1 .ulbox .li .leftbox{
        width:160px;
    }
    .freight-list1 .ulbox .li:nth-child(1) .leftbox,.freight-list1 .ulbox .li:nth-child(1) .rightbox{
        font-size:.28rem;
        padding:5px;
            flex-flow: column wrap;
    }
    .freight-list1 .ulbox .li .rightbox{
        width: calc(100% - 180px);
    }
    .freight-list1 .ulbox .li .rightbox,.freight-list1 .ulbox .li .leftbox{
        font-size:.24rem;
    }


    .freight-list1 .itembox2 .ulbox .li{
        align-items: stretch;
        margin-bottom:.2rem;
        line-height:1.6;
    }
    
    .freight-list1 .itembox2 .ulbox .li .leftbox{
        width:160px;
    }
    .freight-list1 .itembox2 .ulbox .li:nth-child(1) .leftbox,.freight-list1 .itembox2 .ulbox .li:nth-child(1) .rightbox{
        font-size:.28rem;
        padding:5px;
            flex-flow: column wrap;
    }
    .freight-list1 .itembox2 .ulbox .li .rightbox{
        width: calc(100% - 180px);
    }
    .freight-list1 .itembox2 .ulbox .li .rightbox,.freight-list1 .itembox2 .ulbox .li .leftbox{
        font-size:.24rem;
    }

    .freight-list1 .itembox2 .ulbox .libot .sp{
        padding-left:0;
        font-size:.24rem;
    }
    .freight-list1 .itembox2 .ulbox .libot .sp span{
        font-size:.35rem;
    }
    .freight-list1 .itembox2 .ulbox .libot .leftbox,.freight-list1 .itembox2 .ulbox .li .rightbox{
        padding:5px;
    }
    .freight-list1 .itembox2 .ulbox .libot .sp span{
        margin: 0 4px;
    }
    .freight-list2{
        padding:0 0 1rem;
    }
    .freight-list2 .li{
        width:100%;
    }
    .freight-list2 .li{
        font-size:.35rem;
    }
    .freight-list2 .li .topbox{
        padding:5px;
        margin-bottom:.2rem;
    }
    .freight-list2 .libot{
        padding: 0.2rem 0.2rem .5rem;
        min-height:auto;
    }
    .freight-list2 .libot .title{
        font-size: .3rem;
        margin-bottom:.35rem;
    }
    .freight-list2 .libot .p{
        font-size:14px;
        line-height:1.2;
    }
    /*.freight-list2 .libot .item-li .tit4{
        font-size:.35rem;
    }*/
    .freight-list2 .libot .item-li .tit5{
        font-size:.3rem;
    }
    .freight-list2 .libot .item-li{
        margin-bottom:.2rem;
    }
    .freight-lis4{
        padding:.5rem 0;
    }
    .freight-lis6{
        padding:1rem 0 .3rem;
    }
    .freight-lis6 .view .index-tit{
        padding-bottom:.5rem;
        margin-bottom: .5rem;
    }
    .freight-lis6 .view .text{
        max-width:100%;
        font-size:.3rem;
    }
    .freight-lis6 .view .text br{
        display:none;
    }
    .freight-lis6 .view .li .icon{
        width:1.1rem;
        height:1.1rem;
    }
    .freight-lis6 .view .text{
        margin-bottom:.5rem;
    }
    .freight-lis6 .view .titbox{
        width: calc(100% - 1.1rem);
        padding:.25rem .5rem;
    }
    .freight-lis6 .view .titbox .tit4{
        font-size:.35rem;
    }
    .freight-lis6 .view .titbox .tit5{
        font-size:.24rem;
    }

    .freight-lis5{
        padding:1rem 0;
    }
    .freight-lis5 .ulbox{
        margin-top:.55rem;
    }
    .freight-lis5 .ulbox .item{
        width:100%;
    }
    .freight-lis5 .ulbox .title{
        font-size:.4rem;
        padding:.2rem 10px;
        line-height:1.4;
    }
	.index-bottom-box .item{ width:100%;padding: 0 0.2rem;}
	.index-bottom-box .hotline{height:auto;}
	.f-nav {padding: 0 !important;}
	.about-box .top-box .right .num-list span{ font-size:.25rem; line-height:.6rem}
	.about-box .top-box .left .con-box{ margin-top:0.2rem; overflow:hidden}
	
	.culture-box .culture-list h3{font-size:.35rem; line-height: .5rem;    margin: 0.2rem 0;}
	.view_category a{ font-size:.35rem; line-height:.75rem;}
	
	
}







.freight-list1 .ulbox2 .li2{
    margin-bottom:.65rem;
    box-sizing: border-box;
}
.freight-list1 .ulbox2 .li{
    width:47.7%;
    margin-bottom:1.5rem;
}
.freight-list1 .ulbox2 .li .lititle{
    width:100%;
    box-sizing: border-box;
    color:#333;
    font-weight:bold;
    background:#fff;
    padding:8px;
    font-size:.45rem;
    border-radius:7px;
    padding-left:28.75%;
    margin-bottom:1rem;
}
.freight-list1 .ulbox2 .li .lititle span{
    margin-left:.35rem;
    font-size:.45rem;
}

.freight-list1 .ulbox2 .li1 .lititle{
    font-size:.6rem;
    border-radius:7px;
    color:#fff;
    background:linear-gradient(to right , #d3001f, #a4001f);
    
}
.freight-list1 .ulbox2 .li2 .lititle{
    font-size:.6rem;
    border-radius:7px;
    color:#fff;
    background:linear-gradient(to right, #646465, #2a3544);
}

.freight-list1 .ulbox2 .li img{
    height:19px;
    margin-right:10px;
} 

.freight-list1 .itemul .nli{
    width:23.5%;
    border-radius:10px;
    overflow: hidden;
    border:1px solid #cecece;
}
.freight-list1 .itemul .su-top{
    /*font-size:.7rem;*/
    font-size:.7rem;
    height:45px;
    font-weight:bold;
    color:#d4001f;
    font-style: italic;
    background-color:#fff;
    text-align:center;
}
.freight-list1 .itemul .su-top span{
    font-size:.52rem;
}
.freight-list1 .itemul .su-bot{
    font-size:.45rem;
    padding:5px;
    background-color:#f3f3f3;
    text-align:center;
}


.freight-list1 .itemul2 .nli{
    width:31.5%;
    border-radius:10px;
    overflow: hidden;
    border:1px solid #cecece;
    margin-bottom:0;
}
.freight-list1 .itemul2 .su-top{
    font-size:.52rem;
    height:45px;
    line-height:45px;
    font-weight:bold;
    color:#d4001f;
    background-color:#fff;
    text-align:center;
    
}
.freight-list1 .itemul2 .su-bot{
    font-size:.45rem;
    padding:5px;
    background-color:#f3f3f3;
    text-align:center;
}
.freight-list1 .itemul2 .su-bot2{
    margin-top:.25rem;
    font-size:.45rem;
    padding:5px;
    border-radius:10px;
    color:#d4001f;
    border:1px solid #cecece;
    background-color:#f3f3f3;
    text-align:center;
}


.freight-list1 .itemul3 .nli{
    width:31.5%;
    
}
.freight-list1 .itemul3 .nli-border{
   border-radius:10px;
    border:1px solid #cecece;
    overflow: hidden;
}
.freight-list1 .itemul3 .su-top{
    font-size:.52rem;
    height:45px;
    line-height:45px;
    font-weight:bold;
    color:#d4001f;
    background-color:#fff;
    text-align:center;
}
.freight-list1 .itemul3 .su-bot{
    font-size:.45rem;
    padding:5px;
    background-color:#f3f3f3;
    text-align:center;
}
.freight-list1 .itemul3 .su-bot2{
    margin-top:.25rem;
    font-size:.52rem;
    height:45px;
    line-height:45px;
    font-weight:bold;
    padding:5px;
    border-radius:10px;
    color:#d4001f;
    border:1px solid #cecece;
    background-color:#f3f3f3;
    text-align:center;
}


.freight-list1 .itemul4{
    align-items: stretch;
}

.freight-list1 .itemul4 .warptable{
    width:calc(70% - 1rem);
    border-radius:8px;
    background-color:#f3f3f3;
    margin-bottom:0;
    text-align:center;
    overflow: hidden;
    border:2px solid #bebebe;
    border-right:1px solid #bebebe;
    border-top:1px solid #bebebe;
}
.freight-list1 .itemul4 .table{
    margin-bottom:0;
    
}
.freight-list1 .itemul4 .table .tr1{
    width:100%;
    background-color:#fff;
    font-size:.52rem;
    height:45px;
    line-height:45px;
    border-bottom:1px solid #bebebe;
    
    text-align:center;
}
.freight-list1 .itemul4 .table .th1{
    color:#d4001f;
}
.freight-list1 .itemul4 .table th{
    border-right:1px solid #bebebe;
    text-align:center;
}
.freight-list1 .itemul4 .table td{
    padding:14px 10px;
    font-size:.45rem;
    border-right:1px solid #bebebe;
    border-bottom:1px solid #bebebe;
}
.freight-list1 .itemul4 .right-text{
    width:30%;
    border:1px solid #bebebe;
    background-color:#f3f3f3;
    border-radius:8px;
    overflow: hidden;
    text-align:center;
    color:#d4001f;
    font-size:.45rem;
}
.freight-list1 .itemul4 .table tr:nth-child(3) td{
    border-bottom:none;
}


@media (max-width: 960px){
    .freight-list1 .ulbox2 .li{
        width:100%;
    }
}
@media (max-width: 767px){
    .freight-list1 .ulbox2 .li1 .lititle{
        font-size:.28rem;
    }
    .freight-list1 .ulbox2 .li .lititle span{
        font-size:.22rem;
        margin-left:8px;
    }
    .freight-list1 .itemul .su-top{
        font-size:.28rem;
    }
    .freight-list1 .itemul .su-bot{
        font-size:.24rem;
    }
    .freight-list1 .itemul .nli{
        width:100%;
    }


    .freight-list1 .ulbox2 .li2 .lititle{
        font-size:.28rem;
    }
    .freight-list1 .itemul2 .su-top{
        font-size:.28rem;
    }
    .freight-list1 .itemul2 .su-bot{
        font-size:.24rem;
    }
    .freight-list1 .itemul2 .nli{
        width:100%;
        margin-bottom:.25rem;
    }
    .freight-list1 .itemul .nli{
        margin-bottom:.25rem;
    }
    .freight-list1 .itemul3 .su-top{
        font-size:.28rem;
    }
    .freight-list1 .itemul3 .su-bot,.freight-list1 .itemul3 .su-bot2{
        font-size:.24rem;
    }
    .freight-list1 .itemul3 .nli{
        width:100%;
    }
    .freight-list1 .ulbox2 .li{
        margin-bottom:.5rem;
    }
    .freight-list1 .ulbox2 .li .lititle{
        padding-left: 18.75%;
    }
    .freight-list1 .ulbox2 .li .lititle{
        margin-bottom:.35rem;
    }
    .freight-list1 .itemul4 .warptable{
        width:100%;
        margin-bottom:.3rem;
    }
    .freight-list1 .itemul4 .right-text{
        width:100%;
    }
    .freight-list1 .itemul4 .table .tr1{
        font-size:.28rem;
    }
    .freight-list1 .itemul4 .table td{
        padding: 5px;
        font-size: .28rem;
    }
    .freight-list1 .itemul4 .right-text{
        padding: 10px;
        font-size: .28rem;
    }
}