


/* #center #about .aboutBox .title::after{
	content: '';
	display: block;
	width: 1.1rem;
	background: #002A66;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(0);
	height: 4px;
} */

#center #about{
	width: 100%;
	padding-top: 30px;
	margin: 0 auto;
}

#center #about .title{
	text-align: center;
	width:100%;
}

#center #about .title span{
	font-size: 26px;
	text-align: center;
	font-weight:bold;
}
#center #about .title .more{
	font-size: 14px;
	color: #898989;
	margin-left: 10px;
}
#center #about .aboutBox{
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
	overflow:hidden;
}
#center #about .aboutBox .left{
	width:640px;
	line-height: 1.8;
	float:left;
}
#center #about .aboutBox .left .title{
	padding-top: 40px;
	position: relative;
	font-size: 24px;
	line-height:1.5;
	margin-bottom:30px;
	text-align:left;
}
#center #about .aboutBox .right{
	width:340px;
	text-align:right;
	float:right;
}

#center #research{
	position:relative;
	margin-top:30px;
}

 #center #research .bg img{
	width:100%
}

#center #research .bg .img1{
	display:block;
}

#center #research .bg .img2{
	display:none;
}

#center #research .bg .mb{
	background-color: #000;
	opacity: 0.6; /* 支持opacity的浏览器*/   
	filter:alpha(opacity=60); /* IE */  
	-moz-opacity:0.6; /* 老版Mozilla */  
	-khtml-opacity:0.6; /* 老版Safari */  
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: ' ';
	z-index: 2;
	backface-visibility: hidden;
	height:100%;
}
#center #research .rbox{
	position: absolute;
	width:100%;
	top: 25%;
	color: #fff;
	z-index: 666;
	text-align: center;
}
#center #research .rbox h2{
	padding-bottom: 20px;
	font-size:26px;
}
#center #research .rbox p{
	color: #fff;
}
#center #research .more{
	position: absolute;
	/* width: 100%; */
	bottom: 64px;
	text-align: center;
	z-index: 666;
	display: inline-block;
	height:46px;
	left: 47%;
}
#center #research .more a{
	box-shadow: none;
	padding: 11px 17px;
	background-color: transparent !important;
	border: 2px solid #fff;
	color: #fff;
	display:block;
}
#center #research .more a:hover{
	background-color: #fff !important;
	border: 2px solid #fff;
	color:#005BAA;
}


#center #pro{
	margin-top:50px;
}

#center #pro .title .ftitle{
	color: #000;
	font-size: 26px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
#center #pro .title .stitle{
	text-align:center;
	width:100%;
	height:20px;
}
#center #pro .box{
	width: 980px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
	height:720px;
	position:relative;
}
#center #pro .box li{
	height: 360px;
	float:left;
	top: 0;
	left: 0;
	position:absolute;
}

#center #pro .box li:first-child+li{
	top: 0;
	left: 353px;
}

#center #pro .box li:first-child+li+li{
	top: 0;
	left: 706px;
}

#center #pro .box li:first-child+li+li+li{
	top: 360px;
	left: 0;
}

#center #pro .box li:first-child+li+li+li+li{
	top: 360px;
	left: 353px;
}

#center #pro .box li:first-child+li+li+li+li+li{
	top: 360px;
	left: 706px;
}

#center #pro .box li:nth-child(2){
	top: 0;
	left: 353px;
}

#center #pro .box li:nth-child(3){
	top: 0;
	left: 706px;
}

#center #pro .box li:nth-child(4){
	top: 360px;
	left: 0;
}

#center #pro .box li:nth-child(5){
	top: 360px;
	left: 353px;
}

#center #pro .box li:nth-child(6){
	top: 360px;
	left: 706px;
}

#center #pro .box li .aImg{
	width:275px;
	height:275px;
	overflow:hidden;
	display:block;
}
#center #pro .box li .aImg:hover{
	color:#005BAA;
}

