
body {
position: relative;
}
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 998;
  background-color: rgba(255, 255, 255, 0.6);
}
#footer {
  background-color: #eee;
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}
#footer.index {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
header.pc-header {
  height: 0.4rem;
  align-items: center;
}
.logo img{
  width: 70%;
}
header.pc-header .logo > img {
  width: 1.31rem;
  height: 0.36rem;
}
header.pc-header .nav {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
header.pc-header .nav > li {
  min-width: 0.64rem;
  margin-right: 0.08rem;
  text-align: center;
  height: 100%;
}
.move_list{
  display: none;
  height: 0;
  overflow: hidden;
  z-index: 103;
  position: absolute;
  /* top: 50px; */
  left: 0;
  width: 100%;
  background: #FFFFFF;
  opacity: 3;
  text-align: center;
  margin-top: 0px;

}
.move_list li{
  height: 40px;
  line-height: 40px;
  background: #62b400;
  font-size: 16px;
  color: rgb(245, 243, 243);
}

.move_list li:hover{
  color: #fff;
  background: #7adb03;
}
/*  */
.show_list{
  position: relative;
    transition: all 0.2s;
}
.show_list:nth-of-type(2):hover .move_list{
  display: block;
  animation:myfirst2 0.5s;
  height: 200px;
}
@keyframes myfirst2
{
from {opacity: 0;height: 0;}
  to {opacity: 0.9;height: 200px;}
}
@-webkit-keyframes myfirst2 /* Safari and Chrome */
{
from {opacity: 0;height: 0;}
  to {opacity: 0.9;height: 200px;}
}

.show_list:nth-of-type(3):hover .move_list{
  display: block;
  animation:myfirst3 0.5s;
  height: 80px;
}
@keyframes myfirst3
{
from {opacity: 0;height: 0;}
  to {opacity: 0.9;height: 80px;}
}
@-webkit-keyframes myfirst3 /* Safari and Chrome */
{
from {opacity: 0;height: 0;}
  to {opacity: 0.9;height: 200px;}
}

.show_list:nth-of-type(4):hover .move_list{
  display: block;
  animation:myfirst4 0.5s;
  height: 80px;
}
@keyframes myfirst4
{
from {opacity: 0;height: 0;}
  to {opacity: 0.9;height: 80px;}
}
@-webkit-keyframes myfirst4 /* Safari and Chrome */
{
from {opacity: 0;height: 0;}
  to {opacity: 0.9;height: 80px;}
}

.show_list:nth-of-type(5):hover .move_list{
  display: block;
  animation:myfirst5 0.5s;
  height: 80px;
}
@keyframes myfirst5
{
from {opacity: 0;height: 0;}
  to {opacity: 0.9;height: 80px;}
}
@-webkit-keyframes myfirst5 /* Safari and Chrome */
{
from {opacity: 0;height: 0;}
  to {opacity: 0.9;height: 80px;}
}

.show_list:nth-of-type(6):hover .move_list{
  display: block;
  animation:myfirst6 0.5s;
  height: 200px;
}
@keyframes myfirst6
{
from {opacity: 0;height: 0;}
  to {opacity: 0.9;height: 200px;}
}
@-webkit-keyframes myfirst6 /* Safari and Chrome */
{
from {opacity: 0;height: 0;}
  to {opacity: 0.9;height: 200px;}
}
.show_list:nth-of-type(7):hover .move_list{
  display: block;
  animation:myfirst7 0.5s;
  height: 250px;
}
@keyframes myfirst7
{
from {opacity: 0;height: 0;}
  to {opacity: 0.9;height: 250px;}
}
@-webkit-keyframes myfirst7 /* Safari and Chrome */
{
from {opacity: 0;height: 0;}
  to {opacity: 0.9;height: 250px;}
}








header.pc-header .nav > li > a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
header.pc-header .nav > li .ch {
  font-size: 15px;
  margin-bottom: 0.07rem;
}
header.pc-header .nav > li .en {
  font-size: 13px;
  text-transform: uppercase;
}
header.pc-header .nav > li .en::after {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #62b400;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
header.pc-header .nav > li:hover .ch,
header.pc-header .nav > li:hover .en {
  color: #62b400;
}
header.pc-header .nav > li:hover .en::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #62b400;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
header.pc-header .nav > li.active .ch,
header.pc-header .nav > li.active .en {
  color: #62b400;
}
header.pc-header .nav > li.active .en::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #62b400;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
footer.pc-footer .footer {
  display: flex;
  justify-content: space-between;
  height: 36px;
  font-size: 12px;
  color: #333;
  align-items: center;
}
header.m-header {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.m-header .logo {
  width: 106px;
  height: 30px;
}
header.m-header .menu {
  background-image: url('/static/home/images/menu.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 42px;
  height: 42px;
}
header.m-header .mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
header.m-header .slide {
  background-color: #ffffff;
  height: 100vh;
  width: 75%;
  position: fixed;
  right: 0;
  top: 0;
  border-left: 1px solid #eee;
  display: none;
  padding: 0 12px;
}
header.m-header .slide .close-box {
  padding: 20px;
  box-sizing: content-box;
  margin-bottom: 20px;
  background-color: #ffffff;
}
header.m-header .slide .close-box .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/static/home/images/close.png');
  background-repeat: no-repeat;
  background-size: cover;
}
header.m-header .slide .nav > li > a {
  display: block;
  font-size: 14px;
  height: 6vh;
  display: flex;
  align-items: center;
}
header.m-header .slide .nav > li.active > a {
  color: #62b400;
}
header.m-header .slide .address {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #333;
}
header.m-header .slide .tel {
  color: #333;
}
footer.m-footer {
  padding: 6px 12px;
}
footer.m-footer .footer {
  line-height: 1.5;
  justify-content: space-between;
}
footer.m-footer .footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
footer.m-footer .footer p {
  text-align: right;
}
.fixed-right {
  position: fixed;
  right: 0;
  bottom: 0;
  /*top: 600px;*/
  z-index: 998;
  /*display: none;*/
}
.fixed-right .share {
  /*height: 187px;*/
  background-color: #000;
  padding: 0.07rem .1rem;
  z-index: 998;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fixed-right .share .share-btn {
  margin-bottom: .06rem;
   padding: .04rem;
  color: #fff;
}

.fixed-right .share .share-btn .share-icon {
  display: inline-block;
  width: .09rem;
  height: .09rem;
  margin-right: .06rem;
  box-sizing: content-box;
  background: url('/static/home/images/share_icon.png') no-repeat;
  background-size: cover;
}
.fixed-right .share .share-btn .fz-16 {
	  font-size: .08rem;
}
.fixed-right .share .share-btn:hover {
  color: #62b400;
}
.fixed-right .share .share-btn:hover .share-icon {
  background: url('/static/home/images/share_icon_c.png') no-repeat;
    background-size: cover;
}
.fixed-right .qr-code {
  width: .5rem;
  height: .5rem;
  margin-bottom: 6px;
}
.fixed-right .toTop {
  width: .26rem;
  height: .26rem;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: auto;
  margin-right: 0;
}
.fixed-right .toTop:hover {
  background-color: #62b400;
}
.fixed-right .toTop .icon-top {
  display: inline-block;
  width: .13rem;
  height: .13rem;
  background: url('/static/home/images/top.png')  no-repeat;
      background-size: cover;
}
#container .block {
  height: 0.4rem;
  background-color: #fff;
  width: 100%;
}
#container .head {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 3.13rem;
  display: flex;
  justify-content: center;
  /* padding-left: 8%; */
  flex-direction: column;
  position: relative;
}
#container .head h3 {
  font-size: .2rem;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#container .head h3 .line {
  width: 94px;
  height: 3px;
  background-color: #000;
  margin-right: 28px;
}
#container .head .en {
  font-size:.36rem;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
#container .head .en .line {
  opacity: 0;
}
#container .head .breadNav {
  font-size: 14px;
  color: #333333;
  position: absolute;
  bottom: 40px;
}
#container .nav {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  height: 70px;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}
#container .nav > li {
  margin-right: 0.08rem;
  text-align: center;
  height: 100%;
}
#container .nav > li:last-child {
  /* margin-right: 0; */
}
#container .nav > li > a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0;
}
#container .nav > li .ch {
  font-size: 14px;
  margin-bottom: 6px;
}
#container .nav > li .en {
  font-size: 12px;
  text-transform: uppercase;
}
#container .nav > li .en::after {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #62b400;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#container .nav > li:hover .ch,
#container .nav > li:hover .en {
  color: #62b400;
}
#container .nav > li:hover .en::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #62b400;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#container .nav > li.active .ch,
#container .nav > li.active .en {
  color: #62b400;
}
#container .nav > li.active .en::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #62b400;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#container .title {
  text-align: center;
  padding: 67px 0 40px 0;
  position: relative;
}
#container .title .en {
  text-transform: uppercase;
  font-size: 70px;
  color: #eee;
  display: none;
}
#container .title .ch {
  font-size: .16rem;
  color: #000;
  /*position: absolute;
  bottom: 0.21rem;
  left: 50%;
  transform: translateX(-50%);*/
}


