body{
	min-width: 1440px;
	margin: 0 auto;

}

header{
	height: 930px;
	border-bottom: 5px solid #f87e1b;
	overflow: hidden;
	position: relative;
}
.website_main{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}


.website_navigation{
	position: absolute;
	height: 140px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00285a, endcolorstr=#00285a);
	
}
.website_navigation .box{
	max-width: 1920px;
	margin: 0 auto;
	height: 140px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	text-align: center;
}
.website_navigation .box img.logo{
	margin-left: 20px;
}
.website_navigation .box ul{
	display: flex;
}
.website_navigation .box ul li{
	color: #fff;
	height: 140px;
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 0 20px;
	box-sizing: border-box;
	position: relative
}
.website_navigation .box ul li.on a{
	color: #ffd840;

}


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

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

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

.website_navigation .box ul li .sub_ul p{
	height: 64px;
	box-sizing: border-box;
	display: flex;
	align-items:center;
	border-bottom: 1px solid #fff;
	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: 140px;
	color: #fff;
	display: flex;
	align-items: center;
	margin-right: 15px;

}
.website_navigation .box .chinalink a{
	color: #fff;
	margin: 0 5px;
}

.big_tab_pic{
	width: 100%;
	height: 930px;
	z-index: 1;
	border-bottom: #ffd73d 5px solid;
	position: relative;

}
.big_tab_pic .swiper-slide{
	height: 930px;
	
	background-size:100% 100%!important ;
}
.big_tab_pic .swiper-slide .text{
	width: 1130px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -565px;
	bottom: 80px;
}
.big_tab_pic .swiper-slide p{
	width: 1130px;
	height: 100px;
	position: relative;
	z-index: 9999;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #fff;
	font-size: 26px;
}
.big_tab_pic .swiper-slide .text::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #002554;
	opacity: .4;
	z-index: 1;
}

.big_tab_pic .swiper-button-next{
	width: 86px;
	height: 86px;
	opacity: 1;
	background: url(../img/right_btn01.png) center center no-repeat;
}
.big_tab_pic .swiper-button-next::after{
	display: none;
}


.big_tab_pic .swiper-button-prev{
	width: 86px;
	height: 86px;
	opacity: 1;
	background: url(../img/left_btn01.png) center center no-repeat;	
}
.big_tab_pic .swiper-button-prev::after{
	display: none;
}

.News_Events{
	background: url(../img/boxbg01.jpg) center top no-repeat;
	position: relative;
	padding-bottom: 80px;
}
.News_Events .News_Events_nav{
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	background: url(../img/nav_bottom_icon.png) center 167px no-repeat;
	opacity: 0;
}
.News_Events_swiper{
	height: 650px;
	opacity: 0;
	
}
.News_Events_swiper .swiper-slide{
	position: relative;
	width: 1400px;
	height: 650px;
}
.News_Events_swiper .swiper-slide img{
	width: 750px;
	height: 520px;
	position: absolute;
	left: 0;
	top: 65px;
	z-index: 11;
}
.News_Events_swiper .swiper-slide .text{
	width: 710px;
	height: 400px;
	box-sizing: border-box;
	border: 5px solid #f87e1b;
	top: 125px;
	right: 0;
	z-index: 22;
	position: absolute;
	display: flex;
	align-items: center;
	padding: 0 50px 0 100px;
}
.News_Events_swiper .swiper-slide .text dl dt{
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
}
.News_Events_swiper .swiper-slide .text dl dd{
	font-size: 18px;
	line-height: 30px;
	padding-top: 24px;
}
.News_Events_swiper .swiper-pagination{
	text-align: right;
	bottom: 60px;
}
.News_Events_swiper .swiper-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background-color: #969595;
}
.News_Events_swiper .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #f87e1b;
}
.News_Events_ullilist{
	width: 1400px;
	padding-bottom: 10px;
	overflow: hidden;
	opacity: 0;
}
.News_Events_ullilist ul{
	display: flex;
	width: 1470px;
	flex-wrap: wrap;
}
.News_Events_ullilist ul li{
	width: 420px;
	height: 338px;
	position: relative;
	margin-right: 70px;
	margin-top: 65px;
}
.News_Events_ullilist ul li img{
	width: 420px;
	height: 300px;
}
.News_Events_ullilist ul li p{
	width: 350px;
	height: 76px;
	background-color: #fff;
	bottom: 0;
	left: 35px;
	position: absolute;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.13);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 24px;
	font-weight: bold;
	
}
.Admissions{
	height: 700px;
	position: relative;
}
.Admissions_text{
	width: 520px;
	height: 700px;
	position: absolute;
	right: calc((100% - 1400px)/2);
	top: 0;
	z-index: 999999;
	opacity: 0;

}