#center #pro .box li .aTitle{
	color:#8d8d8d;
	font-size:14px;
	line-height:4;
	display:block;
	width:100%;
}

#center #pro .box li img{
	transition: all 0.7s ease 0s;
	width:275px;
	height:275px;
}

#center #pro .box li:hover img,#center #pro .box li:hover .aTitle{
	transform: scale(1.07);
	color:#005BAA;
}

#center #pro .more{
	display: block;
	border-radius: 0;
	margin: 0 auto;
	color: #000;
	width: 125px;
	height: 35px;
	line-height: 35px;
	box-shadow: none;
	text-align: center;
}
#center #pro .more a{
	width: 125px;
	height: 35px;
	display:block;
	border: 1px solid #000;
}
#center #pro .more:hover a{
	color: #005BAA;
	border: 1px solid #005BAA;
}


#center #news{
	background: #fff;
	padding-top: 20px;
	padding-bottom: 50px;
}

#center #news .title .ftitle{
	color: #000;
	font-size: 26px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#center #news .title .stitle{
	text-align: center;
	width: 100%;
	height:10px;;
}

.swiper-button-prev{
	display:none;
}

.swiper-button-next{
	display:none;
}

#center #news .box{
	width: 980px;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
	height:252px;
	position:relative;
}

#center #news .box li{
	width: 270px;
	white-space: nowrap;
	font-size: 14px;
	float:left;
	position:absolute;
	left:0;
	top:0;
}

#center #news .box li:nth-child(2){
	left:355px;
}

#center #news .box li:nth-child(3){
	left:710px;
}

#center #news .box li:first-child+li{
	left:355px;
}

#center #news .box li:first-child+li+li{
	left:710px;
}

#center #news .box li a{
	color: #8d8d8d;
	display: block;
}

#center #news .box li a .bImg
{
	width:270px;
	height:180px;
	overflow:hidden;
}

#center #news .box li a .bImg img{
	
	transition: all 0.7s ease 0s
}

#center #news .box li a:hover .bImg img{
	transform: scale(1.07);
}

#center #news .box li a .bTitle{
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 15px auto;
	color: #000;
	height:21px;
	text-align:left;
	text-align:center;
}

#center #news .box li a .list_last,#center #news .swiper-container div a .list_last{
	display: block;
	height: 21px;
	line-height: 21px;
}

#center #news .box li a .list_last .timeRight,#center #news .swiper-container div a .list_last .timeRight{
	float: left;
	margin-left: 1px;
}

#center #news .box li a .list_last .look,#center #news .swiper-container div a .list_last .look{
	position: relative;
	float: right;
	margin-right: 1px;
}

#center #news .box li a:hover .list_last .look::after,#center #news .swiper-container div a:hover .list_last .look::after{
	transform: scale(0.8);
	opacity: 0;
}


#center #news .box li a .list_last .look span::after,#center #news .swiper-container div a .list_last .look span::after{
	position: absolute;
	content: '';
	border-bottom: 1px solid #000;
		border-bottom-color: rgb(0, 0, 0);
	height: 1px;
	width: 22px;
	right: 21px;
	top: 50%;
	margin-top: 6px;
	-ms-transform: scale(0,1) translateX(0px);
	-ms-transform-origin: left;
	transform: scale(0,1) translateX(0px);
	transform-origin: left;
	-webkit-transform: scale(0,1) translateX(0px);
	-webkit-transform-origin: left;
	pointer-events: none;
	transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}

#center #news .box li a:hover .list_last .look span::after,#center #news .swiper-container div a:hover .list_last .look span::after{
	-ms-transform: scale(1,1) translateX(9px);
	-webkit-transform: scale(1,1) translateX(9px);
	transform: scale(1,1) translateX(9px);
}
#center #news .box li a .list_last .look span::before,#center #news .swiper-container div a .list_last .look span::before{
	font-family: 'Fontawesome';
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	content: "\f105";
	color: #000;
	line-height: 48px;
	font-size: 14px;
	position: absolute;
	right: 0;
	width: 26px;
	text-align: center;
	height: 30px;
	top: 50%;
	margin-top: -16px;
	-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}

