.head {
	height: 100px;
	position: absolute;
	z-index: 999;
	display: flex;
	width: 100%;
}
.head .logo {
	margin-top: 6px;
	margin-left: 200px;
	flex: 2;
}
.head .logo img {
	height: 70px;
}
.head .tabbar {
	flex: 8;
}
.head .cn {
	flex: 2;
	text-align: center;
	color: #0ecf80;
	line-height: 80px;
	cursor: pointer;
}
.head .cn img {
	margin-right: 10px;
}
.head .tabbar ul {
	overflow: hidden;
}
.head .tabbar ul li {
	float: left;
	color: #fff;
	line-height: 80px;
	font-size: 16px;
	cursor: pointer;
	box-sizing: border-box;
}

.head .tabbar ul li a {
	display: inline-block;
	height: 100%;
	padding: 0 30px;
}
.head .tabbar ul li a:hover {
    color: #333;
    text-decoration: none;
} 

@keyframes example {
  from {background-color: transparent;}
  to {background-color: white;}
}

/* 向此元素应用动画效果 */
.head .tabbar ul li:hover {
  background-color: transparent;
  animation-name: example;
  animation-duration: 1s;
  color: #333;
}
.head .tabbar ul li a:hover {
  animation-name: example;
  animation-duration: 1s;
  color: #333;
}
.head .tabbar ul {
	float: right;
}
#index .re {
	min-height: 100px;
	margin-bottom: 50px;
}
.re .swiper {
	width: 100%;
}
.re .swiper .tips7 img {
	/* width: auto;
	height: 680px;
	max-width: 100%;
	max-height: 680px; */
	width: 100%;
	height: auto;
}
.re .swiper .tips7 {
	text-align: center;
}
.news {
	margin: 10px;
}
.news .flex img {
	width: 100%;
}
.news .flex {
	box-shadow: 5px 0px 20px #ddd;
	background-color: #f5f5f5;
}
.news .flex .pic {
	flex: 0.6;
	margin-top: 10px;
}
.news .flex .list {
	flex: 1;
	padding: 10px;
}
.news .flex .list li {
	margin-bottom: 16px;
}
.news .flex .list li h5 {
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: 500;
	color: #000;
}
.news .flex .list li p {
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666;
}
.product {
	background-image: url(../img/card-bg.png);
	background-size: cover;
	padding: 40px 0;
}
.product-list {
	background-color: #36ab60;
	padding: 10px;
	text-align: center;
	color: #fff;
	flex: 1;
	margin: 10px 5px;
	height: 290px;
	cursor: pointer;
}
.product-list a {
	display: block;
	height: 100%;
}
.product-list a:hover {
	text-decoration: none;
	color: #fff;
}
.product-list p img {
	margin: 20px 0;
	height: 100px;
}
.product-list .name {
	font-size: 22px;
	color: #fff;
}
.product-list .more {
	margin-top: 80px;
}
.product-list .more span {
	color: #fff;
	padding: 8px 74px;
	border: 1px solid #fff;
	border-radius: 30px;
}
.service .flex img {
	width: 600px;
}
.service .flex .text {
	background-image: url(../img/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 50px;
	flex: 1;
}
.service .flex .text h4 {
	margin-top: 60px;
	font-size: 22px;
	color: #36ab60;
	margin-bottom: 30px;
	font-weight: 500;
}
.service .flex .text p {
	font-size: 16px;
	line-height: 26px;
}
.contact {
	background-image: url(../img/lianxi-bg.png);
	padding: 20px;
}
.contact .flex img {
	height: 240px;
	margin-right: 20px;
	margin-left: 30px;
}
.contact .flex .lxfs img {
	height: 20px;
	width: 20px;
	margin-right: 10px;
}
.contact .flex .lxfs li {
	margin-bottom: 14px;
}
.contact .flex .lxfs ul {
	padding-top: 30px;
}
.footer {
	background-color: #36ab60;
	padding-top: 40px;
}
.footer .flex {
	margin-bottom: 40px;
}
.footer .flex p {
	color: #fff;
	margin-bottom: 6px;
	font-size: 16px;
}
.footer .flex h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}
.line {
	line-height: 60px;
	border-top: 1px solid #fff;
	color: #fff;
	text-align: center;
}
#us {
	/* height: 560px; */
	margin-bottom: 50px;
}
.about-us .swiper img {
	width: 100%;
	height: auto;
}
.product-center .swiper img {
	width: 100%;
	height: auto;
}
.pack .swiper img {
	width: 100%;
	height: auto;
}
.about-us .swiper img {
	width: 100%;
	height: auto;
}



