body{
	min-width: 1520px;
	margin: 0 auto;
}

header{
	height: 900px;
	overflow: hidden;
	position: relative;
}
.website_main{
	width: 1500px;
	margin: 0 auto;
	position: relative;
}
.top_banner{
	height: 150px;
	background: url(../img/top_blue_bg.jpg) center top no-repeat;
}
.top_banner .website_main{
	display: flex;
	height: 150px;
	align-items: center;
	justify-content: space-between;
}

	
header .top_banner .website_main .search_right{
	height: 45px;
	width: 478px;
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
header .top_banner .website_main .search_right a{
	font-size: 16px;
	line-height: 1;
	height: 45px;
	display: flex;
	align-items: center;
	color: #fff;
	background: url(../img/china_icon.png) left center no-repeat;
	padding-left: 32px;
}

header .top_banner .website_main .search_right .searchbox{
	width: 380px;
	height: 45px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border: 1px solid #cfd6e5;
	background-color: #e6edfc;
	color: #fff;
}

header .top_banner .website_main .search_right .searchbox .text{
	background:none;
	border: 0;
	height: 45px;
	display: flex;
	box-sizing: border-box;
	padding-left: 12px;
	display: flex;
	align-items: center;
	line-height: 1;
	width: 330px;
	position: relative;
	font-size: 16px;
	color: #a5a5a5;
}
header .top_banner .website_main .search_right .searchbox .text::placeholder{
	color: #a5a5a5;
}


header .top_banner .website_main .search_right .searchbox .btn{
	background:none;
	border: 0;	
	width: 40px;
	height: 45px;
	background: url(../img/search_btn.png) center center no-repeat;
	cursor: pointer;
}
.website_navigation{
	height: 60px;
}
.website_navigation .website_main{
	
}
.website_navigation .website_main ul{
	display: flex;
	justify-content:space-between;
	
}
.website_navigation .website_main ul li{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	position: relative;
	padding: 0 15px;
}
.website_navigation .website_main ul li a{
	font-size: 18px;
}

.website_navigation .website_main ul li.on::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background-color: #013e86;
	left: 0%;
	bottom: 0px;
}


.website_navigation .website_main ul li.on a{
	color: #013e86;
	font-size: 18px;

}


.website_navigation .website_main ul li .sub_ul{
	width: 160px;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -80px;
	z-index: 9999;
	transition: all 0.3s linear;
	height: 0;
	overflow: hidden;
	background-color: #124a9a;

}


.website_navigation .website_main ul li .sub_ul p{
	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;
}
.website_navigation .website_main ul li .sub_ul p:last-child{
	border: 0;
}
.website_navigation .website_main ul li .sub_ul p a{
	color: #fff;
}

.big_tab_pic{
	width: 100%;
	height: 700px;
	z-index: 1;
	border-bottom: #ffd73d 8px solid;
	max-width: 1902px;
	position: relative;

}
.big_tab_pic .swiper-slide{
	height: 700px;
	
	background-size:100% 100%!important ;
}

.big_tab_pic .swiper-pagination{

	bottom: 40px;
	width: 1400px;
	margin-left: -700px;
	left: 50%;
}
.big_tab_pic .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background-color: #fff;
	overflow: hidden;
	opacity: 1;
	border-radius: 50%;
	margin: 0 5px !important; 
	opacity: 1;

}
.big_tab_pic .swiper-pagination-bullet-active{
	background-color: #013e86;
}

.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;
	position: relative;
	padding-left: 60px;

}
.website_navbox a::after{
	content: "";
	width: 52px;
	height: 1px;
	background-color: #b0251e;
	left: 0;
	top: 8px;
	position: absolute;
}

.News_Events{
	display: flex;
	justify-content: space-between;
	padding: 30px 0 70px 0;
}
.news_left{
	width: 725px;
}
.research_list{
	
}
.research_list_box{
	height: 150px;
	margin-top: 28px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	
}
.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: 500px;
	background-color: #f2f2f2;
}
.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;
}

.research_list .on .text{
	background-color: #013e86;
}
.research_list .on dt,.research_list .on dt a{
	color: #fff;	
}
.research_list .on dd{
	color: #fff;	
}
.research_list .on span{
	color: #fff;
}

.events_right{
	width:725px;
}

.events_right ul li{
	height: 124px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	width: 725px;
	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;
}
.events_right ul li span{
	color: #b0251e;
	font-size: 16px;
	display: flex;
	position: absolute;
	right: 24px;
	bottom: 8px;
	font-weight: bold;
}
.events_right ul li.on{
	border: 1px solid #013e86;
	border-left: 4px solid #013e86;
	padding: 20px 20px 0 24px;

}
.events_right ul li.on a{
	color: #013e86;
}
.events_right ul li.on span{

}

