body{
	min-width: 1440px;
	margin: 0 auto;


}

header{
	height: 730px;
	overflow: hidden;
	position: relative;
	background: url(../img/sitebanner.jpg) center top no-repeat;
}
.website_main{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.website_navigation{
	position: absolute;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
}
.website_navigation .box{
	max-width: 1920px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	text-align: center;
	margin-top:10px;
}
.website_navigation .box img.logo{
	margin-left: 30px;
}
.website_navigation .box ul{
	display: flex;
}
.website_navigation .box ul li{
	color: #fff;
	height: 100px;
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 0 25px;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
}
.website_navigation .box ul li.on a{
	color: #ffd840;
	
}


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

}


.website_navigation .box ul li .sub_ul{
	width: 170px;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -85px;
	z-index: 9999;
	transition: all 0.3s linear;
	height: 0px;
	z-index: 9;
	box-sizing: border-box;
	overflow: hidden;

}
.website_navigation .box ul li .sub_ul .subpbox{
	position: absolute;
	z-index: 9999;
	padding: 0 8%;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	margin-top: 10px;
}
.website_navigation .box ul li .sub_ul::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #0d4592;
	opacity: .5;
	z-index: 0;
	overflow: hidden;
}

.website_navigation .box ul li .sub_ul p{
	height: 48px;
	box-sizing: border-box;
	display: flex;
	align-items:center;
	border-bottom: 1px solid #6f9dd2;
	justify-content:center;
	position: relative;
	z-index: 9999;
}
.website_navigation .box ul li .sub_ul p a{
	color: #fff;
}
.website_navigation .box ul li .sub_ul p:last-child{
	border: 0;
}

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

}
.website_navigation .box .chinalink a{
	color: #fff;
	margin: 0 5px;
}


.News_Events{
	
}
.News_Events .website_main{
	display: flex;
	justify-content: space-between;
}
.News_left{
	width: 710px;
}
.News_nav{
	display: flex;
	justify-content: space-between;
	display: flex;
	align-items: center;
	height: 100px;
	box-sizing: border-box;
	margin-top: 50px;
}
.News_nav strong{
	font-size: 48px;
}
.News_nav a{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	display: flex;
	position: relative;
	padding-left: 50px;
}
.News_nav a::after{
	background-color: #c97777;
	height: 2px;
	width: 40px;
	content: "";
	left: 0;
	top: 9px;
	position: absolute;
}


.News_left{
	width: 710px;
	overflow: hidden;
}
.News_left ul{
	width: 750px;
	display: flex;
	flex-wrap: wrap;
}
.News_left ul li{
	width: 335px;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 36px;
}
.News_left ul li img{
	width: 335px;
	height: 205px;
}
.News_left ul li p{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 	
	padding-top: 16px;
}
.News_left ul li span{
	font-size: 16px;
	color: #26346f;
	display: flex;
	padding-top: 18px;
}

.Events_right{
	width: 640px;
	margin-top: -145px;
}


.Events_right .Events_nav{
	display: flex;
	justify-content: space-between;
	display: flex;
	align-items: center;
	height: 145px;
	box-sizing: border-box;
	position: relative;
	padding: 0 50px;
}
.Events_right .Events_nav::after{
	background-color: #fff;
	opacity: 0.6;
	height: 145px;
	width: 640px;
	content: "";
	left: 0;
	top: 0px;
	position: absolute;
	box-sizing: border-box;
	
}
.Events_right strong{
	font-size: 48px;
	z-index: 9;
}
.Events_right .Events_nav a{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	display: flex;
	position: relative;
	padding-left: 50px;
	z-index: 9;
}
.Events_right .Events_nav a::after{
	background-color: #c97777;
	height: 2px;
	width: 40px;
	content: "";
	left: 0;
	top: 9px;
	position: absolute;
}