#index .head {
	background-color: transparent;
	
}
.re .head {
	background-color: rgba(54,171,96,0.6);
	height: 80px;
	
}
.flex .tab {
	background-image: url(../img/tab-bj.png);
	height: 600px;
	background-size: cover;
	padding: 10px 20px;
	width: 190px;
}
.flex .tab li:hover,.flex .tab li a:hover {
	background-color: #36ab60;
	color: #fff;
	text-decoration: none;
}
.flex .tab li a.on {
	background-color: #36ab60;
	color: #fff;
	text-decoration: none;
}
.flex .tab .pro-list a,.flex .tab .pro {
	color: #333;
	padding: 18px 0;
	display: inline-block;
	text-align: center;
	width: 186px;
	border-bottom: 1px solid #36ab60;
	margin-left: 2px;
	cursor: pointer;
}
.flex .tab .pro {
	margin-top: 12px;
	background-color: #36AB60;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
}
.flex .tab .pro {
	margin-top: 12px;
	background-color: #36AB60;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
}
.about-us .flex {
	margin-bottom: 50px;
}
.profile {
	flex: auto;
	margin-left: 30px;
}
.profile h3 {
	color: #36AB60;
	background-color: #f9f9f9;
	font-size: 24px;
	padding: 20px 30px;
	font-weight: 500;
	margin-bottom: 20px;
}
.profile .re .pic {
	right: 0;
	top: 30px;
}
.profile .re .pic img {
	height: 460px;
}
.profile .company {
	background: #f9f9f9;
	width: 500px;
	height: 340px;
	top: 150px;
	right: 330px;
	padding: 20px;
	box-sizing: border-box;
}
.profile .company>p  {
	color: #36AB60;
	font-size: 22px;
	padding: 18px 0;
}
.profile .company li  {
	margin-bottom: 10px;
	line-height: 24px;
}
.profile .company li span {
	background-color: #36AB60;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	margin-right: 15px;
}
.profile .border {
	background: #36AB60;
	width: 500px;
	height: 350px;
	top: 140px;
	right: 320px;
}
.profile .re {
	/* height: 570px; */
	margin-bottom: 50px;
}
.product-center .re,.pack .re {
	/* height: 400px; */
	margin-bottom: 50px;
}
.contain {
    width: 1000px;
    margin: 40px auto 0;
}
 
.contain li {
    float: left;
    list-style: none;
    width: 140px;
    height: 380px;
    transition: all 2s;
    position: relative;
    overflow: hidden;
}
 
.contain ul:hover li {
    width: 80px;
}
 
.contain ul li:hover {
    width: 500px;
}
 
.contain li .title {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    line-height: 50px;
    bottom: 0px;
    left: 0;
	margin: 0;
}
 
.contain a {
    color: #fff;
    text-decoration: none;
}
.tips4 .tips5 {
	display: block;
}
.contain .title span {
	writing-mode: vertical-rl;
	display: inline-block;
	height: 100%;
}
.contain a img {
    height: 380px;
}
.packing li {
	text-align: center;
}
/* * {
  font-family: 'Work Sans', sans-serif;
}

html, body {
  height: 100%;
  color: #1a1b1c;
} */
body{background-color: #FFFFFF}
label, .layout a {
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  display: inline-block;
  color: inherit;
  transition: border 0.2s;
/*  border-bottom: 5px solid rgba(142, 68, 173, 0.2); */
  padding: 3px 2px;
}
label:hover, .layout a:hover {
  border-bottom-color: #9b59b6;
}

.layout {
  display: grid;
  height: 100%;
  width: 100%;
  overflow: hidden;
  grid-template-rows: 50px 1fr;
  grid-template-columns: 1fr 1fr;
}

input[type="radio"] {
  display: none;
}

label.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-bottom: 2px solid #8e44ad;
  background: #ecf0f1;
  user-select: none;
  transition: background 0.4s, padding-left 0.2s;
  padding-left: 0;
}
label.nav:hover {
  background-color: #8e44ad;
  color: #fff;
}
/* input[type="radio"]:checked + .page + label.nav {
  background: #9b59b6;
  color: #ffffff;
  padding-left: 20px;
}
input[type="radio"]:checked + .page + label.nav span {
  padding-left: 20px;
}
input[type="radio"]:checked + .page + label.nav svg {
  opacity: 1;
} */
label.nav span {
  padding-left: 0px;
  position: relative;
}
label.nav svg {
  left: 0;
  top: -3px;
  position: absolute;
  width: 15px;
  opacity: 0;
  transition: opacity 0.2s;
}

