body {
	/*min-width: 1920px;*/
	/*min-width: 1200px;*/
}
img {
	display: block;
}
.clr {
	clear: both;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.inner2 {
	width: 1400px;
	margin: 0 auto;
}
.title {
	text-align: center;
	margin: 6% 0 5%;
}
.title span {
	display: inline-block;
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
}
.title span:before {
	content: '';
	display: block;
	position: absolute;
	width: 111px;
	height: 22px;
	background: url(../images/titlebg1.png) 100% center no-repeat;
	top: 50%;
	left: -130%;
	transform: translateY(-50%);
}
.title span:after {
	content: '';
	display: block;
	position: absolute;
	width: 111px;
	height: 22px;
	background: url(../images/titlebg2.png) 100% center no-repeat;
	top: 50%;
	right: -130%;
	transform: translateY(-50%);
}
.title h3 {
	font-size: 13px;
	color: #999999;
	text-align: center;
	line-height: 1;
}
.pgcontent .title {
	margin: 0;
	padding: 6% 0 5%;
}
@media screen and (max-width: 1199px) {
	.inner,.inner2 {
		width: 100%;
		padding: 0 5%;
	}
	
}
@media screen and (max-width: 768px) {
	.title span {
		font-size: 20px;
	}
	.title span:before {
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
	}
	.title span:after {
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
	}
	.title h3 {
		font-size: 12px;
	}
}


.header {
	box-shadow: 0 3px 5px #eee;
}
.header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}
.chaxunbtn {
	display: block;
	width: 168px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	padding-left: 40px;
	background: url(../images/chaxunbg.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.nav {
	display: flex;
	align-items: center;
}
.nav>li {
	margin: 0 15px;
	position: relative;
}
.nav>li>a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 80px;
	padding: 0 10px;
}
.nav>li.on>a {
	font-weight: bold;
	color: #74b639;
}
.nav>li .subnav {
	display: none;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	box-shadow: 0 1px 5px #ccc;
}
.nav>li:hover .subnav {
	display: block;
}
.nav>li .subnav li a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 55px;
	text-align: center;
	width: 170px;
	border-bottom: 1px solid #f3f3f3;
	background: #fff;
}
.nav>li .subnav li:last-child a {
	border-bottom: none;
}


.phonenavbtn {
	width: 25px;
	cursor: pointer;
	display: none;
}
.phonenavbtn div {
	width: 100%;
	height: 3px;
	background: #74b639;
}
.phonenavbtn div:nth-child(2) {
	margin: 5px 0;
}
.phonenav {
	display: none;
}
.phonenav li {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.phonenav li:last-child {
	border: none;
}
.phonenav li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	background: #f2f2f2;
	color: #333;
	line-height: 2.5;
}
.phonenav .subnav {
	border-top: 1px solid #e5e5e5;
	display: none;
}
.phonenav .subnav li a {
	background: #fff;
}
@media screen and (max-width: 1199px) {
	.nav {
		display: none;
	}
	.header .inner {
		height: 50px;
	}
	.logobox img {
		max-height: 100%;
		width: 80%;
	}
	.phonenavbtn {
		display: block;
	}
	
}
@media screen and (max-width: 768px) {
	.chaxunbtn {
		width: 110px;
		height: 25px;
		line-height: 25px;
		font-size: 10px;
		padding-left: 25px;
		margin-right: 15px;
	}
}

.hmban .swiper-slide img {
	width: 100%;
}
.hmban .swiper-pagination-bullet {
	background: #fff;
	border-radius: 0;
	width: 84px;
	height: 4px;
	outline: none;
	transform: skew(-45deg);
}
.hmban .swiper-pagination {
	bottom: 75px;
}
@media screen and (max-width: 768px) {
	.hmban .swiper-pagination {
		display: none;
	}
}

