*{margin: 0;padding: 0;list-style: none;}
.container{
	width: 1200px;
	margin: 0 auto;
}
.header{
	height: 80px;
	line-height: 80px;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
.nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.nav-ul{
	z-index: 99;
}
.nav-ul li{
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	float: left;
}
.nav-ul li a{
	display: inline-block;
	padding: 0 25px;
	text-decoration: none;
	color: #000;
}
.nav-ul .selected{
	background-color: #3595CC;
}
.nav-ul .selected a {
	color: #FFFFFF;
}

.nav-ul li a:hover{
	background-color: #3595CC;
	color: #fff;
}
.icon-search{
	margin-left: 30px;
	cursor: pointer;
}
.icon-close{
	margin-left: 30px;
	cursor: pointer;
	display: none;
}
.search-box{
	position: absolute;
	right: 0;
	width: 300px;
	height: 60px;
	line-height: 60px;
	background-color: #FFFFFF;
	padding: 0 40px;
	z-index: 2;
}
.search-key{
	height: 30px;
	line-height: 30px;
	width: 238px;
	padding: 0 10px;
	outline: 0;
	border: 1px solid #999;
	margin-top: 14px;
	float: left;
}
.submit{
	height: 32px;
	line-height: 32px;
	outline: 0;
	width: 40px;
	text-align: center;
	background-color: #999;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 14px;
	border: 0;
	float: left;
}
.jdicon{
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid #eee;
	cursor: pointer;
}
.section1{
	padding: 80px 0;
}
.title{
	text-align: center;
	margin-bottom: 60px;
}
.title h3{
	color: #002c53;
	font-size: 30px;
	font-weight: bold;
}
.title p{
	color: #002C53;
	font-weight: 300;
	font-size: 16px;
	padding: 6px 0;
}
.line{
	background-color: #3595CC;
	width: 80px;
	height: 3px;
	margin: 0 auto;
}
.content{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.content li{
	width: 25%;
}
.content li:hover h3,.content li:hover p{
	color: #3595CC;
}
.content li h3{
	font-size: 20px;
	padding: 20px 0;
	color: #002C53;
	font-weight: normal;
}
.content li p{
	padding: 0 40px;
	color: #555;
	font-size: 18px;
	line-height: 25px;
}
.section2{
	display: flex;
	height: 600px;
}
.title-2{
	background-color: #3595CC;
	width: 50%;
	color: #FFFFFF;
}
.title-2 h3 {
	font-weight: bold;
	font-size: 30px;
	line-height: 25px;
	margin-left: 10%;
	margin-top: 100px;
}
.title-2 p{
	margin: 10px 0 20px 0;
	margin-left: 10%;
}
.section2 .des {
	font-size: 18px;
	line-height: 25px;
	margin-left: 10%;
	margin-right: 40px;
}
.section2 .des h4 {
	margin-top: 20px;
	font-weight:300;
}
.section2-img {
	background: url(../img/ab_bg.jpg) no-repeat center center;
	background-size: contain;
	background-position: center center;
	width: 50%;
	height: 100%;
}
.section3{
	padding: 80px 0;
	background-color: #f5f5f5;
}
.section3 .content li{
	width: 24%;
	background-color: #FFFFFF;
	display: inline-table;
	padding: 20px 0;
}
.section3 .content li:hover{
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	transform: translate3d(0,-2px,0);
	transition: all .2s linear;
}
.section3 .content li a img{
	width: 80%;
}
.section3 .content li p{
	font-size: 14px;
	color: #002C53;
	padding: 20px 0 10px 0;
}
.section4{
	padding: 60px 0 80px 0;
	display: flex;
	justify-content: space-between;
}
.section4 a{
	text-decoration: none;
}
.news{
	width: 700px;
}
.title-4{
	margin-bottom: 20px;
}
.title-4 h3{
	color: #002C53;
	font-weight: normal;
	font-size:30px
}
.title-4 p{
	color: #002C53;
	font-weight: 300;
	line-height: 40px;
}
.title-4 p a{
	text-decoration: none;
	color: #666;
	font-size: 18px;
	float: right;
}
.section4 a:hover{
	color: #3595CC;
}
.new-1{
	display: flex;
	justify-content: space-between;
}
.new-1 img{
	width: 234px;
	height: 135px;
	margin-right: 20px;
}
.link{
	font-size: 16px;
	color: #002C53;
	height: 26px;
	overflow: hidden;
}
.img-right p{
	margin: 10px 0;
	font-size: 14px;
	line-height: 25px;
}
.more{
	display: block;
	width: 68px;
	height: 26px;
	line-height: 26px;
	background-color: #002C53;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #002C53;
}
.news .more:hover{
	background-color: #FFFFFF;
	color: #002C53;
}
.new-list{
	margin-top: 10px;
	font-size:18px;
}
.new-list a{
	color: #333;
}
.new-list li{
	padding: 9px 0;
	border-top: 1px solid #ddd;
}
.new-list li:first-child{
	border-top: 0;
}
.new-list li span{
	float: right;
}
.question{
	width: 430px;
}
.question ul li{
	height: 45px;
	line-height: 45px;
	background-color: #f3f3f3;
	padding: 0 20px;
	border-top: 1px solid #FFFFFF;
}
.question ul li:hover{
	background-color: #3595CC;
}
.question ul li:hover a{
	color: #FFFFFF;
}
.question ul li a{
	color: #333;
}
.footer{
	padding-top: 50px;
	background: url(../img/footer_bg.jpg) no-repeat center center;
	background-size: cover;
	font-size: 12px;
	color: #FFFFFF;
}
.footer-list{
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.footer-left li{
	margin-right: 50px;
	display: inline-table;
}
.footer-left h3{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}
.footer-left a{
	text-decoration: none;
	color: #fff;
	display: block;
	margin-bottom: 5px;
	line-height: 25px;
}
.footer-left a:hover{
	color: #3595CC;
}
.copyright{
	text-align: center;
	padding: 10px 0;
}
.copyright a{
	color: #333;
	text-decoration: none;
}
.yuli-title {
	font-size: 30px;
	font-family: 'Microsoft YaHei';
	color: #057abd;
	font-weight:bold
}
