@font-face {
  font-family: "AGLettericaCondensed";
  src: url("../fonts/aglettericacondensed.woff2") format("woff2"),
       url("../fonts/aglettericacondensed.woff") format("woff"),
       url("../fonts/aglettericacondensed.ttf") format("truetype"),
       url("../fonts/aglettericacondensed.eot") format("embedded-opentype"),
       url("../fonts/aglettericacondensed.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*# sourceMappingURL=style.css.map */
.pcitem{
    display: block;
}
.mobitem{
    display: none;
}
.forie{
    width: 100%;
    height: 100%;
    background:#eaeaea url(../images/tishi.png) center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}
a{
	color: inherit;
}
body{
    font-size: 0;
}
/* 重置表单样式 */
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;
}
select::-ms-expand { display: none; }
/* 单行截取 */
.els{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    max-width: 100%;
}
/* 禁止选中文本 */
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; 
}
/* 背景图撑满容器 */
.imgs{
    position: relative;
    display: block;
}
.imgs img{
    width: 100%;
}
.bgimg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: no-repeat center/cover;
}
/* 显示loading动画类 */
.showloading:before{
    content: "";
    z-index: 1;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    font-size: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
img{
    /* max-width: 100%; */
}
/* 更改placeholder颜色 */
/* input::-webkit-input-placeholder{
    color:#898a8a;  
}  
input:-moz-placeholder{
    color:#898a8a;
}  
input::-moz-placeholder{
    color:#898a8a;
}  
input:-ms-input-placeholder {
    color:#898a8a;
}   */
/**,*:after,*:before{*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
}
.w1400{
    max-width: 1500px;
    padding: 0 50px;
    margin: 0 auto;
}
/* 头部导航 */
.pcft-subnav-box{
    position: absolute;
    width: 100%;
    top: 165px;
    left: 0;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
}
.pcft-subnav-box .pcft-subnav{
    height: 40px;
    line-height: 40px;
    background: url('../images/line-blk.png') no-repeat center;
}
.pcft-subnav-box .pcft-subnav .nav{
    max-width: 1000px;
    padding: 0 50px;
    margin: 0 auto;
    text-align: left;
}
.pcft-subnav-box .pcft-subnav .nav-item{
    display: inline-block;
    vertical-align: top;
    transition: all .4s ease;
}
.about-item .pcft-subnav-box .pcft-subnav .nav-item,
.join-item .pcft-subnav-box .pcft-subnav .nav-item,
.news-item .pcft-subnav-box .pcft-subnav .nav-item{
    max-width: 20%;
}
.about-item .pcft-subnav-box .pcft-subnav .nav-item .nav-item-tit,
.join-item .pcft-subnav-box .pcft-subnav .nav-item .nav-item-tit,
.news-item .pcft-subnav-box .pcft-subnav .nav-item .nav-item-tit{
    max-width: 100%;
    width: 140px;
}
.join-item .pcft-subnav-box .pcft-subnav .nav{
    text-align: center;
}
.news-item .pcft-subnav-box .pcft-subnav .nav{
    text-align: right;
}
.pcft-subnav-box .pcft-subnav .nav-item + .nav-item .nav-item-tit{
    border-left: 1px solid rgba(255,255,255,.05);
}
.pcft-subnav-box .pcft-subnav .nav-item-tit{
    display: inline-block;
    width: 210px;
    font-size: 14px;
    color: #fff;
    padding: 0 25px;
    text-align: left;
    position: relative;
    vertical-align: top;
}
.pcft-subnav-box .pcft-subnav .nav-item-tit:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid rgba(255,255,255,.25);
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.pcft-subnav-box .pcft-subnav .nav .pronav-item .nav-item-subbox{
    height: 300px;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0 50px;
    border-top: 1px solid rgba(255,255,255,.05);
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
}
.pcft-subnav-box .pcft-subnav .nav .nav-item-subbox{
    visibility: hidden;
    opacity: 0;
}
.pcft-subnav-box .pcft-subnav .nav-item-wrap{
    margin-right: -50px;
    height: 100%;
    max-width: 100%;
}
.pcft-subnav-box .pcft-subnav .nav-item-wrap.nav-item-prowrap{
    padding-left: calc( (100% - 900px) / 2);
}
.pcft-subnav-box .pcft-subnav .nav-item-subleft{
    float: left;
    width: 210px;
    height: 100%;
    border-left: 1px solid rgba(255,255,255,.05);
    border-right: 1px solid rgba(255,255,255,.1);
    max-width: 100%;
}
.pcft-subnav-box .pcft-subnav .nav-item-subleft a{
    font-size: 14px;
    color: #fff;
    padding: 0 25px;
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.05);
    transition: all .4s ease;
}
.pcft-subnav-box .pcft-subnav .nav-item-subleft a.cur{
    background: #32579e;
}
.pcft-subnav-box .pcft-subnav .nav-item-subleft a:after{
    content: '';
    position: absolute;
    width: 3px;
    height: 5px;
    background: url('../images/arrow3.png') no-repeat center/100% auto;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    opacity: .2;
}
.pcft-subnav-box .pcft-subnav .nav-item-subright{
    float: right;
    height: 100%;
    width: calc(100% - 210px);
}
.pcft-subnav-box .pcft-subnav .nav-item-subright .nav-item-subright-three{
    width: 294px;
    height: 100%;
    background: #32579e;
}
.pcft-subnav-box .pcft-subnav .nav-item-subright a{
    font-size: 12px;
    color: #cccccc;
    padding: 0 24px;
    line-height: 29px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.05);
    transition: all .4s ease;
}
.pcft-subnav-box .pcft-subnav .nav-item-subright a.cur{
    background: #fff;
    color: #32579e;
}
.pcft-subnav-box .pcft-subnav .nav-item-subright .nav-item-subright-subitem{
    margin-right: -50px;
    height: 100%;
    display: none;
}
.pcft-subnav-box .pcft-subnav .nav-item-subright .nav-item-subright-subitem:first-child{
    display: block;
}
.pcft-subnav-box .pcft-subnav .nav-item-subright .nav-item-subright-three-image{
    width: calc(100% - 294px);
    height: 100%;
    float: right;
    position: relative;
}
.pcft-subnav-box .pcft-subnav .nav-item-subright .nav-item-subright-three-image .bgimg{
    background: left center/cover;
    display: none;
}
.pcft-subnav-box .pcft-subnav .nav-item-subright .nav-item-subright-three-image .bgimg:first-child{
    display: block;
}
.pchd{
    position: relative;
    z-index: 30;
}
.pchd .hd-top{
    line-height: 94px;
    padding-top: 20px;
    border-bottom: 1px solid rgba(51,51,51,.05);
}
.pchd .hd-top .search-inp{
    color: #666666;
    font-weight: bold;
    float: left;
    padding-left: 20px;
    width: 250px;
    max-width: 30%;
    border: 1px solid #999;
    border-radius: 18px;
    padding: 10px 20px;
    margin-top: 25px;
}
.pchd .hd-top .search-inp input[type="submit"]{
    float: left;
    width: 14px;
    height: 14px;
    background: url('../images/hd-search.png') no-repeat center/100% auto;
    /* margin: auto 0; */
}
.pchd .hd-top .search-inp input[type=text]{
    float: right;
    width:88%;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
}
.pchd .hd-top .search-inp input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#999;
}
.pchd .hd-top .search-inp input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#999;
}
.pchd .hd-top .search-inp input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#999;
}
.pchd .hd-top .search-inp input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#999;
}
.pchd .hd-top .search-inp input[type=text]{
    /* border-bottom: 1px solid #999; */
}
.pchd .hd-top .logo{
    display: inline-block;
}
.pchd .hd-top .side{
    float: right;
    font-size: 0;
}
.pchd .hd-top .side .lang-box{
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
}
.pchd .hd-top .side .lang{
    font-size: 12px;
    /* font-family: 'Arial'; */
    color: #17449a;
    padding-right: 15px;
    position: relative;
    font-weight: bold;
    text-transform: capitalize;
}
.pchd .hd-top .side .lang-box .sub{
    position: absolute;
    left: 0;
    top: 55px;
    left: 0;
    width: 100%;
    display: none;
}
.pchd .hd-top .side .lang-box .sub a{
    font-size: 12px;
    line-height: 20px;
    color: #999;
    display: block;
    font-weight: bold;
    transition: all .2s;
}
.pchd .hd-top .side .lang:after{
    content: '';
    position: absolute;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #999999;
    width: 0px;
    height: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: auto 0;
}
.pchd .hd-top .side .glbweb{
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Arial';
    margin-left: 12px;
    display: inline-block;
}
.pchd .hd-top .side .glbweb i{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/global.png') no-repeat center/100% auto;
    vertical-align: middle;
    margin: 0 10px;
}
.pchd .hd-fot{
    /* border-bottom: 1px solid rgba(51,51,51,.05); */
}
.pchd .hd-fot .w1400{
    max-width: 1000px;
}
.pchd .hd-fot .item{
    display: inline-block;
    width: 180px;
    line-height: 46px;
    text-align: center;
    border-right: 1px solid rgba(51,51,51,.05);
    max-width: 20%;
}
.pchd .hd-fot .item:last-child{
    border-right: none;
}
.pchd .hd-fot .item .item-tit{
    font-size: 14px;
    font-weight: bold;
    color: #17449a;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
    transition: all .4s ease;
}
.pchd .hd-fot .item .item-tit:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #35539f;
    border-radius: 10px 0 0 0;
    opacity: 0;
    transition: all .4s ease;
    z-index: -1;
}
.pcft{
    background: url('../images/graduallinear.jpg') no-repeat top/1920px auto;
    padding-top: 60px;
}
.pcft .pcft-top{
    padding-bottom: 22px;
}
.pcft .left{
    float: left;
    width: 154px;
}
.pcft .left .logo{
    width: 130px;
    margin-bottom: 22px;
    display: block;
}
.pcft .left .logo img{
    width: 100%;
}
.pcft .left li a{
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding-left: .9em;
    line-height: 39px;
}
.pcft .left .share{
    margin-top: 42px;
}
.pcft .left .share a{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #999999 no-repeat center/14px auto;
    margin: 0 10px 0 0;
    transition: all .4s ease;
}
.pcft .left .share a.wx{
    background-image: url('../images/wx.png');
}
.pcft .left .share a.sina{
    background-image: url('../images/sina.png');
}
.pcft .left .share a.sqq{
    background-image: url('../images/qq.png');
}
.pcft .left .share a.more{
    background-image: url('../images/share.png');
}
.pcft .right{
    width: 1120px;
    max-width: calc(100% - 170px);
    float: right;
    position: relative;
}
.pcft .right .gotop{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #17449a url('../images/top.png') no-repeat center/16px auto;
    position: absolute;
    top: 36px;
    right: 0;
    cursor: pointer;
    transition: all .2s ease;
}
.pcft .right .pcft-nav{
    width: calc(100% - 50px);
}
.pcft .right .pcft-nav .pcft-nav-item{
    width: 160px;
    display: inline-block;
    vertical-align: top;
    max-width: 16.666%;
}
.pcft .right .pcft-nav .pcft-nav-tit{
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    line-height: 1;
}
.pcft .right .pcft-nav .pcft-nav-subtit{
    font-size: 14px;
    font-weight: bold;
    color: #17449a;
    margin-top: 18px;
}
.pcft .right .pcft-nav .pcft-nav-hrefbox{
    border-left: 1px solid #eaeaea;
    padding: 14px 16px;
    margin-top: 5px;
}
.pcft .right .pcft-nav .pcft-nav-hrefbox a{
    font-size: 12px;
    color: #666666;
    display: block;
    line-height: 1.5;
    padding: .25em 0;
    transition: all .4s ease;
}
.pcft .right .selectbox{
    float: right;
    position: relative;
    margin-top: 8px;
}
.pcft .right .selectbox:after{
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #333333;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.pcft .right select{
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 37px 0 17px;
    border: 1px solid #d6d6d6;
    font-size: 14px;
    color: #666666;
}
.pcft .pcft-bot{
    line-height: 56px;
    border-top: 1px solid #ebebeb;
}
.pcft .pcft-bot .fl{
    font-size: 12px;
    color: #999999;
}
.pcft .pcft-bot .fr{
    font-size: 12px;
    color: #999999;
}
.mobhd{
    height: 0;
}
.aside-box{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 30;
    display: none;
}
.aside-box .item{
    display: block;
    padding-left: 80px;
    border-radius: 40px 0 0 40px;
    background-color: #17449a;
    height: 80px;
    overflow: hidden;
    transform: translateX(162px);
    transition: transform .3s;
}
.aside-box .item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/aside-hover.png');
    opacity: 0;
    transition: all .3s;
}
.aside-box .icon{
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('../images/aside-tel.png');
    z-index: 3
}
.aside-box .txt {
    position: relative;
    z-index: 3;
    float: left;
    line-height: 80px;
    padding: 0 30px 0 0;
    font-size: 24px;
    color: #fff;
    font-family: "AGLettericaCondensed";
}
.index-page .aside-box,
.service-page .aside-box{
    display: block;
}
#bdshare_weixin_qrcode_dialog,
#bdshare_weixin_qrcode_dialog *{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#main .iban{
    position: relative;
    height: 740px;
    overflow: hidden;
    background-color: #000;
}
#main .iban .swiper-slide{
    position: relative;
}
#main .iban .swiper-slide .imgs{
    height: 100%;
    position: relative;
}
#main .iban .text{
    position: absolute;
    width: 720px;
    left: 0;
    right: 0;
    top: 58.5%;
    transform: translate(0, -50%);
    text-align: center;
    max-width: 80%;
    color: #fff;
    margin: 0 auto;
    line-height: 1.2;
}

#main .iban .text .d1{
    font-size: 48px;
}
#main .iban .text .d2{
    font-size: 54px;
}
#main .iban .text .d2 span{
    font-weight: bold;
    font-family: 'Arial';
}
#main .iban .text .d3{
    font-size: 20px;
    font-family: 'Arial';
    margin-top: 16px;
}
#main .iban .text .more{
    font-size: 14px;
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    padding-right: 25px;
    background: rgba(23,68,154,.85) url('../images/arrow.png') no-repeat right 29px center/6px auto;
    margin-top: 50px;
}
.iban .swiper-slide video{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    background-color: #000;
    transform: translateY(-50%);
}

/* #main .iban .swiper-pagination{
    bottom: 76px;
}
#main .iban .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #d3d4d6;
    background-color: transparent;
    position: relative;
    margin: 0 7px;
}
#main .iban .swiper-pagination-clickable .swiper-pagination-bullet svg{
    position: absolute;
    width: 17px;
    height: 17px;
    top: -2px;
    left: -2px;
    stroke-dasharray: 0 119.38052083641213;
    opacity: 0;
    transform: rotate(-90deg);
}
#main .iban .swiper-pagination-bullet.cur svg{
    stroke-dasharray: 119.38052083641213 0;
    transition:stroke-dasharray 6s linear;
    opacity: 1;
} */
.iban .btns{
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 76px;
    z-index: 3;
    width: 100%;
}
.iban .btns .swiper-pagination-bullet{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #d3d4d6;
    background-color: transparent;
    position: relative;
    margin: 0 7px;
}
.iban .btns .swiper-pagination-bullet-active{
    border-color: #e6001a;
}
.banner-box .iban.m-box{
    display: none;
}
#main .wrap1{
    background: url('../images/wrap1-bg.jpg') no-repeat center/cover;
    /* height: 524px; */
    position: relative;
    z-index: 2;
}
#main .wrap1 .line-box{
    width: 33px;
    height: 188px;  
    position: absolute;
    left: 0;
    right: 0;
    top: -76px;
    margin: 0 auto;  
}
#main .wrap1 .line-box .line{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/line.png') no-repeat top center/100% auto;
    top: 0;
    left: -41%;
    transition: all 1s ease .7s;
}