.hmabbox {
	width: 100%;
	height: 473px;
	background: url(../images/hmabbg.jpg) no-repeat;
	background-size: contain;
	background-position: left 70% center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hmabbox .hmabtext {
	font-size: 14px;
	color: #666666;
	line-height: 2.2;
	width: 567px;
	height: 288px;
	padding: 6%;
	background: #fff;
	border: 1px solid #e2e2e2;
}
.hmabbox .hmabbtn {
	display: block;
	width: 266px;
	height: 60px;
	background: url(../images/hmabbtn.png) 100% 100% no-repeat;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	margin-top: 230px;
} 
@media screen and (max-width: 768px) {
	.hmabbox {
		display: block;
		height: auto;
		background-position: center center;
		background-size: auto;
		padding: 5%;
	}
	.hmabbox .hmabtext {
		width: 100%;
		height: auto;
		background: rgba(255,255,255,0.8);
	}
	.hmabbox .hmabbtn {
		margin: 5% auto 0;
	}
}

.hmproduct {
	background: url(../images/greenbg.png);
	background-size: 100% 100%;
	background-position: center;
	min-height: 900px;
}
.hmprolist {
	display: flex;
	justify-content: center;
}
.hmprolist li {
	background-size: 80px 80px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 90px;
	margin: 0 3%;
	width: 80px;
	text-align: center;
	font-size: 16px;
	color: #999999;
	cursor: pointer;
	transition: 0.2s all;
}
.hmprolist li.on {
	color: #74b639;
	font-weight: bold;
}
.hmprolist li:nth-child(1) {
	background-image: url(../images/hmicon1.png);
}
.hmprolist li:nth-child(1).on {
	background-image: url(../images/hmicon11.png);
}
.hmprolist li:nth-child(2) {
	background-image: url(../images/hmicon2.png);
}
.hmprolist li:nth-child(2).on {
	background-image: url(../images/hmicon22.png);
}
.hmprolist li:nth-child(3) {
	background-image: url(../images/hmicon3.png);
}
.hmprolist li:nth-child(3).on {
	background-image: url(../images/hmicon33.png);
}

.hmcasebox {
	position: relative;
	margin-top: 55px;
	height: 632px;
}
.hmcasebox .hmcase {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	z-index: 10;
	opacity: 0;
}
.hmcasebox .hmcase.cur {
	opacity: 1;
	z-index: 20;
}
.hmcasebox .hmcase .csbx_l {
	background: #fff;
	border:1px solid #74b639;
	border-right: none;
	width: 385px;
	padding: 100px 50px 0;
}
.hmcasebox .hmcase .csbx_l h1 {
	font-size: 22px;
	color: #74b639;
	line-height: 30px;
}
.hmcasebox .hmcase .csbx_l h1 span {
	display: inline-block;
	color: #c5c5c5;
	margin-left: 15px;
}
.hmcasebox .hmcase .csbx_l .csline {
	display: flex;
	align-items: flex-end;
	margin: 10px 0 80px;
}
.hmcasebox .hmcase .csbx_l .csline .line1 {
	width: 26px;
	height: 2px;
	background: #797979;
}
.hmcasebox .hmcase .csbx_l .csline .line2 {
	width: 206px;
	height: 1px;
	background: #dfdfdf;
	margin-left: 15px;
}
.hmcasebox .hmcase .csbx_l h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}
.hmcasebox .hmcase .csbx_l p {
	font-size: 14px;
	color: #999999;
	line-height: 2;
}
.hmcasebox .hmcase .csbx_l .csmore {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 40px;
	border: 1px solid #74b639;
	color: #74b639;
	font-size: 14px;
	margin-top: 50px;
}
.hmcasebox .hmcase .csbx_l .csmore img {
	width: 40px;
	height: 6px;
	margin-left: 20px;
}
.hmcasebox .hmcase .csbx_r {
	width: 670px;
}
.hmcasebox .hmcase .csbx_r .swiper-slide {
	width: 670px;
	height: 632px;
}
.hmcasebox .hmcase .csbx_r .swiper-slide img {
	width: 100%;
	height: 100%;
}
.hmcasebox .btn_right {
	background-image: url(../images/arrowright.png);
	background-size: 100% 100%;
	width: 42px;
	height: 42px;
	bottom: 10px;
	right: 0;
	top: auto;
	left: auto;
	outline: none;
}
.hmcasebox .btn_left {
	background-image: url(../images/arrowleft.png);
	background-size: 100% 100%;
	width: 42px;
	height: 42px;
	bottom: 10px;
	right: 55px;
	top: auto;
	outline: none;
	left: auto;
}
@media screen and (max-width: 1199px) {
	.hmproduct {
		height: auto;
	}
	.hmprolist {
		display: none;
	}
	.hmcasebox {
		height: auto;
		margin-top: 2%;
	}
	.hmcasebox .hmcase {
		flex-wrap: wrap;
	}
	.hmcasebox .hmcase .csbx_l {
		width: 100%;
		border-right: 1px solid #74b639;
		padding: 5%;
	}
	.hmcasebox .hmcase .csbx_r {
		width: 90vw;
	}
	.hmcasebox .hmcase .csbx_r .swiper-slide {
		width: 100%;
		height: auto;
	}
	.hmcasebox .hmcase .csbx_l .csline {
		margin: 5% 0;
		display: none;
	}
	.hmcasebox .hmcase .csbx_l h1 {
		text-align: center;
	}
	.hmcasebox .hmcase .csbx_l h3 {
		text-align: center;
		margin-top: 5%;
	}
	.hmcasebox .hmcase .csbx_l p {
		display: none;
	}
	.hmcasebox .hmcase .csbx_l .csmore {
		margin: 5% auto 0;
		width: 80%;
	}
	.hmcasebox .hmcase {
		opacity: 1;
		position: relative;
		margin-top: 5%;
	}
	.hmcasebox .btn_left,.hmcasebox .btn_right {
		display: none;
	}
}