.page {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-column-end: span 3;
  padding: 0px 20px;
  align-items: center;
}

/* .page-contents > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s, transform 0.2s;
}
.page-contents > *:nth-child(1) {
  transition-delay: 0.4s;
}
.page-contents > *:nth-child(2) {
  transition-delay: 0.6s;
}
.page-contents > *:nth-child(3) {
  transition-delay: 0.8s;
}
.page-contents > *:nth-child(4) {
  transition-delay: 1s;
}
.page-contents > *:nth-child(5) {
  transition-delay: 1.2s;
}
.page-contents > *:nth-child(6) {
  transition-delay: 1.4s;
}
.page-contents > *:nth-child(7) {
  transition-delay: 1.6s;
}
.page-contents > *:nth-child(8) {
  transition-delay: 1.8s;
}
.page-contents > *:nth-child(9) {
  transition-delay: 2s;
}
.page-contents > *:nth-child(10) {
  transition-delay: 2.2s;
}
.page-contents > *:nth-child(11) {
  transition-delay: 2.4s;
}
.page-contents > *:nth-child(12) {
  transition-delay: 2.6s;
}
.page-contents > *:nth-child(13) {
  transition-delay: 2.8s;
}
.page-contents > *:nth-child(14) {
  transition-delay: 3s;
}
.page-contents > *:nth-child(15) {
  transition-delay: 3.2s;
}
.page-contents > *:nth-child(16) {
  transition-delay: 3.4s;
}
.page-contents > *:nth-child(17) {
  transition-delay: 3.6s;
}
.page-contents > *:nth-child(18) {
  transition-delay: 3.8s;
}
.page-contents > *:nth-child(19) {
  transition-delay: 4s;
}
.page-contents > *:nth-child(20) {
  transition-delay: 4.2s;
}

input[type="radio"] + .page {
  transition: transform 0.2s;
  transform: translateX(100%);
}

input[type="radio"]:checked + .page {
  transform: translateX(0%);
}
input[type="radio"]:checked + .page .page-contents > * {
  opacity: 1;
  transform: translateY(0px);
} */