#main .wrap1 .line-box .circle{
    width: 29px;
    height: 28px;
    background: url('../images/radio.png') no-repeat top center/100% auto;
    position: absolute;
    bottom: -10px;
    left: -41%;
    opacity: 0;
    margin-left: -10px;
    transition: all .3s ease 1s;
}
#main .wrap1 .line-box.animated .circle{
    opacity: 1;
    transition: all .3s ease .2s;
}
#main .wrap1 .w1400{
    height: 100%;
}
#main .wrap1 .left{
    width: 750px;
    position: relative;
    height: 100%;
    color: #fff;
    line-height: 1.5;
    float: left;
    max-width: 50%;
}
#main .wrap1 .left .line-top,
#main .wrap1 .left .line-fot{
    width: 1px;
    background: rgba(255,255,255,.1);
    left: 20px;
    position: absolute;
}
#main .wrap1 .left .line-top{
    height: 85px;
    top: 0;
}
#main .wrap1 .left .line-fot{
    height: calc(100% - 200px);
    bottom: 0;
}
#main .wrap1 .left .line-fot:after{
    /* content: '';
    position: absolute;
    width: 6px;
    height: 64px;
    border-radius: 2px;
    background-color: rgba(255,255,255,1);
    top: 48%;
    margin-top: -32px;
    left: -3px; */
}
#main .wrap1 .left .left-box{
    padding-top: 90px;
    position: relative;
}
#main .wrap1 .left .left-box .arrow{
    content: '';
    position: absolute;
    width: 140px;
    height: 19px;
    background: url('../images/arrow9.png') no-repeat center/100% auto;
    right: 0;
    top: 250px;
}
#main .wrap1 .left .d1{
    font-size: 36px;
}
#main .wrap1 .left .d2{
    font-size: 16px;
    margin-top: 1em;
}
#main .wrap1 .left .box{
    /* margin-left: 20px; */
    margin-top: 35px;
}
#main .wrap1 .left .box .pro-tab{
    height: 230px;
    overflow: hidden;
    /* padding-left: 40px; */
}
#main .wrap1 .left .box .pro-tab .mCSB_scrollTools{
    left: 18px;
    width: 4px;
}
#main .wrap1 .left .box .pro-tab .mCSB_inside>.mCSB_container{
    margin-right: 0;
}
#main .wrap1 .left .box .pro-tab .mCSB_scrollTools .mCSB_draggerRail{
    background-color: transparent;
}
#main .wrap1 .left .swiper-slide{
    cursor: pointer;
    height: auto;
    margin: 10px 0;
    padding-left: 85px;
    position: relative;
}
#main .wrap1 .left .swiper-slide:before{
    content: "";
    position: absolute;
    left: 60px;
    top: 50%;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 100%;
    transform: translateY(-50%);
}
#main .wrap1 .left .swiper-slide:last-child{
    margin-bottom: 0;
}
#main .wrap1 .left .swiper-slide .text{
    font-size: 12px;
    color: #999999;
}
#main .wrap1 .left .swiper-slide .active-text{
    display: none;
    /* margin-top: 20px; */
}
#main .wrap1 .left .swiper-slide.cur2 .text{
    font-size: 14px;
    color: #cccccc;
}
#main .wrap1 .left .swiper-slide.cur .active-text{
   /*  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center; */
    display: block;
}
#main .wrap1 .left .swiper-slide.cur .text{
    display: none;
}
#main .wrap1 .left .swiper-slide.cur:before{
    border-color: #fff;
    background-color: #fff;
    width: 10px;
    height: 10px;
}
#main .wrap1 .left .swiper-slide.cur2:before{
    border-color: #fff;
}
#main .wrap1 .left .swiper-slide .active-text .active-left{
    display: inline-block;
    font-size: 60px;
    font-family: 'Arial';
    color: #e60012;
    line-height: 1;
    max-width: 4em;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    padding-right: 16px;
    margin-right: 20px;
}
#main .wrap1 .left .swiper-slide .active-text .active-left:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 47px;
    background: rgba(255,255,255,.2);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#main .wrap1 .left .swiper-slide.swiper-slide-next + .swiper-slide .text{
    /* margin-top: 1em; */
}
#main .wrap1 .left .swiper-slide .active-text .active-right{
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}
#main .wrap1 .right{
    float: right;
    color: #fff;
    width: 624px;
    max-width: 48%;
    padding-top: 140px;
    padding-bottom: 70px;
}
#main .wrap1 .right .d1{
    font-size: 20px;
    line-height: 30px;
    width: 90%;
}
#main .wrap1 .right .box{
    margin-top: 25px;
}
#main .wrap1 .right .more{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 122px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    text-align: center;
    padding-left: 12px;
    background: #c70b2e;
    position: relative;
    margin-right: 100px;
}
#main .wrap1 .right .more:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #fff;
    left: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#main .wrap1 .right img{
    width: 322px;
    max-width: calc(100% - 200px);
}
#main .wrap2{
    padding: 94px 0 40px;
    background: #f6f7fa;
    overflow: hidden;
}
#main .wrap2 .left{
    border-right: 1px solid rgba(88,88,88,.1);
    float: left;
    width: 320px;
    max-width: 23%;
}
#main .wrap2 .left .list{
    height: 476px;
    /* width: 319px; */
    overflow: hidden;
    margin-left: -15px;

}
#main .wrap2 .left .d1{
    font-size: 48px;
    font-family: 'Arial';
    line-height: 1.2;
}
#main .wrap2 .left .d2{
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
}
#main .wrap2 .left .d2 span{
    font-size: 16px;
    margin-left: 20px;
}
#main .wrap2 .left ul{
    /* margin-top: 12px; */
    padding-bottom: 15px;
    padding-left: 15px;
    margin-top: 15px;

}
#main .wrap2 .left li{
    width: 222px;
    max-width: 95%;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    padding: 0 30px;
    cursor: pointer;
    position: relative;
    transition: all .4s ease;
    color: #666666;
    box-shadow: 0 5px 10px 5px rgba(51, 51, 51, 0);
}
#main .wrap2 .left li.on{
    background: #385fa8;
    color: #fff;
    box-shadow: 0 5px 10px 2px rgba(51, 51, 51, .4);
}
#main .wrap2 .left li:after{
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #fff;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all .4s ease;
    transform: translate(-10px, 0);
    opacity: 0;
}
#main .wrap2 .left li.on:after{
    transform: translate(0, 0);
    opacity: 1;
}
#main .wrap2 .left li + li{
    margin-top: 4px;
}
#main .wrap2 .left li span{
    font-size: 14px;
    display: inline-block;
}
#main .wrap2 .right{
    width: 1008px;
    float: right;
    max-width: 72%;
}
#main .wrap2 .right .mapbtn{
    position: relative;
    width: 152px;
    height: 43px;
    line-height: 43px;
    border-radius: 43px;
    background: #17449a;
    padding: 0 24px;
    box-shadow: 0 5px 10px 2px rgba(51, 51, 51, .4);
    float: left;
    z-index: 2;
}
#main .wrap2 .right .mapbtn .china-map{
    font-size: 16px;
    color: #fff;
}
#main .wrap2 .right .mapbtn a{
    position: absolute;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    top: 0;
    right: -2px;
    font-size: 16px;
}
#main .wrap2 .right .more{
    float: right;
    width: 122px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    background: #e6273e;
    color: #fff;
    font-size: 14px;
    padding-left: 14px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 10px 2px rgba(51, 51, 51, .4);
}
#main .wrap2 .right .more:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #fff;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto 0;
}
#main .wrap2 .left .list .mCSB_scrollTools{
    width: 4px;
}
#main .wrap2 .left .list .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    background: none;
}
#main .wrap2 .left .list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #0080cc;
}
.map-group{
    margin: 0 0 0 6.94%;
    /* text-align: center; */
    max-width: 100%;
    position: relative;
}
.map-group .map-inlineblk{
    display: inline-block;
    max-width: calc(100% - 140px);
    position: relative;
}
.map-group .map-inlineblk img{
    width: 100%;
}
.map-group .map-inlineblk .point{
    width: 10px;
    height: 10px;
    position: absolute;
    background: #17449a;
    border-radius: 50%;
    top: -7px;
    left: -7px;
    transition: all .4s ease;
}
.map-group .map-inlineblk .point:after{
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    border: 1px solid #17449a;
    border-radius: 50%;
    transition: all .4s ease;
}
.map-group .map-inlineblk .point .point{
    background-color: #e3021d;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.map-group .map-inlineblk .point .point:after{
    border-color: #e3021d;
}
/* .map-group .map-inlineblk .point:nth-child(1){
    top: 65.8%;
    left: 50.7%;
}
.map-group .map-inlineblk .point:nth-child(2){
    top: 45.7%;
    left: 56%;
}
.map-group .map-inlineblk .point:nth-child(3){
    top: 38.6%;
    left: 75.1%;
}
.map-group .map-inlineblk .point:nth-child(4){
    top: 37.2%;
    left: 83.8%;
}
.map-group .map-inlineblk .point:nth-child(5){
    top: 61%;
    left: 77.6%;
}
.map-group .map-inlineblk .point:nth-child(6){
    top: 60.9%;
    left: 86.4%;
}
.map-group .map-inlineblk .point:nth-child(7){
    top: 60.9%;
    left: 89.5%;
}
.map-group .map-inlineblk .point:nth-child(8){
    top: 60.9%;
    left: 92.1%;
}
.map-group .map-inlineblk .point:nth-child(9){
    top: 64.3%;
    left: 82.9%;
}
.map-group .map-inlineblk .point:nth-child(10){
    top: 65.8%;
    left: 86.3%;
}
.map-group .map-inlineblk .point:nth-child(11){
    top: 68.5%;
    left: 82.9%;
} */
.map-group .map-inlineblk .point .float-win{
    position: absolute;
    width: 332px;
    /* height: 197px; */
    border-radius: 20px;
    background: url('../images/float-bg.jpg') no-repeat center/cover;
    visibility: hidden;
    opacity: 0;
    /* transition: all .4s ease; */
    bottom: 100%;
    right: 100%;
    padding: 12px 15px 16px;
    text-align: left;
    margin: 0 5px 5px 0;
    box-shadow: 0 5px 10px rgba(51,51,51,.5);
}
.map-group .map-inlineblk .point .float-win .win-tit{
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 14px;
}
.map-group .map-inlineblk .point.cur{
    background-color: #e3021d;
    z-index: 3;
}
.map-group .map-inlineblk .point.cur:after{
    border: 1px solid #e3021d;
}
.map-group .map-inlineblk .point.cur .float-win{
    opacity: 1;
    visibility: visible;
}
.map-group .company-list{
    position: absolute;
    right: 0;
    top: 17.8%;
    width: 305px;
    height: 270px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(51,51,51,.1);
    padding: 20px 25px;
    overflow: hidden;
}
.map-group .company-list li{
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid rgba(102,102,102,.1);
    color: #666;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
}

.map-group .company-list li:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #666;
    left: 0;
    top: 20px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.map-group .company-list li:first-child:before{
    top: 10px;
}
.map-group .company-list li:first-child{
    padding-top: 0;
}
.map-group .company-list li:last-child{
    border-bottom: none;
}
.map-group .company-list li.cur{
    color: #17449a;
}
.map-group .company-list li.cur:before{
    background-color: #17449a;
    opacity: 1;
    filter: alpha(opacity=100);
}


.map-group .company-list .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    background: #666;
}
.map-group .company-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #0080cc;
}

#main .wrap3{
    position: relative;   
    color: #fff;
    text-align: center;
    height: 658px;
}
#main .wrap3 .w1400{
    position: relative;
    z-index: 2;
}
#main .wrap3 .tit{
    font-size: 36px;
    font-family: 'Arial','微软雅黑';
    padding-top: 130px;
}
#main .wrap3 .con{
    font-size: 16px;
    line-height: 2.25;
    margin-top: 30px;
}
#main .wrap3 .play{
    width: 85px;
    height: 85px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 70px auto 0;
    position: relative;
}
#main .wrap3 .play .play-btn{
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
#main .wrap3 .play .play-btn:before{
    content: '';
    border-left: 13px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin: 26px 0 0;
    display: inline-block;
}
#main .wrap3 .play .play-btn span{
    font-size: 13px;
    color: #fff;
    display: block;
}
#main .wrap3 .play svg{
    position: absolute;
    width: 114%;
    height: 114%;
    top: -7%;
    left: -7%;
    stroke-dasharray: 0 119.38052083641213;
    opacity: 1;
    transition: all .5s linear;
    visibility: hidden;
}
#main .wrap3 .play .play-btn:hover svg{
    stroke-dasharray: 119.38052083641213 0;
    opacity: 1;
    visibility: visible;
}
#main .wrap3 .play .line{
    width: 30px;
    height: 216px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#main .wrap3 .play .line:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 50%;
    background: url('../images/line2.png') no-repeat top center/100% auto;
    margin-left: -3px;
    transition: all .8s ease;
}
#main .wrap3 .play .line.animated:after{
    height: 100%;
}
#main .wrap3 .show-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    padding:  0 50px 0 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/show-bg.jpg');
    font-size: 0;
    transition: all .2s;
}
#main .wrap3 .show-btn span{
    font-size: 24px;
    color: #fff;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 86px;
    padding-right: 60px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/show-icon.png');
}
#main .wrap4{
    background-color: #f9f9f9;
}
#main .wrap4 .tit-box{
    position: relative;
    line-height: 1.5;
}
#main .wrap4 .tit-box h3{
    font-size: 36px;
    color: #333333;
}
#main .wrap4 .tit-box span{
    font-size: 16px;
    color: #666666;
    padding-top: .4em;
}
#main .wrap4{
    padding: 80px 0 140px;
}
#main .wrap4 .tapbar{
    background-color: #395fa8;
    border-radius: 45px;
    float: right;
    position: absolute;
    top: 56px;
    right: 0;
}
#main .wrap4 .tapbar a{
    display: inline-block;
    width: 125px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background: url('../images/arrow2.png') no-repeat 85% center/7px auto;
    position: relative;
    z-index: 2;
}
#main .wrap4 .tapbar .slider{
    display: inline-block;
    width: 33.3333%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    background: #17449a;
    transition: all .6s ease;
}
#main .wrap4 .tapbar.hover0 .slider,
#main .wrap4 .tapbar.hover0 .slider{
    left: 0;
}
#main .wrap4 .tapbar.hover1 .slider{
    left: 33.3333%;
}
#main .wrap4 .tapbar.hover2 .slider{
    left: 66.6666%;
}
#main .wrap4 .newssw{
    margin-top: 70px;
}
#main .wrap4 .newssw .swiper-slide{
    width: calc(25% - 18px);
}
#main .wrap4 .newssw .swiper-slide + .swiper-slide{
    margin-left: 24px;
}
#main .wrap4 .newssw a{
    display: block;
    text-align: center;
    color: #333333;
}
#main .wrap4 .newssw .imgs{
    padding-bottom: 60.60606060606061%;
}
#main .wrap4 .newssw .text{
    padding: 34px 30px 0;
    height: 250px;
    position: relative;
    background-color: #fff;
    background-image: url('../images/news-text-trans.png');
    /* transition: all .2s; */
}
/* #main .wrap4 .newssw .text:after{
    content: '';
    position: absolute;
    z-index: -1;
    background: url('../images/news-text-bg.jpg') no-repeat center/cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
} */
#main .wrap4 .newssw .text-time{
    font-size: 18px;
    transition: all .3s;
}
#main .wrap4 .newssw .text-con{
    font-size: 16px;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
    transition: all .2s;
}
#main .wrap4 .newssw .text-more{
    font-size: 14px;
    width: 150px;
    line-height: 39px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 34px auto 0;
    background: url('../images/arrow4.png') no-repeat right 10px center/6px auto;
    transition: all .2s;
}
#main .wrap4 .newssw .swiper-pagination{
    display: none;
}

.iskoola{
    font-family: 'Iskoola Pota','Arial','微软雅黑';
}

@font-face {
    font-family: 'Iskoola Pota';
    src: url('../fonts/IskoolaPota.eot');
    src: url('../fonts/iskoolapota.woff2') format('woff2'),
       url('../fonts/IskoolaPota.woff') format('woff'),
       url('../fonts/iskoolapota.ttf') format('truetype'),
       url('../fonts/iskoolapota.svg#iskoola pota') format('svg'),
       url('../fonts/iskoolapota.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
    z-index: 999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../images/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}
#products .wrap1{
    position: relative;
    height: 900px;
    overflow: hidden;
}
#products .wrap1 .bgimg{
    background: url('../images/8.jpg') no-repeat center/cover;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    transition: all .9s ease;
}
#products .wrap1 .bgimg.animated{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#products .wrap1 .w1600{
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}
#products .wrap1 .icobox{
    width: 100%;
    height: 100%;
    position: absolute;
    /* padding: 0 50px; */
}
#products .wrap1 .icobox .item-group:nth-child(2){
    padding: 115px 5% 0;
}
#products .wrap1 .icobox .item-group:nth-child(3){
    padding: 80px 15% 0 ;
}
#products .wrap1 .icobox .ico-item{
    position: absolute;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: #fff no-repeat center/cover;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    
     transition: background .4s ease,opacity 1s ease,transform 1s ease;
}
#products .wrap1 .icobox .ico-item{
   
   
}
#products .wrap1 .icobox .icoitem1,
#products .wrap1 .icobox .icoitem2{
    top: 27.2%;
    transition-delay: .1s;
}
#products .wrap1 .icobox .icoitem1{
    left: 0;
}
#products .wrap1 .icobox .icoitem2{
    right: 0;
}

#products .wrap1 .icobox .icoitem3,
#products .wrap1 .icobox .icoitem4{
    top: 54.44%;
    transition-delay: .2s;
}
#products .wrap1 .icobox .icoitem3{
    left: 5%;
}
#products .wrap1 .icobox .icoitem4{
    right: 5%;
}

#products .wrap1 .icobox .icoitem5,
#products .wrap1 .icobox .icoitem6{
    top: 77.77%;
    transition-delay: .3s;
}
#products .wrap1 .icobox .icoitem5{
    left: 14.6875%;
}
#products .wrap1 .icobox .icoitem6{
    right: 14.6875%;
}

#products .wrap1 .icobox .ico-item.cur{
    background-image: url('../images/wrap1-bg-m.jpg');
}
#products .wrap1 .icobox .ico-item.cur .ico1{
    background-image: url('../images/ico1-h.png');
}
#products .wrap1 .icobox .ico-item.cur .ico2{
    background-image: url('../images/ico2-h.png');
}
#products .wrap1 .icobox .ico-item.cur .ico3{
    background-image: url('../images/ico3-h.png');
}
#products .wrap1 .icobox .ico-item.cur .ico4{
    background-image: url('../images/ico4-h.png');
}
#products .wrap1 .icobox .ico-item.cur .ico5{
    background-image: url('../images/ico5-h.png');
}
#products .wrap1 .icobox .ico-item.cur .ico6{
    background-image: url('../images/ico6-h.png');
}
#products .wrap1 .icobox .ico-item.cur .ico-text{
    color: #ffffff;
}
#products .wrap1 .icobox.animated .ico-item{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
/* #products .wrap1 .icobox .item-group{
    transition: all 1s ease;
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}
#products .wrap1 .icobox .item-group:nth-child(1){
    transition-delay: .7s;
} 
#products .wrap1 .icobox .item-group:nth-child(2){
    transition-delay: .8s;
} 
#products .wrap1 .icobox .item-group:nth-child(3){
    transition-delay: .9s;
} 
#products .wrap1 .icobox.animated .item-group{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
} */
#products .wrap1 .icobox .ico{
    width: 51px;
    height: 51px;
    background: no-repeat center/100% auto;
    margin: 25px auto 0;
    transition: all .4s ease;
}
#products .wrap1 .icobox .ico-text{
    font-size: 14px;
    color: #17449a;
    line-height: 1.5;
    text-align: center;
    transition: all .4s ease;
}
#products .wrap1 .icobox .ico1{
    background-image: url('../images/ico1.png');
}
#products .wrap1 .icobox .ico2{
    background-image: url('../images/ico2.png');
}
#products .wrap1 .icobox .ico3{
    background-image: url('../images/ico3.png');
}
#products .wrap1 .icobox .ico4{
    background-image: url('../images/ico4.png');
}
#products .wrap1 .icobox .ico5{
    background-image: url('../images/ico5.png');
}
#products .wrap1 .icobox .ico6{
    background-image: url('../images/ico6.png');
}
#products .wrap1 .icobox .ico-item{
    /* float: left; */
    /* transition: all .4s ease; */
}
#products .wrap1 .icobox .ico-item.cur{
    background-image: url('../images/wrap1-bg-m.jpg');
}
#products .wrap1 .icobox .ico-item.cur .ico1{
    background-image: url('../images/ico1-h.png');
}
#products .wrap1 .icobox .ico-item.cur .ico2{
    background-image: url('../images/ico2-h.png');
}
#products .wrap1 .icobox .ico-item.cur .ico3{
    background-image: url('../images/ico3-h.png');
}
#products .wrap1 .icobox .ico-item.cur .ico4{
    background-image: url('../images/ico4-h.png');
}
#products .wrap1 .icobox .ico-item.cur .ico5{
    background-image: url('../images/ico5-h.png');
}
#products .wrap1 .icobox .ico-item.cur .ico6{
    background-image: url('../images/ico6-h.png');
}
#products .wrap1 .icobox .ico-item.cur .ico-text{
    color: #ffffff;
}
#products .wrap1 .info-top{
    width: 440px;
    margin: 44px auto 0;
    text-align: center;
    position: relative;
    z-index: 20;
    max-width: 100%;
}
#products .wrap1 .info-top .d1{
    font-size: 36px;
    color: #0080cc;
    line-height: 1.7;
}
#products .wrap1 .info-top .d2{
    font-size: 12px;
    color: #0080cc;
    font-family: 'Arial';
}
#products .wrap1 .info-top .info-search-box{
    width: 100%;
    border: 1px solid #cccccc;
    position: relative;
    margin-top: 15px;
}
#products .wrap1 .info-top .info-search-box input[type="text"]{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    padding: 0 70px 0 20px;
    background: #f7f7f7;
}
#products .wrap1 .info-top .info-search-box .search-btn{
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: url('../images/search-bg.jpg') no-repeat center/cover;
    position: absolute;
    top: -1px;
    right: -1px;
}
#products .wrap1 .info-top .info-search-box .search-btn input{
    width: 100%;
    height: 100%;
    background: url('../images/pro-search.png') no-repeat center/20px auto;
}
#products .wrap1 .info-fot-box{
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 45%;
}
#products .wrap1 .info-fot-box .info-fot-default{
    padding-top: 110px;
}
#products .wrap1 .info-fot-box .info-fot-default.hide{
    visibility: hidden;
    opacity: 0;
}
#products .wrap1 .info-fot-box .info-fot-default-d1{
    font-size: 48px;
    color: #333333;
    line-height: 1.5;
}
#products .wrap1 .info-fot-box .info-fot-default-d1 img{
    width: 220px;
    margin: 0 16px;
    vertical-align: middle;
}
#products .wrap1 .info-fot-box .info-fot-default-d2{
    font-size: 20px;
    font-family: 'Arial';
    color: #333333;
    margin-top: 10px;
}
#products .wrap1 .info-fot-box .info-fot-default-d3{
    font-size: 14px;
    color: #999999;
    line-height: 1.78;
    border-bottom: 1px solid #b1b1b1;
    display: inline-block;
    padding-top: 40px;
    position: relative;
}
#products .wrap1 .info-fot-box .info-fot-line{
    content: '';
    position: relative;
    width: 690px;
    height: 1px;
    margin: 90px auto 0;
    background: #dddddd;
    max-width: 80%;
}
#products .wrap1 .info-fot-box .info-fot-default-more{
    width: 8px;
    height: 17px;
    background: url('../images/arrow6.png') no-repeat center/8px auto;
    margin: 32px auto 0;
}
#products .wrap1 .info-fot-box .info-fot-list{
    /* position: absolute; */
    
    text-align: center;
    overflow: hidden;
}
#products .wrap1 .info-fot-box .info-fot-list .info-fot-item{
    /* display: none; */
}
#products .wrap1 .info-fot-box .info-fot-list .text{
    max-width: 80%;
    margin: 0 auto;
}
#products .wrap1 .info-fot-box .info-fot-list .d1{
    font-size: 28px;
    color: #0080cc;
}
#products .wrap1 .info-fot-box .info-fot-list .d2{
    font-size: 16px;
    color: #0080cc;
    padding-top: 20px;
    position: relative;
    line-height: 1.7;
}
#products .wrap1 .info-fot-box .info-fot-list .d2:after{
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #dddddd;
}
#products .wrap1 .info-fot-box .info-fot-list .more{
    display: block;
    width: 122px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    background: #32589e;
    padding-left: 12px;
    position: relative;
    margin: 20px auto 0;
    font-size: 14px;
    color: #fff;
}
#products .wrap1 .info-fot-box .info-fot-list .more:after{
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #fff;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto 0;
}
#products .wrap2{
    background: #eaecf0;
    background: -webkit-linear-gradient(left, #e2e7ed , #f5f5f5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #e2e7ed, #f5f5f5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #e2e7ed, #f5f5f5); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #e2e7ed , #f5f5f5); /* 标准的语法 */
    padding: 85px 0 74px;
}
#products .tit-box{
    font-size: 36px;
    color: #333333;
    font-family: 'Arial','微软雅黑';
    line-height: 1.2;
}
#products .tit-box .tit-en{
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}
#products .tit-box .tit-en .tit-d2{
    font-size: 12px;
    color: #999999;
}
#products .wrap2 .pro-list{
    margin-top: 40px;
}
#products .wrap2 .pro-list .pro-item{
    background: #fff;
    text-align: center;
    position: relative;
}
#products .wrap2 .pro-list .pro-item .anchor{
    position: absolute;
    top: -100px;
    left: 0;
}
#products .wrap2 .pro-list .pro-item:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #d7d7d8;
    left: 38.25%;
}
#products .wrap2 .pro-list .pro-item + .pro-item{
    margin-top: 20px;
}
#products .wrap2 .pro-list .pro-item-left{
    width: 38.3%;
    float: left;
    overflow: hidden;
    padding: 40px 0;
}
#products .wrap2 .pro-list .pro-item-left .pro-item-ico{
    width: 55px;
    height: 55px;
    margin: 0 auto;
    background: no-repeat center/100% auto;
}
#products .wrap2 .pro-list .pro-item-left .pro-item-tit{
    font-size: 20px;
    color: #0080cc; 
    font-weight: bold;
    padding-top: 25px;
}
#products .wrap2 .pro-list .pro-item-left .pro-item-con{
    font-size: 14px;
    line-height: 1.714;
    color: #0080cc;
    text-align: center;
    width: 280px;
    max-width: 80%;
    margin: 0 auto;
}
/* #products .wrap2 .pro-list .pro-item-left .pro-item-con:after{
    content: '……';
    display: block;
} */
#products .wrap2 .pro-list .pro-item:nth-child(1) .pro-item-left .pro-item-ico{
    background-image: url('../images/pro-icon1.png');
}
#products .wrap2 .pro-list .pro-item:nth-child(2) .pro-item-left .pro-item-ico{
    background-image: url('../images/pro-icon2.png');
}
#products .wrap2 .pro-list .pro-item:nth-child(3) .pro-item-left .pro-item-ico{
    background-image: url('../images/pro-icon3.png');
}
#products .wrap2 .pro-list .pro-item:nth-child(4) .pro-item-left .pro-item-ico{
    background-image: url('../images/pro-icon4.png');
}
#products .wrap2 .pro-list .pro-item-right{
    width: 61.7%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#products .wrap2 .pro-list .pro-item-right:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