.hmtong {
	width: 100%;
	height: 208px;
	background: url(../images/hmtong.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-top: 75px;
}
.hmtong .inner {
	height: 100%;
}
.tonglist {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.tonglist li {
	flex: 1;
}
.tonglist li h1 {
	font-size: 48px;
	color: #64b51b;
	line-height: 1;
	display: flex;
	margin-bottom: 10px;
	justify-content: center;
}
.tonglist li h1 span {
	font-size: 12px;
}
.tonglist li h3 {
	font-size: 14px;
	color: #777777;
	text-align: center;
}
.tonglist li .line {
	width: 60px;
	height: 1px;
	background: #c0dba9;
	margin: 0 auto;
}
@media screen and (max-width: 1199px) {
	.tonglist li .line {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.hmtong {
		margin-top: 5%;
		height: auto;
	}
	.tonglist {
		flex-wrap: wrap;
	}
	.tonglist li {
		flex: none;
		width: 50%;
		margin: 5% 0;
	}
	.tonglist li.liline {
		display: none;
	}
}
.hmnewsdemo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hmnews_l {
	width: 50%;
	background: #f8f8f8;
	padding: 40px 30px;
}
.hmnews_l h3 {
	font-size: 20px;
	color: #999999;
}
.hmnews_l h1 {
	font-size: 18px;
	color: #666666;
	margin: 5% 0;
}
.hmnews_l p {
	font-size: 14px;
	color: #999999;
	margin-bottom: 5%;
	line-height: 2;
}
.hmnews_l .hmnewspic {
	width: 100%;
}
.hmnews_l .hmnewspic img {
	width: 100%;
}
.hmnews_r {
	width: 45%;
}
.hmnews_r li {
	border: 1px solid transparent;
	border-bottom: 1px solid #e5e5e5;
	transition: 0.2s all;
}
.hmnews_r li a {
	display: flex;
	justify-content: space-between;
	padding: 40px;
}
.hmnews_r li .newsli_l {
	width: 80%;
}
.hmnews_r li .newsli_l h1 {
	font-size: 18px;
	color: #666666;
	margin-bottom: 20px;
	position: relative;
	transition: 0.2s all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hmnews_r li .newsli_l h1:before {
	position: absolute;
	content: '●';
	font-size: 14px;
	left: -5%;
	top: 50%;
	transform: translateY(-50%);
	color: #999999;
	transition: 0.2s all;
}
.hmnews_r li .newsli_l p {
	font-size: 14px;
	color: #999999;
	line-height: 1.8;
}
.hmnews_r li .newsli_r {
	width: 20%;
}
.hmnews_r li .newsli_r h3 {
	font-size: 20px;
	color: #999999;
	text-align: right;
}
.hmnews_r li .newsli_r span {
	display: inline-block;
	font-size: 26px;
	color: #cfcfcf;
	border-left: 1px solid #e5e5e5;
	line-height: 1;
	padding-left: 10px;
	transition: 0.2s all;
	margin: 25px 0 0 55px;
}
.hmnews_r li:hover {
	border: 1px solid #74b639;
}
.hmnews_r li:hover .newsli_l h1 {
	color: #74b639;
}
.hmnews_r li:hover .newsli_l h1:before {
	color: #74b639;
}
.hmnews_r li:hover .newsli_r span {
	color: #74b639;
}
.newsmore {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 40px;
	border: 1px solid #74b639;
	color: #74b639;
	font-size: 14px;
	margin: 50px auto;

}
.newsmore img {
	width: 40px;
	height: 6px;
	margin-left: 20px;
}
@media screen and (max-width: 1199px) {
	.hmnews_r li a {
		padding: 5%;
	}
}
@media screen and (max-width: 768px) {
	.hmnews_l {
		width: 100%;
	}
	.hmnews_r {
		width: 100%;
	}
	.hmnews_r li .newsli_r span {
		margin-left: 40%;
	}
}





.fttop {
	background: #666666;
	color: #fff;
	padding: 40px 0;
}
.fttop .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ftlist {
	display: flex;
	flex-wrap: wrap;
	width: 81%;
}
.ftlist li {
	flex: 1;
}
.ftlist li .line {
	background: #949494;
	width: 80%;
	height: 1px;
	margin: 15px 0;
}
.ftlist li .ftnav li {
	line-height: 2;
}
.ftlist li .ftnav li a {
	color: #fff;
}

.fttop_r {
	width: 19%;
	text-align: center;
}
.fttop_r img {
	margin: 0 auto 10px;
}
.fttop_r p {
	font-size: 14px;
	margin-bottom: 5px;
}
.fttop_r p a {
	font-family: 'Georgia';
	font-size: 18px;
	color: #fff;
}
.ftbot {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 12px;
	background: #373737;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.fttop {
		padding: 5% 0;
	}
	.ftlist {
		width: 100%;
	}
	.ftlist>li {
		flex: none;
		width: 100%;
		text-align: center;
		margin-bottom: 5%;
	}
	.ftnav {
		display: none;
	}
	.ftlist li .line {
		width: 100%;
		margin: 2%;
	}
	.fttop_r {
		width: 100%;
	}
}

.pageban {
	width: 100%;
}
.pageban img {
	width: 100%;
}
.pagenav {
	border-bottom: 1px solid #eee;
	z-index: 2;
}
.pagenav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}
.pagenav ul li {
	width: 20%;
	text-align: center;
	border-right: 1px solid #c4c4c4;
}
.pagenav ul li:last-child {
	border-right: none;
}
.pagenav ul li a {
	display: inline-block;
	font-size: 18px;
	color: #333333;
	line-height: 1;
	padding: 0 5%;
}
.pagenav ul li.on a {
	color: #74b639;
}
.pgcontent {
	width: 100%;
	background: url(../images/pagebg.png) no-repeat;
	background-size: 100% auto;
}


.honordemo {
	padding: 6% 0;
}
.honorlist {
	background: url(../images/zhou.png) no-repeat;
	background-size: 43px 100%;
	background-position: center;
	min-height: 2508px;
	padding-top: 60px;
}
.honorlist li .honbox {
	width: 50%;
	background-size: 544px 188px;
	background-repeat: no-repeat;
	min-height: 215px;
	position: relative;
}
.honorlist li:nth-child(2n-1) .honbox {
	background-position: left bottom;
	float: right;
	margin-right: 12px;
}
.honorlist li:nth-child(2n-1) .honbox img {
	position: absolute;
	bottom: 40px;
	left: 35%;
	transform: translateX(-50%);
}
.honorlist li:nth-child(2n) .honbox {
	background-position: right bottom;
	float: left;
	margin-left: 12px;
}
.honorlist li:nth-child(2n) .honbox img {
	position: absolute;
	bottom: 40px;
	right: 35%;
	transform: translateX(50%);
}
.honorlist li:nth-child(1) .honbox {
	background-image: url(../images/honorbg1.png);
}
.honorlist li:nth-child(2) .honbox {
	background-image: url(../images/honorbg2.png);
}
.honorlist li:nth-child(3) .honbox {
	background-image: url(../images/honorbg3.png);
}
.honorlist li:nth-child(4) .honbox {
	background-image: url(../images/honorbg4.png);
}
.honorlist li:nth-child(5) .honbox {
	background-image: url(../images/honorbg5.png);
}
.honorlist li:nth-child(6) .honbox {
	background-image: url(../images/honorbg6.png);
}
.honorlist li:nth-child(7) .honbox {
	background-image: url(../images/honorbg7.png);
}
.honorlist li:nth-child(8) .honbox {
	background-image: url(../images/honorbg8.png);
}
.honorlist li:nth-child(9) .honbox {
	background-image: url(../images/honorbg9.png);
}
.honorlist li:nth-child(10) .honbox {
	background-image: url(../images/honorbg10.png);
}
.honorlist li:nth-child(11) .honbox {
	background-image: url(../images/honorbg11.png);
}
@media screen and (max-width: 1199px) {
	.honorlist li .honbox {
		width: 50%;
		background-size: 100% auto;
		min-height: 215px;
	}
	.honorlist li .honbox img {
		max-width: 60%;
	}
}
@media screen and (max-width: 768px) {
	.pagenav ul {
		flex-wrap: wrap;
		height: auto;
	}
	.pagenav ul:after {
		content: '';
		width: 50%;
	}
	.pagenav ul li {
		width: 50%;
		border: none;
	}
	.pagenav ul li a {
		border: none;
		font-size: 14px;
		padding: 10px 0;
	}
	.honorlist {
		background: none;
	}
	.honorlist li {
		margin-bottom: 5%;
	}
	.honorlist li .honbox {
		width: 100%;
		background-image: none !important;
		margin: 0 !important;
		min-height: auto;
	}
	.honorlist li .honbox img {
		position: relative !important;
		bottom: auto !important;
	    left: auto !important;
	    right: auto !important;
	    transform: none !important;
	    margin: 0 auto;
	    max-width: none;
	    max-width: 100%;
	}

}


.historydemo {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 5% 0 10%;
}
.historydemo .hislist {
	width: 50%;
	background: url(../images/grayline.png) no-repeat;
	background-size: 20px 100%;
	background-position: left top;
}
.historydemo .hislist li {
	padding-left: 30px;
	background: url(../images/dot.png) no-repeat;
	background-size: 20px 20px;
	background-position: left top;
	margin-bottom: 80px;
}
.historydemo .hislist li:last-child {
	margin-bottom: 0;
}
.historydemo .hislist li h1 {
	font-size: 21px;
	color: #74b639;
	font-weight: bold;
	float: left;
	line-height: 20px;
	width: 18%;
}
.historydemo .hislist li p {
	font-size: 16px;
	color: #555555;
	line-height: 2;
	margin-top: -5px;
	float: left;
	width: 75%;
}
@media screen and (max-width: 768px) {
	.historydemo .hislist {
		width: 100%;
	}
	.historydemo .hislist li {
		margin-bottom: 10%;
	}
	.historydemo .hislist:first-child li:last-child {
		margin-bottom: 10%;
	}
	.historydemo .hislist li h1 {
		width: 100%;
		margin-bottom: 3%;
	}
	.historydemo .hislist li p {
		width: 100%;
	}
}


.profiledemo {
	padding: 3% 0 10%; 
}
.profiledemo img {
	float: left;
	margin-right: 30px;
}
.profiledemo p {
	font-size: 16px;
	color: #555555;
	line-height: 2.5;
	text-indent: 32px;
	margin-bottom: 45px;
}
.profilemaintext {
	border: 2px dashed #74b639;
	border-radius: 5px;
	padding: 20px 20px;
}
.profilemaintext p {
	margin-bottom: 0;
	color: #74b639;
}
.profilemaintext p span {
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.profiledemo img {
		float: none;
		width: 100%;
	}
	.profiledemo p {
		margin-bottom: 5%;
		font-size: 14px;
		line-height: 2;
	}
}
.storeslist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 3% 0 5%;
}
.storeslist:after {
	content: '';
	width: 31%;
}
.storeslist li {
	width: 31%;
	box-shadow: 0 0 10px #ddd;
	margin-bottom: 3%;
}
.storeslist li .storespic {
	width: 100%;
	overflow: hidden;
}
.storeslist li .storespic img {
	width: 100%;
	transition: 0.4s all;
}
.storeslist li .storestext {
	background: #fff;
	padding: 4%;
}
.storeslist li .storestext h1 {
	padding-left: 20px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 1%;
	background: url(../images/location1.png) no-repeat;
	background-size: 14px 19px;
	background-position: left center; 
}
.storeslist li .storestext p {
	font-size: 14px;
	color: #555;
	line-height: 1.5;
}
.storeslist li:hover .storespic img {
	transform: scale(1.1);
}
.morestores {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 3% 0 5%;
}
.morestores li {
	width: 48%;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	margin-bottom: 3%;
	padding: 3% 4%;
	transition: 0.2s all;
}
.morestores li h1 {
	padding-left: 20px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 1%;
	background: url(../images/location1.png) no-repeat;
	background-size: 14px 19px;
	background-position: left center; 	
	transition: 0.2s all;
}
.morestores li p {
	font-size: 14px;
	color: #555;
	line-height: 1.5;
	transition: 0.2s all;
}
.morestores li:hover {
	background: #74b639;
}
.morestores li:hover h1 {
	background-image: url(../images/location11.png);
	color: #fff;
}
.morestores li:hover p {
	color: #fff;
}
.morestores:after {
	content: '更多直营门店、经销门店请咨询400-6575-700';
	display: block;
	box-sizing: border-box;
	width: 48%;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	margin-bottom: 3%;
	padding: 4% 4%;
	background: url(../images/telsmall.png) no-repeat;
	background-size: 22px 22px;
	background-position: left 15% center; 	
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #74b639;
}
@media screen and (max-width: 768px) {
	.pgstore .title span {
		font-size: 16px;
	}
	.storeslist li {
		width: 100%;
	}
	.morestores li {
		width: 100%;
	}
	.morestores:after {
		width: 100%;
		font-size: 12px;
		background-position: left 5% center;
	}
}


.supportlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.supportlist li {
	border-radius: 50%;
	width: 167px;
	height: 167px;
	border: 1px solid #74b639;
	margin: 2% 3%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #333333;
	padding-top: 60px;
	background-size: 50px 50px;
	background-position: center top 35%;
	background-repeat: no-repeat;
	background-color: #fff;
	transition: 0.2s all;
}
.supportlist li:nth-child(1) {
	background-image: url(../images/zsicon1.png);
}
.supportlist li:nth-child(2) {
	background-image: url(../images/zsicon2.png);
}
.supportlist li:nth-child(3) {
	background-image: url(../images/zsicon3.png);
}
.supportlist li:nth-child(4) {
	background-image: url(../images/zsicon4.png);
}
.supportlist li:nth-child(5) {
	background-image: url(../images/zsicon5.png);
}
.supportlist li:nth-child(6) {
	background-image: url(../images/zsicon6.png);
}
.supportlist li:nth-child(7) {
	background-image: url(../images/zsicon7.png);
}
.supportlist li:nth-child(8) {
	background-image: url(../images/zsicon8.png);
}
.supportlist li:nth-child(9) {
	background-image: url(../images/zsicon9.png);
}
.supportlist li:nth-child(10) {
	background-image: url(../images/zsicon10.png);
}
.supportlist li:hover {
	color: #fff;
	background-color: #74b639;
}
.supportlist li:nth-child(1):hover {
	background-image: url(../images/zsicon11.png);
}
.supportlist li:nth-child(2):hover {
	background-image: url(../images/zsicon12.png);
}
.supportlist li:nth-child(3):hover {
	background-image: url(../images/zsicon13.png);
}
.supportlist li:nth-child(4):hover {
	background-image: url(../images/zsicon14.png);
}
.supportlist li:nth-child(5):hover {
	background-image: url(../images/zsicon15.png);
}
.supportlist li:nth-child(6):hover {
	background-image: url(../images/zsicon16.png);
}
.supportlist li:nth-child(7):hover {
	background-image: url(../images/zsicon17.png);
}
.supportlist li:nth-child(8):hover {
	background-image: url(../images/zsicon18.png);
}
.supportlist li:nth-child(9):hover {
	background-image: url(../images/zsicon19.png);
}
.supportlist li:nth-child(10):hover {
	background-image: url(../images/zsicon20.png);
}
.zhaoshangtel {
	padding: 10% 0;
}
.zhaoshangtel .zstelbox {
	width: 100%;
	background: url(../images/zstelbg.png);
	border: 1px solid #dedede;
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	box-shadow: 0 0 10px #ddd;
}
.zhaoshangtel .zstelbox>img {
	margin-top: 2%;
	width: 20%;
}
.zhaoshangtel .zstelbox .zstelbox_r {
	width: 70%;
}
.zhaoshangtel .zstelbox .zstelbox_r .zsteltitle {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30%;
	border-bottom: 1px solid #ededed;
}
.zhaoshangtel .zstelbox .zstelbox_r .zsteltitle span {
	position: relative;
	font-size: 20px;
	color: #74b639;
	font-weight: bold;
}
.zhaoshangtel .zstelbox .zstelbox_r .zsteltitle span:before {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 60px;
	background: #74b639;
	top: 50%;
	left: -80px;
}
.zhaoshangtel .zstelbox .zstelbox_r .zsteltitle span:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 60px;
	background: #74b639;
	top: 50%;
	right: -80px;
}
.zhaoshangtel .zstelbox .zstelbox_r .zstellist {
	height: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zhaoshangtel .zstelbox .zstelbox_r .zstellist li {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #ececec;
	width: 33%;
}
.zhaoshangtel .zstelbox .zstelbox_r .zstellist li:first-child {
	border-left: none;
}
.zhaoshangtel .zstelbox .zstelbox_r .zstellist li img {
	margin-right: 5%;
}
.zhaoshangtel .zstelbox .zstelbox_r .zstellist li .zsteltext p {
	font-size: 18px;
	color: #222222;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.supportlist {
		justify-content: space-around;
	}
	.supportlist li {
		margin: 2% 2%;
		width: 130px;
		height: 130px;
		font-size: 14px;
	}

	.zhaoshangtel .zstelbox>img {
		display: none;
	}
	.zhaoshangtel .zstelbox .zstelbox_r {
		width: 100%;
	}
	.zhaoshangtel .zstelbox .zstelbox_r .zsteltitle {
		height: auto;
		padding: 5% 0;
	}
	.zhaoshangtel .zstelbox .zstelbox_r .zstellist {
		flex-wrap: wrap;
	}
	.zhaoshangtel .zstelbox .zstelbox_r .zstellist li {
		width: 100%;
		margin: 5% 0;
		border: none;
	}
	.zhaoshangtel .zstelbox .zstelbox_r .zstellist li .zsteltext p {
		font-size: 16px;
	}
}


