body{
	min-width: 1440px;
	margin: 0 auto;
	background-color: #f6f6f6;
}

header{
	height: 900px;
	overflow: hidden;
	position: relative;
}
.website_main{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}


.website_navigation{
	width: 100%;
	height: 140PX;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;


	
}
.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 25px;
	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: 44px;
}


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

}


.website_navigation .box ul li .sub_ul{
	width: 160px;
	position: absolute;
	top: 110px;
	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;
	height: 140px;
	color: #fff;
	display: flex;
	align-items: center;
	margin-right: 20px;

}
.website_navigation .box .chinalink a{
	color: #fff;
	margin: 0 5px;
}
.big_tab_pic{
	width: 100%;
	height: 900px;
	z-index: 1;
	position: relative;
	max-width: 1920px;
}

	
.big_tab_pic .swiper-button-next{
	width: 52px;
	height: 52px;
	background: url(../img/right_btn01.png) center center no-repeat;
	opacity: 1;
}
.big_tab_pic .swiper-button-next::after{
	display: none;
}
.big_tab_pic .swiper-button-prev{
	width: 52px;
	height: 52px;	
	background: url(../img/left_btn01.png) center center no-repeat;	
	opacity: 1;
}
.big_tab_pic .swiper-button-prev::after{
	display: none;
}

.big_tab_pic .swiper-slide{
	height: 900px;
	/* background-size:100% 100% !important ; */
}
.big_tab_pic .swiper-pagination{
	padding-left: calc((100% - 1400px)/2);
	margin: 0 auto;
	text-align: left;
	bottom: 48px;
}
.big_tab_pic .swiper-pagination-bullet{
	width: 100px;
	height: 2px;
	background-color: #5875a3;
	overflow: hidden;
	opacity: 1;
	border-radius: 0;
	margin-right: 15px !important;
	margin-left: 0 !important;
}
.big_tab_pic .swiper-pagination-bullet-active{
	background-color: #fff;
}

