*{
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft Yahei";
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

a{
	color: #fff;
	text-decoration: none;
}
header{
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
}
section{
	width: 100%;
	min-width: 1200px;
}
header>div,section>div,footer>div{
	width: 1200px;
	margin: 0px auto;
}
header>div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	height: inherit;
	height: 120px;
}
header>div>div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 14px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	color: #fff;
	height: 120px;
}
header>div>img{
	width: 300px;
}
.header_btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_btn a{
	color: #666;
	margin-right:20px;
	line-height: 40px;
}
.header_btn form{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
    border-bottom: 1px solid #666;
	height: 30px;
	padding: 0px 10px;
	margin: 20px 0px;

}
.header_btn form input:nth-child(1){
	background-color: rgba(0,0,0,.0);
	color: #666;
	display: flex;
	align-items: center;
	border:none;
	box-shadow: none;
	outline: 0px;
	width: 200px;
	cursor: context-menu;

}
.header_btn form input:nth-child(2){
	border:none;
	outline: 0px;
	background-color: rgba(0,0,0,0);
	height: 25px;
	width: 25px;
	background-image: url(../images/search_btn.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.jump_btn{
	position: relative;
}
.jump_btn:before{
	content: "-";
	position: absolute;
	color: #666;
	top: 0px;
	left: -10px;
}	
.nav_head {
	margin-bottom: 10px;
	width: 750px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.nav_head li {
	padding:0px 25px;
	list-style:none;
	display: -webkit-box;
	display: -ms-flexbox;
	/*display: flex;*/
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	border-left: 1px solid #ccc;
}
.nav_head li:before{
	content: "+";
	color: #fff;
	position: absolute;
	font-size: 14px;
	top: -18px;
	left: 23px;

}
.nav_head li:first-child{
	border-left-color: #fff;
}
.nav_head li:last-child{
	padding-right: 0px;
}
.nav_head  li a{
	color: #333;
	font-size: 14px;
	line-height: 16px;

}
.nav_head li:hover:before{
	color: #1a61ac;
}
.nav_head li:hover a,.jump_btn:hover{
	color: #1a61ac;
}
.jump_btn:hover:before{
	content: "+";
	color: #1a61ac;
}
#nav_active:before{
    color: #1a61ac;
}

#nav_active a{
    color: #1a61ac;
}

.banner{
	width: 100%;
	height: 565px;
	position: relative;
	overflow: hidden;
}
#mainSwiper{
	width: 1920px;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	overflow:hidden;
}
.banner .swiper_item{
	width: 1920px;
	height: 565px;
	background-size:cover;
}
.swiper-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mainBtn-prev{
	width: 90px;
	height: 90px;
	background-color: rgba(0,0,0,.4);
	background-image: url(../images/left.png);
	background-position: 27px center;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: absolute;
	z-index: 10;
	top: 220px;
	left: 260px;
}
.mainBtn-next{
	width: 90px;
	height: 90px;
	background-color: rgba(0,0,0,.4);
	background-image: url(../images/right.png);
	background-position: 36px center;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: absolute;
	z-index: 10;
	top: 220px;
	right: 260px;
}
.main-slide{
	position: relative;
}
.main-slide p{
	position: absolute;
	bottom: -41px;
	width: 1200px;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	left: 50%;
	color: #fff;
	padding: 30px;
	font-size: 22px;
	background-color: rgba(0,0,0,.5)
}
.main{
	padding-bottom: 40px;
}
.main>div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.row>div{
	width: 45%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 30px;
}

.column_title{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	line-height: 30px;
	font-size: 20px;
	text-transform: capitalize;
}
.en_title{
	color: #333;
}
.more{
	color: #1a61ac;
	text-decoration: none;
	font-size: 16px;
}
.more:hover{
	text-decoration: underline;
}
.column_content{
	margin-top: 15px;
	width: 100%
}
.column_content ul li{
	line-height: 26px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 0px;

}
.column_content ul li a{
	color: #666;
}
.column_content ul li p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #666;
}
.column_content ul li p img{
	margin-right: 8px;
}
.column_content ul li p span{
	margin-right: 25px;
}
footer{
	background-color: #1a61ac;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}
footer>div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
footer>div>img{
	width: 220px;
	height: 55px;
}
.nav_footer{
	color: #d1dfee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 40px;
	border-bottom: 1px solid #4881bd;
}
.nav_footer li{
	padding: 10px 25px;
	list-style:none;

}
.nav_footer li:last-child{
	padding-right: 0px;
}
.nav_footer li a{
	color: #d1dfee;
}
footer p{
	color: #d1dfee;
	text-align: right;
	line-height: 40px;
}