*{
	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/banner_bg.jpg) no-repeat;
	padding-top: 46px;
	margin-bottom: 32px;
}
.title{
	width: 690px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 45px;
}
.nav{
	width: 680px;
	margin:0 auto;
	position: relative;
}
.nav ul li{
	width: 210px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	float: left;
	cursor: pointer;
	position: relative;
}
.xxd{
	background: #3BB278;
}
.xxz{
	background: #35A4CE;
	margin: 0 20px;
}
.xxg{
	background: #D2675E;
}
.nav ul li.in{
	width: 210px;
	height: 58px;
	padding-left: 20px;
	margin-top: -10px;
	line-height: 58px;
}
.nav ul li.in img{
	position: absolute;
	left: 10px;
	top:5px;
}
.center{
	width: 1440px;
	margin: 0 auto;
}
h4{
	font-family: PingFangSC-Semibold;
	font-size: 24px;
	color: #454545;
	letter-spacing: 0.32px;
	padding-left: 80px;
	margin-bottom: 20px;
}
.skList ul li{
	width: 362px;
	height: 252px;
	border: 1px solid #3BB278;
	border-radius: 20px;
	float: left;
	margin-left: 80px;
	margin-bottom: 40px;
	cursor: pointer;
}
.skList ul li p{
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #3BB278;
	letter-spacing: 0.32px;
	text-align: center;
	line-height: 40px;
	height: 40px;
}
.skList ul li:hover p{
	background: #3BB278;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	color: #fff;
}
.skPic{
	width: 362px;
	height: 210px;
}
.skPic img{
	width: 360px;
	height: 210px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.wkklList {
	height: 200px;
	margin-bottom: 20px;
}
.wkklList ul li{
	border: 1px solid #3BB278;
	width: 602px;
	height: 192px;
	border-radius: 10px;
	float: left;
	margin-left: 80px;
	font-family: PingFangSC-Semibold;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0.32px;
	overflow-y: auto;
}
.wkklList ul li .img{
	width: 74px;
	height: 89px;
	background: url(../img/icon_font_bg.png) no-repeat;
	text-align: center;
	line-height: 75px;
	float: left;
	margin-left: 20px;
}
.wkklList ul li.mar{
	margin-left: 40px;
}
.wkklList ul li a{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #454545;
	letter-spacing: 0.21px;
	line-height: 34px;
}
.textList{
	width: 400px;
	height: 190px;
	float: right;
	overflow-y: auto;
}
.textList a{
	margin: 10px 0;
	display: block;
}
.foot{
	width: 100%;
	height: 100px;
	background: #F3F8E4;
	padding-top: 32px;
}
.foot p{
	font-size: 16px;
	color: #454545;
	letter-spacing: 0.29px;
	text-align: center;
}
.cenxxz .skList ul li{
	border: 1px solid #35A4CE;
}
.cenxxz .wkklList ul li{
	border: 1px solid #35A4CE;
}
.cenxxz .wkklList ul li .img{
	background: url(../img/icon_font_bg1.png) no-repeat;
}
.cenxxz .skList ul li p{
	color: #35A4CE;
}
.cenxxz .skList ul li:hover p{
	background: #35A4CE;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	color: #fff;
}
.cenxxg .skList ul li{
	border: 1px solid #D2675E;
}
.cenxxg .wkklList ul li{
	border: 1px solid #D2675E;
}
.cenxxg .wkklList ul li .img{
	background: url(../img/icon_font_bg1.png) no-repeat;
}
.cenxxg .skList ul li p{
	color: #D2675E;
}
.cenxxg .skList ul li:hover p{
	background: #D2675E;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	color: #fff;
}
.cenxxg .wkklList ul li .img{
	background: url(../img/icon_font_bg2.png) no-repeat;
}