body{
	min-width: 1440px;
	margin: 0 auto;
	background-color: #f6f6f6;
}

header{
	background: url(../img/topbanner.jpg) center top no-repeat;
	height: 982px;
	overflow: hidden;
	position: relative;
}
.website_main{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}


.website_navigation{




	
}
.website_navigation .box{
	max-width: 1920px;
	margin: 0 auto;
	height: 160px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	text-align: center;
}
.website_navigation .box img.logo{
	margin-left: 30px;
}
.website_navigation .box ul{
	display: flex;
}
.website_navigation .box ul li{
	color: #fff;
	height: 160px;
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 0 30px;
	box-sizing: border-box;
	position: relative
}
.website_navigation .box ul li.on::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background-color: #ffd840;
	left: 0%;
	bottom: 48px;
}


.website_navigation .box ul li a{
	color: #fff;
	font-size: 18px;

}


.website_navigation .box ul li .sub_ul{
	width: 160px;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -80px;
	z-index: 9999;
	transition: all 0.3s linear;
	height: 0;
	overflow: hidden;
	background-color: #01388f;

}


.website_navigation .box ul li .sub_ul p{
	height: 64px;
	box-sizing: border-box;
	display: flex;
	align-items:center;
	border-bottom: 1px solid #3589c2;
	width: 80%;
	margin: 0 auto;
	justify-content:center;
	position: relative;
	z-index: 9999;
}
.website_navigation .box ul li .sub_ul p:last-child{
	border: 0;
}

.website_navigation .box .chinalink{
	font-size: 18px;
	background: url(../img/home_icon.png) left center no-repeat;
	padding-left: 30px;
	height: 140px;
	color: #fff;
	display: flex;
	align-items: center;
	margin-right: 15px;

}
.website_navigation .box .chinalink a{
	color: #fff;
	margin: 0 5px;
}
.News{
	background-color: #f6f6f6;
	padding: 40px 0 90px 0;
}
.News .website_main{
	display: flex;
}
.news_left{
	width: 240px;
	position: relative;
}
.news_left strong{
	font-size: 48px;
	position: absolute;
	top: 236px;
	left: 0;
	background: url(../img/nav_bg01.png) bottom left no-repeat;
	padding-bottom: 28px;
}
.news_left a.more{
	width: 55px;
	height: 55px;
	background: url(../img/more_btn.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 498px;
}
.news_middle{
	width: 560px;
	margin-right: 40px;
}
.news_middle .pic{
	width: 560px;
	height: 320px;
	margin-top: 50px;
}
.news_middle .pic img{
	width: 560px;
	height: 320px;	
}
.news_middle ul{
	
}
.news_middle ul li{
	width: 560px;
	height: 135px;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.13);
	margin-top: 50px;
	display: flex;
}

.news_middle ul li .time{
	width: 130px;
	height: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	display: flex;
}
.news_middle ul li .time::after{
	content: "";
	position: absolute;
	height: 57px;
	background-color: #cccccc;
	width: 1px;
	right: 0;
	top:40px ;
}
.news_middle ul li .time p:first-child{
	font-size: 30px;
	color: #666666;
}
.news_middle ul li .time p:last-child{
	font-size: 18px;
	color: #0043a4;
	padding-top: 10px;
}
.news_middle ul li .text{
	width: 430px;
	height: 135px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 32px;
	padding: 0 0 0 30px;

}
.news_middle ul li .text a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 		
}
.news_right{
	width: 560px;
}
.news_right ul li{
	width: 560px;
	height: 135px;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.13);
	margin-top: 50px;	
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.news_right ul li p a{
	width: 520px;
	display: flex;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	line-height: 1.5;	
	font-size: 20px;
}
.news_right ul li span{
	display: flex;
	color: #0043a4;
	font-size: 18px;
	padding-top: 8px;
}


.Events{
	background-color: #f6f6f6;
	padding: 60px 0 90px 0;
	overflow: hidden;
}
.Events .website_main{
	display: flex;
}
.Events .Events_left{
	width: 240px;
	position: relative;
}

.Events .Events_left strong{
	font-size: 48px;
	position: absolute;
	top: 250px;
	left: 0;
	background: url(../img/nav_bg01.png) bottom left no-repeat;
	padding-bottom: 28px;
}
.Events .Events_left a.more{
	width: 55px;
	height: 55px;
	background: url(../img/more_btn.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 510px;
}

.Events .Events_right{
	width: 1160px;
	position: relative;
}

.Events_right ul{
	display: flex;
	width: 1200px;
	flex-wrap: wrap;
}
.Events_right ul li{
	width: 560px;
	height: 205px;
	background-color: #fff;
	display: flex;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.13);
	margin-top: 50px;
	margin-right: 40px;
	box-sizing: border-box;	
}
.Events_right ul li .time{
	height: 120px;
	width: 124px;
	text-align: center;	
	position: relative;
	margin-top: 42px;
}
.Events_right ul li .time::after{
	content: "";
	position: absolute;
	height: 1px;
	background-color: #0043a4;
	width: 68px;
	right: 28px;
	bottom:0 ;
}


