body{
	min-width: 1440px;
	margin: 0 auto;
}
.website_main{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

header{
	height: 260px;
	/* overflow: hidden; */
}
header .website_top{
	height: 180px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.website_navigation{
	height: 80px;
	background-color: #1a4f93;
	display: flex;
	align-items:center;
	position: relative;
	z-index: 100;

}
.website_navigation ul{
	display: flex;
	text-align: center;
	justify-content: center;	
}
.website_navigation ul li{
	margin: 0 42px;
	font-size: 18px;
	color: #fff;
	position: relative;
	line-height: 80px;
}
.website_navigation ul li dl{
	display: none;
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    background-color: #1a4f93;
    text-align: center;
    box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.3);
    width: 185px;
}
.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;
}
.website_navigation ul li a{
	color: #fff;
}
.website_navigation ul li:hover dl {
    display: block;
}
.website_navigation ul li.hover{
	border-bottom: #fff solid 6px;
}
.website_navigation ul li.hover a{
	color: #fff;
}
header .search{
	height: 36px;
	width: 265px;
	position: relative;
}
header .website_main .search .searchbox{
	width: 264px;
	height: 36px;
	box-sizing: border-box;
	border-bottom: 1px solid #1a4f93;
	overflow: hidden;

	display: flex;
	justify-content: space-between;
}
header .website_main .search .searchbox .text{
	background:none;
	border: 0;
	background-color: #fff;
	height: 38px;
	display: flex;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	line-height: 1;
	width: 288px;
	color: #1a4f93;
	font-size: 18px;
}
header .website_main .search .searchbox .btn{
	background:none;
	border: 0;	
	width: 36px;
	height: 36px;
	background: url(../img/search_btn.png) center center no-repeat;
	cursor: pointer;
}
header .website_main .search a{
	position: absolute;
	font-size: 18px;
	color: #1a4f93;
	padding-left: 30px;
	background: url(../img/chinese_icon_bg.png) left center no-repeat;
	display: flex;
	align-items: center;
	height: 36px;
	left: -180px;
	top:4px;
}
header .website_main .search .searchbox .text::placeholder {
        color: #1a4f93;
    }
	
.big_tab_pic{
    width: 1400px;
    height: 560px;
    margin-top: 35px;
    overflow: hidden;
}
.big_tab_pic .swiper-slide img{
	width: 1400px;
	height: 560px;
}
.big_tab_pic .swiper-pagination-bullet{
	height: 10px;
	width: 10px;
	background: #fff;
	opacity: 1;
}
.big_tab_pic .swiper-pagination-bullet-active{
	background: #1a4f93;
}

.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_events{
	display: flex;
	justify-content: space-between;
	margin-top:52px;
}
.news_events .box{
	width: 680px;
}
.news_list_box ul{
	display: flex;
	width: 680px;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 35px;
}
.news_list_box ul li{
	width: 320px;
	margin-bottom: 24px;
}
.news_list_box ul li img{
	width: 320px;
	height: 208px;
}
.news_list_box ul li p{
	font-size: 18px;
	line-height: 32px;
	padding: 24px 0;
}

.dllist{
	margin-top:11px;
	overflow: hidden;
}
.dllist .dllistbox{
	height: 140px;
	width: 680px;
	background-color: #f4f4f4;
	border-radius: 5px;
	margin-top: 24px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 25px;
	justify-content: space-between;
}
.dllist .dllistbox .time{
	width: 75px;
	height: 75px;
	background-color: #1a4f93;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.dllist .dllistbox .time p:first-child{
	font-size: 24px;
}
.dllist .dllistbox .time p:last-child{
	font-size: 14px;
	margin-top: 3px;
}
.dllist .dllistbox .text{
	width: 536px;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
}
.mission{
	height: 363px;
	background: url(../img/mission_bg.jpg) center top no-repeat;
	overflow: hidden;
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content:center;
	text-align: center;
}
.mission p:first-child{
	font-size: 60px;
	font-weight: bold;
}
.mission p:nth-child(2){
	font-size: 25px;
	line-height: 36px;
	width: 840px;
	margin-top: 24px;
}
.mission a.more{
	width: 174px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: #0066cc;
	margin-top: 34px;

}
.facts_figures{
	
}
.facts_figures_list{
	display: flex;
	flex-wrap: wrap;
}
.facts_figures .box{
	width: 466px;
	height: 224px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;

}