.Events_right .newslist{
	background-color: #f4f4f4;
	padding-bottom: 5px;
}
.Events_right .newslist .box{
	height: 140px;
	margin-bottom: 40px;
	box-sizing: border-box;
	padding-left: 50px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.Events_right .newslist .box .text{
	width: 520px;
	height: 140px;
	box-sizing: border-box;
	padding: 0 16px;
	display: flex;
	align-items: center;

	
}

.Events_right .newslist .on .text{
	background-color: #fff;
	
}

.Events_right .newslist .box .text dl{
	
}
.Events_right .newslist .box .text dt{
	font-size: 24px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 		
}
.Events_right .newslist .box .text dd{
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 	
	padding-top: 14px;
}
.Events_right .newslist .box .time{
	width: 70px;
	height: 70px;
	background-color: #0d4592;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;	
}

.Events_right .newslist .box p:first-child{
	font-size: 18px;
}
.Events_right .newslist .box p:last-child{
	font-size: 14px;
	margin-top: 6px;
}

.research{
	height: 720px;
	position: relative;
	background: url(../img/sitebanner01.jpg) center top no-repeat;

}

.research_nav{
	display: flex;
	justify-content: space-between;
	display: flex;
	align-items: center;
	height: 100px;
	box-sizing: border-box;
	position: relative;
	margin-top: 50px;
}

.research_nav strong{
	font-size: 48px;
	z-index: 9;
	color: #fff;
}
.research_nav a{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	display: flex;
	position: relative;
	padding-left: 50px;
	z-index: 9;
}
.research_nav a::after{
	background-color: #FFF;
	height: 2px;
	width: 40px;
	content: "";
	left: 0;
	top: 9px;
	position: absolute;
}

.research .research_box{
	display: flex;
	justify-content: space-between;
}
.research_des{
	width: 710px;
	height: 480px;
	display: flex;
	align-items: center;
}
.research_des p{
	font-size: 20px;
	line-height: 48px;
	color: #fff;
}


.research_swiper{
	width: 640px;
	height: 480px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.research_swiper img{
	width: 640px;
	height: 480px;	
}
.research_swiper .swiper-pagination{
	bottom: 20px;
}


.research_swiper .swiper-pagination-bullet{
	background-color: #03509d;
	width: 15px;
	height: 15px;
	opacity: 1;
	margin: 0 5px !important;
}

.research_swiper .swiper-pagination-bullet-active{
	background-color: #fff;

}


.aboutus{
	padding-bottom: 80px;
}
.aboutus_nav{	
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 120px;
	padding-top: 60px;
	position: relative;
	width: 100%;
}
.aboutus_nav strong{
	font-size: 48px;
}




.aboutus_nav a{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	display: flex;
	position: absolute;
	padding-left: 50px;
	z-index: 9;
	right: 0;
	
}
.aboutus_nav a::after{
	background-color: #c97777;
	height: 2px;
	width: 40px;
	content: "";
	left: 0;
	top: 9px;
	position: absolute;
}
.aboutus .website_main{
	display: flex;
	justify-content: space-between;
}
.aboutus_text{
	width: 710px;
	
}

.aboutus_text p.des{
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	text-align: left;
	box-sizing: border-box;
	padding: 20px 0 40px 0;
	border-bottom:1px solid #b2cfe9 ;
}
.aboutus_text_num{
	display: flex;
	padding-top: 4px;
}
.aboutus_text_num .aboutus_text_num_left{
	width: 355px;
	box-sizing: border-box;
}
.aboutus_text_num .aboutus_text_num_right{
	width: 355px;
	box-sizing: border-box;
	position: relative;
}


.aboutus_text_num .aboutus_text_num_right::after{
	content: "";
	width: 1px;
	height: 210px;
	left: 0;
	top: 48px;
	background-color:#b2cfe9;
	position: absolute;
	z-index: 1;
}
.aboutus_text_num .box{
	width: 355px;
	position: relative;
	margin-top: 44px;
}
.aboutus_text_num .box strong{
	font-size: 48px;
	font-weight: bold;
	color: #1a4f93;
	display: flex;
	text-align: center;
	justify-content: center;
}
.aboutus_text_num .box span{
	color: #333333;
	font-size: 18px;
	display: flex;
	text-align: center;
	justify-content: center;
	padding-top: 10px;
}



.aboutus_pic{
	width: 588px;
	height: 480px;
	position: relative;
}
.aboutus_pic img{
	width: 588px;
	height: 480px;
	z-index: 999;
	position: relative;
}
.aboutus_pic::after{
	content: "";
	width: 588px;
	height: 480px;
	left: 20px;
	top: 20px;
	background-color:#104590;
	position: absolute;
	z-index: 1;
}


.site_list_hd{
	height: 80px;
	margin-top: -40px;
}
.site_list_hd ul{
	display: flex;
	justify-content: center;
}
.site_list_hd ul li{
	height: 80px;
	margin: 0 20px;
	background-color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0 50px;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.13);
	cursor: pointer;
	white-space: nowrap;
}

.site_list_hd ul li a{
	font-size: 24px;
	line-height: 1;
}

.site_list_hd ul li:hover{
	background-color: #104590;
}

.site_list_hd ul li:hover a{
	color: #fff;
}
.site_list_hd ul li.on{
	background-color: #104590;
}

.site_list_hd ul li.on a{
	color: #fff;
}


.achievements_nav{
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: left;
	position: relative;
}
.achievements_nav strong{
	font-size: 42px;
	padding-right: 20px;
	z-index: 99;
	background-color: #fff;
}
.achievements_nav::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 45px;
	background-color: #e5e5e5;
	z-index: 0;
}

