@font-face {
  font-family: 'DOUYU';
  src: url('../css/fonts/douyuFont-2.otf');
}
@font-face{
	font-family:"montserratR";
	src: url("../css/fonts/Montserrat-Regular.otf") format("opentype");     
}
@font-face{
	font-family:"montserratL";
	src: url("../css/fonts/Montserrat-Light.otf") format("opentype");     
}
* {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.center {
  width: 1200px;
}
.hamburger {
  display: none;
}
/* headerBox */
.headerBox{
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
}
.headerBox .h-top{
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
}
.headerBox .headerInnerBox{
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 120px;
}
.headerInnerBox .logo{
  display: block;
  width: 222px;
  height: 55px;
}
.headerInnerBox .logo img{
  width: 100%;
  height: 100%;
}
.headerInnerBox .line{
  width: 1px;
  background-color: #D2D2D2;
  height: 55px;
  margin: 0 40px;
}
.headerInnerBox .title{
    /*border: 1px solid red;*/
  width: 400px;
}
.headerInnerBox .title h3{
  font-size: 20px;
  font-weight: bold;
  color: #97AF42;
  font-family: montserratR;
  /*line-height: 1;*/
}
.headerInnerBox .title h5{
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  font-family: montserratR;
}
.headerInnerBox .phone{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: auto;
}
.headerInnerBox .phone img{
  width: 40px;
  height: 36px;
  margin-right: 15px;
}
.headerInnerBox .phone .number p{
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  font-family: montserratR;
}
.headerInnerBox .phone .number h6{
  font-size: 24px;
  font-weight: bold;
  color: #97AF42;
  font-family: montserratR;
}
.headerBox .language{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 6;
}
.headerBox .language .lan-li{
  width: 150px;
  height: 120px;
  background-color: #90A73F;
}
.headerBox .language .lan-li>a{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 100%;
}
.headerBox .language .lan-li>a span{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserratR;
}
.headerBox .language .lan-li>a i{
  color: #FFFFFF;
  font-size: 18px;
  margin-left: 10px;
}
.headerBox .language .lan-li .two-ul li{
  width: 100%;
  height: 0px;
  background-color: #90A73F;
  overflow: hidden;
  transition: 0.3s;
}
.headerBox .language .lan-li .two-ul li a{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserratR;
}
.headerBox .language .lan-li:hover>.two-ul li{
  height: 60px;
  border-top: 1px solid #FFFFFF;
}
/* nav */
.navBox{
  position: fixed;
  width: 100%;
  background-color: #1B1B1B;
}
.navBox .nav-list{
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  /* border: 1px solid red; */
}
.navBox .nav-list li a{
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserratR;
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  transition: 0.3s;
}
.navBox .nav-list li a:hover{
  background-color: #90A73F;
}
.nav-active{
  background-color: #90A73F;
}
/* swiper */
.swiperBox {
  width: 100%;
  /* margin-top: 170px; */
  /* padding-top: 170px; */
}
.swiperBox .s-c {
  width: 100%;
  height: 100vh;
}
.swiperBox .s-c .m-img{
  display: none;
}
.swiperBox .s-c>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiperBox .swiper-button-prev,.swiperBox .swiper-button-next{
  width: 60px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  background: none;
  background-color: transparent;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.swiperBox .swiper-button-prev i,.swiperBox .swiper-button-next i{
  color: #FFFFFF;
  font-size: 30px;
}
.swiperBox .swiper-button-prev{
  top: 88%;
  left: 80%;
}
.swiperBox .swiper-button-next{
  top: 88%;
  left: 85%;
}
.swiperBox .s-c .content{
  /* border: 1px solid red; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.swiperBox .s-c .content h3{
  font-size: 44px;
  font-weight: 800;
  color: #FFFFFF;
  text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
  font-family: montserratR;
  text-align: center;
}
.swiperBox .s-c .content h6{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0px 3px 7px rgba(0,0,0,0.23);
  font-family: montserratR;
  margin-top: 10px;
  text-align: center;
}
.swiperBox .s-c .content img{
  margin: 0 auto;
  margin-top: 35px;
  width: 980px;
  height: 190px;
}
.numBox{
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.numBox .item{
  width: calc((100% - 3px) / 4);
  height: 290px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.numBox .item:not(:last-of-type){
  border-right: 1px solid #E5E5E5;
}
.numBox .item img{
  width: 65px;
  height: 68px;
}
.numBox .item h5{
  margin: 10px 0 15px 0;
}
.numBox .item h5 span{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserratR;
}
.numBox .item .numText{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.numBox .item .numText .num,
.numBox .item .numText span{
  font-size: 26px;
  font-weight: bold;
  color: #97AF42;
  font-family: montserratR;
  line-height: 1;
}
.h-index1Box{
  width: 100%;
  height: 600px;
  display: flex;
  display: -webkit-flex;
}
.h-index1Box .left{
  width: 50%;
  height: 100%;
  background-color: #F5F5F5;
}
.h-index1Box .left video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-index1Box .left video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-index1Box .right{
  width: calc(50% - 60px);
  height: 100%;
  padding-left: 60px;
  background-color: #F5F5F5;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.h-index1Box .right .title{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.h-index1Box .right .title i{
  width: 6px;
  background-color: #97AF42;
  height: 38px;
}
.h-index1Box .right .title h5{
  font-size: 34px;
  font-weight: 800;
  color: #222222;
  font-family: montserratR;
  margin: 0 35px 0 15px;
}
.h-index1Box .right .title img{
  width: 209px;
  height: 35px;
}
.h-index1Box .right .content{
  width: 550px;
  margin: 35px 0 25px 0;
}
.h-index1Box .right .content p{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 26px;
  font-family: montserratR
}
.h-index1Box .right a{
  display: block;
  width: 160px;
  border: 1px solid #90A73F;
  border-radius: 25px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #97AF42;
  font-family: montserratR;
  transition: 0.3s;
  z-index: 1;
}
.h-index1Box .right a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #90A73F;
  transition: 0.3s;
}
.h-index1Box .right a:hover{
  color: #FFFFFF;
}
.h-index1Box .right a:hover:before{
  width: 100%;
}
.h-index2Box{
  width: 100%;
  margin-top: 105px;
}
.h-index2InnerBox {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  margin: 0 auto;
}
.h-index2InnerBox .item {
  width: calc(25% / 3);
  position: relative;
  display: block;
  /* box-sizing: border-box; */
  height: 500px;
  transition: all 0.5s;
  margin-right: 6px;
  /* border: 1px solid red; */
  border-radius: 10px;
  overflow: hidden;
}
.h-index2InnerBox .item:last-child {
  margin-right: 0px;
}
.h-index2InnerBox .item.active {
  width: 75%;
}
.h-index2InnerBox .item.active .bg{
  object-fit: fill;
}
.h-index2InnerBox .item .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-index2InnerBox .item p{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserratR;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  writing-mode: vertical-rl;
}
.h-index2InnerBox .item.active p{
  bottom: 50px;
  top: auto;
  left: 40px;
  transform: translate(0,0);  
  writing-mode: horizontal-tb;
}
.h-index2InnerBox .item .flow{
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}
.h-index2InnerBox .item:not(:first-of-type)>.flow{
  display: none;
}
.h-index2InnerBox .item .flow-img{
  display: flex;
  display: -webkit-flex;
}
.h-index2InnerBox .item .flow-img li{
  width: 83px;
  height: 50px;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
}
.h-index2InnerBox .item .flow:not(:last-of-type){
  margin-right: 6px;
}
.h-index2InnerBox .item .flow-img li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flow-img-active{
  border-color: #90A73F !important;
}
.h-index3Box{
  width: 100%;
  margin-top: 105px;
}
.h-index3Box .h-index3InnerBox{
  margin: 0 auto;
  padding-bottom: 85px;
}
.public-title .top{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.public-title .top img{
  width: 246px;
  height: 33px;
}
.public-title .top h3{
  font-size: 44px;
  font-weight: 800;
  color: #222222;
  font-family: montserratR;
  margin: 0 44px;
}
.public-title .line{
  width: 50px;
  background-color: #97AF42;
  height: 6px;
  margin: 25px auto 0;
}
.pro-list{
  display: flex;
  display: -webkit-flex;
  margin-top: 55px;
}
.pro-list li{
  width: calc((100% - 81px) / 4);
  margin-right: 27px;
  transition: 0.3s;
}
.pro-list li:nth-of-type(4n){
  margin-right: 0px;
}
.pro-list li a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
}
.pro-list li a .t-img{
  width: 100%;
  height: 260px;
  position: relative;
}
.pro-list li a .t-img img{
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.pro-list li a .t-img h5{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  font-size: 24px;
  font-weight: 400;
  color: #97AF42;
  font-family: montserratR;
  padding: 10px 15px;
  border-top: 1px solid #97AF42;
  border-bottom: 1px solid #97AF42;
  opacity: 0;
  transition: 0.3s;
}
.pro-list li a .content{
  width: 90%;
  margin: 0 auto;
}
.pro-list li a .content h4{
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  font-family: montserratR;
  padding-top: 15px;
}
.pro-list li a .content .line{
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  position: relative;
  overflow: hidden;
  margin: 17px 0;
}
.pro-list li a .content .line::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 100%;
  background-color: #90A73F;
  transition: 0.3s;
}
.pro-list li a .content h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  font-family: montserratR;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 25px;
}
.pro-list li:hover{
  transform: translateY(-12px);
}
.pro-list li:hover>a>.t-img>img{
  filter: brightness(30%);
}
.pro-list li:hover>a>.t-img>h5{
  opacity: 1;
}
.pro-list li:hover>a>.content>.line::before{
  width: 100%;
}
.h-index3InnerBox .more{
  display: block;
  width: 210px;
  border: 1px solid #BFBFBF;
  border-radius: 23px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserratR;
  line-height: 45px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  text-align: center;
  margin: 60px auto 0;
}
.h-index3InnerBox .more::before{
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background-color: #90A73F;
  transition: 0.3s;
  z-index: -1;
}
.h-index3InnerBox .more:hover::before{
  width: 100%;
}
.h-index4Box{
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)), url('../images/chain-img5.jpg') no-repeat center / cover;
}
.h-index4Box .h-index4InnerBox{
  margin: 0 auto;
}
.h-index4InnerBox .chainBox{
  margin-top: 55px;
}
.h-index4InnerBox .chainBox .c-m-top{
  display: none;
}
.h-index4InnerBox .chainBox .top .item img,
.h-index4InnerBox .chainBox .bottom .item img{
  width: 200px;
  border-radius: 10px;
  height: 120px;
  transition: 0.3s;
  object-fit: cover;
}
.h-index4InnerBox .chainBox .top,
.h-index4InnerBox .chainBox .bottom{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.h-index4InnerBox .chainBox .line{
  width: 100%;
  height: 80px;
  border-radius: 0 45px 45px 0;
  border-top: 2px dashed #D6D6D6;
  border-bottom: 2px dashed #D6D6D6;
  border-right: 2px dashed #D6D6D6;
  position: relative;
}
.h-index4InnerBox .chainBox .line .i1,
.h-index4InnerBox .chainBox .line .i2{
  display: block;
  width: 102px;
  height: 4px;
  background-color: #ECECEB;
}
.h-index4InnerBox .chainBox .line .i1{
  position: absolute;
  top: -2px;
  left: 0px;
  z-index: 2;
}
.h-index4InnerBox .chainBox .line .i2{
  position: absolute;
  bottom: -2px;
  left: 0px;
  z-index: 2;
}
.h-index4InnerBox .chainBox .top .item,
.h-index4InnerBox .chainBox .bottom .item{
  /* border: 1px solid red; */
  position: relative;
}
.h-index4InnerBox .chainBox .top .item p{
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  font-family: montserratR;
  text-align: center;
  margin: 15px 0 25px 0;
  transition: 0.3s;
}
.h-index4InnerBox .chainBox .bottom .item p{
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  font-family: montserratR;
  text-align: center;
  margin: 25px 0 15px 0;
  transition: 0.3s;
}
.h-index4InnerBox .chainBox .top .item i{
  display: block;
  width: 6px;
  border: 3px solid rgba(250, 249, 249, 0.5);
  background-color: #999999;
  border-radius: 50%;
  height: 6px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  transition: 0.3s;
}
.h-index4InnerBox .chainBox .bottom .item i{
  display: block;
  width: 6px;
  border: 3px solid rgba(250, 249, 249, 0.5);
  background-color: #999999;
  border-radius: 50%;
  height: 6px;
  position: absolute;
  top: -7px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  transition: 0.3s;
}
/*.h-index4InnerBox .chainBox .top .item i:hover,*/
/*.h-index4InnerBox .chainBox .bottom .item i:hover{*/
/*  cursor: pointer;*/
/*}*/
.h-index4InnerBox .chainBox .top .item:hover>p,
.h-index4InnerBox .chainBox .bottom .item:hover>p{
  color: #97AF42 !important;
}
.h-index4InnerBox .chainBox .top .item:hover>img{
  transform: scale(1.1);
}
.h-index4InnerBox .chainBox .bottom .item:hover>img{
  transform: scale(1.1);
}
.h-index4InnerBox .chainBox .top .item:hover>i{
  border-color: #97AF42 !important;
  background-color: #FFFFFF !important;
  width: 8px !important;
  height: 8px !important;
  bottom: -8px !important;
}
.h-index4InnerBox .chainBox .bottom .item:hover>i{
  border-color: #97AF42 !important;
  background-color: #FFFFFF !important;
  width: 8px !important;
  height: 8px !important;
  top: -8px !important;
}
.chain-active i{
  border-color: #97AF42 !important;
  background-color: #FFFFFF !important;
  width: 8px !important;
  height: 8px !important;
  bottom: -8px !important;
}
.chain-active p{
  color: #97AF42 !important;
}
.h-index5Box{
  width: 100%;
  position: relative;
}
.h-index5Box .bg{
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.h-index5Box .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.h-index5Box .content .public-title h3{
  color: #FFFFFF;
}
.h-index5Box .content .public-title img{
  width: 246px;
  height: 33px;
}
.h-index5Box .content h6{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: montserratR;
  margin-top: 40px;
  text-align: center;
}
.h-index5Box .content .ce-list{
  display: flex;
  display: -webkit-flex;
  justify-content: space-evenly;
  align-items: center;
  -webkit-justify-content: space-evenly;
  -webkit-align-items: center;
  width: 870px;
  height: 303px;
  border: 1px dashed #FFFFFF;
  border-radius: 152px;
  margin: 60px auto 0;
}
.h-index5Box .content .ce-list li{
  width: 215px;
  height: 215px;
  background: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
}
.h-index5Box .content .ce-list li a{
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.h-index5Box .content .ce-list li a img{
  /* width: 137px;
  height: 100px; */
  width: 170px;
  height: 120px;
}
.h-index6Box{
  width: 100%;
  padding: 105px 0;
}
.h-index6Box .h-index6InnerBox{
  margin: 0 auto;
}
.h-index6InnerBox .content{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 45px;
}
.h-index6InnerBox .content .left{
  width: 410px;
}
.h-index6InnerBox .content .left img{
  width: 100%;
  height: 229px;
  object-fit: cover;
}
.h-index6InnerBox .content .left p{
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserratR;
  margin: 26px 0;
}
.h-index6InnerBox .content .left h4{
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  line-height: 26px;
  font-family: montserratR;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.h-index6InnerBox .content .left h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserratR;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 14px 0 40px 0;
}
.h-index6InnerBox .content .left a{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserratR;
  transition: 0.3s;
}
.h-index6InnerBox .content .left a:hover{
  color: #97AF42;
}
.h-index6InnerBox .content .right{
  width: 710px;
  display: block;
}
.h-index6InnerBox .content .right .item{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.h-index6InnerBox .content .right .item:not(:first-of-type){
  margin-top: 20px;
}
.h-index6InnerBox .content .right .item .left{
  width: 220px;
  height: 123px;
}
.h-index6InnerBox .content .right .item .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-index6InnerBox .content .right .item .right .r-c{
  width: 395px;
  margin-left: 20px;
}
.h-index6InnerBox .content .right .item .right .r-c h6{
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height: 26px;
  font-family: montserratR;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.h-index6InnerBox .content .right .item .right .r-c p{
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserratR;
  margin-top: 27px;
}
.h-index6InnerBox .content .right .item .right:hover>.r-c>h6{
  color: #97AF42;
}
.h-index7Box{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  height: 600px;
}
.h-index7Box .left,
.h-index7Box .right{
  width: 50%;
  height: 100%;
}
.h-index7Box .left #map{
  width: 100%;
  height: 100%;
}
.h-index7Box #map .BMap_cpyCtrl{
  display:none;
}
.h-index7Box #map .anchorBL{
  display:none;
}
/* 高德logo */
.h-index7Box .amap-logo{
  display: none;
  opacity: 0 !important;
}
.h-index7Box .amap-copyright{
  display: none !important;
}
.h-index7Box .right{
  position: relative;
  background: linear-gradient(rgba(8, 8, 8, 0.8), rgba(8, 8, 8, 0.8)), url('../images/me-bg.jpg') no-repeat center / cover;
}
.h-index7Box .right .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.h-index7Box .right .content .public-title h3{
  width: max-content;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: montserratR;
  margin: 0 20px;
}
.h-index7Box .right .content .public-title img{
  width: 150px;
  height: 20px;
}
.h-index7Box .right .content form{
  margin-top: 35px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.h-index7Box .right .content form input{
  width: calc(420px - 30px);
  padding: 0 15px;
  background: #FFFFFF;
  border-radius: 6px;
  height: 55px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: montserratR;
}
.h-index7Box .right .content form input:not(:first-of-type){
  margin-top: 15px;
}
.h-index7Box .right .content form input::placeholder{
  color: #CCCCCC;
}
.h-index7Box .right .content form input::-webkit-input-placeholder{
  color: #CCCCCC;
}
.h-index7Box .right .content form button{
  width: 330px;
  background: #90A73F;
  border-radius: 27px;
  height: 53px;
  border: none;
  outline: none;
  font-size: 18px;
  font-family: montserratR;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 50px;
}
/* about */
.top-banner{
  width: 100%;
  /*height: 320px;*/
  height: auto;
  padding-top: 170px;
}
.top-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a-index1Box{
  width: 100%;
  /* height: max-content; */
  position: relative;
}
.a-index1Box .bg{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 1080px;
  background-color: #F5F5F5;
  height: 360px;
}
.a-index1InnerBox{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 100px 0 50px 0;
}
.a-index1InnerBox .left{
  width: 550px;
  height: 400px;
}
.a-index1InnerBox .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publicH3{
  padding: 0 12px;
  font-size: 26px;
  line-height: 10px;
  border-bottom: 20px solid #CDD6AC;
  width: max-content;
  font-weight: bold;
  color: #000000;
  font-family: montserratR;
}
.a-index1InnerBox .right{
  padding-top: 20px;
  width: 579px;
}
.a-index1InnerBox .right .text{
  margin-top: 20px;
}
.a-index1InnerBox .right .text p{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  font-family: montserratR;
}
.a-index1InnerBox .right .text p:not(:first-of-type){
  margin-top: 20px;
}
.a-index2Box{
  width: 100%;
  position: relative;
  /* border: 1px solid red; */
}
.a-index2Box .bg{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 660px;
  background: #F5F5F5;
  height: 620px;
}
.a-index2Box .a-index2InnerBox{
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 50px 0 100px 0;
}
.a-index2InnerBox .left{
  width: 694px;
  padding-top: 95px;
}
.a-index2InnerBox .left .text{
  margin-top: 35px;
}
.a-index2InnerBox .left .text p{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  font-family: montserratR;
}
.a-index2InnerBox .right{
  width: 390px;
  height: 390px;
}
.a-index2InnerBox .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a-index3Box{
  width: 100%;
}
.a-index3Box .a-index3InnerBox{
  margin: 0 auto;
}
.a-index3InnerBox{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   -webkit-justify-content: space-between;
}
.a-index3InnerBox .left{
  width: 550px;
  height: 400px;
  position: relative;
}
.a-index3InnerBox .left .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a-index3InnerBox .left .flow{
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 160px;
  height: 160px;
}
.a-index3InnerBox .right{
  width: 505px;
  padding-top: 100px;
}
.a-index3InnerBox .right .text{
  margin-top: 35px;
}
.a-index3InnerBox .right .text p{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  font-family: montserratR;
}
.a-index4Box{
  margin-top: 130px;
}
.a-index4Box .content .publicH3{
  color: #FFFFFF;
  margin: 0 auto;
  border-bottom-color: #445B35;
}
.a-index4Box .content h6{
  margin-top: 0px;
}
.a-index5Box {
  margin-bottom: 105px;
}
.a-index5Box .publicH3{
  margin: 0 auto;
}
.a-index5Box>h6{
  width: 70%;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  font-family: montserratR;
  text-align: center;
  /*margin-bottom: 35px;*/
  margin: 0 auto 35px;
}
/* news */
.n-index1Box{
  width: 100%;
}
.n-index1Box .n-index1InnerBox{
  margin: 0 auto;
  padding: 100px 0;
  /* border: 1px solid red; */
}
.n-index1InnerBox .container{
  width: 100%;
  overflow-x: scroll;
}
.n-index1InnerBox .container::-webkit-scrollbar{
  display: none;
}
.n-index1InnerBox ul{
  display: flex;
  display: -webkit-flex;
  width: 100%;
  animation: scroll 6s linear infinite;
}
.n-index1InnerBox ul:hover{
  animation-play-state: paused;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-960px); /* 横向滚动的距离 */
  }
}
.n-index1InnerBox ul li:not(:last-of-type){
  margin-right: 60px;
}
.n-index1InnerBox ul li a{
  display: block;
}
.n-index1InnerBox ul li a .time{
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserratR;
}
.n-index1InnerBox ul li a .content{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.n-index1InnerBox ul li a .content .text{
  width: 400px;
}
.n-index1InnerBox ul li a .content .text h4{
  height: 75px;
  margin: 22px 0;
}
.n-index1InnerBox ul li a .content .text h4 span{
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  line-height: 36px;
  font-family: montserratR;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.n-index1InnerBox ul li a .content .text h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  font-family: montserratR;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.n-index1InnerBox ul li a .content .icon{
  width: 36px;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 50%;
  height: 36px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  transition: 0.3s;
  margin-top: 22px;
}
.n-index1InnerBox ul li a .content .icon i{
  font-size: 22px;
  color: #999999;
  transition: 0.3s;
}
.n-index1InnerBox ul li a img{
  width: 480px;
  height: 268px;
  object-fit: cover;
  margin-top: 30px;
}
.n-index1InnerBox ul li a:hover>.content>.text>h4>span{
  color: #97AF42;
}
.n-index1InnerBox ul li a:hover>.content>.icon{
  border-color: #97AF42;
  background-color: #90A73F;
}
.n-index1InnerBox ul li a:hover>.content>.icon>i{
  color: #FFFFFF;
}
.n-index2Box{
  width: 100%;
}
.n-index2Box .n-index2InnerBox{
  margin: 0 auto;
}
.n-index2InnerBox .publicH3{
  margin: 0 auto;
}
.n-index2InnerBox .newsList{
  margin-top: 40px;
}
.n-index2InnerBox .newsList li{
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #EBEBEB;
}
.n-index2InnerBox .newsList li:first-of-type{
  border-top: 1px solid #EBEBEB;
}
.n-index2InnerBox .newsList li a{
  display: flex;
  display: -webkit-flex;
}
.n-index2InnerBox .newsList li a .left{
  width: 320px;
  height: 180px;
}
.n-index2InnerBox .newsList li a .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-index2InnerBox .newsList li a .right{
  width: calc((100% - 320px - 30px));
  padding-left: 30px;
}
.n-index2InnerBox .newsList li a .right .time{
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: montserratR;
}
.n-index2InnerBox .newsList li a .right .content{
  margin-top: 25px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.n-index2InnerBox .newsList li a .right .content .text{
  width: 720px;
}
.n-index2InnerBox .newsList li a .right .content .text h4{
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  font-family: montserratR;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.n-index2InnerBox .newsList li a .right .content .text h6{
  height: 55px;
  margin-top: 20px;
}
.n-index2InnerBox .newsList li a .right .content .text h6 span{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  font-family: montserratR;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.n-index2InnerBox .newsList li a .right .content .icon{
  width: 36px;
  height: 36px;
  border: 1px solid #999999;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  background-color: #FFFFFF;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  transition: 0.3s;
}
.n-index2InnerBox .newsList li a .right .content .icon i{
  font-size: 18px;
  color: #666666;
  transition: 0.3s;
}
.n-index2InnerBox .newsList li:hover>a>.right>.content>.text>h4{
  color: #90A73F !important;
}
.n-index2InnerBox .newsList li:hover>a>.right>.content>.icon{
  background-color: #90A73F !important;
  border-color: #90A73F !important;
}
.n-index2InnerBox .newsList li:hover>a>.right>.content>.icon>i{
  color: #FFFFFF !important;
}
/* news-details */
.n-d-index1Box{
  width: 100%;
  padding-top: 170px;
  padding-bottom: 100px;
}
.n-d-index1Box .n-d-index1InnerBox{
  padding-top: 95px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.n-d-index1InnerBox .left{
  width: 800px;
}
.n-d-index1InnerBox .left h2{
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  font-family: montserratR;
}
.n-d-index1InnerBox .left .time-num{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 20px;
}
.n-d-index1InnerBox .left .time-num p,
.n-d-index1InnerBox .left .time-num span{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserratR;
}
.n-d-index1InnerBox .left .time-num i{
  width: 1px;
  height: 15px;
  background-color: #CCCCCC;
  margin: 0 10px;
}
.n-d-index1InnerBox .left .line{
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  margin: 30px 0 50px 0;
}
.n-d-index1InnerBox .left .content p{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  font-family: montserratR;
}
.n-d-index1InnerBox .left .content img{
  max-width: 100%;
  margin: 20px 0;
}
.n-d-index1InnerBox .right{
  width: 340px;
}
.n-d-index1InnerBox .right .btn{
  display: block;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
.n-d-index1InnerBox .right .btn:hover>.content>h4{
  color: #97AF42;
}
.n-d-index1InnerBox .right .btn:first-of-type{
  border-top: 1px solid #CCCCCC;
}
.n-d-index1InnerBox .right .btn .content{
  width: 90%;
  margin: 0 auto;
}
.n-d-index1InnerBox .right .btn .content h4{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  font-family: montserratR;
  transition: 0.3s;
}
.n-d-index1InnerBox .right .btn .content h6{
  height: 48px;
  margin: 15px 0;
}
.n-d-index1InnerBox .right .btn .content h6 span{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  font-family: montserratR;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.n-d-index1InnerBox .right .btn .content p{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserratR;
  text-align: right;
}
.n-d-index1InnerBox .right .bottom{
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
.n-d-index1InnerBox .right .bottom h4{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  font-family: montserratR;
}
.n-d-index1InnerBox .right .bottom ul{
  display: flex;
  display: -webkit-flex;
  margin-top: 15px;
}
.n-d-index1InnerBox .right .bottom ul li{
  margin-right: 10px;
}
.n-d-index1InnerBox .right .bottom ul li a{
  display: block;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s;
}
.n-d-index1InnerBox .right .bottom ul li i{
  font-size: 18px;
  color: #999999;
  transition: 0.3s;
}
.n-d-index1InnerBox .right .bottom .content{
  width: 90%;
  margin: 0 auto;
}
.n-d-index1InnerBox .right .bottom ul li:hover>a{
  background-color: #97AF42;
}
.n-d-index1InnerBox .right .bottom ul li:hover>a>i{
  color: #FFFFFF;
}
/* pro */
.p-index1Box{
  width: 100%;
  padding-top: 100px;
}
.p-index1Box .p-index1InnerBox{
  margin: 0 auto;
}
.p-index1InnerBox .publicH3{
  margin: 0 auto;
}
/* pro-d */
.p-d-index1Box{
  width: 100%;
  padding-top: 170px;
}
.p-d-index1Box .p-d-index1InnerBox{
  margin: 0 auto;
  padding-top: 40px;
}
.p-d-index1InnerBox .pd-nav{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkti-align-items: center;
}
.p-d-index1InnerBox .pd-nav a,
.p-d-index1InnerBox .pd-nav span{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: montserratR;
}
.p-d-index1InnerBox .pd-nav span{
  margin: 0 5px;
}
.p-d-index1InnerBox .top{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 30px;
}
.p-d-index1InnerBox .top .t-l{
  width: 540px;
  height: 500px;
}
.p-d-index1InnerBox .top .t-l img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-d-index1InnerBox .top .t-r{
  width: 580px;
}
.p-d-index1InnerBox .top .t-r h3{
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  font-family: montserratR;
}
.p-d-index1InnerBox .top .t-r h5{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: montserratR;
}
.p-d-index1InnerBox .top .t-r .line{
  width: 100%;
  background-color: #CCCCCC;
  height: 1px;
  margin: 20px 0;
}
.p-d-index1InnerBox .top .t-r .content{
  margin-top: 20px;
}
.p-d-index1InnerBox .top .t-r .content p{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  font-family: montserratR;
}
.p-d-index1InnerBox .top .t-r .content p:last-of-type{
  margin-top: 20px;
}
.p-d-index1InnerBox .top .t-r .btn-box{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 65px;
}
.p-d-index1InnerBox .top .t-r .btn-box a{
  width: 280px;
  border: 1px solid #97AF42;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
  font-family: montserratR;
  text-align: center;
}
.p-d-index1InnerBox .top .t-r .btn-box a:first-of-type{
  color: #FFFFFF;
  background-color: #90A73F;
}
.p-d-index1InnerBox .top .t-r .btn-box a:last-of-type{
  color: #97AF42;
  background-color: #FFFFFF;
}
.p-d-index1InnerBox .top .t-r .share{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 30px;
}
.p-d-index1InnerBox .top .t-r .share p{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserratR;
}
.p-d-index1InnerBox .top .t-r .share ul{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.p-d-index1InnerBox .top .t-r .share ul li{
  margin-right: 15px;
}
.p-d-index1InnerBox .top .t-r .share ul li a i{
  font-size: 18px;
  color: #999999;
}
.p-d-index1InnerBox .top .t-r .share ul li a i:hover{
  color: #97AF42;
}
.p-d-index2Box{
  width: 100%;
  margin-top: 70px;
  margin-bottom: 100px;
}
.p-d-index2Box .p-d-index2InnerBox{
  margin: 0 auto;
}
.p-d-index2InnerBox .content {
  margin-top: 20px;
}
.p-d-index2InnerBox .content .item .bg .bg-item:not(:first-of-type){
  display: none;
}
.p-d-index2InnerBox .content .bg .bg-item{
  position: relative;
}
.p-d-index2InnerBox .content .bg .bg-item img{
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.p-d-index2InnerBox .content .bg .bg-item .text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 65px;
}
.p-d-index2InnerBox .content .bg .bg-item .text h6{
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.72);
  font-family: montserratR;
}
.p-d-index2InnerBox .content .bg .bg-item .text h4{
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.72);
  font-family: montserratR;
}
.p-d-index2InnerBox .content .item{
  position: relative;
}
.p-d-index2InnerBox .content .item ul{
  display: flex;
  display: -webkit-flex;
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.p-d-index2InnerBox .content .item ul li{
  position: relative;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 15px;
}
.p-d-index2InnerBox .content .item ul li img{
  width: 160px;
  height: 80px;
  object-fit: cover;
  filter: brightness(30%);
}
.p-d-index2InnerBox .content .item ul li p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: montserratR;
}
.p-d-index2InnerBox .content .item ul li:hover{
  cursor: pointer;
}
.p-d-index2InnerBox .content .item .video-box{
  width: 100%;
  height: 600px;
}
.p-d-index2InnerBox .content .item:not(:first-of-type){
  display: none ;
}
.p-d-index2InnerBox .top{
  width: 100%;
  background-color: #E6E6E6;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.p-d-index2InnerBox .top p{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  font-family: montserratR;
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid transparent;
}
.p-d-index2InnerBox .top i{
  width: 1px;
  background-color: #999999;
  height: 16px;
  margin: 0 35px;
}
.p-d-index2InnerBox .top p:hover{
  color: #97AF42 !important;
  border-bottom-color: #97AF42 !important;
  cursor: pointer;
}
.p-d-active{
  color: #97AF42 !important;
  border-bottom-color: #97AF42 !important;
}
/* sustain */
.s-index1Box{
  width: 100%;
}
.s-index1Box .s-index1InnerBox{
  margin: 0 auto;
  padding: 100px 0;
}
.s-index1InnerBox .publicH3{
  margin: 0 auto;
}
.s-index1InnerBox .content{
  margin-top: 40px;
}
.s-index1InnerBox .content .item{
  display: flex;
  display: -webkit-flex;
  height: 335px;
}
.s-index1InnerBox .content .item .text{
  padding: 0 20px;
  width: calc(50% - 2px - 40px);
  height: calc(100% - 2px);
  border: 1px solid #E6E6E6;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}
.s-index1InnerBox .content .item .text img{
  width: 60px;
  height: 56px;
}
.s-index1InnerBox .content .item .text h3{
  font-size: 24px;
  font-family: montserratR;
  font-weight: bold;
  color: #333333;
  margin: 22px 0;
}
.s-index1InnerBox .content .item .text h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  font-family: montserratR;
}
.s-index1InnerBox .content .item .imgBox{
  width: 50%;
  height: 100%;
}
.s-index1InnerBox .content .item .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* contact */
.c-index1Box{
  width: 100%;
}
.c-index1Box .c-index1InnerBox{
  margin: 0 auto;
  padding: 100px 0;
}
.c-index1InnerBox .top .img-box{
  position: relative;
}
.c-index1InnerBox .top .img-box img{
  width: 100%;
  height: 360px;
}
.c-index1InnerBox .top .img-box .content{
  position: absolute;
  top: 50%;
  right: 120px;
  transform: translateY(-50%);
}
.c-index1InnerBox .top .img-box .content span{
  font-size: 36px;
  font-weight: normal;
  color: #FFFFFF;
  text-shadow: 0px 6px 14px rgba(18,27,6,0.86);
  font-family: DOUYU;
}
.c-index1InnerBox .container .c-1{
  display: flex;
  display: -webkit-flex;
}
.c-index1InnerBox .container .c-1 .left{
  padding-top: 80px;
  padding-left: 75px;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  width: calc(50% - 2px - 75px);
  height: calc(400px - 20px);
}
.c-index1InnerBox .container .c-1 .left .text{
  margin-top: 50px;
}
.c-index1InnerBox .container .c-1 .left .text p{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: montserratR;
}
.c-index1InnerBox .container .c-1 .left .text p:not(:first-of-type){
  margin-top: 8px;
}
.c-index1InnerBox .container .c-1 .right{
  padding-top: 60px;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  width: calc(50% - 1px);
  height: 400px;
}
.c-index1InnerBox .container .c-1 .right #c-map{
  width: 100%;
  height: 100%;
}
/* 高德logo */
.c-index1InnerBox .container .c-1 .right .amap-logo{
  display: none;
  opacity: 0 !important;
}
.c-index1InnerBox .container .c-1 .right .amap-copyright{
  display: none !important;
}
.c-index1InnerBox .container .c-1 .right .amap-info-close{
  display: none;
}
.c-index1InnerBox #c-map .BMap_cpyCtrl{
  display:none;
}
.c-index1InnerBox #c-map .anchorBL{
  display:none;
}
.c-index1InnerBox .container .c-1 .right .c-map-h4{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  font-family: montserratR;
}
.c-index1InnerBox .container .c-1 .right .c-map-p{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: montserratR;
}
.c-index1InnerBox .container .c-2{
  display: flex;
  display: -webkit-flex;
}
.c-index1InnerBox .container .c-2 .left{
  padding: 50px 0 50px 75px;
  width: calc(50% - 75px - 2px);
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.c-index1InnerBox .container .c-2 .right{
  padding: 50px 0 50px 75px;
  width: calc(50% - 75px - 1px);
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.c-index1InnerBox .container .c-2 .left h6,
.c-index1InnerBox .container .c-2 .right h6{
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  font-family: montserratR;
}
.c-index1InnerBox .container .c-2 .left h4,
.c-index1InnerBox .container .c-2 .right h4{
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  font-family: montserratR;
  margin: 20px 0 30px 0;
}
.c-index1InnerBox .container .c-2 .left .line,
.c-index1InnerBox .container .c-2 .right .line{
  width: 36px;
  background-color: #97AF42;
  height: 4px;
}
.c-index2Box{
  width: 100%;
  background-color: #F9F9F9;
}
.c-index2Box .c-index2InnerBox{
  margin: 0 auto;
  padding: 100px 0;
}
.c-index2InnerBox .publicH3{
  margin: 0 auto;
}
.c-index2InnerBox h6{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: montserratR;
  margin: 20px 40px;
  text-align: center;
}
.c-index2InnerBox form{
  width: 100%;
}
.c-index2InnerBox form .top{
  display: flex;
  display: -webkit-flex;
}
.c-index2InnerBox form .top .item{
  width: calc((100% - 32px) / 3);
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  height: 54px;
  position: relative;
}
.c-index2InnerBox form .top .item:not(:last-of-type){
  margin-right: 18px;
}
.c-index2InnerBox form .top .item i{
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #97AF42;
}
.c-index2InnerBox form .top .item input{
  border: none;
  outline: none;
  padding: 0 18px;
  width: calc(100% - 36px);
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  font-family: montserratR;
}
.c-index2InnerBox form .text{
  padding-top: 18px;
  width: calc(100% - 2px);
  height: 200px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  position: relative;
  margin-top: 20px;
}
.c-index2InnerBox form .text textarea{
  padding: 0 18px;
  width: calc(100% - 36px);
  height: calc(100% - 18px);
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  font-family: montserratR;
  resize: none;
}
.c-index2InnerBox form .text i{
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 20px;
  color: #97AF42;
}
.c-index2InnerBox form .bottom{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 20px;
}
.c-index2InnerBox form .bottom button{
  width: 240px;
  background-color: #97AF42;
  height: 54px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: montserratR;
  border: none;
  outline: none;
}
.c-index2InnerBox form .bottom p{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: montserratR;
}
/* page */
.page{
  margin-top: 30px;
  margin-bottom: 60px;
}
.part{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.page .el-pagination {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.el-pagination .el-pager .number{
  color: #999999;
}
.el-pagination .el-pager li{
  width: 34px;
  min-width: 34px;
  height: 34px;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 0px 0px;
  text-align: center;
  line-height: 34px;
  border: none;
  margin-right: 5px;
}
.el-pagination .el-pager li.active{
  color: #FFFFFF;
  background-color: #90A73F;
}
.el-pagination .el-pager li:hover{
  color: #90A73F !important;
}
.el-pagination .el-pager .btn-quicknext:hover{
  color: #90A73F
}
.footerBox{
  width: 100%;
  height: 355px;
  position: relative;
}
.footerBox .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footerBox .footerInnerBox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footerInnerBox .item1{
  width: 290px;
}
.footerInnerBox .item1 a{
  display: block;
  width: 222px;
  height: 55px;
}
.footerInnerBox .item1 a img{
  width: 100%;
  height: 100%;
}
.footerInnerBox .item1 .line{
  width: 100%;
  height: 1px;
  background-color: #AAAAAA;
  opacity: 0.3;
  margin: 30px 0;
}
.footerInnerBox .item1 h6{
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 20px;
  font-family: montserratR;
}
.footerInnerBox .item2 h3{
  font-size: 22px;
  font-weight: bold;
  color: #555555;
  font-family: montserratR;
}
.footerInnerBox .item2 ul{
  margin-top: 22px;
}
.footerInnerBox .item2 ul li:not(:first-of-type){
  margin-top: 5px;
}
.footerInnerBox .item2 ul li a{
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  font-family: montserratR;
}
.footerInnerBox .item3 ul li{
  position: relative;
}
.footerInnerBox .item3 ul li:hover>.ft-flow{
  display: block;
}
.footerInnerBox .item3 ul li .ft-flow{
  display: none;
  position: absolute;
  top: -115px;
  width: 100px;
  height: 100px;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
}
.footerInnerBox .item3 ul li .ft-flow img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#whats{
  background-color: #34DD46;
  border-color: #34DD46;
}
#whats i{
  color: #FFFFFF;
}
#fb{
  background-color: #3C5A99;
  border-color: #3C5A99;
}
#fb i{
  color: #FFFFFF;
}
#ind{
  background-color: #007BB5;
  border-color: #007BB5;
}
#ind i{
  color: #FFFFFF;
}
.footerInnerBox .item3 h3{
  font-size: 22px;
  font-weight: bold;
  color: #555555;
  font-family: montserratR;
}
.footerInnerBox .item3{
  width: 260px;
}
.footerInnerBox .item3 .content{
  margin-top: 22px;
}
.footerInnerBox .item3 .content p{
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 22px;
  font-family: montserratR;
}
.footerInnerBox .item3 .content p:not(:first-of-type){
  margin-top: 8px;
}
.footerInnerBox .item3 ul{
  display: flex;
  display: -webkit-flex;
  margin-top: 25px;
}
.footerInnerBox .item3 ul li{
  width: 35px;
  border: 1px solid #444444;
  border-radius: 6px;
  height: 35px;
  margin-right: 6px;
}
.footerInnerBox .item3 ul li a{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 100%;
}
.footerInnerBox .item3 ul li a i{
  color: #444444;
  font-size: 26px;
  transition: 0.3s;
}
.footerInnerBox .item3 ul li:hover>a>i{
  transform: rotate(360deg);
}
.footerLink{
  width: 100%;
  background-color: #BFBFBF;
  height: 70px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.footerLink a:first-of-type{
  margin-right: 30px;
}
.footerLink a{
  font-size: 16px;
  font-family: montserratR;
  font-weight: 400;
  color: #555555;
}
.tips{
  position: fixed;
  display: none;
  right: 27px;
  top: 37%;
  z-index: 99;
}
.tips ul li{
  width: 50px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  height: 50px;
  transition: 0.3s;
  position: relative;
}
.tips ul li:not(:first-of-type){
  margin-top: 10px;
}
.tips ul li a{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.tips ul li a i{
  font-size: 22px;
  color: #888888;
  transition: 0.3s;
}
.tips ul li:hover{
  background-color: #97AF42;
  border-color: transparent;
}
.tips ul li:hover>a>i{
  color: #FFFFFF;
}
.tips ul li .fadein{
  display: none;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 10px;
  background-color: #97AF42;
}
.tips ul li .tip-img{
  width: 100px;
  height: 100px;
}
.tips ul li .tip-img img{
  width: 100%;
  height: 100%;
}
.tips ul li .tip-phone{
  font-size: 16px;
  color: #FFFFFF;
  white-space: nowrap;
}
@media only screen and (max-width:1560px) {
.center{
  /* border: 1px solid red; */
  width: 1000px;
}
.headerBox .language .lan-li{
   width: 100px;
}
.swiperBox .s-c .content{
  width: 1000px;
  /* border: 1px solid red; */
}
.swiperBox .s-c .content img{
  width: 650px;
  height: 125px;
  /* border: 1px solid red; */
}
.swiperBox .swiper-button-prev,.swiperBox .swiper-button-next{
  width: 40px;
  height: 40px;
}
.swiperBox .swiper-button-prev i,.swiperBox .swiper-button-next i{
  font-size: 24px;
}
.numBox .item .numText .num,
.numBox .item .numText span{
  font-size: 22px;
}
.h-index1Box{
  height: 500px;
}
.h-index1Box .right .title h5{
  margin: 0 25px 0 10px;
}
.h-index1Box .right .content{
  width: 515px;
  margin: 25px 0 20px 0;
}
.h-index1Box .right .content p{
  font-size: 14px;
  line-height: 22px;
}
.h-index1Box .right .title i{
  width: 8px;
  height: 32px;
}
.h-index1Box .right .title h5{
  font-size: 24px;
}
.h-index1Box .right a{
  width: 140px;
  height: 40px;
  line-height: 40px;
}
.h-index1Box .right .title img{
  width: 269px;
  height: 35px;
}
.h-index2Box{
  margin-top: 75px;
}
.h-index3Box{
  margin-top: 75px;
}
.public-title .top h3{
  font-size: 34px;
}
.public-title .top img{
  width: 216px;
  height: 28px;
}
.public-title .line{
  margin: 20px auto 0;
}
.pro-list li a .t-img{
  height: 210px;
}
.pro-list li a .content h4{
  font-size: 22px;
  padding-top: 12px;
}
.pro-list li a .content .line{
  margin: 13px 0;
}
.pro-list li a .content h6{
  font-size: 14px;
}
.h-index2InnerBox .item {
  height: 450px;
}
.h-index3InnerBox .more{
  width: 180px;
  height: 40px;
  line-height: 40px;
  margin: 40px auto 0;
}
.h-index3Box .h-index3InnerBox{
  padding-bottom: 65px;
}
.h-index4Box{
  padding: 75px 0;
}
.h-index4InnerBox .chainBox .top .item img,
.h-index4InnerBox .chainBox .bottom .item img{
  width: 180px;
}
.h-index4InnerBox .chainBox .top .item p{
  font-size: 12px;
}
.h-index4InnerBox .chainBox .bottom .item p{
  font-size: 12px;
}
.h-index5Box .bg{
  height: 600px;
}
.h-index5Box .content h6{
  margin-top: 30px;
}
.h-index5Box .content .ce-list{
  margin: 40px auto 0;
  width: 840px;
  height: 293px;
}
.h-index5Box .content .ce-list li{
  width: 185px;
  height: 185px;
}
.h-index5Box .content .ce-list li a img{
  width: 150px;
  height: 110px;
}
.h-index6Box{
  padding: 75px 0;
}
.h-index6InnerBox .content .left{
  width: 310px;
}
.h-index6InnerBox .content .right{
  width: 640px;
}
.h-index6InnerBox .content .left img{
  height: 209px;
}
.h-index6InnerBox .content .right .item:not(:first-of-type){
  margin-top: 15px;
}
/* about */
.a-index1Box .bg{
  width: 880px;
  height: 300px;
}
.a-index1InnerBox .left{
  width: 430px;
  height: 340px;
}
.a-index1InnerBox .right{
  width: 500px;
}
.publicH3{
  font-size: 28px;
}
.a-index1InnerBox .right .text p{
  font-size: 16px;
  line-height: 26px;
}
.a-index2Box .bg{
  width: 580px;
  height: 550px;
}
.a-index2InnerBox .left{
  width: 550px;
  padding-top: 75px;
}
.a-index2InnerBox .left .text p{
  font-size: 16px;
  line-height: 28px;
}
.a-index2InnerBox .right{
  width: 320px;
  height: 320px;
}
.a-index3InnerBox .left{
  width: 480px;
  height: 365px;
}
.a-index3InnerBox .right{
  width: 455px;
}
.a-index3InnerBox .right .text p{
  font-size: 16px;
  line-height: 26px;
}
.a-index3InnerBox .left .flow{
  width: 130px;
  height: 130px;
  bottom: -50px;
  right: -50px;
}
/* pro-d */
.p-d-index1InnerBox .top{
  margin-top: 15px;
}
.p-d-index1InnerBox .top .t-l{
  width: 450px;
  height: 430px;
}
.p-d-index1InnerBox .top .t-r{
  width: 500px;
}
.p-d-index1InnerBox .top .t-r h3{
  font-size: 24px;
}
.p-d-index1InnerBox .top .t-r .line{
  margin: 15px 0;
}
.p-d-index1InnerBox .top .t-r .content{
  margin-top: 15px;
}
.p-d-index1InnerBox .top .t-r .btn-box{
  margin-top: 35px;
}
.p-d-index1InnerBox .top .t-r .share{
  margin-top: 20px;
}
.p-d-index1InnerBox .top .t-r .btn-box a{
  width: 240px;
  height: 40px;
  line-height: 40px;
}
.p-d-index2InnerBox .content .bg .bg-item img{
  height: 500px;
}
.p-d-index2InnerBox .content .bg .bg-item .text h6{
  font-size: 16px;
}
.p-d-index2InnerBox .content .bg .bg-item .text h4{
  font-size: 34px;
}
.p-d-index2InnerBox .content .item ul li img{
  width: 120px;
  height: 65px;
}
.p-d-index2InnerBox .content .item ul li p{
  font-size: 14px;
}
.p-d-index2InnerBox .content .item .video-box{
  height: 500px;
}
/* sustain */
.s-index1Box .s-index1InnerBox{
  padding: 75px 0;
}
.s-index1InnerBox .content .item .text h6{
  font-size: 14px;
  line-height: 26px;
}
/* news */
.n-index1InnerBox ul{
  animation: scroll 5s linear infinite;
}
.n-index1Box .n-index1InnerBox{
  padding: 75px 0;
}
.n-index1InnerBox ul li a .content .text{
  width: 330px;
}
.n-index1InnerBox ul li a img{
  width: 400px;
  height: 218px;
}
.n-index1InnerBox ul li a .content .text h4{
  height: 70px;
  margin: 16px 0;
}
.n-index1InnerBox ul li a .content .text h4 span{
  font-size: 20px;
  line-height: 30px;
}
.n-index1InnerBox ul li a .content .icon{
  width: 28px;
  height: 28px;
  margin-top: 16px;
}
.n-index1InnerBox ul li a .content .icon i{
  font-size: 18px;
}
.n-index1InnerBox ul li a .content .text h6{
  font-size: 14px;
}
.n-index1InnerBox ul li:not(:last-of-type){
  margin-right: 40px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-740px); /* 横向滚动的距离 */
  }
}
.n-index2InnerBox .newsList li a .left{
  width: 270px;
  height: 150px;
}
.n-index2InnerBox .newsList li a .right{
  width: calc((100% - 270px - 30px));
}
.n-index2InnerBox .newsList li a .right .content .text{
  width: 620px;
}
.n-index2InnerBox .newsList li a .right .content .text h4{
  font-size: 20px;
}
.n-index2InnerBox .newsList li a .right .content{
  margin-top: 18px;
}
.n-index2InnerBox .newsList li a .right .content .text h6{
  margin-top: 15px;
}
.n-index2InnerBox .newsList li a .right .content .text h6 span{
  font-size: 14px;
}
.n-index2InnerBox .newsList li a .right .content .icon{
  width: 30px;
  height: 30px;
}
.n-index2InnerBox .newsList li a .right .content .icon i{
  font-size: 16px;
}
/* n-d */
.n-d-index1Box .n-d-index1InnerBox{
  padding-top: 75px;
}
.n-d-index1InnerBox .left{
  width: 680px;
}
.n-d-index1InnerBox .right{
  width: 270px;
}
.n-d-index1InnerBox .left h2{
  font-size: 26px;
}
.n-d-index1InnerBox .left .time-num p,
.n-d-index1InnerBox .left .time-num span{
  font-size: 14px;
}
.n-d-index1InnerBox .left .content p{
  font-size: 14px;
  line-height: 26px;
}
.n-d-index1InnerBox .right .btn .content h6 span{
  font-size: 14px;
}
.n-d-index1InnerBox .right .btn .content h4{
  font-size: 18px;
}
.n-d-index1InnerBox .right .bottom h4{
  font-size: 18px;
}
/* contact */
.c-index1Box .c-index1InnerBox{
  padding: 75px 0;
}
.c-index1InnerBox .top .img-box .content{
  right: 80px;
}
.c-index1InnerBox .container .c-1 .left .text p{
  font-size: 16px;
}
.c-index2Box .c-index2InnerBox{
  padding: 75px 0;
}
.c-index2InnerBox form .bottom button{
  width: 200px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.tips ul li{
  width: 40px;
  height: 40px;
}
.tips ul li a i{
  font-size: 18px;
}
}