.head {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: white;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	z-index: 10;
}

.head-top {
	padding: 10px 0;
	background-color: #f9f9f9;
}

.head-top a {
	color: #000;
}

.head-top ul {
	display: flex;
}

.head-top ul li {
	padding-right: 40px;
}

.w1200 {
	max-width: 1200px;
	margin: auto;
}

.head-container {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.en {
	margin-right: 20px;
}

.logoA {
	height: 100%;
	display: flex;
	align-items: center;
}

.logoimg {
	width: 100px;
}

.head-nav {
	display: flex;
	align-items: center;
}

.nav-li {
	height: 50px;
	margin-left: 50px;
	display: flex;
	align-items: center;
	position: relative;
}

.nav-li:hover .nav_mc {
	display: block;
}

.nav_mc {
	position: absolute;
	top: 100%;
	left: 0%;
	padding: 10px 0 0 0;
	/*transform: translateX(-50%);*/
	display: none;
}

.navchild {
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
	padding: 10px;
	background: #39a842;
	position: relative;
}

.navchild::before {
	width: 0;
	height: 0;
	display: block;
	content: "";
	position: absolute;
	top: -20px;
	left: 24px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #39a842 transparent;
	z-index: 6;
}

.navchild::after {
	width: 0;
	height: 0;
	display: block;
	content: "";
	position: absolute;
	top: -22px;
	left: 23px;
	border-width: 11px;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
	z-index: 5;
}

.navchildA {
	white-space: nowrap;
	color: white;
	display: flex;
	padding: 5px 0;
}

.navchildA:hover {
	color: white;
}

.nav-li:first-child {
	margin: 0;
}

.nav-li:last-child {
	margin-left: 30px;
}

.navA {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000;
}

.navA:hover {
	background: url(../image/libg.png) bottom center no-repeat;
	color: #39a842;
}

.lightbg {
	background: url(../image/libg.png) bottom center no-repeat;
	color: #39a842;
}

.fdjimg {
	width: 40px;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.headform {
	width: 260px;
	height: 70px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	position: absolute;
	top: 105%;
	right: 0;
	z-index: 9;
	display: none;
}

.serachform {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.headinp {
	width: 185px;
	height: 34px;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-size: 14px;
	padding: 10px;
}

.headinp:focus {
	outline: 0;
	border: 1px solid #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.headbt {
	border: 0;
	padding: 0;
	margin: 0;
	background: white;
	margin-left: 5px;
}

.headbt:focus {
	outline: 0;
}

.zwf {
	height: 70px;
}

.swiper1 {
	position: relative;
}

.prev1 {
	position: absolute;
	top: 50% !important;
	left: 4% !important;
	z-index: 9;
}

.next1 {
	position: absolute;
	top: 50% !important;
	right: 4% !important;
	z-index: 9;
}

.page1 {
	position: absolute;
	bottom: 10% !important;
	left: 0;
}

.swiper1 .swiper-pagination-bullet {
	width: 52px;
	height: 5px;
	background: white;
	opacity: 1;
	border-radius: 5px;
}

.swiper1 .swiper-pagination-bullet-active {
	background: #39a842;
}

.product {
	padding: 20px 0;
}

.indeximg {
	max-width: 100%;
	margin: auto;
}

.product-ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.product-li {
	width: 185px;
	margin-right: 10px;
}

.product-li:last-child {
	margin-right: 0;
}

.productA {
	padding: 10px;
	background-color: #39a842;
	border-radius: 5px;
	color: white;
	display: flex;
	justify-content: center;
	font-size: 13px;
}

.productA:hover {
	color: white;
}

.product_card {
	display: flex;
	flex-wrap: wrap;
}

.card_li {
	width: 23%;
	margin-right: 2.333%;
	margin-bottom: 25px;
	border: 1px solid #ececec;
	overflow: hidden;
}

.card_li:nth-child(4n) {
	margin-right: 0;
}

.cpcardA {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 0;
}

.cardimg {
	max-width: 80%;
	transition: all 0.4s;
}

.cpcardA:hover .cardimg {
	transform: scale(1.2);
}

.more {
	display: flex;
	justify-content: center;
}

.moreA {
	width: fit-content;
	height: 30px;
	background: #4eaf55;
	border-radius: 15px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	color: #fff;
}

.moreA:hover {
	color: white;
}

.about {
	padding: 20px 0;
}

.about-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aboutr {
	flex: 1;
	margin-left: 42px;
}

.aboutcm {
	margin-left: 25px;
	font-weight: normal;
	font-style: normal;
	display: block;
	line-height: 21px;
	height: 21px;
	text-align: center;
	width: 100%;
	color: #000000;
	font-size: 22px;
	margin-bottom: 20px;
}

.about-content {
	line-height: 28px;
}

.gymore {
	width: 150px;
	height: 30px;
	background-color: #4eaf55;
	line-height: 30px;
	color: white;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gymore:hover {
	color: white;
}

.choose {
	background: #eee;
}

.choose-content {
	display: flex;
	justify-content: space-between;
}

.choosel {
	width: 53%;
}

.choosename {
	text-align: center;
	padding-top: 8px;
	font-size: 24px;
	line-height: 99px;
	text-align: center;
}

.choose-ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.choose-li {
	width: 45%;
	display: flex;
	align-items: flex-start;
	margin: 15px 0;
}

.chooseimg {
	margin-right: 20px;
}

.choose-sw {
	width: 42%;
}

.chswp {
	padding: 25px 73px;
	background: white;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, .6);
	margin-top: 10px;
	position: relative;
	width: 80%;
	margin: auto;
	margin-top: 20px;
	height: 412px;
}

.chooset {
	font-size: 16px;
	margin-bottom: 10px;
}

.choosed {
	font-size: 14px;
	margin-bottom: 20px;
}

.chspd {
	white-space: pre-line;
	font-size: 14px;
	margin-top: 20px;
}

.chsptitle {
	margin-bottom: 10px;
	font-size: 18px;
}

.chspsub {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

.prev2 {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 9 !important;
}

.next2 {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 9 !important;
}

.next2:focus {
	outline: 0;
}

.prev2:focus {
	outline: 0;
}

.chswzy {
	width: 100%;
}

.indexlx {
	position: relative;
}

.indexlxA {
	position: absolute;
	bottom: 25%;
	left: 50%;
	transform: translateX(-50%);
}

.new {
	padding-bottom: 20px;
}

.new-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.new-li {
	width: 48%;
	margin-bottom: 20px;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.3s;
}

.new-li:hover {
	box-shadow: 0px 2px 6px rgb(0, 0, 0, .6);
}

.newdate {
	font-size: 18px;
	line-height: 24px;
}

.new-title {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	display: flex;
}

.new-title:hover {
	color: #39a842;
}

.newct {
	font-size: 14px;
}

.new-li:hover .new-title {
	color: #39a842;
}

.nmore {
	width: 120px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background: #39a842;
	border-radius: 15px;
}

.nmore:hover {
	color: white;
}

.footer {
	width: 100%;
	height: auto;
	background: #eee;
}

.foot-container {
	padding-top: 35px;
	display: flex;
	justify-content: space-between;
}

.footlogo {
	width: 100px;
}

.footlqwe {
	padding: 5px 0;
}

.footlA {
	display: flex;
	align-items: center;
}

.footlimg {
	margin-right: 10px;
}

.footlsp {
	font-size: 18px;
	color: #000;
}

.footnav-name {
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}

.footnav-li {
	padding: 5px 0;
}

.footnavA {
	display: flex;
	align-items: center;
}

.footnavsp {
	font-size: 16px;
	color: #000;
}

.footr {
	width: 40%;
}

.ftlx-li {
	padding: 5px 0;
	display: flex;
	align-items: center;
}

.ftlx-li img {
	width: 15px;
	margin-right: 10px;
}

.copys {
	color: #000;
	text-align: center;
	padding: 10px 0;
	margin-top: 10px;
}

.ftlx-lis {
	align-items: flex-start;
}

.wxewm {
	width: 100px !important;
}

.head-m {
	display: none;
}

@media (max-width: 980px) {
	.head-top {
		display: none;
	}

	.head-container {
		display: none;
	}

	.head-m {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		padding: 0 15px;
	}

	.head-m .head-icon {
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url(../image/headm-icon.png) center no-repeat;
	}
	.head-menu{
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		background-color: #fff;
		box-shadow: 0 2px 2px #eee;
	}
	.head-menu a{
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}
	.product{
		overflow: hidden;
		position: relative;
		padding: 20px 15px;
	}
	.indeximg{
		padding: 10px 0 20px;
		transform: scale(3);
	}
	.product-ul{
		justify-content: space-between;
	}
	.product-li{
		width: 49%;
		margin: 0 0 10px 0;
		box-sizing: border-box;
	}
	.card_li{
		width: 49%;
		margin: 0 0 10px 0;
	}
	.product_card{
		justify-content: space-between;
	}
	.about{
		padding: 20px 15px;
	}
	.aboutcm{
		height: auto;
		margin: 0;
		padding: 15px 0;
	}
	.more a{
		height: auto;
		padding: 5px 15px;
		width: auto;
		border-radius: 25px;
		display: inline-block;
		margin-top: 10px;
	}
	.about img{
		max-width: 100%;
	}
	.about-container{
		flex-wrap: wrap;
	}
	.aboutr{
		margin: 0;
	}
	.choose-content{
		flex-wrap: wrap;
		padding: 0 15px 20px 15px;
	}
	.choosel{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.choose-li{
		display: block;
	}
	.chooseimg{
		margin-bottom: 10px;
	}
	.choose-sw{
		width: 100%;
	}
	.indexlx{
		display: none;
	}
	.new{
		padding-top: 50px;
	}
	.foot-container{
		flex-wrap: wrap;
		padding: 20px 15px;
	}
	.footm,
	.footl{
		width: 47%;
	}
	.footr{
		width: 100%;
	}
	.inimg{
		transform: scale(3);
		box-sizing: border-box;
	}
	.gypager{
		margin-left: 0 !important;
	}
	.inpage-content{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.gywl{
		padding: 15px 0;
	}
	.cppage{
		flex-wrap: wrap;
	}
	.cppager{
		margin-left: 0 !important;
	}
	.cplist{
		justify-content: space-between;
		margin-top: 15px;
	}
	.cplist-li{
		width: 48% !important;
		margin: 0 0 15px 0 !important;
	}
	.cppagel{
		width: 100% !important;
	}
	.cppage-ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.cppage-li{
		width: 48% !important;
	}
	.cpdetail{
		flex-wrap: wrap;
	}
	.cpdetailr{
		margin-left: 0 !important;
		flex-wrap: wrap;
	}
	.cpdt-left{
		display: none;
	}
	.cpdt-right{
		margin-top: 20px;
	}
	.cpdetaill{
		width: 100% !important;
	}
	.w1000{
		width: 100% !important;
	}
	.newlist-li{
		width: 100% !important;
	}
	.lxpage{
		flex-wrap: wrap;
	}
	.lxpagel{
		width: 100% !important;
	}
	.lxpager{
		width: 100% !important;
	}
}