.center{
	width:100%;
	text-align: center;
	margin-top:70px;
}
.center>img{
	width:100%;
	height:auto;
}
.cen-top{
	width:1200px;
	margin: 0px auto;
}
.cen-top p{
	height:70px;
	padding-top:50px;
	font-size: 20px;
	line-height:30px;
	border-bottom: 1px solid #80C269;
}
.cen-mid{
	width:1200px;
	padding-top:15px;
	margin: 0px auto;
}
.cen-mid-div1{
	width:100%;
	height:360px;
	margin-bottom:20px;
}
.left1{
	float:left;
}
.right1-p1{
	width:450px;
	float:left;
	padding-left:20px;
}
.right1-p1 span:nth-of-type(1){
	line-height:70px;
	font-size: 18px;
}
.right1-p1 span{
	line-height:25px;
	font-size: 14px;
}
.right1-p2{
	width:450px;
	float:left;
	margin-top:50px;
	padding-left:20px;
}
.right1-p2 span:nth-of-type(1){
	line-height:70px;
	font-size: 18px;
}
.right1-p2 span{
	line-height:25px;
	font-size: 14px;
}
.cen-mid-div2{
	width:100%;
	height:360px;
}
.left2{
	margin-top:20px;
	float:right;
}
.right2{
	float:left;
	margin-top:120px;
}
.right2-p1 span:nth-of-type(1){
	line-height:70px;
	font-size: 18px;
}
.right2-p1 span{
	line-height:25px;
	font-size: 14px;
}
.center-fot{
	width:1200px;
	margin: 0px auto;
}
.center-fot-hed{
	height:65px;
    font-size:20px;
    border-bottom:1px solid #80C269;
    line-height:30px;
    margin-top:100px;
    margin-bottom:20px;
}
.center-fot-hed span{
	font-size: 20px;
	line-height:30px;
}
.center-fot-hed span i{
	height:2px;
	width:70px;
	margin-top:3px;
	display:inline-block;
	background: #80c269;
}
.center-fot-cen{
	width:1200px;
	margin: 0px auto;
}
.center-fot-cen ul{
    margin-top:20px;
}
.center-fot-cen li{
	width:393px;
	height:277.7px;
	float: left;
	margin-top:10px;
	margin-right:10px;
	overflow: hidden;
	position: relative;
}
.center-fot-cen li:nth-of-type(3n){
	margin-right:0px;
}
.center-fot-cen li img{
	width:auto;
	height:277.7px;
	margin-left:-20%;
	transition: 1s;
}
.center-fot-cen li:hover img{
	transform: scale(1.1);
	transition: 1s;
}
.first img{
	width:1000px!important;
}
.center-fot-cen li p{
	background: black;
	display:none;
	width:100%;
	height:100%;
	position: absolute;
	top: 0px;
	opacity: 0.5;
}
.hy-a>span{
	color:white;
	position: absolute;
	top: 80px;
	left:0px;
	width:80%;
	margin-left: 10%;
	text-align: center;
	display:none;
	height:100px;
	font-size: 18px;
}

.hy-a>span b{
	width:100%;
	display:inline-block;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
}
.hy-a>span i{
	display:inline-block;
	height:2px;
	text-align: center;
	width:80px;
	margin-top:10px;
	margin-bottom:5px;
	background: #80C269;
}
.hy-a>span span{
	display:inline-block;
	width:100px;
	height:30px;
	border: 0px solid;
	outline: none;
	cursor: pointer;
	position: relative;
	left:-0px;
	color:white;
	line-height:30px;
	text-align: center;
	margin-top:10px;
	margin-bottom:5px;
	background: #80C269;
}
.body-p{
	text-align: center;
	width:100%;
}
.ckgd{
    	display:inline-block;
    	width:600px;
    	height:50px;
    	margin: 80px auto;
    	color:#80c269;
    	text-align: center;
    	border: 1px solid #80c269;
    	line-height:50px;
    	transition:0.5s;
    }
    .ckgd:hover{
    	background: #80c269;
    	transition:0.5s;
    	border: 1px solid #ffffff;
    	color:white;
    }
    .ckgd:hover i{
    	border: 2px solid #ffffff;
    	color:white;
    }
    .ckgd span{
    	font-size:16px;
    }
    .ckgd i{
    	display:inline-block;
    	width:25px;
    	height:25px;
    	position: relative;
    	top:3px;
    	left:-20px;
    	line-height:20px;
    	font-style:normal;
    	font-size: 30px;
    	border: 2px solid #80c269;
    	border-radius:50%;
    }