#center #news .box li a .list_last .look::after,#center #news .swiper-container div a .list_last .look::after{
	border-radius: 100px;
	border: 1px solid rgba(0,0,0,0.3);
    border-top-color: rgba(0, 0, 0, 0.3);
    border-right-color: rgba(0, 0, 0, 0.3);
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-left-color: rgba(0, 0, 0, 0.3);
	height: 25px;
	width: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	content: ' ';
	display: block;
	pointer-events: none;
	-ms-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
	-webkit-transition: all 0.33s cubic-bezier(0.12,0.75,0.4,1);
}

.swiper-container{
	display:none;
}

@media (max-width: 820px){ 
	#center #news .swiper-container div a .list_last{
		margin-top:.3rem;
	}

	#center #about .title
	{
		padding-bottom:.6rem;
	}

	#center #about{
		padding: 1rem;
		width:auto;
	}

	#center #about .aboutBox{
		width: 100%;
		display: block;
	}

	#center #about .aboutBox .left{
		width:100%;
	}

	#center #about .aboutBox .left .title{
		padding-top: .4rem;
		font-size: .8rem;
		margin-bottom: .4rem;
	}

	#center #about .title span{
		font-size:1rem;
		padding-left:.8rem
	}

	#center #about .title .more{
		font-size:.8rem;
		margin-left:0;
	}

	#center #research{
		margin:0;
		margin-top:.5rem;
	}

	#center #research .rbox h2{
		font-size: .8rem;
		padding-bottom: .8rem;
	}

	#center #research .more a{
		font-size: .6rem;
		border: 2px solid rgba(255,255,255,0.7);
		padding: .2rem;
		display: inline-block;
	}

	#center #about .aboutBox .right{
		display:none;
	}

	#center #research .rbox{
		top: 15%;
	}

	#center #research .rbox p{
		padding-top:.4rem
	}

	#center #research .more{
		bottom:15%;
		width: 100%;
		display: block;
		height: auto;
		left: 0;
	}

	#center #pro{
		margin: 1.5rem 1rem;
		margin-bottom: 0;
	}

	#center #pro .title .ftitle{
		font-size: 1rem;
		padding: 0;
		padding-bottom: .8rem;
	}

	#center #pro .title .stitle{
		line-height: 1.4;
		color: #333;
	}

	#center #pro .box{
		width: 100%;
		margin-top: 2rem;
		height:auto;
	}

	#center #pro .box li{
		margin: 0 auto;
		text-align: center;
		height:330px;
		height:11rem;
		position: static;
	}

	#center #pro .box li .aImg{
		margin: 0 auto;
		height:8rem;
		width:8rem;
	}

	#center #pro .box li img{
		height:8rem;
		width:8rem;
	}
		
	#center #pro .box li .aTitle{
		font-size:.6rem;
		line-height:1.8;
		margin-top:.2rem;
	}

	#center #news{
		padding-bottom:0;
	}

	#center #news .box{
		display:none;
		width:100%
	}

	.swiper-button-next, .swiper-button-prev{
		top:40%;
	}

	.swiper-container{
		display:block;
		margin: 1rem auto 0;
		height:12rem;
	}

	.swiper-container .swiper-slide a{
		font-size: .6rem;
	}

	.swiper-container .swiper-slide a .bImg{
		text-align:center;
	}

	.swiper-container .swiper-slide a .bImg img{
		max-width:14rem;
		max-height:8rem;
	}

	.swiper-container .swiper-slide a .bTitle{
		width: 12rem;
		margin: 0 auto;
		margin-top: .5rem;
		text-overflow: ellipsis;
		overflow: hidden;
		height: 1rem;
		white-space: nowrap;
		text-align: center;

	}

	.swiper-container .swiper-slide a .list_last{
		width: 12rem;
		display: block;
		margin: 0 auto;
	}
}<!--耗时0.00041604042053223秒-->