.Events_right ul li .time p:first-child{
	font-size: 30px;
	color: #000;
}
.Events_right ul li .time p:last-child{
	font-size: 18px;
	color: #0043a4;
	padding-top: 10px;
}
.Events_right ul li .text{
	width: 420px;
	height: 205px;
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.Events_right ul li .text p a{
	display: flex;
	font-size: 20px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 	
}
.Events_right ul li .text p span{
	display: flex;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	padding-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 	
}
.Mission_Vision{
	height: 619px;
	background: url(../img/bannerbg01.jpg) center top no-repeat;
	background-size:100% 100%;
	position: relative;
}
.Mission_Vision .website_main{
	height: 619px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.Mission_Vision p{
	width: 640px;
	height: 300px;
	display: flex;
	align-items: center;
	position: absolute;
	background-color: #0043a4;
	border-radius:  30px 0 0 0;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	padding: 0 36px 0 36px;
	font-size: 20px;
	line-height: 2;
	color: #fff;

}
.Mission_Vision p span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6; 		
}


.Facts_Figures{
	height: 300px;
	background: url(../img/bannerbg02.jpg) center top no-repeat;
	background-size:100% 100%;
	position: relative;
}
.Facts_Figures .website_main{
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.sjbox{
	padding: 30px 0;
}
.sjbox ul{
	display: flex;
	flex-wrap: wrap;
}
.sjbox ul li{
	width: 350px;
	text-align: center;
	box-sizing: border-box;
	padding: 60px 20px;
	position: relative;
}


.sjbox ul li::before{
	content: "";
	background-color: #e5e5e5;
	width: 240px;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -120px;
	position: absolute;
}
.sjbox ul li::after{
	content: "";
	background-color: #e5e5e5;
	width:1px ;
	right: 0;
	height: 140px;
	top:50%;
	margin-top: -70px;
	position: absolute;
	
}
.sjbox ul li.a::before{
	display: none;
}
.sjbox ul li.b::after{
	display: none;
}


.sjbox ul li strong{
	font-size: 60px;
	color: #0043a4;
}
.sjbox ul li p{
	color: #666666;
	font-size: 18px;
	padding-top: 16px;
}


.list_position{
	display: flex;
	justify-content: space-between;
	height: 80px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
.list_position::after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #203c90;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 1;
}

.list_position strong{
	font-size: 48px;
	font-family: "Arial";
	background-color:#f6f6f6;
	display: flex;
	align-items: center;	
	height: 80px;
	padding-right: 24px;
	z-index: 2;

}
.list_position .position_container{
	height: 80px;
	display: flex;
	align-items: center;
	background-color:#f6f6f6;
	z-index: 2;
	padding-left: 24px;
	padding-right: 12px;
	
}
.list_position .position_container i{
	width: 20px;
	height: 20px;
	background: url(../img/icon02.png) center center no-repeat;
	display:inline-block;
	margin: 0 12px;
}
.list_position .position_container a{
	font-size: 18px;
	font-family:Arial,sans-serif;
	color: #b5b5b5;
}
.list_position .position_container a.this{
	color: #000;
	font-size: 18px;
	font-family:Arial,sans-serif;	
}

.doclist .box{
	height: 150px;
	width: 1400px;
	background-color: #fff;
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
}

.doclist .box .time{
	width: 140px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;	
	border-right: 1px solid #cccccc;
}

.doclist .box p:first-child{
	font-size: 26px;
	color: #0043a4;
}
.doclist .box p:last-child{
	font-size: 16px;
	color: #0043a4;
	margin-top: 8px;
}

.doclist .box .text{
	width: 1180px;
	margin-right: 30px;
}
.doclist .box .text dl{
	
}
.doclist .box .text dl dt{
	font-size: 24px;
	line-height: 30px;
}
.doclist .box .text dl dd{
	color: #666666;
	font-size: 18px;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.doclist .box  a.more{
	position: absolute;
	display: flex;
	width: 84px;
	height: 46px;
	background: url(../img/icon01.png) center center no-repeat #b0251e;
	border-radius: 5px;
	right: 35px;
	top: 52px;
}

.columnpager{
	height: 36px;
	padding: 60px 0;
}
.columnpager ul{
	display: flex;
	justify-content: center;
}
.columnpager ul li{
	margin: 0 10px;
	height: 34px;
	display: flex;
	align-items: center;
	padding: 0 12px;
	border: 1px solid #ebebeb;
	background-color: #fff;
}
.columnpager ul li a{
	font-size: 16px;
}
.columnpager ul li.first{
	
}
.columnpager ul li.last{
	
}
.columnpager ul li.row{
	background-color: #286dc0;
	color: #fff;
}
.columnpager ul li.row a{
	color: #fff;
}



.website_doc_main{
	width: 1400px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 60px;
	padding-bottom: 60px;
}
.website_doc_main h1{
	padding: 60px 60px 0 60px;
	font-size: 48px;
	line-height: 1.4;
	text-align:center;
	font-weight: bold;
}
.website_doc_main .doc_min_nav{
	width: 1200px;
	margin: 0 auto;
	margin-top: 48px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 32px;
	border-bottom: 1px solid #d9d9d9;
}	
.website_doc_main .doc_min_nav span{
	font-size: 20px;
	padding-left: 36px;
}
.website_doc_main .doc_min_nav span:first-child{
	background: url(../img/icon_08.png) left center no-repeat;
}
.website_doc_main .doc_min_nav span:last-child{
	background: url(../img/icon_09.png) left center no-repeat;
}

.website_doc_text_box{
	width: 1200px;
	margin: 0 auto;
	font-size: 24px;
	line-height:36px;
	padding-top: 48px;
	color: #555555;
}
.website_doc_text_box p{
	padding-bottom: 36px;
	font-size: 24px;
	line-height:36px;
	color: #555555;	
}
.website_doc_text_box img{
	max-width: 800px;
}


footer{
	height: 270px;
	background-color: #0043a4;
}
footer .footer_logobox{
	height: 128px;
	border-bottom: 1px solid #3369b6;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
footer p{
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	color: #fff;
}

/* 屏幕小于1900px时应用的样式 */
@media screen and (max-width: 1900px) {
	.website_navigation .box{
		width: 100%;
		height: 140px;
	}
	.website_navigation .box img.logo{
		margin-left: 20px;
		height: 65px;
	}	
	.website_navigation .box ul li{
		color: #fff;
		font-size: 16px;
		margin: 0 28px;
		height: 140px;
	}	
	.website_navigation .box ul li.on::after{
		bottom: 40px;
	}
	
	.website_navigation .box ul li .sub_ul{
		top: 120px;
	}		
	.website_navigation .box ul li .sub_ul p{
		font-size: 16px;
	}




	
	.website_navigation .box ul li a{
		font-size: 16px;
	}
	.website_navigation .box .chinalink{
		margin-right: 15px;
		height: 140px;

	}
	.website_navigation .box .chinalink a{
		font-size: 16px;
	}
.Mission_Vision p{
	display: none;
}			
			
}


/* 屏幕小于1600px时应用的样式 */
@media screen and (max-width: 1599px) {
	.website_navigation .box{
		width: 100%;
		height: 120px;
	}
	.website_navigation .box img.logo{
		margin-left: 15px;
		height: 60px;
	}	

	.website_navigation .box ul li{
		color: #fff;
		font-size: 15px;
		margin: 0 26px;
		height: 120px;
	}	
	.website_navigation .box ul li.on::after{
		height: 3px;
		bottom: 36px;
	}	
	.website_navigation .box ul li .sub_ul{
		top: 100px;
	}			
	.website_navigation .box ul li .sub_ul p{
		font-size: 15px;
	}	
	.website_navigation .box ul li a{
		font-size: 15px;
	}	
	.website_navigation .box .chinalink{
		margin-right: 10px;
		height: 120px;		
	}
	.website_navigation .box .chinalink a{
		font-size: 15px;
	}	
}

/* 屏幕小于1440px时应用的样式 */
@media screen and (max-width: 1439px) {
	body{
		min-width: 100%;
		margin: 0 auto;
	}	
	
	.website_navigation .box{
		width: 100%;
		height: 100px;
	}
	.website_navigation .box img.logo{
		margin-left: 10px;
		height: 45px;
	}	

	.website_navigation .box ul li{
		color: #fff;
		font-size: 13px;
		margin: 0 30px;
		height: 100px;
	}	
	.website_navigation .box ul li.on::after{
		height: 2px;
		bottom: 30px;
	}		
	.website_navigation .box ul li .sub_ul{
		top: 80px;
	}		
	.website_navigation .box ul li .sub_ul p{
		font-size: 13px;
	}		
	.website_navigation .box ul li a{
		font-weight: 100;
		font-size: 14px;
	}	
	.website_navigation .box .chinalink{
		margin-right: 10px;
		height: 100px;
				
	}
	.website_navigation .box .chinalink a{
		font-size: 14px;
	}
}

/* 屏幕小于1200px时应用的样式 */
@media screen and (max-width: 1199px) {
	body{
		min-width: 1440px;
		margin: 0 auto;
	}	
	.swiper-button-next{
		display: none;
	}
	.swiper-button-prev{
		display: none;
	}	
}