body,html,header,footer{
	min-width: 1440px;
	margin: 0 auto;
}
.website_main{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
header{
	
}
header .website_banner{
	background-color: #005fb7;
	height: 150px;
}
header .website_banner .website_main{
	display: flex;
	justify-content: space-between;
}
header .website_banner .website_main .logo{
	height: 150px;
	display: flex;
	align-items: center;
}

header .website_banner .website_main .searchbox{
	width: 300px;
	height: 35px;
	box-sizing: border-box;
	border: 0;
	overflow: hidden;
	border-radius: 16px;
	display: flex;
	justify-content: space-between;
	margin-top: 76px;
	background-color: #fff;
	
}
header .website_banner .website_main .searchbox .text{
	background:none;
	border: 0;
	background-color: #fff;
	height: 35px;
	display: flex;
	box-sizing: border-box;
	padding-left: 14px;
	display: flex;
	align-items: center;
	line-height: 1;
	width: 250px;
	position: relative;
}
header .website_banner .website_main .searchbox .btn{
	background:none;
	border: 0;	
	width: 50px;
	height: 35px;
	background: url(../img/website_search_btn.png) center center no-repeat #fff;
	cursor: pointer;
}

header .toplink{
	color: #4d8fcd;
	font-size: 16px;
	position: absolute;
	right:0;
	top: 44px;
	line-height: 1;
}
header .toplink a{
	color: #fff;
}
header .website_navigation{
	height: 75px;
	background-color: #05509d;
	position: relative;
	z-index: 100;
}
header .website_navigation ul{
	display: flex;
	justify-content: space-between;
}
header .website_navigation ul li{
	height: 75px;
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 0 10px;
	line-height: 1;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	justify-content: center;
	/*overflow: hidden;*/
	
}
header .website_navigation ul li dl{
	display: none;
    position: absolute;
    z-index: 999;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.3);
    width: 185px;
}
header .website_navigation ul li dl dd a{
	text-align: center;
    display: block;
    height: auto;
    position: relative;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    padding: 10px 5px;
}
header .website_navigation ul li:hover dl{
	display: block;
}
header .website_navigation ul li::after{
	content: "";
	width: 0%;
	height: 4px;
	background-color:#3fe7ff;
	position: absolute;
	left:50%;
	bottom: 0;
	transition: all 0.3s linear;	
}
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: 50%;
	height: 4px;
	background-color:#3fe7ff;
	position: absolute;
	left:50%;
	bottom: 0;

}
header .website_navigation ul li:hover::before{
	content: "";
	width: 50%;
	height: 4px;
	background-color:#3fe7ff;
	position: absolute;
	right: 50%;
	bottom: 0;

}
header .website_navigation ul li a{
	color: #fff;
}

.big_swiper{
	width: 1400px;
	height:600px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	margin-top: 40px;
}
.big_swiper .swiper-slide img{
	width: 1400px;
	height:600px;
}
.big_swiper .swiper-pagination-bullet{
	width: 30px;
	height: 5px;
	background-color: #005fb7;
	border-radius: 0;
	opacity: 1;
}
.big_swiper .swiper-pagination-bullet-active{
	background-color: #3fe7ff;
}

.website_nav{
	font-size: 48px;
	text-align: center;
	line-height: 1;
	overflow: hidden;
}

.news_nav{
	padding: 68px 0;
}

.newslist_swiper{
	
}
.newslist_swiper  .swiper-slide{
	width: 436px;
	height: 540px;
	position: relative;
}
.newslist_swiper  .swiper-slide img{
	width: 436px;
	height: 335px;
}
.newslist_swiper  .swiper-slide p{
	width: 350px;
	height: 140px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: left;
	text-align: left;
	line-height: 32px;
	font-size: 20px;
	box-sizing: border-box;
	padding: 0 36px;
	position: absolute;
	left: 43px;
	top: 258px;
	cursor: pointer;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.13);
}
.newslist_swiper .swiper-slide em{
	display: flex;
	position: absolute;
	width: 100%;
	justify-content: center;
	text-align: center;
	color: #666666;
	font-size: 18px;
	left: 0;
	top: 420px;
	font-style: italic;
}

.newslist_swiper .swiper-slide a.more{
	width: 170px;
	height: 55px;
	border-radius: 27.5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	color: #05509d;
	border: 2px solid #05509d;
	position: absolute;
	left: 50%;
	margin-left: -85px;
	bottom: 0;
}
.newslist_swiper .swiper-slide a.more:hover{
	background-color: #05509d;
	color: #fff;
}