.conditionslist {
	margin-top: 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.conditionslist li {
	width: 48%;
	margin-bottom: 3%;
}
.conditionslist li img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.conditionslist li {
		width: 100%;
	}
}

.applydemo {
	margin-top: 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.applydemo .applybox {
	width: 47%;
	display: flex;
	align-items: center;
	margin-bottom: 3%;
}
.applydemo .applybox span {
	display: block;
	width: 20%;
	font-size: 14px;
	color: #333333;
	/*text-align: right;*/
	/*padding-right: 2%;*/
}
.applydemo .applybox input {
	width: 80%;
	background: #fff;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #cccccc;
	height: 50px;
	padding: 0 3%; 
	font-size: 12px;
	color: #333;
	outline: none;
}
.submit input {
	display: block;
	outline: none;
	width: 188px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	font-size: 14px;
	background: #74b639;
	text-align: center;
	margin: 3% auto 0;
}
@media screen and (max-width: 768px) {
	.applydemo .applybox {
		width: 100%;
	}
}


.processlist {
	display: flex;
	justify-content: space-between;
	margin-top: 3%;
	flex-wrap: wrap;
}
.processlist li {
	width: 30%;
	background: #fff;
	border: 1px solid #74b639;
	border-radius: 5px;
	padding: 3%;
}
.processlist li h1 {
	text-align: center;
	font-size: 20px;
	color: #74b639;
	font-weight: bold;
}
.processlist li img {
	width: 100%;
	margin: 10px 0;
}
.processlist li p {
	font-size: 14px;
	color: #555555;
	line-height: 2;
}
.processpic {
	padding: 10% 0;
}
.processpic img {
	width: 100%;
}
.processpicphone {
	display: none;
}
@media screen and (max-width: 768px) {
	.processlist li {
		width: 100%;
		margin-bottom: 3%;
	}
	.processpicpc {
		display: none;
	}
	.processpicphone {
		display: block;
	}
}


.orderdemo {
	padding: 5% 0;
}
.orderbox {
	padding: 3% 4%;
	border: 1px solid #74b639;
	border-radius: 10px;
	background: #fff;
}
.orderbox h1 {
	display: flex;
	align-items: center;
	padding: 0 0 10px;
	font-size: 18px;
	color: #74b639;
	font-weight: bold;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 1%;
}
.orderbox h1 img {
	margin-right: 15px;
}
.orderbox p {
	font-size: 14px;
	color: #555555;
	line-height: 2;
}
.orderbox p span {
	font-weight: bold;
	color: #74b639;
}
.orderbox h3 {
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 2;
}
.arrowdown img {
	margin: 2% auto;
}
.tishi {
	padding-bottom: 2%;
	border-bottom: 2px solid #74b639;
	margin-bottom: 10%;
}
.tishi h1 {
	font-size: 16px;
	color: #74b639;
	font-weight: bold;
	padding-left: 10px;
	border-left: 3px solid #74b639;
	line-height: 1;
	margin: 1% 0;
}
.tishi p {
	font-size: 14px;
	color: #555555;
	line-height: 2;
}




.pgnews .hmnewsdemo {
	padding: 5% 0; 
}
.newslist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newslist li {
	width: 32%;
}
.newslist li .newspic {
	width: 100%;
	overflow: hidden;
}
.newslist li .newspic img {
	width: 100%;
	transition: 0.4s all;
}
.newslist li .newstext {
	padding: 5%;
	background: #fff;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	transition: 0.2s all;
}
.newslist li .newstext h1 {
	font-size: 16px;
	color: #666666;
	margin-bottom: 15px;
	transition: 0.2s all;
}
.newslist li .newstext p {
	font-size: 12px;
	color: #999999;
	line-height: 2;
	transition: 0.2s all;
}
.newslist li .newstext span {
	position: absolute;
	font-size: 24px;
	color: #c4c4c4;
	bottom: 10%;
	right: 5%;
	transition: 0.2s all;
}
.newslist li:hover .newspic img {
	transform: scale(1.1);
}
.newslist li:hover .newstext {
	background: #74b639;
	border-color: #74b639;
}
.newslist li:hover .newstext h1 {
	color: #fff;
}
.newslist li:hover .newstext p {
	color: #fff;
}
.newslist li:hover .newstext span {
	color: #fff;
}
.pages {
	padding: 5% 0 10%;
	text-align: center;
}
.pages a {
	border: 1px solid #999999;
	padding: 0 5px;
	color: #999999;
	font-size: 14px;
}
.pages a.active {
	background: #74b639;
	color: #fff;
	border: 1px solid #74b639;
}
@media screen and (max-width: 768px) {
	.newslist li {
		width: 100%;
		margin-bottom: 5%;
	}
}

.pgnewsdetail {
	padding: 5% 0;
}
.newsdetailtitle {
	text-align: center;
}
.newsdetailtitle h1 {
	font-size: 24px;
	color: #333333;
	border-bottom: 1px solid #e0e0e0;
	padding: 2% 0;
}
.newsdetailtitle h3 {
	font-size: 12px;
	color: #999999;
	margin: 2% 0 6%;
}
.newsinner {
	padding: 0 200px;
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.newsinner img {
	width: 100%;
	margin: 3% 0;
}
.returnbtn {
	display: block;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #74b639;
	font-size: 14px;
	margin: 3% 0;
}
.ntpr {
	padding: 3% 0;
	border-top: 1px solid #f1f1f1;
}
.ntpr div {
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.ntpr a {
	font-size: 14px;
	color: #666666;
}
@media screen and (max-width: 1199px) {
	.newsinner {
		padding: 0 10%;
	}
}
@media screen and (max-width: 768px) {
	.newsinner {
		padding: 0;
	}
}


.cpnav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -70px;
}
.cpnav li {
	background: #fff;
	box-shadow: 0 2px 10px #ccc;
	margin: 0 2%;
}
.cpnav li a {
	display: block;
	width: 160px;
	height: 160px;
	border-top: 5px solid #74b639;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #666666;
	padding-top: 45%;
	background-size: 43px 43px;
	background-position: center top 35%;
	background-repeat: no-repeat;
}
.cpnav li:nth-child(1) a {
	background-image: url(../images/cpcateicon1.png);
}
.cpnav li:nth-child(2) a {
	background-image: url(../images/cpcateicon2.png);
}
.cpnav li:nth-child(3) a {
	background-image: url(../images/cpcateicon3.png);
}
.cpnav li.on a {
	font-weight: bold;
	color: #74b639;
}
.cpnav li:nth-child(1).on a {
	background-image: url(../images/cpcateicon11.png);
}
.cpnav li:nth-child(2).on a {
	background-image: url(../images/cpcateicon22.png);
}
.cpnav li:nth-child(3).on a {
	background-image: url(../images/cpcateicon33.png);
}

.cpcatelist {
	padding: 5% 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcatelist li {
	width: 48.75%;
	border: 2px solid #74b639;
	padding: 2.5%;
	transition: 0.2s all;
	margin-bottom: 3%;
}
.cpcatelist li .cpcatepic {
	width: 100%;
	overflow: hidden;
}
.cpcatelist li .cpcatepic img {
	width: 100%;
	transition: 0.2s all;
}
.cpcatelist li .cpcatelogo {
	margin-top: 5%;
	width: 100%;
	height: 41px;
	background-image: url(../images/cplogo1.png);
	background-position: center;
	background-size: 195px 41px;
	background-repeat: no-repeat;
	transition: 0.2s all;
}
.cpcatelist li .greenline {
	background: #74b639;
	width: 20%;
	height: 2px;
	margin: 3% auto;
	transition: 0.2s all;
}
.cpcatelist li h1 {
	font-size: 20px;
	color: #555555;
	text-align: center;
	transition: 0.2s all;
}
.cpcatelist li .cpcatemore {
	display: block;
	width: 22%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #74b639;
	text-align: center;
	margin: 3% auto 0;
	transition: 0.2s all;
}
.cpcatelist li:hover {
	background: #74b639;
}
.cpcatelist li:hover .cpcatelogo {
	background-image: url(../images/cplogo2.png);
}
.cpcatelist li:hover .greenline {
	background: #fff;
}
.cpcatelist li:hover h1 {
	color: #fff;
}
.cpcatelist li:hover .cpcatemore {
	color: #74b639;
	background: #fff;
}
@media screen and (max-width: 768px) {
	.cpnav {
		margin-top: 0;
		margin: 5%;
	}
	.cpnav li {
		width: 33%;
	}
	.cpnav li a {
		width: 100%;
		font-size: 14px;
		height: 100%;
		padding-top: 60%;
		background-position: center top 20%;
	}
	.cpcatelist li {
		width: 100%;
	}
	.cpcatelist li .cpcatemore {
		width: 30%;
	}
}


.cplist {
	padding: 5% 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cplist li {
	width: 31.67%;
	margin-bottom: 3%;
}
.cplist li .cplipic {
	width: 100%;
	overflow: hidden;
}
.cplist li .cplipic img {
	width: 100%;
}
.cplist li .cplitext {
	padding: 0 5%;
	border: 1px solid #e1e1e1;
	border-top: none;
}
.cplist li .cplitext .cplitexttop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 60px;
	border-bottom: 1px solid #eaeaea;
}
.cplist li .cplitext .cplitexttop h1 {
	width: 50%;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cplist li .cplitext .cplitexttop h2 {
	width: 50%;
	font-size: 16px;
	color: #333333;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cplist li .cplitext h3 {
	font-size: 20px;
	color: #ef0000;
	font-weight: bold;
	line-height: 50px;
}
.cplist:after {
	content: '';
	width: 31.67%;
}
@media screen and (max-width: 768px) {
	.cplist li {
		width: 100%;
	}
}


.pgcpdetail {
	padding: 3% 0 5%;
}
.cpdetailtop {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 5%;
}
.cpdetailtop_l {
	width: 58.5%;
}
.cpdetailtop_r {
	width: 34.5%;
	padding-top: 2%;
}
.cpdetailtop_r h1 {
	font-size: 30px;
	color: #74b639;
	font-weight: bold;
	margin-bottom: 5px;
}
.cpdetailtop_r h2 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 25px;
}
.cpdetailtop_r p {
	font-size: 16px;
	color: #666666;
	line-height: 2;
	border-top: 1px dashed #dedede;
	padding: 5% 0;
}
.cpdetailtop_r b {
	color: #ef0000;
	font-size: 30px;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 100px;
	border: 1px dashed #d2d2d2;
}
.cpdetailtop_r b em {
	font-size: 25px;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.cpdetailtop_l {
		width: 100%;
		margin-bottom: 5%;
	}
	.cpdetailtop_r {
		width: 100%;
	}
	.cpdetailtop_r h1 {
		font-size: 24px;
	}
	.cpdetailtop_r h2 {
		font-size: 16px;
	}
	.cpdetailtop_r p {
		font-size: 14px;
	}
	.cpdetailtop_r b {
		font-size: 24px;
	}
	.cpdetailtop_r b em {
		font-size: 18px;
	}
}


.cpdetailmid {
	padding-bottom: 5%;
}
.cpinfodemo {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpinfodemo .cpinfopic {
	width: 54%;
}
.cpinfodemo .cpinfopic img {
	width: 100%;
}
.cpinfodemo .cpinfotable {
	width: 41.5%;
	font-size: 16px;
	color: #666666;
	line-height: 50px;
}
.cpinfodemo .cpinfotable table {
	border: 1px solid #e9e9e9;
	display: table;
	width: 100%;
}
.cpinfodemo .cpinfotable table tr {
	border: 1px solid #e9e9e9;
}
.cpinfodemo .cpinfotable table td {
	border: 1px solid #e9e9e9;
}
.cpinfodemo .cpinfotable table tr td:first-child {
	text-align: center;
}
.cpinfodemo .cpinfotable table tr td:last-child {
	padding: 0 5%;
}


.cpdetailmid2 {
	padding-bottom: 5%;
}
.cpdetaildisplay img {
	width: 100%;
	margin: 10px 0;
}

.cpdetailbot {
	padding-bottom: 5%;
}
.cpcharact img {
	width: 100%;
	margin: 10px 0;
}

@media screen and (max-width: 768px) {
	.cpinfodemo .cpinfopic {
		width: 100%;
		margin-bottom: 3%;
	}
	.cpinfodemo .cpinfotable {
		width: 100%;
	}
}














