.honor{
	height: 538px;
	background: url(../img/banner_bg01.jpg) center top no-repeat;
	box-sizing: border-box;
	padding-top: 38px;
}
.honor .website_main{
	overflow: hidden;
}
.honor .website_main ul{
	display: flex;
	flex-wrap: wrap;
	width:1600px;
}
.honor .website_main ul li{
	width: 300px;
	height: 200px;
	margin-top: 24px;
	margin-right: 100px;
}
.honor .website_main ul li img{
	width: 100%;
	height: 100%;
}


.work_right{
	width: 725px;
	float: right;
	margin-top: 3px;
}

.work_right .box{
	margin-top: 35px;
	width: 725px;
	background-color: #f0f0f0;
	height: 150px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 150px 0 35px;
	position: relative;
	cursor: pointer;
}
.work_right .box div{
	width: 100%;
}
.work_right .box .time{
	display: none;
	color: #b0251e;
	font-size: 18px;
	font-weight: bold;
}
.work_right .box dl{
	
}
.work_right .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;
}
.work_right .box dl dd{
	color: #666666;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 14px;
}
.work_right .box a.more01{
	position: absolute;
	display: flex;
	width: 84px;
	height: 46px;
	background: url(../img/icon_01.png) center center no-repeat #b0251e;
	border-radius: 5px;
	right: 30px;
	top: 52px;
}
.work_right .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;
}


.work_right .work_right_list .box:nth-child(1){
	height: 335px;
	padding: 0 35px 0 35px;
	
}
.work_right .work_right_list .box:nth-child(1) dl{
	padding-top: 20px;
	padding-bottom: 22px;
}
.work_right .work_right_list .box:nth-child(1) dl dt{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 		
}
.work_right .work_right_list .box:nth-child(1) 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;
}


.work_right .work_right_list .box:nth-child(1) a.more01{
	display: none;
}
.work_right .work_right_list .box:nth-child(1) .time{
	display: block;
}
.work_right .work_right_list .box:nth-child(1) a.more02{
	display: flex;
}


.work_right .work_right_list .box:nth-child(3){
	background-color: #b0251e;
}
.work_right .work_right_list .box:nth-child(3) a.more01{
	background: url(../img/icon_02.png) center center no-repeat #fff;
}	
.work_right .work_right_list .box:nth-child(3) dl dt{
	color: #fff;
}
.work_right .work_right_list .box:nth-child(3) dl dt a{
	color: #fff;
}

.work_right .work_right_list .box:nth-child(3) dl dd{
	color: #fff;
}
.dream_left {
	width: 725px;
	float: left;
}

.work_right{
	width: 725px;	
}
.dream_left  .DREAM ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dream_left  .DREAM ul li{
	width: 344px;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	line-height: 2;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0 10px;
	margin-top: 20px;
}
.dream_left  .DREAM ul li a{
	color: #fff;
}
.dream_left  .DREAM ul li:nth-child(1){
	background: url(../img/dreamd_icon01.jpg) center center no-repeat;
}
.dream_left  .DREAM ul li:nth-child(2){
	background: url(../img/dreamd_icon02.jpg) center center no-repeat;
}
.dream_left  .DREAM ul li:nth-child(3){
	background: url(../img/dreamd_icon03.jpg) center center no-repeat;
}
.dream_left  .DREAM ul li:nth-child(4){
	background: url(../img/dreamd_icon04.jpg) center center no-repeat;
}

.dream_left  .DREAM ul li:nth-child(5){
	background: url(../img/dreamd_icon05.jpg) center center no-repeat;
}
.dream_left  .DREAM ul li:nth-child(6){
	background: url(../img/dreamd_icon06.jpg) center center no-repeat;
}
.dream_left  .DREAM ul li:nth-child(7){
	background: url(../img/dreamd_icon07.jpg) center center no-repeat;
}
.dream_left  .DREAM ul li:nth-child(8){
	background: url(../img/dreamd_icon08.jpg) center center no-repeat;
}

.dream_left  .DREAM ul li:nth-child(9){
	background: url(../img/dreamd_icon09.jpg) center center no-repeat;
}
.dream_left  .DREAM ul li:nth-child(10){
	background: url(../img/dreamd_icon10.jpg) center center no-repeat;
}