.Admissions_text .text{
	position: relative;
	z-index: 99;
	box-sizing: border-box;
	p
}
.Admissions_text .text .title{
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 120px;
	padding-top: 75px;
	background:url(../img/nav_bottom_icon.png) center bottom no-repeat;
}
.Admissions_text .text p{
	width: 400px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 2;
	color: #fff;
	margin-top: 55px;
}
.Admissions_text .text a.more{
	width: 230px;
	height: 60px;
	border-radius: 30px;
	background-color: #f87e1b;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin: 0 auto;
	margin-top: 60px;
}
.Admissions_text::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
	z-index: 1;
	background-color: #002554;
	opacity: .7;
}

.admissions_big_tab_pic{
	width: 100%;
	height: 700px;
	z-index: 1;
	position: relative;
	opacity: 0;

}
.admissions_big_tab_pic .swiper-slide{
	height: 700px;
	
	background-size:100% 100%!important ;
}

.admissions_big_tab_pic .swiper-button-next{
	width: 86px;
	height: 86px;
	opacity: 1;
	background: url(../img/right_btn01.png) center center no-repeat;
}
.admissions_big_tab_pic .swiper-button-next::after{
	display: none;
}


.admissions_big_tab_pic .swiper-button-prev{
	width: 86px;
	height: 86px;
	opacity: 1;
	background: url(../img/left_btn01.png) center center no-repeat;	
}
.admissions_big_tab_pic .swiper-button-prev::after{
	display: none;
}
.aboutus{
	padding-bottom: 80px;
}
.aboutus_nav{
	font-size: 48px;
	font-weight: bold;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 120px;
	padding-top: 60px;
	background:url(../img/nav_bottom_icon.png) center bottom no-repeat;	
	opacity: 0;
}

.aboutus .website_main{
	display: flex;
	justify-content: space-between;
	opacity: 0;
}
.aboutus_text{
	width: 840px;
	
}

.aboutus_text p.des{
	font-size: 24px;
	line-height: 2;
	color: #333333;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 50px 50px 50px;
	border-bottom:1px solid #cccccc ;
}
.aboutus_text_num{
	display: flex;
	padding-top: 60px;
}
.aboutus_text_num .box{
	width: 260px;
	position: relative;
}
.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_text_num .box:nth-child(2){
	width: 320px;
}
.aboutus_text_num .box:nth-child(2)::after{
	content: "";
	background-color: #a4c3e2;
	width: 1px;
	height: 74px;
	right: 0;
	top: 8px;
	position: absolute;
}

.aboutus_text_num .box:nth-child(2)::before{
	content: "";
	background-color: #a4c3e2;
	width: 1px;
	height: 74px;
	left: 0;
	top: 8px;
	position: absolute;
}
.aboutus_pic{
	width: 480px;
	height: 440px;
	position: relative;
}
.aboutus_pic img{
	width: 480px;
	height: 440px;
	z-index: 999;
	position: relative;
}
.aboutus_pic::after{
	content: "";
	width: 480px;
	height: 440px;
	left: 20px;
	top: 20px;
	background-color:#f87e1b;
	position: absolute;
	z-index: 1;
}


.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: #cccccc;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 1;
}

.list_position strong{
	font-size: 48px;
	font-family: "Arial";
	background-color:#fff;
	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:#fff;
	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: 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;
}