.facts_figures .box div{
	width: 466px;
	height:224px;
	display: flex;
	position: relative;


}

.facts_figures .box div{
	width: 466px;
	height: 224px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;

}
.facts_figures .box div span p:first-child{
	color: #1a4f93;
	font-size: 48px;
	font-weight: bold;
}
.facts_figures .box div span p:last-child{
	font-size: 18px;
	line-height: 24px;
	padding: 0 30px;
	padding-top: 12px;
}




.facts_figures .box::after{
	content: "";
	width: 124px;
	height: 1px;
	background-color: #b2b2b2;
	position: absolute;
	left: 171px;
	bottom: 0;	
}




.facts_figures .box::before{
	content: "";
	width: 1px;
	height: 74px;
	background-color: #b2b2b2;
	position: absolute;
	right: 0;
	top: 75px;
}
.facts_figures .no_right::before{
	display: none;
}
.facts_figures .no_bottom::after{
	display: none;
}

.facts_figures_nav{
	display: flex;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	justify-content: center;
	padding:72px 0 12px 0;
}

footer{
	background-color: #f8f8f8;
	border-top: 4px solid #1a4f93;
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
}
footer .website_main{
	display: flex;
	justify-content: space-between;
}
footer .website_main .footer_left{
	width: 600px;
}
footer .website_main .footer_left .links strong{
	font-size: 24px;
	font-weight: bold;
}
footer .website_main .footer_left .links ul{
	padding-top: 12px;
}
footer .website_main .footer_left .links ul li{
	font-size: 14px;
	line-height: 24px;
}



footer .website_main .footer_right{
	width: 720px;
	display: flex;
	justify-content: space-between;	
}
footer .website_main .footer_right .footer_text{
	width: 480px;
}
footer .website_main .footer_right .footer_text .footer_adds{
	padding-top: 18px;
	border-top:1px  solid #adb1b7;
	margin-top: 26px;
}
footer .website_main .footer_right .footer_text .footer_adds p{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}


footer .website_main .footer_right .code{
	width: 120px;
	padding-top: 20px;
}
footer .website_main .footer_right .code img{
	width: 120px;
}
footer .website_main .footer_right .code p{
	text-align: center;
	color: #1a4f93;
	padding-top: 14px;
}



.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: 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;
}

.listbox{
	
}
.listbox .list_nav{
	height: 48px;
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 40px;
}
.listbox .list_nav::after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #b2b2b2;
	top: 24px;
	z-index: 1;
}

.listbox .list_nav::before{
	content: "";
	position: absolute;
	left: 0;
	width: 10px;
	height: 34px;
	background-color: #1a4f93;
	top: 7px;
	z-index: 2;
}

.listbox .list_nav strong{
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 30px;
	display: flex;
	background-color: #fff;
	height: 48px;
	align-items: center;
	line-height: 1;
	font-size: 40px;
	font-weight: bold;
	z-index: 9;
	color: #1a4f93;
}

.listbox .doclist{
	
}
.listbox .doclist .box{
	height: 200px;
	display: flex;
	justify-content: space-between;
	background-color: #f4f4f4;
	margin-top: 50px;
}
.listbox .doclist .box img{
	width: 320px;
	height: 200px;
}
.listbox .doclist .text{
	width: 1020px;
	height:200px;
	margin-right: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.listbox .doclist .text .time{
	width: 128px;
	height: 128px;
	background-color: #1a4f93;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;	
}

.listbox .doclist .text p:first-child{
	font-size: 36px;
}
.listbox .doclist .text p:last-child{
	font-size: 24px;
	margin-top: 8px;
}
.listbox .doclist .text dl{
	width: 860px;
}
.listbox .doclist .text dl dt{
	color: #333;
	font-size: 20px;
	line-height: 1.6;
	padding-bottom: 14px;
}

.listbox .doclist .text dl dd{
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	padding-top: 16px;
	border-top: 1px solid #d9d9d9;
}

.columnpager{
	height: 36px;
	padding: 60px 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: #019add;
	color: #fff;
}
.columnpager ul li.row a{
	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;	
}