body{
	min-width: 1440px;
	margin: 0 auto;
}
.website_main{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

	
header{
}
header .website_top{
	display: flex;
	justify-content: space-between;
	height: 140px;
	align-items: center;
}
header .chinalink{
	font-size: 16px;
	color: #c1c1c1;
	line-height: 1;
	background: url(../img/china.png) left center no-repeat;
	padding-left: 22px;
}
header .chinalink a{
	font-size: 18px;
	color: #000;
	margin:0 5px;
}
header .chinalink a:last-child{
	margin-right: 0;
}
header .website_navigation{
	height: 70px;
	background-color: #0f4293;
}

header .website_navigation ul{
	display: flex;
	justify-content:space-between;
	box-sizing: border-box;
}
header .website_navigation ul li{
	font-size: 18px;
	height: 70px;
	line-height: 70px;
	box-sizing: border-box;
	display: flex;
	text-align:center;
}
header .website_navigation ul li.on{
	border-bottom:#fac640 4px solid;
	box-sizing: border-box;
}
header .website_navigation ul li a{
	font-size: 18px;
	color: #fff;
}
header .header_banner{
	height: 600px;
	background: url(../img/banner.jpg) center top no-repeat;
}

.News_Events{
	padding-bottom: 80px;
}
.newslist_swiper{
	width: 1200px;
	height: 435px;
	
}
.newslist_swiper .swiper-slide{
	width: 380px;
	height: 425px;
	background-color: #f5f6fa;
	box-sizing: border-box;
}
.newslist_swiper .swiper-slide img{
	width: 380px;
	height: 265px;
}
.newslist_swiper .swiper-slide p{
	line-height: 30px;
	font-size: 20px;
	font-family: "Arial";
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 	
	padding: 22px 20px 0 20px;
}
.newslist_swiper .swiper-slide em{
	font-size: 18px;
	font-family: "Arial";
	color: #666666;
	line-height: 1;
	font-style:italic;
	display: flex;
	padding: 32px 0 0 20px;
}

.News_Events a.more{
		display: flex;
		width: 170px;
		height: 50px;
		border-radius: 30px;
		box-sizing: border-box;
		border: 2px solid #005fb7;
		color: #005fb7;
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		margin-top: 58px;
		text-align: center;
}
.News_Events .nav_box01{
	font-size: 60px;
	text-align: center;
	padding: 75px 0 45px 0;
	overflow: hidden;
}

.research{
	background-color: #ebeef5;
	padding-bottom: 80px;
}
.research .research_pic{
	
}
.research .research_pic ul{
	display: flex;
	justify-content: space-between;
}
.research .research_pic ul li{
	width: 580px;
	height: 410px;
	position: relative;
}
.research .research_pic ul li::after{
	content: "";
	width: 580px;
	height: 410px;
	background-color: #000;
	opacity: .6;
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
}
.research .research_pic ul li img{
	width: 580px;
	height: 410px;	
}
.research .research_pic ul li p{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	z-index: 99;
	color: #fff;
	height: 60px;
	width: 580px;
	box-sizing: border-box;
	padding: 0 24px;
	position: absolute;
	left: 0;
	bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 		
}
.research .research_pic ul li span{
	font-size: 16px;
	color: #fff;
	z-index: 99;
	position: absolute;
	left: 24px;
	bottom: 94px;
}
.research .research_text{
	
}
.research .research_text ul{
	display: flex;
	justify-content: space-between;	
}
.research .research_text ul li{
	width: 580px;
	box-sizing: border-box;
	padding: 24px 24px  24px 24px ;
	background-color: #fff;
	margin-top: 40px;
}
.research .research_text ul li p{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 		
}

.research .research_text ul li span{
	color: #666666;
	padding-top: 14px;
	display: flex;
}
.research .nav_box01{
	font-size: 60px;
	text-align: center;
	padding: 70px 0 60px 0;
}
.research a.more{
		display: flex;
		width: 170px;
		height: 50px;
		border-radius: 30px;
		box-sizing: border-box;
		border: 2px solid #005fb7;
		color: #005fb7;
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		margin-top: 60px;
		text-align: center;
}


.about{
	padding-bottom: 120px;
}

.about .nav_box01{
	font-size: 60px;
	text-align: center;
	padding: 75px 0 45px 0;
	width: 100%;
}
.about .about_box{
	display: flex;
	justify-content: space-between;
}
.about .about_box .about_text{
	width: 600px;
	height: 520px;
	background-color: #f1f3f8;
	position: relative;
}

.about .about_box .about_text  a.more{
		display: flex;
		width: 170px;
		height: 50px;
		border-radius: 30px;
		box-sizing: border-box;
		border: 2px solid #005fb7;
		color: #005fb7;
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		margin-top: 58px;
		text-align: center;
		position: absolute;
		right: 36px;
		bottom: 32px;
}


.about .about_box .about_text p{
	font-size: 20px;
	line-height: 36px;
	padding: 48px 36px 0 36px;
	text-indent: 2em;
}
.about .about_box .about_pic{
	width: 600px;
	height: 520px;	
	box-shadow: 0 0 25px 0 rgba(0,0,0,.13);
}




.website_list_main{
}

.list_navtitle{
	height: 60px;
	font-size: 48px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;	
	margin-top: 48px;
	margin-bottom:30px;
}
.list_navtitle::after{
	height: 1px;
	width: 100%;
	content: "";
	left: 0;
	top: 28px;
	background-color: #b2b2b2;
	position: absolute;
	z-index: 1;

}
.list_navtitle strong{

	height: 60px;
	background-color: #fff;
	z-index: 9;
	position: relative;	
	padding-right: 20px;
}

.website_list_box{
	padding-top: 0px;
	padding-bottom: 36px;
}
.website_list_box .box{
	height: 224px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	cursor: pointer;
}
.website_list_box .box .time{
	width: 230px;
	height: 224px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	position: relative;
}

.website_list_box .box .time::after{
	content: "";
	background-color: #cccccc;
	height: 110px;
	width: 1px;
	position: absolute;
	bottom: 57px;
	right: 0;	
}

.website_list_box .box .time div p{
	text-align: center;
	font-size: 24px;
	color: #000;
	padding-top: 12px;
}
.website_list_box .box .time div em{
	text-align: center;
	font-size: 48px;
	color: #000;
}

.website_list_box .box .text{
	width: 1170px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-right: 40px;
	padding-left: 70px;
}
.website_list_box .box .text dl{
	
}
.website_list_box .box .text dl dt{
	font-size: 24px;
	font-weight: bold;
}

.website_list_box .box .text dl dd{
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	padding-top: 12px;
}
 
.website_list_box .on .time{
	background-color: #004791;
}
.website_list_box .on .time div p{
	color: #fff;	
}
.website_list_box .on .time div em{
	color: #fff;
}

.website_list_box .on .time::after{
	display: none;
}	

.website_list_box .on .text{
	background-color: #f0f0f0;
}

.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;
	background-color: #fff;
}
.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; /* 移除默认样式（针对非WebKit浏览器） */
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari 和 Chrome */
}


.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 { /* IE浏览器专用 */
  display: none; /* 隐藏默认的下拉箭头 */
}


.website_doc_main{
	width: 1400px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border: 1px solid #cccccc;
}
.website_doc_main h1{
	padding: 60px 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: #03509d;
	text-align: center;
	box-sizing: border-box;
	padding-top: 32px;
	padding-bottom: 30px;
}
.footer_text p{
	font-size: 18px;
	line-height: 36px;
	color: #fff;
}


.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: #03509d;
	position: relative;
	z-index: 3;
	background-color: #fff;
	padding-right: 20px;
}
.list_title .dw_container{
	height: 36px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
	background-color: #fff;
	padding-left: 20px;
}
.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;	
}