* {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  position: relative;
  width: 100%;
  background-color: #F5F5F5;
}
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger {
  display: none;
}
.app-box,
.appdd-box{
  display: none;
}
.center{
  width: 1400px;
}
.header-box{
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(170,170,170,0.3);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.headerInner{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  height: 100px;
  width: 94%;
  margin: 0 auto;
}
.headerInner .logo img:last-of-type{
  display: none;
}
.headerInner .right{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.headerInner .right .nav{
  display: flex;
  display: -webkit-flex;
  margin-right: 120px;
}
.headerInner .right .nav li:not(:first-of-type){
  margin-left: 10px;
}
.headerInner .right .nav a{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  border-radius: 18px;
  border: 1px solid transparent;
  display: block;
  padding: 6px 35px;
  transition: 0.3s;
}
.headerInner .right .nav a.active{
  color: #82AA11;
  border-color: #82AA11;
}
.headerInner .right .nav a:hover{
  color: #82AA11;
  border-color: #82AA11;
}
.headerInner .right .phone img:last-of-type{
  display: none;
}
.headerInner .right .search {
  margin: 0 35px;
}
.headerInner .right .search i{
  font-size: 16px;
  color: #222222;
  cursor: pointer;
  transition: 0.3s;
}
.headerInner .right .search i:hover{
  color: #82AA11;
}
.headerInner .right .language {
  position: relative;
}
.headerInner .right .language .top{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.headerInner .right .language .top p{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.headerInner .right .language .top i{
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.headerInner .right .language .top:hover>i,
.headerInner .right .language .top:hover>p{
  color: #82AA11;
}
.headerInner .right .language .zhans{
  position: absolute;
  left: 50%;
  top: 18px;
  transform: scaleY(0) translateX(-50%);
  transform-origin: center top;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
  padding-top: 3px;
}
.headerInner .right .language:hover>.zhans{
  opacity: 1;
  transform: scaleY(1) translateX(-50%);
}
.headerInner .right .language .zhans a{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  display: block;
  width: 100%;
  text-align: center;
  transition: 0.3s;
}
.headerInner .right .language .zhans a:hover{
  color: #82AA11;
}
.headerInner .right .hengx{
  width: 22px;
  margin-left: 25px;
}
.headerInner .right .hengx p{
  width: 100%;
  height: 2px;
  background-color: #222222;
}
.headerInner .right .hengx p:last-of-type{
  margin-top: 8px;
}
.header-box.active{
  box-shadow: unset;
  background-color: transparent;
}
.header-box.active .nav a{
  color: #FFFFFF;
}
.header-box.active .logo img:last-of-type{
  display: block;
}
.header-box.active .logo img:first-of-type{
  display: none;
}
.header-box.active .phone img:last-of-type{
  display: block;
}
.header-box.active .phone img:first-of-type{
  display: none;
}
.header-box.active .search i{
  color: #FFFFFF;
}
.header-box.active .language .top p{
  color: #FFFFFF;
}
.header-box.active .language .top i{
  color: #FFFFFF;
}
.header-box.active .language .zhans a{
  color: #FFFFFF;
}
.header-box.active .hengx p{
  background-color: #FFFFFF;
}
/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.seader {
  position: relative;
  width: 65%;
}
.seader form {
  width: 100%;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}
.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #333333;
  font-family: Source Han Sans CN;
}
.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #82AA11;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  font-family: Source Han Sans CN;
}
.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}
.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}
.seader .close img {
  display: block;
}
.mySwiper{
  width: 100%;
  height: 100vh;
}
.i1-box{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.scroll-box{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.scrollwrap{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.scrollwrap p{
  width: 1px;
  height: 13px;
  background: #FFFFFF;
}
.scroll{
  width: 28px;
  height: 50px;
  border-radius: 14px;
  border: 1px solid #FFFFFF;
  margin-top: 13px;
  position: relative;
}
.scroll i{
  width: 3px;
  height: 5px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  animation: scroll 2s ease-out .5s infinite;
}
@keyframes scroll{
	0%{top: 10%;opacity: 1;}
	100%{top: 90%;opacity: 0;}
}
@-webkit-keyframes scroll{
	0%{top: 10%;opacity: 1;}
	100%{top: 90%;opacity: 0;}
}
.i1-box .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: fda 10s ease-out alternate infinite;
}
@keyframes fda{
	0%{transform: scale(1);}
	100%{transform: scale(1.1);}
}
.i1Inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.i1Inner .ct{
  width: max-content;
}
.i1Inner h3{
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 54px;
  color: #FFFFFF;
  line-height: 74px;
}
.i1Inner h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin: 30px 0 150px 0;
  padding-left: 13px;
  width: calc(100% - 13px);
}
.i1Inner .more-box{
  display: flex;
  display: -webkit-flex;
  width: calc(100% - 21px);
  padding-left: 21px;
}
.i1Inner .more-box a{
  width: 178px;
  height: 50px;
  background: #82AA11;
  border-radius: 25px;
  border: 1px solid #82AA11;
  text-align: center;
  line-height: 50px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.i1Inner .more-box.active a{
  background-color: #FFFFFF;
  color: #82AA11;
  border-color: #FFFFFF;
}
.i1Inner .more-box.active a:last-of-type{
  color: #FFFFFF;
}
.i1Inner .more-box.active a:last-of-type::before{
  background-color: #FFFFFF;
}
.i1Inner .more-box.active a:last-of-type:hover{
  color: #82AA11;
}
.i1Inner .more-box a:last-of-type{
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  color: #82AA11;
  transition: 0.3s;
  margin-left: 12px;
}
.i1Inner .more-box a:last-of-type::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #82AA11;
  transition: 0.3s;
  z-index: -1;
}
.i1Inner .more-box a:last-of-type:hover:before{
  width: 100%;
}
.i1Inner .more-box a:last-of-type:hover{
  color: #FFFFFF;
}
.mySwiper .swiper-slide:nth-of-type(odd) .ct{
  margin-left: auto;
}
.a-box{
  margin-top: 100px;
  width: 100%;
  background: url('../images/a1.jpg') no-repeat center / cover;
}
.aInner{
  margin: 0 auto;
  padding: 110px 0 150px 0;
}
.aInner .pb-h3 h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 48px;
  color: #222222;
  line-height: 1;
}
.aInner .pb-h3 p{
  width: 35px;
  height: 4px;
  background: #73A424;
  margin-top: 18px;
}
.aInner .dz-box{
  display: flex;
  display: -webkit-flex;
  margin: 100px 0 160px 0;
}
.aInner .dz-box .title{
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
  color: #555555;
  width: 145px;
  margin-right: 176px;
}
.aInner .dz-box .txt{
  width: 504px;
}
.aInner .dz-box .txt p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  line-height: 30px;
}
.aInner .dz-box .txt p:not(:first-of-type){
  margin-top: 20px;
}
.aInner .zx-box{
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.aInner .zx-box .ddd{
  display: flex;
  display: -webkit-flex;
  width: 145px;
  margin-right: 176px;
}
.aInner .zx-box .ddd i{
  width: 6px;
  height: 6px;
  background: #7D7D7D;
  border-radius: 50%;
}
.aInner .zx-box .ddd i:not(:first-of-type){
  margin-left: 8px;
}
.aInner .zx-box a{
  width: 200px;
  height: 50px;
  background: #73A424;
  border-radius: 25px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
}
.aInner .zx-box a span{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.aInner .zx-box a i{
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 26px 0 44px;
}
.d1-box{
  width: 100%;
  margin-top: 100px;
  position: relative;
}
.d1-box .bg{
  width: 100%;
  height: 980px;
  object-fit: cover;
}
.d1-box .rund{
  width: 813px;
  height: 813px;
  background: #73A424;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 118px;
  transform: translateY(-50%);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.d1-box .rund .title h3{
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 1;
}
.d1-box .rund .title p{
  width: 35px;
  height: 4px;
  background: #FFFFFF;
  margin: 60px auto 0;
}
.d1-box .rund h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
  width: 70%;
  margin: 40px 0 95px 0;
}
.d1-box .rund a{
  width: 200px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 25px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
}
.d1-box .rund a span{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #73A424;
}
.d1-box .rund a i{
  font-size: 14px;
  color: #82AA11;
  margin: 0 26px 0 44px;
}
.d2-box{
  width: 100%;
  background-color: #F8F8F8;
}
.d2Inner{
  margin: 0 auto;
  padding: 110px 0 170px 0;
}
.d2Inner .item-box{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.d2Inner .item{
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
  margin-bottom: 90px;
}
.d2Inner .item:nth-of-type(2n){
  margin-right: 0px;
}
.d2Inner .item .img-box{
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.d2Inner .item .img-box .flow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  border-radius: 50%;
}
.d2Inner .item .img-box .flow i{
  font-size: 14px;
  color: #FFFFFF;
}
.d2Inner .item .img-box .fl{
  left: 10px;
}
.d2Inner .item .img-box .fr{
  right: 10px;
}
.d2Inner .item .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.d2Inner .item:hover>.img-box img{
  transform: scale(1.04);
}
.d2Inner .item .ct{
  width: 100%;
  padding-top: 39px;
  position: relative;
}
.d2Inner .item .ct .flow{
  position: absolute;
  top: 39px;
  right: 0px;
  width: 30px;
  height: 30px;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* border: 1px solid #82AA11; */
  background-color: #82AA11;
  transition: 0.3s;
}
.d2Inner .item .ct .flow i{
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s;
}
/* .d2Inner .item .ct .flow:hover{
  background-color: #82AA11;
}
.d2Inner .item .ct .flow:hover>i{
  color: #FFFFFF;
} */
.d2Inner .item .ct h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.d2Inner .item .ct .dianwei{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 27px 0 29px 0;
}
.d2Inner .item .ct .dianwei i{
  font-size: 16px;
  color: #82AA11;
}
.d2Inner .item .ct .dianwei  p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #73A424;
  line-height: 1;
  width: calc(100% - 16px - 10px);
  margin-left: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.d2Inner .item .ct h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.d2Inner .more{
  display: block;
  margin: 20px auto 0;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #BFBFBF;
  text-align: center;
  line-height: 50px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.d2Inner .more::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #82AA11;
  transition: 0.3s;
  z-index: -1;
}
.d2Inner .more:hover{
  color: #FFFFFF;
  border-color: #82AA11;
}
.d2Inner .more:hover::before{
  width: 100%;
}
.dd-box{
  width: 100%;
  margin-top: 100px;
  height: calc(980px - 100px);
}
.dd-box .d-swiper{
  width: 100%;
  height: 100%;
}
.dd-box .d-swiper .s-c{
  width: 100%;
  height: 100%;
  position: relative;
}
.dd-box .d-swiper .s-c .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dd-box .d-swiper .swiper-button-prev,
.dd-box .d-swiper .swiper-button-next {
  width: 100px;
  height: 100px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  background: none;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  transition: 0.3s;
}
.dd-box .d-swiper .swiper-button-prev i,
.dd-box .d-swiper .swiper-button-next i {
  color: #FFFFFF;
  font-size: 38px;
  transition: 0.3s;
}
.dd-box .d-swiper .swiper-button-prev{
  left: 100px;
}
.dd-box .d-swiper .swiper-button-next{
  right: 100px;
}
.dd-box .d-swiper .swiper-button-prev:hover,
.dd-box .d-swiper .swiper-button-next:hover{
  border-color: #82AA11;
}
.dd-box .d-swiper .swiper-button-prev:hover>i,
.dd-box .d-swiper .swiper-button-next:hover>i{
  color: #82AA11;
}
.dd-box .d-swiper .s-c .content{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1),rgba(0, 0, 0, 0.01));
  width: 100%;
}
.dd-box .d-swiper .s-c .content .ct{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  padding: 75px 0;
  margin: 0 auto;
}
.dd-box .d-swiper .s-c .content .right{
  width: 176px;
  height: 181px;
  background: #73A424;
  border-radius: 10px;
  transition: 0.3s;
}
.dd-box .d-swiper .s-c .content .right a{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 100%;
}
.dd-box .d-swiper .s-c .content .right:hover{
  transform: translateY(-20px);
}
.dd-box .d-swiper .s-c .content .right p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  margin-top: 25px;
}
.dd-box .d-swiper .s-c .content .left{
  width: calc(100% - 176px - 290px);
}
.dd-box .d-swiper .s-c .content .left h3{
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 40px;
  color: #FFFFFF;
}
.dd-box .d-swiper .s-c .content .left .dianwei{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 20px 0 30px 0;
}
.dd-box .d-swiper .s-c .content .left .dianwei i{
  font-size: 20px;
  color: #73A424;
}
.dd-box .d-swiper .s-c .content .left .dianwei p{
  width: calc(100% - 20px - 13px);
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #73A424;
  margin-left: 13px;
}
.dd-box .d-swiper .s-c .content .left h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.arr1-box{
  width: 100%;
  background: url('../images/arr1.png') no-repeat center / cover;
  margin-top: 100px;
}
.arr1Inner{
  margin: 0 auto;
  padding: 120px 0 185px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  width: 1570px;
}
.arr1Inner .left{
  width: 570px;
}
.arr1Inner .left h3{
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 40px;
  color: #222222;
}
.arr1Inner .left .line{
  width: 35px;
  height: 4px;
  background: #73A424;
  margin-top: 30px;
}
.arr1Inner .left h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  margin: 35px 0 95px 0;
}
.arr1Inner .left a{
  width: 200px;
  height: 50px;
  background: #73A424;
  border-radius: 25px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
}
.arr1Inner .left a span{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.arr1Inner .left a i{
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 26px 0 44px;
}
.arr1Inner .right{
  width: 777px;
  height: 480px;
}
.arr1Inner .right .swiper{
  width: 100%;
  height: 100%;
}
.arr1Inner .right .s-c{
  width: 100%;
  height: 100%;
}
.arr1Inner .right .s-c .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arr1Inner .right .swiper-button-prev,
.arr1Inner .right .swiper-button-next {
  width: 29px;
  height: 29px;
  background-color: transparent;
  background: none;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  transition: 0.3s;
}
.arr1Inner .right .swiper-button-prev i,
.arr1Inner .right .swiper-button-next i {
  color: #FFFFFF;
  font-size: 26px;
  transition: 0.3s;
}
.arr1Inner .right .swiper-button-prev{
  left: 20px;
}
.arr1Inner .right .swiper-button-next{
  right: 20px;
}
.arr1Inner .right .swiper-button-prev:hover>i,
.arr1Inner .right .swiper-button-next:hover>i{
  color: #82AA11;
}
.arr2-box{
  width: 100%;
  background-color: #ffffff;
}
.arr2Inner{
  margin: 0 auto;
  padding: 0 0 170px 0;
}
.arr2Inner .top{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  transform: translateY(-39px);
}
.arr2Inner .top a{
  width: 260px;
  height: 77px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #73A424;
  text-align: center;
  line-height: 77px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  font-family: Source Han Sans CN;
  font-size: 24px;
  color: #73A424;
  font-weight: bold;
}
.arr2Inner .top a:not(:first-of-type){
  margin-left: 10px;
}
.arr2Inner .top a::before{
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background-color: #82AA11;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.arr2Inner .top a:hover{
  color: #FFFFFF;
}
.arr2Inner .top a:hover::before{
  width: 100%;
}
.arr2Inner .top a.active{
  color: #FFFFFF;
}
.arr2Inner .top a.active::before{
  width: 100%;
}
.arr2Inner .container{
  margin-top: 60px;
}
.arr2Inner .container .content{
  font-family: Source Han Sans CN !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #222222 !important;
  text-align: center !important;
}
.arr2Inner .container .content p:not(:first-of-type),
.arr2Inner .container .content span:not(:first-of-type){
  margin-top: 50px !important;
}
.arr2Inner .container .content img{
  max-width: 100% !important;
  width: auto;
  margin: 50px auto 0;
}
.arr2Inner .container .content:not(:first-of-type){
  display: none;
}
.mon1-box{
  margin-top: 100px;
  width: 100%;
  height: 600px;
  position: relative;
}
.mon1-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mon1-box .nav-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.mon1-box .nav-box .nav{
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
}
.mon1-box .nav-box .nav a{
  width: 199px;
  height: 80px;
  background: transparent;
  transition: 0.3s;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  z-index: 1;
}
.mon1-box .nav-box .nav a::before{
  display: block;
  content: '';
  width: 0;
  height: 100%;
  background-color: #82AA11;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.mon1-box .nav-box .nav:first-of-type{
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.mon1-box .nav-box .nav a:hover{
  border-right-color: #82AA11;
  border-left-color: #82AA11;
}
.mon1-box .nav-box .nav a:hover::before{
  width: 100%;
}
.mon1-box .nav-box .nav a.active{
  border-right-color: #82AA11;
  border-left-color: #82AA11;
}
.mon1-box .nav-box .nav a.active::before{
  width: 100%;
}
.mon2-box{
  width: 100%;
  background-color: #ffffff;
}
.mon2Inner{
  padding: 85px 0 180px 0;
  margin: 0 auto;
}
.mon-title h3{
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 36px;
  color: #73A424;
  text-align: center;
  line-height: 1;
}
.mon-title p{
  width: 40px;
  height: 3px;
  background: #73A424;
  margin: 39px auto 0;
}
.mon2Inner .content {
  padding: 70px 0 100px 70px;
  border-left: 1px solid #E5E5E5;
  margin: 75px auto 0;
  width: max-content;
  position: relative;
}
.mon2Inner .content::before{
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #73A424;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 0px;
}
.mon2Inner .content::after{
  display: block;
  content: '';
  position: absolute;
  left: -6px;
  bottom: 0px;
  border-top: 10px solid #82AA11;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.mon2Inner .content .item{
  width: 676px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  position: relative;
}
.mon2Inner .content .item:not(:first-of-type){
  margin-top: 110px;
}
.mon2Inner .content .item .flow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -105px;
  width: 69px;
  height: 69px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #73A424;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  font-family: Source Han Sans CN;
  font-size: 28px;
  color: #73A424;
  font-weight: 400;
}
.can-box{
  width: 100%;
  background-color: #ffffff;
}
.canInner{
  margin: 0 auto;
  padding: 85px 0 180px 0;
}
.canInner .txt {
  margin: 44px 0 50px 0;
}
.canInner .txt p{
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 48px;
}
.canInner .js{
  width: calc(1200px - 260px);
  padding: 40px 130px;
  margin: 0 auto 0;
  background-color: #F8F8F8;
  border-radius: 10px;
}
.canInner .js p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.cta-box{
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 100px;
}
.ctaInner{
  margin: 0 auto;
  padding: 115px 0 150px 0;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.ctaInner .left{
  width: max-content;
}
.ctaInner .left .title h3{
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  line-height: 1;
}
.ctaInner .left .title p{
  width: 40px;
  height: 3px;
  background: #73A424;
  margin-top: 39px;
}
.ctaInner .left .txt{
  margin-top: 44px;
}
.ctaInner .left .txt p{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
}
.ctaInner .right{
  border-left: 1px solid #E5E5E5;
  display: flex;
  display: -webkit-flex;
  padding: 15px 0 15px 130px;
  margin-left: 350px;
}
.ctaInner .right .item{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.ctaInner .right .item img{
  width: 158px;
  height: 159px;
}
.ctaInner .right .item:not(:first-of-type){
  margin-left: 70px;
}
.ctaInner .right .item p{
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  font-family: Source Han Sans CN;
}
.map-box{
  width: 100%;
  height: 700px;
  position: relative;
}
#map{
  width: 100%;
  height: 100%;
}
#map .BMap_cpyCtrl{
  display:none;
}
#map .anchorBL{
  display:none;
}
.map-box .flow{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  padding: 95px 95px 80px 75px;
}
.map-box .flow .left{
  width: 99px;
  height: 99px;
  border-radius: 50%;
  border: 1px solid #73A424;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.map-box .flow .left i{
  font-size: 26px;
  color: #FFFFFF;
}
.map-box .flow .right{
  width: 300px;
  margin-left: 100px;
}
.map-box .flow .right h3{
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 1;
}
.map-box .flow .right h6{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  margin: 10px 0 25px 0;
}
.map-box .flow .right a{
  width: 200px;
  height: 50px;
  background: #73A424;
  border-radius: 25px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
}
.map-box .flow .right a span{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.map-box .flow .right a i{
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 26px 0 44px;
}
.footer-box{
  width: 100%;
  background-color: #FFFFFF;
}
.fInner{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  padding: 20px 0 28px 0;
  margin: 0 auto;
}
.fInner .left{
  font-family: Arial;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}
.fInner .icon-box{
  display: flex;
  display: -webkit-flex;
}
.fInner .icon-box a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  transition: 0.3s;
  position: relative;
}
.fInner .icon-box a .flow-img{
  padding: 5px;
  border-radius: 3px;
  background-color: #82AA11;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 10px);
  z-index: 99;
  display: none;
}
.fInner .icon-box a .flow-img::after{
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #82AA11;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -4px;
}
.fInner .icon-box a .flow-img img{
  width: auto;
  height: 100px;
  object-fit: cover;
}
.fInner .icon-box a i{
  font-size: 18px;
  color: #4E4E4E;
  transition: 0.3s;
}
.fInner .icon-box a:hover{
  border-color: #82AA11;
  background-color: #82AA11;
}
.fInner .icon-box a:hover>.flow-img{
  display: block;
}
.fInner .icon-box a:hover>i{
  color: #FFFFFF;
}
.fInner .icon-box a:not(:first-of-type){
  margin-left: 15px;
}
@media only screen and (max-width: 1560px) {
  .center{
    width: 1000px;
  }
  /* .headerInner .right .nav{
    margin-right: 60px;
  } */
  .headerInner .right .nav a{
    padding: 3px 20px;
  }
  .headerInner .right .search{
    margin: 0 20px;
  }
  .headerInner .right .hengx{
    margin-left: 20px;
  }
  .headerInner .right .nav{
    margin-right: 20px;
  }
  .i1Inner h3{
    font-size: 44px;
    line-height: 60px;
  }
  .i1Inner h6{
    margin: 25px 0 70px 0;
  }
  .aInner .pb-h3 h3{
    font-size: 38px;
  }
  .aInner .dz-box .title{
    font-size: 30px;
    width: 130px;
    margin-right: 126px;
  }
  .d1-box .rund .title h3{
    font-size: 30px;
  }
  .d1-box .rund .title p{
    margin: 30px auto 0;
  }
  .d1-box .rund h6{
    margin: 25px auto 50px;
  }
  .d1-box .rund{
    width: 660px;
    height: 660px;
  }
  .d1-box .bg{
    height: 780px;
  }
  .d1-box .rund{
    right: 58px;
  }
  .d2Inner .item .img-box{
    height: 300px;
  }
  .dd-box .d-swiper .swiper-button-prev{
    left: 40px;
  }
  .dd-box .d-swiper .swiper-button-next{
    right: 40px;
  }
  .dd-box .d-swiper .swiper-button-prev,
  .dd-box .d-swiper .swiper-button-next {
    width: 45px;
    height: 45px;
  }
  .dd-box .d-swiper .swiper-button-prev i,
  .dd-box .d-swiper .swiper-button-next i{
    font-size: 18px;
  }
  .dd-box .d-swiper .s-c .content .ct{
    padding: 35px 0;
  }
  .arr1Inner{
    width: 1000px;
  }
  .arr1Inner .left{
    width: 400px;
  }
  .arr1Inner .right{
    width: 500px;
    height: 330px;
  }
  .mon1-box{
    height: 500px;
  }
  .canInner .js{
    width: calc(900px - 260px);
  }
  .ctaInner .right{
    margin-left: 150px;
    padding: 15px 0 15px 80px;
  }
  .ctaInner .right .item:not(:first-of-type){
    margin-left: 50px;
  }
  .map-box{
    height: 500px;
  }
  .map-box .flow{
    border-radius: 20px;
    padding: 35px 35px 40px 30px;
    left: 40px;
  }
  .map-box .flow .left{
    width: 60px;
    height: 60px;
  }
  .map-box .flow .left i{
    font-size: 20px;
  }
  .map-box .flow .right{
    margin-left: 50px;
    width: 260px;
  }
}
@media only screen and (max-width: 1360px) {
  .d1-box .rund{
    width: 600px;
    height: 600px;
  }
  .d1-box .bg{
    height: 700px;
  }
  .dd-box{
    margin-top: 100px;
    height: calc(780px - 100px);
  }
}
