/* Secondary pages css */
/* directory */
/*************
 *************
1.研究院简介 
2.代表性论文
3.导师介绍
4.导师详情
5.新闻列表
6.联系我们
7.人才招聘
8.荣誉奖励
9.通知公告
**************
**************/
.m-sec-banner-block{
	position: relative;
	width: 100%;
}
.m-sec-banner-block .img{
	width: 100%;
}
.m-sec-banner-block .img img{
	display: block;
	width: 100%;
}
.m-sec-banner-block .titleText{
	position: absolute;
	top: 175px;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
}
.m-sec-banner-block .titleText h1.cn{
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}
.m-sec-banner-block .titleText h4.en{
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
}
/* 1.研究院简介  */
.content-sec--box {
    width: 100%;
    padding: 40px 0 40px;
    background-color: #FFFFFF;
}
.content-sec--box .content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.content-sec--box .content:after {
    content: '';
    display: block;
    clear: both;
}
ul.component-nav{
	position: relative;
	width: 100%;
	padding: 15px 20px;
	background-color: #f4f4f4;
}
ul.component-nav li{
	float: left;
	margin-right: 15px;
}
ul.component-nav li a{
	display: block;
	font-size: 16px;
	color: #333;
	padding: 15px 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul.component-nav li.selected a{
	color: #fff;
	background-color: #023da0;
}
ul.component-nav li.parent a{
	color: #fff;
	background-color: #023da0;
}
ul.component-nav li.cur a{
	color: #fff;
	background-color: #023da0;
}
ul.component-nav li:hover a{
	color: #fff;
	background-color: #023da0;
}
ul.component-nav:after{
	content: '';
    display: block;
    clear: both;
}
.content-sec--box .content .about-details{
	width: 100%;
}
.component-title{
	position: relative;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.component-title h2.en{
	font-size: 40px;
	color: #e3e6f1;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.component-title h4.cn{
	position: absolute;	
	left: 0;
	bottom: 0;
	font-size: 26px;
	font-weight: 600;
	color: #000;
}
.about-details .details{
	width: 100%;
}
.about-details .details img{
	display: block;
	float: left;
        max-width: 100%;
	margin: 0 40px 40px 0;
}
.about-details .details p{
	font-size: 16px;
	line-height: 32px;
	color: #333;
	margin-bottom: 20px;
}
/*2.代表性论文*/
.paper-details ul.paper-works{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.paper-details ul.paper-works li{
	width: 208px;
}
.paper-details ul.paper-works li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.paper-details ul.paper-works li a img{
	display: block;
	width: 100%;
        height:278px;
}
.paper-details ul.paper-works li a:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2,61,160,.6);
	z-index: 9;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
	-khtml-opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.paper-details ul.paper-works li:hover a:after{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
}
.paper-details ul.paper-works li a .text{
	position: absolute;
	bottom: -390px;
	left: 0;
	width: 100%;
	padding: 15px;
	font-size: 15px;
	line-height: 28px;
	font-weight: 600;
	color: #fff;
	z-index: 10;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.paper-details ul.paper-works li:hover a .text{
	bottom: 0px;
}
.paper-details ul.treatise{
	position: relative;
	width: 100%;
}
.paper-details ul.treatise:after{
	content: '';
    display: block;
    clear: both;
}
.paper-details ul.treatise li{
	float: left;
	width: 580px;
        height:184px;
        overflow: hidden;
	margin-right: 20px;
	margin-bottom: 30px;
	background-color: #f7f8fc;
}
.paper-details ul.treatise li .ft-img{
	width: 168px;
	float: left;
}
.paper-details ul.treatise li .ft-img img{
	display: block;
	width: 100%;
        height:160px;
}
.paper-details ul.treatise li .rt-text{
	float: left;
	width: calc(100% - 168px);
	padding-top: 15px;
	padding-left: 22px;
}
 
.paper-details ul.treatise li:nth-child(2n){
	margin-left: 20px;
	margin-right: 0;
}
.paper-details ul.treatise li .rt-text h3{
	font-size: 16px;
	line-height: 30px;
	font-weight: 600px;
	color: #023da0;
	margin-bottom: 15px;
}
.paper-details ul.treatise li .rt-text h3 a{
	color: #023da0;
}
.paper-details ul.treatise li .rt-text .time{
	font-size: 14px;
	line-height: 30px;
	color: #333;
	margin-bottom: 15px;
}
.paper-details ul.treatise li .rt-text a.view-more{
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #023da0;
}
.paper-details ul.treatise li .rt-text a.view-more span{
	display: block;
	float: left;
	margin-right: 5px;
}
.paper-details .load-more{
	width: 100%;
} 
.paper-details .load-more a{
	position: relative;
	display: block;
	width: 185px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	background-color: #023da0;
	overflow: hidden;
}
.paper-details .load-more a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	height: 100%;
	background-color: #052965;
	z-index: 0;	
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.paper-details .load-more a:hover::before{
	top: 0px;
}
.paper-details .load-more a span{
	display: block;
	position: absolute;
	z-index: 10;
	width: 100%;
	text-align: center;
}
/*3.导师介绍*/
.mentor-details ul.mentor-list{
	width: 100%;
}
.mentor-details ul.mentor-list:after{
	content: '';
	display: block;
	clear: both;
}
.mentor-details ul.mentor-list li{
	float: left;
	width: 270px;
	margin-right: 39px;
	margin-bottom: 30px;
}
.mentor-details ul.mentor-list li:nth-child(4n){
	margin-right: 0;
} 
.mentor-details ul.mentor-list li a{
	display: block;
	position: relative;
}
.mentor-details ul.mentor-list li a img{
	display: block;
	width: 100%;
        height:360px;
}
.mentor-details ul.mentor-list li a .name{
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 162px;
	height: 62px;
	line-height: 62px;
	padding-left: 15px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background:url(../img/name-bg.png) no-repeat left top;
}
/*4.导师详情*/
.mentor-details .top-mentorinfo{
	position: relative;
	width: 100%;
	padding: 20px;
	background: url(../img/card-bg.png) no-repeat center;
	background-size: cover;
}
.mentor-details .top-mentorinfo .cardimg{
	float: left;
	width:250px;
}
.mentor-details .top-mentorinfo .cardimg img{
	display: block;
	width: 100%;
}
.mentor-details .top-mentorinfo .cardtext{
	float: left;
	width: calc(100% - 250px);
	height: 286px;
	padding-left: 50px;
	padding-right: 30px;
}
.mentor-details .top-mentorinfo .cardtext .ft{
	float: left;
	width: 365px;
	padding-right: 50px;
}
.mentor-details .top-mentorinfo .cardtext .ft h2{
	font-size: 34px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 35px;
}
.mentor-details .top-mentorinfo .cardtext .ft h4{
	font-size: 24px;
	color: #fff;
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: solid 1px #60a3ce;
}
.mentor-details .top-mentorinfo .cardtext .ft p span{
	display: block;
	font-size: 22px;
	line-height: 48px;
	color: #fff;
}
.mentor-details .top-mentorinfo .cardtext .rt{
	display: block;
	float: left;
	width: calc(100% - 365px);
	padding-left: 50px;
	border-left: solid 1px #60a3ce;
}
.mentor-details .top-mentorinfo .cardtext .rt .item{
	width: 100%;
	margin-bottom: 65px;
}
.mentor-details .top-mentorinfo .cardtext .rt .item:last-child{
	margin-bottom: 0;
}
.mentor-details .top-mentorinfo .cardtext .rt .item span{
	display: block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
.mentor-details .top-mentorinfo .cardtext .rt .item h3{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
.mentor-details .bottom-mentorinfo{
	width: 100%;
	margin-top: 50px;
}
.mentor-details .bottom-mentorinfo h3{
	position: relative;
	padding-left: 32px;
	font-size: 20px;
	font-weight: 600;
	color: #193885;
	margin-bottom: 30px;
}
.mentor-details .bottom-mentorinfo h3:before{
	position: absolute;
	left: 0;
	top: 3px;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-color: #193885;
}
.mentor-details .bottom-mentorinfo .Introduction{
	width: 100%;
}
.mentor-details .bottom-mentorinfo .Introduction div{
	margin-bottom: 10px;
}
.mentor-details .bottom-mentorinfo .Introduction div span{
	/*display: block;
	float: left;*/
	font-size: 16px;
	line-height: 30px;
}
.mentor-details .bottom-mentorinfo .Introduction div span.symbol{
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Safari and Chrome */
	background-color: #666666;
	margin-top: 12px;
	margin-right: 20px;
}
.mentor-details .bottom-mentorinfo p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
/*5.新闻列表*/
.news-list ul.mentor-list{
	width: 100%;
	margin-top: 30px;
}
.news-list ul.mentor-list li{
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 5px 13px 24px rgba(0,0,0,.1);
}
.news-list ul.mentor-list li .ft-img{
	float: left;
	width: 250px;
}
.news-list ul.mentor-list li .ft-img img{
	display: block;
	width: 100%;
}
.news-list ul.mentor-list li .rt-text{
	float: left;
	width: calc(100% - 250px);
	padding-left: 20px;
	padding-top: 10px;
}
.news-list ul.mentor-list li .rt-text h3{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px;
}
.news-list ul.mentor-list li .rt-text h3 a{
	color: #000;
	-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s
}
.news-list ul.mentor-list li .rt-text h3:hover a{
	color: #023da0;
}
.news-list ul.mentor-list li .rt-text p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-bottom: 30px;
}
.news-list ul.mentor-list li .rt-text .infos{
	width: 100%;
}
.news-list ul.mentor-list li .rt-text .infos .infotime{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 16px;
	color: #999;
}
.news-list ul.mentor-list li .rt-text .infos .infotime img{
	float: left;
	margin-right: 5px;
}
.news-list ul.mentor-list li .rt-text .infos .reading{
	float: right;
	font-size: 14px;
	line-height: 16px;
	color: #023da0;
}
/*6.联系我们*/
.about-details .map-details{
	width: 100%;
}
.about-details .map-details .ft{
	float: left;
}
.about-details .map-details .ft .items{
	margin-bottom: 30px;
}
.about-details .map-details .ft .items h3{
	font-size: 16px;
	font-weight: 600;
	color: #cccccc;
	margin-bottom: 15px;
}
.about-details .map-details .ft .items h2{
	font-size: 21px;
	font-weight: 600;
	color: #023da0;
}
.about-details .map-details .rt{
	float: right;
	width: 748px;
}
.about-details .map-details .rt img{
	display: block;
	width: 100%;
}
/*7.人才招聘*/
.talent-details{
	width: 100%;
}
.talent-details ul.talent-ul{
	position: relative;
	width: 100%;
	margin-top: 30px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.talent-details ul.talent-ul li{
	float: left;
	width: 33.33%;
	height: 144px;
	padding: 15px;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.talent-details ul.talent-ul li h3{
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 25px;
}
.talent-details ul.talent-ul li h3 a{
	color: #333333;
}
.talent-details ul.talent-ul li h3:hover a{
	color: #023da0;
}
.talent-details ul.talent-ul li .info{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.talent-details ul.talent-ul li .info span.source{
	font-size: 14px;
	line-height: 20px;
	color: #023da0;
}
.talent-details ul.talent-ul li .info span.time{
	font-size: 14px;
	line-height: 20px;
	color: #ccc;
}
.talent-details ul.talent-ul:after{
	content: '';
	display: block;
	clear: both;
}
/*8.荣誉奖励*/
.research-details{
	width: 100%;
}
.research-details ul.research-ul{
	width: 100%;
	margin-top: 30px;
}
.research-details ul.research-ul li{
	float: left;
	width: 580px;
	margin-right: 20px;
	margin-bottom: 30px;
	background-color: #f7f8fc;
}
.research-details ul.research-ul li:nth-child(2n){
	margin-right: 0;
	margin-left: 20px;
}
.research-details ul.research-ul li .ft-img{
	float: left;
	width: 235px;
}
.research-details ul.research-ul li .ft-img img{
	display: block;
	width: 100%;
}
.research-details ul.research-ul li .rt-text{
	float: left;
	padding: 15px;
	width: calc(100% - 235px);
}
.research-details ul.research-ul li .rt-text h3{
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #023da0;
	margin-bottom: 20px;
}
.research-details ul.research-ul li .rt-text h3 a{
	color: #023da0;
}
.research-details ul.research-ul li .rt-text .infos{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.research-details ul.research-ul li .rt-text .infos span.time{
	font-size: 14px;
	line-height: 16px;
	color: #999999;
}
.research-details ul.research-ul li .rt-text .infos span.time img{
	float: left;
	margin-right: 5px;
}
.research-details ul.research-ul li .rt-text .infos span.source{
	font-size: 14px;
	line-height: 16px;
	color: #023da0;
}
.research-details ul.research-ul li .rt-text p{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin-top: 15px;
}
/*9.通知公告*/
.news-list ul.notice-list{
	width: 100%;
	margin-top: 30px;
}
.news-list ul.notice-list li{
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ddd;
}
.news-list ul.notice-list li .ft-time{
	float: left;
	width: 84px;
	height: 104px;
	padding: 15px 0 20px;
	text-align: center;
	background: url(../img/time-bg.png) no-repeat left top;
}
.news-list ul.notice-list li .ft-time span.day{
	display: block;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}
.news-list ul.notice-list li .ft-time span.year{
	display: block
	font-size: 14px;
	color: #fff;
}
.news-list ul.notice-list li .rt-text{
	float: left;
	width: calc(100% - 84px);
	padding-left: 30px;
	padding-top: 10px;
}
.news-list ul.notice-list li .rt-text h3{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #333;
}
.news-list ul.notice-list li .rt-text h3 a{
	color: #333;
}
.news-list ul.notice-list li .rt-text p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
/*10.团队成员*/
.mentor-details-2{
	width: 100%;
	margin-top: 30px;
}
.mentor-details-2 .items{
	width: 100%;
	margin-bottom: 50px;
}
.mentor-details-2 .titlebox{
	position: relative;
	width: 100%;
	padding: 20px 20px;
	color: #fff;
	background-color: #fff;
	border: solid 2px #023da0;
}
.mentor-details-2 .cur-titlebox{
	background-color: #023da0 !important;
}
.mentor-details-2 .titlebox:after{
	content: '';
	display: block;
	clear: both;
}
.mentor-details-2 .titlebox h2.title{
	float: left;
	font-size: 18px;
	font-weight: 600;	
	color: #fff;
	color: #023da0;
}
.mentor-details-2 .cur-titlebox h2.title{
	color: #fff;
}
.mentor-details-2 .titlebox span.up-icon{
	display: none;
	float: right;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url(../img/up-icon.png) no-repeat left top;
}
.mentor-details-2 .cur-titlebox span.up-icon{
	display: block;
}
.mentor-details-2 .titlebox span.down-icon{
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url(../img/down-icon.png) no-repeat left top;
}
.mentor-details-2 .cur-titlebox span.down-icon{
	display: none;
}
.mentor-details-2 .maincontent{
	display: none;
	width: 100%;
	padding: 30px;
	background-color: #f5f5f5;
}
.mentor-details-2 .maincontent .img{
	float: left;
	width: 400px;
	height: 275px;
	margin-right: 40px;
	background-color: blue;
}
.mentor-details-2 .maincontent .img img{
	display: block;
	width: 100%;
        height:100%;
}
.mentor-details-2 .maincontent .text{
	float: left;
	width: calc(100% - 440px);
}
.mentor-details-2 .maincontent .text h2{
	width: 100%;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}
.mentor-details-2 .maincontent .text h2 a {
    color: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mentor-details-2 .maincontent .text p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
/*11.新闻详情*/
.news-details-2 .top-infos{
	width: 100%;
}
.news-details-2 .top-infos h3{
	font-size: 22px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 20px;
}
.news-details-2 .top-infos .infos{
	width: 100%;
	padding-bottom: 30px;
	border-bottom: solid 1px #ddd;
}
.news-details-2 .top-infos .infos span{
	float: left;
	display: block;
	font-size: 16px;
	color: #999;
	margin-right: 20px;
}
.news-details-2 .bottom-infos{
	width: 100%;
	border-bottom: solid 1px #ddd;
	padding-bottom: 20px;
}
.news-details-2 .bottom-infos p{
	font-size: 16px;
	line-height: 32px;
	color: #666;
	margin-top: 20px;
}
.news-details-2 .bottom-infos p img{
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.news-details-2 .back-list{
	text-align: right;
	width: 100%;
	padding-top: 20px;
}
.news-details-2 .back-list a{
	font-size: 16px;
	line-height: 16px;
	color: #023da0;
}
.news-details-2 .back-list a img{
	float: right;
	margin-left: 5px;
}
/*12.院长寄语*/
.about-details .dean-infos{
	width: 100%;
}
.about-details .dean-infos .topinfos{
	position: relative;
}
.about-details .dean-infos .topinfos img{
	display: block;
        width: calc(100% - 860px);
}
.about-details .dean-infos .topinfos .text{
	position: absolute;
	right: -40px;
	bottom:30px;
	width: 900px;
	height: 272px;
	padding: 30px;
	background-color: #023da0;
}
.about-details .dean-infos .topinfos .text h2{
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
}
.about-details .dean-infos .topinfos .text p{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin-top: 20px;
}
.about-details .dean-infos .bottominfos{
	width: 100%;
}
.about-details .dean-infos .bottominfos p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-top: 30px;
}
/*13.研究生教育*/
.education-details{
	width: 100%;
}
.education-details .education-infos{
	width: 100%;
}
.education-details .education-infos p{
	font-size: 16px;
	line-height: 32px;
	color: #666;
	margin-bottom: 20px;
}
.education-details .card-infos{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.education-details .card-infos .items{
	width: 580px;
}
.education-details .card-infos .items .title{
	width: 100%;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background-color: #023da0;
}
.education-details .card-infos .items p{
	font-size: 16px;
	line-height: 32px;
	color: #666;
}
.education-details .card-infos .items .card{
	width: 100%;
	box-shadow: 10px 0 21px rgba(0,0,0,.2);
	padding: 15px;
}
.education-details .card-infos .items .card a.view-more{
	float: right;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: #023da0;
	margin-top: 20px;
}
.education-details .card-infos .items .card a.view-more img{
	margin-right: 5px;
	float: right;
}
/*14.重大项目*/
.projects-details ul.projects-ul{
	position: relative;
	width: 100%;
}
.projects-details ul.projects-ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	padding: 15px;
	border: solid 1px #ddd;
}
.projects-details ul.projects-ul li:nth-child(3n){
	margin-right: 0;
}
.projects-details ul.projects-ul:after{
	content: '';
	display: block;
	clear: both;
}
.projects-details ul.projects-ul li .img{
	display: block;
	width: 100%;
}
.projects-details ul.projects-ul li .img img{
	display: block;
	width: 100%;
        height:200px;
}
.projects-details ul.projects-ul li .text{
	width: 100%;
	padding-top: 20px;
}
.projects-details ul.projects-ul li .text h3{
	font-size: 18px;
	line-height: 32px;
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
}
.projects-details ul.projects-ul li .text h3 a{
	color: #333;
	-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.projects-details ul.projects-ul li .text h3:hover a{
	color: #023da0;
}
.projects-details ul.projects-ul li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 20px;
}
.projects-details ul.projects-ul li .text .infos{
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	color: #666;
}
.projects-details ul.projects-ul li .text .infos img{
	float: left;
	margin-right: 5px;
}
#certify{
	position: relative;
	width: 1200px;
	
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	position: relative;
	width: 540px;
	height: 340px;
	background: #fff;
}
#certify .swiper-slide img{
	display:block;
    width: 100%;
    height: 100%;
}
#certify .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding-top: 0;
	text-align: center;
	color: #fff;
	text-align: center !important;
	font-size: 18px;
	margin: 0;
	background-color: rgba(0,0,0,.5);
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 12px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #023da0;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 30%;
	right: auto;
	top: auto;
	bottom: 0;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_prev.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
    display: none;
}

#certify .swiper-button-next {
	left: auto;
	right: 30%;
	top: auto;
	bottom: 0;
	width: 45px;
	height: 45px;
	background: url(../img/wm_button_next.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#certify .swiper-button-prev:focus{
	border: none;
	outline: none;
}
/*15.专利专注*/
.projects-details ul.projects-ul-2{
	position: relative;
	width: 100%;
	margin-top: 30px;
}
.projects-details ul.projects-ul-2 li{
	float: left;
	width: 375px;
	margin-right: 35px;
}
.projects-details ul.projects-ul-2 li:nth-child(3n){
	margin-right: 0;
	margin-bottom: 30px;
}
.projects-details ul.projects-ul-2:after{
	content: '';
	display: block;
	clear: both;
}
.projects-details ul.projects-ul-2 li .text h3{
	font-size: 18px;
	line-height: 32px;
	color: #333;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 15px;
        height: 64px;
        overflow: hidden;
}
.projects-details ul.projects-ul-2 li .text h3 a{
	color: #333;
	-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.projects-details ul.projects-ul-2 li .text h3:hover a{
	color: #023da0;
}
.projects-details ul.projects-ul-2 li .text .infos{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.projects-details ul.projects-ul-2 li .text span.time {
	font-size: 14px;
	line-height: 16px;
	color: #cccccc;
}
.projects-details ul.projects-ul-2 li .text span.time img{
	display: block;
	float: left;
	margin-right: 5px;
}
.projects-details ul.projects-ul-2 li .text span.type{
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: #023da0;
}
.projects-details ul.projects-ul-2 li .img img{
	display: block;
	width:100%;
        height:250px;
}
/*16.组织架构*/
.about-details .architecture{
	width: 100%;
	overflow: hidden;
}
.about-details .architecture h1{
    width: 100%;
    padding: 15px 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background-color: #023da0;
    border: none;
    line-height: 30px;
}
.about-details .architecture h2{
    width: 100%;
    padding: 15px 40px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #023da0;
    background-color: #dbebf2;
    border: none;
    line-height: 28px;
    margin-bottom: 1px;
    margin-top: 1px;
}

.about-details .architecture h2:nth-child(1){
   margin-top: 0;
}
.about-details .architecture ul{
    overflow: hidden;
}
.about-details .architecture ul li{
    width: 33.5%;
    font-size: 18px;
    color: #333;
    padding: 15px 40px;
    text-align: left;
    float: left;
    background-color: #f1f7fa;
    border: 1px solid #fff;
    margin: -1px;
}


.about-details .architecture tbody td{
	border: solid 1px #fff;
}
.about-details .architecture tbody td{
	font-size: 18px;
	color: #333;
	padding: 15px 40px;
	text-align: left;
	background-color: #f1f7fa;
}
.about-details .architecture tbody td.Institute{
	width: 100%;
	padding: 15px 40px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	background-color: #023da0;
	border: none;
}
.about-details .architecture tbody td.department{
	width: 100%;
	padding: 15px 40px;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	color: #023da0;
	background-color: #dbebf2;
	border: none;
}

