a{text-decoration:none}
/* ---- indexBody  Style ---- */
.indexBody{
	padding: 2rem 0 2.4rem;
}
.bgGray{
	background: #f1f1f1;
}
.bgWhite{
	background: #fff;
}
.topTitle{
	height: 1.9rem;
	line-height: 1.9rem;
	font-size: 1.3rem;
	color: #0b4aa1;
	position: relative;
	margin-bottom: 1.8rem;
}
.topTitle span{
	font-size: 0.8rem;
	color: #9b9b9b;
	margin-left: 0.4rem;
}
.topTitle a.more{
	position: absolute;
	right: 0;
	top: 0;
	height: 1.9rem;
	line-height: 1.9rem;
	width: 1.9rem;
	text-align: center;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/more_bg.png) center 65% no-repeat;
	background-size: 1.3rem auto;
}
.longTitle{
	height: 2.1rem;
	line-height: 2.1rem;
	text-align: center;
	font-size: 1.3rem;
	color: #0b4aa1;
	position: relative;
	margin-bottom: 2rem;
	overflow: hidden;
}
.longTitle::before,
.longTitle::after{
	content: "";
	position: absolute;
	width: 50%;
	top: 50%;
	height: 1px;
	background: #d2d2d2;
	font-size: 0px;
	line-height: 0px;
}
.longTitle::before{
	right: 50%;
	margin-right: 5.6rem;
}
.longTitle::after{
	left: 50%;
	margin-left: 5.6rem;
}
.longTitle span{
	font-size: 0.8rem;
	color: #9b9b9b;
	margin-left: 0.4rem;
}
.longTitle a.more{
	position: absolute;
	right: 0.5rem;
	top: 1px;
	height: 2rem;
	line-height: 2rem;
	width: 2rem;
	text-align: center;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/more_bg.png) center center no-repeat;
	background-size: 1.3rem auto;
	z-index: 9;
}
.bgGray .longTitle a.more{
	background-color: #f1f1f1;
}
.bgWhite .longTitle a.more{
	background-color: #fff;
}
/* ---- newsList  Style ---- */
.newsList{
	width: 100%;
	overflow: hidden;
}
.newsList li{
	width: 31.2%;
	float: left;
	margin-right: 3.2%;
}
.newsList li:nth-of-type(3n){
	margin-right: 0;
}
.newsList li .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.4rem;
}
.newsList li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.newsList li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newsList li .con{
	padding: 7.2%;
	background: #fff;
}
.newsList li .con h1{
	height: 2.8rem;
	line-height: 1.4rem;
	font-size: 0.8rem;
	color: #333;
	font-weight: normal;
	margin-bottom: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsList li .time{
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: left;
	font-size: 0.7rem;
	color: #666666;
}
@media (max-width:768px) {
	.newsList li{
		width: 100%;
		position: relative;
		margin-bottom: 4%;
		padding-right: 8.5rem;
	}
	.newsList li .pic{
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 8rem;
		overflow: hidden;
	}
	.newsList li .pic img {
		width: auto;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(1);
		-webkit-transform:translate(-50%, -50%)  scale(1);
		object-fit: cover;
	}
	.newsList li .pic:hover img {
		transform: translate(-50%, -50%) scale(1);
		-webkit-transform:translate(-50%, -50%)  scale(1);
	}
	.newsList li .con{
		width: 100%;
		padding: 1rem;
		background: #fff;
	}
	.newsList li .con h1{
		height: 2.8rem;
		line-height: 1.4rem;
		font-size: 1rem;
	}
	.newsList li .time{
		height: 1.6rem;
		line-height: 1.6rem;
		font-size: 0.9rem;
	}
}
@media (max-width:414px) {
	.newsList li{
		padding-right: 41%;
	}
	.newsList li .pic{
		width: 40%;
	}
}
/* ---- noticeList  Style ---- */
.noticeList li{
	padding-left: 4.2rem;
	position: relative;
	min-height: 3.5rem;
	margin-bottom: 0.75rem;
}
.noticeList li:last-of-type{
	margin-bottom: 0rem;
}
.noticeList li .time{
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 3.5rem;
	height: 3.5rem;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: centetagr;
	flex-wrap: wrap;
	background: #0b52b3;
	color: #fff;
}
.noticeList li .time span{
	display: block;
	width: 100%;
	text-align: center;
}
.noticeList li .time .day{
	height: 2rem;
	line-height: 2rem;
	font-size: 1.5rem;
}
.noticeList li .time .month{
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}
.noticeList li h1{
	line-height: 1.4rem;
	font-size: 0.8rem;
	color: #333;
	font-weight: normal;
	margin-bottom: 0.6rem;
	padding: 0;
}
.noticeList li .tag{
	position: absolute;
	left: 4.2rem;
	bottom: 0;
	height: 1.2rem;
	line-height: 1.1rem;
	border: 0.05rem solid #003399;
	border-radius: 0.1rem;
	padding: 0 0.5rem;
	font-size: 0.7rem;
	color: #003399;
}

@media (max-width:768px) {
	.noticeList li{
		padding-left: 5.6rem;
		padding-bottom: 1.4rem;
		margin-bottom: 1.2rem;
	}
	.noticeList li .time{
		width: 4.8rem;
	}
	.noticeList li h1{
		line-height: 1.6rem;
		font-size: 1rem;
		margin-bottom: 0.4rem;
	}
	.noticeList li .tag{
		left: 5.6rem;
		height: 1.4rem;
		line-height: 1.3rem;
		font-size: 0.8rem;
	}
}

/* ---- showList  Style ---- */
.showList{
	overflow: hidden;
	/* display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap; */
}
.showList li{
	float: left;
	width: 22.5%;
	margin-right: 3.33%;
}
.showList li:nth-of-type(4n){
	margin-right: 0px;
}
.showList li .pic{
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.showList li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.showList li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.showList li p{
	line-height: 1.3rem;
	color: #333;
	font-size: 0.9rem;
	text-align: center;
}
@media (max-width:768px) {
	
	.showList li{
		width: 48.5%;
		margin-top: 5%;
		margin-right: 3%;
	}
	.showList li:nth-of-type(2n){
		margin-right: 0px;
	}
	.showList li:nth-of-type(1),
	.showList li:nth-of-type(2){
		margin-top: 0;
	}
	
	.showList li p{
		font-size: 1rem;
	}
}

/* ---- scientificList  Style ---- */
.scientificList{
	overflow: hidden;
	/* display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap; */
}
.scientificList li{
	float: left;
	width: 48.5%;
	background: #fff;
	padding: 1.4rem 1.8rem 1.6rem 5.3rem;
	position: relative;
	margin-top: 3.33%;
	margin-right: 3%;
}
.scientificList li:nth-of-type(2n){
	margin-right: 0;
}
.scientificList li:nth-of-type(1),
.scientificList li:nth-of-type(2){
	margin-top: 0;
}
.scientificList li .time{
	display: flex;
	position: absolute;
	left: 0.4rem;
	top: 22%;
	width: 4rem;
	height: 56.5%;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: centetagr;
	flex-wrap: wrap;
	border-right: 1px solid #d2d2d2;
	color: #fff;
}
.scientificList li .time span{
	display: block;
	width: 100%;
	text-align: center;
}
.scientificList li .time .day{
	height: 2rem;
	line-height: 2rem;
	font-size: 1.5rem;
	color: #0b4aa1;
}
.scientificList li .time .month{
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #666;
}
.scientificList li h1{
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.9rem;
	color: #333333;
	font-weight: normal;
	margin-bottom: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scientificList li p{
	height: 3rem;
	line-height: 1.5rem;
	font-size: 0.7rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width:768px) {
	.scientificList li{
		width: 100%;
		padding-left: 5.6rem;
	}
	.scientificList li:nth-of-type(2){
		margin-top: 3.33%;
	}
	.scientificList li .time{
		display: flex;
		position: absolute;
		left: 0rem;
		top: 22%;
		width: 4.8rem;
		height: 56.5%;
		justify-content: center;
		align-items: center;
		align-content: center;
		text-align: centetagr;
		flex-wrap: wrap;
		border-right: 1px solid #d2d2d2;
		color: #fff;
	}
	.scientificList li .time span{
		display: block;
		width: 100%;
		text-align: center;
	}
	.scientificList li .time .day{
		height: 2rem;
		line-height: 2rem;
		font-size: 1.5rem;
		color: #0b4aa1;
	}
	.scientificList li .time .month{
		height: 16px;
		line-height: 16px;
		font-size: 12px;
		color: #666;
	}
	.scientificList li h1{
		height: auto;
		line-height: 1.5rem;
		font-size: 1.1rem;
		color: #333333;
		font-weight: normal;
		margin-bottom: 0.5rem;
		overflow: auto;
		text-overflow: unset;
		white-space: normal;
	}
	.scientificList li p{
		font-size: 0.9rem;
	}
}

/* ---- videoBox  Style ---- */
section.videoBox{
	width: 100%;
	background: url(../img/video_bg1.png) center center repeat;
	background-size: 100% 100%;
}
section.videoBox1{
	width: 100%;
	background: url(../img/video_bg3.jpg) center center repeat;
	background-size: 100% 100%;
}
div.videoBox{
	width: 90%;
	max-width: 940px;
	padding: 12% 0 13%;
	position: relative;
	margin: 0 auto;
}
div.videoBox .news{
	width: 63%;
	max-width: 22.6rem;
	position: relative;
}
div.videoBox .news_c{
	width: 100%;
	max-width: 100%;
	min-height: 3.8rem;
}
div.videoBox .news h1{
	line-height: 1.8rem;
	font-size: 1.5rem;
	color: #fff;
	position: relative;
	margin-bottom: 1.2rem;
	font-weight: normal;
}
div.videoBox .news h1::before{
	content: "";
	position: absolute;
	height: 100%;
	left: -1rem;
	top: 0;
	width: 0.2rem;
	background: #fff;
	font-size: 0;
	line-height: 0;
}
div.videoBox .news p{
	line-height: 1.8rem;
	font-size: 1rem;
	color: #fff;
}
div.videoBox .btn{
	position: absolute;
	left: 110%;
	top: 50%;
	margin-top: -1.9rem;
	width: 3.8rem;
	height: 3.8rem;
	border: none;
	outline: none;
	background: url(../img/play_btn.png) center center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 50%;
}
div.videoBox .btn:hover{
	background-color: #0044af;
}
div.videoBox .news_c .btn{
	left: 0;
	right: 0;
	margin: -1.9rem auto 0;
}
div.videoBox .news_c h2{
	position: absolute;
	top: 50%;
	width: 50%;
	margin-top: -1.9rem;
	height: 3.8rem;
	line-height: 1.8rem;
	padding: 1rem 0;
	z-index: 9;
	font-size: 1.8rem;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.5rem;
}
div.videoBox .news_c h2.wl{
	right: 60%;
	text-align: right;
}
div.videoBox .news_c h2.wr{
	left: 60%;
}
@media (max-width:2000px) {
	section.videoBox{
		background-size: auto 100%;
	}
}
@media (max-width:768px) {
	div.videoBox .news{
		width: 100%;
		max-width: 100%;
		padding-right: 5rem;
	}
	div.videoBox .news_c{
		padding-right: 0;
	}
	div.videoBox button.btn{
		left: auto;
		right: 1rem;
		top: 50%;
	}
	div.videoBox .news_c .btn{
		left: 0;
		right: 0;
		margin: -1.9rem auto 0;
	}
}
@media (max-width:414px) {
	div.videoBox .news{
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 4rem;
	}
	
	div.videoBox button.btn{
		left: 0;
		right: 0;
		top: auto;
		bottom: -1rem;
		margin: 0 auto;
	}
	div.videoBox .news_c .btn{
		top: 50%;
	}
	div.videoBox .news_c h2{
		font-size: 1.4rem;
	}
	div.videoBox .news_c h2.wl{
		right: 63%;
	}
	div.videoBox .news_c h2.wr{
		left: 63%;
	}
}
div.videoBox1{
	width: 90%;
	max-width: 940px;
	padding: 12% 0 13%;
	position: relative;
	margin: 0 auto;
}
div.videoBox1 .news{
	width: 63%;
	max-width: 22.6rem;
	position: relative;
}
div.videoBox1 .news_c{
	width: 100%;
	max-width: 100%;
	min-height: 3.8rem;
}
div.videoBox1 .news h1{
	line-height: 1.8rem;
	font-size: 1.5rem;
	color: #fff;
	position: relative;
	margin-bottom: 1.2rem;
	font-weight: normal;
}
div.videoBox1 .news h1::before{
	content: "";
	position: absolute;
	height: 100%;
	left: -1rem;
	top: 0;
	width: 0.2rem;
	background: #fff;
	font-size: 0;
	line-height: 0;
}
div.videoBox1 .news p{
	line-height: 1.8rem;
	font-size: 1rem;
	color: #fff;
}
div.videoBox1 .btn{
	position: absolute;
	left: 110%;
	top: 50%;
	margin-top: -1.9rem;
	width: 3.8rem;
	height: 3.8rem;
	border: none;
	outline: none;
	background: url(../img/play_btn.png) center center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 50%;
}
div.videoBox1 .btn:hover{
	background-color: #0044af;
}
div.videoBox1 .news_c .btn{
	left: 0;
	right: 0;
	margin: -1.9rem auto 0;
}
div.videoBox1 .news_c h2{
	position: absolute;
	top: 50%;
	width: 50%;
	margin-top: -1.9rem;
	height: 3.8rem;
	line-height: 1.8rem;
	padding: 1rem 0;
	z-index: 9;
	font-size: 1.8rem;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.5rem;
}
div.videoBox1 .news_c h2.wl{
	right: 60%;
	text-align: right;
}
div.videoBox1 .news_c h2.wr{
	left: 60%;
}
@media (max-width:2000px) {
	section.videoBox1{
		background-size: auto 100%;
	}
}
@media (max-width:768px) {
	div.videoBox1 .news{
		width: 100%;
		max-width: 100%;
		padding-right: 5rem;
	}
	div.videoBox1 .news_c{
		padding-right: 0;
	}
	div.videoBox1 button.btn{
		left: auto;
		right: 1rem;
		top: 50%;
	}
	div.videoBox1 .news_c .btn{
		left: 0;
		right: 0;
		margin: -1.9rem auto 0;
	}
}
@media (max-width:414px) {
	div.videoBox1 .news{
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 4rem;
	}
	
	div.videoBox1 button.btn{
		left: 0;
		right: 0;
		top: auto;
		bottom: -1rem;
		margin: 0 auto;
	}
	div.videoBox1 .news_c .btn{
		top: 50%;
	}
	div.videoBox1 .news_c h2{
		font-size: 1.4rem;
	}
	div.videoBox1 .news_c h2.wl{
		right: 63%;
	}
	div.videoBox1 .news_c h2.wr{
		left: 63%;
	}
}
.videoPopup{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.9);
	text-align: center;
}
.videoPopup .close{
	position: absolute;
	right: 2rem;
	top: 2rem;
	width: 2.5rem;
	height: 2.5rem;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	outline: none;
	background: url(../img/close.png) no-repeat;
	background-size: 100% 100%;
}
.videoPopup video{
	position: absolute;
	left: 0;
	right: 0;
	top: 10%;
	width: 75%;
	height: auto;
	max-height: 80%;
	object-fit: fill;
	margin: 0 auto;
	display: block;
}




.videoPopup1{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.9);
	text-align: center;
}
.videoPopup1 .close{
	position: absolute;
	right: 2rem;
	top: 2rem;
	width: 2.5rem;
	height: 2.5rem;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	outline: none;
	background: url(../img/close.png) no-repeat;
	background-size: 100% 100%;
}
.videoPopup1 video{
	position: absolute;
	left: 0;
	right: 0;
	top: 10%;
	width: 75%;
	height: auto;
	max-height: 80%;
	object-fit: fill;
	margin: 0 auto;
	display: block;
}








@media (max-width:768px) {
	.videoPopup .close{
		right: 1rem;
		top: 1rem;
		width: 2rem;
		height: 2rem;
	}
	.videoPopup video{
		width: 90%;
	}
}