#products .wrap2 .pro-list .pro-item-right .pro-right-list{
    text-align: left;
    padding: 12px 12px 0;

}
#products .wrap2 .pro-list .pro-item-right .pro-right-list .row{
    margin: 0 -6px;
}
#products .wrap2 .pro-list .pro-right-item{
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 0 6px;
    margin-bottom: 12px;
    /* box-shadow: 0 0 30px rgba(0,0,0,0); */
    position: relative;
    /* transition: box-shadow .4s ease; */
}
#products .wrap2 .pro-list .text{
    font-size: 14px;
    color: #fff;
    /* margin-top: 4px; */
    /* border-bottom: 1px solid #eeeeee; */
    /* background-color: rgba(0,0,0,.2); */
    line-height: 40px;
    height: 40px;
}
#products .wrap2 .pro-list .pro-item:nth-child(1) .text{
    background-color: #455ba1;
}
#products .wrap2 .pro-list .pro-item:nth-child(2) .text{
    background-color: #3399cc;
}
#products .wrap2 .pro-list .pro-item:nth-child(3) .text{
    background-color: #e57381;
}
#products .wrap2 .pro-list .pro-item:nth-child(4) .text{
    background-color: #c13d45;
}
#products .wrap2 .pro-list .pro-item.on .pro-item-right{
    position: static;
    transform: translateY(0);
    float: right;
}
#products .wrap2 .pro-list .pro-item.on .pro-item-left{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#products .wrap3{
    padding: 70px 0 90px;
    overflow: hidden;
}
#products .wrap3 .swiper-container{
    margin: 80px -6px 0;
}
#products .wrap3 .swiper-container .swiper-slide{
    width: 25%;
    padding: 0 6px;
}
#products .wrap3 .swiper-container .swiper-slide a{
    display: block;
    position: relative;
    height: 610px;
}
#products .wrap3 .swiper-container .box1{
    height: 85.246%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
#products .wrap3 .swiper-container .box1:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,.2);
}
#products .wrap3 .swiper-container .hoverbox{
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease;
    z-index: 10;
    background: #0080cc;
}
#products .wrap3 .swiper-container .hoverbox:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/mask.png') no-repeat center/cover;
}
#products .wrap3 .swiper-container .hoverbox .imgs{
    opacity: .45;
}
#products .wrap3 .swiper-container .imgs{
    position: relative;
    transition: all .4s ease;
    height: 100%;
}
#products .wrap3 .swiper-container .imgs .bgimg{
    background: no-repeat bottom center/cover;
    transition: all .4s ease;
}
#products .wrap3 .swiper-container .text{
    position: absolute;
    width: 300px;
    max-width: 90%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
    bottom: 19%;
}
#products .wrap3 .swiper-container .d1{
    font-size: 24px;
}
#products .wrap3 .swiper-container .d2{
    font-size: 14px;
    line-height: 1.714;
    margin-top: 40px;
    min-height: 100px;
}
#products .wrap3 .swiper-container .d2:after{
    content: '……';
    display: block;
}
#products .wrap3 .swiper-container .more{
    width: 122px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
    background: #32589e;
    padding-left: 12px;
    position: relative;
    margin: 20px auto 0;
    font-size: 14px;
}
#products .wrap3 .swiper-container .more:after{
    content: '';
    position: absolute;
    width:0px;
    height: 0px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #fff;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto 0;
}
#products .wrap3 .swiper-container .hoverbox .more{
    background-color: #cc0f2f;
    margin-top: 85px;
}
#products .wrap3 .swiper-container .swiper-button-prev,
#products .wrap3 .swiper-container .swiper-button-next{
    width: 30px;
    height: 48px;
    top: 40%;
    margin-top: -24px;
    background:  #ca092a;
    transition: all .4s ease;
}
#products .wrap3 .swiper-container .swiper-button-prev{
    left: 6px;
}
#products .wrap3 .swiper-container .swiper-button-next{
    right: 6px;
}
#products .wrap3 .swiper-container .swiper-button-prev:after,
#products .wrap3 .swiper-container .swiper-button-next:after{
    content: '';
    position: absolute;
    width: 8px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}
#products .wrap3 .swiper-container .swiper-button-prev:after{
    background: url('../images/prev.png') no-repeat no-repeat center/100% auto;
}
#products .wrap3 .swiper-container .swiper-button-next:after{
    background: url('../images/next.png') no-repeat no-repeat center/100% auto;
}
#products .wrap4{
    padding: 0 0 175px;
}
#products .wrap4 .container-top{
    background: #f1f1f1;    
    position: relative;
    text-align: center;
    line-height: 1.7;
    padding: 30px 2% 40px;
    margin-top: 60px;
}
#products .wrap4 .container-top:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #ffffff;
    border-top: 14px solid #fff;
    border-left: 14px solid #fff;
    border-right: 14px solid #f1f1f1;
    border-bottom: 14px solid #f1f1f1;
    left: 0;
    top: 0;
}
#products .wrap4 .container-top .d1{
    font-size: 30px;
    font-family: 'Arial';
    color: #999999;
}
#products .wrap4 .container-top .d2{
    font-size: 24px;
    color: #333333;
}
#products .wrap4 .container-scrollbox{
    overflow-x: auto;
    overflow-y: hidden;
}
#products .wrap4 .container-mid{
    height: 130px;
    margin-top: 10px;
    text-align: right;
    background: #f1f1f1;
    min-width: 800px;
}
#products .wrap4 .container-mid a{
    display: inline-block;
    width: 12.5%;
    text-align: center;
    height: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: top;
}
#products .wrap4 .container-mid a .ico{
    width: 52px;
    height: 52px;
    background: no-repeat center/100% auto;
    margin: 22px auto 6px;
}
#products .wrap4 .container-mid a:nth-child(1){
    background: #15439a;
}
#products .wrap4 .container-mid a:nth-child(2){
    background: #1a53be;
}
#products .wrap4 .container-mid a:nth-child(3){
    background: #6666cc;
}
#products .wrap4 .container-mid a:nth-child(4){
    background: #3399cc;
}
#products .wrap4 .container-mid a:nth-child(5){
    background: #006699;
}
#products .wrap4 .container-mid a:nth-child(6){
    background: #6699cc;
}
#products .wrap4 .container-mid a:nth-child(7){
    background: #cccccc;
}
#products .wrap4 .container-mid a:nth-child(8){
    background: #999999;
}
#products .wrap4 .container-mid a .ico-text{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    padding: .25em 0;
}
#products .wrap4 .table-list{
    margin-top: 10px;
    min-width: 800px;
}
#products .wrap4 .table-list .table-item + .table-item{
    margin-top: 10px;
}
#products .wrap4 .table-list .table-box{
    display: none;
    overflow: hidden;
}
#products .wrap4 .table-list .table-tit{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding: 0 22px;
    position: relative;
    background: #b2b2b2;
    cursor: pointer;
}
#products .wrap4 .table-list .table-tit:after{
    content: '';
    position: absolute;
    width: 8px;
    height: 13px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    background: url('../images/arrow7.png') no-repeat center/100% auto;
    transition: all .4s ease;
}
#products .wrap4 .table-list .table-item.cur .table-tit:after{
    transform: rotate(90deg);
}
#products .wrap4 .table-list .table-box table{
    margin: 0 -2px;
    width: calc(100% + 4px);
}
#products .wrap4 .table-list td{
    width: 11.11111111111111%;
    background: #f3f3f3;
    font-size: 12px;
    line-height: 1.667;
    padding: 16px 10px 10px;
    vertical-align: top;
    min-height: 55px;
    color: #666666;
    transition: all .4s ease;
}
#products .wrap4 .table-list td p{
    padding-left: 14px;
    position: relative;
}
#products .wrap4 .table-list td p:after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #15439a;
    top: .8335em;
    left: 0;
    margin-top: -3px;
}
#products .wrap4 .table-list td:nth-child(2n+1){
    background-color: #dfdfdf;
}
#products .wrap4 .table-list td:first-child{
    background-color: #7e7e7e;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 30px;
    position: relative;
}
#products .wrap4 .table-list td:first-child .line{
    width: 10px;
    height: 100%;
    background: #2b66b0;
    top: 0;
    left: 0;
    position: absolute;
}
#products .wrap4 .table-list td.hover{
    background-color: #2b66b0;
    color: #fff;
}
#products .wrap4 .table-list td.hover p:after{
    background-color: #fff;
}

/* 详情 */

#dtl .wrap1{
    padding: 70px 0;
    background-image: none;
    background-color: #f5f5f5;
}
#dtl .wrap1 .tit{
    font-size: 42px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
#dtl .wrap1 .time{
    text-align: center;
    margin-top: 14px;
    font-size: 16px;
    color: #000000;
    line-height: 1;
}
#dtl .wrap1 video{
    max-width: 100%;
    margin: 30px auto 0;
}
#dtl .wrap1 .con{
    font-size: 16px;
    color: #666666;
    padding: 30px 40px;
    background-color: #fff;
    line-height: 1.9;
    margin-top: 36px;
}
#dtl .wrap1 .con img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
#dtl video{
    width: 100%;
    margin: 20px 0;
}
#dtl .pagin {
    padding: 20px 0 0;
}
#dtl .pagin .left{
    width: 70%;
    float: left;
}
#dtl .pagin .left a{
    display: inline-block;
    font-size: 16px;
    color: #888888;
    background: no-repeat left center;
    transition: color .3s ease-in;
    max-width: 40%;
}
#dtl .pagin .left a + a{
    position: relative;
    padding-left: 38px;
}
#dtl .pagin .left a + a:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 1em;
    background-color: #d9d9d9;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#dtl .pagin .return{
    vertical-align: middle;
    float: right;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    width: 133px;
    height: 37px;
    text-align: center;
    line-height: 35px;
    border-radius: 37px;
    background-color: #17449a;
    color: #fff;
    font-size: 14px;
    transition: all .4s ease-in;
    box-sizing: border-box;
    position: relative;
}
#dtl .pagin .return:after{
    content: '';
    position: absolute;
    width: 8px;
    height: 100%;
    right: 25px;
    top: 0;
    transition: all .4s ease;
}
#dtl .wrap1 .wrap{
    padding: 60px 0 80px;
}
#dtl .wrap1 .tit{
    font-size: 34px;
}
#dtl .wrap1 .wrap{
    padding: 50px 0 68px;
}

.sub-nav{
    text-align: center;
    padding: 20px 0;
    background-color: #f4f4f4;
    border-bottom: 1px solid #dbdbdb;
}
.sub-nav .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 15px;
}
.sub-nav .item .icon{
    position: relative;
    width: 53px;
    height: 53px;
    margin: 0 auto;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-radius: 100%;
}
.sub-nav .item .icon img{
    width: 100%;
}
.sub-nav .hover{
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s linear;
}
.sub-nav .item .txt{
    transition: all .2s;
}
.sub-nav .item.cur .hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.sub-nav .item.cur .txt{
    opacity: 1;
    filter: alpha(opacity=100);
}
.sub-nav .item .txt{
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.pro-tit-box{
    padding: 40px 0 30px;
    border-bottom: 1px solid #dbdbdb;
}
.pro-tit-box .left{
    float: left;
}
.pro-tit-box .left .cn{
    font-size: 36px;
    line-height: 46px;
    color: #333;
}
.pro-tit-box .left .en{
    font-size: 18px;
    line-height: 28px;
    color: #ccc;
    font-family: arial;
    margin-top: 5px;
}
.pro-tit-box .btns{
    float: right;
    font-size: 0;
    margin-top: 15px;
}
.pro-tit-box .btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 18px;
    line-height: 40px;
    padding: 0 30px;
    border: 1px solid #e5e5e5;
    border-radius: 21px;
    margin-left: 15px;
    background-color: #f4f4f4;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    transition: all .2s linear;
}
.pro-tit-box .btns a.cur{
    background-color: #0080cc;
    color: #fff;
    border: 1px solid rgba(0,0,0,.1);
}
.pub-con{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.proinfo-box{
    background-color: #f6f6f6;
    border-bottom: 1px solid rgba(88,88,88,.2);
}
.proinfo-tit{
   font-size: 24px;
  line-height: 36px;
  color: #0080cc;
}
.proinfo-box .img{
    float: left;
    width: 37.14%;
}
.proinfo-box .img img{
    width: 100%;
}
.proinfo-box .con-box{
    position: absolute;
    width: 51.67%;
    top: 15.95%;
    right: 50px;
}
.proinfo-box .con-box .con{
    margin-top: 30px;
}
.proinfo-box .con-box .con img{
    max-width: 100%;
}

.proinfo-box2{
    padding: 60px 0;
}
.proinfo-box2 .con-box{
    position: static;
    float: right;
}
.cool-type-box{
    padding: 50px 0 70px;
    border-bottom: 1px solid rgba(88,88,88,.2);
    position: relative;
    z-index: 3;
}
.cool-type-box .con-box{
    float: left;
    width: 35%;
}
.cool-type-box .con-box .con{
    margin-top: 25px;
}
.cool-type-box .list{
    float:right;
    width: 49.285%;
    position: relative;
}
.cool-type-box .list .row{
    margin: 0 -6px;
}
.cool-type-box .list:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: 3;
}
.cool-type-box .list .item{
    /* border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede; */
    position: relative;
    padding: 0 6px;
    margin-bottom: 12px;
}

