*{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-family: "PingFangSC-Semibold;";
}
a{
	cursor: pointer;
	text-decoration: none;
}
.clear{
	clear: both;
}
.none{
	display: none;
}
.box{
	width: 1440px;
	margin: 0 auto;
}
.top{
	width: 100%;
	height: 199px;
	background: url(../img/xw_banner_bg.jpg) no-repeat;
	padding-top: 46px;
}
.title{
	width: 690px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 45px;
}
.nav{
	width: 1200px;
	height: 48px;
	margin: 0 auto;
}
.hr{
	height: 2px;
	background: #EFAE62;
	margin-bottom: 20px;
}
.nav ul li{
	width: 190px;
	height: 48px;
	float: left;
	background: #298EB6 ;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	position: relative;
	line-height: 48px;
	text-align: right;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;
}
.pic1{
	width: 63px;
	height: 41px;
	position: absolute;
	left: 15px;
	top:0;
}
.nav1{
	padding-right: 30px;
}
.nav2{
	padding-right: 50px;
}
.nav3{
	padding-right: 20px;
}
.nav ul li.in{
	background: #EFAE62 ;
	height: 58px;
	line-height: 58px;
	margin-top: -10px;
}
.nav ul li.in .pic1{
	top: 5px;
}
.center{
	margin-top: 30px;
}
h4{
	width: 1280px;
	margin: 0 auto;
	font-family: PingFangSC-Semibold;
	font-size: 24px;
	color: #454545;
	letter-spacing: 0.32px;
	margin-bottom: 20px;
}
.cjsk{
	width: 360px;
	height: 250px;
	border: 2px solid #298EB6;
	margin-left: 80px;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 20px;
}
.cjsk:hover p{
	background: #298EB6;
	color: #fff;
}
.pic{
	width: 360px;
	height: 210px;
}
.pic img{
	width: 356px;
	height: 210px;
}
.cjsk p{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #298EB6;
	width: 100%;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
h5{
	ont-family: PingFangSC-Semibold;
	font-size: 24px;
	color: #454545;
	letter-spacing: 0.32px;
	width: 1280px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.zyList{
	width: 1380px;
	margin: 0 auto;
}
.zyList ul li{
	margin: 0 50px;
	float: left;
}
.zyList ul li .cjsk{
	margin-left: 0;
}
.foot{
	width: 100%;
	height: 100px;
	background: #F3F8E4;
	padding-top: 32px;
}
.foot p{
	font-size: 16px;
	color: #454545;
	letter-spacing: 0.29px;
	text-align: center;
}