.footer{
	bottom: -165px;
}
@media only screen and (min-width: 320px) and (max-width: 780px) {
	 .center{
	width:100%;
	margin-top:50px;
}
.center>img{
	width:100%;
	height:auto;
}
.cen-top{
	width:100%;
	margin: 0px auto;
}
.cen-top p{
	height:70px;
	padding-top:50px;
	font-size: 20px;
	line-height:30px;
	border-bottom: 1px solid #80C269;
}
.cen-mid{
	width:100%;
	padding-top:15px;
	margin: 0px auto;
}
.cen-mid-div1{
	width:100%;
	height:360px;
	margin-bottom:20px;
}
.left1{
	float:left;
}
.right1-p1{
	width:100%;
	float:left;
	padding-left:20px;
}
.right1-p1 span:nth-of-type(1){
	line-height:70px;
	font-size: 18px;
}
.right1-p1 span{
	line-height:25px;
	font-size: 14px;
}
.right1-p2{
	width:100%;
	float:left;
	margin-top:50px;
	padding-left:20px;
}
.right1-p2 span:nth-of-type(1){
	line-height:70px;
	font-size: 18px;
}
.right1-p2 span{
	line-height:25px;
	font-size: 14px;
}
.cen-mid-div2{
	width:100%;
	height:360px;
}
.left2{
	margin-top:20px;
	float:right;
}
.right2{
	float:left;
	margin-top:120px;
}
.right2-p1 span:nth-of-type(1){
	line-height:70px;
	font-size: 18px;
}
.right2-p1 span{
	line-height:25px;
	font-size: 14px;
}
.center-fot{
	width:100%;
	margin: 0px auto;
}
.center-fot-hed{
	height:65px;
	text-align: center;
    font-size:1rem;
    border-bottom:1px solid #80C269;
    line-height:2rem;
    margin-top:2rem;
    padding-bottom:1rem;
    margin-bottom:1rem;
}
.center-fot-hed span{
	font-size: 1rem;
	line-height:1rem;
}
.center-fot-hed span i{
	height:2px;
	width:70px;
	margin-top:3px;
	display:inline-block;
	background: #80c269;
}
.center-fot-cen{
	width:90%;
	margin: 0px auto;
}
.center-fot-cen ul{
    margin-top:0px;
}
.center-fot-cen li{
	width:100%;
	height:auto;
	float: left;
	margin-top:10px;
	margin-right:10px;
	overflow: hidden;
	position: relative;
}
.center-fot-cen li:nth-of-type(3n){
	margin-right:0px;
}
.center-fot-cen li img{
	width:100%;
	height:auto;
	margin-left:0%;
	transition: 1s;
}
.center-fot-cen li:hover img{
	transform: scale(1.1);
	transition: 1s;
}
.first img{
	width:100%!important;
	height:auto!important;
}
.center-fot-cen li p{
	background: black;
	display:none;
	width:100%;
	height:0%;
	position: absolute;
	top: 0px;
	opacity: 0.5;
}
.center-fot-cen li span{
	color:white;
	position: absolute;
	top: 40px;
	left:0px;
	width:80%;
	margin-left: 10%;
	text-align: center;
	display:none;
	height:0px;
	font-size: 18px;
}

.center-fot-cen li span b{
	width:0%;
	height:0px;
	display:none;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
}
.center-fot-cen li span i{
	display:inline-block;
	height:0px;
	text-align: center;
	width:80px;
	margin-top:10px;
	margin-bottom:5px;
	background: #80C269;
}
.center-fot-cen li span button{
	display:inline-block;
	width:0px;
	height:30px;
	border: 0px solid;
	color:white;
	line-height:30px;
	text-align: center;
	margin-top:10px;
	margin-bottom:5px;
	background: #80C269;
}
.ckgd{
    	display:inline-block;
    	width:60%;
    	height:30px;
    	margin-top:50px;
    	margin-bottom: 0px;
    	color:#80c269;
    	border: 1px solid #80c269;
    	line-height:30px;
    }
    .ckgd span{
    	font-size:15px;
    }
    .ckgd i{
    	display:inline-block;
    	width:15px;
    	height:15px;
    	position: relative;
    	top:-2px;
    	left:-10px;
    	line-height:13px;
    	font-style:normal;
    	margin: auto 0px;
    	font-size:12px;
    	border: 2px solid #80c269;
    	border-radius:50%;
    }
.footer{
    width: 100%;
    min-width: 0px;
    height:100px;
    background: #2e353f;
    font-size: 12px;
    color: #929292;
    padding: 0px 0px;
    border-top: 1px solid #000000;
    text-align: center;
    position: relative;
    top:50px!important;
    overflow: hidden;
    z-index: 105;
}
}