body{
	min-width: 1440px;
	margin: 0 auto;
}
.website_main{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
header .website_top{
	background:url(../img/banner_top01.jpg) center top no-repeat #fff;	
	height: 155px;
}
header .website_main{
	display: flex;
	justify-content: space-between;
}
header .website_top .logo{
	display: flex;
	align-items: center;
}

header .website_top .search{
	width: 342px;
	height: 155px;
	overflow: hidden;
}

header .website_top .top_link{
	color: #999999;
	font-size: 16px;
	height: 20px;
	display: flex;
	align-items: center;
	line-height: 1;
	justify-content: end;
	padding-top: 32px;
	padding-right: 6px;
}
header .website_top .top_link a{
	line-height: 1;
	color: #999999;
	margin: 0 5px;
}

header .website_top  .search .searchbox{
	width: 342px;
	height: 42px;
	box-sizing: border-box;
	border-radius: 21px;
	overflow: hidden;
	display: flex;
	background-color: #f2f2f2;
	margin-top: 22px;
}

header .website_top  .search .searchbox .text{
	background:none;
	border: 0;
	height: 42px;
	display: flex;
	box-sizing: border-box;
	padding-left: 18px;
	display: flex;
	align-items: center;
	line-height: 1;
	width: 294px;
	position: relative;
	font-size: 16px;
}
header .website_top .search .searchbox .btn{
	background:none;
	border: 0;	
	width: 48px;
	height: 42px;
	background: url(../img/search_btn_bg.png) center center no-repeat;
	cursor: pointer;
}

header .website_navigation{
	height: 75px;
	background-color: #203c90;
	position: relative;
	z-index: 1000;
}
header .website_navigation ul{
	display: flex;
	justify-content: space-between;
	width: 1400px;
}
header .website_navigation ul li{
	height: 75px;
	display: flex;
	align-items: center;
	font-family: "Arial";
	font-size: 18px;
	padding: 0 20px;
	position: relative;
	box-sizing: border-box;
	overflow: visible;
	color: #fff;
	line-height: 1;
}

header .website_navigation  ul li a{
	font-family: "Arial";
	color: #fff;
	line-height: 1;
	text-decoration: none;
}
header .website_navigation ul li dl{
	display: none;
	position: absolute;
	z-index: 9999;
	top: 75px;
	left: -30%;
	transform: none;
	margin: 0;
	background-color: #124a9a;
	text-align: center;
	box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.3);
	width: 185px;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}
header .website_navigation ul li dl dd{
	height: 52px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8da6cd;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    z-index: 9999;
}
header .website_navigation ul li dl dd:last-child{
	border-bottom: none;
}
header .website_navigation ul li dl dd a{
	text-align: center;
	display: block;
	height: auto;
	position: relative;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	padding: 12px 5px;
	text-decoration: none;
	transition: all 0.2s ease;
}

header .website_navigation ul li:hover dl{
	display: block;
}
header .website_navigation ul li::before{
	content: "";
	width: 0%;
	height: 4px;
	background-color:#3fe7ff;
	position: absolute;
	right: 50%;
	bottom: 0;
	transition: all 0.2s linear;	
}
header .website_navigation ul li:hover::after{
	content: "";
	width: 100%;
	height: 4px;
	background-color:#fff;
	position: absolute;
	left:0%;
	bottom: 0;
	transition: all 0.2s linear;
}

.big_tab_pic{
	width: 100%;
	height: 700px;
}
.big_tab_pic .swiper-slide{
	width: 100%;
	height: 700px;
	background-size: 100% 100% !important;
	position: relative;
}
.big_tab_pic .swiper-slide p{
	width: 1400px;
	height: 80px;
	box-sizing: border-box;
	background: url(../img/divbg01.png) center top no-repeat;
	position: absolute;
	display: flex;
	left: 50%;
	margin-left: -700px;
	bottom: 0;
	padding-left: 24px;
	font-size: 24px;
	padding-top: 30px;
}
.big_tab_pic .swiper-slide p a{
	overflow: hidden;
	text-overflow: ellipsis;
	width: 1172px;
	white-space: nowrap;

}

.big_tab_pic .swiper-button-next{
	width: 36px;
	height: 36px;
	background: url(../img/right_btn01.png) center top no-repeat;
	right:calc((100% - 1400px)/2 + 20px);
	top: auto;
	bottom: 20px;
	margin: 0;
	opacity: 1;

}
.big_tab_pic .swiper-button-next::after{
	display: none;
}

.big_tab_pic .swiper-button-prev{
	width: 36px;
	height: 36px;	
	background: url(../img/left_btn01.png) center top no-repeat;
	left: auto;
	right:calc((100% - 1400px)/2 + 70px);
	top: auto;
	bottom: 20px;	
	opacity: 1;
}
.big_tab_pic .swiper-button-prev::after{
	display: none;
}
.news_events_box{
	background-color: #f2f2f2;
	padding: 55px 0 80px 0;
	overflow: hidden;
}
.website_navbox{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
}
.website_navbox strong{
	font-size: 36px;
	line-height: 1;
}
.website_navbox a{
	color: #b0251e;
	font-weight: bold;
	padding-top: 12px;
}

