body{
	min-width: 1440px;
	margin: 0 auto;
}
.website_main{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
header .website_top{
	height: 900px;
	position: relative;
	overflow: hidden;
}
.big_tab_pic{
	width: 100%;
	height: 900px;
	z-index: 1;
	position: relative;
}
.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;
}

.website_navigation{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	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{
	margin-left: 40px;
}
.website_navigation .box ul{
	display: flex;
}
.website_navigation .box ul li{
	color: #fff;
	font-size: 18px;
	margin: 0 24px;
}
.website_navigation .box ul li a{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.website_navigation .box .chinalink{
	font-size: 18px;
	height: 140px;
	color: #fff;
	padding-left: 36px;
	background: url(../img/china.png) left center no-repeat;
	display: flex;
	align-items: center;
	margin-right: 40px;

}
.website_navigation .box .chinalink a{
	color: #fff;
}
.News_Events{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 999999;
}
.News_Events_left{
	width: 710px;
	overflow: hidden;
}
.News_Events_left ul{
	width: 750px;
	display: flex;
	flex-wrap: wrap;
}
.News_Events_left ul li{
	width: 335px;
	margin-right: 40px;
	margin-top: 42px;
	margin-bottom: 4px;
}
.News_Events_left ul li img{
	width: 335px;
	height: 205px;
}
.News_Events_left ul li p{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 	
	padding-top: 16px;
}
.News_Events_left ul li span{
	font-size: 16px;
	color: #26346f;
	display: flex;
	padding-top: 18px;
}
.News_Events_right{
	width: 640px;
	background-color: #ededed;
	height: 905px;
	position: relative;	
}
.News_Events_right::after{
	content: "";
	position: absolute;
	left: 0;
	top: -87px;
	background: url(../img/divbg01.png) left top no-repeat;
	width: 650px;
	height: 87px;
}

.News_Events_right .newslist{
	
}
.News_Events_right .newslist .box{
	height: 140px;
	margin-bottom: 40px;
	box-sizing: border-box;
	padding-left: 54px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.News_Events_right .newslist .box .text{
	width: 516px;
	height: 140px;
	box-sizing: border-box;
	padding: 0 16px;
	display: flex;
	align-items: center;

	
}

.News_Events_right .newslist .on .text{
	background-color: #fff;
	
}

.News_Events_right .newslist .box .text dl{
	
}
.News_Events_right .newslist .box .text dt{
	font-size: 24px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 		
}
.News_Events_right .newslist .box .text dd{
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 	
	padding-top: 14px;
}
.News_Events_right .newslist .box .time{
	width: 70px;
	height: 70px;
	background-color: #26346f;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;	
}

.News_Events_right .newslist .box p:first-child{
	font-size: 18px;
}
.News_Events_right .newslist .box p:last-child{
	font-size: 14px;
	margin-top: 6px;
}

.News_Events .nav_box01{
	height: 48px;
	display: flex;
	justify-content:space-between;
	align-items: center;
	margin-top: 72px;
}
.News_Events .nav_box01 strong{
	font-size: 48px;
}
.News_Events .nav_box01 a.more{
	height: 24px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	position: relative;
	line-height: 1;
	padding-left: 54px;	
}
.News_Events .nav_box01 a.more::after{
	content: '';
	height: 2px;
	background-color: #cf8888;
	width:40px;
	position: absolute;
	left: 0;
	top: 11px;
}

.website_research{
	height: 880px;
	background: url(../img/bannerbg01.jpg) center top no-repeat;
}
.website_research .research_nav{
	height: 174px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}

.website_research .research_nav strong{
	font-size: 48px;
	color: #fff;
}
.website_research .research_nav a.more{
	height: 24px;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	line-height: 1;
	padding-left: 54px;	
	right: 0;
	top: 75px;
}
.website_research .research_nav a.more::after{
	content: '';
	height: 2px;
	background-color: #85b1d4;
	width:40px;
	position: absolute;
	left: 0;
	top: 9px;
}
.swiperw{
	box-shadow: 0 0 25px 0 rgba(0,0,0,.13);
	width: 1400px;
	height: 540px;
	position: relative;
}
.website_research_swiper{
	height: 540px;
}
.swiperw .swiper-horizontal>.swiper-pagination-bullets,.swiperw .swiper-pagination-bullets.swiper-pagination-horizontal,.swiperw .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -54px;
}
.swiperw .swiper-pagination-bullet{
	background-color: #b5b5b5;
	width: 15px;
	height: 15px;
	opacity: 1;
	margin: 0 5px !important;
}

.swiperw .swiper-pagination-bullet-active{
	background-color: #03509d;

}
.swiperw  .swiper-button-next{
	width: 33px;
	height: 60px;
	background: url(../img/right_btn01.png) center center no-repeat;
	opacity: 1;
	right: -50px;
	top: 286px;
}
.swiperw  .swiper-button-prev{
	width: 33px;
	height: 60px;
	background: url(../img/left_btn01.png) center center no-repeat;	
	opacity: 1;
	top:286px ;
	left: -50px;
}
.swiperw  .swiper-button-next::after{
	display: none;
}
.swiperw  .swiper-button-prev::after{
	display: none;
}

.website_research_swiper .swiper-slide{
	height: 540px;
	position:relative;
}
.website_research_swiper .swiper-slide .pic{
	width: 794px;
	height: 540px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.website_research_swiper .swiper-slide .pic img{
	width: 794px;
	height: 540px;	
}

.website_research_swiper .swiper-slide .text{
	width: 710px;
	height: 540px;
	position: absolute;
	background: url(../img/picbox_bg.png) left top no-repeat;
	right: 0;
	top: 0;
	z-index: 9;
	box-sizing: border-box;
	padding-left: 120px;
	display: flex;
	align-items: center;
}
.website_research_swiper .swiper-slide .text dl{
	width: 552px;
}
.website_research_swiper .swiper-slide .text dt{
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	border-bottom: 1px solid #b3cae1;
	padding-bottom:36px;
}
.website_research_swiper .swiper-slide .text dd{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-top: 34px;
	padding-bottom: 32px;
}
.website_research_swiper .swiper-slide .text span{
	color: #26346f;
	font-size: 16px;
}

.position_container{
	height: 60px;
	position: absolute;
	background: url(../img/divbg01.png) top left no-repeat;
	right: 0;
	top: -60px;
	z-index: 99999;
	padding: 21px 10px 0 70px;
	font-size: 16px;
	box-sizing: border-box;
}
.position_container span{
	padding-left: 26px;
	background: url(../img/home.png) left 1px no-repeat;
	font-size: 16px;
	padding-top: 2px;

}
.position_container a{
	margin: 0 5px;
	font-size: 16px;

}
.website_list_nav{
	font-size: 42px;
	border-bottom: 1px solid #0054a5;
	padding: 50px 0 30px;
}


.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: 980px;
	display: flex;
}
.website_boxlist .box .text dl{
	width: 980px;
}
.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: 420px;
	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;
	margin-top: 40px;
	margin-bottom: 60px;
	padding-bottom: 60px;
}
.website_doc_main h1{
	padding: 50px 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;
}

footer{
	height: 200px;
	background-color: #03509d;
	text-align: center;

	box-sizing: border-box;
	padding-top: 44px;
}
.footer_text p{
	font-size: 20px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}

/* 屏幕小于1600px时应用的样式 */
@media screen and (max-width: 1900px) {
	.website_navigation .box{
		width: 100%;
		height: 110px;
	}
	.website_navigation .box img{
		margin-left: 30px;
		height: 65px;
	}	
	.website_navigation .box ul li{
		color: #fff;
		font-size: 16px;
		margin: 0 14px;
	}	
	.website_navigation .box .chinalink{
		margin-right: 30px;
		padding-left: 32px;
	}
	
}


/* 屏幕小于1600px时应用的样式 */
@media screen and (max-width: 1599px) {
	.website_navigation .box{
		width: 100%;
		height: 100px;
	}
	.website_navigation .box img{
		margin-left: 30px;
		height: 60px;
	}	
	.website_navigation .box ul li{
		color: #fff;
		font-size: 16px;
		margin: 0 14px;
	}	
	.website_navigation .box .chinalink{
		margin-right: 30px;
		padding-left: 32px;
	}
	
}

/* 屏幕小于1440px时应用的样式 */
@media screen and (max-width: 1439px) {
	body{
		min-width: 100%;
		margin: 0 auto;
	}	
	
	.website_navigation .box{
		width: 100%;
		height: 80px;
	}
	.website_navigation .box img{
		margin-left: 20px;
		height: 50px;
	}	
	.website_navigation .box ul li{
		color: #fff;
		font-size: 14px;
		margin: 0 10px;
		font-weight: 100;
	}	
	.website_navigation .box ul li a{
		font-weight: 100;
	}	
	.website_navigation .box .chinalink{
		margin-right: 20px;
		padding-left: 32px;
	}
}

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