.cool-type-box2 .list .row{
    margin: 0 -20px;
}
.cool-type-box2 .list .item{
    padding: 0 20px;
}
.cool-type-box .list .item:nth-child(4n){
    border-right-color: transparent;
}
.cool-type-box .list .con-wrap{
    position: relative;
}
.cool-type-box .list .img{
    /* border: 2px solid transparent; */
    transition: all .2s linear;
}
.cool-type-box .list img{
    width: 100%;
}
.cool-type-box .list .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 70, 152, .5);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.cool-type-box .list .txt{
    /* position: absolute;
    top: 73%;
    left: 0; */
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #666;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    /* background-color: rgba(25, 70, 152, .5); */
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.cool-type-box .list .text{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 30px 35px 55px;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}
.cool-type-box .list .item:nth-child(4n+3) .text,
.cool-type-box .list .item:nth-child(4n+4) .text{
    left: auto;
    right: 0;
}

.cool-type-box .list .arrow{
    position: absolute;
    top:-9px;
    left: 5%;
    width: 16px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/cool-sj.png');
    z-index: 5;
    /* opacity: 0;
    filter: alpha(opacity=0); */
}
.cool-type-box1 .list .item:nth-child(4n+3) .arrow,
.cool-type-box1 .list .item:nth-child(4n+4) .arrow{
    left: auto;
    right: 5%;
}
.cool-type-box2 .list .item:nth-child(4n+3) .text,
.cool-type-box2 .list .item:nth-child(4n+4) .text{
    left: 0;
    right: auto;
}
.cool-type-box2 .list .item:nth-child(3n) .text{
    right: 0;
    left: auto;
}
.cool-type-box2 .list .item:nth-child(3n) .arrow{
    right: 5%;
    left: auto;
}
.cool-type-box .list .item.cur .img-box .mask,
.cool-type-box .list .item.cur .img-box .txt{
    opacity: 1;
    filter: alpha(opacity=100);
}
.cool-type-box .list .item.cur .text{
    display: block;
}
.download-box{
    padding: 35px 0 70px;
    border-bottom: 1px solid rgba(88,88,88,.2);
}
.download-box .list{
    margin-top: 30px;
}
.download-box .row{
    margin: 0 -25px;
}
.download-box .item{
    padding: 0 25px;
    margin-bottom: 20px;
}
.download-box .item .con-box{
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.download-box .item .txt{
    font-size: 18px;
    color: #666;
    line-height: 30px;
    float: left;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/pdf.png');
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download-box .item .down-btn{
    float: right;
    font-size: 0;
    border-radius: 15px;
    padding: 0 15px;
    background-color: #0080cc;
    color: #fff;

}
.download-box .item .down-btn span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    line-height: 30px;
}
.download-box .contact-box{
    margin-top: 20px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 15px 30px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    display: none;
}
.download-box .contact-box .contact-item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}
.download-box .contact-box .contact-item:nth-child(1){
    background-image: url('../images/custom-tel.png')
}
.download-box .contact-box .contact-item:nth-child(2){
    background-image: url('../images/custom-mail.png')
}

.download-box .contact-box .tit{
    font-size: 16px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 16px;
    line-height: 30px;
}
.download-box .contact-box .con{
    font-size: 20px;
    line-height: 30px;
    color: #0080cc;
    font-family: arial;
}
.download-box .contact-item{
    margin-right: 13.4%;
}
.adv-box{
    padding: 60px 0 40px;
    background-color: #ebecf0;
    border-bottom: 1px solid #ccc;
}
.adv-box .icon-box{
    float: left;
    width: 36.8%;
    margin-left: 75px;
    position: relative;
    z-index: 3;
}

.adv-box .icon-box .row{
    margin: 0 -6.5%;
}
.adv-box .icon-box .item{
    margin-bottom: 25px;
    padding: 0 6.5%;
    position: relative;
}
.adv-box .icon-box .icon{
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    border-radius: 100%;
    position: relative;
}
.adv-box .icon-box .icon img{
    width: 100%;
}

.adv-box .icon-box .icon .dialog{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90%;
    width: 280px;
    padding: 25px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.adv-box .icon-box .icon .dialog:before{
    content: "";
    position: absolute;
    left: 50%;
    top: -9px;
    width: 16px;
    height: 9px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/cool-sj.png');
    z-index: 3;
}
.adv-box .icon-box .item.cur{
    z-index: 3;
}
.adv-box .icon-box .item.cur .icon .dialog{
    display: block;
}
.adv-box .icon-box .txt{
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.adv-box .con-box{
    float: right;
    width: 44.3%;
    margin-right: 65px;
}
.adv-box .con{
    margin-top: 30px;
}
.adv-box.on .icon-box{
    width: 20%;
}
.adv-box.on .icon-box .item{
    width: 50%;
}
.adv-box.on .con-box{
    width: 60%;
}
.app-box{
    padding: 60px 0 140px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url('../images/world-bg.jpg');
}
.app-box .tab-box{
    margin: 65px 0 0;
}
.app-box .app-tab{
    margin: 0 auto;
    width: 87.14%;
    /* overflow: hidden; */
    /* padding: 60px 0; */
}

.app-box .app-tab{
    position: relative;
}
.app-box .app-tab li{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}
.app-box .app-trans{
    width: 24.59%;
}
.app-box .tab-box{
    position: relative;

}
.app-box .app-tab{
    padding-bottom: 20px;
}

.app-box .app-tab li .icon{
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
    border-radius: 100%;
    
}
.app-box .app-tab li img{
    width: 100%;
}
.app-box .app-tab li .tit{
    text-align: center;
    margin-top: 15px;
}
.app-box .app-tab li .con{
    visibility: hidden;
}
.app-box .app-tab li.cur .tit{
    font-size: 36px;
    line-height: 46px;
    color: #0080cc;
    visibility: hidden;
}
.app-box .app-tab li.cur .icon{
   border: 4px solid #0d6ad8;
}

.app-box .app-tab li.cur .tit{
   visibility: hidden;
}
.app-box .tab-box .prev,
.app-box .tab-box .next{
    position: absolute;
    width: 25px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
}
.app-box .tab-box .prev{
    left: -7.786%;
    background-image: url('../images/honor-prev.png')
}
.app-box .tab-box .next{
    right: -7.786%;
    background-image: url('../images/honor-next.png')
}
.app-box .text-tab{
    margin: 20px auto 0;
    text-align: center;
    width: 37.857%;
    overflow: hidden;
}
.app-box .text-tab .tit{
    font-size: 36px;
    line-height: 46px;
    color: #0080cc;
}
.app-box .text-tab .txt{
    margin-top: 15px;
}
.app-box .tab-box .m-box{
    display: none;
}

#products .prodtl-table-box .table-list .table-box{
    display: block;
}
#products .prodtl-table-box .table-tit:after{
    display: none;
}
#products .prodtl-table-box .color1 td:first-child .line{
    background-color: #e05a6b;
}
#products .prodtl-table-box .color1 td p:after{
    background-color: #e05a6b;
}
#products .prodtl-table-box .color1 td{
    background-color: #f1e4e6;
}
#products .prodtl-table-box .color1 td.hover{
    background-color: #e05a6b;
}
#products .prodtl-table-box .color1 td.hover p:after{
    background-color: #fff;
}


#products .wrap4 .bdt-table td:nth-child(2n+1){
    background-color: #fcfafa;
}
#products .wrap4 .bdt-table td:first-child{
    background-color: #7e7e7e;
}
#products .wrap4 .bdt-table td.hover{
    background-color: #e05a6b;
}
#products .wrap4 .bdt-table td.hover p:after{
    background-color: #fff;
}
#products .prodtl-table-box{
    padding-bottom: 0;
}
.pro-base-box{
    padding-bottom: 70px;
    margin-top: 45px;
}
.pro-base-box .proinfo-tit{
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.pro-base-box .list{
    margin-top: 20px;
}
.pro-base-box .list .row{
    margin: 0 -4px;
}
.pro-base-box .list .item{
    padding: 0 4px;
    margin-bottom: 8px;
}

.pro-base-box .list .con-box{
    position: relative;
    background-color: #efefef;
}
.pro-base-box .list a{
    display: block;
}
.pro-base-box .list .txt{
    font-size: 16px;
    line-height: 44px;
    padding: 0 80px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-base-box .list .link{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-color: #004ea2;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/link.png');
}
/* 热电半导体致冷器 end */
.business-box{
    padding: 60px 0 85px;
    border-bottom: 1px solid rgba(88,88,88,.2);
}
.business-box .list{
    margin-top: 30px;
    text-align: center;
    color: #fff;
}
.business-box .list .row{
    margin: 0 -25px;
}
.business-box .list .item{
    padding: 0 25px;
    margin-bottom: 50px;
}
.business-box .list .item:nth-child(4n+1) .con-box{
    background-color: #10409b;
}
.business-box .list .item:nth-child(4n+2) .con-box{
    background-color: #6663cf;
}
.business-box .list .item:nth-child(4n+3) .con-box{
    background-color: #2c97ce;
}
.business-box .list .item:nth-child(4n+4) .con-box{
    background-color: #144fc1;
}
.business-box .list .tit{
    font-size: 24px;
    line-height: 34px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    transition: all .2s;
}
.business-box .list .con{
    font-size: 14px;
    line-height: 24px;
    /* margin-top: 30px; */
    /* height: 96px; */
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    transform: translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.business-box .list .con-box{
    /* padding: 50px 30px 30px; */
    position: relative;
    height: 200px;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}

.business-box .list .con .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    background: #fff;
}
.business-box .list .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #fff;
}
.project-box{
    padding: 65px 0 130px;
    background-color: #ebecf0;
    border-bottom: 1px solid #ccc;
}
.project-box .proinfo-tit{
    text-align: center;
}
.project-box .list-box{
    margin: 60px -20px 0;
    position: relative;
}
.project-box .list{
    
    padding: 0 20px 20px;
    overflow: hidden;
}
.project-box .list .row{
    margin: 0 -15px;
}
.project-box .list .item{
    padding: 0 15px;
}
.project-box .list .con-box{
    position: relative;
    border-radius: 62px;
    border: 1px solid #ccc;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}
.project-box .list .con-box .circle{
    position: relative;
    float: left;
    width: 124px;
    height: 124px;
    border-radius: 100%;
}
.project-box .list .con-box .circle span{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    line-height: 28px;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 100%;
    text-align: center;
}
.project-box .list .swiper-slide .con-box .circle1{
    background-color: #10409b;
}
.project-box .list .swiper-slide .con-box .circle2{
    background-color: #6663cf;
}
.project-box .list .swiper-slide .con-box .circle3{
    background-color: #00649b;
}
.project-box .list .con-box .con{
    position: absolute;
    right: 40px;
    top: 50%;
    width: 58.42%;
    transform: translateY(-50%);
}
.buttons .prev,
.buttons .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .2s linear;
}
.buttons .prev{
    left: -20px;
    background-image: url('../images/pub-prev.png');
}
.buttons .next{
    right: -20px;
    background-image: url('../images/pub-next.png');
}
.project-box .prev,
.project-box .next{
    transform: translateY(calc(-50% - 10px));
}
.buttons .swiper-button-disabled{
    display: none;
}
.network-box{
    padding: 60px 0 80px;
    background-image: url('../images/network-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.network-box .network{
    position: relative;
}
.network-box .network .img{
    float: left;
    width: 50%;
    margin-left: 20px;
}
.network-box .network .img img{
    width: 100%;
}
.network-box .network .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 44.285%;
    height: 96.36%;
    padding: 25px 15px 20px 25px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}
.network-box .network .select-box{
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
}
.network-box .network select{
    width: 260px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #cccccc;
    background-color: #ebecf0;
    color:#666;
    font-size: 14px;
    padding: 0 18px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 96% center;
    background-image: url('../images/select-arrow.png');
}
.network-box .network .list{
    margin-top: 10px;
    overflow: hidden;
}
.network-box .network .list li{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-bottom: 15px;
}
.network-box .network .list li:last-child{
    margin-bottom: 0;
}
.network-box .network .list .mCSB_scrollTools .mCSB_draggerRail{
    width: 10px;
    background: #eee;
    border-radius: 0;
}
.network-box .network .list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #17449a;
    width: 10px;
    border-radius: 0;
}
.network-box .bottom{
    margin-top: 35px;
}
.network-box .bottom .left{
    float: left;
    width: 36%;
    padding: 25px 35px;
    background-color: #10409b;
    font-size: 30px;
    line-height: 50px;
    color: #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}
.network-box .bottom .con-box{
    float: right;
    padding: 25px 35px;
    width: 61.7857%;
    background-color: #f1f1f1;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}
.network-box .bottom .con-box .item{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 15px;
    float: left;
    width: 39.3%;
}
.network-box .bottom .con-box .item:nth-child(3),
.network-box .bottom .con-box .item:nth-child(4){
    margin-bottom: 0;
}
/* 精密洗净 end */
.adv-box2{
    padding: 60px 0 110px;
    border-bottom: 1px solid #ccc;
}
.adv-box2 .adv-con-box{
    width: 86.43%;
    margin: 35px auto 0;
    position: relative;
}
.adv-box2 .adv-con-box .middle{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 29.752%;
    transform: translate(-50%,-50%);
    border: 1px solid #ccc;
    border-radius: 100%;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}
.adv-box2 .adv-con-box .middle img{
    width: 100%;
}
.adv-box2 .adv-con-box .list{
    float: left;
    width: 28.92%;
   
}
.adv-box2 .adv-con-box .list .item{
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
}
.adv-box2 .adv-con-box .list .item:last-child{
    margin-bottom: 0;
}
.adv-box2 .adv-con-box .left{
    float: left;
}
.adv-box2 .adv-con-box .right{
    float: right;
}
.adv-box2 .adv-con-box .left .item{
    
}
.adv-box2 .adv-con-box .left .item:nth-child(1){
    background-color: #10409b;
}
.adv-box2 .adv-con-box .left .item:nth-child(2){
    background-color: #00649b;
}
.adv-box2 .adv-con-box .left .item:nth-child(3){
    background-color: #6499ce;
}
.adv-box2 .adv-con-box .right .item:nth-child(1){
    background-color: #144fc1;
}
.adv-box2 .adv-con-box .right .item:nth-child(2){
    background-color: #2c97ce;
}
.adv-box2 .adv-con-box .right .item:nth-child(3){
    background-color: #6663cf;
}
/* DBC基板 end */
.si-box{
    position: relative;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.si-box .img{
    float: right;
    width: 50%
}
.si-box .img img{
    width: 100%;
}
.si-box .text-box{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.si-box .text-box .text{
    width: 42.14%;
}
.si-box .text-box .con{
    margin-top: 30px;
}

.si-box .text-box .con .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    background: #666;
}
.si-box .text-box .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #0080cc;
}
.size-box{
    padding: 70px 0 40px;
    background-color: #ebecf0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.size-box .proinfo-tit{
    text-align: center;
}
.size-box .list{
    margin-top: 60px;
}
.size-box .list .row{
    margin: 0 -30px;
}
.size-box .list .item{
    padding: 0 30px;
    margin-bottom: 60px;
}

.size-box .list .item .con-box{
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
    border-radius: 100%;
}
.size-box .list img{
    width: 100%;
}
/* 半导体硅片 end */
.equip-box{
    padding: 55px 0 45px;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 3;
}
.equip-box .left{
    width: 34.64%;
    float: left;
    margin-top: 5%;
}
.equip-box .left .con{
    margin-top: 25px;
}
.equip-box .right{
    margin-top: 0;
    width: 49.2857%;
    float: right;
    position: relative;
}
.equip-box .right .item{
    width: 50%;
    float: left;
    position: relative;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.equip-box .right .item .img-box{
    position: relative;
}
.equip-box .right .item img{
    width: 100%;
}

.equip-box .right .item .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 70, 152, .5);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.equip-box .right .item .txt{
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.equip-box .right .item.cur .txt,
.equip-box .right .item.cur .mask{
    opacity: 1;
    filter: alpha(opacity=100);
}
.equip-box .right .item:nth-child(2n){
    border-right-color: transparent;
}

.equip-box .right:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: 3;
}

.equip-box .right .dialog{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 35px 40px 50px;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
    font-size: 14px;
    line-height: 24px;
}
.equip-box .right .item:nth-child(2n) .dialog{
    right: 0;
    left: auto;
}
.equip-box .right .item .arrow {
    position: absolute;
    top: -9px;
    left: 40px;
    width: 16px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/cool-sj.png);
    z-index: 5;
}
.equip-box .right .item:nth-child(2n) .arrow{
    right: 40px;
    left: auto;
}
.equip-box .right .img {
   /*  border: 2px solid transparent;
    transition: all .2s linear; */
}
.special-box{
    padding: 75px 0 70px;
    background-color: #ebecf0;
}
.special-box .proinfo-tit{
    text-align: center;
}
.special-box .list{
    margin-top: 50px;
}
.special-box .list .row{
    margin: 0 -30px;
}
.special-box .list .item{
    padding: 0 30px;
    margin-bottom: 60px;
}
.special-box .list .con-box{
    position: relative;
}
.special-box .list .con-box .circle{
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    border-radius: 100%;
}
.special-box .list .con-box img{
    width: 100%;
}

.special-box .list .con-box:before{
    content: "";
    position: absolute;
    left: 50%;
    top: calc(90% - 8px);
    width: 16px;
    height: 9px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/cool-sj.png');
    z-index: 3;
    opacity: 0;
    filter: alpha(opacity=0);
}
.special-box .list .con-box .txt{
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    left: 0;
    top:50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.special-box .list .con-box .dialog{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90%;
    width: 420px;
    padding: 25px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.special-box .list .con-box .dialog:before{
    content: "";
    position: absolute;
    left: 50%;
    width: 16px;
    height: 9px;
    top: -9px;
    transform: translateX(-50%);
}
.special-box .list .item:nth-child(6n+1) .dialog{
    left: 0;
    transform: translateX(0);
}
.special-box .list .item:nth-child(6n) .dialog{
    left: auto;
    right: 0;
    transform: translateX(0);
}

#products .prodtl-table-box .color2 td:first-child .line{
    background-color: #3399cc;
}
#products .prodtl-table-box .color2 td p:after{
    background-color: #3399cc;
}
#products .prodtl-table-box .color2 td{
    background-color: #dfecf4;
}

#products .prodtl-table-box .color2 td:nth-child(2n+1){
    background-color: #f0f4f6;
}
#products .prodtl-table-box .color2 td:first-child{
    background-color: #7e7e7e;
}
#products .prodtl-table-box .color2 td.hover{
    background-color: #3399cc;
}
#products .prodtl-table-box .color2 td.hover p:after{
    background-color: #fff;
}


#products .prodtl-table-box .color4 td:first-child .line{
    background-color: #c13d45;
}
#products .prodtl-table-box .color4 td p:after{
    background-color: #c13d45;
}
#products .prodtl-table-box .color4 td{
    background-color: #fde0e2;
}

#products .prodtl-table-box .color4 td:nth-child(2n+1){
    background-color: #dfdfdf;
}
#products .prodtl-table-box .color4 td:first-child{
    background-color: #7e7e7e;
}
#products .prodtl-table-box .color4 td.hover{
    background-color: #c13d45;
}
#products .prodtl-table-box .color4 td.hover p:after{
    background-color: #fff;
}
/* 真空传动装置 end */
.save-box{
    padding: 60px 0 20px;
    border-bottom: 1px solid #ccc;
}
.save-box .left{
    float: left;
    width: 24.357%;
    margin-left: 65px;
}
.save-box .left img{
    width: 100%;
}
.save-box .right{
    float: right;
    width: 52.14%;
    margin-right: 35px;
}
.save-box .right .list{
    margin-top: 30px;
}
.save-box .right .list .row{
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    /* -webkit-box-orient: horizontal; */
    -webkit-box-lines: multiple;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    
}
.save-box .right .list .item{
    padding: 0 15px;
    margin-bottom: 25px;
}
.save-box .right .list .con-box{
    height: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
    transition: all .2s linear;
}
.save-box .right .list .con-wrap{
    padding: 10px;
    height: 100%;
    border: 1px solid transparent;
    transition: all .2s linear;
}
.save-box .right .list img{
    width: 100%;
}
.save-box .right .list .txt{
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    text-align: center;
}

.save-box .right .list .txt:after{
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.save-box.on .left{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.save-box.on .left img{
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
}
.machine-box{
    padding: 60px 0 65px;
    border-bottom: 1px solid rgba(88,88,88,.2);
}
.machine-box .list{
    border: 1px solid #d6d6d6;
    margin-top: 30px;
} 
.machine-box .list .con-box{
    position: relative;
}
.machine-box .list .con-box:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 82.8%;
    background-color: #d6d6d6;
    transform: translateY(-50%);
}
.machine-box .list .item:nth-child(2n) .con-box:before{
    display: none;
}
.machine-box .list img{
    width: 100%;
}
.machine-box .list .con-box .txt{
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 8.6%;
    width: 100%;
    font-weight: bold;
}

.after-box{
    padding: 70px 0;
    background-color: #ebecf0;
}
.after-box .list{
    margin-top: 30px;
}
.after-box .list .row{
    margin: 0 -25px;
}
.after-box .list .item{
    padding: 0 25px;
    margin-bottom: 50px;
}
.after-box .list .img{
    border: 1px solid #ccc;
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
    transition: all .2s;
}
.after-box .list img{
    width: 100%;
    border: 1px solid #fff;
    transition: all .2s;
}
.after-box .list .txt{
    text-align: center;
    margin-top: 20px;
}
.proaside-box{
    position: fixed;
    left: 0;
    width: 180px;
    z-index: 30;
    top: 50%;
    transform: translate(-100%,-50%);
    transition: all .3s linear;
}
.proaside-box li{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 1px;
    border-radius: 0 4px 4px 0;
}
.proaside-box li:nth-child(1){
    background-image: url('../images/proaside-bg1.png');
}
.proaside-box li:nth-child(2){
    background-image: url('../images/proaside-bg2.png');
}
.proaside-box li:nth-child(3){
    background-image: url('../images/proaside-bg3.png');
}
.proaside-box li:nth-child(4){
    background-image: url('../images/proaside-bg4.png');
}
.proaside-box li .tit{
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
}
.proaside-box li .navson{
    width: 175px;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 0 4px 4px 0;
    display: none;
}
.proaside-box li .navson a{
    display: block;
    padding: 0 20px;
    position: relative;
}
.proaside-box li .navson .txt{
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 19px;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0 5px 20px;
    z-index: 3;
    transition: all .2s;
}
.proaside-box li .navson a:last-child .txt{
    /* border-bottom: none; */
}
.proaside-box li .navson .txt:before{
    content: "";
    position: absolute;
    left: 6px;
    top: 14px;
    width: 4px;
    height: 4px;
    transition: all .2s;
}
.proaside-box li .navson .txt:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/navson-arrow.png');
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.proaside-box li:nth-child(1) .navson .txt:before{
    background-color: #455ba1;
}
.proaside-box li:nth-child(2) .navson .txt:before{
    background-color: #4bbc92;
}
.proaside-box li:nth-child(3) .navson .txt:before{
    background-color: #e57381;
}
.proaside-box li:nth-child(4) .navson .txt:before{
    background-color: #e57381;
}
.proaside-box li .navson .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 100%;
    display: none;
    /* opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s; */
}
.proaside-box li:nth-child(1) .navson .bg{
    background-color: #2c66b0;
}
.proaside-box li:nth-child(2) .navson .bg{
    background-color: #50a6d2;
}
.proaside-box li:nth-child(3) .navson .bg{
    background-color: #e47180;
}
.proaside-box li:nth-child(4) .navson .bg{
    background-color: #d27b7b;
}
.proaside-box li .navson .bg:before{
    content: "";
    position: absolute;
    right: 0;
    width: 12px;
    height: 12px;
    bottom: -12px;
    background-repeat: no-repeat;
    background-position: center;
}
.proaside-box li:nth-child(1) .navson .bg:before{
    background-image: url('../images/navson-sj1.png');
}
.proaside-box li:nth-child(2) .navson .bg:before{
    background-image: url('../images/navson-sj2.png');
}
.proaside-box li:nth-child(3) .navson .bg:before{
    background-image: url('../images/navson-sj3.png');
}
.proaside-box li:nth-child(4) .navson .bg:before{
    background-image: url('../images/navson-sj4.png');
}
.proaside-box .aside-btn{
    position: absolute;
    right: -18px;
    width: 18px;
    height: 45px;
    background-color: #2c66b0;
    top: 0;
    border-radius: 0 4px 4px 0;
    
}
.proaside-box .aside-btn:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/aside-btn.png');
    margin: -3px 0 0 -2px;
    transform: rotate(180deg);
    transition:all .2s;
}
.proaside-box .aside-btn.on:before{
    transform: rotate(0);
}