.EDUCATION .pic{
	width: 725px;
	height: 400px;
	position: relative;
}
.EDUCATION .pic p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 123px;
	background: url(../img/picbg.png) center bottom no-repeat;
	box-sizing: border-box;
	padding: 80px 20px 0 20px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap	
}
.EDUCATION .pic::after{
	width: 140px;
	height: 40px;
	background-color: #000000;
	opacity: .7;
	content: "";
	position: absolute;
	left: 20px;
	top:20px;
	z-index: 1;
}
.EDUCATION .pic span{
	display: flex;
	width: 140px;
	height: 40px;	
	position: absolute;
	left: 20px;
	top:20px;
	z-index: 1;
	color: #fff;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	z-index: 99;
	line-height: 1;
}

.EDUCATION dl{
	padding: 34px 0 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.EDUCATION dl span{
	display: flex;
	width: 136px;
	height: 40px;	
	color: #fff;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;	
	color: #b0251e;
	font-weight: bold;
	background-color: #f0f0f0;
}
.EDUCATION dl dt{
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	padding-top:22px;
}
.EDUCATION dl dd{
	color: #666666;
	line-height: 30px;
	font-size: 16px;
	padding-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;	
}


.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: 1280px;
	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: 1280px;
	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_doc_newslistnav{
	display: flex;
	justify-content: space-between;
	border-bottom:solid #d9d9d9 1px;
	height: 120px;
	width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	
}
.website_doc_newslistnav strong{
	font-size: 36px;
}

.website_doc_newslistnav .position_container{
	padding-left: 24px;
	background: url(../img/home_icon.png) left 1px no-repeat;
	color: #000;
	font-size: 16px;
}
.website_doc_newslistnav .position_container a{
	margin: 0 5px;
	color: #000;
}
.website_doc_newslistnav .position_container span{
	margin-left: 5px;
	color: #000;
	font-weight: bold;
}


.list_container .website_main{
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .13);
	margin-top: 80px;
}

.list_container .website_main .list_newslist{
	width: 1150px;
	box-sizing: border-box;
	border-left: 1px solid #e5e5e5;
	padding: 0 50px;
}


.list_container .list_columnlist{
	width: 350px;
	background-color: #fbfbfb;
	border-radius: 0 0 0 0;
	box-sizing: border-box;
	font-family: "Arial";
	position: relative;
	z-index: 9999;
	text-align: center;
}
.list_container .list_columnlist strong{
	display: flex;
	height: 120px;

	box-sizing: border-box;
	background-color: #0072f8;
	align-items: center;
	justify-items: center;
	justify-content:center;
	width:350px;
	font-size: 36px;
	color: #fff;	
}


.list_container .list_columnlist ul{
	padding: 0 20px;
}
.list_container .list_columnlist ul li{
	font-size: 18px;
	color: #fff;
	width: 300px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	height: 90px;
	display: flex;
	align-items:center;
	margin-top: 15px;
	justify-content: center;
	text-align: center;
	
}
.list_container .list_columnlist ul li.on{
	background-color: #c61e28;
}
.list_container .list_columnlist ul li a{
	color: #333333;
}
.list_container .list_columnlist ul li.on a{
	color: #fff;
}

.list_newslistnav{
	display: flex;
	justify-content: space-between;
	border-bottom:solid #0072f8 1px;
	height: 98px;
	display: flex;
	align-items: center;
}
.list_newslistnav strong{
	display: flex;
	color: #333;
	font-size: 42px;
}


.list_newslistnav .position_container{
	padding-left: 24px;
	background: url(../img/home_icon.png) left 1px no-repeat;
	color: #333;
	font-size: 16px;
}
.list_newslistnav .position_container a{
	margin: 0 5px;
	color: #333;
}
.list_newslistnav .position_container span{
	margin-left: 5px;
	color: #333;
}

.website_boxlist .box{
	position:relative;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 40px;
	
}

.website_boxlist .box .text{
	width: 100%;
	position: relative;
	display: flex;
	padding-bottom: 20px;
}
.website_boxlist .box .text dl{
	width: 100%;
}
.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: 0;
	bottom: 0;
	font-size: 16px;
	color: #c61e28;
}
.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;
}


footer{
	background-color: #013e86;
	height: 240px;
}
footer .website_main{
	display: flex;
	justify-content: space-between;
}
footer .website_main .footer_left{
	box-sizing: border-box;
}
footer .website_main .footer_left img{
	margin-bottom: 16px;
	margin-top: 48px;
}
footer .website_main .footer_left p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
footer .website_main .footer_right strong{
	font-size: 20px;
	color: #fff;
	display: flex;
	padding: 60px 0 24px 0;
}
footer .website_main .footer_right a{
	font-size: 16px;
	color: #fff;
	display: flex;
	line-height: 30px;
}