.Admission_nav{
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: left;
	position: relative;
}
.Admission_nav strong{
	font-size: 42px;
	padding-right: 20px;
	z-index: 99;
	background-color: #fff;
}
.Admission_nav::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 45px;
	background-color: #e5e5e5;
	z-index: 0;
}



.achievements_list{
	
}
.achievements_list ul{
	padding-left: 80px;
	position: relative;
}

.achievements_list ul::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #104590;
	left:0;
	top: 0;
	
}
.achievements_list ul li{
	width: 1320px;
	height: 90px;
	background-color: #f0f0f0;
	box-sizing: border-box;
	border-left: 5px solid #104590;
	position: relative;
	margin-top: 50px;
	display: flex;
	align-items: center;
	padding-left: 50px;
	padding-right: 50px;
}
.achievements_list ul li a{
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}

.achievements_list ul li::after{
	content: "";
	position: absolute;
	height: 1px;
	width: 80px;
	background-color: #104590;
	left: -84px;
	top: 44px;
	
}
.achievements_list ul li::before{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	content: "";
	left: -89px;
	top:40px ;
	background-color: #104590;
	position: absolute;
}



.Admission_list{
	padding-top: 30px;
	overflow: hidden;
}

.Admission_list .list_nav{
	height: 60px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 30px;
	background: url(../img/list_icon01.png) left center no-repeat;
	font-size: 28px;
	font-weight: bold;
}
.Admission_list ul li{
	font-size: 24px;
	line-height: 48px;
	box-sizing: border-box;
	padding-left: 40px;
	color: #104590;
	text-decoration: underline;	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;		
}
.pdf_list ul li{
	background: url(../img/pdf_icon.png) left center no-repeat;
}
.word_list ul li{
	background: url(../img/word_icon.png) left center no-repeat;
}
.xls_list ul li{
	background: url(../img/xls_icon.png) left center no-repeat;
}

.Admission_list ul li a{
	font-size: 24px;
	color: #104590;
}



.doclist .box{
	height: 200px;
	width: 1400px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
}




.doclist .box .time{
	width: 200px;
	height: 200px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;	

}
.doclist .box .time::after{
	width: 1px;
	height: 100px;
	background-color:#cccccc ;
	position: absolute;
	right: 0;
	top: 50px;
	content: "";
}
.doclist .on .time::after{
	display: none;
}

.doclist .box p:first-child{
	font-size: 48px;
	color: #333;
}
.doclist .box p:last-child{
	font-size: 24px;
	color: #333;
	margin-top: 8px;
}

