.imgauto {
	width: 100%;
	height: auto;
}
.head-tab {
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 4.2%;
}
.head-tab .tab-list>a {
	display: inline-block;
	font-size: 20px;
	color: #222;
	padding: 30px;
	position: relative;
}
.head-tab .tab-list>a.active {
	background: #75b739;
	color: #fff;
}
.head-tab .tab-list>a::after {
	display: block;
	content: '';
	width: 1px;
	height: 20px;
	position: absolute;
	top: 35px;
	right: 0;
	background: #f4f4f4;
}
.head-tab .tab-list>a:last-child::after,
.head-tab .tab-list>a.active::after {
	display: none;
}
.list-blog {
	overflow: hidden;
}
.page-left {
	width: 21.43%;
	float: left;
	padding-top: 10px;
}
.page-left>h2 {
	font-size: 26px;
	color: #222;
	font-family: 'poppins medium';
	padding-bottom: 15px;
}
.page-left>h2:nth-of-type(2),
.page-left>h2:nth-of-type(3) {
	border-bottom: 1px solid #f6f6f6;
	position: relative;
	margin-top: 35px;
	margin-bottom: 20px;
}
.page-left>h2:nth-of-type(2)::after,
.page-left>h2:nth-of-type(3)::after {
	display: block;
	content: '';
	width: 24%;
	height: 2px;
	background: #a2cf78;
	position: absolute;
	left: 0;
	bottom: 0;
}
.page-left .left-contact {
	background: #fff;
}
.page-left .left-contact>a {
	display: block;
	font-size: 16px;
	color: #74b736;
	font-family: 'poppins medium';
	padding-left: 22px;
	margin-top: 15px;
}
.page-left .a2a_kit {
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 20px;
	background: #fff;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.page-left .a2a_kit>p {
	padding-top: 15px !important;
	border-top: 1.5px dashed #ddd;
	margin-top: 20px;
	margin-right: 1px;
	display: inline-block;
	padding-right: 10px;
}
.page-left .a2a_kit>p img {
	width: 90px;
}
.page-left .left-contact>a img {
	width: 24px;
	height: auto;
}
.page-left .left-nav {
}
.page-left .left-nav li {
	border: 1.5px solid #f6f9f7;
	border-radius: 5px;
	padding: 30px 20px;
	position: relative;
	margin-bottom: 6px;
	transition: all 0.5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #fff;
}
.page-left .left-nav li a {
	font-size: 18px;
	color: #222;
	display: block;
}
.page-left .left-nav li i {
	position: absolute;
	top: 30px;
	right: 20px;
	transform: rotate(90deg);
	transition: all 0.5s;
	cursor: pointer;
}
.page-left .left-nav li i+div {
	display: none;
}
.page-left .left-nav li i+div a {
	margin-top: 20px;
	padding-left: 20px;
}
.page-left .left-nav li a:hover {
	color: #75b739;
}
.page-left .left-nav li.open i {
	position: absolute;
	top: 30px;
	right: 20px;
	transform: rotate(0deg);
}
.page-left .left-inquiry {
	position: relative;
}
.page-left .left-inquiry .conbox {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	font-size: 22px;
	padding-top: 50px;
}
.page-left .left-inquiry .conbox a {
	display: block;
}
.page-left .left-inquiry .conbox img {
	width: 30%;
	height: auto;
}
.page-right {
	width: 75%;
	float: right;
	padding-top: 10px;
}
.page-left .left-inquiry .conbox p {
	padding: 20px 30px 10px;
}
.page-left .left-inquiry .conbox a.tel {
	color: #74b734;
	font-family: 'poppins blod';
}
.page-left .left-inquiry .conbox a.inquiry {
	color: #fff;
	background: #74b734;
	font-family: 'poppins medium';
	width: 180px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	margin: 15px auto;
	border-radius: 5px;
}
.page-left .left-newpro {
	margin-bottom: 20%;
}
.page-left .left-newpro .proitem {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px;
	border: 1.5px solid #f6f9f7;
	margin-bottom: 6px;
	border-radius: 5px;
	transition: all 0.4s;
	background: #fff;
}
.page-left .left-newpro .proitem:hover {
	box-shadow: 0px 0px 10px 0px #eee;
}
.page-left .left-newpro .proitem .img-box {
	width: 36%;
	border: 1px solid #eee;
}
.page-left .left-newpro .proitem .text-box {
	width: 60%;
}
.page-left .left-newpro .proitem .text-box h3 {
	font-size: 14px;
	color: #222;
	line-height: 20px;
}
.page-left .left-newpro .proitem .text-box i.icon-right:before {
	color: #75b739;
	font-weight: bolder;
}
.page-left .left-newpro .proitem .text-box i:last-of-type {
	margin-left: -10px;
}
.page-right .list-box .blog-item {
	border: 1px solid #f6f9f7;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	transition: all 0.4s;
}
.page-right .list-box .blog-item:hover {
	border: 1px solid #75b739;
	box-shadow: 0px 0px 30px -18px #75b739;
	;
}
.page-right .list-box .blog-item .img-box {
	width: 44%;
	border-radius: 6px;
	overflow: hidden;
}
.page-right .list-box .blog-item .img-box img {
	width: 100%;
	height: auto;
}
.page-right .list-box .blog-item .text-box {
	width: 49%;
	padding-right: 1%;
}
.page-right .list-box .blog-item .text-box span {
	font-size: 16px;
	color: #75b739;
	background: #f3f9f5;
	width: 220px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	display: block;
	transition: all 0.4s;
}
.page-right .list-box .blog-item:hover span {
	background: #75b739;
	color: #fff;
}
.page-right .list-box .blog-item .text-box span i {
	font-size: 18px;
}
.page-right .list-box .blog-item .text-box span i.icon-eye {
	margin-left: 16px;
}
.page-right .list-box .blog-item .text-box h3 a {
	font-size: 26px;
	color: #222;
	margin: 20px 0;
	display: block;
}
.page-right .list-box .blog-item .text-box p {
	font-size: 16px;
	color: #222;
}
.page-right .list-box .blog-item .text-box .tag-box a {
	font-size: 16px;
	color: #999;
}
.page-right .list-box .blog-item .text-box>a {
	font-size: 16px;
	color: #75b739;
	display: block;
	margin-top: 20px;
}
.contact-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-box>div {
	width: 50%;
	padding-top: 4%;
	padding-bottom: 6%;
}
.contact-box>div h2 {
	font-size: 26px;
	color: #222;
	font-family: 'poppins blod';
	margin-bottom: 20px;
}
.contact-box>div.contact-left {
	padding-right: 4.16%;
}
.contact-box>div.contact-left .lxbox {
	padding-bottom: 10%;
	margin-bottom: 10%;
	border-bottom: 1px solid #f9f9f9;
}
.contact-box>div.contact-left .lxbox > a ,.contact-box>div.contact-left .lxbox > p{
	display: block;
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative;
	font-size: 16px;
	color: #747474;
	font-family: 'poppins medium';
}
.contact-box>div.contact-left .lxbox a:hover,.contact-box>div.contact-left .lxbox p:hover {
	color: #74b738;
}
.contact-box>div.contact-left .lxbox > a img ,.contact-box>div.contact-left .lxbox > p img{
	width: 30px;
	position: absolute;
	left: 0;
	top: -4px;
}
.contact-box>div.contact-left .lxbox .share{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-box>div.contact-left .lxbox .share a{
	display: inline-block;
	text-align: center;
	width: 22%;
}
.contact-box>div.contact-left .lxbox .share img{
    width: 140px;
}
.contact-box>div.contact-left .lxbox .share p{
    font-size: 16px;
    color: #8ec31f;
    margin-top: 10px;
}
.contact-box>div.contact-left .lxbox .share span{
    display: inline-block;
    width: 65%;
    margin: auto;
}
.contact-box>div.contact-left .lxbox .share a:hover span{
	color: #333333;
}
.contact-box>div.contact-left .textbox {
	text-align: center;
	font-family: 'poppins medium';
}
.contact-box>div.contact-left .textbox img {
	max-width: 100%;
	margin-bottom: 10px;
}
.contact-box>div.contact-right {
	background: #f2fbf6;
	padding-left: 4.16%;
}
.contact-box>div.contact-left .left-content {
	width: 69%;
	float: right;
}
.contact-box>div.contact-left .left-content .webname{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.contact-box>div.contact-right .right-content {
	width: 69%;
	float: left;
}
.contact-box>div.contact-right .right-content>p {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}
.contact-box>div.contact-right .right-content form input {
	width: 100%;
	height: 60px;
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 0 20px;
	border-radius: 5px;
}
.contact-box>div.contact-right .right-content form textarea {
	width: 100%;
	height: 210px;
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px;
}
.contact-box>div.contact-right .right-content form input#V-Code {
	width: 240px;
	height: 30px;
}
.contact-box>div.contact-right .right-content form input:-moz-placeholder,
.contact-box>div.contact-right .right-content form textarea:-moz-placeholder {
	color: #999;
	font-size: 16px;
}
.contact-box>div.contact-right .right-content form input:-ms-input-placeholder,
.contact-box>div.contact-right .right-content form textarea:-ms-input-placeholder {
	color: #999;
	font-size: 16px;
}
.contact-box>div.contact-right .right-content form input::-webkit-input-placeholder,
.contact-box>div.contact-right .right-content form textarea::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
}
.contact-box>div.contact-right .right-content form .textareabox {
	position: relative;
}
.contact-box>div.contact-right .right-content form .textareabox>p {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 16px;
	color: #999;
	padding-left: 20px;
}
.contact-box>div.contact-right .right-content form textarea {
	padding-top: 50px;
}
.contact-box>div.contact-right .right-content form textarea::focus + p {
	display: none;
}
.contact-box>div.contact-right .right-content form textarea::placeholder {
	color: #ddd;
}
.contact-box>div.contact-right .right-content form>p {
	font-size: 16px;
	color: #75b739;
}
.contact-box>div.contact-right .right-content form button.subbtn {
	width: 220px;
	height: 60px;
	background: #75b739;
	font-size: 16px;
	border-radius: 30px;
	color: #fff;
	font-family: 'poppins blod';
	margin-top: 10px;
	display: block;
}
.mapbox iframe {
	width: 100%;
	height: 35.6vw;
	margin-bottom: -5px;
}
.list-download {
	overflow: hidden;
}
.page-right .download-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page-right .download-box .download-item {
	width: 49%;
	border: 1px solid #f6f9f7;
	border-radius: 20px;
	padding: 30px 30px 50px;
	margin-bottom: 2%;
	transition: all 0.4s;
}
.page-right .download-box .download-item:hover {
	border: 1px solid #eee;
	box-shadow: 0px 0px 22px -18px #75b739;
}
.page-right .download-box .download-item .img-box {
	overflow: hidden;
	width: 50%;
}
.page-right .download-box .download-item .img-box img {
	width: 100%;
	height: auto;
}
.page-right .download-box .download-item h3 {
	font-size: 20px;
	color: #222;
	font-family: 'poppins blod';
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #eee;
}
.page-right .download-box .download-item .a-list a {
	display: block;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
	margin-bottom: 15px;
	color: #222;
	transition: all 0.3s;
}
.page-right .download-box .download-item .a-list a:hover {
	color: #75b739;
	text-decoration: underline;
}
.page-right .download-box .download-item .a-list a img {
	position: absolute;
	left: 0;
	top: 0;
}
.page-right .faq-box .list-item {
	margin-bottom: 8%;
}
.page-right .faq-box .list-item>h2 {
	font-size: 30px;
	color: #222;
	font-family: 'poppins blod';
	position: relative;
	cursor: pointer;
	padding-right: 50px;
	border-bottom: 1px solid #222;
	padding-bottom: 3%;
	margin-bottom: 5%;
	user-select: none;
	padding-left: 68px;
}
.page-right .faq-box .list-item>h2 img {
	max-width: 58px;
	position: absolute;
	top: -7px;
	left: 0;
}
.page-right .faq-box .list-item>h2 i {
	transform: rotate(90deg);
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
	color: #282828;
	transition: all 0.3s;
}
.page-right .faq-box .list-item>h2.open i {
	transform: rotate(-90deg);
}
.page-right .faq-box .list-item>.item-item {
	position: relative;
	padding-left: 70px;
	margin-bottom: 5%;
	display: none;
}
.page-right .faq-box .list-item>.item-item>span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	color: #ccc;
}
.page-right .faq-box .list-item>.item-item .qa-box {
	padding-top: 7px;
}
.page-right .faq-box .list-item>.item-item .qa-box>h4 {
	font-size: 20px;
	color: #222;
	padding-left: 35px;
	position: relative;
	font-family: 'poppins blod';
	margin-bottom: 20px;
}
.page-right .faq-box .list-item>.item-item .qa-box>h4:before {
	display: block;
	content: 'Q';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	background: #74b736;
	border: 2px solid #74b736;
	border-radius: 50%;
	font-family: 'poppins blod';
	box-sizing: border-box;
}
.page-right .faq-box .list-item>.item-item .qa-box>div.a {
	font-size: 16px;
	color: #666;
	padding-left: 35px;
	position: relative;
}
.page-right .faq-box .list-item>.item-item .qa-box>div.a:before {
	display: block;
	content: 'A';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #74b736;
	border: 2px solid #74b736;
	border-radius: 50%;
	font-family: 'poppins blod';
	box-sizing: border-box;
}
.list-product {
	overflow: hidden;
	background: #f3f9f5;
	padding-top: 5%;
}
.list-product .page-right .list-head {
	font-size: 16px;
}
.list-product .page-right .list-head .p1 {
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
}
.list-product .page-right .list-head .p2 {
	font-size: 16px;
	color: #222;
}
.list-product .page-right .list-head .p3 {
	font-size: 18px;
	color: #74b734;
	margin: 25px 0;
}
.list-product .page-right .list-head span.line {
	width: 70px;
	height: 3px;
	background: #74b734;
	display: block;
}
.list-product .page-right .list-head h2 {
	font-size: 30px;
	color: #222;
	font-family: 'poppins blod';
	margin-top: 20px;
}
.list-product .page-right .list-head .keywork-box {
	margin-bottom: 5%;
	font-size: 0;
}
.list-product .page-right .list-head .keywork-box a {
	display: inline-block;
	padding: 20px;
	color: #777;
	font-size: 18px;
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.list-product .page-right .list-head .keywork-box a:after {
	display: block;
	content: '';
	width: 1px;
	height: 14px;
	background: #ddd;
	position: absolute;
	top: 25px;
	left: 0;
}
.list-product .page-right .list-head .keywork-box a:first-child:after,
.list-product .page-right .list-head .keywork-box a:hover:after,
.list-product .page-right .list-head .keywork-box a:hover+a:after {
	display: none;
}
.list-product .page-right .list-head .keywork-box a:hover {
	background: #74b734;
	color: #fff;
}
.list-product .page-right .listbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-product .page-right .listbox>a {
	display: block;
	width: 32.5%;
	background: #fff;
	margin-bottom: 1.5%;
	border-radius: 8px;
	overflow: hidden;
}
.list-product .page-right .listbox>a .img-box {
	overflow: hidden;
}
.list-product .page-right .listbox>a .img-box img {
	width: 100%;
	height: auto;
}
.list-product .page-right .listbox>a .img-box img.thumb {
	display: inline-block;
}
.list-product .page-right .listbox>a .img-box img.thumb-hover {
	display: none;
}
.list-product .page-right .listbox>a:hover .img-box img.thumb {
	display: none;
}
.list-product .page-right .listbox>a:hover .img-box img.thumb-hover {
	display: inline-block;
}
.list-product .page-right .listbox>a .text-box {
	padding: 30px 20px;
	text-align: center;
	border-top: 1px solid #f6f9f7;
}
.list-product .page-right .listbox>a .text-box h3 {
	font-size: 20px;
	color: #222;
}
.list-product .page-right .listbox>a .text-box p {
	font-size: 16px;
	color: #666;
}
.list-product .page-right .listbox>a:hover {
	background: #74b734;
}
.list-product .page-right .listbox>a:hover .text-box h3 {
	color: #fff;
}
.list-product .page-right .listbox>a:hover .text-box p {
	color: #fff;
}
.show-product .pro-head {
	background: #f8f8f8;
	margin-bottom: 40px;
}
.show-product .pro-head .imgbox {
	overflow: hidden;
}
.show-product .pro-head .left-img {
	width: 44.8%;
	float: left;
	margin-right: 4.68%;
	background: #e9e9e9;
}
.show-product .pro-head .left-img .img-list,.show-product .pro-head .left-img .bigimg-box {
	position: relative;
}
.show-product .pro-head .left-img #bigimg {
	background: #fff;
}
.show-product .pro-head .left-img .img-list .proimgSwiper {
	width: 80%;
	margin: 20px auto;
	user-select: none;
}
.show-product .pro-head .left-img .img-list .proimgSwiper img {
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	cursor: pointer;
	background: #fff;
	user-select: none;
}
.show-product .pro-head .left-img .img-list .proimgSwiper .swiper-slide-thumb-active img {
	border: 1px solid #74b734;
}
.show-product .pro-head .left-img .img-list .proimg-navigation .swiper-button-next {
	right: 13.5%;
	width: 5.8%;
	background: #fff;
	height: 4.6vw;
	top: 23px;
}
.show-product .pro-head .left-img .img-list .proimg-navigation .swiper-button-prev {
	left: 13.5%;
	width: 5.8%;
	background: #fff;
	height: 4.6vw;
	top: 23px;
}
.show-product .pro-head .left-img .img-list .proimg-navigation .iconfont {
	font-size: 16px;
	line-height: 4.6875vw;
	font-weight: bolder;
	color: #222;
	user-select: none;
}
.show-product .pro-head .left-img .bigimg-box .proimglist-navigation .swiper-button-next {
	top: 50%;
}
.show-product .pro-head .left-img .bigimg-box .proimglist-navigation .swiper-button-prev {
	top: 50%;
}
.show-product .pro-head .left-img .bigimg-box .proimglist-navigation .iconfont {
	font-size: 30px;
	font-weight: bolder;
	color: #74b738;
	user-select: none;
}
/*.show-product .pro-head .left-img .bigimg-box .proimglist-navigation .iconfont:hover{*/
/*    opacity: 1;*/
/*}*/
.show-product .pro-head .right-desc {
	width: 50%;
	float: left;
	padding-top: 4%;
}
.show-product .pro-head .right-desc>h1 {
	color: #222;
	font-size: 36px;
}
.show-product .pro-head .right-desc>p {
	font-size: 16px;
	color: #666;
	margin-top: 5%;
	margin-bottom: 3%;
}
.show-product .pro-head .right-desc .fields-box {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.show-product .pro-head .right-desc .fields-box>h3 {
	font-size: 20px;
	color: #74b734;
	font-family: 'poppins medium';
	margin-bottom: 30px;
}
.show-product .pro-head .right-desc .fields-box p {
	font-size: 16px;
	color: #666;
}
.show-product .pro-head .right-desc .fields-box img {
	margin: 10px auto;
}
.show-product .pro-head .right-desc .fields-box p span {
	font-size: 16px;
	color: #222;
	font-family: 'poppins medium';
}
.show-product .pro-head .right-desc .btnbox .inquiry {
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	background: #74b734;
	display: inline-block;
	margin-right: 10px;
	font-family: 'poppins medium';
	font-size: 16px;
	border-radius: 5px;
}
.show-product .pro-head .right-desc .btnbox .inquiry img {
	margin-top: 12px;
	margin-right: 10px;
}
.show-product .pro-head .right-desc .btnbox .whatsapp {
	width: 230px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	color: #74b734;
	border: 2px solid #74b734;
	border-radius: 5px;
	display: inline-block;
	font-family: 'poppins medium';
	font-size: 16px;
}
.show-product .pro-head .right-desc .btnbox .whatsapp img {
	margin-top: 10px;
	margin-right: 10px;
}
.desc-tab {
	margin-top: 8%;
}
.desc-tab span {
	display: inline-block;
	padding: 20px 40px;
	color: #666;
	background: #e9e9e9;
	font-family: 'poppins medium';
	font-size: 18px;
	margin-right: 6px;
	cursor: pointer;
}
.desc-tab span.active {
	color: #fff;
	background: #74b734;
}
.show-product .descbox>div {
	display: none;
	color: #222;
	font-size: 16px;
}
.show-product .descbox>div.active {
	display: block;
}
.show-product .descbox>div.active a {
	padding: 10px 15px;
	color: #74b734;
	border: 1px solid #ffffff;
}
.show-product .descbox>div.active a:hover {
	border-color: #74b734;
}
.show-product .descbox .content1 {
}
.show-product .descbox .content1 {
}
.show-product .descbox>div .content-info {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}
.show-product .descbox>div .content-info:nth-child(even) {
	flex-direction: row-reverse;
}
.show-product .descbox>div .content-info .left {
	width: 50%;
	float: left;
	padding-right: 1%;
}
.show-product .descbox>div .content-info .right {
	width: 50%;
	float: right;
	padding-left: 1%;
}
.show-product .descbox>div a.btn {
	color: #fff;
	background: #74b734;
	padding: 10px 30px;
	display: inline-block;
	margin: 3% auto;
	font-size: 24px;
	font-family: 'poppins medium';
	border-radius: 5px;
}
.show-product .descbox>div .table-box {
	overflow-x: auto;
	margin-bottom: 20px;
}
.show-product .descbox table p {
	margin-bottom: 0;
}
.show-product .descbox>div table[align="center"] {
	margin: auto;
}
.show-product .descbox>div table[border="1"] {
	margin: auto;
}
.show-product .descbox>div table tr td {
	border-color: #ddd;
	/*text-align: left;*/
	padding: 1% 2.5%;
	font-size: 16px;
	color: #222;
}
.show-product .descbox>div .pdetails {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-product .descbox>div .pdetails .details-item {
	width: 32%;
	margin-bottom: 2%;
}
.show-product .descbox>div .pdetails .details-item>.img-box {
	overflow: auto;
	border-radius: 10px;
}
.show-product .descbox>div .pdetails .details-item>.img-box img {
	max-width: 100% !important;
	height: auto !important;
}
.show-product .descbox>div .pdetails .details-item h4 {
	color: #222;
	font-size: 20px;
	font-family: 'poppins semiBold';
	margin-top: 20px;
}
.show-product .descbox>div .pdetails .details-item p {
	color: #222;
	font-size: 16px;
}
.show-product .descbox>div .advantages {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-product .descbox>div .advantages .item {
	width: 23%;
	margin-bottom: 3%;
	border-right: 1px solid #dddddd;
	padding-right: 2%;
}
.show-product .descbox>div .advantages .item:nth-child(4n+4) {
	border-right: 0
}
.show-product .descbox>div .advantages .item>.img-box {
	overflow: auto;
	border-radius: 10px;
}
.show-product .descbox>div .advantages .item>.img-box img {
	max-width: 100% !important;
	height: auto !important;
}
.show-product .descbox>div .advantages .item h4 {
	color: #222;
	font-size: 20px;
	font-family: 'poppins semiBold';
	margin-top: 20px;
}
.show-product .descbox>div .advantages .item p {
	color: #222;
	font-size: 16px;
}
.show-product .descbox>div .applist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-product .descbox>div .applist .app-item {
	width: 49.5%;
	background: none;
	padding-bottom: 15px;
}
.show-product .descbox>div .applist .app-item .imgbox {
	overflow: hidden;
}
.show-product .descbox>div .applist .app-item .imgbox img {
	max-width: 100% !important;
	height: auto !important;
}
.show-product .descbox>div .applist .app-item p {
	font-size: 20px;
	color: #222;
	margin: 15px auto;
}
.show-product .descbox>div h2,.show-product .descbox>div h3 {
	font-size: 40px;
	color: #222;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 35px;
}
.show-product .descbox>div h2:before,.show-product .descbox>div h3:before {
	display: block;
	content: '';
	position: absolute;
	width: 6%;
	height: 2px;
	background: #74b738;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.show-product .why-box {
	padding-top: 4%;
	padding-bottom: 3%;
	text-align: center;
	color: #222;
	font-size: 16px;
	background: url('../images/why-bg.jpg')top/cover no-repeat;
	min-height: 730px;
	margin-top: 4%;
}
.show-product .why-box h3 {
	font-size: 46px;
	color: #222;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.show-product .why-box p {
	margin: 10px auto;
}
.show-product .why-box .whySwiper {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
 /* 设置为Flex容器 */
	align-items: stretch;
 /* 项目高度自动拉伸 */
	margin-top: 3%;
}
.show-product .why-box .whySwiper .swiper-wrapper {
    /*height:auto;*/
}
.show-product .why-box .whySwiper .swiper-slide {
	padding: 30px;
	background: #fff;
	opacity: 0.6;
	transition: all 0.5s;
	cursor: pointer;
	height: 100%;
}
.show-product .why-box .whySwiper .swiper-slide>div {
	position: relative;
}
.show-product .why-box .whySwiper .swiper-slide:nth-child(1) {
	border-radius: 5px 0 0 5px;
}
.show-product .why-box .whySwiper .swiper-slide:nth-child(5) {
	border-radius: 0 5px 5px 0;
}
.show-product .why-box .whySwiper .swiper-slide>div:before {
	display: block;
	content: '';
	width: 1px;
	height: 95%;
	position: absolute;
	left: -30px;
	top: 5%;
	background: #ddd;
}
.show-product .why-box .whySwiper .swiper-slide:first-child>div:before {
	display: none;
}
.show-product .why-box .whySwiper img {
	margin-bottom: 20px;
}
.show-product .why-box .whySwiper h3 {
	font-size: 18px;
	color: #74b738;
	font-family: 'poppins blod';
}
.show-product .why-box .whySwiper p {
	color: #707070;
}
.show-product .why-box .whySwiper .swiper-slide span {
	font-size: 26px;
	color: #74b738;
	width: 55px;
	height: 55px;
	line-height: 58px;
	background: #fff;
	border-radius: 50%;
	display: none;
	text-align: center;
	margin: auto;
}
.show-product .why-box .whySwiper .swiper-slide:hover {
	background: #74b738;
	color: #fff;
	opacity: 1;
	margin-top: -26px;
	border-radius: 5px;
}
.show-product .why-box .whySwiper .swiper-pagination {
	bottom: 40px;
	display: none;
}
.aboutproSwiper .swiper-pagination {
	display: none;
}
.show-product .why-box .whySwiper .swiper-slide:hover img {
	filter: brightness(0%) invert(100%);
}
.show-product .why-box .whySwiper .swiper-slide:hover span {
	display: block;
}
.show-product .why-box .whySwiper .swiper-slide:hover h3,
.show-product .why-box .whySwiper .swiper-slide:hover p {
	color: #fff;
}
.show-product .why-box .whySwiper .swiper-slide:hover>div:before,
.show-product .why-box .whySwiper .swiper-slide:hover+div>div:before {
	display: none;
}
.show-product .why-box h3:before {
	display: block;
	content: '';
	position: absolute;
	width: 5%;
	height: 5px;
	background: #74b738;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.show-product .why-box h3:after {
	display: block;
	content: '';
	position: absolute;
	width: 31%;
	height: 2px;
	background: #ebedec;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.show-product .faq-box {
	padding: 4% 0;
}
.show-product .faq-box .container > h3 {
	font-size: 46px;
	color: #222;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.show-product .faq-box h3:before {
	display: block;
	content: '';
	position: absolute;
	width: 5%;
	height: 5px;
	background: #74b738;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.show-product .faq-box h3:after {
	display: block;
	content: '';
	position: absolute;
	width: 31%;
	height: 2px;
	background: #ebedec;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.show-product .faq-box .faqlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 4%;
}
.show-product .faq-box .faqlist .faq-item {
	width: 49.2%;
	background: #f2f2f2;
	margin-bottom: 1.6%;
	padding: 40px 25px;
	color: #222;
}
.show-product .faq-box .faqlist .faq-item>h3 {
	padding-left: 40px;
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.show-product .faq-box .faqlist .faq-item>h3:before {
	display: block;
	content: 'Q';
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	font-family: 'poppins blod';
	background: #74b736;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	right: auto;
	bottom: 15px;
}
.show-product .faq-box .faqlist .faq-item>p {
	padding-left: 40px;
	font-size: 16px;
	position: relative;
}
.show-product .faq-box .faqlist .faq-item>p:before {
	display: block;
	content: 'A';
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #74b736;
	font-family: 'poppins blod';
	background: #fff;
	border-radius: 50%;
	border: 2px solid #74b736;
	position: absolute;
	left: 0;
	top: 0;
}
.show-product .aboutpro-box {
	background: #f3f9f5;
	padding-top: 4%;
	padding-bottom: 4%;
}
.show-product .aboutpro-box>div>h3 {
	font-size: 26px;
	color: #222;
	font-family: 'poppins blod';
	position: relative;
}
.show-product .aboutpro-box>div>h3>a {
	display: inline-block;
	font-size: 16px;
	color: #74b738;
	border: 1px solid #74b738;
	border-radius: 4px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 20px;
	font-family: 'poppins';
	background: #fff;
}
.show-product .aboutpro-box .aboutproSwiper {
	margin-top: 3%;
}
.show-product .aboutpro-box .aboutproSwiper a {
	display: block;
	background: #fff;
	text-align: center;
	border-radius: 6px;
	overflow: hidden;
}
.show-product .aboutpro-box .aboutproSwiper a .img-box {
	overflow: hidden;
}
.show-product .aboutpro-box .aboutproSwiper a .text-box {
	border-top: 1px solid #f3f9f5;
	padding: 20px 40px;
}
.show-product .aboutpro-box .aboutproSwiper a .text-box h4 {
	font-size: 20px;
	color: #222;
	font-family: 'poppins medium';
}
.show-product .aboutpro-box .aboutproSwiper a .text-box p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
.page-box {
	margin: 6% auto
}
.page-box>ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}
.page-box>ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #222;
	font-size: 16px;
	font-family: 'poppins blod';
	border: 1px solid #ddd;
	border-radius: 50%;
	margin: 5px 3px;
	background: #fff;
}
.page-box>ul li a img {
	width: 30px;
	margin-top: 4px
}
.page-box>ul li.pre-page a,.page-box>ul li:last-child a {
	background: #fff;
	border: 1px solid #74b736;
	margin: 5px 10px
}
.page-box>ul li a.active {
	color: #74b736;
	border: 1px solid #74b736
}
.page-box>ul li:last-child a {
	background: #74b736;
}
.page-box>ul li:last-child a img {
	filter: brightness(0%) invert(100%);
}
.new-desc .content-box h1,.new-desc .content-box h2,.new-desc .content-box h3,.new-desc .content-box h4,.new-desc .content-box h5,.new-desc .content-box h6 {
	font-size: 20px;
	margin-bottom: 10px
}
.new-desc .content-box a,.conbox a {
	color: #74b638;
}
.new-desc .content-box p {
	margin-bottom: 15px;
}
.new-desc .container {
	font-size: 16px;
	color: #222
}
.new-desc {
	padding-top: 4%;
	padding-bottom: 4%;
	overflow: hidden;
}
.new-desc .container .show-right {
	width: 75%;
	float: right;
	padding-top: 10px;
}
.new-desc .container .show-right .content-box {
	margin-bottom: 3%;
}
.new-desc .container .show-right .content-box iframe {
	height: 450px;
}
.new-desc .container .show-right>h1 {
	font-size: 36px;
	font-family: segoeui blod;
	text-align: center;
	margin-bottom: 3%
}
.new-desc .container .show-right>p {
	text-align: center;
	margin-bottom: 4%;
	padding-bottom: 4%;
	border-bottom: 1px solid #eee
}
.new-desc .container .show-right .prev-next {
	margin-top: 3%
}
.new-desc .container .show-right .prev-next .iconfont {
	font-weight: 700;
	margin-top: -2px
}
.new-desc .container .show-right .prev-next .prev-page a {
	font-size: 24px;
	font-family: segoeui blod;
	color: #0095e5
}
.new-desc .container .show-right .prev-next p a {
	font-size: 22px;
	font-family: segoeui blod;
	color: #0095e5;
	transition: all 0.3s
}
.new-desc .container .show-right .prev-next p {
	margin-bottom: 10px
}
.new-desc .container .show-right .prev-next a img {
	margin-top: 12px
}
.new-desc .container .show-right .prev-next p a:hover {
	color: #74b738;
}
.new-desc .container .show-right .prev-next p a:hover img {
	filter: brightness(0) invert(1)
}
.new-desc .container .show-right .content-box ul,
.new-desc .container .show-right .content-box ol,
.show-product .descbox ul,
.show-product .descbox ol {
	padding-left: 40px;
}
.new-desc .container .show-right .content-box ul li,
.show-product .descbox ul li {
	list-style: disc;
	;
}
.new-desc .container .show-right .content-box ol li,
.show-product .descbox ol li {
	list-style: decimal;
}
.custom_service p img,.custom_service div img {
	display: inline;
	vertical-align: middle;
	width: 32px;
}
.scrollsidebar {
	position: fixed;
	z-index: 99999999999;
	bottom: 35%;
	right: 0
}
.side_content {
	width: 55px;
	height: auto;
	float: left;
	overflow: hidden;
}
.side_content .side_list {
	width: 55px;
}
.show_btn {
	width: 0;
	height: 112px;
	overflow: hidden;
	margin-top: 50px;
	float: left;
	cursor: pointer;
}
.show_btn span {
	display: none;
}
.close_btn {
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.side_title,.side_bottom,.close_btn,.show_btn {
	background: url(../images/sidebar_bg.png) no-repeat;
}
.side_title {
	height: 46px;
}
.side_bottom {
	height: 8px;
}
.side_center {
	font-family: Verdana, Geneva, sans-serif;
	padding: 15px 12px;
	font-size: 12px;
}
.close_btn {
	float: right;
	display: block;
	width: 21px;
	height: 16px;
	margin: 16px 0px 0 0;
	_margin: 16px 5px 0 0;
}
.close_btn span {
	display: none;
}
.side_center .custom_service p,.side_center .custom_service div {
	text-align: left;
	padding: 4px 0;
	margin: 0;
	vertical-align: middle;
	white-space: nowrap;
}
.side_center .custom_service p a ,.side_center .custom_service div a{
	font-size: 16px;
	display: inline-block;
	width: 100%;
}
.side_center .custom_service .wechat_code{
    display: none;
    position: absolute;
    left: -135px;
    top: 45px;
    border: 1px solid #eeeeee;
}
.side_center .custom_service .wechat_code img{
    width: 130px;
}
.side_center .custom_service .custom_service_skpye:hover{
    /* position: relative; */
}
.side_center .custom_service .custom_service_skpye:hover .wechat_code{
    display: block;
}
.other {
	text-align: center;
	border-top: 1px solid #ddd;
	margin-top: 6px;
	display: none;
}
.other p {
	padding: 5px 0;
	_height: 16px;
	margin: 0;
	color: #666666;
}
.msgserver {
	text-align: center;
	margin-bottom: 5px;
}
.msgserver a {
	background: url(../images/sidebar_bg.png) no-repeat -119px -115px;
	padding-left: 22px;
}
.side_title {
	background-position: -195px 0;
}
.side_center {
	background: url(../images/blue_line.png) repeat-y center;
}
.side_bottom {
	background-position: -195px -50px;
}
.close_btn {
	background-position: -44px 0;
}
.close_btn:hover {
	background-position: -66px 0;
}
.show_btn {
	background-position: -119px 0;
}
.msgserver a {
	color: #06C;
}
.side_green .side_title {
	background-position: -250px 4px;
}
.side_green .side_center {
	background: url(../images/green_line.png) repeat-y center;
	background-color: #ffffff;
}
.side_green .side_bottom {
	background-position: -250px -56px;
}
.side_green .close_btn {
	background-position: -44px -23px;
}
.side_green .close_btn:hover {
	background-position: -66px -23px;
}
.side_green .show_btn {
	background-position: -147px 0;
}
.side_green .msgserver a {
	color: #76a20c;
}
@media(max-width: 768px) {
	.show-product .descbox>div .content-info .left {
		width: 100%;
		float: left;
		padding-right: 1%;
	}
	.show-product .descbox>div .content-info .right {
		width: 100%;
		float: left;
		padding-left: 1%;
	}
	.show-product .descbox>div .content-info:nth-child(even) {
		flex-direction: column-reverse;
	}
	.show-product .descbox>div .content-info:nth-child(odd) {
		flex-direction: column-reverse;
	}
	.show-product .descbox>div .applist .app-item {
		width: 100% !important;
	}
	
}