.proaside-box.on{
    transform: translate(0, -50%);
}
/* 工业洗涤设备 end */
.part-box{
    padding: 60px 0 45px;
    border-bottom: 1px solid #dedede;
    background-image: none;
}

.part-box .pc-box li .icon{
    background-color: #f7f7f7;
    border: 1px solid #cdcdcd;
}
.part-box .pc-box li.cur .icon{
    background-color: #0d6ad8;
    border-color: #0d6ad8;
}
.part-box .pc-box li.cur .tit{
    visibility: visible;
    font-size: 24px;
    color: #0080cc;
    line-height: 34px;
    margin-top: 25px;
}
.app-box .tab-box .pc-box{
    padding-bottom: 100px;
}

.part-tab .prev,
.part-tab .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.part-tab .prev{
    background-image: 
}

.sub-nav2-box{
    padding: 65px 0 10px;
    background-color: #f4f4f4;
}
.sub-nav2-box .w1400{
    padding: 0;
}
.clearfixed{
    height: 124px;
    display: none;
}
.clearfixed.on{
    display: block;
}
.sub-nav2 .tit-box{
    text-align: center;
}
.sub-nav2 .tit-box .cn{
    font-size: 36px;
    line-height: 46px;
}
.sub-nav2 .tit-box .en{
    font-size: 12px;
    line-height: 20px;
    font-family: arial;
    color: #999;
    margin-top: 5px;
}
.sub-nav2 .icon-box{
    margin-top: 10px;
    text-align: center;
    font-size: 0;
}
.sub-nav2 .icon-box .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 5px;
    vertical-align: top;
}
.sub-nav2 .icon-box .icon-wrap{
    width: 62px;
    height: 62px;
    padding: 4px;
    background-color: transparent;
    border-radius: 100%;
    margin: 0 auto;
}
.sub-nav2 .icon-box .icon{
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    border-radius: 100%;
}
.sub-nav2 .icon-box .item img{
    width: 100%;
}
.sub-nav2 .icon-box .txt{
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    width: 98px;
    color: #666;
    opacity: 0;
    filter: alpha(opacity=0);
}
.sub-nav2 .icon-box .item.cur .icon-wrap{
    background-color: #f9a618;
}
.sub-nav2 .icon-box .item.cur .txt{
    opacity: 1;
    filter: alpha(opacity=100);
}
.sub-banner{
    position: relative;
    overflow: hidden;
}
.sub-banner>img{
    width: 100%;
}
.sub-banner .text-box{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.sub-banner .text-box .text{
    width: 41.43%;
}
.sub-banner .text-box .tit{
    font-size: 36px;
    line-height: 46px;
    color: #fff;
}
.sub-banner .text-box .con{
    color: #fff;
    margin-top: 35px;
}
.sub-banner .text-box .circle-box{
    margin-top: 15px;
    width: 74%;
    position: relative;
}
.sub-banner .text-box .circle-box .img{
    width: 42%;
    float: left;
}
.sub-banner .text-box .circle-box .img img{
    width: 100%;
}
.sub-banner .text-box .circle-box .txt{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    font-family: arial;
    border-bottom: 1px solid rgba(255,255,255,.5);
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.third-nav{
    border-bottom: 1px solid #dbdbdb;
    background-color: #f4f4f4;
    text-align: center;
    overflow: hidden;
}
.third-nav .swiper-wrapper{
    justify-content: center;    
}
.third-nav .swiper-slide{
    min-width: 210px;
    padding: 0 50px;
    height: 68px;
    font-size: 16px;
    line-height: 68px;
    width: auto;
    border-left: 1px solid #dbdbdb;
    background-image: url('../images/third-nav-bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .2s linear;
}
.third-nav .swiper-slide:last-child{
    border-right: 1px solid #dbdbdb;
}
.third-nav .swiper-slide.cur{
    background-image: url('../images/third-nav-bg2.png');
    color: #fff;
}
.ability-box{
    padding: 70px 0 60px;
}
.ability-box .left{
    float: left;
    width: 39.3%;
}
.ability-box .left img{
    width: 100%;
}
.ability-box .left .text-btns{
    font-size: 0;
    margin:25px auto 0;
    width: 85%;

}
.ability-box .left .text-btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    color: #666666;
    padding: 0 10px;
    position: relative;
    margin-bottom: 10px;
}
.ability-box .left .text-btns a:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    background-color: #dedede;
    transform: translateY(-50%);
}
.ability-box .left .text-btns a:last-child:before{
    display: none;
}
.ability-box .left .text-btns a .arrow{
    content: "";
    position: absolute;
    width: 7px;
    height: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/ability-arrow.png');
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
}

.ability-box .left .text-btns a:after{
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.ability-box .left .text-btns a.cur{
    color: #224393;
    font-weight: bold;
}
.ability-box .left .text-btns a.cur .arrow{
    opacity: 1;
    filter: alpha(opacity=100);
}
.ability-box .right{
    float: right;
    width: 53.57%;
}
.ability-box .right .tit{
    font-size: 18px;
    line-height: 36px;
}
.ability-box .right .con{
    margin-top: 30px;
}
.develop-box{
    padding: 65px 0 110px;
}
.develop-box .list li{
    padding: 30px 40px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    background-color: #fff;
    transition: all .2s;
}
.develop-box .list li:last-child{
    margin-bottom: 0;
}
.develop-box .list li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #dcdcdc;
    transition: all .2s;
}
.develop-box .list li .year{
    font-size: 18px;
    line-height: 26px;
    color: #224393;
    float: left;
    margin-right: 50px;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/trend.png');
    transition: all .2s;
}
.develop-box .list .con{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    float: left;
    padding-left: 35px;
    border-left: 1px solid #dedede;
    transition: all .2s;
}
.develop-box .list .con p{
    margin-bottom: 10px;
}
.develop-box .list .con p:last-child{
    margin-bottom: 0;
}
.develop-box .con-box{
    text-align: center;
    width: 67%;
    margin: 70px auto 0;
}
.develop-box .con-box .tit{
    font-size: 18px;
    line-height: 28px;
    color: #333;
}
.develop-box .con-box .con{
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
    color: #666;
}
/* develop end */
.sub-banner2 .text-box{
    top: 50%;
    transform: translateY(-50%);
}
.process-box{
    padding: 40px 0 100px;
}
.process-box .process-tit{
    text-align: center;
}
.process-box .process-tit .cn{
    font-size: 24px;
    line-height: 34px;
}
.process-box .process-tit .en{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-family: arial;
    margin-top: 5px;
}
.process-box .list{
    margin-top: 35px;
}
.process-box .item{
    padding: 0 30px;
    width: 20%;
    float: left;
    margin-bottom: 40px;
}
.process-box .item .con-box{
    position: relative;
}
.process-box .item .con-box .img-box{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
     border: 1px solid #ccc;
     border-radius: 8px;
     padding: 8px;
     position: relative;
}
.process-box .item img{
    width: 100%;
}
.process-box .item .con-box .arrow{
    position: absolute;
    right: -40px;
    top: 50%;
    width: 20px;
    height: 10px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/process-arrow.png');
}
.process-box .item:nth-child(5n) .con-box .arrow{
    display: none;
}
.process-box .item:last-child .con-box .arrow{
    display: none;
}
.process-box .item .txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25,70,152,.8);
    border-radius: 8px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.process-box .item .txt span{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    text-align: center;
}
/* process end */
.patent-box{
    padding: 60px 0 120px;
}
.patent-box .list .row{
    margin: 0 -12px;
}
.patent-box .list .item{
    padding: 0 12px;
    margin-bottom: 25px;
}
.patent-box .list .con-box{
    display: block;
    border: 1px solid #e5e5e5;
    padding: 20px 35px;
}
.patent-box .list img{
    width: 100%;
}
.patent-box .list .txt{
    text-align: center;
    margin: 10px 0 0;
}
/* patent end */
.step-box{
    padding: 60px 0 120px;
}

.step-box .con-box{
    text-align: center;
    padding-bottom: 35px;
    border-bottom: 1px solid #d6d6d6;
}
.step-box .con-box .tit {
    font-size: 18px;
    line-height: 28px;
    color: #333;
}
.step-box .con-box .con {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    width: 60%;
    margin: 35px auto 0;
}
.step-wrap{
    padding: 20px 0 50px;
    border-bottom: 1px solid #d6d6d6;
}
.step-wrap .tit{
    font-size: 18px;
    line-height: 28px;
    color: #224393;
    font-weight: bold;
}
.step-wrap .step{
    margin-top: 30px;
    padding: 0 50px;
    position: relative;

}
.step-box .bimg{
    float: left;
    overflow: hidden;
    width: 48.46%;
    padding: 10px;
}
.step-box .bimg .img-box{
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.step-box .bimg img{
    width: 100%;
}
.step-box .bimg .txt{
   display: none;
}
.step-box .btns{
    position: absolute;
    right: 50px;
    overflow: hidden;
    width: 45%;
    top: 0;
    height: 100%;
}
.step-box .btns .swiper-slide{
    /* margin-bottom: 14px; */
    height: auto;
}
.step-box .btns .swiper-slide:last-child{
    margin-bottom: 0;
}
.step-box .btns a{
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/step-arrow1.png');
    font-size: 0;
}
.step-box .btns a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.step-box .btns a span{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.step-box .btns .swiper-slide.cur a{
    
    background-image: url('../images/step-arrow2.png');
}
.step-box .btns .swiper-slide.cur a .txt{
    color: #00469b;
    font-weight: bold;
    
}


.step-box .btns a .descp{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-left: 15px;
}
.step-box .desc{
    margin-top: 30px;
}
/* step end */
.w930{
    max-width: 940px;
}
.step-box2 .con-box .con{
    width: 100%;
}
.step-box2 .step-wrap .step{
    padding: 0;
    margin: 10px -10px 0;
}
.step-box2 .bimg{
    width: 67%;
}
.step-box2 .btns{
    right: 0;
    width: 32%;
}
.step-box2 .step-wrap{
    padding: 0;
    border-bottom: none;
    margin-top: 40px;
}
.step-box2 .step-wrap .tit{
    color: #333333;
    font-weight: normal;
}
/* step2 end */
.base-box{
    padding: 60px 0 75px;
    background-color: #f6f7fa;
}
.base-box .left{
    float: left;
    margin-left: 80px;
    width: 51.43%;
}
.base-box .map-group{
    width: 100%;
    float: none;
}
.base-box .map-group .map-inlineblk{
    max-width: 100%;
}
.base-box .left .tit{
    font-size: 14px;
    line-height: 24px;
    color: #17449a;
    font-weight: bold;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/base-arrow.png');
}
.base-box .map-group .map-inlineblk .point .float-win .win-tit{
    border-bottom: 1px solid rgba(255,255,255,.25);
    padding-bottom: 10px;
}
.base-box .map-group .map-inlineblk .point .float-win .win-tit .txt{
    float: left;
    width: 75%;
    display: block;
}
.base-box .map-group .map-inlineblk .point .float-win .win-tit .icon-box{
    float: right;
    font-size: 0;
}
.base-box .map-group .map-inlineblk .point .float-win .win-tit .icon{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 33px;
    margin-right: 6px;
}
.base-box .map-group .map-inlineblk .point .float-win .win-tit .icon:last-child{
    margin-right: 0;
}
.base-box .left .text{
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    margin-top: 15px;
}
.base-box .right{
    float: right;
    width: 29.3%;
}
.base-box .right .item{
    margin-bottom: 5px;
}
.base-box .right .item:last-child{
    margin-bottom: 0;
}
.base-box .right .item .tit-box{
    background-color: rgba(204,204,204,.2);
    height: 46px;
    border-radius: 23px;
    position: relative;
    transition: all .2s;
    cursor: pointer;
}
.base-box .right .item .tit-box .area{
    font-size: 14px;
    color: #666;
    line-height: 46px;
    text-align: center;
    border-radius: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ccc;
    width: 27.8%;
    transition: all .2s;
}
.base-box .right .item .tit-box .arrow{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/area-arrow1.png');
    transition: all .2s;
}
.base-box .right .item .sub-box{
    padding: 65px 25px 25px 35px;
    background-color: #fff;
    margin-top: -46px;
    border-radius: 23px;
    display: none;
    box-shadow: 0 5px 10px rgba(51,51,51,.2);
}
.base-box .right .item .sub-box .con-box{
    height: 345px;
    overflow: hidden;
    position: relative;
    padding-right: 20px;
}
.base-box .right .item .sub-box .swiper-slide{
    margin-bottom: 5px;
    height: auto;
}
.base-box .right .item .sub-box .swiper-slide:last-child{
    margin-bottom: 0;
}
.base-box .right .item .sub-box .scrollbar{
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #eee;
    border-radius: 0;
}
.base-box .right .item .sub-box .scrollbar .swiper-scrollbar-drag{
    background-color: #17449a;
    border-radius: 0;
}
.base-box .right .item{
    margin-bottom: 15px;
}
.base-box .right .item.on .tit-box{
    background-color: #395fa8;
}
.base-box .right .item.on .tit-box .area{
    color: #fff;
    background-color: #17449a;
}
.base-box .right .item.on .tit-box .arrow{
    background-image: url('../images/area-arrow2.png');
}
.base-box .right .item.on2 .tit-box{
    background-color: #395fa8;
}
.base-box .right .item.on2 .tit-box .area{
    color: #fff;
    background-color: #17449a;
}
.base-box .right .item.on2 .tit-box .arrow{
    background-image: url('../images/area-arrow2.png');
}
.base-box .right .con-box .swiper-slide:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.base-box .right .m-box{
    display: none;
}
.base-box .right .con-box .swiper-slide.cur{
    font-weight: bold;
    color: #17449a;
}
.range-box{
    padding: 25px 30px 40px;
    background-color: #fff;
    margin-top: 75px;
}
.range-box .tit{
    font-size: 18px;
    line-height: 28px;
    color: #333;
}
.range-box .list{
    margin-top: 25px;
}
.range-box .item{
    padding: 0 12px;
    transition: all .2s;
}

.range-box .item img{
    width: 100%;
}
.range-box .item .con-box{
    display: block;
    padding: 15px 0 6px;
    border-bottom: 1px solid #eee;
    transition: all .2s;
}
.range-box .item .con-box .txt{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: center;
    margin-top: 5px;
}
/* base end */
.ban-news .text .news-logo{
    width: 448px;
}
.ban-news .text .news-logo img{
    width: 100%;
}
.ban-news .text .txt{
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    line-height: 34px;
    font-family: arial;
    margin-top: 15px;
}
.group-box{
    padding: 45px 0 80px;
}
.pub-tit-box .pub-tit{
    float: left;
}
.pub-tit-box .pub-tit .cn{
    font-size: 36px;
    line-height: 46px;
    color: #333;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.pub-tit-box .pub-tit .en{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    opacity: .5;
    filter: alpha(opacity=50);
    font-family: arial;
    margin-left: 20px;
}
.pub-tit-box .more{
    float: right;
    font-size: 18px;
    line-height: 28px;
    color: #0080cc;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/news-more.png');
}
.group-box .group{
    margin-top: 20px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.group-box .group .m-box{
    display: none;
}
.group-box .group .left{
    width: 45.7%;
}
.group-box .group .img-box{
    overflow: hidden;
}
.group-box .group .left img{
    width: 100%;
}
.group-box .group .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 54.3%;
    height: 100%;
}
.group-box .group .right .item{
    display: block;
    height: 33.33%;
    width: 100%;
    padding: 20px 35px;
    border-bottom: 1px solid #eaeaea;
    transition: background-color .2s;
}
.group-box .group .tit{
    font-size: 18px;
    line-height: 28px;
    transition: color .2s;
}
.group-box .group .con{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 5px;
    transition: color .2s;
}
.group-box .group .time-box{
    margin-top: 10px;
    font-size: 0;
}
.group-box .group .time-box span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    line-height: 24px;
    transition: color .2s;
}
.group-box .group .time-box .time{
    font-family: arial;
    color: #999;
    margin-right: 10px;
    transition: all .2s;
}
.group-box .group .time-box .detail{
    color: #004ea2;
    font-weight: bold;
}
.group-box .group .right .item.cur{
    background-color: #0080cc;
}
.group-box .group .right .item.cur .tit,
.group-box .group .right .item.cur .con,
.group-box .group .right .item.cur .time,
.group-box .group .right .item.cur .detail{
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.group-box .m-box .btns{
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}
.group-box .m-box .btns .swiper-pagination-bullet{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ccc;
    margin: 0 5px;
}
.group-box .m-box .btns .swiper-pagination-bullet-active{
    background-color: #004ea2;
}
.media-box{
    padding: 60px 0 100px;
    background-color: #f6f6f6;
    overflow: hidden;
}
.media-box .list{
    overflow: hidden;
    margin: 20px -55px 0;
    box-sizing: content-box;
    padding: 0 10px 15px;
}
.media-box .list .swiper-slide{
    width: 33.33%;
    padding: 0 45px;
    
}
.media-box .list .swiper-slide:last-child{
    margin-right: 0;
}

.media-box .list .con-box{
    display: block;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background-color: #fff;
}
.media-box .list img{
    width: 100%;
}
.media-box .list .true-img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.media-box .list .text{
    padding: 20px 20px 30px;
}
.media-box .list .tit{
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.media-box .list .time-box{
    margin-top: 15px;
}
.media-box .list .time-box span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    line-height: 24px;
    transition: color .2s;
}
.media-box .list .time-box .time{
    font-family: arial;
    color: #999;
    margin-right: 10px;
    transition: all .2s;
}
.media-box .list .time-box .detail{
    color: #004ea2;
    font-weight: bold;
}
.media-box .list .btns{
    display: none;
}
.media-box .list .btns{
    font-size: 0;
    text-align: center;
    margin-top: 30px;
}
.media-box .list .btns .swiper-pagination-bullet {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ccc;
    margin: 0 5px;
}
.media-box .list .btns .swiper-pagination-bullet-active {
    background-color: #004ea2;
}
.industry-box{
    padding: 65px 0 130px;
}
.industry-box .list{
    margin-top: 30px;
}
.industry-box .list .row{
    margin: 0 -16px;
}
.industry-box .list .con-box{
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #dedede;
}
.industry-box .list .item{
    padding: 0 16px;
}
.industry-box .list .time{
    font-size: 14px;
    line-height: 28px;
    float: left;
    color: #999;
}
.industry-box .list .con{
    font-size: 18px;
    line-height: 28px;
    color: #333;
    float: right;
    width: 81.25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-type-box{
    padding: 50px 0 100px;
}
.search-wrap{
    border: 2px solid #dedede;
    padding: 20px 25px 20px 40px;
}

.search-wrap input[type=text]{
    float: left;
    width: 95.8%;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    color: #b3b3b3;
}
.news-type-box .search-wrap{
    margin-top: 15px;
}

.news-type-box .search-wrap input::-webkit-input-placeholder{
    color:#b3b3b3;
}
.news-type-box .search-wrap input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#b3b3b3;
}
.news-type-box .search-wrap input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#b3b3b3;
}
.news-type-box .search-wrap input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#b3b3b3;
}
.search-wrap input[type=submit]{
    float: right;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/search-btn1.png');
    background-color: transparent;
    transition: all .2s;
}
.media-box2{
    padding: 0;
    margin: 0 -10px 0;
    background-color: transparent;
    padding: 0 10px;
}
.media-box2 .list{
    /* margin-top: 0; */
}
.media-box2 .list .con-box{
    box-shadow: none;
}
.media-box2 .con-box .img{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    overflow: hidden;
    position: relative;
}
.media-box2 .list .text{
    padding: 0;
    margin-top: 20px;
}
.news-type-box .list2 .item{
    display: block;
}
.news-type-box .list2{
    margin-top: 45px;
}
.news-type-box .list2 .item{
    display: block;
    padding: 15px 30px 15px 35px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    transition: all .2s;
}
.news-type-box .list2 .item:last-child{
    margin-bottom: 0;
}
.news-type-box .list2 .con{
    font-size: 18px;
    line-height: 26px;
    color: #333;
    float: left;
    width: 80%;
    transition: all .2s;
}