.doclist .box .text{
	width: 1200px;
	height: 200px;
	display: flex;
	align-items: center;
}
.doclist .box .text dl{
	padding: 0 20px  0 50px;
	width: 1200px;
	box-sizing: border-box;
}
.doclist .box .text dl dt{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.doclist .box .text dl dd{
	color: #666666;
	font-size: 16px;
	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;
}

.doclist .on{

}
.doclist .on .time{
	background-color: #104590;
	border: 0;
}
.doclist .on .time p{
	color: #fff;
}
.doclist .on .text{
	background-color: #f0f0f0;
	
}

.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;

	padding-bottom: 80px;

}
.website_doc_main h1{
	padding: 80px 0 0 0;
	font-size: 42px;
	line-height: 1.4;
	text-align:center;
}
.website_doc_main .doc_min_nav{
	width: 1400px;
	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;
	margin: 0 0;
}
.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: 1400px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 1.6;
	padding-top: 48px;
}
.website_doc_text_box p{
	padding-bottom: 36px;
}
.website_doc_text_box img{
	max-width: 800px;
}



footer{
	height: 200px;
	background-color: #104590;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
footer .box p{
	font-size: 18px;
	color: #fff;
	line-height: 2;
}

/* 屏幕小于1900px时应用的样式 */
@media screen and (max-width: 1900px) {
.website_navigation .box img.logo{
	margin-left: 20px;
}	
.website_navigation .box .chinalink{
	margin-right: 15px;
}	
		
}

@media screen and (max-width: 1720px) {
.website_navigation .box img.logo{
	margin-left: 20px;
	height: 65px;
}	
.website_navigation .box ul li{
	height: 100px;
	font-size: 16px;
	margin: 0 22px;
}
.website_navigation .box ul li a{
	font-size: 16px;
}
.website_navigation .box ul li .sub_ul{
	top: 85px;
}
.website_navigation .box .chinalink{
	margin-right: 15px;
	font-size: 18px;
	padding-left: 24px;
}		
.website_navigation .box .chinalink a{
	font-size: 16px;
}	
}

@media screen and (max-width: 1599px) {
.website_navigation .box img.logo{
	margin-left: 15px;
	height: 60px;
}	
.website_navigation .box ul li{
	height: 100px;
	font-size: 16px;
	margin: 0 20px;
}
.website_navigation .box ul li a{
	font-size: 16px;
}
.website_navigation .box ul li .sub_ul{
	top: 85px;
}
.website_navigation .box .chinalink{
	margin-right: 10px;
	font-size: 18px;
	padding-left: 24px;
}		
.website_navigation .box .chinalink a{
	font-size: 16px;
}	
}

@media screen and (max-width: 1599px) {
.website_navigation .box img.logo{
	margin-left: 15px;
	height: 60px;
}	
.website_navigation .box ul li .sub_ul p{
	height: 42px;
}

.website_navigation .box ul li{
	height: 100px;
	font-size: 14px;
	margin: 0 20px;
}
.website_navigation .box ul li a{
	font-size: 14px;
}
.website_navigation .box ul li .sub_ul{
	top: 85px;
}
.website_navigation .box .chinalink{
	margin-right: 10px;
	font-size: 18px;
	padding-left: 24px;
}		
.website_navigation .box .chinalink a{
	font-size: 14px;
}	
}

@media screen and (max-width: 1440px) {
.website_navigation .box img.logo{
	margin-left: 15px;
	height: 55px;
}	
.website_navigation .box ul li .sub_ul p{
	height: 42px;
}

.website_navigation .box ul li{
	height: 100px;
	font-size: 14px;
	margin: 0 20px;
}
.website_navigation .box ul li a{
	font-size: 14px;
}
.website_navigation .box ul li .sub_ul{
	top: 85px;
}
.website_navigation .box .chinalink{
	margin-right: 10px;
	font-size: 18px;
	padding-left: 24px;
}		
.website_navigation .box .chinalink a{
	font-size: 14px;
}	
}