.research_nav{
	padding: 64px 0;
}
.swiper_research{
	width: 100%;
	height: 605px;
}
.swiper_research .swiper-slide{
	width: 1400px;
	height: 605px;
	opacity: 0.5;
	position:relative
}
.swiper_research  .swiper-slide-active{
	opacity: 1;
}
.swiper_research .swiper-slide .text{
	width: 520px;
	height: 464px;
	position: absolute;
	bottom: 0;
	right: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 50px;
	
}
.swiper_research .swiper-slide .text::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #005fb7;
	opacity: .9;
	z-index: 1;
	left: 0;
	bottom: 0;
}
.swiper_research .swiper-slide .text dl{
	z-index: 99999;
	text-align: left;
}
.swiper_research .swiper-slide .text dl dt{
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	border-bottom: 1px solid #69a9e7;
	padding-bottom: 20px;
}
.swiper_research .swiper-slide .text dl dd{
	color: #69a9e7;
	font-size: 18px;
	line-height: 30px;
	padding-top: 16px;
}
.swiper_research .swiper-slide .text dl a.more{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 160px;
	height: 45px;
	box-sizing: border-box;
	border: 2px solid #fff;
	font-size: 18px;
	color: #fff;
	margin-top: 40px;
}
.aboutbox{
	padding-bottom: 74px;
}
.about_nav{
	padding: 64px 0;	
}
.aboutbox .about{
	display: flex;
	justify-content: space-between;
}
.about_left{
	width: 700px;
}
.about_right{
	width: 620px;
	height: 510px;
	position: relative;
}
.about_right::after{
	content: "";
	width: 588px;
	height: 480px;
	background-color: #005fb7;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.about_right img{
	width: 588px;
	height: 480px;
	position: absolute;
	z-index: 22;
}
.aboutus_des{
	width:700px;
	font-size: 18px;
	line-height: 2;
	color: #666666;
	padding-bottom: 42px;
	position: relative;
}
.aboutus_des::after{
	content: "";
	background-color: #b2cfe9;
	height: 1px;
	width: 700px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.aboutus_data{
	width: 560px;
	position: relative;
	margin-top: 24px;
}
.aboutus_data::after{
	content: "";
	width: 1px;
	height: 210px;
	background-color:#b2cfe9;
	position: absolute;
	left: 280px;
	top: 30px;
}

.aboutus_data ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aboutus_data ul li{
	width: 280px;
	height: 130px;
	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: 48px;
	font-weight: bold;
	color: #05509d;
}
.aboutus_data ul li p.des{
	font-size: 16px;
	padding-top: 10px;
	color: #333;
}


.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;
}
.list_title .dw_container{
	height: 36px;
	display: flex;
	align-items: center;
}
.list_title  .line{
	position: absolute;
	height: 1px;
	background-color: #e4e4e4;
	top:30px;
}
.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;	
}

.columnlist{
	
}
.columnlist .columnlist_box{
	height: 300px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	margin-top: 44px;
	padding: 0 60px;
	cursor: pointer;
}
.columnlist .columnlist_box h1{
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 38px;
}

.columnlist .columnlist_box  span{
	color: #999999;
	font-size: 16px;
	display:flex;
	padding-top: 16px;
}
.columnlist .columnlist_box a.more{
	width: 180px;
	height: 40px;
	box-sizing: border-box;
	border: solid 1px #03509d;
	display: flex;
	align-items:center;
	padding: 0 60px 0 20px;
	font-size: 16px;
	line-height: 1;
	color: #03509d;
	background: url(../img/icon03.png) 130px center  no-repeat;
	border-radius: 4px;
	margin-top: 24px;
}
.columnlist .columnlist_box:hover{
	background-color: #f8f8f8;
}

.columnlist .columnlist_box:hover a.more{
	background: url(../img/icon02.png) 130px center  no-repeat #03509d;	
	color: #fff;
}


.columnlist .columnlist_box  p{
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 限制行数为2 */	
	line-height: 30px;
	padding-top: 18px;
}
.columnpager{
	height: 36px;
	padding: 80px 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;
}
.columnpager ul li a{
	font-size: 16px;
}
.columnpager ul li.first{
	
}
.columnpager ul li.last{
	
}
.columnpager ul li.row{
	background-color: #286dc0;
	color: #fff;
}
.columnpager ul li.row a{
	color: #fff;
}




.website_doc_main{
	width: 1400px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 60px;
	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: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{
	background-color: #05509d;
	border-top: 4px solid #3fe7ff;
	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;

}