*{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
p{
	font-family: "宋体";
}
h1,h2,h3,h6{
	font-family: "黑体";
}
.center{
	width: 1250px;
	margin: 0 auto;
}
.header{
	display: flex;
	justify-content: space-between;
}
.header>ul{
	display: flex;
}

.nav_head>li{
	margin: 30px 20px;
	height: 40px;
	line-height: 40px;
}
.nav_head>li a{
	color: #7C8393;
	transition: all .4s;
	font-family: "宋体";
}
.nav_head>li a:hover{
	color: #5dae17;
	transition: all .4s;
	font-weight: 600;
	font-size: 18px;
}
.head_rig>li{
	margin: 25px 0;
}
.nav{
	background: #5DAE17;
}
.nav ul{
	display: flex;
	justify-content: space-between;
	
}
.nav li{
	padding-top: 10px;
}
.nav li a{
	
}
.main{
	display: flex;
	justify-content: space-between;
}
.main>li{
	margin: 20px;
	text-align: center;
	width: 300px;
}
.main>li>p{
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	color: #7c8393;
}
.main>li>img{
	margin: 20px 0;
}
.main>li>h2{
	margin: 20px 0;
	font-size: 23px;
}
.main>li>div{
	width: 100%;
	height: 20px;
}
.cont,.hy,.kc,.zs{
	margin-top: 100px;
}
.cont h1,.hy h1,.kc>h1,.zs>h1{
	font-size: 48px;
	margin: 20px 0;
	text-align: center;
	color: #373839;
}
.cont h3,.hy h3,.kc>h3,.zs>h3{
	font-size: 20px;
	color: #8c9091;
	text-align: center;
	margin-bottom: 50px;
}
.cont p{
	margin: 20px 40px;
	text-indent: 2em;
	color: #7c8393;
}
.kc>ul{
	display: flex;
	justify-content: space-around;
}
.kc>ul>li{
	width: 350px;
	text-align: center;
}
.kc>ul>li p{
	color: #7c8393;
	margin: 15px 0;
}
.kc>ul>li a{
	width: 150px;
	height: 30px;
	line-height: 30px;
	margin: 20px auto;
	display: block;
}
.kc_tit{
	padding: 20px;
	color: #fff;
}
.kc_tit h3{
	font-size: 28px;
}
.kc_tit h6{
	font-size: 16px;
}
.kc>ul>li:first-child{
	border: 1px solid #7c8393;
}
.kc>ul>li:first-child>.kc_tit{
	background: #7C8393;
}
.kc>ul>li:first-child>a{
	color: #7C8393;
	border: 1px solid #7C8393;
	transition: all .4s;
}
.kc>ul>li:first-child>a:hover{
	background: #7C8393;
	color: #fff;
	transition: all .4s;
}
.kc>ul>li:nth-child(2){
	border: 1px solid #49a0f5;
}
.kc>ul>li:nth-child(2)>.kc_tit{
	background: #49a0f5;
}
.kc>ul>li:nth-child(2)>a{
	color: #49a0f5;
	border: 1px solid #49a0f5;
	transition: all .4s;
}
.kc>ul>li:nth-child(2)>a:hover{
	background: #49a0f5;
	color: #fff;
	transition: all .4s;
}
.kc>ul>li:last-child{
	border: 1px solid #38ba72;
}
.kc>ul>li:last-child>.kc_tit{
	background: #38ba72;
}
.kc>ul>li:last-child>a{
	color: #38ba72;
	border: 1px solid #38ba72;
	transition: all .4s;
}
.kc>ul>li:last-child>a:hover{
	background: #38ba72;
	color: #fff;
	transition: all .4s;
}
.zs{
}
.zs_img img{
	float: left;
	margin: 5px;
}
.footer{
	text-align: center;
	clear: both;
	background: #d6d6d6;
	padding: 20px;
}
.footer ul li{
	display: inline-block;
	margin: 10px;
}
.footer ul li a{
	color: #7C8393;
}
.footer p{
	margin: 10px;
	color: #7C8393;
}
