@charset "UTF-8";


/* @font-face {
  font-family: "PINGFANG REGULAR-subfont";
  src: url('PINGFANG REGULAR-subfont.woff2');
}
@font-face {
  font-family: "PINGFANG REGULAR-subfont";
  src: url('PINGFANG REGULAR-subfont.woff');
}
@font-face {
  font-family: "PINGFANG REGULAR-subfont";
  src: url('PINGFANG REGULAR-subfont.ttf');
}
@font-face {
  font-family: "PINGFANG REGULAR-subfont";
  src: url('PINGFANG REGULAR-subfont.eot');
}
@font-face {
  font-family: "PINGFANG REGULAR-subfont";
  src: url('PINGFANG REGULAR-subfont.svg');
}


@font-face {
  font-family: "DIN-BOLD";
  src: url("../fonts/DIN-BOLD.woff2") format("woff2"),
       url("../fonts/DIN-BOLD.woff") format("woff"),
       url("../fonts/DIN-BOLD.ttf") format("truetype"),
       url("../fonts/DIN-BOLD.eot") format("embedded-opentype"),
       url("../fonts/DIN-BOLD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN-MEDIUM";
  src: url("../fonts/DIN-MEDIUM.woff2") format("woff2"),
       url("../fonts/DIN-MEDIUM.woff") format("woff"),
       url("../fonts/DIN-MEDIUM.ttf") format("truetype"),
       url("../fonts/DIN-MEDIUM.eot") format("embedded-opentype"),
       url("../fonts/DIN-MEDIUM.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PINGFANG EXTRALIGHT-subfont";
  src: url("../fonts/PINGFANG EXTRALIGHT-subfont.woff2") format("woff2"),
       url("../fonts/PINGFANG EXTRALIGHT-subfont.woff") format("woff"),
       url("../fonts/PINGFANG EXTRALIGHT-subfont.ttf") format("truetype"),
       url("../fonts/PINGFANG EXTRALIGHT-subfont.eot") format("embedded-opentype"),
       url("../fonts/PINGFANG EXTRALIGHT-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PINGFANG REGULAR-subfont";
  src: url("../fonts/PINGFANG REGULAR-subfont.woff2") format("woff2"),
       url("../fonts/PINGFANG REGULAR-subfont.woff") format("woff"),
       url("../fonts/PINGFANG REGULAR-subfont.ttf") format("truetype"),
       url("../fonts/PINGFANG REGULAR-subfont.eot") format("embedded-opentype"),
       url("../fonts/PINGFANG REGULAR-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PINGFANG REGULAR-subfont";
  src: url("../fonts/PINGFANG REGULAR-subfont.woff2") format("woff2"),
       url("../fonts/PINGFANG REGULAR-subfont.woff") format("woff"),
       url("../fonts/PINGFANG REGULAR-subfont.ttf") format("truetype"),
       url("../fonts/PINGFANG REGULAR-subfont.eot") format("embedded-opentype"),
       url("../web/fonts/PINGFANG REGULAR-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue.woff2") format("woff2"),
       url("../fonts/HelveticaNeue.woff") format("woff"),
       url("../fonts/HelveticaNeue.ttf") format("truetype"),
       url("../fonts/HelveticaNeue.eot") format("embedded-opentype"),
       url("../fonts/HelveticaNeue.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}  

@font-face {
  font-family: "DIN-BOLD";
  src: url("../fonts/DIN-BOLD.woff2") format("woff2"),
       url("../fonts/DIN-BOLD.woff") format("woff"),
       url("../fonts/DIN-BOLD.ttf") format("truetype"),
       url("../fonts/DIN-BOLD.eot") format("embedded-opentype"),
       url("../fonts/DIN-BOLD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN-MEDIUM";
  src: url("../fonts/DIN-MEDIUM.woff2") format("woff2"),
       url("../fonts/DIN-MEDIUM.woff") format("woff"),
       url("../fonts/DIN-MEDIUM.ttf") format("truetype"),
       url("../fonts/DIN-MEDIUM.eot") format("embedded-opentype"),
       url("../fonts/DIN-MEDIUM.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PINGFANG EXTRALIGHT-subfont";
  src: url("../fonts/PINGFANG EXTRALIGHT-subfont.woff2") format("woff2"),
       url("../fonts/PINGFANG EXTRALIGHT-subfont.woff") format("woff"),
       url("../fonts/PINGFANG EXTRALIGHT-subfont.ttf") format("truetype"),
       url("../fonts/PINGFANG EXTRALIGHT-subfont.eot") format("embedded-opentype"),
       url("../fonts/PINGFANG EXTRALIGHT-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeue.woff2") format("woff2"),
       url("../fonts/HelveticaNeue.woff") format("woff"),
       url("../fonts/HelveticaNeue.ttf") format("truetype"),
       url("../fonts/HelveticaNeue.eot") format("embedded-opentype"),
       url("../fonts/HelveticaNeue.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} */