.news-type-box .list2 .time{
    float: right;
    font-size: 16px;
    color: #999;
    line-height: 26px;
    padding-left: 30px;
    border-left: 1px solid #dedede;
    transition: all .2s;
}
.page{
    font-size: 0;
    text-align: center;
}
.page a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 40px;
    margin: 0 2px;
    border: 1px solid #e5e5e5;
    vertical-align: top;
    font-size: 16px;
    color: #666666;
    font-family: arial;
    line-height: 40px;
    padding: 0 10px;
    min-width: 40px;
     transition: all .2s;
}
.page a.prev,
.page a.next{
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}
.page a.prev{
    background-image: url('../images/page-prev.png');
}
.page a.next{
    background-image: url('../images/page-next.png');
}
.page a.active{
    background-color: #0080cc;
    color: #fff;
}

.news-type-box .list2 .page{
    margin-top: 70px;
}
/* newstype end */
.search-page{
    padding: 40px 0 80px;
    background-color: #f5f5f5;
}
.search-page .search-con-box{
    margin-top: 35px;
}
.search-page .left{
    float: left;
    padding: 30px 40px 50px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    width: 73.9%;
}
.search-page .left .item{
    display: block;
    padding: 15px 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
    transition: all .2s;
}
.search-page .left .item:last-child{
    margin-bottom: 0;
}
.search-page .page{
    margin-top: 40px;
}
.search-page .right-aside{
    float: right;
    width: 23.93%;
}
.search-page .right-aside .pc-box a{
    display: block;
    font-size: 18px;
    line-height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 36px;background-image: url('../images/search-aside-bg1.png');
    transition: all .2s;
}
.search-page .right-aside .pc-box a:last-child{
    border-bottom: none;
}
.search-page .right-aside .pc-box a.cur{
    background-image: url('../images/search-aside-bg2.jpg');
    color: #fff;
}
/* search end */
.about-nav-box{
    padding: 20px 0 15px;
    border-bottom: 1px solid #dbdbdb;
    z-index: 90;
}
.about-nav-box.on{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.sub-nav2 .icon-box .item .icon{
    position: relative;
}
.sub-nav2 .icon-box .item .hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.sub-nav2 .icon-box .item.cur .hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.about-nav-box .sub-nav2 .icon-box{
    margin-top: 0;
}
.profile-box{
    padding: 65px 0 90px;
    border-bottom: 1px solid #dbdbdb;
}
.profile-box .con{
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
}
.profile-box .con img{
    max-width: 100%;
}
.president-box{
    overflow: hidden;
}
.president-box .president{
    position: relative;
}
.president-box .img{
    float: right;
    width: 49.285%;
    position: relative;
}
.president-box .img img{
    width: 100%;
    position: relative;
    z-index: 3;
}
.president-box .img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1920px;
    height: 100%;
    background-color: #f6f6f6;
}
.president-box .text-box{
    position: absolute;
    left: 0;
    top: 15%;
    width: 40%;
}
.president-box .con{
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
    height: 360px;
    overflow: hidden;
}
.speech-box{
    /* margin-top: -3.5%; */
    padding: 75px 0 80px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #dbdbdb;
}
.speech-box .speech{
    padding: 0 45px;
}
.speech-box .tit{
    font-size: 24px;
    line-height: 34px;
    color: #333;
}
.speech-box .con{
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    color: #666666;
}
.history-box{
    padding: 70px 0 80px;
    border-bottom: 1px solid #e2e2e2;
}
.history-box .year-box{
    text-align: center;
    margin-top: 30px;
    position: relative;
}
.history-box .year-box .year-tab{
    overflow: hidden;
}
.history-box .year-box .swiper-slide{
    background-color: #17459a;
    width: 20%;
    border-right: 1px solid rgba(255,255,255,.1);
    border-top: 4px solid #17459a;
    padding: 30px 0 20px;
    cursor: pointer;
    transition: all .2s;
}
.history-box .year-box .tit{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    transition: all .2s;
}
.history-box .year-box .year{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    transition: all .2s;
}
.history-box .year-box .swiper-slide.cur{
    background-color: #fff;
}
.history-box .year-box .swiper-slide.cur .tit,
.history-box .year-box .swiper-slide.cur .year{
    color: #17449a;
}
.history-box .year-box .prev,
.history-box .year-box .next{
    position: absolute;
    top: 50%;
    width: 24px;
    height: 50px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 3;
    transition: all .2s;
}
.history-box .year-box .prev{
    left: -40px;
    background-image: url('../images/honor-prev.png');
}
.history-box .year-box .next{
    right: -40px;
    background-image: url('../images/honor-next.png');
}
.history-box .year-box .swiper-button-disabled{
    display: none;
}
.history-box .list .item{
    padding: 30px 50px;
    border-bottom: 1px solid #dedede;
}
.history-box .list .item .year{
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #333333;
    font-family: arial;
}
.history-box .list .item .con{
    float: left;
    margin-left: 60px;
    width: 84.3%;
}
.history-box .list .item .con p{
    padding-left: 20px;
    position: relative;
}
.history-box .list .item .con p:before{
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 100%;
}
.honor-box{
    padding: 80px 0 90px;
    background-color: #f6f6f6;
}
.honor-box .honor{
    margin-top: 50px;
    position: relative;
}
.honor-box .tab-box{
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}
.honor-box .tab-box .swiper-slide{
    width: 40.7%;
    
}
.honor-box .tab-box .swiper-slide .img{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.honor-box .tab-box .swiper-slide img{
    width: 100%;
}
.honor-box .tab-box .swiper-slide .txt{
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    text-align: center;
    margin-top: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.honor-box .tab-box .swiper-slide-active .txt{
    opacity: 1;
    filter: alpha(opacity=100);
}
.honor-box .honor .prev,
.honor-box .honor .next{
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 34px));
    width: 24px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 3;
    transition: all .2s;
}
.honor-box .honor .prev{
    left: 40px;
    background-image: url('../images/honor-prev.png');
}
.honor-box .honor .next{
    right: 40px;
    background-image: url('../images/honor-next.png');
}