.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 .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: #ff7d14;
	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;
	border: 1px solid #cccccc;
	border-top: 0;
	border-bottom: 0;
}
.website_doc_main h1{
	padding: 80px 60px 0 60px;
	font-size: 42px;
	line-height: 1.4;
	text-align:center;
}
.website_doc_main .doc_min_nav{
	width: 1200px;
	margin: 0 auto;
	margin-top: 48px;
	display: flex;
	justify-content: center;
	padding-bottom: 32px;
	border-bottom: 1px solid #d9d9d9;
}	
.website_doc_main .doc_min_nav span{
	font-size: 20px;
	padding-left: 36px;
	margin: 0 30px;
}
.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: 1.6;
	padding-top: 48px;
}
.website_doc_text_box p{
	padding-bottom: 36px;
}
.website_doc_text_box img{
	max-width: 800px;
}

footer{
	background-color: #002554;
	padding: 25px 0;
	border-top: 5px solid #f87e1b;
}
footer .footer_logobox{
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
footer p{
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	width: 1400px;
	margin: 0 auto;
}




/* 屏幕小于1900px时应用的样式 */
@media screen and (max-width: 1900px) {
	.website_navigation{
		height: 140px;
	}
	.website_navigation .box{
		width: 100%;
		height: 140px;
	}
	.website_navigation .box img.logo{
		margin-left: 10px;
		height: 68px;
	}	
	.website_navigation .box ul li{
		color: #fff;
		font-size: 18px;
		margin: 0 20px;
		height: 140px;
	}	
	.website_navigation .box ul li a{
		font-size: 18px;
	}	
	.website_navigation .box ul li.on::after{

	}
	
	.website_navigation .box ul li .sub_ul{
		top: 95px;
		
	}		
	.website_navigation .box ul li .sub_ul p{
		font-size: 16px;
		height: 56px;
	}




	

	.website_navigation .box .chinalink{
		margin-right: 15px;
		height: 140px;

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


/* 屏幕小于1600px时应用的样式 */
@media screen and (max-width: 1599px) {
	.website_navigation{
		height: 120px;
	}	
	.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: 16px;
		margin: 0 18px;
		height: 120px;
	}	
	.website_navigation .box ul li.on::after{

	}	
	.website_navigation .box ul li .sub_ul{
		top: 85px;
	}			
	.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: 10px;
		height: 120px;		
	}
	.website_navigation .box .chinalink a{
		font-size: 16px;
	}	
}

/* 屏幕小于1440px时应用的样式 */
@media screen and (max-width: 1439px) {
	body{
		min-width: 100%;
		margin: 0 auto;
	}	
	.website_navigation{
		height: 100px;
	}	
	.website_navigation .box{
		width: 100%;
		height: 100px;
	}
	.website_navigation .box img.logo{
		margin-left: 10px;
		height: 55px;
	}	

	.website_navigation .box ul li{
		color: #fff;
		font-size: 14px;
		margin: 0 15px;
		height: 100px;
	}	
	.website_navigation .box ul li.on::after{

	}		
	.website_navigation .box ul li .sub_ul{
		top: 75px;
	}		
	.website_navigation .box ul li .sub_ul p{
		font-size: 14px;
	}		
	.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;
	}	

}


.list_title{
	display: flex;
	justify-content: space-between;
	height: 60px;
	align-items: center;
	margin-top: 48px;
	position: relative;
}
.list_title strong{
	font-size: 48px;
	font-family: "Arial";
	color: #f87e1b;
	position: relative;
	z-index: 3;
	background-color: #fff;
	padding-right: 20px;
	padding-left: 30px;
}
.list_title .dw_container{
	height: 36px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 30px;
}
.list_title  .line{
	position: absolute;
	height: 1px;
	background-color: #e4e4e4;
	top:30px;
	left: 0;
	width: 100%;
	z-index: 0;
}
.list_title .dw_container i{
	width: 20px;
	height: 20px;
	background: url(../img/icon01.png) center center no-repeat;
	display:inline-block;
	margin: 0 10px;
}
.list_title .dw_container a{
	font-size: 18px;
	font-family:Arial,sans-serif;
	color: #b4b4b4;
}
.list_title .dw_container span{
	color: #8c8c8c;
	font-size: 18px;
	font-family:Arial,sans-serif;	
}

.listnav  strong{

	padding-left: 0;
}
.listnav  .dw_container{

	padding-right: 0;
}