﻿.header {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.header .content {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .content .banner {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  float: left;
}
.header .content .banner .name {
  color: #fff;
  margin-left: 20px;
  clear: both;
  line-height: normal;
  padding-top: 20px;
}
.header .content .banner .name div {
  font-size: 20px;
}
.header .content .banner .name div:nth-child(1) {
  font-size: 28px;
}
.header .content .banner .name div:nth-child(2) {
  margin-top: 5px;
}
.header .content .banner .nav {
  margin-right: 20px;
}
.header .content .banner .nav ul li {
  width: 80px;
  text-align: center;
}
.header .content .banner .nav ul li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.header .content .banner .nav ul li a:hover {
  color: green;
}
.header .content .center-box {
  clear: both;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  transform: translateY(-50%);
  color: #fff;
}
.header .content .center-box h1 {
  font-size: 100px;
  margin-bottom: 20px;
}
.header .content .center-box h2 {
  font-size: 60px;
  margin-bottom: 100px;
}
.header .content .center-box .btn_box {
  height: 70px;
  line-height: 70px;
  display: inline-block;
}
.header .content .center-box .btn_box .left_box {
  width: 300px;
  height: 100%;
  border: 1px solid #fff;
  text-align: center;
  font-size: 28px;
  margin: 0 40px;
}
.header .content .center-box .btn_box .left_box a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.plant {
  clear: both;
}
.plant .head {
  padding: 100px 0 50px;
  text-align: center;
  color: #333;
}
.plant .head .head-top {
  font-size: 58px;
}
.plant .head .head-top span {
  font-weight: 700;
  color: #027403;
}
.plant .head .head-top i {
  padding: 0 10px;
  color: #027403;
}
.plant .head p {
  margin-top: 20px;
  font-size: 20px;
  color: #666;
}
.plant .img-box {
  width: 100%;
  height: 300px;
  background: url(../image/pic.png) no-repeat center;
}
.plant .t_content {
  padding: 50px 100px 0;
  color: #666;
}
.plant .t_content p {
  font-size: 18px;
  line-height: 2em;
}
.plant .more {
  margin: 50px auto 0;
  width: 300px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  border: 1px solid #027403;
}
.plant .more a {
  font-size: 22px;
  color: #027403;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.plant .more:hover {
  background-color: rgba(2, 116, 3, 0.9);
  border: 0;
}
.plant .more:hover a {
  color: #fff;
}
.product {
  clear: both;
  width: 100%;
}
.product .head {
  padding: 100px 0 50px;
  text-align: center;
  color: #333;
}
.product .head .head-top {
  font-size: 58px;
}
.product .head .head-top span {
  font-weight: 700;
  color: #027403;
}
.product .head .head-top i {
  padding: 0 10px;
  color: #027403;
}
.product .head p {
  margin-top: 20px;
  font-size: 20px;
  color: #666;
}
.product .pro-box li {
  box-sizing: border-box;
  float: left;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  width: 20%;
  height: 340px;
  overflow: hidden;
  position: relative;
}
.product .pro-box li .img-box {
  display: block;
  text-align: center;
  background-color: purple;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product .pro-box li .img-box img {
  height: 100%;
}
.product .pro-box li .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  opacity: 0;
  background-color: rgba(2, 116, 3, 0.7);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.product .pro-box li .content-box h3 {
  font-size: 36px;
  margin-top: 30px;
  transform: translateY(-100px);
  transition: all 1s;
}
.product .pro-box li .content-box .s_img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  margin-top: 20px;
}
.product .pro-box li .content-box .s_img img {
  width: 100%;
}
.product .pro-box li .content-box p {
  display: inline-block;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 5px 20px;
  margin-top: 30px;
  transform: translateY(340px);
  transition: all 1.5s;
}
.product .pro-box li:hover .content-box {
  opacity: 1;
}
.product .pro-box li:hover .content-box p {
  transform: translateY(0px);
}
.product .pro-box li:hover .content-box h3 {
  transform: translateY(0px);
}
.product .pro-box li:nth-child(n+6) {
  border-bottom: 1px solid #dddddd;
}
.product .pro-box li:nth-child(1) {
  border-bottom: 1px solid #dddddd;
}
.product .pro-box li:nth-child(6) {
  border-bottom: 1px solid #dddddd;
}
.greenhouse {
  clear: both;
  padding-bottom: 20px;
}
.greenhouse .head {
  padding: 100px 0 50px;
  text-align: center;
  color: #333;
}
.greenhouse .head .head-top {
  font-size: 58px;
}
.greenhouse .head .head-top span {
  font-weight: 700;
  color: #027403;
}
.greenhouse .head .head-top i {
  padding: 0 10px;
  color: #027403;
}
.greenhouse .head p {
  margin-top: 20px;
  font-size: 20px;
  color: #666;
}
.greenhouse .content {
  width: 1200px;
}
.greenhouse .content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.greenhouse .content ul li {
  width: 300px;
  height: 400px;
  box-sizing: border-box;
  margin-right: 30px;
}
.greenhouse .content ul li .img-box {
  width: 100%;
  text-align: center;
  background-color: purple;
}
.greenhouse .content ul li .img-box img {
  width: 100%;
  vertical-align: middle;
}
.greenhouse .content ul li h5 {
  text-align: center;
  color: #333;
  font-size: 26px;
  margin: 30px 0 20px;
}
.greenhouse .content ul li p {
  text-align: center;
}
.greenhouse .content ul li p a {
  font-size: 16px;
  color: #666;
  text-decoration: none;
}
.greenhouse .content ul li p a:hover {
  color: #027403;
}
.greenhouse .content ul li:last-child {
  margin-right: 0px;
}
.greenhouse .more {
  margin: 50px auto;
  width: 300px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  border: 1px solid #027403;
}
.greenhouse .more a {
  font-size: 22px;
  color: #027403;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.greenhouse .more:hover {
  background-color: rgba(2, 116, 3, 0.9);
  border: 0;
}
.greenhouse .more:hover a {
  color: #fff;
}
.footer {
  clear: both;
  width: 100%;
  height: 400px;
  background-color: #535353;
}
.footer .wrapper .top {
  padding: 50px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  height: 250px;
  width: 100%;
  box-sizing: border-box;
}
.footer .wrapper .top .top-left h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}
.footer .wrapper .top .top-left p {
  font-size: 18px;
  line-height: 1.5em;
}
.footer .wrapper .top .top-right span {
  display: inline-block;
  width: 130px;
  height: 130px;
  font-size: 16px;
}
.footer .wrapper .top .top-right span img {
  width: 100%;
  margin-bottom: 15px;
}
.footer .wrapper .top .top-right span p {
  text-align: center;
}
.footer .wrapper .top .top-right span:first-child {
  margin-right: 15px;
}
.footer .wrapper .bottom {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.footer .wrapper .bottom p {
  line-height: 1.5em;
}
.footer .wrapper .bottom p a {
  color: #fff;
  text-decoration: none;
}
.h_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ccc;
}
.h_box .left_box {
  float: left;
  width: 20%;
  height: 100%;
  line-height: 60px;
  padding-left: 30px;
}
.h_box .center_box {
  float: left;
  width: 60%;
  height: 100%;
  line-height: 60px;
}
.h_box .center_box .nav {
  width: 500px;
  margin: 0 auto;
}
.h_box .center_box .nav ul li {
  width: 100px;
  text-align: center;
}
.h_box .center_box .nav ul li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.h_box .center_box .nav ul li a:hover {
  color: green;
}
.h_box .right_box {
  float: left;
  width: 20%;
  padding: 0 30px;
  height: 100%;
}
.h_box .right_box .phone {
  height: 100%;
  padding: 17px 0;
}
.h_box .right_box .phone .number {
  float: left;
  color: #fff;
  font-size: 22px;
  border-right: 1px solid #fff;
  padding-right: 20px;
}
.h_box .right_box .phone .img-box {
  float: right;
}
.h_box .right_box .phone .img-box li {
  float: left;
  padding-left: 10px;
  text-align: center;
  position: relative;
}
.h_box .right_box .phone .img-box li span {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.h_box .right_box .phone .img-box li span img {
  width: 100%;
  vertical-align: middle;
}
.h_box .right_box .phone .img-box li .box {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.h_box .right_box .phone .img-box li .er_img {
  position: absolute;
  top: 40px;
  left: -13px;
  display: inline-block;
  width: 80px;
  height: 80px;
  display: none;
  z-index: 9999;
}
.h_box .right_box .phone .img-box li .er_img img {
  width: 100%;
}