.president-box .con .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    background: #666;
}
.president-box .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #0080cc;
}
/* about end */
.organize-box{
    padding: 70px 0 100px;
}
.organize-box .organize{
    text-align: center;
    margin-top: 50px;
}
.organize-box .organize img{
    max-width: 100%;
}
/* organize end */
.story-box{
    padding: 70px 0 95px;
    border-bottom: 1px solid #e2e2e2;
}
.story-box .story{
    margin-top: 30px;
}
.story-box .story .item{
    margin-bottom: 10px;
    padding: 40px;
}
.story-box .story .item:nth-child(4n+1),
.story-box .story .item:nth-child(4n){
    width: 55.7%;
}
.story-box .story .item:nth-child(4n+2),
.story-box .story .item:nth-child(4n+3){
    width: 43.2%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.story-box .story .item:nth-child(4n+1),
.story-box .story .item:nth-child(4n+3){
    float: left;
}

.story-box .story .item:nth-child(4n+2),
.story-box .story .item:nth-child(4n){
    float: right;
}
.story-box .story .item:nth-child(4n+1){
    background-color: #17459a;
}

.story-box .story .item:nth-child(4n+2){
    background-image: url('../images/story-bg1.jpg');
}
.story-box .story .item:nth-child(4n+3){
    background-image: url('../images/story-bg2.jpg');
}
.story-box .story .item:nth-child(4n){
    background-color: #333;
}

.story-box .story .tit-box .cn{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
.story-box .story .tit-box .en{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
}
.story-box .story .icon{
    width: 122px;
}
.story-box .story .icon img{
    width: 100%;
}
.story-box .story .item:nth-child(4n+2) .tit-box .en,
.story-box .story .item:nth-child(4n+2) .tit-box .cn,
.story-box .story .item:nth-child(4n+3) .tit-box .en,
.story-box .story .item:nth-child(4n+3) .tit-box .cn{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.story-box .story .con{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    overflow: hidden;
}
.story-box .story .item:nth-child(4n+1) .tit-box,
.story-box .story .item:nth-child(4n) .tit-box{
    float: left;
    width: 18.84%;
}
.story-box .story .item:nth-child(4n+1) .con,
.story-box .story .item:nth-child(4n) .con{
    float: right;
    width: 72.5%;
    margin-top: 34px;
    height: 159px;
}
.story-box .story .item:nth-child(4n+2) .con,
.story-box .story .item:nth-child(4n+3) .con{
    float: left;
    width: 73%;
    margin-top: 15px;
    height: 144px;

}
.story-box .story .item:nth-child(4n+2) .tit-box .en,
.story-box .story .item:nth-child(4n+3) .tit-box .en{
    margin-left: 15px;
}
.story-box .story .item:nth-child(4n+2) .icon,
.story-box .story .item:nth-child(4n+3) .icon{
    float: right;
    margin-top: 3%;
}
.video-box{
    padding: 50px 0 70px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e2e2e2;
}

.video-box .btns{
    float: right;
    margin-top: 10px;
}
.video-box .btns .swiper-slide{
    font-size: 18px;
    line-height: 28px;
    color: #333;
    width: auto;
    margin-right: 80px;
    font-weight: bold;
}
.video-box .btns .swiper-slide:last-child{
    margin-right: 0;
}
.video-box .btns .swiper-slide.cur{
    color: #d20823;
}
.video-box .list{
    margin-top: 40px;
}
.video-box .list .row{
    margin: 0 -5px;
}
.video-box .list .item{
    padding: 0 5px;
    margin-bottom: 25px;
}
.video-box .list .con-box{
    display: block;
}
.video-box .list .con-box .img{
    position: relative;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.video-box .list .con-box img{
    width: 100%;
}
.video-box .list .con-box .play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    background-image: url('../images/play-btn1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .2s;
}
.video-box .list .con-box .txt{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-top: 15px;
    text-align: center;
}
.video-box .list .page{
    margin-top: 15px;
}
.space-box{
    padding: 70px 0 85px;
    border-bottom: 1px solid #e2e2e2;
}
.space-box .space{
    margin-top: 35px;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    position: relative;
}
.space-box .space .item{
    padding: 40px 55px;
}
.space-box .space .item:nth-child(1){
    background-color: #f8f8f8;
    border-right: 1px solid #dedede;
}
.space-box .space .item:nth-child(2){
    position: absolute;
    right: 0;
    height: 100%;
}
.space-box .space .item .img{
    float: left;
    width: 192px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.space-box .space .item .img img{
    width: 100%;
}
.space-box .space .item .text{
    float: left;
    margin-left: 45px;
    margin-top: 10px;
}
.space-box .space .item .tit{
    font-size: 24px;
    line-height: 34px;
    color: #333333;
}
.space-box .space .item .con{
    margin-top: 10px;
}

.space-box .space .item .qa-img{
    float: left;
    width: 140px;
}
.space-box .space .item .qa-img img{
    width: 100%;
}
.space-box .space .item:nth-child(2){
    padding: 50px 70px;
}
.space-box .space .item:nth-child(2) .text{
    margin-left: 70px;
}
.showroom-box{
    padding: 80px 0 70px;
    background-color: #f6f6f6;
}
.showroom-box .showroom{
    margin-top: 30px;
    border-top: 2px solid #e3e3e3;
}
.showroom-box .showroom .tit{
    padding: 15px 0;
    background-color: #fff;
    font-size: 24px;
    color: #17449a;
    line-height: 34px;
    text-align: center;
}
.showroom-box .tab-box{
    overflow: hidden;
    position: relative;
}
.showroom-box .tab-box .swiper-slide{
    position: relative;
}
.showroom-box .tab-box img{
    width: 100%;
}
.showroom-box .tab-box .block{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.showroom-box .tab-box .prev,
.showroom-box .tab-box .next{
    position: absolute;
    top: 50%;
    width: 38px;
    height: 74px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255,255,255,.5);
    transform: translateY(-50%);
    z-index: 3;
    transition: all .2s;
}
.showroom-box .tab-box .prev{
    left: 0;
    background-image: url('../images/showroom-prev.png');
}
.showroom-box .tab-box .next{
    right: 0;
    background-image: url('../images/showroom-next.png');
}
.showroom-box .select-box{
    float: right;
    width: 360px;
    height: 50px;
    border: 1px solid #dcdcdc;
    padding: 0 25px;
    background-repeat: no-repeat;
    background-position: 94% center;
    background-image: url('../images/select-arrow2.png');
}
.story-box .story .con .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    background: #fff;
}
.story-box .story .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #fff;
}
/* brand end */
.system-box{
    padding: 70px 0 90px;
    border-bottom: 1px solid #e2e2e2;
}
.system-box .tower-box{
    margin-top: 30px;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.system-box .tower-box .tit-box{
    position: absolute;
    width: 30.7%;
    top: 7.25%;
    left: 5%;
}
.system-box .tower-box .tit-box h3{
    font-size: 30px;
    line-height: 40px;
}
.system-tit{
    font-size: 24px;
    line-height: 34px;
    color: #666;
}
.system-box .tower-box .tit-box .system-tit{
    margin-top: 30px;
    margin-left: 55px;
}
.system-box .tower-box .tit-box .sys-logo{
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid #e5e5e5;
    width: 66.2%;
}
.system-box .tower-box .tit-box .sys-logo img{
    width: 100%;
}
.system-box .right{
    float: left;
    width: 100%;
    transform: skewX(-20deg) translateX(4%);
    margin-left: 50%;
}
.system-box .right .item{
    color: #fff;
    position: relative;
}
.system-box .right .item1{
    background-color: #17459a;
    font-size: 36px;
    line-height: 50px;
    padding: 35px 0;
}
.system-box .right .item .con-box{
    transform: skewX(20deg);
    width: 50%;
}
.system-box .right .item .tit{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-90%);
    left: 0;
    padding-right: 136px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/system-point.png');
    font-size: 24px;
    line-height: 34px;
    color: #17449a;
}
.system-box .right .item2,
.system-box .right .item4{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 24px;
    line-height: 34px;
}
.system-box .right .item2{
    padding: 35px 0;
    line-height: 45px;
    background-image: url('../images/system-bg1.jpg');
}
.system-box .right .item3{
    background-color: #17459a;
    font-size: 20px;
    padding: 45px 0;
    line-height: 45px;
}

.system-box .right .item4{
    background-image: url('../images/system-bg1.jpg');
    line-height: 34px;
    padding: 60px 0;
}
.system-box .right .item1 .con{
    padding-left: 28%;
}
.system-box .right .item2 .con{
    padding-left: 20%;
}

.system-box .right .item3 .con{
    padding-left: 19%;
}

.system-box .right .item4 .con{
    padding-left: 10%;
}
.manage-box{
    margin-top: 70px;
}
.manage-box .system-tit{
    padding: 0 5%;
}
.manage-box .list{
    border-bottom: 1px solid #dedede;
    margin-top: 20px;
}
.manage-box .list .item{
    border-right: 1px solid #dedede;
    padding: 35px 0;
}
.manage-box .list .item:nth-child(1){
     border-left: 1px solid #dedede;
}
.manage-box .list .icon{
    width: 77px;
    margin: 0 auto;
}
.manage-box .list .icon img{
    width: 100%;
}
.manage-box .list .txt{
    font-size: 18px;
    line-height: 34px;
    color: #666;
    text-align: center;
    margin-top: 25px;
}
.staff-box{
    margin-top: 70px;
    padding: 0 5%;
}
.staff-box .list{
    margin-top: 30px;
}
.staff-box .list .row{
    margin: 0 -5px;
}
.staff-box .list .item{
    padding: 0 5px;
    margin-bottom: 10px;
}
.staff-box .list .con-box{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #17459a;
    padding: 10px 20px;
}
.view-box{
    padding: 50px 0;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e2e2e2;
}
.view-box .list{
    margin-top: 35px;
}
.view-box .list .row{
    margin: 0 -3px;
}
.view-box .list .item{
    padding: 0 3px;
}
.view-box .list .con-box{
    display: block;
    
}
.view-box .list .img{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.view-box .list img{
    width: 100%;
}
.view-box .list .text{
    margin-top: 10px;
    height: 58px;
}
.view-box .list .text .name{
    font-size: 14px;
    color: #333;
    opacity: .5;
    filter: alpha(opacity=50);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.people-box{
    background-color: #fff;
    border-bottom: none;
}
.view-more{
    float: right;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    padding-right: 35px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/view-more.png');
}
/* culture end */
.duty-box{
    /* padding: 70px 0; */
    overflow: hidden;
}
.duty-wrap .duty-top{
    padding-top: 70px;
}
.duty-wrap .item-box{
    margin-top: 25px;
}
.duty-wrap .item-box .row{
    margin: 0 -10px;
}
.duty-wrap .item-box .item{
    padding: 0 10px;
}

.duty-wrap .item-box .con-box{
    padding: 50px 130px 30px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.duty-wrap .item-box .item:nth-child(1) .con-box{
    background-color: #17459a;
}
.duty-wrap .item-box .item:nth-child(2) .con-box{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/res-bg.jpg');
}
.duty-wrap .item-box .con-box .tit{
    font-size: 24px;
    color: #fff;
    line-height: 34px;
}
.duty-wrap .item-box .con-box .con{
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    min-height: 68px;
    margin-top: 25px;
}
.duty-wrap .item-box .con-box .icon{
    width: 61px;
    margin: 5px auto 0;
}
.duty-wrap .item-box .con-box .icon img{
    width: 100%;
}
.duty-wrap .text-box{
    margin-top: 40px;
    position: relative;
}
.duty-wrap .text-box .tit{
    font-size: 24px;
    line-height: 34px;
}
.duty-wrap .text-box .row{
    margin: 0 -10px;
}
.duty-wrap .text-box .item{
    padding: 0 10px;
}
.duty-wrap .text-box .con-box{
    padding: 0 65px 50px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.duty-wrap .text-box .con{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-top: 25px;
    height: 180px;
    overflow: hidden;
}
.duty-wrap .text-box:before{
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 90%;
    background-color: #e0e0e0;
}
.duty-wrap .text-box .icon{
    position: absolute;
    right: 10%;
    top: 25.8%;
    width: 100px;
}
.duty-wrap .text-box .icon img{
    width: 100%;
}
.care-box{
    padding: 60px 0 70px;
    overflow: inherit;
}
.care-box .list{
    margin-top: 40px;
}
.care-box .list .con{
    margin-top: 25px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.duty-wrap .text-box .con .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    background: #666;
}
.duty-wrap .text-box .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #0080cc;
}
/* duty end */
.ban-join .text-box{
    top: 24%;
    transform: translateY(0);
}
.ban-join .text-box .desc{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-top: 20px;
}
.talent-box{
    padding-top: 40px;
}
.talent-box .pub-tit-box,
.career-box .pub-tit-box{
    padding-bottom: 20px;
    border-bottom: 2px solid #b1b1b1;
}
.talent-box .list{
    margin-top: 35px;
}
.talent-box .list .row{
    margin: 0 -5px;
}
.talent-box .list .item{
    width: 20%;
    padding: 0 5px;
    float: left;
}
.talent-box .list .con-box{
    /* padding: 50px 15px 20px; */
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    line-height: 46px;
    height: 254px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    position: relative;
}
.talent-box .list .item:nth-child(1) .con-box{
    background-color: #10409b;
}
.talent-box .list .item:nth-child(2) .con-box{
    background-color: #6663cf;
}
.talent-box .list .item:nth-child(3) .con-box{
    background-color: #2c97ce;
}
.talent-box .list .item:nth-child(4) .con-box{
    background-color: #144fc1;
}
.talent-box .list .item:nth-child(5) .con-box{
    background-color: #6666ff;
}
.talent-box .list .con-box .txt{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.career-box{
    padding: 40px 0 70px;
}
.career-box .img{
    margin-top: 90px;
    text-align: center;
}
.career-box .img img{
    max-width: 100%;
}

.edu-box{
    padding: 90px 0 100px;
    background-color: #f8f8f8;
}
.edu-box .list{
    margin-top: 15px;
}
.edu-box .list .row{
    margin: 0 -5px;
}
.edu-box .list .item{
    padding: 0 5px;
    margin-bottom: 10px;
}
.edu-box .list .item:nth-child(1) .con-box{
    background-color: #e1122d;
}
.edu-box .list .item:nth-child(3) .con-box{
    background-color: #333333;
}
.edu-box .list .item:nth-child(5) .con-box{
    background-color: #2c97ce;
}
.edu-box .list .item:nth-child(7) .con-box{
    background-color: #144fc1;
}
.edu-box .list .con-box{
    height: 180px;
}
.edu-box .list .text{
    padding: 30px 50px;
    height: 100%;
    overflow: hidden;
}
.edu-box .list .con-box{
    display: block;
    position: relative;
}
.edu-box .list .con-box .tit{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
.edu-box .list .con-box .con{
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
}

.edu-box .list .con-box .img{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.edu-box .list .con-box .enter{
    position: absolute;
    width: 70%;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(255,255,255,.5);
}
.edu-box .list .con-box img{
    display: none;
}
.learn-box{
    padding: 60px 0 80px;
    margin: 0;
}
.learn-box .tab-box{
    margin-top: 40px;
    margin: 40px -18px 0;
    position: relative;
}
.learn-box .list{
    width: 90.7%;
    margin: 0 auto;
    overflow: hidden;
}

.learn-box .list .swiper-slide{
    padding: 0 18px;
    width: 33.33%;
}
.learn-box .list .swiper-slide .con-box{
    display: block;
}
.learn-box .list .img{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.learn-box .list img{
    width: 100%;
}
.learn-box .list .con{
    margin-top: 15px;
    text-align: center;
}
.learn-box .prev,
.learn-box .next{
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 22px));
    width: 24px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 3;
    transition: all .2s;
}
.learn-box .prev{
    background-image: url('../images/honor-prev.png');
    left: 18px;
}
.learn-box .next{
    background-image: url('../images/honor-next.png');
    right: 18px;
}
/* join develop end */
.care-list{
    padding: 50px 0 80px;
}

.care-list .list{
    margin-top: 50px;
}

.care-list .list .row{
    margin: 0 -5px;
}
.care-list .item{
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.care-list .item .con-box{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border: 1px solid #ccc;
    background-color: #f7f7f7;
}
.care-list .item:nth-child(4n+1),
.care-list .item:nth-child(4n){
    width: 61%;
}
.care-list .item:nth-child(4n+2),
.care-list .item:nth-child(4n+3){
    width: 39%;
}
.care-list .item:nth-child(4n+1) .img,
.care-list .item:nth-child(4n) .img{
    float: left;
    width: 76.47%;
    
}
.care-list .item .img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 265px;
    position: relative;
}
.care-list .item .con-box{
    display: block;
    position: relative;
    transition: all .2s;
}
.care-list .item .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(56,56,56,.9);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}
.care-list .item .text{
    position: absolute;
    left: 50%;
    top: 50px;
    width: 83%;
    color: #fff;
    overflow: hidden;
    height: 120px;
    transform: translateX(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
    overflow: hidden;
}
.care-list .item .tit-box{
    position: absolute;
    width: 200px;
    height: 100%;
    padding: 50px 30px;
}
.care-list .item .txt{
    display: none;
}
.care-list .item:nth-child(4n+1) .tit-box,
.care-list .item:nth-child(4n) .tit-box{
    right: 0;
    width: 23.53%;
}
.care-list .item:nth-child(4n+2) .tit-box,
.care-list .item:nth-child(4n+3) .tit-box{
    left: 0;
    width: 37.736%;
}
.care-list .item .tit{
    font-size: 20px;
    line-height: 30px;
    color: #333;
    text-align: center;
    transition: all .2s;
}
.care-list .item .more-btn{
    width: 67px;
    height: 67px;
    display: block;
    margin: 40px auto 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .2s;
}
.care-list .item:nth-child(4n+1) .more-btn,
.care-list .item:nth-child(4n) .more-btn{
    background-image: url('../images/care-more2.png');
}
.care-list .item:nth-child(4n+2) .more-btn,
.care-list .item:nth-child(4n+3) .more-btn{
    background-image: url('../images/care-more1.png');
}
.care-list .item:nth-child(4n+2) .img,
.care-list .item:nth-child(4n+3) .img{
    float: right;
    width: 62.264%;
}
.care-list .care-txt{
    font-size: 30px;
    line-height: 40px;
    color: #10409b;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}
.care-list .look-box{
    padding-top: 45px;
    border-top: 1px solid #b1b1b1;
    margin-top: 30px;
    font-size: 0;
    text-align: center;s
}

.care-list .look-box .look-btn{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 298px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    text-align: center;
    background-color: #e1122d;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    transition: all .2s;
}
/* care end */
.salary-box{
    padding: 50px 0 250px;
}
.salary-box .salary{
    margin: 95px 0 0;
}
.salary-box .salary .circle{
    width: 43.57%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 100%;
}
.salary-box .salary img{
    width: 100%;
}

.salary-box .salary .icon-list .item{
    position: absolute;
}
.salary-box .salary .icon-list .item:nth-child(1),
.salary-box .salary .icon-list .item:nth-child(2){
    top: 11.475%;
    width: 50%;
}
.salary-box .salary .icon-list .item:nth-child(3),
.salary-box .salary .icon-list .item:nth-child(4){
    top: 52.459%;
    width: 50%;
}

.salary-box .salary .icon-list .item:nth-child(1),
.salary-box .salary .icon-list .item:nth-child(3){
    left: 0;
}
.salary-box .salary .icon-list .item:nth-child(2),
.salary-box .salary .icon-list .item:nth-child(4){
    right: 0;
}
.salary-box .salary .icon-list .item:nth-child(5){
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
}
.salary-box .salary .icon-list .item .icon{
    width: 50px;
    /* height: 47px; */
}
.salary-box .salary .icon-list .item .txt{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
     margin-top: 20px;
}
.salary-box .salary .icon-list .item:nth-child(1) .icon{
   margin-left: 60%;
}
.salary-box .salary .icon-list .item:nth-child(2) .icon{
   margin-left: 20%;
}
.salary-box .salary .icon-list .item:nth-child(3) .icon{
   margin-left: 22%;
}
.salary-box .salary .icon-list .item:nth-child(4) .icon{
   margin-left: 63%;
}
.salary-box .salary .icon-list .item:nth-child(5) .icon{
    margin: 0 auto;
}

.salary-box .salary .icon-list .item:nth-child(1) .txt{
    margin-left: 30%;
}
.salary-box .salary .icon-list .item:nth-child(2) .txt{
    margin-left: 35%;
}
.salary-box .salary .icon-list .item:nth-child(3) .txt{
    margin-left: 20%;
}
.salary-box .salary .icon-list .item:nth-child(4) .txt{
    margin-left: 50%;
}
.salary-box .salary .icon-list .item:nth-child(5) .txt{
    margin-top: 10px;
}
.salary-box .salary h3{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    font-size:  36px;
    line-height: 46px;
    text-align: center;
}
.salary-box .salary{
    position: relative;
}
.salary-box .list .item{
    position: absolute;
}
.salary-box .list .item:nth-child(1),
.salary-box .list .item:nth-child(2){
    width: 37%;
    top: 11.4754%;
}
.salary-box .list .item:nth-child(3),
.salary-box .list .item:nth-child(4){
    width: 30%;
    top: 55.73%;
}
.salary-box .list .item:nth-child(1),
.salary-box .list .item:nth-child(3){
    left: 0;
}
.salary-box .list .item:nth-child(2),
.salary-box .list .item:nth-child(4){
    right: 0;
}
.salary-box .list .item .con{
    width: 250px;
}

.salary-box .list .item:nth-child(1) .con,
.salary-box .list .item:nth-child(3) .con{
    float: left;
}
.salary-box .list .item:nth-child(2) .con,
.salary-box .list .item:nth-child(4) .con{
    float: right;
}
.salary-box .item .jia-box{
    position: absolute;
}
.salary-box .item .jia{
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
    border-radius: 100%;
    position: relative;
    z-index: 3;
}
.salary-box .item:nth-child(1) .jia-box,
.salary-box .item:nth-child(3) .jia-box{
    padding-left: 200px;
    right: 0;
    top: -6px;
}
.salary-box .item:nth-child(1) .jia-box:before,
.salary-box .item:nth-child(2) .jia-box:before{
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    background-color: #ccc;
    top: 50%;
}
.salary-box .item:nth-child(1) .jia-box:before,
.salary-box .item:nth-child(3) .jia-box:before{
    left: 0;
}
.salary-box .item:nth-child(2) .jia-box:before,
.salary-box .item:nth-child(4) .jia-box:before{
    right: 0;
}
.salary-box .item:nth-child(1) .jia-box:before, .salary-box .item:nth-child(2) .jia-box:before

.salary-box .item:nth-child(2) .jia-box{
    padding-right: 200px;
    left: 0;
    top: -6px;
}
.salary-box .item:nth-child(2) .jia-box:before{
    left: 0;
}
.salary-box .item:nth-child(4) .jia-box{
    left: 0;
}
.salary-box .item:nth-child(3) .jia-box:before,
.salary-box .item:nth-child(4) .jia-box:before{
    content: "";
    position: absolute;
    width: 120px;
    height: 1px;
    background-color: #ccc;
    top: 50%;
}
.salary-box .item:nth-child(3) .jia-box{
    padding-left: 120px;
}
.salary-box .item:nth-child(4) .jia-box{
    padding-right: 120px;
}
.salary-box .list .item:nth-child(5){
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -160px;
}
.salary-box .list .item:nth-child(5) .con{
    width: 320px;
    text-align: center;
}
.salary-box .list .item:nth-child(5) .jia-box{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -90px;
    padding-bottom: 60px;
}
.salary-box .list .item:nth-child(5) .jia-box:before{
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #ccc;
    bottom: 0;
}
.salary-box .list .item .tit{
    display: none;
}
.welfare-box{
    padding: 135px 0 90px;
    background-color: #f7f7f7;
}
.welfare-box .list .row{
    margin: 0 -10px;
}
.welfare-box .list .item{
    padding: 0 10px;
}
.welfare-box .list .con-box{
    padding: 130px 30px 10px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.welfare-box .list .con-box .icon-box{
    border: 4px solid #fff;
    width: 166px;
    height: 166px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding-top: 30px;
}
.welfare-box .list .item:nth-child(1) .con-box .icon-box{
    background-color: #0000cc;
}
.welfare-box .list .item:nth-child(2) .con-box .icon-box{
    background-color: #3333ff;
}
.welfare-box .list .item:nth-child(3) .con-box .icon-box{
    background-color: #6666ff;
}
.welfare-box .list .item:nth-child(4) .con-box .icon-box{
    background-color: #9999ff;
}
.welfare-box .list .con-box .content{
    height: 192px;
}
.welfare-box .list .con-box .icon{
    width: 50px;
    margin: 0 auto;
}
.welfare-box .list .con-box .icon img{
    width: 100%;
}
.welfare-box .list .con-box .txt{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.welfare-box .list .con-box .cont-item{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    float: left;
    width: 50%;
    padding: 0 10px 0 15px;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
}
.welfare-box .list .con-box .cont-item:nth-child(2n){
    float: right;
}
.welfare-box .list .con-box .cont-item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 100%;
    transform: translateY(-50%);
}

/* welfare end */
.tips-box{
    padding: 45px 0 60px;
}
.tips-box .top-box{
    position: relative;
}
.tips-box .top-box .item{
    float: left;
    padding: 0 5px;

}
.tips-box .top-box .left,
.tips-box .top-box .middle{
    width: 36%;
}
.tips-box .top-box .left .con-box{
    background-color: #eaedf4;
}
.tips-box .top-box .middle .con-box{
    background-color: #f7f7f7;
}
.tips-box .top-box .right{
    width: 28%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.tips-box .top-box .con-box{
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    padding: 30px 40px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    height: 100%;
}
.tips-box .top-box .tit{
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
}
.tips-box .top-box .con{
    margin-top: 15px;
    height: 150px;
    overflow: hidden;
}
.tips-box .top-box .tab{
    /* height: 165px; */
}
.tips-box .top-box img{
    width: 100%;
}
.tips-box .tab{
    overflow: hidden;
}
.tips-box .tab .btns{
    font-size: 0;
    text-align: center;
    margin-top:10px;
}
.tips-box .tab .btns .swiper-pagination-bullet{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    background-color: #ababab;
    border-radius: 100%;
    margin: 0 4px;
}
.tips-box .tab .btns .swiper-pagination-bullet-active{
    background-color: #17459a;
}
.position-box{
    margin-top: 20px;
}
.position-box .position{
    margin-top: 15px;
}
.position-box .tit-box{
    padding: 0 40px;
    border-bottom: 1px solid #dedede;
}
.position-box .tit-box .tit{
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 5px;
}
.position-box .tit-box .tab-btns{
    float: right;
    width: 35%;
    overflow: hidden;
}
.position-box .tit-box .tab-btns .swiper-slide{
    line-height: 26px;
    color: #333;
    width: auto;
    font-weight: bold;
    margin-right: 30px;
    padding: 10px;
    border-bottom: 3px solid transparent;
}
.position-box .tit-box .tab-btns .swiper-slide:last-child{
    margin-right: 0;

}
.position-box .tit-box .tab-btns .swiper-slide.cur{
    border-color: #17449a;
    color: #17449a;
}

.position-box .position .map{
    width: 55.357%;
    height: 440px;
    float: left;
}
.map-icon{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/position-icon.png');
    width: 20px;
    height: 32px;
    position: absolute;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.mark-tip {
    width: 260px;
    font-size: 14px;
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 8px #888;
    transform: translateY(-100%);
    display: none;
}
.mark-tip:before{
    content: "";
    width: 17px;
    height: 9px;
    position: absolute;
    left: 20px;
    bottom: -8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/map-sj.png');
}
.mark-tip-sign{
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/detail-pos.png');
    width: 12px;
    height: 15px;
    margin-top: 5px;
}
.mark-tip .con-box{
    float: right;
    width: 210px;
    line-height: 20px;
    font-size: 14px;
}
.mark-tip .con-box .title{
    color: #17449a;
    line-height: 24px;
}
.mark-tip .con-box .title span{
    float: left;
    width: 75%;
}
.mark-tip .con-box .title b{
    float: right;
    font-weight: normal;
}
.center-txt{
    position: absolute;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: #0080cc;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    white-space: nowrap;
    transform: translate(-50%,-100%);
    z-index: 3;
}
.position-box .position .right{
    float: right;
    width: 38.57%;
}
.position-box .position .right .tit{
    font-weight: bold;
    padding: 0 9% 5px;
    border-bottom: 1px solid #555; 
}
.position-box .position .right .con-box{
    padding-left: 10px;
    margin-top: 15px;
}
.position-box .position .right .range{
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.position-box .position .right .total{
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.position-box .position .right .list{
    margin-top: 10px;
}
.position-box .position .right .list li{
    margin-bottom: 15px;
}
.position-box .position .right .list li:last-child{
    margin-bottom: 0;
}
.position-box .position .right .list .map-icon2{
    float: left;
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/position-icon.png');
    font-style: normal;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.position-box .position .right .list{
    height: 300px;
    overflow: auto;
}

.position-box .position .right .list .content-box{
    display: block;
}
.position-box .position .right .list .text-box{
    float: right;
    width: 94.4%;
}
.position-box .position .right .list .title-box{
    max-width: 300px;
}
.position-box .position .right .list .title{
    float: left;
    font-size: 12px;
    color: #3385ff;
    line-height: 20px;
}
.position-box .position .right .list .distance{
    font-size: 12px;
    line-height: 20px;
    color: #666;
    float: right;
}
.position-box .position .right .list .bus-tit{
    font-size: 12px;
    line-height: 20px;
    color: #666;
    float: left;
}
.position-box .position .right .list .bus-box{
    margin-top: 10px;
}
.position-box .position .right .list .bus-list{
    float: right;
    width: 84%;
}
.position-box .position .right .list .bus-list span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 12px;
    color: #3366cc;
    border: 1px solid #d4d4d4;
    vertical-align: top;
    line-height: 18px;
    padding: 0 2px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.position-box .position .right .list .tip{
    font-size: 12px;
    line-height: 20px;
    color: #666;
    margin-top: 10px;
}
/* tips end */
.school-box{
    padding: 40px 0 60px;
}
.school-box .search-wrap{
    margin-top: 15px;
    border-color: #c5c5c5;
}
.school-box .search-wrap input[type=text]{
    color:#c5c5c5;
}
.school-box .search-wrap input::-webkit-input-placeholder{
    color:#c5c5c5;
}
.school-box .search-wrap input::-moz-placeholder{   
    color:#c5c5c5;
}
.school-box .search-wrap input:-moz-placeholder{    
    color:#c5c5c5;
}
.school-box .search-wrap input:-ms-input-placeholder{ 
    color:#c5c5c5;
}
/* .school-box .search-wrap input[type=submit]{
    background-image: url('../images/recruit-search.png');
} */
.school-box .job-select-box{
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font-size: 0;
}
.school-box .job-select-box .select-item{
    width: 33.232%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
}
.school-box .job-select-box .select-item select{
    padding: 0 30px;
    width: 100%;
    line-height: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 82% center;
    background-image: url('../images/recruit-arrow.png');
    font-size: 20px;
    color: #333;
}

.school-box .job-select-box .select-item:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 34px;
    background-color: #d6d6d6;
}
.school-box .job-select-box .select-item:last-child:before{
    display: none;
}
.school-box .title{
    font-size: 0;
    padding: 20px 30px;
    background-color: #b1b1b1;
}
.school-box span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    
}
.school-box .title span{
    color: #fff;
}
.school-box .staff{
    width: 14.28%;
}
.school-box .type{
    width: 12%;
}
.school-box .address{
    width: 12%;
}
.school-box .num{
    width: 11.428%;
}
.school-box .company{
    width: 20%;
}
.school-box .department{
    width: 13.57%;
}
.school-box .list{
    margin-top: 10px;
}
.school-box .list li{
    margin-bottom: 10px;
}
.school-box .list li:last-child{
    margin-bottom: 0;
}
.school-box .list li .tit{
    font-size: 0;
    display: block;
    padding: 15px 30px;
    border: 1px solid #e5e5e5;
    transition: all .2s;
}
.school-box .list li:nth-child(2n) .tit{
    background-color: #f8f8f8;
}
.school-box .list li .tit span{
    vertical-align: middle;
    transition: all .2s;
}
.school-box .list li .tit .staff{
    font-size: 18px;
    line-height: 34px;
}
.school-box .list li .drop{
    padding: 30px;
    background-color: #f8f8f8;
    display: none;
}
.school-box .list li .drop .top{
    display: none;
}
.school-box .list li .drop .con-box{
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.school-box .list li .drop .con-box .left{
    float: left;
    width: 50%;
    padding-right: 15%;
}
.school-box .list li .drop .con-box .right{
    float: right;
    width: 50%;
    padding-left: 15%;
}
.school-box .list li .drop .con-box .require-tit{
    font-size: 18px;
    line-height: 28px;
    color: #333;
}
.school-box .list li .drop .con-box .con{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    opacity: .7;
    filter: alpha(opacity=70);
    margin-top: 10px;
}
.school-box .list .btns-box{
    margin-top: 30px;
}
.school-box .list .btns{
    float: left;
    font-size: 0;
}
.school-box .list .btns a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    line-height: 36px;
    border-radius: 3px;
    background-color: #333;
    color: #fff;
    padding: 0 30px;
    border-radius: 3px;
    margin-right: 12px;
    transition: all .2s;
}
.school-box .list .btns a span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right center;
}
.school-box .list .btns .drop-btn1 span{
    background-image: url('../images/drop-icon1.png');
}

.school-box .list .btns .drop-btn2 span{
    background-image: url('../images/drop-icon2.png');
}
.school-box .list .recruit-close{
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #17449a;
    font-weight: bold;
    margin-top: 5px;
}

.school-box .list li.cur .tit{
    background-color: #0080cc;
}
.school-box .list li.cur .tit span{
    color: #fff;
}
.school-box .more-box{
    text-align: center;
    font-size: 0;
    margin-top: 40px;
}
.school-box .more-box .recruit-more{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 25px;
    border-radius: 17px;
    background-color: #e7283f;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    transition: all .2s;
}
.school-box .more-box span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    background-image: url('../images/recruit-more.png');
}
.qa-box{
    margin-top: 45px;
    padding-top: 15px;
    border-top: 2px solid #585858;
}
.qa-box .qa-tit{
    font-size: 30px;
    line-height: 40px;
    color: #333;
}
.qa-box .qa-list{
    margin-top: 30px;
}
.qa-box .qa-list li{
    font-size: 18px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 5px rgba(51,51,51,.2);
    margin-bottom: 20px;
}
.qa-box .qa-list li:last-child{
    margin-bottom: 0;
}
.qa-box .qa-list li .tit,
.qa-box .qa-list li .con{
    padding: 10px 20px;
    line-height: 28px;
}
.qa-box .qa-list li .tit span,
.qa-box .qa-list li .con span{
    margin-right: 8px;
}
.qa-box .qa-list li .tit{
    background-color: #b2b2b2;
    color: #fff;
    transition: all .2s;
}
.school-box .page{
    margin-top: 50px;
}
.campus-page .third-nav{
    display: none;
}
/* campus end */
.ban-service .text-box{
    top: 50%;
    transform: translateY(-50%)
}
.sale-box{
    padding: 70px 0 100px;
}
.sale-box .sale{
    margin: 25px -10px 0;
    position: relative;
}
.sale-box .sale-tab{
    overflow: hidden;
    padding: 0 10px 10px;
}
.sale-box .swiper-slide{
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    transition: border .2s;
}
.sale-box .swiper-slide .tit{
    padding: 10px 20px;
    background-color: #999;
    color: #fff;
    transition: background-color .2s;
}
.sale-box .swiper-slide .con{
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
    height: 116px;
    overflow: hidden;
}
.sale-box .prev,
.sale-box .next{
    position: absolute;
    width: 25px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
}
.sale-box .prev{
    left: -2.5%;
    background-image: url('../images/honor-prev.png');
}
.sale-box .next{
    right: -2.5%;
    background-image: url('../images/honor-next.png');
}
.sale-box .tip{
    font-size: 24px;
    color: #0080cc;
    line-height: 34px;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url('../images/wifi.png');
    padding-left: 50px;
}
.sale-box .swiper-slide .con .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    background: #666;
}
.sale-box .swiper-slide .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #0080cc;
}

.ecosphere-box{
    position: relative;
    /* padding: 60px 0; */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    /* background-image: url('../images/8b2f253708e24be0a68f0a562f981525.gif'); */
}

.ecosphere-box .w1400{
    height: 100%;
}
.ecosphere-box img{
    width: 100%;
}
.ecosphere-box .text-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ecosphere-box .list{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    width: 31.43%;
    padding: 30px 40px;
    background-color: rgba(255,255,255,.1);
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,.5);
    height: 81.25%;
}
.ecosphere-box .item{
    margin-bottom: 30px;
}
.ecosphere-box .item:last-child{
    margin-bottom: 0;
}
.ecosphere-box .item a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-decoration: underline;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/ecosphere-icon.png');
}


.ecosphere-box .pub-tit-box{
    position: absolute;
    top: 12.5%;
    left: 50px;
}
.ecosphere-box .pub-tit-box .pub-tit .cn{
    color: #fff;
}
.ecosphere-box .circle{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.ecosphere-box .global{
    font-size: 48px;
    line-height: 58px;
    color: #ffdad8;
    top: 50%;
    position: absolute;
    left: 50px;
}
.collect-box{
    padding: 70px 0 80px;
}
.collect-box .list{
    margin-top: 25px;
}
.collect-box .list .row{
    margin: 0 -7px;
}
.collect-box .list .item{
    padding: 0 7px;
    margin-bottom: 14px;
}
.collect-box .list .con-box{
    display: block;
}
.collect-box .list img{
    width: 100%;
}
.collect-box .list .txt{
    position: absolute;
    right: 20px;
    bottom: 20px;
    line-height: 55px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 80px;
    font-size: 24px;
    color: #fff;
}
.feedback-box{
    padding: 70px 0 40px;
    background-repeat: no-repeat;
    background-size: cover;
}
.feedback-box .pub-tit-box .pub-tit .cn{
    color: #fff;
}
.feedback-box .pub-tit-box .pub-tit .en{
    color: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
}
.feedback{
    margin-top: 20px;
}
.feedback .pc-box{
    height: 620px;
    position: relative;
}
.feedback .m-box{
    display: none;
}
.feedback .pc-box .item{
    width: 330px;
    position: absolute;
}

.feedback .pc-box .item:nth-child(1){
    left: 11%;
    top: 10.5%;
}
.feedback .pc-box .item:nth-child(2){
    left: 25%;
    top: 0;
}
.feedback .pc-box .item:nth-child(3){
    left: 2.857%;
    top: 37.9%;
}
.feedback .pc-box .item:nth-child(4){
    left: 29.64%;
    top: 45.16%;
}
.feedback .pc-box .item:nth-child(5){
    left: 20.7%;
    bottom: 0;
}
.feedback .pc-box .item:nth-child(6){
    left: 45.357%;
    top: 9.766%;
}
.feedback .pc-box .item:nth-child(7){
    right: 13.928%;
    top: -4.8%;
}
.feedback .pc-box .item:nth-child(8){
    right: 25%;
    bottom: 11.29%;
}
.feedback .pc-box .item:nth-child(9){
    right: 9.64%;
    bottom: 19.35%;
}
.feedback .pc-box .item:nth-child(10){
    left: 35%;
    top: 23.387%;
}

.feedback img{
    width: 100%;
}
.feedback .logo{
    position: absolute;
    width: 110px;
    top: 25px;
    right: 40px;
}
.feedback .text{
    position: absolute;
    right: 40px;
    top: 70px;
    width: 240px;
    right: 40px;
    top: 65px;
    max-height: 102px;
    overflow: hidden;
}
.feedback .text .con{
    font-size: 12px;
    line-height: 24px;
}

.feedback .text .mCSB_scrollTools .mCSB_draggerRail{
    width: 1px;
    background: #666;
}
.feedback .text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #0080cc;
}
.feedback .text .mCSB_inside>.mCSB_container{
    margin-right: 20px;
}
.down-box{
    padding: 80px 0 130px;
}
.down-box .down{
    margin-top: 30px;
}
.down-box .down .down-tab{
    overflow: hidden;
}
.down-box .swiper-slide .icon-box{
    height: 190px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
}
.down-box .swiper-slide:nth-child(1) .icon-box{
    background-image: url('../images/down-bg1.jpg');
}

.down-box .swiper-slide:nth-child(2) .icon-box{
    background-image: url('../images/down-bg2.jpg');
}
.down-box .swiper-slide:nth-child(3) .icon-box{
   background-color: #333;
}
.down-box .swiper-slide .icon-box .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 102px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate(-50%,-50%);
}
.down-box .swiper-slide .icon-box .icon img{
    width: 100%;
}
.down-box .swiper-slide .list{
    padding: 10px 40px 20px;
    border: 1px solid #e3e3e3;
    border-top: none;
    overflow: hidden;
    height: 350px;
}
.down-box .swiper-slide .list a{
    padding-left: 30px;
    padding: 15px 0 15px 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/down-btn.png');
    display: block;
    border-bottom: 1px solid #ededed;
}
.down-box .swiper-slide .list .mCSB_outside+.mCSB_scrollTools{
    right: 0;
    width: 10px;
    background-color: #f1f1f1;
}
.down-box .swiper-slide .list .mCSB_scrollTools .mCSB_draggerRail{
    background: none;
}
.down-box .swiper-slide .list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 10px;
    background-color: #999;
    border-radius: 0;
}
/* service end */
.indu-nav-box{
    border-bottom: 1px solid #dbdbdb;
}
.indu-nav-box .sub-nav2 .icon-box .item.cur .icon-wrap{
    background-color: transparent;
}
.circuit-box{
    padding: 40px 0 80px;
}
.indu-box{
    padding: 50px 0 90px;
    border-bottom: 1px solid #999;
}
.indu-box:last-child{
    border-bottom: none;
}
.indu-box2 .point-box .item .line{
    height: 350px;
    overflow: hidden;
}
.indu-tit{
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    text-align: center;
}
.indu-box .txt{
    font-size:14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin-top: 20px; 
}
.circuit-wrap{
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
}
.indu-box .m-box{
    display: none;
}
.circuit-wrap .m-box img{
    width: 100%;
}
.circuit-img{
    max-width: 720px;
    margin: 40px auto 0;
}
.circuit-img>img{
    width: 100%;
}
.indu-box .list-box{
    padding-top: 30px;
    position: relative;
    z-index: 5;
}
.indu-box .list-box .list{
    margin-top: 15px;
    padding: 40px 25px 10px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
}
.indu-box .list-box .list .row{
    margin: 0 -12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    /* -webkit-box-orient: horizontal; */
    -webkit-box-lines: multiple;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.indu-box .list-box .list .item{
    padding: 0 12px;
    float: left;
    width: 20%;
    margin-bottom: 30px;
}
.indu-box .list-box .con-box{
    background-color: #fff;
    height: 100%;
     border: 1px solid #dfdfdf;
}
.indu-box .list-box .list img{
    width: 100%;
}
.indu-box .list-box .title{
    font-size: 24px;
    line-height: 34px;
    color: #333;
}
.indu-box .list-box .tit{
    color: #fff;
    background-color: #2b66b0;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.indu-box .list-box .img{
    border: 1px solid #2b66b0;
}
.indu-box .list-box .con{
    font-size: 12px;
    line-height: 20px;
    padding: 15px 10px;
   
    box-sizing: content-box;
    /* height: 100px; */
    color: #666;
    text-align: center;
}

.indu-box .list-box .item.green .tit{
    background-color: #4da6d6;
}
.indu-box .list-box .item.green .img{
    border-color: #4da6d6;
}
.indu-box .list-box .item.red .tit{
    background-color: #d97b79;
}
.indu-box .list-box .list .item.red .img{
    border-color: #d97b79;
}
.indu-box .list-box .item.red2 .tit{
    background-color: #c13d45;
}
.indu-box .list-box .list .item.red2 .img{
    border-color: #c13d45;
}
.point-box .item{
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 44px;
    height: 44px;
    /* pointer-events: none; */
}
.circuit-wrap .pc-box{
    position: relative;
}
.circuit-wrap .text-tab{
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
}
.circuit-wrap .text-tab .item{
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    padding: 25px;
    background-color: #2b66b0;
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
    display: none;
}
.circuit-wrap .text-tab .tit{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.circuit-wrap .text-tab .con{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
}

.circuit-wrap .point-box .item:nth-child(1){
    left: 50.7%;
    top: 7%;
}
.circuit-wrap .point-box .item:nth-child(2){
    left: 34.7%;
    top: 24%;
}
.circuit-wrap .point-box .item:nth-child(3){
    left: 22.22%;
    top: 40%;
}
.circuit-wrap .point-box .item:nth-child(4){
    left: 9.7%;
    top: 50%;
}
.circuit-wrap .point-box .item:nth-child(5){
    left: 20.8%;
    top: 60%;
}
.circuit-wrap .point-box .item:nth-child(6){
    left: 34.7%;
    top: 48%;
}
.circuit-wrap .point-box .item:nth-child(7){
    left: 47.2%;
    top: 38%;
}
.circuit-wrap .point-box .item:nth-child(8){
    left: 59%;
    top: 26%;
}
.circuit-wrap .point-box .item:nth-child(9){
    left: 71.59%;
    top: 36%;
}
.circuit-wrap .point-box .item:nth-child(10){
    left: 58.33%;
    top: 48%;
}
.circuit-wrap .point-box .item:nth-child(11){
    left: 47.22%;
    top: 58%;
}
.circuit-wrap .point-box .item:nth-child(12){
    left: 33.33%;
    top: 71%;
}
.circuit-wrap .point-box .item:nth-child(13){
    left: 47.22%;
    top:82%;
}
.circuit-wrap .point-box .item:nth-child(14){
    left: 58.83%;
    top:68%;
}
.circuit-wrap .point-box .item:nth-child(15){
    left: 70.8%;
    top:57%;
}
.circuit-wrap .point-box .item:nth-child(16){
    left: 84%;
    top:50%;
}
.point-box .item .point,
.point-box .item .point2{
    width: 44px;
    height: 44px;
    /* background-color: rgba(204,0,0,.2); */
    background-color: rgba(43,102,176,.2);
    border-radius: 100%;
    position: relative;
    z-index: 3;
    /* pointer-events: auto; */
}
.point-box .item .point2{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    background-color: rgba(204,0,0,.2);
    opacity: 0;
    filter: alpha(opacity=0);
}

.point-box .item .point:before,
.point-box .item .point2:before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    /* background-color: #c00; */
    background-color: #2b66b0;
    opacity: .8;
    filter: alpha(opacity=80);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.point-box .item .point2:before{
    background-color:#c00;
}
.point-box .item .point .line{
    position: absolute;
    left: 50%;
    display: none;
}
.point-box .item .text{
    position: absolute;
    left: 30px;
    top: 20px;
    padding: 25px;
    width: 300px;
    background-color: #2b66b0;
    /* border: 1px solid #e5e5e5; */
    border-radius: 6px;
    /* box-shadow: 0 3px 7px rgba(0, 0, 0, .1); */
    display: none;
    z-index: 5;
}
.electric-img .point-box .item .text .con{
    display: none;
}
.point-box .item .tit{
    font-size: 16px;
    line-height: 26px;
    /* color: #333; */
    color: #fff;
}
.point-box .item .con{
    font-size: 14px;
    /* color: #999; */
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
}
.point-box .item .line{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100px;
    display: none;
    z-index: 0;
}
.point-box .item .r-line{
    position: absolute;
    left: 20px;
    right: auto;
    top: 20px;
    width: 100px;
    height: 500px;
    overflow: hidden;
}


.point-box .item.cur .text{
    z-index: 7;
    /* display: block; */
}
.point-box .item.cur .point{
    background-color: rgba(204,0,0,.2);
}
.point-box .item.cur .line{
    display:block;
}
.point-box .item.cur .point:before{
    background-color: #c00;
    opacity:1;
    filter: alpha(opacity=100);
}

.panel-img{
    max-width: 650px;
}
.panel-img .point-box .item:nth-child(1){
    position: absolute;
    top: 40%;
    left: 42.3%;
}
.fibre-img{
    margin-top: 80px;
    max-width: 770px;
}

.fibre-img .point-box .item:nth-child(1){
    left: 11.688%;
    top: 20%;
}
.fibre-img .point-box .item:nth-child(2){
    left: 10.39%;
    top: 63.33%;
}
.fibre-img .point-box .item:nth-child(3){
    left: 45.45%;
    top: 28.33%;
}
.fibre-img .point-box .item:nth-child(4){
    left: 81.17%;
    top: 55%;
}
.fibre-img .point-box .item .text{
    bottom: 20px;
    top: auto;
}
.electric-img .point-box .item .text{
    display: none!important;
}

.energy-img .point-box .item:nth-child(1){
    left: 43%;
    top: 19%;
}
.energy-img .point-box .item:nth-child(2){
    left: 17.36%;
    top: 43.617%;
}
.energy-img .point-box .item:nth-child(3){
    left: 47.22%;
    top: 66%;
}
.energy-img .point-box .item:nth-child(4){
    left: 76.39%;
    top: 53.2%;
}
.energy-img .point-box .item .text{
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    width: 160px;
    padding: 15px;
}

.homehold-img{
    max-width: 540px;
}
.homehold-img .point-box .item:nth-child(1){
    position: absolute;
    top: 31%;
    left: 55.55%;
}
.medical-img{
    max-width: 515px;
}
.medical-img .point-box .item:nth-child(1){
    position: absolute;
    top: 39.4%;
    left: 44.66%;
}



.car-img .point-box .item:nth-child(1){
    left: 64.47%;
    top: 45.45%;
}
.car-img .point-box .item:nth-child(2){
    left: 94.22%;
    top: 54.54%;
}
.car-img .point-box .item:nth-child(3){
    left:27.78%;
    top: 67%;
}
.car-img .point-box .item:nth-child(4){
    left: 55.55%;
    top: 48.4848%;
}
.car-img .point-box .item:nth-child(5){
    left: 22.9%;
    top: 48.48%;
}
.car-img .point-box .item:nth-child(6){
    left: 26.4%;
    top: 21.21%;
}
.car-img .point-box .item:nth-child(7){
    left: 72.22%;
    top: 33.33%;
}
.car-img .point-box .item:nth-child(8){
    left: 45.14%;
    top: 9%;
}
.car-img .point-box .item:nth-child(9){
    left: 31.25%;
    top: 53%;
}
.car-img .point-box .item:nth-child(10){
    left: 11.11%;
    top: 69.7%;
}
.car-img .point-box .item .text{
    bottom: 20px;
    top: auto;
    min-width: 110px;
    width: auto;
    padding: 10px 25px;
    white-space: nowrap;
}

.view-list .item{
    margin-bottom: 30px;
}

.media-box .care-list .swiper-wrapper{
    display: block;
}
.media-box .care-list .swiper-slide{
    float: left;
    margin-bottom: 40px;
}

.contact-aside{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 10;
    margin-top: -61px;
    transform: translateX(100%);
    transition: all .4s;
}
.contact-aside .icon-box{
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    height: 122px;
    background-color: #f6f6f6;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    border-radius: 8px;
    padding: 25px 0;
    text-align: center;
}
.contact-aside .icon-box .ico{
    margin-bottom: 18px;
}
.contact-aside .right{
    padding: 20px 40px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    background-color: #f6f6f6;
}
.contact-aside .item{
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-bottom: 20px;
}
.contact-aside .item:last-child{
    margin-bottom: 0;
}
.contact-aside .con{
    color: #0080cc;
    font-family: arial;
    font-size: 24px;
}

.develop-list{
    margin-top: 45px;
}
.develop-list .item{
    float: left;
    width: 48%;
    margin-bottom: 20px;
}
.develop-list .item:nth-child(2n){
    float: right;
}
.develop-list .item .con{
    float: left;
    width: 75%;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    transition: all .3s;
}
.develop-list .item .time{
    float: right;
    font-size: 16px;
    color: #999;
    line-height: 20px;
    transition: all .3s;
}
.develop-list .page{
    margin-top: 70px;
}