.big_tab_pic .swiper-slide{
	position: relative;
}
.big_tab_pic .swiper-slide p{
	height: 90px;
	background: url(../img/textbgx.png) repeat-x;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -50%;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.big_tab_pic .swiper-slide p a{
	font-size: 24px;
	color: #fff;
}
.flexbox{
	display: flex;
	
}
.flexbox .piclist{
	width: 950px;
	display: flex;
}
.flexbox .piclist ul{
	
}
.flexbox .piclist .box{
	width: 445px;
	margin-right: 30px;
}
.flexbox .piclist .box img{
	width: 445px;
	height: 350px;
}
.flexbox .piclist .box .title{
	font-size: 20px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 	
	padding-top: 20px;
}

.flexbox .piclist .box .time{
	color: #0059c6;
	font-size: 18px;
	padding: 20px 0;
}
.flexbox .piclist .box .des{
	color: #666666;
	font-size: 18px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 			
}
.flexbox .piclist .box a.more{
	color: #0059c6;
	font-size: 18px;
	padding-top: 29px;
	display: flex;
}
.flexbox .textlist{
	width: 450px;
}

.flexbox .textlist .box{
	border-top: 1px solid #e6e6e6;
	padding-bottom: 43px;
}

.flexbox .textlist .box .title{
	font-size: 20px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 	
	padding-top: 17px;
}

.flexbox .textlist .box .time{
	color: #0059c6;
	font-size: 18px;
	padding-top: 50px;
}
.flexbox .textlist .box .des{
	color: #666666;
	font-size: 18px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-top: 10px;
}

.flexbox .textlist .box a.more{
	color: #0059c6;
	font-size: 18px;
	padding-top: 42px;
	display: flex;
}

.site_nav{
	height: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site_nav strong{
	color: #0059c6;
	font-size: 36px;
}
.site_nav a{
	font-size: 18px;
	color: #0059c6;
}
.bigpiclist{
	height:calc(100vw*0.625*0.5);
	width: 100%;
}
.bigpiclist .swiper-slide{
	width: 25%;
	height:calc(100vw*0.625*0.5);
	/* transition: all 0.2s linear; */
	position: relative;
}
.bigpiclist .swiper-slide img{
	width: 100%;
	height: 100%;
}
.bigpiclist .swiper-slide::after{
	content: "";
	position: absolute;
	background: url(../img/picbgx.png) center center repeat-x;
	width: 100%;
	height: 100%;
	z-index: 1px;
	left: 0;
	top: 0;
}
.bigpiclist .swiper-slide p{
	position: absolute;
	left: 0;
	bottom: 15%;
	font-size: 20px;
	color: #fff;
	z-index: 9;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.bigpiclist .swiper-slide p a{
	color: #fff;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;	
}
.bigpiclist .swiper-slide a.more{
	width: 180px;
	height: 50px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	position: absolute;
	bottom: 4%;
	left: 50%;
	margin-left: -90px;
	z-index: 999;
}

.bigpiclist .swiper-slide-active{
	width: 50%;
	height:calc(100vw*0.625*0.5);

}

.Students_International{
	display: flex;
	justify-content: space-between;
}
.Students_International .Students{
	width: 685px;
}

.Students_International .International{
	width: 645px;
}
.Students ul li{
	height: 150px;
	background-color: #f2f2f2;
	display: flex;
	justify-content: space-between;
	margin-top: 28px;
}
.Students ul li .pic{
	width: 225px;
	height: 150px;
}
.Students ul li .pic img{
	width: 225px;
	height: 150px;	
}
.Students ul li .text{
	width: 400px;
	height: 150px;
	display: flex;
	align-items: center;
	margin-right: 30px;
	margin-left: 30px;
}
.Students ul li .text p{
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 12px;

}

.Students ul li .text p a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;	
}
.Students ul li .text span{
	color: #0059c6;
	font-size: 18px;
}
.Students_International{
	padding-bottom: 80px;
}
.Students_International .site_nav{
	height: 80px;
}


.International{
	
}
.International ul li{
	height: 122px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	margin-top: 18px;
	position: relative;
	padding: 20px 24px 0 24px;
	
}
.International ul li a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;		
}
.International ul li a{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.International ul li span{
	position: absolute;
	color: #0059c6;
	font-size: 18px;
	right: 20px;
	bottom: 10px;
}
.International ul li.on{
	background-color: #0059c6;
	border: 1px solid #203c90;
}
.International ul li.on a{
	color: #fff;
}
.International ul li.on span{
	color: #fff;
}

.Alumni{
	position: relative;
	height: 790px;
	overflow: hidden;
}
.Alumni::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 300px;
	background-color: #0059c6;
	top: 0;
	left:0;
	z-index: 1;
}
.Alumni .website_main{
	z-index: 999;
}
.Alumni .site_nav{
	height: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Alumni .site_nav strong{
	color: #fff;
	font-size: 36px;
}
.Alumni .site_nav a{
	font-size: 18px;
	color: #fff;
}

.Alumni_swiper{
	
}
.Alumni_swiper .swiper-slide{
	width: 420px;
}
.Alumni_swiper .swiper-slide img{
	width: 420px;
	height: 450px;
}
.Alumni_swiper .swiper-slide p{
	height: 80px;
	width: 420px;
	background-color: #f2f2f2;
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 1.5;
	
}
.Alumni_swiper .swiper-slide p span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;			
}
.Alumni .swiper-button-next{
	width: 52px;
	height: 52px;
	background: url(../img/right_btn01.png) center center no-repeat;
	opacity: 1;
	top: 392px;
	right: -80px;
}
.Alumni .swiper-button-next::after{
	display: none;
}
.Alumni .swiper-button-prev{
	width: 52px;
	height: 52px;	
	background: url(../img/left_btn01.png) center center no-repeat;	
	opacity: 1;
	top: 392px;
	left: -80px;
}
.Alumni .swiper-button-prev::after{
	display: none;
}

.list_container .website_main{
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}

.list_container .website_main .list_newslist{
	width: 1040px;
}


.list_container .list_columnlist{
	width: 300px;
	background-color: #01388f;
	border-radius: 8px 8px 0 0;
	box-sizing: border-box;
	font-family: "Arial";
	margin-top: 50px;
	position: relative;
	z-index: 9999;
	max-height: 800px;
}
.list_container .list_columnlist strong{
	display: flex;
	height: 130px;
	font-size: 36px;
	color: #fff;
	padding: 48px 0 0 32px;
	box-sizing: border-box;
}
.list_container .list_columnlist ul{
}
.list_container .list_columnlist ul li{
	font-size: 18px;
	color: #fff;
	padding-left: 32px;
	line-height: 1.5;
	height: 90px;
	display: flex;
	align-items:center;
}
.list_container .list_columnlist ul li.on{
	background-color: #fff;
}
.list_container .list_columnlist ul li a{
	color: #fff;
}
.list_container .list_columnlist ul li.on a{
	color: #0054a5;
}

.list_newslistnav{
	display: flex;
	justify-content: space-between;
	border-bottom:solid #01388f 1px;
	height: 98px;
	display: flex;
	align-items: center;
}
.list_newslistnav strong{
	display: flex;
	color: #01388f;
	font-size: 42px;
}


.position_container{
	padding-left: 24px;
	background: url(../img/icon_home.png) left 0px no-repeat;
	color: #666666;
	font-size: 16px;
}
.position_container a{
	margin: 0 5px;
	color: #666666;
}
.position_container span{
	margin-left: 5px;
	color: #01388f;
	font-weight: bold;
}

.website_boxlist .box{
	height: 230px;
	position:relative;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 40px;
	
}
.website_boxlist .box .pic{
	width: 380px;
	height: 230px;
}
.website_boxlist .box .pic img{
	width: 380px;
	height: 230px;
}

.website_boxlist .box .text{
	width: 630px;
	display: flex;
}
.website_boxlist .box .text dl{
	width: 630px;
}
.website_boxlist .box .text dt{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-top: -2px;
}
.website_boxlist .box .text dd{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-top: 16px;
	padding-bottom: 20px;
}
.website_boxlist .box .text span{
	position: absolute;
	left: 410px;
	bottom: 44px;
	font-size: 16px;
	color: #0054a5;
}
.columnpager {
	padding: 48px 0;
}
.columnpager ul{
	display: flex;
	justify-content: center;
}
.columnpager ul li{
	border: 1px solid #f1f1f1;
	width: 32px;
	height: 32px;
	margin: 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.columnpager ul li.row{
	background-color:#0054a5;
	color: #fff;
}
.columnpager ul li.row a{
	color: #fff;
}
.columnpager ul li.next{
	width: 72px;
}
.columnpager ul li.select{
	width: 58px;
	background-color: #e5e5e5;
}
.columnpager ul li.select select{
	border: 0;
}
.columnpager ul li.select select option{
	border: 0;
}

.columnpager ul li.select select {
  font-size: 14px; 
  background-color: #e5e5e5; 
  appearance: none; 
  -moz-appearance: none;
  -webkit-appearance: none;
}


.columnpager ul li.select select {

  background-image: url(../img/icon_select.png); 
  background-repeat: no-repeat;
  background-position: right 6px;
  padding-left: 12px;
  padding-right: 30px;

}


.columnpager ul li.select select::-ms-expand { 
  display: none;
}


.website_doc_main{
	width: 1400px;
	background-color: #fff;
	margin: 0 auto;

	padding-bottom: 80px;
	border: 1px solid #cccccc;
	margin-top: 80px;
	margin-bottom: 80px;
}
.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{
	height: 240px;
	background-color: #0059c6;
}
footer .footer_logobox{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 42px;
	margin-bottom: 30px;
}
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: 130px;
	}
	.website_navigation .box img.logo{
		margin-left: 20px;
		height: 70px;
	}	
	.website_navigation .box ul li{
		color: #fff;
		font-size: 16px;
		margin: 0 25px;
		height: 130px;
	}	
	.website_navigation .box ul li.on::after{
		height: 3px;
		bottom: 42px;
	}
	
	.website_navigation .box ul li .sub_ul{
		top: 105px;
	}		
	.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: 20px;
		height: 130px;

	}
	.website_navigation .box .chinalink a{
		font-size: 16px;
	}
.Mission_Vision p{
	display: none;
}			
.bigpiclist .swiper-slide a.more{
	width: 160px;
	height:42px;
	margin-left: -80px;
	font-size: 16px;

}

			
}


/* 屏幕小于1600px时应用的样式 */
@media screen and (max-width: 1599px) {
	.website_navigation .box{
		width: 100%;
		height: 120px;
	}
	.website_navigation .box img.logo{
		margin-left: 10px;
		height: 65px;
	}	

	.website_navigation .box ul li{
		color: #fff;
		font-size: 16px;
		margin: 0 20px;
		height: 120px;
	}	
	.website_navigation .box ul li.on::after{
		height: 3px;
		bottom: 38px;
	}
	
	.website_navigation .box ul li .sub_ul{
		top: 98px;
	}			
	.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;
	}	
.bigpiclist .swiper-slide a.more{
	width: 140px;
	height:40px;
	margin-left: -70px;
	font-size: 14px;

}	
	
}

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

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