﻿@charset "utf-8";
@font-face {
    font-family: "primary";
    src: url('../fonts/SourceHanSansSC-Normal.eot');
    src:url('../fonts/SourceHanSansSC-Normal-1.eot') format('embedded-opentype'),/*ie6-ie8*/
        url('../fonts/SourceHanSansSC-Normal.woff2') format('woff2'),
        url('../fonts/SourceHanSansSC-Normal.woff') format('woff'),
        url('../fonts/SourceHanSansSC-Normal.ttf') format('truetype'),
        url('../fonts/SourceHanSansSC-Normal.svg') format('svg')
}
body{ font-family:"primary"; margin:0; padding:0; color: #444;}
p,dl,dd,ul,li,h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
li{ list-style:none;}
a{text-decoration:none;}
a:focus, a:hover{text-decoration:none;}
img{ border: none; outline: none;}
input{ border:none; outline:none; background: none;}
input::-moz-placeholder{ color: rgba(105,108,108,0.5);}
input:-ms-input-placeholder { color: rgba(105,108,108,0.5); }
input::-webkit-input-placeholder{ color:rgba(105,108,108,0.5); }
input::placeholder{ color:rgba(105,108,108,0.5); }
textarea::-moz-placeholder{color:rgba(105,108,108,0.5); }
textarea:-ms-input-placeholder { color: rgba(105,108,108,0.5); }
textarea::-webkit-input-placeholder{ color:rgba(105,108,108,0.5); }

.clear{clear: both; margin: 0; padding: 0;}
.clearfix:after{ content: ""; display:block; height: 0; clear: both; visibility: hidden;}
.clearfix{*zoom:1;}

body{ background: #1e1c1a;}
.header{ width: 100%;position:absolute;top: 0; left: 0; z-index: 100; height: 90px; background: rgba(0,0,0,0.23); padding-left: 40px; padding-right: 45px;}
.position{ background: rgba(0,0,0,.8);position: fixed;}

.header .logo{ float: left; width: 20%; margin-top: 10px;}
.header .logo img{ max-width: 100%; height: auto;}
.header .navbox{ float: right; width:80%;}
.navbox .en{ float: right; margin-top: 3px; font-size: 16px; margin-left: 25px; line-height: 90px; color: #fff;}
.navbox .en:hover{ color: #c097c5;}
.navbox ul{ float: right;}
.navbox ul li{ height: 90px; position: relative; float: left; margin-left: 1px;}
.navbox ul li>a{ color: #fff; line-height: 88px; border-top: 4px solid rgba(133,41,144,0); font-size: 16px; /*font-weight: bold;*/ display: block; padding-left: 28px; padding-right: 28px;}
.navbox ul li.current>a{border-top: 4px solid rgba(13,90,68,1);}
.navbox ul li:hover>a{border-top: 4px solid rgba(13,90,68,1);}
.navbox ul li .subnav{ display: none; width: 130px;position: absolute; top: 68px; z-index:100;left: 0; text-align: left;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .5);
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .5);
}
.navbox ul li .subnav img{ margin-left: 45px; vertical-align: bottom;}
.navbox ul li .subnav div{ background:rgba(255,255,255,0.8)}
.navbox ul li .subnav div a{ display: block;border-left:3px solid #fff; line-height: 40px; font-size: 14px; /*font-weight: bold; */color: #333;
    padding:0 20px;
}

.navbox ul li .subnav div a:hover{ border-left:3px solid #0D5A44; color: #0D5A44; background: #e6e6e6;}

.newnav{display: flex;justify-content: center;align-items: center;}
.newnav a{float:left;margin-left:10px; margin-right:10px; background:#fff;display:block;width:140px; line-height:50px; text-align:center;color:#000;margin-top:20px; }
.newnav a:hover{background:#0D5A44;color:#fff;}
.newnav .on{background:#0D5A44;color:#fff;}

/*手机版导航*/
.mobileNav{ display:none;position:fixed; top:60px; z-index:10000; width:100%; height:auto;overflow: scroll; background:rgba(133,41,144,1);;left:0;}
.mobileNav ul li{ position: relative;}
.mobileNav ul li span.addBtn{ display: inline-block;cursor: pointer; width:60px; height:50px; line-height: 50px; position: absolute;text-align:center;right: 0px; top: 0px; z-index: 100;}
.mobileNav ul li span.addBtn img{width: 20px; height: auto;}
.mobileNav ul li>a{ display:block; border-bottom:1px solid #fff; width:100%; line-height:50px; padding-left:22px; margin:auto; font-size:16px; color:#fff; }
.mobileNav ul li dl{ display:none; background:#fff;}
.mobileNav ul li dl dd{ margin:auto;  }
.mobileNav ul li dl dd a{ line-height:40px; color:#2a2c80; border-bottom: 1px solid #ddd; display:block; font-size:15px; padding-left:34px;}

.video-js .vjs-tech{ z-index: 100 !important;}

#pageBtn.swiper-pagination{ right: 36px;}
#pageBtn .swiper-pagination-bullet{ background: #bff4f7; margin: 25px 0;}
#pageBtn .swiper-pagination-bullet-active{ width: 1px; margin: 25px auto; height: 101px; border-radius: 0; background: #bff4f7;
    transition: width .5s,height .5s;
    -webkit-transition: width .5s,height .5s;
    -moz-transition: width .5s,height .5s;
    -o-transition: width .5s,height .5s;
}

#section1{
    width: 100%;
    height: 100%;
}
#section1 .swiper-wrapper{
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -ms-transition-property:-ms-transform;
    transition-property:transform;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}
#section1 .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide{ box-sizing: border-box;background-repeat: no-repeat; background-size: cover; background-position: center center;}
#section1 .swiper-slide video{ object-fit: fill; width:100% !important; height: 100% !important;}
.myVideo-dimensions{ width: 100% !important; height: 100% !important;}
.section1 .swiper-button-next, .section1 .swiper-button-prev{ opacity: 0;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 5px;}
.section1 .swiper-pagination{ bottom:15px;}
.section1 .swiper-pagination-bullet{ opacity: 1; margin: 0 5px; width: 8px; height: 8px; background:#bff4f7; }
.section1 .swiper-pagination-bullet-active{ background:#0D5A44;}

.swiper-button-next,.swiper-button-prev{ opacity: 0;}

.section2{background-image: url(../images/bg2.jpg);}
.section2 h1{ color: #fff;margin-top: 100px; font-weight:bold}
.section2 h1,.section3 h1,.section5 h1,.section6 h1{ font-size: 30px;}
.section2 ul.core-areas{ margin-top: 90px; padding-bottom:106px;}
.section2 ul.core-areas li{ float: left; margin-top: 30px; width: 15.2%;text-align: center; margin-right: 1.4%; background: rgba(18,31,48,.1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.section2 ul.core-areas li a{ display: block;padding-top:40px; padding-bottom:20px; padding-left:15px; padding-right:15px;  }
.section2 ul.core-areas li img{ max-width: 100%; height: auto; margin-top: 45px;}
.section2 ul.core-areas li h2{ font-size:22px; color: #fff;}
.section2 ul.core-areas li.active{margin-top:0;background: rgba(112,50,215,1);
    box-shadow: 0 0 15px 0 rgba(0,12,68,0.5);
    -moz-box-shadow: 0 0 15px 0 rgba(0,12,68,0.5);
    -o-box-shadow: 0 0 15px 0 rgba(0,12,68,0.5);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.section2 ul.core-areas li.active a{ padding-top: 46px;}
.section2 ul.core-areas li.active span{ display: inline-block; width: 40px; background: #b899eb; margin-top: 26px; height: 1px;}
.section2 ul.core-areas li.active img{ margin-top: 53px;}

.section2 .core-more{ clear: both; display: block; margin: auto; width: 202px; height: 48px; text-align: center; border: 1px solid #dedce1; line-height: 48px; font-size: 18px; color: #dedce1; }
.section2 .core-more:hover{ background: url("../images/more-r.jpg") no-repeat center center; background-size: cover; border: 1px solid #0D5A44;}

.section3{ background-image: url(../images/bg3.jpg);}
.section3 h1{color: #fff;margin-top: 100px; font-weight:bold;}
.section3 ul.platform{padding-top: 60px;}
.section3 ul.platform li.plat-item{overflow:hidden;float:left;width:15.84%;text-align:center;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center center;
    transition:width .8s;
    -ms-transition:width .8s;
    -moz-transition:width .8s;
    -webkit-transition:width .8s;
    -o-transition:width .8s;
}
.section3 ul.platform li.plat-item.item-active{width:20.8%;
    transition:width .8s;
    -ms-transition:width .8s;
    -moz-transition:width .8s;
    -webkit-transition:width .8s;
    -o-transition:width .8s;
}
.section3 ul.platform li.plat-item a{ display: block;}
.section3 ul.platform li.plat-item .numbox{ font-size: 60px; font-weight: 700; font-family: "arial"; color: #f4f5f6; opacity: .1;}
.section3 .platform .plat-item .plat-title{ margin-top:15px;margin-bottom:6px;font-size:26px;color:#fff;}
.section3 .platform .plat-item span.line{ display: inline-block; width: 40px; height: 1px; background: #343434; opacity: .2;}
.section3 ul.platform li.plat-item .plat-cover{ padding:25px 35px 106px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.section3 ul.platform li.plat-item .plat-brief{ opacity:0;width: 100%; margin-top: 26px;}
.section3 ul.platform li.plat-item p{ overflow: hidden; height: 162px; font-size: 16px; color: #000; line-height: 26px;}
.section3 ul.platform li.plat-item .plat-brief span{ display: inline-block; width: 152px; height: 46px; background: url(../images/more-r.jpg) no-repeat; background-size: cover; line-height: 46px; text-align: center; font-size: 16px; color: #fff;}
.section3 ul.platform li.plat-item span.plat-more{ position: absolute; font-size: 16px; color: #929292; right: 15px; bottom: 26px;}

.section3 ul.platform li.plat-item.item-active .plat-brief{opacity: 1;

}
.section3 ul.platform li.plat-item.item-active .numbox{ opacity: 1;}
.section3 .platform .plat-item.item-active .plat-title{ color: #000;}
.section3 .platform .plat-item.item-active span.plat-more{ visibility: hidden;}
.section3 ul.platform li{background-image: url(../images/indeximg1.jpg);}
/*.section3 ul.platform li.index1{background-image: url(../images/indeximg2.jpg);}
.section3 ul.platform li.index2{background-image: url(../images/indeximg3.jpg);}
.section3 ul.platform li.index3{background-image: url(../images/indeximg4.jpg);}
.section3 ul.platform li.index4{background-image: url(../images/indeximg5.jpg);}
.section3 ul.platform li.index5{background-image: url(../images/indeximg6.jpg);}*/

.section3 ul.platform li.item-active{background-image: url(../images/indeximg1-r.jpg);}
/*.section3 ul.platform li.index1.item-active{background-image: url(../images/indeximg2-r.jpg);}
.section3 ul.platform li.index2.item-active{background-image: url(../images/indeximg3-r.jpg);}
.section3 ul.platform li.index3.item-active{background-image: url(../images/indeximg4-r.jpg);}
.section3 ul.platform li.index4.item-active{background-image: url(../images/indeximg5-r.jpg);}
.section3 ul.platform li.index5.item-active{background-image: url(../images/indeximg6-r.jpg);}*/

.section4{ background-image: url(../images/bg4.jpg);}

.section5{background-image: url(../images/bg5.jpg);}
.section5 h1{ color: #fff; margin-top:100px; font-weight:bold;}
.section5 ul.index-news{ padding-top: 88px;}
.section5 ul.index-news li{ float: left; text-align: left; width:48.2%; overflow: hidden; margin-right: 1.6%; background: #fff; padding:55px 30px 55px 48px;
    box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
}
.section5 ul.index-news li a{ display: block;}
.section5 ul.index-news li .index-left{ float: left; width: 24.8%;}
.section5 ul.index-news li .index-left .date{ margin-bottom:8px;}
.date .timeL{ font-size: 28px; font-family: "arial"; color: #4f5454;}
.date .timeY{ font-size: 16px; font-family: "arial"; color: #929292; margin-top: -5px;}
.section5 ul.index-news li .imgbox{ overflow: hidden;}
.section5 ul.index-news li img{ max-width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.section5 ul.index-news li .index-right{ float: right; width: 64%;}
.section5 ul.index-news li .index-right h2{ font-size: 16px; margin-bottom: 16px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap; color: #000;}
.section5 ul.index-news li .index-right p{ height: 48px; overflow: hidden; font-size: 16px; margin-bottom: 10px; line-height: 24px; color: #929292;}
.section5 ul.index-news li .index-right span{display:block; margin-bottom:4px;font-size: 16px;color: #929292;}
.section5 ul.index-news li:hover h2{ color: #0D5A44;}
.section5 ul.index-news li:hover .imgbox img{
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.section5 a.news-more{ width: 202px; height: 48px; display: inline-block; margin-top:38px; color: #fff; font-size: 18px; line-height: 48px; text-align: center; border: 1px solid #0D5A44;}
.section5 a.news-more:hover{ background: url(../images/more-r.jpg) no-repeat center center; background-size: cover;}

.section6{background-color: rgb(31, 34, 49)!important;}
.section6 h1{ color: #f8f6f0; margin-top:100px; font-weight:bold}
.section6 ul.hzlist{padding-top: 60px; padding-bottom: 56px;}
.section6 ul.hzlist li{ float: left; background: #fff; width: 15%; margin-right: 1.666%; margin-bottom: 15px; text-align: center; overflow: hidden;}
.section6 ul.hzlist li a{ display: block;}
.section6 ul.hzlist li img{width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;filter: grayscale(100%);
}
.section6 ul.hzlist li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);filter: grayscale(0%);
}
.section6 a.hz-more{ display: inline-block; width: 202px; height: 48px;color:#fff;border: 1px solid #0D5A44; line-height: 48px; text-align: center; font-size: 18px;}
.section6 a.hz-more:hover{ background: url(../images/more-r.jpg) no-repeat center center; background-size: cover;}

.section7{background-image: url(../images/bg9.jpg);height: auto;}

.footer{ width: 100%; background: #000; padding-top: 35px; padding-bottom: 35px;}
.footer .address{ text-align: left; position: relative; width: 66.6%; float:left; font-size: 14px; color: #fff; line-height: 24px;}
.footer .link{ width:33.3%; float: left; position: relative; margin-top: 10px;}
.footer .link h2{ width:252px; text-align: left; margin: auto; border-radius: 5px; font-size: 14px;color: #fff; text-indent: 18px; line-height: 34px; height: 34px; background:url(../images/arrow-d.png) no-repeat 95% center #2c3134;}
.footer .link dl{ position: absolute; display: none; left: 50%; margin-left:-126px; padding:20px 0 20px 10px; top: -200px; z-index: 100; width: 252px; height: 200px; overflow: auto; background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.footer .link dl dd{text-align: left; }
.footer .link dl dd a{ font-size: 14px; color: #000; line-height: 28px;}
.footer .link dl dd:hover a{ color: #0D5A44;}
.footer .link h2:hover{ cursor: pointer;}
.footer .wx{ cursor: pointer; width: 33.3%; float: right; text-align: right;position: relative;}
.hidden-wx{ display: none; position: absolute; right: -25px; top: -110px;}
.hidden-wx img{ width: 100px; height: auto;}

/*关于我们——综合页*/
.banner{ background-size: cover; background-position: center center; background-repeat: no-repeat;}
.banner h1{ font-size: 30px; color: #99cad9; margin-bottom: 30px;}
.banner p{ font-size: 16px; color: #fff; line-height: 24px;}
.banner .container{ padding-left: 35px;}
#about{ padding-top: 170px; padding-bottom: 100px;}
#about h1{ margin-bottom:20px;}

.maincover{ padding-top: 45px; padding-bottom: 45px;}
.maincover .aboutinfo{ margin-top: 45px;}
.aboutinfo .about-left{ width:48.2%; float: left; overflow: hidden;}
.about-left img{ width: 100%; height: auto;}
.aboutinfo .about-right{ float: right; width: 47.3%;}
.about-right h2{ font-size: 24px;margin-bottom:20px;color: #fff;}
.about-right p{ font-size: 16px; color: #fff; line-height: 28px;}
.about-right a{ display: inline-block; margin-top: 34px; width: 203px; height: 46px; line-height: 46px; text-align: center; font-size: 18px; color: #dedce1; border: 1px solid #0D5A44;}
.about-right a:hover{ background: url(../images/more-r.jpg) no-repeat center center; background-size: cover;}
.maincover ul.about-menu{}
.maincover ul.about-menu li{ float: left; text-align: center; width: 23.75%; margin-right: 1.66%; background: #ae87b0; position: relative; padding-top: 28px; padding-bottom: 44px;}
.maincover ul.about-menu li .iconimg{height: 52px; width: 52px; margin: auto; overflow: hidden; position: relative; z-index: 1;}
.maincover ul.about-menu li .iconimg img{ max-width: 100%; height: auto;}
.maincover ul.about-menu li .iconimg img.normal{position: absolute; left: 0; top: 0;}
.maincover ul.about-menu li .iconimg img.hover{  position: absolute; left: 0; top: -52px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.maincover ul.about-menu li:hover img.normal{ top:-52px;}
.maincover ul.about-menu li:hover img.hover{ top: 0;}
.maincover ul.about-menu li h2{ font-size:24px; position: relative; z-index: 1; color: #f8f6f0; margin-top: 35px;}
.maincover ul.about-menu li::after{ content: ""; display: block; width: 0; background: #0D5A44; height: 100%;
    position: absolute; top: 0; left: 0;z-index:0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.maincover ul.about-menu li:hover h2{ color: #fff;}
.maincover ul.about-menu li:hover::after{ width: 100%;}

/*关于我们——本院简介*/
.main{ padding-top:15px;}
.main .newsnav{margin-bottom: 15px; background: url(../images/icon_public_home.png) no-repeat left 8px; background-size: 18px auto; padding-left: 22px; font-size: 14px; color: #ffffff; line-height: 32px;}
.newsnav a{ font-size: 14px; color: #ffffff; line-height: 32px;}
.newsnav a.active{ color: #fff;}
.newsnav a:hover{ color: #fff;}

.main h1{ text-align: center; margin-bottom:15px; line-height: 32px; font-size: 24px; color: #fff;}
.aboutcontent{ padding-top: 10px; color:#fff; font-size:14px; line-height:26px;}
.main ul.info-li{ padding-top:40px; padding-bottom:10px;}
.main ul.info-li li{ margin-bottom: 40px; overflow: hidden;}
.main ul.info-li li.index0{ background: #0D5A44;}
.main ul.info-li li.index1{ background: #ae87b0;}
.main ul.info-li li .imgbox{ float: left; width: 50%;}
.main ul.info-li li .imgbox img{ width: 100%; height: auto;}
.main ul.info-li li .about-r{ float: right; width: 50%; padding: 65px 70px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main ul.info-li li .about-r h3{ font-size: 20px; margin-bottom: 22px; font-weight: bold; color: #f8f6f0;}
.main ul.info-li li .about-r p{ font-size: 15px; line-height: 24px; color: #f8f6f0;}
.main ul.info-li li.index1 .imgbox{ float: right;}
.main ul.info-li li.index1 .about-r{ float: left;}

/*关于我们——发展历程*/
.main .timeline{ margin-top: -10px; position: relative;}
.timeline .time-round{text-align: center; margin-top: 0;}
.timeline ul.history::before{ position: relative; content: ""; display: block; width: 1px; height: 70px; margin: auto; background: #c9c5c1;}
.timeline ul.history li{position: relative; width: 1px; margin: 0 auto; background: #c9c5c1;  }
.timeline ul.history li::after {
    content: '';
    position: absolute;  left: 50%; top:15px; margin-left: -10px; width: 20px;  height: 20px;  z-index: 2;
    background: url(../images/dots.png) no-repeat;
}
.timeline ul.history li>div {position: relative;bottom: 0;width:560px;overflow:hidden;}
.timeline ul.history li>div .hisimg { float: left; width: 25.4%; }
.hisimg img{ width: 100%; height: auto;}
.timeline ul.history li>div .his-r{ float: right; width: 64.3%;}
.his-r h2{ text-align: right; margin-bottom: 10px; font-size: 30px; color: #fff; font-weight: 700;}
.his-r p{ line-height: 30px; font-size: 16px; color: #c9c5c1;}
.his-r p span{ float: left;}
.timeline ul.history li.hisleft>div .hisimg{ float: right;}
.timeline ul.history li.hisleft>div .his-r{ float: left;}
.timeline ul.history li.hisleft>div .his-r h2{ text-align: left;}

.timeline ul.history li:nth-of-type(even) > div { left: 45px; }
.timeline ul.history li:nth-of-type(odd) > div {left: -600px; }

.timeline ul.history li>div { visibility: hidden;opacity: 0;
    transition: all 0.5s ease-in-out;
}
.timeline ul.history li:nth-of-type(even)>div {
    transform: translate3d(100px, -10px, 0) rotate(10deg);
}
.timeline ul.history li:nth-of-type(odd)>div {
    transform: translate3d(-100px, -10px, 0) rotate(10deg);
}
.timeline ul.history li.in-view>div {
    transform: none; visibility: visible; opacity: 1;
}

@media screen and (max-width: 900px) {
    .timeline ul.history li>div { width: 250px; flex-direction: column; }
    .timeline ul.history li>div div { width: 80%;margin: 10px;}
    .timeline ul.history li:nth-of-type(odd) > div { left: -289px; }
}
@media screen and (max-width: 600px) {
    .timeline ul.history li { margin-left: 20px; }
    .timeline ul.history li div { width: calc(100vw - 91px); }
    .timeline ul.history li:nth-of-type(odd) > div { left: 45px; }
}
.leftT{ text-align: center; margin-bottom: 72px; font-size: 14px; color: #fff;}

/*关于我们——专家团队*/
.main .columninfo{ width: 100%; margin: auto; text-align: justify; font-size: 16px; line-height: 24px; color: #c9c5c1;}
.main ul.zjteam{padding-top: 30px;}
.main ul.zjteam li{ float: left; width: 29.58%; margin-right: 5.63%; margin-bottom: 42px;}
.main ul.zjteam li a{ display: block;}
.main ul.zjteam li .imgbox{ width: 186px; margin: auto;box-shadow: 0 0 30px 0 rgba(30,28,26,.7); border-radius: 50%; overflow: hidden;}
.main ul.zjteam li .imgbox img{ width:100%; height: auto; border-radius: 50%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;

}
.main ul.zjteam li .teaminfo{position: relative;background: #ae87b0; margin-top: -60px; z-index: -1; padding-top:70px;}
.main ul.zjteam li h2{ text-align: center; font-size: 22px; color: #fafafa; margin-bottom: 15px;}
.main ul.zjteam li .teamtext{ background: #fff;padding: 20px 20px; height: 150px; font-size: 16px; line-height:26px; color: #343434;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main ul.zjteam li:hover .teaminfo{
    box-shadow: 5px 5px 15px 0 rgba(236,41,246,.3);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(236,41,246,.3);
    -o-box-shadow: 5px 5px 15px 0 rgba(236,41,246,.3);
    -moz-box-shadow: 5px 5px 15px 0 rgba(236,41,246,.3);
}
.main ul.zjteam li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.main a.team-more{ width: 203px; display: block; margin: auto; margin-top: 15px; margin-bottom: 65px; height: 48px;border: 1px solid #0D5A44; font-size: 18px; color: #dedce1; line-height: 48px; text-align: center;}
.main a.team-more:hover{ background: url(../images/more-r.jpg) no-repeat center center; background-size: cover;}

/*关于我们——专家团队内容*/
.teamContent{ padding-top:52px; padding-bottom: 90px;}
.teamContent .team-list{ position: relative;}
.teamContent .team-list::before{ content: ""; display: block; z-index: -1; position: absolute; left: 9px; top: 10px; width: 1px; height: 100%; background: rgba(207,207,207,.3);}
.team-list h2{ padding-left: 40px; margin-top: -10px; font-size: 24px; font-weight: bold; color: #fff; background: url(../images/dots-t.png) no-repeat 5px center;}
.team-list .team-brief{padding-left: 62px;background: url(../images/dots-t.png) no-repeat 5px top; padding-bottom: 50px;}
.team-brief img{ float: left; width:24.2%; height: auto;}
.team-brief .team-r{ float: right; width: 71%; color: #c9c5c1; font-size: 16px; line-height: 24px;}
.team-r h2{ background: none; padding-left: 0; margin-bottom: 25px;}
.team-list .team-c{ padding-top: 18px; padding-left: 60px; font-size: 14px; line-height: 24px; color: #c9c5c1;}

/*关于我们——荣誉资质*/
.columntext{ font-size: 16px; margin-top: 18px; margin-bottom: 24px; line-height: 24px; color: #c9c5c1;}
#fh5co-board .item img{ width: 100%; height: auto;}

/*关于我们——联系我们*/
.main .context{ margin-top: 0; margin-bottom:35px; text-align: center;}
/*.connect .con-left{ float: left; width: 54.2%; overflow: hidden;}*/
.connect{ position: relative;}
.connect ul.con-menu{ float: left; width: 12.5%;}
.connect ul.con-menu li{ font-size: 24px; font-weight: bold; line-height: 52px; color: #fff;}
.connect ul.con-menu li:hover{ cursor: pointer;}
.connect ul.con-menu li.active{ color: #ae87b0;}

.connect .con-right{ float: right; width: 87.5%;  overflow: hidden; padding-top: 6px; padding-bottom: 40px;}
.con-right .con-left{ float: left; width: 47.6%; margin-bottom: 50px;}
.con-right dl{ display: none; padding-top: 12px;}
.con-right dl dt{ padding-bottom: 14px; display: none; margin-bottom: 26px; font-size: 26px; font-weight: bold; border-bottom: 1px solid rgba(230,230,230,.3); color: #ae87b0;}
.con-right dl dd{ margin-bottom: 22px; line-height: 26px; font-size: 16px; color: #c9c5c1; padding-left: 48px; background-position: left center; background-repeat: no-repeat;}

.con-r{position: absolute; top: 6px; right: 50px; width: 33.3%;}
.con-r h2{ font-size: 24px; color: #fff; font-weight: bold; padding-bottom: 18px; border-bottom: 1px solid rgba(230,230,230,.3); margin-bottom: 25px; }
.con-r img{ max-width: 100%; height: auto;}
.con-r a{ display: block; margin-top: 16px; font-size: 16px; font-family: "arial"; color: #ae87b0;}

.con-right .map{ overflow: hidden; clear: both; padding-top:34px;}
.map img{ display: none; width: 100%; height: auto;}



/*科技成果——封面*/
.maincover h1{ font-size: 24px; color: #fff; text-align: center; font-weight:bold; margin-top:100px;}
.maincover ul.kjcg{ margin-top:45px;}
.maincover .kjcg li{ width: 23.8%; float: left; margin-right: 1.6%; margin-bottom:30px;}
.maincover .kjcg li .imgbox{ width: 100%; height: auto; overflow: hidden;}
.maincover .kjcg li img{ width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.maincover .kjcg li .kjcg-cover{ position: relative; margin: auto;padding: 15px 15px;margin-top: -38px; width: 90%; text-align: center;
    /*background: rgba(133,41,144,.8);min-height: 78px;*/
    background: rgba(30,28,26,0.7);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -o-box-shadow:0 0 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.maincover .kjcg li span{ font-size:18px; line-height: 30px; color: #fff; /*font-weight: 700;*/}
.maincover .kjcg li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.maincover .kjcg li:hover span{ color: #ae87b0;}

/*科技成果——列表页*/
.kjcgbox{ background: #fff; position: relative; margin-bottom: 115px; margin-top: 45px;}
/*#kjcg{ margin-top: 80px; width: 69.2%; padding-bottom: 50px; margin-bottom: 55px; border-bottom: 1px solid rgba(174,135,176,.4);}*/
/*#kjcg .swiper-slide{ background: #fff; position: relative; text-align: left;}*/
/*#kjcg .swiper-slide a{ display: block; width: 100%;}*/
/*#kjcg .swiper-slide .kjcgimg{ width: 69.2%;overflow: hidden;}*/
/*#kjcg .swiper-slide .kjcgimg img{ max-width: 100%; height: auto;}*/
.kjcgbox .kjcgbrief{ width: 45%; position: absolute; z-index: 10; height: 200px; padding: 35px; right: 40px; top: 126px; background: rgba(129,48,140,.8);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#kjcg{ float: left; width: 100%; }
#kjcg .swiper-slide .kjcgimg{ width: 60%; height: auto;}
#kjcg .swiper-slide .kjcgimg img{width: 60%; height: auto; vertical-align: bottom;}
#kjcg .swiper-slide{ background-size: cover; background-position: left center; background-repeat: no-repeat;}

.kjcgbrief h2{ font-size: 20px; font-weight: bold; margin-bottom: 20px; color: #fff;}
.kjcgbrief .kjcginfo{ font-size: 15px; line-height: 24px; color: #fff; margin-bottom: 15px;}
.kjcgbrief span{ font-size: 16px; color: #fff;}
.kjcgBtn{ position: absolute; left: 0; width: 100%; bottom: -66px; text-align: center; margin-top: 40px;}
.kjcgBtn .swiper-pagination{ position: relative; display: inline-block;bottom: 3px;padding:0 18px;}
.kjcgBtn .swiper-button-next,.kjcgBtn .swiper-button-prev{ cursor: pointer; margin-top: 0; position: relative; display: inline-block;}
.kjcgBtn .swiper-pagination-bullet{ width: 13px;height: 13px; margin: 0 10px; background: #fff; opacity: 1;}
.kjcgBtn .swiper-pagination-bullet-active{ background: #0D5A44;}
.kjcgBtn .swiper-button-next, .kjcgBtn .swiper-button-prev{width: 14px; height: 21px; opacity: 1;}
.kjcgBtn .swiper-button-next:hover{ background: url(../images/arrow-next-r.png) no-repeat;}
.kjcgBtn .swiper-button-prev:hover{ background: url(../images/arrow-prev-r.png) no-repeat;}

.main ul.kjcg-list{ padding-bottom: 20px; padding-top: 55px; border-top: 1px solid rgba(174,135,176,.4);}
.main ul.kjcg-list li{ float: left; width: 31.7%; margin-right: 2.45%; margin-bottom: 25px;}
.main ul.kjcg-list li a{ display: block;}
.main ul.kjcg-list li .listimg{ width: 100%; height: auto; overflow: hidden;}
.main ul.kjcg-list li img{ width: 100%; height: auto; vertical-align: bottom;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.main ul.kjcg-list li .kjcg-title{padding:15px 15px;width: 90%; position: relative; margin: auto; text-align: center;  margin-top: -39px;
    /*background:url(../images/libg1.jpg) no-repeat left top; background-size:cover;*/
    background: rgba(30,28,26,0.7);min-height: 78px;
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -o-box-shadow:0 0 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main ul.kjcg-list li span{ font-size: 18px; line-height:30px; color: #fff;/* font-weight: 700;*/}
.main ul.kjcg-list li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.main ul.kjcg-list li:hover span{ color: #ae87b0;}
.main a.kjcg-more{ width: 203px; display: block; margin: auto; margin-top: 15px; margin-bottom: 80px; height: 48px;border: 1px solid #0D5A44; font-size: 18px; color: #dedce1; line-height: 48px; text-align: center;}
.main a.kjcg-more:hover{ background: url(../images/more-r.jpg) no-repeat center center; background-size: cover;}

/*科技成果——内容页*/
.main h1.kj-title{ margin-bottom: 22px;}
.main ul.kjcg-menu{ width: 17.5%; margin-top: 40px; border-top: 1px solid rgba(230,230,230,.3);padding-top:40px; padding-bottom:10px;padding-left:35px;border-bottom: 1px solid rgba(230,230,230,.3);float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main ul.kjcg-menu li{ cursor: pointer; overflow: hidden; margin-bottom: 28px;}
.main ul.kjcg-menu li span{ float: left; width: 23px; height: 23px; border-radius: 50px; background: #ae87b0; font-size: 14px; font-weight: bold; font-style: italic; color: #fff; line-height: 23px; text-indent: 2px;}
.main ul.kjcg-menu li a{ float: right; width: 82%; font-size: 15px; font-weight: bold; line-height: 24px; color: #ae87b0;}

.main ul.kjcg-menu li.active span{ width: 26px;height: 26px; text-indent:0; text-align: center; background: #fff; font-size: 18px; font-style: normal; color: #0D5A44;}
.main ul.kjcg-menu li.active a{ color:#fff;}
.main .kjcgContent{ width: 100%; margin: auto; margin-top: 20px; margin-bottom: 80px; padding: 30px 70px 50px; background: #fff;
    /*box-shadow: 0 0 20px 10px rgba(230,42,247,.32);*/
    /*-webkit-box-shadow: 0 0 20px 10px rgba(230,42,247,.32);*/
    /*-o-box-shadow: 0 0 20px 10px rgba(230,42,247,.32);*/
    /*-moz-box-shadow: 0 0 20px 10px rgba(230,42,247,.32);*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.kjcgContent .xh{ font-size: 56px; font-weight: bold; color: rgba(174,135,176,.3); margin-left: 40px;}
.kjcgContent h2{ font-size: 20px; margin-top: 20px; margin-bottom: 10px; font-weight: bold;  color: #0a1d42;}
.kjcgContent .kjcgtext{display:none;padding-top: 26px; padding-bottom: 50px;}
.kjcgContent h3{ font-size: 20px; font-weight: bold; color: #ae87b0; margin-top: 30px; margin-bottom: 30px;}
.kjcgContent p{color: #606d84;}
.kjcgContent img{ max-width:100%; height: auto; margin-top: 10px; margin-bottom: 10px;}
.kjcgtext h3{ font-size: 20px; font-weight: bold; color: #ae87b0; margin-top: 30px; margin-bottom: 30px;}
.kjcgtext p{ font-size: 16px; line-height: 30px; color: #606d84;}
.kjcgtext img{ max-width: 100%; height: auto; margin-top: 10px; margin-bottom: 10px;}
.kjcgContent ul.cg_common{ overflow:hidden;}
.kjcgContent ul.cg_common li{ float: left; width: 25%; text-align: center; padding: 0 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.kjcgContent ul.cg_common li p{ font-size: 15px; line-height: 24px;}

.kjcgContent ul.cg_common1{ overflow:hidden;}
.kjcgContent ul.cg_common1 li{ float: left; width: 50%; text-align: center; padding: 0 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.kjcgContent ul.cg_common1 li p{ font-size: 15px; line-height: 24px;}

.kjcgContent ul.cg_common2{ overflow:hidden; width: 73%; margin: auto;}
.kjcgContent ul.cg_common2 li{ float: left; width: 16.66%; text-align: center; padding: 0 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.kjcgContent ul.cg_common2 li p{ font-size: 15px; line-height: 24px;}

.kjcgContent ul.cg_common3{ overflow:hidden;}
.kjcgContent ul.cg_common3 li{ float: left; width: 33.3%; text-align: center; padding: 0 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.kjcgContent ul.cg_common3 li p{ font-size: 15px; line-height: 24px;}

.kjcgContent .cg_box{ overflow: hidden; width: 82%; margin: auto;}
.cg_box .cg_left{ width: 50%; float: left; text-align: center;padding: 0 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.cg_box ul.cg_right{ width:50%; float: right; text-align: center; padding: 0 8px;}
.cg_left img,.cg_right img{ max-width: 100%; height: auto;}


.kjcgContent ul.cg_common4{ overflow:hidden; width: 84%; text-align: center;}
.cg_common4 li{ display: inline-block; padding: 0 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.kjcgContent ul.cg_common5{ }
.cg_common5 li{overflow: hidden;}
.cg_common5 li .cg_text{ width: 50%; float: left;}
.cg_common5 li .cg_img{ width: 40%; float: right; text-align: center; padding: 0 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*服务平台——封面*/
.maincover .service{ margin-top:45px; }
.service li{float: left; width: 22.6%; margin-right: 2.3%; margin-bottom:35px; background:#ddd}
.service li a{ display: block;}
.service li .imgbox{ width: 100%; height: auto; overflow: hidden;}
.service li img{ width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.service li .service-title{ position: relative; margin: auto; text-align: center;padding:15px 15px;margin-top: -39px; width: 90%;
    /*background: rgba(133,41,144,.8);*/
    background: rgba(30,28,26,0.7);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -o-box-shadow:0 0 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.service li span{ font-size: 18px; display: inline-block; line-height: 30px; color: #fff;/* font-weight: 700;*/}
.service li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.service li:hover span{ color: #ae87b0;}

/*服务平台——技术研发封面*/
.main .service-jsyf{ padding-top: 20px; padding-bottom: 10px;}
.service-jsyf li{float: left; width: 31.6%; margin-right: 2.3%; margin-bottom: 30px;}
.service-jsyf li a{ display: block;}
.service-jsyf li.index0{ width: 48.85%;}
.service-jsyf li.index1{ width: 48.85%; margin-right: 0;}
.service-jsyf li.index4{margin-right: 0;}
.service-jsyf li .imgbox{ width: 100%; height: auto; overflow: hidden;}
.service-jsyf li img{ width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.service-jsyf li .jsyf-cover{ position: relative; padding:20px 15px;margin: auto; margin-top: -39px; width:90%; text-align: center;
    /*background: rgba(133,41,144,.8);*/
    background: rgba(30,28,26,0.7);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -o-box-shadow:0 0 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.service-jsyf li span{ font-size: 18px; display: inline-block; line-height: 30px; color: #fff; /*font-weight: 700;*/}
.service-jsyf li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.service-jsyf li:hover span{color: #ae87b0;}

/*服务平台——技术研发——智能网联汽车研发平台封面*/
.js-cover{ margin-top: 25px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 35px; padding-bottom: 30px;}
.js-cover .jsbox{ margin-bottom:35px;}
.jsbox h2{ float: left; line-height: 50px; font-size: 22px; /*font-weight: bold;*/ padding-left: 58px; color: #fff; background-repeat: no-repeat; background-position: left center;}
.jsbox .js-right{ float: right; width: 80.2%;}

.js-right.systermbox p{padding-left: 10px; text-align:justify;}

.systermbox .systerm{ padding-top: 25px;}
.systerm .lists{ float: left; width: 23.7%; min-height: 280px; text-align: left; padding: 15px 15px 5px; margin-right: 2%; background: rgba(255,255,255,.1);
    /*box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-webkit-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-o-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-moz-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.systerm .lists.index0{ width: 48.6%;}

.systerm .lists h2{ padding-left: 0; margin-bottom: 10px; float: none; line-height: 24px; font-size: 15px; color: #fff;/*font-weight: bold;*/ text-align: center;}
.systerm .lists ul{ overflow: hidden;}
.systerm .lists ul li{ width: 46.6%; float: left; text-align: left; margin-right: 6.8%;}
.systerm .lists h3{ font-size: 14px; text-align: center; line-height: 22px; color: #fff; margin-bottom: 13px;}
.systerm .lists img{ max-width: 100%; height: auto; margin-bottom: 10px;}
.systerm .lists p{ font-size: 14px; color: #fff; line-height: 24px; position: relative;}
.systerm .lists p::before{ content: ""; display: inline-block; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; background: #fff; border-radius: 50%;}

.systerm .lists.index1{ width: 74.3%; margin-bottom: 20px;}
.systerm .lists.index1 ul li{ float: left; overflow: hidden; width: 48%; margin-right: 2%;}
.systerm .lists.index1 ul li img{ float: left; }
.systerm .lists.index1 ul li p{ float: right; text-align: left;}


.js-right .pfkz{margin-top:30px;margin-bottom:10px; background: #fff; padding:48px 34px 28px;
    /*box-shadow: 0 0 20px 0 rgba(230,42,247,.6);background: #ae87b0;*/
    /*-webkit-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-o-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-moz-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.pfkz img{ max-width: 100%; height: auto;}

.js-right .jsnl-index{margin-top:30px;margin-bottom:30px; /*background: #ae87b0;*/ background: rgba(255,255,255,.1); padding: 15px 22px;
    /*box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-webkit-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-o-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-moz-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.jsnl-index h3,.jsnl-index1 h3{ text-align: center; font-size: 15px; /*font-weight: bold; */margin-bottom: 22px; color: #fff;}
.jsnl-index ul.yf1 li{ text-align: center; width: 12.4%; float: left; margin-right: 2.2%;}
.jsnl-index ul.yf1 li img,.js-l ul.yf2 li img,.js-r ul.yf3 li img{ width: 100%; height: auto; border: 1px solid #fff;}
.jsnl-index ul.yf1 li p,.js-l ul.yf2 li p,.js-r ul.yf3 li p{ margin-top: 7px; font-size: 14px; text-align: left; line-height: 22px;}

.js-right .jsnl-index1{}
.jsnl-index1 .js-l{float: left; margin-right: 2.6%; min-height: 208px;}
.jsnl-index1 .js-l,.jsnl-index1 .js-r{width: 48.7%; /*background: #ae87b0;*/ background: rgba(255,255,255,.1); padding: 15px 28px;
    /*box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-webkit-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-o-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-moz-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.jsnl-index1 .js-r{ float: right; padding: 15px 38px; min-height: 208px;}
.js-l ul.yf2 li{ float: left; text-align: center; width: 30%; margin-right: 5%;}
.js-r ul.yf3 li{ float: left; text-align: center; width: 46.3%; margin-right: 7.4%;}


.js-right .jsnl{margin-top:30px;position:relative;background: #ae87b0; padding: 15px 22px;
    /*box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-webkit-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-o-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    /*-moz-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.jsnl h3{ text-align: center; font-size: 15px; /*font-weight: bold;*/ margin-bottom: 18px; color: #fff;}
.jsnl .swiper-slide{ background: none;}
.jsnl .swiper-slide img{width: 100%; height: auto; border: 1px solid #fff;}
.jsnl .swiper-slide p{ margin-top: 7px; color: #fff; font-size: 16px; line-height: 22px;}
.jsnl .swiper-button-next,.jsnl .swiper-button-prev{width: 47px; height:47px; background-size: 100%; cursor: pointer; display: inline-block; border-radius: 50%; opacity: 1;}
.jsnl .swiper-button-next{ right: -12px; background: url(../images/next.png) no-repeat;
    box-shadow: 0 0 20px 0 rgba(230,42,247,.6);
    -webkit-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);
    -o-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);
    -moz-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);
}
.jsnl .swiper-button-prev{ left: -12px; background: url(../images/prev.png) no-repeat;
    box-shadow: 0 0 15px 0 rgba(230,42,247,.5);
    -webkit-box-shadow: 0 0 15px 0 rgba(230,42,247,.5);
    -o-box-shadow: 0 0 15px 0 rgba(230,42,247,.5);
    -moz-box-shadow: 0 0 15px 0 rgba(230,42,247,.5);
}

.js-right .jsnl.jsnl2{ padding-left:30px; padding-right: 30px;}

.jsnlbox1 ul.jsnl-list{ overflow: hidden;}
.jsnlbox1 ul.jsnl-list li{  float: left; width: 30%; margin-right: 5%; margin-bottom: 18px;}
.jsnlbox1 ul.jsnl-list li p{ font-size: 16px; color: #fff; line-height: 32px;}
.jsnlbox1 ul.jsnl-list li span{ display: block; margin-top: 12px; font-size: 15px; color: #fff; line-height: 24px;}

.jsnlbox1 ul.jsnl-list2 li{ width: 47.5%;}
.jsnlbox1 ul.jsnl-list3 li{ width: 21.25%;}
.jsnlbox1 ul.jsnl-list4 li{ width: 100%;}

.js-right.fzrbox{ margin-bottom: 10px;}
.fzrbox h3{ font-size: 20px; padding-left: 16px; margin-top: 25px; margin-bottom: 50px; position: relative; color: #fff;}
.fzrbox h3::before{content: ""; display: block; width: 2px; height: 15px; position: absolute; top: 4px; left: 0; background: #ae87b0;}
.fzrtext{ /*background: #a07da2;*/ background: rgba(255,255,255,.1); padding:20px 25px 25px;}
.fzrtext .imgbox{ float: left; width: 17.76%; position: relative; margin-top: -45px;
    box-shadow: 0 0 20px 0 rgba(30,28,26,.6);
    -webkit-box-shadow: 0 0 20px 0 rgba(30,28,26,.6);
    -o-box-shadow: 0 0 20px 0 rgba(30,28,26,.6);
    -moz-box-shadow: 0 0 20px 0 rgba(30,28,26,.6);
}
.fzrtext .imgbox img{ width: 100%; height: auto;}
.fzrtext .fzrinfo{ width: 79.5%; float: right;}
.fzrinfo h4{ font-size: 20px; margin-bottom: 10px; color: #fff; /*font-weight: bold;*/}
.fzrinfo p{ font-size: 15px; line-height: 24px; color: #fff;}

.xmbox{ position: relative; padding-bottom: 25px; padding-top: 20px;}
.xmbox .swiper-slide{ background: none;}
.xmbox .swiper-slide .xm-img{ width: 100%; height: auto; overflow: hidden;}
.xmbox .swiper-slide img{ width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.xmbox .swiper-slide .xm-tit{ position: relative; margin: auto; margin-top: -39px; width: 90%; padding:20px 15px;text-align: center;
    /*background: rgba(133,41,144,.8);*/
    background: rgba(30,28,26,0.7);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -o-box-shadow:0 0 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.xmbox .swiper-slide span{ font-size: 16px; display: inline-block; line-height: 24px; color: #fff; /*font-weight: 700;*/}
.xmbox .swiper-slide:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.xmbox .swiper-slide:hover span{ color: #ae87b0;}
.xmbox .swiper-button-next,.xmbox .swiper-button-prev{width: 47px; height:47px; top: 94px; background-size: 100%; cursor: pointer; display: inline-block; border-radius: 50%; opacity: 1;}
.xmbox .swiper-button-next{ right: -12px; background: url(../images/next.png) no-repeat;
    box-shadow: 0 0 20px 0 rgba(230,42,247,.6);
    -webkit-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);
    -o-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);
    -moz-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);
}
.xmbox .swiper-button-prev{ left: -12px; background: url(../images/prev.png) no-repeat;
    box-shadow: 0 0 15px 0 rgba(230,42,247,.5);
    -webkit-box-shadow: 0 0 15px 0 rgba(230,42,247,.5);
    -o-box-shadow: 0 0 15px 0 rgba(230,42,247,.5);
    -moz-box-shadow: 0 0 15px 0 rgba(230,42,247,.5);
}

.js-right a.xm-more{ width: 203px; display: block; margin: auto; height: 48px;border: 1px solid #0D5A44; font-size: 16px; color: #dedce1; line-height: 48px; text-align: center;}
.js-right a.xm-more:hover{ background: url(../images/more-r.jpg) no-repeat center center; background-size: cover;}

.dxcg{ position: relative; padding-bottom: 20px; padding-top: 7px;}
.dxcg .swiper-slide{ background: none;}
.dxcg .swiper-slide .dxcg-img{ width: 100%; height: auto; overflow: hidden;}
.dxcg .swiper-slide img{ width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.dxcg .swiper-slide .dxcg-tit{ position: relative; margin: auto; margin-top: -39px; width: 90%;padding:20px 15px; text-align: center;
    /*background: rgba(133,41,144,.8);*/
    background: rgba(30,28,26,0.7);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -o-box-shadow:0 0 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dxcg .swiper-slide span{ font-size: 16px; display: inline-block; line-height: 24px; color: #fff; /*font-weight: 700;*/}
.dxcg .swiper-slide:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.dxcg .swiper-button-next,.dxcg .swiper-button-prev{width: 47px; height:47px; top: 94px; background-size: 100%; cursor: pointer; display: inline-block; border-radius: 50%; opacity: 1;}
.dxcg .swiper-button-next{ right: -12px; background: url(../images/next.png) no-repeat;
    box-shadow: 0 0 20px 0 rgba(230,42,247,.6);
    -webkit-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);
    -o-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);
    -moz-box-shadow: 0 0 20px 0 rgba(230,42,247,.6);
}
.dxcg .swiper-button-prev{ left: -12px; background: url(../images/prev.png) no-repeat;
    box-shadow: 0 0 15px 0 rgba(230,42,247,.5);
    -webkit-box-shadow: 0 0 15px 0 rgba(230,42,247,.5);
    -o-box-shadow: 0 0 15px 0 rgba(230,42,247,.5);
    -moz-box-shadow: 0 0 15px 0 rgba(230,42,247,.5);
}
.js-right a.dxcg-more{ width: 203px; display: block; margin: auto; height: 48px;border: 1px solid #0D5A44; font-size: 16px; color: #dedce1; line-height: 48px; text-align: center;}
.js-right a.dxcg-more:hover{ background: url(../images/more-r.jpg) no-repeat center center; background-size: cover;}



/*服务平台——技术研发——智能网联汽车研发平台——项目案例*/
.main ul.xmcase{ padding-top: 25px; text-align: center; padding-bottom: 50px;}
.main ul.xmcase li{ float: left; width: 31.6%; margin-right: 2.3%; margin-bottom: 30px;}
.main ul.xmcase li a{ display: block;}
.main ul.xmcase li .xm-img{ width: 100%; height: auto; overflow: hidden;}
.main ul.xmcase li img{ width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.main ul.xmcase li .xm-title{ position: relative; margin: auto; margin-top: -39px; width:90%; padding: 20px 15px; text-align: center;
    /*background: rgba(133,41,144,.8);*/
    background: rgba(30,28,26,0.7);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -o-box-shadow:0 0 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main ul.xmcase li span{ font-size: 18px; display: inline-block; line-height: 30px; color: #fff; /*font-weight: 700;*/}
.main ul.xmcase li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/*服务平台——技术研发——智能网联汽车研发平台——项目案例内容*/
.xmContent{ padding-top: 26px; padding-bottom: 40px;}
.xmContent h2{ float:left; font-size: 20px; line-height: 60px; color: #fff; padding-left: 50px; /*font-weight: bold; */background-repeat: no-repeat; background-position: left center;}
.xmContent span{ margin-top: 18px; float: left; font-size: 16px; line-height: 34px; color: rgba(255,255,255,0.8);}

.xmContent .yjresult{position: relative; margin-top:40px; padding-bottom: 130px; padding-top: 88px;}
.yjresult .yj-text{ width: 33.58%; position: absolute; z-index: -1; top: 0; min-height: 467px; background: url(../images/yjbg.jpg) no-repeat left top; background-size: cover; padding:40px 44px 48px 22px;}
.yj-text h3{ font-size: 20px; margin-bottom: 15px; padding-left: 55px; line-height: 50px; /*font-weight: bold; */background: url(../images/zs.png) no-repeat left center; color: #fff;}
.yj-text p{ font-size: 16px; margin-left: 32px; color: #fff; line-height: 30px; padding-left: 18px; background: url(../images/left-r.png) no-repeat left 10px;}
.yjresult ul{ float: right; width: 69.58%;}
.yjresult ul li{ float: left; text-align: center; width: 32.2%;position: relative; margin-right: 1.7%;}
.yjresult ul li .imgbox{ width: 100%; height: auto;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
    -o-box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.6);
}
.yjresult ul li .imgbox img{ width: 100%;height: auto;}
.yjresult ul li .yj-title{ display: block; width: 90%; margin: auto; position: relative; margin-top: -39px; text-align: center; padding:20px 15px;
    /*background: rgba(133,42,144,.8);min-height: 78px;*/
    background: rgba(30,28,26,0.7);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -o-box-shadow:0 0 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
}
.yjresult ul li .yj-title span{float:none;font-size: 18px; line-height:inherit; margin-top: 0; color: #fff;}

/*服务平台——八大检测中心*/
.main ul.bdjc{ padding-top: 25px; padding-bottom:25px;}
.main ul.bdjc li{ float: left; width: 23.6%; margin-right: 1.86%; margin-bottom: 35px;}
.main ul.bdjc li a{ display: block;}
.main ul.bdjc li .jc-img{ width: 100%; height: auto; overflow: hidden;}
.main ul.bdjc li img{ width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.main ul.bdjc li .jc-title{ position: relative; margin: auto; margin-top: -39px; width: 90%; text-align: center;padding:20px 15px;
    /*background: rgba(133,41,144,.8)*/
    background: rgba(30,28,26,0.7);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -o-box-shadow:0 0 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main ul.bdjc li span{ font-size: 18px; display: inline-block; line-height: 30px; color: #fff; /*font-weight: 700;*/}
.main ul.bdjc li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/*服务平台——八大检测中心内容页*/
.main .bdjc-content{ margin-top: 38px; margin-bottom: 50px; padding:32px 80px 40px; background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main .bdjc-content p{ clear: both;}
.main .bdjc-content p img{ margin: auto; margin-top: 10px; margin-bottom: 10px; max-width: 75%;}
.bdjc-content .jc-left{ float: left; width: 82.4%;}

.bdjc-content .jc-left p{ line-height: 36px; color: #3d3c3b;}
.bdjc-content .jc-left p span{ font-size: 20px; font-weight: bold; vertical-align: bottom; margin-right: 20px;}
.bdjc-content .jc-right{ float: right; text-align: right; width: 16.6%;}
.bdjc-content .jc-right img{ max-width: 100%; height: auto; border: 1px dashed #747474;}
.bdjc-content ul{padding-top: 30px; overflow: hidden; clear: both;}
.bdjc-content ul li{ float: left; width: 48.7%; margin-right: 2.6%;}
.bdjc-content ul li img{ width: 100%; height: auto;}


/*服务平台——科技金融*/
.kjjr{padding-top: 0px;}
.kjjr .jrimg{ text-align: center;}
.jrimg img{ max-width: 100%; height: auto;}
.kjjr ul.jrlist{ overflow: hidden; padding-top: 60px; padding-bottom: 80px;}
.kjjr ul.jrlist li{ float: left; width: 23.2%; margin-right: 2.4%;}
.kjjr ul.jrlist li .jr-box{ width: 200px; height: 200px; margin: auto; padding: 40px 48px 30px; background: #0D5A44; text-align: center; border-radius: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.kjjr ul.jrlist li h2{ font-size: 22px; line-height: 26px; margin-bottom: 10px; color: #fff;}
.kjjr ul.jrlist li img{ max-width: 100%; height: auto;}
.kjjr ul.jrlist li .jr-text{ width: 100%; position: relative;z-index: -1; min-height:285px; margin-top: -50px; border-radius: 3px; background: #fff; padding: 65px 18px 28px;}
.kjjr ul.jrlist li p{ background: url(../images/dots1.png) no-repeat left 10px; padding-left: 18px; color: #323232; }

/*服务平台——人才培养*/
.rcpy{ margin-top: 40px; position: relative;}
.rcpy img.img-rc{ width: 100%; height: auto;}
.rcpy .text_rc{ width: 70.8%; position: absolute; top: 60px; left: 50%; margin-left: -35.4%; font-size: 15px; line-height: 24px;text-align: justify; color: #fdfdfd;}
.num-top{ position: absolute; bottom: 0; left: 0; width: 100%;padding-top: 10px; padding-bottom:12px; background: rgba(29,25,32,.3);}
.num-top ul{ width: 70.8%; margin: auto;}
.num-top ul li{ display: inline-block; text-align: center; width: 24%;}
.num-top ul li .num{ font-size: 30px; color: #fff; text-align: center;}
.num-top ul li span.num-active{ font-size: 30px; font-weight: bold;}
.num-top ul li .cn-tt{ font-size: 15px; color: #fff; text-align: center;}

.rcpybox{ position: relative; margin-top: 52px;}
.rcpybox .rcpyinfo{ width: 32%; padding: 118px 62px 150px 35px; font-size: 16px; line-height: 30px; color: #fdfdfd; background: url(../images/rcbg.jpg) no-repeat left top; background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.rcpybox .rcpy-r{ width: 71%; border-radius: 3px; padding: 15px 65px; background: #fff; overflow: hidden; position: absolute; right: 0; top: 40px;}
.rcpy-r img{ float: left; width: 69.3%; height: auto;}
.rcpy-r ol{ float: right; width:30%; padding-top: 140px;}
.rcpy-r ol li{ font-size: 20px; color: #000; padding-left: 30px; background: url(../images/rc-dots.png) no-repeat left 5px; margin-bottom:30px;}

.three_block{ padding-top: 50px; padding-bottom: 20px;}
.three_block h1{ font-size: 24px; /*font-weight: bold;*/ margin-bottom: 45px; color: #fff;}
.three_block .online{ position: relative; margin-bottom: 70px;}
.online-left a{ display: block;}
.online .online-left{width: 32%;padding: 34px 50px 45px 35px;font-size: 16px;line-height: 30px;color: #fdfdfd;background: url(../images/rcbg1.jpg) no-repeat left top; background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.online-left h2{ font-size: 24px; text-indent: 25px; /*font-weight: bold; */color: #fff; margin-bottom: 60px;}
.online-left .online-text{ font-size: 16px; color: #fff; line-height: 30px;}
.online-left span{ display:block; margin: auto; margin-top: 60px; width: 222px; height: 56px; background:rgba(255,255,255,.2); border-radius: 50px; text-align: center; line-height: 56px; font-size: 20px; color: #fff;  }
.online-left:hover span{ background: #0D5A44;}
.online .online-right{ width: 71%; border-radius: 3px;position: absolute; right: 0; top:90px;}
.online-right li{ width: 23.5%; text-align: center;padding: 18px 15px 30px; background: #fff; border-radius: 3px; float: left; margin-right: 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.online-right li img{ max-width: 100%; height: auto;}
.online-right li h3{ font-size: 18px; color: #000; margin-top: 18px; margin-bottom:14px;}
.online-right li p{color: #929292; text-align: center; }

.three_block .yxfw{ position: relative;margin-bottom: 70px;}
.yxfw-left a{ display: block;}
.yxfw .yxfw-left{width: 32%;padding: 54px 50px 75px 35px;font-size: 16px;line-height: 30px;color: #fdfdfd;background: url(../images/rcbg2.jpg) no-repeat left top; background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.yxfw-left h2{ font-size: 24px; text-indent: 25px; /*font-weight: bold;*/ color: #fff; margin-bottom: 60px;}
.yxfw-left .yxfw-text{ font-size: 16px; color: #fff; line-height: 30px;}
.yxfw-left span{ display:block; margin: auto; margin-top: 60px; width: 222px; height: 56px; background:rgba(255,255,255,.2); border-radius: 50px; text-align: center; line-height: 56px; font-size: 20px; color: #fff;  }
.yxfw-left:hover span{ background: #0D5A44;}
.yxfw .yxfw-right{ width: 71%; border-radius: 3px;position: absolute; right: 0; top:90px;}
.yxfw-right li{ width: 32.1%; cursor: pointer; overflow: hidden; text-align: center; margin-bottom: 18px; position: relative; border-radius: 3px; float: left; margin-right: 1.85%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.yxfw-right li img{ max-width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.yxfw-right li .yx-title{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; line-height: 100%; text-align: center; font-size: 18px; color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.yxfw-right li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.three_block .qyfw{ position: relative; margin-bottom: 70px;}
.qyfw-left a{ display: block;}
.qyfw .qyfw-left{width: 32%;padding: 54px 50px 75px 35px;font-size: 16px;line-height: 30px;color: #fdfdfd;background: url(../images/rcbg3.jpg) no-repeat left top; background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.qyfw-left h2{ font-size: 26px; text-indent: 25px; /*font-weight: bold; */color: #fff; margin-bottom: 60px;}
.qyfw-left .qyfw-text{ font-size: 16px; color: #fff; line-height: 30px;}
.qyfw-left span{ display:block; margin: auto; margin-top: 60px; width: 222px; height: 56px; background:rgba(255,255,255,.2); border-radius: 50px; text-align: center; line-height: 56px; font-size: 20px; color: #fff;  }
.qyfw-left:hover span{ background: #0D5A44;}
.qyfw .qyfw-right{ width: 71%; border-radius: 3px;position: absolute; right: 0; top:60px;}
.qyfw-right li{ width:32.3%; text-align: center;padding: 40px 18px 32px; min-height: 308px; background: #fff; border-radius: 3px; float: left; margin-right: 1.55%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.qyfw-right li img{ max-width: 100%; height: auto;}
.qyfw-right li h3{ font-size: 18px; color: #000; margin-top: 18px; margin-bottom:14px;}
.qyfw-right li .qy-text{color: #929292; text-align: justify; line-height: 24px; font-size: 15px;}

/*服务平台——企业孵化*/
.qyfh{ padding-top: 8px;}
.qyfh .qyfhbox{ margin-bottom: 8px;}
.qyfhbox h2{ background-repeat: no-repeat; padding-left: 50px; background-position: left center; float: left; line-height: 60px; /*font-weight: bold;*/ font-size:24px; color: #fff;}
.qyfhbox .qyfh-right{ float: right; text-align:center; width: 83.8%; padding-top:35px;}
.qyfh-right dl{ text-align: center; padding-bottom: 20px; margin-top: -15px;}
.qyfh-right dl dd{ float: left; width: 31.6%; margin-right: 2.6%;}
.qyfh-right dl dd h3{ text-align: center; font-size: 20px; color: #fff; margin-bottom: 23px;}
.qyfh-right dl dd .qyimgbox{ width: 100%; height: auto; overflow: hidden; position: relative;}
.qyfh-right dl dd .qyimgbox img{width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.qyfh-right dl dd span{ color: #fff; position: absolute; bottom: 0; left: 0; font-size: 18px; width: 100%; text-align: left; color: #fff; display: block;height: 35px; line-height: 35px;
    background: url(../images/arrow-qr.png) no-repeat 98% center rgba(133,42,144,.7); padding-left: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.qyfh-right .qyfh-img{ margin-top: 10px;}

.qyfh-right ul{padding-top: 50px;overflow: hidden; padding-bottom: 50px;}
.qyfh-right ul li{ float: left; width: 18.5%; overflow: hidden; margin-right: 1.56%; margin-bottom: 25px;}
.qyfh-right ul li a{ display: block;}
.qyfh-right ul li img{ max-width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.qyfh-right ul li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/*服务平台——标准研制*/
.main ul.bzyz-list{ margin-top: 40px; margin-bottom: 50px;}
.main ul.bzyz-list li{ text-align: center; float: left; width: 31%; margin-right: 3.5%;}
.main ul.bzyz-list li img{ max-width: 100%; height: auto;}
.main ul.bzyz-list li .bzyzbox{ margin-top: 28px; padding-top: 30px; padding-bottom: 6px; border: 2px solid #873892; border-radius: 10px;}
.main ul.bzyz-list li span{ display: inline-block;width: 185px; margin-bottom: 24px; height: 48px;background: #873892; line-height: 48px; font-size: 20px; color: #fff;  }

.main .yfb h3{ font-size: 24px; font-weight: bold; color: #fff; margin-bottom: 38px;}
.main .yfb dl{ overflow: hidden; padding-bottom: 28px;}
.main .yfb dl dd{ float: left; width: 30.8%; padding:15px 15px; margin-right: 3.8%;height: 156px; margin-bottom: 50px; background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main .yfb dl dd a{ display: block;}
.main .yfb dl dd .years{ text-align: center; margin-bottom: 10px; font-family: Arial; /*font-weight: bold;*/ font-size:24px; color: #dbdbdb;}
.main .yfb dl dd h2{ font-size: 16px; margin-bottom: 10px; color: #454443; /*font-weight: bold;*/}
.main .yfb dl dd p{ color: #929292;}
.main .yfb dl dd:hover h2{ color: #0D5A44;}

.main .bz-more{ width: 203px; display: block; margin: auto;margin-bottom: 80px; height: 48px;border: 1px solid #0D5A44; font-size: 18px; color: #dedce1; line-height: 48px; text-align: center;}
.main .bz-more:hover{ background: url(../images/more-r.jpg) no-repeat center center; background-size: cover;}

.main p.kj_text{ text-align: center; margin-bottom: 30px;}

/*行业交流——学术会议*/
#other{ padding-top: 140px; padding-bottom: 80px;}
#other span{ display: inline-block; width: 50px; height: 1px; background: #99cad9; margin-bottom: 27px;}
#other p{ width: 50%;}

.main .industry-list{padding-top: 20px; padding-bottom:0px;}
.main .industry-list li{ width: 23.8%; float: left; margin-right: 1.6%; margin-bottom:30px;}
.main .industry-list li .imgbox{ width: 100%; height: auto; overflow: hidden;}
.main .industry-list li img{ width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.main .industry-list li .industry-title{ position: relative; margin: auto; margin-top: -39px; width:90%; padding: 20px 15px; text-align: center;
    /*background: rgba(133,41,144,.8);*/
    background: rgba(30,28,26,0.7);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -o-box-shadow:0 0 10px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main .industry-list li span{ font-size: 18px; line-height: 30px; color: #fff; /*font-weight: 700;*/}
.main .industry-list li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.pages{ text-align: center; padding-bottom: 80px;}
.pages a{ font-size: 16px; display: inline-block; padding: 4px 12px; margin:0 5px; color: #99cad9;}
.pages b{ font-size: 16px; padding: 4px 12px; display: inline-block; margin:0 5px; background: #0D5A44; color: #fff;}

/*行业交流——行业联盟*/
.main ul.industry-menu{ width: 17.5%; margin-top: 10px; border-top: 1px solid rgba(230,230,230,.3);padding-top:35px; padding-bottom:10px;padding-left:10px;border-bottom: 1px solid rgba(230,230,230,.3);float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main ul.industry-menu li{ overflow: hidden; margin-bottom: 18px;}
.main ul.industry-menu li span{ float: left; font-family: "Arial"; margin-top: 5px; width: 23px; height: 23px; border-radius: 50px; background: #ae87b0; font-size: 14px; font-weight: bold; font-style: italic; color: #fff; line-height: 23px; text-indent: 4px;}
.main ul.industry-menu li a{ float: right; width: 83%; font-size: 15px; font-weight: bold; line-height: 24px; color: #ae87b0;}

.main ul.industry-menu li.active span{ width: 26px;height: 26px; line-height: 26px; text-indent:0; text-align: center; background: #fff; font-size: 18px; font-style: normal; color: #0D5A44;}
.main ul.industry-menu li.active a{ color:#fff;}
.main .hylmContent{ width: 80.8%; margin-bottom: 40px; padding: 12px 40px; float: right; background: none;
    /*box-shadow: 0 0 20px 10px rgba(230,42,247,.32);*/
    /*-webkit-box-shadow: 0 0 20px 10px rgba(230,42,247,.32);*/
    /*-o-box-shadow: 0 0 20px 10px rgba(230,42,247,.32);*/
    /*-moz-box-shadow: 0 0 20px 10px rgba(230,42,247,.32);*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.hylmContent .xh{ display: none; font-size: 36px; color: #fff; /* font-weight: bold;color: rgba(174,135,176,.3)*/;}
.hylmContent h2{ font-size: 20px; /*font-weight: bold;*/ margin-top: 5px; color: #fff;}
.hylmContent .hylmtext{padding-top: 10px; padding-bottom: 50px;}
.hylmtext h3{ font-size: 18px; /*font-weight: bold;*/ color: #fff; margin-top: 15px; margin-bottom: 15px;}
.hylmtext p{}
.hylmtext img{ max-width: 100%; height: auto; margin-bottom: 10px; margin-top: 10px;}

.hylmtext ul.hylm_common{ overflow: hidden;}
.hylmtext  li{ float: left; width: 50%; padding: 0 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*最新资讯列表页*/
.main ul.newslist{ padding-top: 0px; padding-bottom: 40px;}
.main ul.newslist li{ overflow: hidden; margin-bottom: 25px; border-bottom: 1px solid rgba(207,207,207,.3); padding:16px 12px 25px 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.main ul.newslist li a{ display: block;  }
.main ul.newslist li .news-left{ float: left; width: 79.2%;}
.news-left h2{ font-size: 20px; color: #fff; margin-bottom: 20px;}
.news-left p{ font-size: 16px; height: 52px; overflow: hidden; line-height: 24px; color: #c9c5c1;}
.news-left span{ font-size: 16px; color: rgba(255,255,255,.56); display:inline-block; margin-top:10px;}
.main ul.newslist li .news-right{ width: 17.5%; overflow: hidden; float:right;}
.main ul.newslist li img{width: 100%; height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.main ul.newslist li:hover{ background: #484745;}
/*.main ul.newslist li:hover h2{ color: #000;}
.main ul.newslist li:hover p{ color: #444;}
.main ul.newslist li:hover span{ color: #999;}*/
.main ul.newslist li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/*最新资讯内容*/
.newscontent{ padding-top: 18px; padding-bottom: 80px;}
.newscontent .newstitle{text-align:center;padding-bottom: 24px; border-bottom: 1px solid rgba(207,207,207,0.3);}
.newstitle h1{ font-size: 24px; color: #fff;}
.newstitle span{ color: rgba(195,193,193,.56); margin-right: 8px; margin-left: 8px; font-size: 16px;}
.newscontent .newstext{ padding-top: 44px; font-size: 14px; color: #c9c5c1; line-height: 24px;}
.newstext img{ max-width: 100%; height: auto; margin-top: 10px; margin-bottom: 10px;}
.newstext ul.news_common{ overflow: hidden; padding-bottom: 10px;}
.newstext ul.news_common li{ float: left; width: 33.3%; padding: 0 8px; text-align: center;}
.newstext ul.news_common li p{ text-align: center;}
.newscontent .newstext p{ margin-bottom: 10px; color: #fff;}

.newstext ul.news_common1{ overflow: hidden; padding-bottom: 10px;}
.newstext ul.news_common1 li{ float: left; width:50%; padding: 0 8px; text-align: center;}
.newstext ul.news_common1 li p{ text-align: center;}

.newstext ul.news_common2{ overflow: hidden; padding-bottom: 10px;}
.newstext ul.news_common2 li{ float: left; width:25%; padding: 0 8px; text-align: center;}
.newstext ul.news_common2 li p{ text-align: center;}

/*合作客户*/
.corporate{ padding-top: 30px;}
#swiper-container1{ padding-bottom: 75px;}
#swiper-container1 .btn-swiper{ text-align: center; margin-top: 55px;}
.btn-swiper .swiper-pagination{ position: relative; display: inline-block;bottom: 3px;padding:0 18px;}
.btn-swiper .swiper-button-next,.btn-swiper .swiper-button-prev{ margin-top: 0; position: relative; display: inline-block;}
#swiper-container1 .swiper-pagination-bullet{ width: 13px;height: 13px; margin: 0 10px; background: #8f8e8d; opacity: 1;}
#swiper-container1 .swiper-pagination-bullet-active{ background: #0D5A44;}
#swiper-container1 .swiper-button-next, #swiper-container1 .swiper-button-prev{width: 14px; height: 21px; opacity: 1;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{right: auto !important; background-image: url(../images/arrow-prev.png); background-size: 14px 21px;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{left:auto !important;background-image: url(../images/arrow-next.png); background-size: 14px 21px;}

/*加入我们*/
.join1,.join2{ position: relative;}
.text_top{ position: absolute; top: -170px; width: 100%;}
.text_top h1{ font-size: 38px; color: #fff; margin-bottom: 18px;}
.text_top .textbox{ font-size: 24px; color: #fff;}
.text_top p{ font-size: 16px; color: #fff;}
.join2 .text_top{ top: -254px;}
.join3 .text_top{top: 0; position: inherit;}
.join3 p{ margin-top: 20px; margin-bottom: 50px;}
.join3 img{max-width: 100%; height: auto;}

.join4 h1{ font-size: 38px; color: #000; position: absolute; width: 100%; text-align: center; top: 130px; z-index: 1000;
    text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    -webkit-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    -moz-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    *filter: Glow(color=#fff, strength=1);
}
.join4 .swiper-slide{background-size: auto 100%; background-color: #fff; background-position: left top;}
.join4 .per-img img{ vertical-align: bottom;}
.join4 .per-info{ width:53.8%; position: absolute; height: 474px; padding: 75px 395px 95px 58px; text-align: left; right: 0px; top: 50%; margin-top: -237px; background:#ac89af;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.join4 .per-info h2{ font-size: 24px; color: #fff; margin-bottom: 38px; line-height: 32px;}
.join4 .per-info a{ display: block;}
.join4 .pertext{ font-size: 16px; line-height: 30px; color: #fff;}
.join4 .per-info span{width: 203px; display: block;margin-top: 40px; height: 48px;border: 1px solid #fff; font-size: 18px; color: #dedce1; line-height: 48px; text-align: center;}
.join4 .per-info span:hover{background: url(../images/more-r.jpg) no-repeat center center;border: 1px solid #0D5A44; background-size: cover;}
.perBtn{ position: absolute; right:20%; bottom:50px;}
.perBtn .swiper-pagination{ position: relative; display: inline-block;right:0;bottom: 3px;padding:0 18px;}
.perBtn .swiper-button-next,.perBtn .swiper-button-prev{ cursor: pointer; margin-top: 0; position: relative; display: inline-block;}
#person .swiper-pagination-bullet{ width: 13px;height: 13px; margin: 0 10px; background: #ac89af; opacity: 1;}
#person .swiper-pagination-bullet-active{ background: #0D5A44;}
#person .swiper-button-next, #person .swiper-button-prev{width: 14px; height: 21px; opacity: 1;}
#person .swiper-button-next{ background: url(../images/gt.png) no-repeat;}
#person .swiper-button-next:hover{ background: url(../images/arrow-next-r.png) no-repeat;}
#person .swiper-button-prev{ background: url(../images/lt.png) no-repeat;}
#person .swiper-button-prev:hover{ background: url(../images/arrow-prev-r.png) no-repeat;}

.tdfc{ background: #ac89af;}
.tdfc h1{ font-size: 38px; color: #fff; margin-bottom: 78px;}
.tdfc .swiper-slide{ background: none; height: auto;}
.tdfc .swiper-slide img{ width: 100%; height: auto;}
#fcbox{ }
.tdfc .swiper-container{ height: auto;}
#fcbox .teamBtn{ text-align: center; margin-top: 55px;}
.teamBtn .swiper-pagination{ position: relative; display: inline-block;bottom: 3px;padding:0 18px;}
.teamBtn .swiper-button-next,.teamBtn .swiper-button-prev{ cursor: pointer; margin-top: 0; position: relative; display: inline-block;}
#fcbox .swiper-pagination-bullet{ width: 13px;height: 13px; margin: 0 10px; background: #fff; opacity: 1;}
#fcbox .swiper-pagination-bullet-active{ background: #0D5A44;}
#fcbox .swiper-button-next, #fcbox .swiper-button-prev{width: 14px; height: 21px; opacity: 1;}
#fcbox .swiper-button-next:hover{ background: url(../images/arrow-next-r.png) no-repeat;}
#fcbox .swiper-button-prev:hover{ background: url(../images/arrow-prev-r.png) no-repeat;}

.joinlast{ width: 100%;}
.join-foot{ height: auto;}
.join-us{ width: 100%; padding-top: 72px; text-align: center; padding-bottom: 42px; background: url(../images/joinbg.jpg) no-repeat left center; background-size: cover;}
.join-us h1{ font-size: 30px; color: #fff; margin-bottom: 58px;}
.join-us a{ display: inline-block; width: 195px; border: 1px solid #fff; color: #fff; height: 55px; line-height: 55px; font-size: 20px;}
.join-us a:hover{ background: url(../images/more-r.jpg) no-repeat; border: 1px solid #0D5A44; background-size:100% 100%;}

/*加入我们——人才招聘*/
.joinMain{ padding-top: 50px;}
.joinMain .columntext{ text-align: justify;}

.main .menu-job{ padding-top: 0px; padding-bottom: 44px;}
.menu-job a{ display: inline-block; margin-right: 20px; width: 105px;height: 50px; line-height: 50px; text-align: center; font-size: 14px; color: #fff;}
.menu-job a.current{ background: #0D5A44;}
.menu-job a:hover{ background: #0D5A44;}

.main .relybox{ width: 76.8%; margin:auto;background: url(../images/joinbg1.jpg) no-repeat left center; background-size: cover; padding-top: 84px; padding-left: 98px; padding-bottom: 135px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.relybox h2{ font-size: 22px; margin-bottom: 45px; font-weight: bold; margin-left: 22px; color: #fff;}
.relybox .jobweb{ width: 300px; position: relative;}
.jobweb h3{ width: 300px; text-indent: 18px; cursor: pointer; font-size: 16px; color: #5e585e; line-height: 42px; height: 42px; background: url(../images/arrow-d.png) no-repeat 94% center #fff; border-radius: 5px;}
.jobweb .weblink{ display: none; position: absolute; top: 42px; left: 0; background: rgba(255,255,255,.5); height: 135px; overflow: auto;width: 100%;padding: 20px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.weblink a{ text-align: center; margin: 0 10px; font-size: 16px; line-height: 32px; color:#5e585e; }
.weblink a:hover{ color: #0D5A44;}

.main .job-list{ padding-top: 32px; padding-bottom: 70px;}
.job-list h2{ padding-left: 8px; font-size: 20px; color: #99cad9; margin-bottom: 25px;}
.job-list ul li{border-bottom: 1px solid rgba(221,221,221,.3);}
.job-list ul li .job-title{height: 58px; cursor: pointer;text-indent: 20px; background: url(../images/arrow-j.png) no-repeat 98.5% center;}
.job-list ul li h3{ font-size: 16px; color: #fff; line-height: 58px; float: left;}
.job-list ul li span{ font-size: 16px; float: right; line-height: 58px; margin-right: 130px; color: #fff;}
.job-list ul li .jobtext{ display: none; padding: 16px 28px 48px;}
.jobtext p{ font-size: 14px;line-height: 28px;}
.job-list ul li.active .job-title{ background: url(../images/arrow-jr.png) no-repeat 98.5% center #312430;}
.job-list ul li.active .job-title span{ opacity: 0;}

/*加入我们——人才战略*/
.jobContent{ padding-bottom: 80px; font-size: 16px; line-height: 32px; color: #c9c5c1;}
.jobContent p{ font-size: 16px; line-height: 32px; color: #c9c5c1;}
.jobContent img{ max-width: 100%; height: auto;}

@media (max-width: 1664px) {
    /*首页*/
    .section2 ul.core-areas{ margin-top: 80px; padding-bottom: 96px;}
    .section2 ul.core-areas li a{ padding-top: 50px;}
    .section2 ul.core-areas li.active img{ margin-top: 45px;}

    .section3 ul.platform li.plat-item .numbox{ font-size: 48px;}
    .section3 .platform .plat-item .plat-title{ font-size: 22px;}
    .section3 ul.platform li.plat-item .plat-cover{ padding: 25px 5px 26px 5px;}
    .section3 ul.platform li.plat-item p{ font-size: 14px; line-height: 24px;}
    .section3 ul.platform li.plat-item .plat-brief span{ font-size: 14px;}
    .section3 ul.platform li.plat-item span.plat-more{ font-size: 14px;}

    .section5 ul.index-news{ padding-top: 58px;}
    .section5 ul.index-news li{ padding:25px 20px; margin-bottom:20px;}
    .date .timeL{ font-size: 24px;}
    .section5 ul.index-news li .index-right{ width: 68%;}
    .section5 ul.index-news li .index-right p{ font-size: 14px;}
    .section5 ul.index-news li .index-right span{ font-size: 14px;}

    /*关于我们*/
    .aboutinfo .about-left{ width: 45.2%;}
    .aboutinfo .about-right{ width: 50.3%;}
    .about-right p{ font-size: 14px; }
    .about-right a{ width: 180px; height: 40px; line-height: 40px; font-size: 14px;}

    /*关于我们——发展历程*/
    .timeline ul.history li::after{ top: 10px;}
    .timeline ul.history li>div .his-r{ width: 70%;}
    .leftT{ margin-bottom: 52px;}

    /*关于我们——专家团队*/
    .main ul.zjteam li .imgbox{ width: 150px;}
    .main ul.zjteam li h2{ font-size: 20px;}
    .main ul.zjteam li .teamtext{ padding: 15px 10px; height: 130px; font-size: 14px; line-height: 24px;}

    /*关于我们——专家团队内容页*/
    .team-brief .team-r{ font-size: 15px;}
    .team-list h2{ font-size: 22px;}
    .columntext{ font-size: 15px;}
    .con-left ul.con-menu li,.con-info dl dt,.con-right h2{ font-size: 22px;}
    .con-left .con-info{ padding-top: 12px;}

    /*科技成果列表页*/
    .maincover .kjcg li span{ font-size: 16px; line-height: 24px;}
    .kjcgbox .kjcgbrief{ top:100px;}
    .main ul.kjcg-list li span{ font-size: 16px; line-height: 24px;}
    /*服务平台*/
    .service li{ margin-bottom: 25px;}
    .service li span{ font-size: 16px; line-height: 24px;}

    /*服务平台——技术研发*/
    .service-jsyf li{ margin-bottom: 25px;}
    .service-jsyf li span{ font-size: 16px; line-height: 24px;}

    /*技术研发——子封面*/
    .systerm .lists h2{ font-size: 14px;}
    .jsnl-index1 .js-l,.jsnl-index1 .js-r{ min-height: 195px;}
    .fzrinfo p{}
    .xmbox .swiper-slide span,.dxcg .swiper-slide span{}
    .xmbox .swiper-slide .xm-tit,.dxcg .swiper-slide .dxcg-tit{ height: 100px; padding-left: 10px; padding-right: 10px;}

    /*服务平台——八大检测中心*/
    .main ul.bdjc li{ margin-bottom: 25px;}
    .main ul.bdjc li span,.main ul.xmcase li span{ font-size: 16px; line-height: 24px;}
    /*服务平台——八大检测中心内容*/
    .main .bdjc-content img{ max-width: 100%; height: auto;}
    /*服务平台——科技金融*/
    .jrimg img{ max-width: 90%;}
    .kjjr ul.jrlist{ padding-bottom: 60px;}
    .kjjr ul.jrlist li .jr-box{ width: 180px; height: 180px; padding-top: 30px;}
    .kjjr ul.jrlist li h2{ font-size: 18px;}

    /*服务平台——科技金融*/
    .num-top ul li span.num-active{ font-size: 24px;}
    .num-top ul li .num{ font-size: 24px;}
    .num-top ul li .cn-tt{ font-size: 15px;}
    .rcpybox{ margin-top: 40px;}
    .rcpybox .rcpyinfo{ font-size: 15px; padding: 70px 50px 70px 35px;}
    .rcpybox .rcpy-r{ padding: 15px 45px;}
    .rcpy-r ol li{ font-size: 18px; background-position: left center;}
    .three_block{ padding-top: 40px;}
    .three_block .online,.three_block .yxfw{ margin-bottom: 40px;}
    .online-left h2,.yxfw-left h2,.qyfw-left h2{ font-size: 22px; text-indent: 20px; margin-bottom: 40px;}
    .online-left .online-text,.yxfw-left .yxfw-text,.qyfw-left .qyfw-text{ font-size: 15px;}
    .online-left span,.yxfw-left span,.qyfw-left span{ width: 160px;height: 48px; margin-top: 40px; line-height: 48px; font-size: 18px;}
    .online .online-right{ top: 70px;}
    .online-right li{ padding-bottom: 20px;}

    .yxfw .yxfw-left{ padding-top: 34px; padding-bottom: 45px;}
    .three_block .qyfw{ margin-bottom: 40px;}
    .qyfw .qyfw-right{ top: 50px;}
    .qyfw-right li{ padding-top: 30px;padding-bottom: 22px; min-height: 312px;}
    .yxfw .yxfw-right{ top:65px;}

    /*服务平台——企业孵化*/
    .qyfhbox h2{ font-size: 22px;}
    .qyfhbox .qyfh-right{width: 82%;}
    .qyfh-right .qyfh-img{ width: 98%;}
    .qyfh-right ul{ padding-top: 30px;}
    .qyfh-right ul li{ margin-bottom: 15px;}

    /*服务平台——标准研制*/
    .main ul.bzyz-list li img{ max-width: 65%;}
    .main .yfb dl dd{width: 32%; padding: 8px 15px; margin-right: 2%; margin-bottom: 20px;}
    .main .yfb dl dd .years{ font-size: 22px;}
    .main .yfb dl dd p{ font-size: 14px;}

    /*行业交流——学术会议*/
    .main .industry-list li span{font-size: 16px; line-height: 24px;}

    /*行业交流——行业联盟*/
    .main ul.industry-menu{ margin-top: 25px;}
    .main .hylmContent{ margin-top: 25px; margin-bottom: 40px; padding-bottom: 0;}
    .hylmContent .xh{ font-size: 30px;}
    .hylmContent h2{ font-size: 20px;}
    .hylmContent .hylmtext{ padding-top: 0;}
    .hylmtext h3{ font-size: 17px;}

    /*最新资讯*/
    .news-left h2{ font-size: 18px; margin-bottom: 10px;}
    .news-left span{ font-size: 15px;}
    .main ul.newslist li{  margin-bottom: 10px;}

    /*加入我们封面*/
    .text_top h1{ font-size: 32px;}
    .text_top .textbox{ font-size: 22px;}
    .join4 .per-info{ height: 400px; margin-top: -200px; padding-right:105px;}
    .join4 .per-info h2{ margin-bottom: 20px; font-size: 22px;}
    .join4 .pertext{ font-size: 15px; line-height: 24px;}
    .join4 .per-info span{ font-size: 16px; width: 160px;}
    .join-us{ padding-top: 42px;}
    .join-us h1{ font-size: 24px; margin-bottom: 38px;}
    .join-us a{ font-size: 16px; width: 160px;}

    /*加入我们——人才招聘*/
    .main .relybox{ padding-top: 54px; padding-bottom: 75px;}
    .jobweb .weblink{ height: 120px;}
}

@media (min-width: 992px) and (max-width: 1216px) {
    .header .logo{ width: 25%; margin-top: 25px;}
    .header .navbox{ width: 75%;}
    .navbox ul li>a{ padding-right: 14px; padding-left: 14px;}
}
@media (min-width: 768px) and (max-width: 992px) {
    .header{ padding-right: 15px; padding-left: 15px;}
    .header .logo{ width: 22%; margin-top: 25px;}
    .header .navbox{ width: 78%;}
    .navbox .en{ margin-left: 10px;}
    .navbox ul li>a{ padding-right: 8px; padding-left: 8px;}
}

@media (min-width: 768px) {
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    /*首页*/
    .header{ height: 60px; padding-left: 15px; padding-right: 15px;}
    .header .logo{ width: 60%; margin-top: 12px;}
    .navbox ul{ display: none;}
    .header .navbox{ width: 40%;}
    .navbox .en{ line-height: 60px; margin-left: 15px;}
    .navbar-toggle{ background: rgba(133,41,144,.8); margin-right: 0; margin-top: 12px;}
    .navbar-toggle .icon-bar{ background: rgba(255,255,255,.8);}
    #pageBtn.swiper-pagination{ right: 5px;}

    .section1{ height:300px;}
    .section2{ padding: 40px 15px;}
    .section2 h1, .section3 h1, .section5 h1, .section6 h1{ font-size: 20px; text-align: center;margin-top:0px;}
    .section2 ul.core-areas{ margin-top: 40px; padding-bottom:40px;}
    .section2 ul.core-areas li{ width: 48.8%; margin-top: 20px;}
    .section2 ul.core-areas li h2{ font-size: 16px;}
    .section2 ul.core-areas li a{ padding-top: 30px; padding-left: 15px; padding-right: 15px;}
    .section2 ul.core-areas li img,.section2 ul.core-areas li.active img{ margin-top: 25px;}
    .section2 ul.core-areas li.active a{ padding-top: 30px;}
    .section2 .core-more,.section5 a.news-more,.section6 a.hz-more{ width: 150px; height: 40px; line-height: 40px; font-size: 16px;}
    .section3{ padding: 40px 0;}
    .section3 ul.platform{ padding-top: 40px;}
    .section3 ul.platform li.plat-item{ width: 33.3%}
    .section3 ul.platform li.plat-item .plat-cover{ padding: 15px 10px;}
    .section3 ul.platform li.plat-item.item-active{ width: 33.3%;}
    .section3 ul.platform li.plat-item .numbox{ font-size: 24px;}
    .section3 .platform .plat-item .plat-title{ font-size: 16px; margin-top: 5px; margin-bottom: 0;}
    .section3 ul.platform li.plat-item .plat-brief{ margin-top: 10px;}
    .section3 ul.platform li.plat-item p{ font-size: 12px; line-height: 20px; height: 122px;}
    .section3 ul.platform li.plat-item .plat-brief span{ font-size: 12px; width: 100%; height: 36px; line-height: 36px;}
    .section3 ul.platform li.plat-item span.plat-more{ font-size: 12px; right: 0; bottom: 10px;}
    /*.section4{ height: 300px;}*/
    .section5{ padding: 40px 15px;}
    .section5 ul.index-news{ padding-top: 40px;}
    .section5 ul.index-news li{ width: 100%; margin-right: 0; margin-bottom: 10px; padding: 20px 15px;}
    .section5 ul.index-news li .index-left{ width: 30%;}
    .date .timeL{ font-size: 20px;}
    .date .timeY{ font-size: 14px;}
    .section5 ul.index-news li .index-left .date{ margin-bottom: 2px;}
    .section5 ul.index-news li .index-right p{ font-size: 12px; line-height: 20px; height: 38px;}
    .section5 ul.index-news li .index-right h2{ margin-bottom: 10px;}
    .section5 ul.index-news li .index-right span{ font-size: 12px;}
    .section5 a.news-more{ display: block; margin: auto; margin-top: 40px;}

    .section6{padding-top: 40px; padding-bottom: 40px;}
    .section6 ul.hzlist{ padding:40px 15px;}
    .section6 ul.hzlist li{ width: 32.07%; margin-bottom: 5px;}
    .section6 a.hz-more{ margin: auto; display: block;}
    
    .section7{ padding: 40px 15px;}
    .section7 ul.index-news{ padding-top: 40px;}
    .section7 ul.index-news li{ width: 100%; margin-right: 0; margin-bottom: 10px; padding: 20px 15px;}
    .section7 ul.index-news li .index-left{ width: 30%;}
    .date .timeL{ font-size: 20px;}
    .date .timeY{ font-size: 14px;}
    .section7 ul.index-news li .index-left .date{ margin-bottom: 2px;}
    .section7 ul.index-news li .index-right p{ font-size: 12px; line-height: 20px; height: 38px;}
    .section7 ul.index-news li .index-right h2{ margin-bottom: 10px;}
    .section7 ul.index-news li .index-right span{ font-size: 12px;}
    .section7 a.news-more{ display: block; margin: auto; margin-top: 40px;}

    .footer{ padding: 20px 15px;}
    .footer .address{ width: 100%;}
    .footer .link dl{ left: 0; margin-left: 0;}
    .hidden-wx{ right: 0;}
    /*关于我们封面*/
    .banner .container{ padding-left: 25px;}
    .banner p{ font-size: 14px;}
    #about{ padding-top: 100px; padding-bottom: 50px;}
    .banner h1{ font-size: 24px;}
    .maincover{padding: 30px 15px;}
    .maincover h1{ font-size: 20px; margin-top:0px;}
    .aboutinfo .about-left{ width: 100%; overflow: hidden;}
    .aboutinfo .about-right{ width: 100%; margin-top: 20px;}
    .about-right h2{ font-size: 20px;}
    .about-left img{ margin-top: -40px;}
    .about-right a{ display: block;width: 150px; margin:15px auto 0;}
    .maincover ul.about-menu li{ width: 49.17%; padding-bottom: 28px; margin-bottom: 6px;}
    .maincover ul.about-menu li h2{ font-size: 20px; margin-top: 15px;}
    .maincover ul.about-menu li .iconimg{ width: 40px; height: 40px;}

    /*关于我们——本院简介*/
    .main{ padding-left: 15px; padding-right: 15px;}
    .main h1{ font-size: 20px;}
    .aboutcontent{ padding-top: 0;}
    .main p{ font-size: 14px; }
    .main ul.info-li{ padding-top: 10px;}
    .main ul.info-li li{ margin-bottom: 20px;}
    .main ul.info-li li .imgbox{ width: 100%;}
    .main ul.info-li li .imgbox img{ vertical-align: bottom;}
    .main ul.info-li li .about-r{width: 100%; padding: 25px 15px;}
    .main ul.info-li li .about-r h3{ font-size: 18px; margin-bottom: 15px;}
    .main ul.info-li li .about-r p{ font-size: 14px;}

    /*关于我们——发展历程*/
    .main .timeline{ margin-top: 30px;}
    .timeline .time-round,.timeline ul.history::before{ display: none;}
    .timeline ul.history li::after{ top: 0;}
    .timeline ul.history li{ margin-left: 0;}
    .timeline ul.history li:nth-of-type(odd) > div{ left: 20px;}
    .timeline ul.history li:nth-of-type(even) > div{ left: 20px;}
    .timeline ul.history li div{width: calc(100vw - 50px)}
    .timeline ul.history li>div{ overflow: auto;}
    .timeline ul.history li>div .his-r{ width: 100%; float: none;}
    .timeline ul.history li.hisleft>div .his-r{ float: none;}
    .his-r h2{ text-align: left; font-size: 20px;}
    .his-r p{ line-height: 24px;}
    .timeline ul.history li>div div{ width: 94%; margin: 10px 0;}
    .timeline ul.history li>div .hisimg{ float: right;}
    .leftT{ text-align: left; margin-bottom: 32px;}

    /*关于我们——专家团队列表*/
    .main .columninfo{ font-size: 14px; width: 100%; text-align: center; margin-bottom: 15px;}
    .main ul.zjteam li{ width: 100%; margin-right: 0; margin-bottom: 15px;}
    .main ul.zjteam li .imgbox{ float: right; width:100px; margin-right: 5px; margin-top: 5px;}
    .main ul.zjteam li .teaminfo{ padding-top: 15px; margin-top: 0;}
    .main ul.zjteam li .teamtext{ height: auto; padding-bottom: 25px;}
    .main ul.zjteam li h2{ margin-left: 10px; font-size: 18px; text-align: left;}

    /*关于我们——专家团队内容模板*/
    .teamContent{ padding-top: 12px; padding-bottom: 40px;}
    .team-list .team-brief{ padding-left: 0; background: none; padding-bottom:10px;}
    .team-brief img{ float: none; width: auto;max-width: 45%;}
    .team-list h2{ font-size: 18px; background: none; padding-left: 0; margin-bottom: 15px; margin-top: 15px;}
    .team-brief .team-r{ float: none; width: 100%;}
    .teamContent .team-list::before{ background: none;}
    .team-list .team-c{ padding-top: 0; padding-left: 0;}

    /*关于我们——荣誉资质*/
    #fh5co-main{ padding: 0 25px 30px;}
    #fh5co-board .item{ margin: 10px 5px !important; }

    /*关于我们——联系我们*/
    .connect{ padding-bottom: 40px;}
    .connect ul.con-menu{ width: 100%; float: none; text-align: center; padding-bottom: 8px; border-bottom: 1px solid rgba(230,230,230,.3);}
    .con-r{ position: relative; top: auto; right: auto; width: 100%;}
    .connect ul.con-menu li{ width: 35%; display: inline-block; line-height: 42px;}
    .connect .con-right{ float: none; width: 100%; padding-bottom: 30px;}
    .connect ul.con-menu li{ font-size: 18px;}
    .con-right .con-left{ float: none; width: 100%; margin-bottom: 0;}
    .con-right dl dd{ line-height: 22px; background-size: 25px auto; font-size: 14px; margin-bottom: 12px; padding-left: 38px;}
    .con-right .map{ padding-top: 12px;}
    .con-r h2{ font-size: 18px;}

    /*科技成果封面*/
    #other{ padding-top: 100px; padding-bottom: 50px;}
    #other h1{ margin-bottom: 20px;}
    #other span{ margin-bottom: 15px;}
    #other p{ width: 90%;}
    .maincover ul.kjcg{ margin-top: 30px;}
    .maincover .kjcg li{ width: 49.2%; margin-bottom: 5px;}
    .maincover .kjcg li .kjcg-cover{ margin-top: 0; padding: 15px 10px; width: 100%;}
    .maincover .kjcg li span{ font-size: 16px; line-height: 24px;}

    /*科技成果列表页*/
    #kjcg{ float: none; width: 100%;}
    #kjcg .swiper-slide{}
    .kjcgbox{ margin-top: 30px; margin-bottom: 25px;}
    .kjcgbox .kjcgbrief{ position: inherit; padding: 15px; right: 0; top: 0; left: 0; width: 100%; height: auto;}
    .kjcgBtn{ display: none;}
    .main ul.kjcg-list{ padding-top: 25px; padding-bottom: 0;}
    .main ul.kjcg-list li{ width: 48.775%; margin-bottom: 10px;}
    .main ul.kjcg-list li .kjcg-title{margin-top: 0; width: 100%; min-height: inherit; padding: 15px 10px; text-align: left;}

    .main a.kjcg-more{ width: 150px; margin-bottom: 40px; font-size: 16px;}

    /*科技成果内页*/
    .main .kjcgContent{ margin-top: 10px; padding: 30px 15px; margin-bottom: 40px;}
    .kjcgContent ul.cg_common li{ width: 50%;}
    .kjcgContent .cg_box{ width: 100%;}
    .cg_box .cg_left{ width: 100%; padding: 0; float: none;}
    .cg_box ul.cg_right{ width: 100%; float: none; padding: 0;}
    .cg_common4 li{ width: 100% !important; text-align: left; padding: 0;}

    /*服务平台封面页*/
    .maincover .service{ margin-top: 30px;}
    .service li{ width: 47.5%; margin-bottom: 10px;}
    .service li .service-title{ min-height: inherit; width: 100%; padding: 15px 10px; margin-top: 0;}

    /*服务平台——技术研发封面页*/
    .service-jsyf li span{ line-height: 24px;}
    .service-jsyf li{ width: 48.85%; margin-bottom: 15px;}
    .service-jsyf li .jsyf-cover{ margin-top: 0; width: 100%; text-align: left; padding: 15px 10px; min-height: inherit;}
    .service-jsyf li.index3{ margin-right: 0;}
    .service-jsyf li.index3 .jsyf-cover{ min-height:78px;}
    .js-right.systermbox p{ font-size: 14px;}

    /*服务平台——技术研发内容页*/
    .js-cover{ padding-top: 25px;}
    .jsbox h2{ font-size: 18px; padding-left: 45px; background-size: 35px auto;}
    .jsbox .js-right{ width: 100%;}
    .systerm .lists.index0{width: 100% !important; margin-bottom: 8px; padding-bottom: 5px !important;}
    .systerm .lists h2{ font-size: 14px;}
    .systerm .lists{ width: 49% !important;margin-bottom:8px;padding: 15px 10px 5px;}
    .js-cover .jsbox{ margin-bottom: 20px;}
    .js-right .jsnl-index{ padding: 15px;}
    .jsnl-index ul.yf1 li{ width: 48.9% !important; margin-bottom: 15px;}
    .jsnl-index h3, .jsnl-index1 h3{ font-size: 14px;margin-bottom: 15px;}

    .jsnl-index1 .js-l, .jsnl-index1 .js-r{ width: 100%; min-height: inherit; padding: 15px 15px 8px;}

    .fzrbox h3, .fzrinfo h4{ font-size: 18px;}
    .fzrbox h3{ margin-bottom: 20px;}
    .fzrtext .imgbox{ float: none; width: 162px; text-align: center; margin: auto;  margin-bottom: 10px; margin-top: 0;}
    .fzrtext .imgbox img{ width: auto; max-width: 100%;}
    .fzrtext .fzrinfo{ width: 100%; float: none;}
    .fzrtext{ padding: 20px 15px;}
    .xmbox .swiper-slide .xm-tit, .dxcg .swiper-slide .dxcg-tit{ text-align: left; height: auto; width: 100%; margin-top: 0; padding: 15px 10px;}
    .xmbox .swiper-slide span, .dxcg .swiper-slide span{ }
    .js-right a.xm-more,.js-right a.dxcg-more{ width: 120px; height: 42px; font-size: 15px; line-height: 42px;}

    .js-right .jsnl.jsnl2{ padding-left: 15px; padding-right: 15px;}
    .jsnlbox1 ul.jsnl-list li{ margin-bottom: 15px;}
    .jsnlbox1 ul.jsnl-list li span{ font-size: 14px; line-height: 22px;}
    .jsnlbox1 ul.jsnl-list3 li{ width: 30%;}

    .js-right .pfkz{ padding: 10px; margin-top: 10px;}

    .main ul.xmcase li{ width: 48.85%; margin-bottom: 10px;}
    .main ul.xmcase li .xm-title{ margin-top: 0; width: 100%; padding: 15px 10px; text-align: left;}
    .main ul.xmcase li span{ font-size: 16px; line-height: 24px;}

    .xmContent h2{ font-size: 16px; background-size: 28px auto; margin-bottom: 20px; line-height: 24px; padding-left: 40px;}
    .xmContent span{ font-size: 14px; line-height: 24px; margin-top: 0;}

    .xmContent .yjresult{ margin-top: 20px; padding-top: 0; padding-bottom: 0;}
    .yjresult .yj-text{ width: 100%; position: inherit; min-height: auto; padding: 20px 15px;}
    .yj-text h3{ padding-left: 35px; font-size: 16px; line-height: 24px; background-size: 26px auto;}
    .yj-text p{ margin-left: 0; padding-left: 0; background: none; line-height: 24px;}
    .yjresult ul{ float: none; width: 100%;}
    .yjresult ul li .yj-title{ width: 100%; margin-top: 0; padding: 15px 10px; text-align: left; min-height: 70px;}
    .yjresult ul li .yj-title span{ font-size: 14px;}

    /*服务平台——检测验证*/
    .main ul.bdjc li{ width: 49.07%;}

    .main .bdjc-content{ margin-top: 20px; padding: 15px 15px 30px;}
    .bdjc-content .jc-left p{ line-height: 24px;}
    .bdjc-content .jc-left p span{ font-size: 16px; margin-right: 5px;}
    .main .bdjc-content p img{ max-width: 100%;}

    /*服务平台——科技金融*/
    .main p.kj_text{ text-align: justify; margin-bottom: 15px;}
    .kjjr ul.jrlist{ padding-top: 40px; padding-bottom: 40px;}
    .kjjr ul.jrlist li{ width: 48.8%; margin-right: 1.4%; margin-bottom: 10px;}
    .kjjr ul.jrlist li .jr-box{ width: 130px; height: 130px; padding-top: 30px; padding-left: 10px; padding-right: 10px;}
    .kjjr ul.jrlist li h2{ font-size: 16px; line-height: 24px;}
    .kjjr ul.jrlist li img{ max-width: 40%;}
    .kjjr ul.jrlist li .jr-text{ padding-left: 10px; padding-bottom: 10px; padding-right: 10px; min-height: 225px;}
    .kjjr ul.jrlist li p{ background-size: 5px auto; padding-left: 10px;}

    /*服务平台——人才培养*/
    .rcpy{ margin-top: 20px; overflow: hidden;}
    .rcpy img.img-rc{ width: 1200px; height: 320px; margin-left: -600px; position: relative;left: 50%;}
    .rcpy .text_rc{ width: 100%; top:15px; font-size: 14px;margin-left: -50%; padding: 0 15px;}
    .num-top{ padding-top: 5px; padding-bottom: 5px;}
    .num-top ul{ width: 100%;}
    .num-top ul li{ width: 45%; margin-bottom: 5px;}
    .num-top ul li .num{ font-size: 15px;}
    .num-top ul li span.num-active{ font-size: 18px;}
    .num-top ul li .cn-tt{ font-size: 14px;}

    .rcpybox{ margin-top: 20px;}
    .rcpybox .rcpyinfo,.online .online-left,.yxfw .yxfw-left,.qyfw .qyfw-left{ width:100%; font-size: 14px; line-height: 24px; padding: 20px 15px;}
    .rcpybox .rcpy-r{ width: 100%; position: relative; top: auto; right: auto; padding: 15px;}
    .rcpy-r img{ width: 90%; display: block; margin: auto; float: none;}
    .rcpy-r ol{ float: none;width: 100%; margin: 0; padding: 0; padding-top: 15px; text-align: center;}
    .rcpy-r ol li{ display: inline-block; font-size: 15px; background-size: 12px auto; padding-left: 20px; margin-bottom: 10px;}

    .three_block{ padding-top: 20px;}
    .three_block h1{ margin-bottom: 20px;}
    .three_block .online, .three_block .yxfw{ margin-bottom: 20px;}
    .online-left h2, .yxfw-left h2, .qyfw-left h2{ text-indent: 0; font-size: 16px; margin-bottom: 20px;}
    .online-left .online-text, .yxfw-left .yxfw-text, .qyfw-left .qyfw-text{ font-size: 14px; line-height: 24px;}
    .online-left span, .yxfw-left span, .qyfw-left span{ width: 120px;  margin:15px 0 0;height: 36px; line-height: 36px; font-size: 14px;}
    .online .online-right{ top: auto; width: 100%; position: relative; margin-top: 8px;}
    .online-right li{ width: 49.4%; margin-bottom:4px; padding: 15px; margin-right: 1.2%;}
    .online-right li h3{ font-size: 16px; margin-top: 8px; margin-bottom: 8px;}

    .yxfw .yxfw-right{ position: relative; top: auto; right: auto; width: 100%; margin-top: 20px;}
    .yxfw-right li{ width: 49.4%; margin-right: 1.2%; margin-bottom: 6px;}
    .yxfw-right li .yx-title{ font-size: 15px; }

    .qyfw .qyfw-right{ position: relative; top: auto; right: auto; width: 100%;}
    .qyfw-right li{ margin-top: 20px; padding: 20px 15px; width: 100%; min-height: auto;}
    .qyfw-right li h3{ font-size: 16px; margin-top: 10px; margin-bottom: 8px;}
    .qyfw-right li .qy-text{ font-size: 14px;}

    /*服务平台——企业孵化*/
    .qyfhbox h2{ font-size: 18px; float: none; background-size: 35px auto; padding-left: 45px; line-height: 30px;}
    .qyfhbox .qyfh-right{ float: none; width: 100%; padding-top: 20px;}
    .qyfh-right dl dd{ text-align: center !important;}
    .qyfh-right dl dd span{ font-size: 16px; padding-left: 0;}
    .qyfh-right ul{ padding-top: 0; padding-bottom: 20px;}
    .qyfh-right ul li{ width: 23.83%; margin-bottom: 7px;}

    /*服务平台——标准研制*/
    .main ul.bzyz-list li{ width: 32%; margin-right: 1.3%;}
    .main ul.bzyz-list li img{ max-width: 90%;}
    .main ul.bzyz-list li .bzyzbox{ margin-top: 10px; padding-top: 14px;}
    .main ul.bzyz-list li span{ width: 95%; margin: auto; display: block; font-size: 14px; height: 32px; line-height: 32px; margin-bottom: 10px;}
    .main ul.bzyz-list{ margin-top: 20px;margin-bottom: 30px;}
    .main .yfb h3{ font-size: 18px; margin-bottom: 20px;}
    .main .yfb dl dd{ width: 100%; height: auto; margin-bottom: 10px;}
    .main .yfb dl dd h2{ margin-bottom: 5px;}
    .main .yfb dl dd .years{ font-size: 18px; margin-bottom: 5px;}

    /*行业交流——学术会议内列表*/
    .main .industry-list li{ width: 49.2%; margin-bottom: 10px;}
    .main .industry-list li .industry-title{ width: 100%; margin-top: 0; text-align: left; padding: 15px 10px;}
    .main .industry-list li span{ font-size: 16px; line-height: 24px;}
    .pages{ padding-bottom: 40px;}

    .newscontent{ padding-top: 0; padding-bottom: 30px;}
    .newscontent .newstitle{ padding-bottom: 15px;}
    .newscontent .newstext{ padding-top: 24px;}

    /*行业交流——行业联盟*/
    .main ul.industry-menu{ margin-top: 5px; width: 100%; padding-top: 20px;}
    .main ul.industry-menu li{ margin-bottom: 5px; display: inline-block; width: 50%; vertical-align: text-top; padding: 0 8px;}
    .main ul.industry-menu li a{ float: none; width: 100%; font-size: 14px;}
    .main ul.industry-menu li.active span{ width: 23px; height:23px; line-height: 23px; font-size: 16px;}
    .main ul.industry-menu li span{ float: none; display: block; margin: auto; margin-bottom: 8px; text-align: center; text-indent: 0; font-style: normal; margin-top: 0;}
    .main .hylmContent{ padding: 0; width: 100%; margin-bottom: 0;}
    .hylmtext h3{ font-size: 16px;}

    /*最新资讯列表模板*/
    .main ul.newslist li{ padding: 16px 0 25px;}
    .main ul.newslist li .news-left{ width: 60%;}
    .news-left h2{ font-size: 16px; line-height: 24px;}
    .news-left p{ display: none;}
    .main ul.newslist li .news-right{ width: 39%;}
    .news-left span{ font-size: 14px; margin-top: 0;}

    .pages a,.pages b{ font-size: 14px;}

    .newstext ul.news_common2 li{ width: 50%;}

    /*加入我们封面模板*/
    .join1{ padding-top: 80px; padding-bottom: 170px; }
    .join2{ padding-top: 40px; padding-bottom: 180px; }
    .join3{ padding-top: 40px; padding-bottom:50px; }
    .text_top{ position: relative; top: 0; padding-left: 15px; padding-right: 15px;}
    .text_top h1{ text-align: center; font-size: 20px; margin-bottom: 10px;}
    .text_top .textbox{ padding: 0 15px; text-align: center; font-size: 14px;}
    .join2 .text_top{ top: 0;}
    .join3 p{ font-size: 14px; line-height: 20px; margin-top: 10px; margin-bottom: 30px;}
    .join3 img{ display: block; margin: auto; max-width: 90%;}

    #person,#kjcg,#xmbox,#dxcg,#jsnl2{
        width: 100%;
        height: 100%;
    }
    #person .swiper-wrapper,#fcbox .swiper-wrapper,#kjcg .swiper-wrapper,#xmbox .swiper-wrapper,#dxcg .swiper-wrapper,#jsnl2 .swiper-wrapper{
        position:relative;
        width:100%;
        height:100%;
        z-index:1;
        display:-webkit-box;
        display:-moz-box;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:flex;
        -webkit-transition-property:-webkit-transform;
        -moz-transition-property:-moz-transform;
        -o-transition-property:-o-transform;
        -ms-transition-property:-ms-transform;
        transition-property:transform;
        -webkit-box-sizing:content-box;
        -moz-box-sizing:content-box;
        box-sizing:content-box
    }
    #person .swiper-slide,#fcbox .swiper-slide,#kjcg .swiper-slide,#xmbox .swiper-slide,#dxcg .swiper-slide,#jsnl2 .swiper-slide{
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    /*.swiper-slide{ box-sizing: border-box;background-repeat: no-repeat; background-size: cover; background-position: center center;}*/

    .join4 h1{ font-size: 20px; top: 40px;}
    .join4 .swiper-slide{ padding-top: 260px; padding-bottom:70px; background-size: 100% auto; }
    .join4 .per-info{ margin-top: 0; height: 250px; position: relative; top: 0; padding: 15px 15px 25px; width: 100%;}
    .join4 .per-info h2{ font-size: 16px; margin-bottom: 10px;}
    .join4 .pertext{ font-size: 14px; line-height: 20px; height: 80px; overflow: hidden;}
    .join4 .per-info span{ margin-top: 20px; width: 120px; line-height: 36px; height: 36px; font-size: 14px;}
    .perBtn{ bottom: 20px; right: auto; width: 100%; text-align: center;}

    #fcbox{ padding-top: 40px; padding-bottom: 25px;}
    .tdfc h1{ text-align: center; font-size: 40px; margin-bottom: 30px; font-size: 20px;}
    #fcbox .teamBtn{ margin-top: 25px;}
    .join-us{ padding-left: 15px; padding-right: 15px;}
    .join-us h1{ font-size: 18px; margin-bottom: 28px;}
    .join-us a{ font-size: 14px; line-height: 36px; height: 36px; width: 120px;}
    /*.perBtn{ position: absolute; right:20%; bottom:50px;}*/
    /*.perBtn .swiper-pagination{ position: relative; display: inline-block;right:0;bottom: 3px;padding:0 18px;}*/
    /*.perBtn .swiper-button-next,.perBtn .swiper-button-prev{ cursor: pointer; margin-top: 0; position: relative; display: inline-block;}*/
    /*#person .swiper-pagination-bullet{ width: 13px;height: 13px; margin: 0 10px; background: #ac89af; opacity: 1;}*/
    /*#person .swiper-pagination-bullet-active{ background: #0D5A44;}*/
    /*#person .swiper-button-next, #person .swiper-button-prev{width: 14px; height: 21px; opacity: 1;}*/
    /*#person .swiper-button-next{ background: url(../images/gt.png) no-repeat;}*/
    /*#person .swiper-button-next:hover{ background: url(../images/arrow-next-r.png) no-repeat;}*/
    /*#person .swiper-button-prev{ background: url(../images/lt.png) no-repeat;}*/
    /*#person .swiper-button-prev:hover{ background: url(../images/arrow-prev-r.png) no-repeat;}*/

    /*加入我们——人才招聘列表*/
    .joinMain{ padding-top: 30px;}
    .columntext{ font-size: 14px;}
    .main .menu-job{ padding-bottom: 24px;}
    .menu-job a{ line-height: 42px; height: 42px;}
    .main .relybox{ width: 100%; padding-left:15px; background-position: center center; padding-top: 24px; padding-bottom: 35px;}
    .relybox h2{ font-size: 18px; margin-left: 0; font-weight: normal; margin-bottom: 20px;}
    .jobweb .weblink{ top: 40px; background: rgba(255,255,255,1);}
    .weblink a{ font-size: 14px; line-height: 24px;}
    .main .job-list{ padding-top: 22px; padding-bottom: 40px;}
    .job-list h2{ font-size: 18px;margin-bottom: 15px;}
    .job-list ul li h3{ width: 60%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
    .job-list ul li span{width: 30%; margin-right: 30px;}
    .job-list ul li.active h3{width: 100%;}
    .job-list ul li .jobtext{ padding: 16px 15px;}
    .jobtext p{ line-height: 24px;}
}
@media (min-width: 640px) and (max-width: 768px){
    .header .logo{ width: 35%; margin-top: 8px;}
}




