body,html,header,footer{
	min-width: 1440px;
	margin: 0 auto;
}
.website_main{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
header{
	
}
.website_navigation{
	height: 145px;
	border-top:5px solid #104591 ;
}
.website_navigation .website_main{
	display: flex;
	justify-content: space-between;
}
.website_navigation .website_main .navigation{
	position: relative;
	width: 756px;
}
.website_navigation .website_main .navigation ul{
	display: flex;
	padding-top: 78px;
}
.website_navigation .website_main .navigation ul li{
	font-size: 16px;
	margin-left: 55px;
	font-weight: bold;
	padding: 0 1px;
	padding-bottom: 8px;
}
.website_navigation .website_main .navigation ul li.hover{
	border-bottom: #27569b solid 6px;
}
.website_navigation .website_main .navigation ul li.hover a{
	color: #27569b;
}

.website_navigation .website_main .navigation .toplink{
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 18px;
}

.website_banner{
	height: 616px;
	background: url(../img/website_banner.jpg) center top no-repeat;
	overflow: hidden;
}
.website_nav{
	display: flex;
	justify-content: space-between;
}
.website_nav strong{
	font-size: 42px;
	font-weight: bold;
}
.website_nav a.more{
	height: 30px;
	display: flex;
	align-items: center;
	border-left: 1px solid #cacaca;
	line-height: 1;
	padding-left: 20px;
	color: #9d1d22;
	margin-top: 12px;
}
.news_main{
		padding-bottom: 40px;
}
.news_main .website_nav{
	margin-top: 60px;

}
.news_box{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin-top: 46px;
}
.news_left{
	width: 650px;

}
.news_left .first_newspicbox{
	height: 200px;
	display: flex;
	justify-content: space-between;		
	background-color: #e5e5e5;
}
.news_left .first_newspicbox img{
	width: 300px;
	height: 200px;
}
.news_left .first_newspicbox .first_newspic_text{
	width: 350px;
	height: 200px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 30px 0 30px;
}
.news_left .first_newspicbox .first_newspic_text .box{

}
.news_left .first_newspicbox .first_newspic_text p{
	display: flex;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 限制行数为2 */		
}
.news_left .first_newspicbox .first_newspic_text em{
	display: flex;
	font-style:italic;
	padding-top: 24px;
	font-size: 16px;
	color: #666666;
}
.news_left .newspiclist{
	margin-top: 50px;

}
.news_left .newspiclist ul{
	display: flex;
	justify-content: space-between;
}
.news_left .newspiclist ul li{
	width: 300px;
}
.news_left .newspiclist ul li img{
	width: 300px;
	height: 200px;
}
.news_left .newspiclist ul li p{
	display: flex;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 限制行数为2 */	
	width: 300px;
	padding-top: 20px;
}
.news_left .newspiclist ul li em{
	display: flex;
	font-style:italic;
	padding-top: 20px;
	font-size: 16px;
	color: #666666;
}
.news_right{
	width: 684px;
}
.news_right dl{
	padding-bottom: 36px;
	border-bottom: 1px solid #e7e7e7;
	padding-top: 34px;
}
.news_right dl dt{
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.news_right dl dd a{
	
}
.news_right dl dd{
	font-size: 16px;
	color: #666666;
	line-height: 1.6;
	padding-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 限制行数为2 */		
}
.news_right dl:first-child{
	padding-top: 0;
}
.news_right dl:last-child{
	border: 0;
}

.research_main{
	background-color: #efeff0;
	padding-top: 62px;
	padding-bottom: 92px;
}
.research_tabpic{
	height: 570px;
}
.research_swiper{
	position: relative;
}
.swiper01{
	height: 570px;
	margin-top: 54px;
}
.swiper01 .swiper-slide{
	width: 1400px;
	height: 570px;
	position: relative;
}
.swiper01 .swiper-slide .pic{
	width: 860px;
	height: 570px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #27569b;
}
.swiper01 .swiper-slide .pic img{
	width: 780px;
	height: 500px;
}
.swiper01 .swiper-slide .swiper_text{
	width: 600px;
	height: 400px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top:85px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.13);
}
.swiper01 .swiper-slide .swiper_text dl{
	padding: 0 50px;
}
.swiper01 .swiper-slide .swiper_text dl dt{
	font-size: 24px;
	line-height: 36px;
}
.swiper01 .swiper-slide .swiper_text dl dd a{
	
}
.swiper01 .swiper-slide .swiper_text dl dd{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-top: 24px;

}

.research_swiper .swiper-button-next,.research_swiper .swiper-button-prev{
	height: 570px;
	width: 60px;
	position: absolute;
	top: 54px;
}
.research_swiper .swiper-button-next::after,.research_swiper .swiper-button-prev::after{
	display: none;
}
.research_swiper .swiper-button-next{
	background: url(../img/b_right.jpg) center center no-repeat;
	right: -80px;
}
.research_swiper .swiper-button-prev{
	background: url(../img/b_left.jpg) center center no-repeat;
	left: -80px;
}

.website_aboutus{
	padding-top: 100px;
	background: url(../img/bottom_right_bg.png) bottom center no-repeat;
	height: 832px;
	box-sizing: border-box
}
.aboutus_des{
	width:1100px;
	font-size: 18px;
	line-height: 2;
	color: #666666;
	padding-top: 38px;
	padding-bottom: 42px;
	position: relative;
}
.aboutus_des::after{
	content: "";
	background-color: #cccccc;
	height: 1px;
	width: 880px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.aboutus_data{
	width: 520px;
	position: relative;
	margin-top: 32px;
}
.aboutus_data::after{
	content: "";
	background-color: #cccccc;
	height: 1px;
	width: 520px;
	position: absolute;
	bottom: 136px;
	left: 0;	
}

.aboutus_data ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aboutus_data ul li{
	width: 260px;
	height: 136px;
	display: flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	position: relative;
}
.aboutus_data ul li p{
	
	color: #01388f;
	width: 100%;
}
.aboutus_data ul li p.num{
	font-size: 36px;
}
.aboutus_data ul li p.des{
	font-size: 16px;
	padding-top: 12px;
}


.aboutus_data ul li:first-child::after{
	content: "";
	background-color: #cccccc;
	height: 76px;
	width: 1px;
	position: absolute;
	bottom: 29px;
	right: 0;	
}

.aboutus_data ul li:last-child::after{
	content: "";
	background-color: #cccccc;
	height: 76px;
	width: 1px;
	position: absolute;
	bottom: 29px;
	left: 0;	
}


.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: 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: 1.6;
	padding-top: 48px;
}
.website_doc_text_box p{
	padding-bottom: 36px;
}
.website_doc_text_box img{
	max-width: 800px;
}


.website_list_main{
}

.list_navtitle{
	padding: 48px 0 20px 0;
	font-size: 48px;
	position: relative;
}
.list_navtitle::after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	position: absolute;
	left: 0;
	bottom: 1px;
}
.list_navtitle::before{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.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 .box.on  .time{
	background-color: #004791;
}
.website_list_box .box.on  .time p{
	color: #fff;	
}
.website_list_box .box.on  .time em{
	color: #fff;
}

.website_list_box .box.on .time::after{
	display: none;
}	

.website_list_box .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; /* 隐藏默认的下拉箭头 */
}


footer{
	background-color: #104591;
	height: 200px;
	overflow: hidden;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content:center;	
}
footer .footer_text{
	line-height: 2;
	font-size: 16px;
	color: #fff;
	font-size: 16px;

}


@media (max-width: 1440px) {
	.research_swiper .swiper-button-next{
		display: none;
	}
	.research_swiper .swiper-button-prev{
		display: none;
	}
}	



.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;	
}