.pagination {
	padding-bottom: 0.52rem;
	margin: 0;
	display: flex;
	justify-content: center;
}
.pagination>div>li.rows{
	display: none;
}
.pagination>div {
	display: flex;
	flex-wrap: wrap;
}
.pagination>div >a ,
.pagination>div >span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border:1px solid rgba(219,219,219,1);
	background-color: #fff;
	transition: all 0.5s ease 0s; 
}
.pagination>div >a:hover ,
.pagination>div >span:hover {
	border-color: #64b302;
	background-color: #64b302;
	color: #fff;
}
.pagination>div>.current {
	border-color: #64b302;
	background-color: #64b302;
	color: #fff;
}
.pagination>div>.next,
.pagination>div>.prev {
	width: 102px;
}


@media screen and (max-width: 767px) {
  #container .head {
    padding-left: 0;
    height: 300px;
  }
  #container .head h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  #container .head h3 .line {
    width: 48px;
  }
  #container .head .en {
    font-size: 28px;
  }
  #container .head .breadNav {
    display: none;
  }
  #container .nav {
    height: auto;
    justify-content: space-around;
    padding-right: 0;
    justify-content: flex-start;
    padding: 10px 0;
  }
  #container .nav > li {
    padding: 10px 12px;
  }
  #container .nav > li .ch {
    margin-bottom: 0;
  }
  #container .nav > li .en {
    display: none;
  }
  #container .title {
    padding: 0px 0 30px 0;
    margin: 30px 0;
  }
  #container .title .en {
    font-size: 34px;
  }
  #container .title .ch {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .fixed-right .share {
    display: none !important;
  }
  header.pc-header {
    display: none !important;
  }
  header.m-header {
    padding: 0 20px;
  }
  footer.pc-footer {
    display: none;
  }
  .fixed-right {
    /*display: none;*/
  }
  .fixed-right .toTop {
  	width: 40px;
  	height: 40px;
  }
  .fixed-right .toTop .icon-top {
  	width: 24px;
  	height: 24px;
  }
}
@media screen and (min-width: 1025px) {
  header.m-header {
    display: none;
  }
  footer.m-footer {
    display: none;
  }
}
<!--ºÄÊ±1759413321.8121Ãë-->