.page-contents {
  max-width: 100%;
  width: 500px;
  margin: 0 auto;
}
.home-page .time {
	padding: 0 30px;
}
.home-page .time p {
	font-size: 24px;
}
.home-page .time p span {
	font-size: 14px;
}
.home-page .time p span {
	font-size: 14px;
}
.home-page .detail h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.home-page {
	padding: 0;
}
.home-page .pic img {
	width: 225px;
	height: 140px;
}
.home-page .flex {
	margin: 20px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.paging span {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	margin: 10px 10px;
	border: 1px solid #ddd;
	cursor: pointer;
}
.paging .flex {
	margin: 20px auto;
	width: 450px;
}
.srk {
	position: relative;
	margin-bottom: 30px;
}
.srk img {
	position: absolute;
	top: 0;
	right: -3px;
}
.srk input {
	width: 300px;
	height: 46px;
	line-height: 46px;
	padding-left: 20px;
	border-color: #ddd;
	outline: none;
	border: 1px solid #36AB60;
}
.content .le {
	width: 340px;
}
.map img {
	height: 460px;
}
.select {
	box-shadow: 5px 0px 20px #ddd;
}
.select>div {
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.focus {
	background-color: #36AB60;
	color: #fff;
}
.content-bg {
	background-image: url(../img/gywm-bg.png);
	background-size: 100% 100%;
	width: 80%;
	height: 720px;
	margin: 30px auto;
	padding: 200px 12px 0;
	box-sizing: border-box;
}
.content-bg li {
	margin-bottom: 10px;
	line-height: 24px;
}
.content-bg li span {
	background-color: #36AB60;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	margin-right: 15px;
}
.form {
	margin: 50px 0;
	background: #f9f9f9;
	padding: 20px 80px;
	font-size: 16px;
}
.form .lable {
	margin-right: 20px;
	line-height: 48px;
}
.form .tltle {
	text-align: center;
	font-size: 24px;
	color: #36AB60;
	margin: 20px 0;
}
.form .flex {
	margin: 20px 0;
}
.form .flex .inp {
	flex: auto;
}
.form .flex .inp input {
	width: 100%;
	height: 48px;
	border: none;
	outline: none;
	line-height: 48px;
	padding-left: 20px;
}
.form .flex .inp textarea {
	width: 100%;
	border: none;
	outline: none;
	padding-left: 20px;
}
.form .flex .inp button {
	width: 160px;
	border: none;
	outline: none;
	height: 48px;
	line-height: 48px;
	background-color: #36AB60;
	color: #fff;
	margin-left: 30px;
	font-size: 16px;
}
.profile .map {
	text-align: center;
}
.detail .head {
	background-color: #36AB60;
}
.detail .re {
	height: 100px;
}
.news-detail {
	margin: 30px 0 30px;
}
.news-detail h3 {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.news-detail .title {
	color: #666;
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
}
.news-detail .pic {
	text-align: center;
	margin: 20px 0;
}
.news-detail .text {
	line-height: 30px;
	padding: 10px 30px;
	font-size: 16px;
}
.tips>div {
	flex: 1;
	padding: 20px 30px;
}
.tips>div a {
	color: #36AB60;
	font-size: 18px;
	
}
.tips .next {
	text-align: right;
}
.product-detail {
	background: linear-gradient(105deg, #C4F4EC, #B9F4EA);
	text-align: center;
	margin: 10px 40px;
}
.product-detail .contain img {
	width: 80%;
	position: relative;
}
.product-detail .contain p {
	position: absolute;
	width: 80%;
	height: 68px;
	line-height: 68px;
	background: #36AB60;
	color: #fff;
	left: 100px;
	bottom: 0;
	font-size: 18px;
}
.product-detail .product-list-detail {
	margin: 30px 0;
}
.product-detail .contain {
	position: relative;
}
.product-detail .product-list-detail ul {
	width: 80%;
	margin: 0 auto;
}
.product-detail .product-list-detail ul li {
	line-height: 68px;
	height: 68px;
	background-color: #f9f9f9;
	margin-bottom: 2px;	
	font-size: 16px;
}
.product-detail .product-list-detail ul li a {
	color: #333;
	display: block;
	text-decoration: none;
}
.product-detail .product-list-detail ul li a:hover {
	background-color: #36AB60;
	color: #fff;
}
.herbicide img {
	width: 80%;
}
.product-detail-content .tips2 {
	background-image: url(../img/title-bg.png);
	height: 50px;
	line-height: 50px;
	padding: 10px 20px;
	background-size: 100% 100%;
}
.product-detail-content .tips1 {
	background-image: url(../img/product-detail-bg.png);
	padding: 30px 60px;
	background-size: 100% 100%;
	margin-bottom: 30px;
	height: 600px;
}
.con-list {
	margin: 28px 0;
}
.con-list span {
	font-size: 16px;
}
.con-list span:first-child {
	width: 200px;
	text-align: right;
	display: inline-block;
	margin-right: 20px;
}
.con-list span:last-child {
	width: 70%;
	text-align: left;
	display: inline-block;
}
.tips3>div {
	padding: 20px 0;
}
.tips3>div a {
	background: #c4e7f8;
	padding: 10px 20px;
	border: 1px solid #8fd7f9;
	border-radius: 2px;
	color: #333;
}
.flex .aaa {
	display: flex;
	
}
.list .tips6 {
	display: block;
}
.list .tips6:hover {
	text-decoration: none;
}