.news_events_pic{
	width: 685px;
	height: 705px;
	float: left;
	margin-top: 38px;
	
}
.news_events_pic img{
	width: 685px;
	height: 555px;
}
.news_events_pic p{
	height: 150px;
	background-color: #203c90;
	width: 685px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 0 0 36px;
	color: #fff;
	font-size: 30px;
	line-height: 42px;
}

.news_events_newslist{
	width: 665px;
	float: right;
	margin-top: 3px;
}

.news_events_newslist .box{
	margin-top: 35px;
	width: 665px;
	background-color: #fff;
	height: 150px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 150px 0 35px;
	position: relative;
	cursor: pointer;
}
.news_events_newslist .box div{
	width: 100%;
}
.news_events_newslist .box .time{
	display: none;
	color: #b0251e;
	font-size: 18px;
	font-weight: bold;
}
.news_events_newslist .box dl{
	
}
.news_events_newslist .box dl dt{
	font-size: 24px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 	
	 white-space: normal;
}
.news_events_newslist .box dl dd{
	color: #666666;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 14px;
}
.news_events_newslist .box a.more01{
	position: absolute;
	display: flex;
	width: 84px;
	height: 46px;
	background: url(../img/icon01.png) center center no-repeat #b0251e;
	border-radius: 5px;
	right: 30px;
	top: 52px;
}
.news_events_newslist .box a.more02{
	display: none;
	width: 150px;
	height: 34px;
	border-radius: 17px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background:#b0251e;
}


.news_events_newslist .on{
	height: 335px;
	padding: 0 35px 0 35px;

}
.news_events_newslist .on dl{
	padding-top: 20px;
	padding-bottom: 22px;
}
.news_events_newslist .on dl dt{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 		
}
.news_events_newslist .on dl dd{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 	
	white-space: normal;	
	line-height: 30px;
	font-size: 18px;
	padding-top: 14px;
}


.news_events_newslist .on a.more01{
	display: none;
}
.news_events_newslist .on .time{
	display: block;
}
.news_events_newslist .on a.more02{
	display: flex;
}

.research_education{
	display: flex;
	justify-content: space-between;
	padding: 68px 0 70px 0;
}
.research_box{
	width: 685px;
}
.research_list{
	
}
.research_list_box{
	height: 150px;
	margin-top: 28px;
	display: flex;
	justify-content: space-between;
	background-color: #f2f2f2;
}
.research_list_box .pic{
	width: 225px;
	height: 150px;
}
.research_list_box .pic img{
	width: 225px;
	height: 150px;	
}
.research_list_box .text{
	height: 150px;
	display: flex;
	align-items: center;
	width: 460px;
}
.research_list_box dl{
	padding: 0 25px;
	box-sizing: border-box;
	width: 100%;
}
.research_list_box dl dt{
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap
}
.research_list_box dl dd{
	color: #999999;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 	
}
.research_list_box dl span{
	color: #b0251e;
	font-size: 18px;
	padding: 10px 0  8px 0;
	display: flex;
	font-weight: bold;
}
.education_box{
	width: 665px;
}

.education_box ul li{
	height: 124px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	width: 665px;
	margin-top: 16px;
	padding: 0 24px;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	padding-top: 20px;
	position: relative;		
	cursor: pointer;
}
.education_box ul li span{
	color: #b0251e;
	font-size: 18px;
	display: flex;
	position: absolute;
	right: 24px;
	bottom: 8px;
	font-weight: bold;
}
.education_box ul li.on{
	background-color: #203c90;
	border: 0;
}
.education_box ul li.on a{
	color: #fff;
}
.education_box ul li.on span{
	color: #fff;
}

footer{
	background-color: #203c90;
	padding: 40px 0;
}
footer .website_main{
	text-align: center;
}
footer .website_main p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.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:#f2f2f2;
	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:#f2f2f2;
	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: #333;
}
.list_position .position_container a.this{
	color: #203c90;
	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;
	padding-left: 35px;
	position: relative;
}

.doclist .box .time{
	width: 90px;
	height: 90px;
	background-color: #203c90;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;	
}

.doclist .box p:first-child{
	font-size: 26px;
}
.doclist .box p:last-child{
	font-size: 16px;
	margin-top: 8px;
}

.doclist .box .text{
	width: 1080px;
	margin-right: 160px;
}
.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: #203c90;
	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;
}

.piclist .box{
	height: 220px;
	width: 1400px;
	background-color: #fff;
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding-left: 0;
	position: relative;	
}
.piclist .box .pic{
	
}
.piclist .box img{
	width: 300px;
	height: 220px;
}
.piclist .box .text{
	width: 1020px;
	margin-right: 40px;
}


.piclist .box .text dl dt{
	font-size: 24px;
	line-height: 30px;
}
.piclist .box .text dl dd{
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	white-space: normal;
	margin-top: 12px;
}
.piclist .box .text dl span{
	font-size: 18px;
	display: flex;
	color: #203c90;
	margin-top: 12px;
	font-style:italic
}
.news_events_pic_box{
	display: none;
}