html, button, input, select, textarea {
    font-family: "微软雅黑";
}

@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: #de001f;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #de001f;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #de001f;
    }
    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);
}
.header-view{
    padding: 0 2%;
}
.header-left{
    float: left;
    margin-top: .5rem;
}
header .logo{
    float: left;
    width: 4.1rem;
}
header .logo img{
    width: 130%;
    display: block;
}
header .code{
    float: left;
    font-size: .4rem;
    line-height: .5rem;
    color: #de001f;
    font-weight: bold;
    margin-top: .4rem;
    margin-left: .5rem;
}
.header-right{
    float: right;
}
.header-right .search-box,
.header-right .qrcode-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('../img/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 .search-box,
.header-right .qrcode-box{
    margin-left: .65rem;
}
.header-right .search-btn,
.header-right .qrcode-btn{
    display: block;
    width: .45rem;
    height: .45rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
   
}
.header-right .search-btn{
    background-image: url('../img/search-btn.png');
}
.header-right .qrcode-btn{
    background-image: url('../img/qrcode-btn.png');
}
.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('../img/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('../img/search-btn.png');
    background-color: transparent;
}
.header-right .divide{
    width: 1px;
    height: .45rem;
    background-color: #d6d6d6;
    margin-left: 1.65rem;
}
.pc-nav{
    font-family: "微软雅黑";
    font-size: 0;
    float: right;
    position: relative;
}
.pc-nav li{
	font-family: "微软雅黑";
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 1.875rem;
    /* position: relative; */
}
.pc-nav li:first-child{
    margin-left: 0;
}
.pc-nav li .tit{
    display: block;
    font-size: 17px;
    line-height: 2.5rem;
    color: #666;
    font-weight: bold;
    position: relative;
    transition: all .3s;
}
.pc-nav li .tit:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #de001f;
    transition: all .3s;
}
.pc-nav li .navson{
	font-family: "微软雅黑";
    display: none;
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    padding: .75rem 0;
    box-sizing: border-box;
    font-size: 0;
    background-color: rgba(51,51,51,.85);
    text-align: center;
}
/* .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 1rem;
    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-family: "微软雅黑";
    font-size: 16px;
    line-height: .4rem;
    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: 70%;
    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;
}
.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: 4.1rem;
}
.footer-top .top-box .f-logo img{
    width: 100%;
}
.footer-top .top-box .f-share{
    float: left;
    margin-left: 1.5rem;
    font-size: 0;
    margin-top: .4rem;
}
.footer-top .top-box .f-share .sub-box{
    display: none;
}
.footer-top .top-box .f-share .item{
    display: inline-block;
    *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('../img/qrcode-sj.png');
    top: auto;
    bottom: -9px;
}
.f-share .qrcode-drop .txt{
    margin: 0 0 .25rem;
}

.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('../img/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: #de001f;
    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{
    padding: 1.2rem 3.5%;
    font-size: 0;
    white-space: nowrap;
}
.f-nav li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-right: 9.375%;
    width: 2.15rem;
}
.f-nav li:last-child{
    margin-right: 0;
}
.f-nav li .tit{
    font-size: 17px;
    line-height: .4rem;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}
.f-nav li .navson{
    margin-top: .7rem;
}
.f-nav li .navson a{
    font-size: 14px;
    line-height: .75rem;
    color: #666;
    display: block;
    font-weight: bold;
    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('../img/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;
    padding-left: .9rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../img/f-nav-tel.png');
    background-size: .675rem;
    white-space: nowrap;
}
.f-nav li .navson .tel-tit{
    font-size: .3rem;
    line-height: .4rem;
    color: #666;
    font-weight: bold;
}
.f-nav li .navson .tel{
    font-size: .45rem;
    line-height: .5rem;
    font-family: "微软雅黑";
    color: #666;
}
.m-tel-box{
    display: none;
}
.footer-bottom{
    padding: .7rem 0;
    background-color: #333;
}
.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: 7%;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: .3rem;
    background-image: url('../img/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;
}
.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: 30%;
    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;
    font-weight: bold;
}
.banner .text-box .en{
    font-size: 1.5rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    margin-top: 1rem;
}
.banner .text-box .sub-en{
    font-size: .75rem;
    line-height: .8rem;
    margin-top: .4rem;
}
.banner .text-box .cn{
    font-size: 1rem;
    line-height: 1.1rem;
    letter-spacing: 6px;
    padding-left: 6px;
    font-weight: bold;
    color: #fff;
    
    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(222,0,31,.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(222,0,31);
    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('../img/ban-prev.png');
    left: 3.125%;
}
.banner .ban-next{
    background-image: url('../img/ban-next.png');
    right: 3.125%;
}

.banner .m-box{
    display: none;
}
.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;
}
.index-tit .en{
    font-size: .4rem;
    line-height: .5rem;
    color: #999;
    margin-top: .3rem;
    font-family: "HelveticaNeue";
}
.index-about-box .con{
    width: 61.9%;
    font-size: .4rem;
    line-height: .75rem;
    margin: .6rem auto 0;
    color: #333;
    text-align: center;
}
.index-about-box .icon-list{
    margin-top: 1rem;
    text-align: center;
}
.index-about-box .swiper-slide{
    width: 25%;
    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: #de001f;
}
.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: .45rem;
    line-height: .5rem;
    color: #0c1321;
    font-weight: bold;
    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;
    filter: alpha(opacity=0);
}
.index-product .simg-tab .con-box span{
    font-size: 18px;
    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: 16px;
    line-height: .6rem;
    height: 2.5rem;
    overflow: hidden;
    color: #666;
    margin-top: .3rem;
    width: 65.465%;
    /* 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-news-box{
    padding: 2.5rem 0 1.875rem;
    background-color: #f4f4f4;
}
.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: #de001f;
    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: .3rem;
    line-height: .4rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .25rem;
    display: none;
}
.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: .75rem;
    line-height: .8rem;
    font-weight: bold;
    color: #de001f;
}
.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: 1px 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: .3rem;
    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%;
}
.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: .45rem;
}
.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: 42%;
}
.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-size: .4rem;
    line-height: .8rem;
    color: #333;
}
.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{
    margin-top: .65rem;
}
.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: #de001f;
    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('../img/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('../img/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: #de001f;
    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('../img/pub-prev.png');
}
.pub-next{
    right: -1.5rem;
    background-image: url('../img/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{
    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;
    font-weight: bold;
}
.develop-box .content-tab .content .con{
    margin-top: .5rem;
}
.develop-box .time-tab{
    margin-top: 4rem;
    padding: 0 14.236%;
    position: relative;
}
.develop-box .time-tab:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: .15rem;
    width: 100%;
    height: .1rem;
    background-color: #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.develop-box .time-tab .swiper-slide{
    width: auto;
    margin-right: 31.2%;
    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: #de001f;
    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: #de001f;
}
.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: #de001f;
}

.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: #de001f;
    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: #de001f;
    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: #de001f;
    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 .55rem;
    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;
}
.honor-tab .pub-prev,
.honor-tab .pub-next{
    transform: translateY(calc(-50% - 1rem ));
}
.honor-tab .pub-prev{
    background-image: url('../img/honor-prev.png');
}
.honor-tab .pub-next{
     background-image: url('../img/honor-next.png');
}

.honor-tab .m-box{
    display: none;
}
.culture-box .img{
    float: right;
    width: 50%;
}
.culture-box{
    position: relative;
}
.culture-box .img img{
    width: 100%;
}
.culture-box .text-box{
    position: absolute;
    left: 0;
    top: 12%;
    width: 100%;
}
.culture-box .text-box .content{
    width: 33%;
}
.culture-box .index-tit{
    text-align: left;
}
.culture-box .culture-list{
    margin-top: 1.2rem;
    height: 10rem;
    overflow: hidden;
}
.culture-box .culture-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #de001f;
    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{
    font-size: .55rem;
    line-height: .6rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .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('../img/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: #de001f;
}
.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: #de001f;
    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('../img/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;
}
.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: #de001f;
    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: #de001f;
    border-color: #de001f;
}
.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: #de001f;
    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('../img/honor-prev.png');
}
.center-box .pub-next{
    background-image: url('../img/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('../img/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: #de001f;
}
.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: #de001f;
    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: #de001f;
    border-color: #de001f;
}
.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: #de001f;
}

.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('../img/pic-prev.png');
    left: 0;
}
.pic-tab-box .next{
    right: 0;
    background-image: url('../img/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: #de001f;
    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: #de001f;
}
.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('../img/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('../img/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: #de001f;
    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: #de001f;
    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('../img/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('../img/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: #de001f;
    border-color: #de001f;
}
.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('../img/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: #de001f;
}
.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: #de001f;
    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;
}
.page a{
    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('../img/page-prev.png');
}
.page a[rel=next]{
    background-image: url('../img/page-next.png');
}
.page a.active{
    color: #fff;
    background-color: #de001f;
}
.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: #de001f;
}
.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{
    padding: 1.5rem 0 2.5rem;
}
.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: #de001f;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
}
.data-btns .item.cur a{
    color: #de001f;
}
.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 .row{
    margin: 0 -.325rem;
}
.data-tab-box .item{
    box-sizing: border-box;
    padding: 0 .325rem;
    margin-bottom: .65rem;
}
.data-tab-box .con-box{
    display: block;
    padding: .5rem;
    border: 1px solid #e5e5e5;
    position: relative;
}
.data-tab-box .con-box img{
    width: 100%;
}
.data-tab-box .con-box .txt{
    font-size: .4rem;
    line-height: .5rem;
    color: #333;
    margin-top: .4rem;
    font-weight: bold;
}
.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('../img/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{
    margin-top: 1.85rem;
}
.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: #de001f;
}
.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('../img/share-icon1.svg');
}
.newsinfo-box .share-box a:nth-child(3){
    background-image: url('../img/share-icon2.svg');
}
.newsinfo-box .share-box a:nth-child(4){
    background-image: url('../img/share-icon3.svg');
}
.newsinfo-box .share-box a:nth-child(5){
    background-image: url('../img/share-icon4.svg');
}
.newsinfo-box .share-box a:nth-child(6){
    background-image: url('../img/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: #de001f;
    padding-right: .7rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/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 2.75rem;
    background-color: #f4f4f4;
}
.notice-box .notice-list{
    margin-top: 1.25rem;
}
.notice-box .notice-list .item{
    display: block;
    padding: .6rem 1rem .6rem .7rem;
    border: 1px solid #e0e0e0;
    margin-bottom: .3rem;
    transition: all .3s;
}
.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: .3rem;
    line-height: .4rem;
    margin-top: .2rem;
    color: #de001f;
    font-weight: bold;
}
.notice-box .notice-list .notice-btn{
    float: right;
    font-size: .35rem;
    line-height: .5rem;
    color: #666;
    font-weight: bold;
    padding-right: .9rem;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/notice-btn1.png');
    background-size: .45rem;
    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: #de001f;
    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('../img/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;
}
.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 17.5%;
    text-align: center;
}
.contact-list .address{
    margin-top: .3rem;
    font-size: .45rem;
    line-height: .6rem;
    color: #333;
    font-weight: bold;
    transition: all .3s;
}
.contact-list .num{
    margin-top: .3rem;
    font-size: .6rem;
    line-height: .7rem;
    color: #333;
    font-family: "DIN-BOLD";
    transition: all .3s;
}
.contact-list .desc{
    font-size: .35rem;
    line-height: .4rem;
    color: #999;
    margin-top: .25rem;
    font-weight: bold;
    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('../img/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: #de001f;
    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: #de001f;
    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: #de001f;
}

.business-box .text-box{
    margin-top: .5rem;
}
.business-box .text-box h3{
    font-size: .45rem;
    line-height: .5rem;
    color: #de001f;
    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: left center;
    background-size: 12px;
    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(222,0,31,.7);
}
.business .tips .item:nth-child(2){
    background-image: url('../img/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: #de001f;
    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 #de001f;
    /* 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 #de001f;
    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: #de001f;
}
.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;
}
@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;
    }
}

@media (max-width: 1366px){
    .pc-nav li{
        margin-left: 1.5rem;
    }
    .f-nav{
        padding:1.2rem 0;
    }
    .f-nav li{
        width: 2.4rem;
        margin-right: 8%;
    }
    .f-nav li .tit{
        font-size: .5rem;
        line-height: .5rem;
    }
    .f-nav li .navson a{
        font-size: .4rem;
    }
    .f-nav li .navson .tel-tit{
        font-size: .45rem;
        line-height: .5rem;
    }
    .f-nav li .navson .tel{
        font-size: .55rem;
        line-height: .6rem;
    }
    .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%;
    }
}
@media (max-width: 1180px){
    .culture-box .culture-list{
        height: 6.5rem;
    }
}