@charset "utf-8";
/* CSS Document */
*{font-size:14px;font-family:"微软雅黑";color:#333;}
body,dl,dd,p{margin:0;}
a{text-decoration:none;transition:all 0.3s;}
img{display:block;}
input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
textaea{margin:0;padding:0;outline:none;}
h1,h2,h3{font-weight:normal;margin:0;}
ul{margin:0;padding:0;}
li{list-style:none;}
.clearfix{clear:both;}

/*header*/
.header{max-width:980px; margin:0 auto; overflow:hidden;}
.header .logo{ float:left;margin-top:2px;}
.header .right{float:right; line-height:50px;text-align:right;}
.header .right a{font-size:14px;transition:all 0.4s;}
.header .right a:hover{color:#289508;}

/*banner*/
.banner img{width:100%;}

.title{
	max-width:1000px;
	margin: auto;
	margin-top:60px;
	padding:1px 0 5px 0;
}
.title h1{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	color:#000200;
}

.dd{
    max-width:880px;
    margin: auto;
    padding:20px 60px;
}
.dd h1{
    font-size:26px;
	font-weight:bold;
    color:#289508;
}
.dd p{
    font-size:22px;
    line-height:46px;
    text-indent:2em;
    margin-top:10px;
}
.dd span{
    color:#289508;
	font-size:22px;
	font-weight:600;
}
.dd a{
	float:right;
	border-bottom:#289508 solid 1px;
	margin-top:10px;
}
.dd a:hover{
	color:#289508;
}


.jz{
	max-width:1000px;
	margin: auto;
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
}
.jz a{
	flex:0 0 22%;
	padding:0 1% 1% 1%;
	overflow:hidden;
}
.jz a img{
	width:100%;
}
.jz a p{
	font-size:12px;
	color:#888;
	background:#f2f2f2;
	padding:5px 0;
	transition:all .3s ease-in-out;
}
.jz a:hover p{
	color:#000;
}


.enterprise{
	max-width:1000px;
	margin: auto;
}
.enterprise h2{
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	margin-top:20px;
	margin-left:10px;
	border-bottom:#eee solid 1px;
	color:#289508;
}
.enterprise a{
	background:#000;
	width:100px;
	height:40px;
	display:block;
	float:left;
	margin:12.5px;
	border-radius:4px;
	overflow:hidden;
}
.enterprise img{
	transition:all 0.3s;
}
.enterprise a:hover img{
	opacity:0.85;
}


.zt{
    max-width:1000px;
    margin: auto;
    margin-top:20px;
}
.zt li{
    float:left;
    width:320px;
    height:80px;
    margin:6.5px;
}
.zt li img{
    width:100%;
    height:80px;
}


.footer a{
	transition:all 0.3s;
}
.footer a:hover{
	color:#289508;
}


@media(max-width:1000px){
	.jz a{flex:0 0 31%;}
	.enterprise a{margin:20px;background:none;}
	.enterprise h2{margin-left:0;text-align:center;}
	#hbpc{display:none;}
	.hb2{display:block;}
	.hbshow{display:block;}
}
