@font-face {
	font-family: 'HARMONYOS_SANS_SC_REGULAR';
	src: url('../font/HARMONYOS_SANS_SC_REGULAR.TTF');
}
@font-face {
	font-family: 'HARMONYOS_SANS_SC_LIGHT';
	src: url('../font/HARMONYOS_SANS_SC_LIGHT.TTF');
}
@font-face {
	font-family: 'HARMONYOS_SANS_SC_BOLD';
	src: url('../font/HARMONYOS_SANS_SC_BOLD.TTF');
}
@font-face {
	font-family: 'HARMONYOS_SANS_SC_MEDIUM';
	src: url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF');
}
*{
  font-family: 'HARMONYOS_SANS_SC_REGULAR';
}
.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 83%;
  margin: 0 auto;
}
.move1{
  overflow: hidden;
}
.move1 img{
  transition: all .8s ease .1s;
}
.move1 img:hover {
  transform: scale(1.1);
}
@keyframes move2 {
  0%   {transform: rotateY(0deg);}
  50%  {transform: rotateY(180deg);}
  100% {transform: rotateY(360deg);}
}
.move2:hover{
  animation: move2 1s ;
}
@keyframes move3{
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(0.9);
  }
}
.jszc{
  margin: 0 5px;
  opacity: 0.4;
}
.jszc a .jszc-p{
  font-size: 14px;
  color: #fff;
}
.jszc a .jszc-img{
  width: 50px;
  padding: 4px 0 0 5px;
}
/* 头部 */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 15px 0;
  transition: 0.3s;
}
header .hea {
  background: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  padding: 0 30px;
  border-radius: 10px;
}
header .hea .logo {
  width: 20%;
}
header .hea .nav {
  width: 60%;
}
header .hea .nav ul .li-a {
  position: relative;
}
header .hea .nav ul .li-a .a-a {
  font-size: 20px;
  color: #030303;
  display: block;
  line-height: 85px;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
header .hea .nav ul .li-a .drop{
  position: absolute;
  width: 260px;
  background: #fff;
  left: -90px;
  top: 100%;
  padding: 10px 0;
  display: none;
}
header .hea .nav ul .li-a .drop ul .li-b .a-b{
  font-size: 18px;
  text-align: center;
  display: block;
  color: #333;
  line-height: 40px;
}
header .hea .nav ul .li-a:hover .drop{
  display: block;
}
header .hea .nav ul .li-a .drop ul .li-b .a-b:hover{
  color: #c06128;
}
header .hea .language {
  width: 6%;
  justify-content: flex-end;
  position: relative;
}
header .hea .language .cn a {
  font-size: 19px;
  color: #000000;
}
header .hea .language .after {
  width: 4px;
  height: 3px;
  background: #517f36;
  margin: 0 10px;
}
header .hea .language .en a {
  font-size: 19px;
  color: #000000;
}
header .hea .language::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #000000;
  content: '';
}
header .on .a-a{
  color: #c06128 !important;
}
.fixnav{
  background: #ffffff;
  padding: 0;
}
/* 轮播 */
.banner .ban .imgbox {
  position: relative;
}
.banner .ban .imgbox .img img {
  display: block;
}
.banner .ban .imgbox .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
}
.banner .ban .imgbox .content .text {
  width: 75%;
  font-size: 60px;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  margin: 0 auto 60px auto;
}
.banner .ban .imgbox .content .more {
  width: 225px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 30px;
}
.banner .ban .imgbox .content .more a {
  justify-content: center;
}
.banner .ban .imgbox .content .more a .p {
  font-size: 20px;
  color: #ffffff;
  line-height: 45px;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.banner .ban .imgbox .content .more a .after {
  margin: 0 0 0 10px;
}
.n-banner .ban {
  position: relative;
}
.n-banner .ban .p {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  text-align: center;
  font-size: 88px;
  color: #ffffff;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  text-transform: uppercase;
}
/* 关于 */
.about {
  padding: 100px 0;
  background: #f7f8fc;
}
.about .abo {
  position: relative;
}
.about .abo .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.about .abo .bg .after {
  margin: 0 0 230px 0;
}
.about .abo .element {
  position: relative;
  align-items: flex-end;
  z-index: 9;
}
.about .abo .element .left {
  margin: 0 0 80px 0;
}
.about .abo .element .left .more a .before {
  width: 260px;
  height: 2px;
  background: #517f36;
  margin: 0 70px 0 0;
}
.about .abo .element .left .more a .p {
  font-size: 18px;
  color: #517f36;
  margin: 0 15px 0 0;
}
.about .abo .element .left .more a .after {
  width: 25px;
  height: 25px;
  background: #517f36;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about .abo .element .right {
  width: 50%;
}
.about .abo .element .right .p {
  box-sizing: border-box;
  padding: 0 0 0 15%;
  margin: 0 0 150px 0;
}
.about .abo .element .right .p h1 {
  font-size: 38px;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  margin: 0 0 50px 0;
  color: #5e5e5e;
}
.about .abo .element .right .p p {
  font-size: 17px;
  color: #000000;
  line-height: 33px;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.about .abo .element .right .content {
  position: relative;
}
.about .abo .element .right .content .img {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #daddde;
}
.about .abo .element .right .content .video {
  position: absolute;
  width: 380px;
  left: -380px;
  top: -243px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
.n-about-a {
  padding: 50px 0 70px 0;
}
.n-about-a .abo .name {
  font-size: 48px;
  color: #5e5e5e;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
  position: relative;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
}
.n-about-a .abo .name::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 135px;
  height: 1px;
  background: #e06318;
  content: '';
}
.n-about-a .abo .p {
  font-size: 20px;
  color: #000000;
  line-height: 48px;
  margin: 0 0 50px 0;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.n-about-a .abo .p p{
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.n-about-a .abo .element {
  margin: 0 0 45px 0;
  align-items: flex-start;
}
.n-about-a .abo .element .textbox {
  width: 48%;
}
.n-about-a .abo .element .textbox .title {
  font-size: 30px;
  color: #517f35;
  margin: 0 0 10px 0;
}
.n-about-a .abo .element .textbox .text {
  font-size: 18px;
  color: #000000;
  line-height: 32px;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.n-about-b {
  background: url(../img/ind11.jpg) no-repeat;
  background-size: cover;
  padding: 65px 0 5px 0;
}
.n-about-b .abo .caption {
  font-size: 35px;
  color: #000000;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  margin: 0 0 60px 0;
}
.n-about-b .abo .title {
  font-size: 23px;
  color: #c06128;
  margin: 0 0 50px 0;
}
.n-about-b .abo .element {
  width: 70%;
  flex-wrap: wrap;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 100px 0;
}
.n-about-b .abo .element .imgbox {
  width: 30%;
}
.n-about-b .abo .element .imgbox .after {
  width: 10%;
}
.n-about-b .abo .element .imgbox .p {
  width: 80%;
  font-size: 18px;
  color: #000000;
  line-height: 32px;
  text-align: center;
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
}
.n-about-c {
  background: #f4f4f4;
  padding: 70px 0;
}
.n-about-c .abo .caption {
  font-size: 35px;
  color: #5e5e5e;
  margin: 0 0 52px 0;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
}
.n-about-c .abo .element{
  position: relative;
}
.n-about-c .abo .element .swiper-button-prev-a{
  width: 35px;
  height: 35px;
  border: 1px solid #585858;
  left: auto;
  right: 50px;
  top: -65px;
}
.n-about-c .abo .element .swiper-button-prev-a::after{
  font-size: 20px;
  color: #000000;
}
.n-about-c .abo .element .swiper-button-prev-a:hover{
  background: #517f36;
  border: 1px solid #517f36;
}
.n-about-c .abo .element .swiper-button-prev-a:hover::after{
  color: #fff;
}
.n-about-c .abo .element .swiper-button-next-a{
  width: 35px;
  height: 35px;
  border: 1px solid #585858;
  left: auto;
  right: 0px;
  top: -65px;
}
.n-about-c .abo .element .swiper-button-next-a::after{
  font-size: 20px;
  color: #000000;
}
.n-about-c .abo .element .swiper-button-next-a:hover{
  background: #517f36;
  border: 1px solid #517f36;
}
.n-about-c .abo .element .swiper-button-next-a:hover::after{
  color: #fff;
}
.n-about-c .abo .element .swipera .swiper-slide-active {
  width: 50% !important;
}
.n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .up {
  align-items: flex-start;
  margin: 0 0 40px 0;
}
.n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .up .img {
  width: 35%;
}
.n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .up .p {
  width: 60%;
  padding: 20px 0;
}
.n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .up .p .name {
  font-size: 28px;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  margin: 0 0 30px 0;
}
.n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .up .p .field {
  display: block;
  margin: 0 0 20px 0;
}
.n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .up .p .position {
  display: block;
}
.n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .down .position {
  display: none;
}
.n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .down .introduction {
  display: block;
}
.n-about-c .abo .element .imgbox {
  background: #fff;
}
.n-about-c .abo .element .imgbox a {
  display: block;
  box-sizing: border-box;
  padding: 30px 25px;
}
.n-about-c .abo .element .imgbox a .up .img {
  width: 48%;
}
.n-about-c .abo .element .imgbox a .up .p {
  width: 48%;
}
.n-about-c .abo .element .imgbox a .up .p .name {
    font-size: 20px;
    color: #000000;
    font-family: 'HARMONYOS_SANS_SC_BOLD';
}
.n-about-c .abo .element .imgbox a .up .p .field {
  font-size: 28px;
  color: #c06128;
  line-height: 36px;
  display: none;
}
.n-about-c .abo .element .imgbox a .up .p .position {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  display: none;
}
.n-about-c .abo .element .imgbox a .down {
  margin: 20px 0 0 0;
}
.n-about-c .abo .element .imgbox a .down .position {
  font-size: 17px;
  color: #000000;
  line-height: 30px;
  height: 150px;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.n-about-c .abo .element .imgbox a .down .introduction {
  font-size: 18px;
  color: #838383;
  line-height: 30px;
  display: none;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.n-about-d {
  padding: 80px 0;
  background: #f4f4f4;
}
.n-about-d .abo .caption {
  font-size: 35px;
  color: #5e5e5e;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  text-align: center;
}
.n-about-d .abo .element {
  margin: 70px 0 0 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-about-d .abo .element .imgbox {
  width: 14%;
  margin: 0 1.3% 30px 1.3%;
  position: relative;
  background: #fff;
}
.n-about-d .abo .element .imgbox .img {
  border: 5px solid #f6f6f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85px;
}
.n-about-d .abo .element .imgbox .p {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  line-height: 20px;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  background: rgba(81, 127, 54, 0.8);
  display: none;
}
.n-about-d .abo .element .imgbox:hover .p {
  display: flex;
}
.n-about-e {
  padding: 100px 0;
}
.n-about-e .abo .left{
  width: 62%;
}
.n-about-e .abo .left .caption{
  font-size: 35px;
  color: #5e5e5e;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  margin: 0 0 65px 0;
}
.n-about-e .abo .left .p p{
  font-size: 21px;
  color: #000000;
  line-height: 38px;
  box-sizing: border-box;
  padding: 0 0 0 45px;
  margin: 0 0 50px 0;
  position: relative;
}
.n-about-e .abo .left .p p::after{
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  background: #517f35;
  border-radius: 30px;
  content: '';
}
.n-about-e .abo .right{
  width: 33%;
  border-radius: 20px;
  overflow: hidden;
}
/* 产品 */
.products {
  background: #f7f8fc;
  padding: 0 0 70px 0;
}
.products .pro .up {
  margin: 0 auto 50px auto;
}
.products .pro .up .left .caption {
  font-size: 38px;
  color: #5e5e5e;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  margin: 0 0 15px 0;
}
.products .pro .up .left .text {
  font-size: 18px;
  color: #4e4e4e;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.products .pro .up .right ul li {
  margin: 0 0 0 15px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.products .pro .up .right ul li a {
  display: block;
  width: 185px;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  color: #8892a0;
}
.products .pro .down {
  box-sizing: border-box;
  padding: 0 0 0 8.5%;
  margin: 0 0 100px 0;
}
.products .pro .down .element {
  flex-direction: column;
  justify-content: flex-end;
  height: 400px;
  flex-wrap: wrap;
  overflow-x: auto;
  padding: 0 0 40px 0;
}
.products .pro .down .element::-webkit-scrollbar{
  width: 100%;
  height: 4px;
}
.products .pro .down .element::-webkit-scrollbar-track {
  background: #d2d2d2;
}
.products .pro .down .element::-webkit-scrollbar-thumb {
  background: #517f36;
  border-radius: 4px;
}
.products .pro .down .element .imgbox {
  width: 28%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 #eeeff2;
  padding: 15px 15px;
  margin: 0 20px 0 0;
}
.products .pro .down .element .imgbox a .content .text {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  height: 90px;
}
.products .pro .down .element .imgbox a .content .btn {
  display: none;
}
.products .pro .down .element .imgbox a .img {
  border-radius: 10px;
  overflow: hidden;
}
.products .pro .down .element .imgbox a .img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.products .pro .more {
  width: 170px;
  background: #517f36;
  margin: 0 auto;
  border-radius: 30px;
}
.products .pro .more a {
  justify-content: center;
}
.products .pro .more a .p {
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  margin: 0 25px 0 0;
}
.products .pro .more:hover{
  background: #619840;
}
.products .active-a {
  background: #517f36 !important;
  box-shadow: 2px 10px 5px #517f3630;
}
.products .active-a a {
  color: #fff !important;
}
.products .active-b {
  display: none;
}
/* .products .active-c {
  width: 33% !important;
  padding: 0 !important;
}
.products .active-c a{
  position: relative !important;
}
.products .active-c a .img img{
  height: 400px !important;
}
.products .active-c a .content .btn {
    display: block !important;
}
.products .active-c a .content{
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 99;
}
.products .active-c a .content .text{
  color: #fff !important;
} */
.q-products-a {
  padding: 30px 0;
}
.q-products-a .pro .caption {
  margin: 0 0 80px 0;
}
.q-products-a .pro .caption .title {
  font-size: 24px;
  color: #5e5e5e;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  position: relative;
}
.q-products-a .pro .caption .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 5px;
  background: #528136;
  content: '';
}
.q-products-a .pro .caption .text {
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.q-products-a .pro .element {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.q-products-a .pro .element .imgbox {
  width: 23%;
  margin: 0 1% 50px 1%;
}
.q-products-a .pro .element .imgbox a .img{
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.q-products-a .pro .element .imgbox a .p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.q-products-b {
  background: #f7f8fc;
  padding: 70px 0;
}
.q-products-b .pro .caption {
  margin: 0 0 80px 0;
}
.q-products-b .pro .caption .title {
  font-size: 24px;
  color: #5e5e5e;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  position: relative;
}
.q-products-b .pro .caption .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 5px;
  background: #528136;
  content: '';
}
.q-products-b .pro .caption .text {
  font-size: 30px;
  color: #000000;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
  line-height: 36px;
}
.q-products-b .pro .element {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.q-products-b .pro .element .imgbox {
  width: 23%;
  margin: 0 1% 50px 1%;
}
.q-products-b .pro .element .imgbox a .img{
  border-radius: 20px;
  overflow: hidden;
}
.q-products-b .pro .element .imgbox a .p {
  font-size: 21px;
  color: #000000;
  padding: 23px 0 23px 35px;
  border-bottom: 1px solid #cfd0d3;
  position: relative;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.q-products-b .pro .element .imgbox a .p::after {
  position: absolute;
  left: 5px;
  top: 30px;
  width: 10px;
  height: 10px;
  background: #528136;
  content: '';
  border-radius: 30px;
}
/* 服务&新闻 */
.service-new {
  background: url(../img/ind8.png) no-repeat;
  background-size: cover;
}
/* 服务 */
.service {
  padding: 140px 0 110px 0;
}
.service .ser .caption {
  font-size: 38px;
  color: #5e5e5e;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  margin: 0 0 50px 0;
}
.service .ser .text {
  width: 50%;
  font-size: 18px;
  color: #000000;
  line-height: 36px;
  margin: 0 0 120px 0;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.service .ser .text p{
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.service .ser .element {
  box-sizing: border-box;
  padding: 0 5% 0 0;
}
.service .ser .element .imgbox {
  width: 32%;
  border-radius: 20px;
  overflow: hidden;
}
.service .ser .element .imgbox a {
  position: relative;
}
.service .ser .element .imgbox a .btn {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
}
.service .ser .element .imgbox a .p {
  position: absolute;
  left: 25px;
  bottom: 30px;
  font-size: 25px;
  color: #ffffff;
}
.n-service {
  padding: 60px 0;
}
.n-service .ser .left {
  width: 55%;
}
.n-service .ser .left .caption {
  font-size: 35px;
  color: #5e5e5e;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  margin: 0 0 40px 0;
}
.n-service .ser .left .element {
  background: #f6f6f6;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-sizing: border-box;
  padding: 80px 40px;
}
.n-service .ser .left .element .swipera {
  height: 520px;
}
.n-service .ser .left .element .swipera .swiper-slide{
  height: auto !important;
}
.n-service .ser .left .element .swipera .swiper-slide-thumb-active .textbox{
  background: rgba(81, 127, 54, 0.05);
  box-sizing: border-box;
  padding: 28px 0 28px 20px;
}
.n-service .ser .left .element .textbox {
  justify-content: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid #517f36;
}
.n-service .ser .left .element .textbox .num {
  width: 6%;
  font-size: 25px;
  color: #517f36;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
}
.n-service .ser .left .element .textbox .p {
  width: 90%;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.n-service .ser .right {
  width: 45%;
  position: relative;
}
.n-service .ser .right .swiper-button-prev-b{
  top: auto;
  bottom: 0;
  left: auto;
  right: 115%;
  width: 55px;
  height: 55px;
  background: #b5b5b5;
  border-radius: 30px;
}
.n-service .ser .right .swiper-button-prev-b::after{
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.n-service .ser .right .swiper-button-prev-b:hover{
  background: #517f35;
}
.n-service .ser .right .swiper-button-next-b{
  top: auto;
  bottom: 0;
  left: auto;
  right: 105%;
  width: 55px;
  height: 55px;
  background: #b5b5b5;
  border-radius: 30px;
}
.n-service .ser .right .swiper-button-next-b::after{
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.n-service .ser .right .swiper-button-next-b:hover{
  background: #517f35;
}
.n-service .ser .right .img{
  border-radius: 20px;
  overflow: hidden;
}
/* 新闻 */
.news {
  padding: 0 0 100px 0;
}
.news .new .up {
  margin: 0 auto 110px auto;
}
.news .new .up .left .caption {
  font-size: 38px;
  color: #000000;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  margin: 0 0 15px 0;
}
.news .new .up .left .text {
  font-size: 18px;
  color: #4e4e4e;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.news .new .up .right .more {
  width: 200px;
  background: #528136;
  border-radius: 30px;
}
.news .new .up .right .more a {
  justify-content: flex-end;
}
.news .new .up .right .more a .p {
  font-size: 18px;
  color: #ffffff;
  margin: 0 30px 0 0;
}
.news .new .up .right .more a .img {
  width: 55px;
  height: 55px;
  background: #e6efe1;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
}
.news .new .up .right .more:hover{
  background: #619840;
}
.news .new .down .swiperd {
  padding: 0 0 140px 0;
}
.news .new .down .swiperd .swiper-wrapper {
  align-items: center;
}
.news .new .down .swiperd .swiper-wrapper .swiper-slide .imgbox{
  width: 86%;
  margin: 0 auto;
}
.news .new .down .swiperd .swiper-wrapper .swiper-slide-active{
  margin: 0 20px;
}
.news .new .down .swiperd .swiper-wrapper .swiper-slide-active .imgbox{
  width: 100% !important;
}
.news .new .down .swiperd .swiper-button-prev-d {
  top: auto;
  bottom: 0;
  left: 46.5%;
  width: 50px;
  height: 50px;
  border: 2px solid #528136;
  border-radius: 30px;
}
.news .new .down .swiperd .swiper-button-prev-d::after {
  font-size: 22px;
  font-weight: bold;
  color: #528136;
}
.news .new .down .swiperd .swiper-button-prev-d:hover {
  background: #528136;
}
.news .new .down .swiperd .swiper-button-prev-d:hover::after {
  color: #fff;
}
.news .new .down .swiperd .swiper-button-next-d {
  top: auto;
  bottom: 0;
  right: 46.5%;
  width: 50px;
  height: 50px;
  border: 2px solid #528136;
  border-radius: 30px;
}
.news .new .down .swiperd .swiper-button-next-d::after {
  font-size: 22px;
  font-weight: bold;
  color: #528136;
}
.news .new .down .swiperd .swiper-button-next-d:hover {
  background: #528136;
}
.news .new .down .swiperd .swiper-button-next-d:hover::after {
  color: #fff;
}
.news .new .down .imgbox {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.news .new .down .imgbox a {
  display: block;
  padding: 40px 40px;
  box-sizing: border-box;
}
.news .new .down .imgbox a .img {
  display: none;
}
.news .new .down .imgbox a .p .time {
  font-size: 20px;
  color: #528136;
  margin: 0 0 50px 0;
}
.news .new .down .imgbox a .p .title {
  font-size: 21px;
  color: #000000;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  height: 60px;
  line-height: 30px;
  margin: 0 0 20px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .new .down .imgbox a .p .text {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  height: 50px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.news .new .down .swiper-slide-active .imgbox a {
  padding: 0;
  position: relative;
}
.news .new .down .swiper-slide-active .imgbox a .img {
  display: block;
}
.news .new .down .swiper-slide-active .imgbox a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .new .down .swiper-slide-active .imgbox a .p {
  background-image: linear-gradient(#517f3601, #517f3690);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 30px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.news .new .down .swiper-slide-active .imgbox a .p .time {
  color: #ffffff !important;
  margin: 0 0 auto 0 !important;
}
.news .new .down .swiper-slide-active .imgbox a .p .title {
  color: #ffffff !important;
}
.news .new .down .swiper-slide-active .imgbox a .p .text {
  color: #ffffff !important;
}
.q-news-a {
  padding: 20px 0 80px 0;
}
.q-news-a .new .caption{
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 60px 0;
}
.q-news-a .new .caption .title{
  font-size: 30px;
  color: #000000;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
}
.q-news-a .new .caption ul{
  justify-content: flex-end;
}
.q-news-a .new .caption ul li a{
  font-size: 19px;
  color: #000000;
  line-height: 70px;
  display: block;
  padding: 0 10px;
  margin: 0 10px;
  position: relative;
}
.q-news-a .new .caption ul li a::after{
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 4px;
  background: #6b9054;
  transition: 0.3s;
  content: '';
}
.q-news-a .new .caption ul li .on::after{
  width: 100%;
}
.q-news-a .new .element{
  align-items: flex-start;
}
.q-news-a .new .left {
  width: 53%;
  border-radius: 30px;
  overflow: hidden;
}
.q-news-a .new .right {
  width: 44%;
}
.q-news-a .new .right .imgbox {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.q-news-a .new .right .imgbox a .p {
  width: 65%;
}
.q-news-a .new .right .imgbox a .p .time {
  font-size: 18px;
  color: #6b9054;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  margin: 0 0 10px 0;
}
.q-news-a .new .right .imgbox a .p .title {
  font-size: 20px;
  color: #5e5e5e;
  line-height: 26px;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  margin: 0 0 8px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.q-news-a .new .right .imgbox a .p .text {
  font-size: 16px;
  color: #535353;
  line-height: 26px;
   word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.q-news-a .new .right .imgbox a .img {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
}
.q-news-a .new .right .imgbox:hover a .p .title {
  color: #6b9054;
}
.q-news-b {
  background: #edf2f0;
  padding: 90px 0;
}
.q-news-b .new {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.q-news-b .new .imgbox {
  background: #fff;
  width: 31%;
  margin: 0 1% 50px 1%;
  border-radius: 10px;
  overflow: hidden;
}
.q-news-b .new .imgbox a .content {
  box-sizing: border-box;
  padding: 0 15px;
}
.q-news-b .new .imgbox a .content .up {
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
}
.q-news-b .new .imgbox a .content .up .title {
  width: 75%;
  font-size: 23px;
  color: #000000;
  line-height: 29px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
}
.q-news-b .new .imgbox a .content .up .time {
  width: 20%;
}
.q-news-b .new .imgbox a .content .up .time .day {
  font-size: 47px;
  color: #000000;
  margin: 0 0 10px 0;
  text-align: right;
}
.q-news-b .new .imgbox a .content .up .time .year {
  font-size: 23px;
  color: #5d5d5d;
  text-align: right;
}
.q-news-b .new .imgbox a .content .down {
  padding: 25px 0;
}
.q-news-b .new .imgbox a .content .down .p {
  font-size: 18px;
  color: #5d5d5d;
}
.q-news-b .new .imgbox:hover a .content .up .title{
  color: #6b9054;
}
.d-news-a {
  padding: 20px 0 60px 0;
  border-bottom: 1px solid #DADADA;
}
.d-news-a .new .time{
  font-size: 16px;
  color: #7C7C7C;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  margin: 0 0 20px 0;
}
.d-news-a .new .title{
  font-size: 40px;
  color: #5e5e5e;
  line-height: 45px;
}
.d-news-b .new{
  padding: 60px 0;
  align-items: flex-start;
}
.d-news-b .new .left{
  width: 20%;
}
.d-news-b .new .left .caption{
  font-size: 16px;
  color: #5e5e5e;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  margin: 0 0 20px 0;
}
.d-news-b .new .left ul{
  border-bottom: 1px solid #DADADA;
  padding: 0 0 20px 0;
}
.d-news-b .new .left ul li{
  margin: 0 0 15px 0;
}
.d-news-b .new .left ul li a{
  font-size: 18px;
  color: #7C7C7C;
  display: block;
}
.d-news-b .new .right{
  width: 75%;
}
.d-news-b .new .right .text{
  background: rgba(124, 124, 124, 0.05);
  box-sizing: border-box;
  padding: 20px 25px;
  border-radius: 10px;
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 44px;
  color: #515151;
}
.d-news-b .new .right .text span{
  display: block;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
}
.d-news-b .new .right .p{
  font-size: 16px;
  color: #7C7C7C;
  line-height: 30px;
}
/* 面包屑 */
.crumbs .cru ul {
  justify-content: flex-start;
  padding: 30px 0;
}
.crumbs .cru ul li {
  font-size: 19px;
  color: #030303;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.crumbs .cru ul li a {
  font-size: 19px;
  color: #030303;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.crumbs .cru ul .after {
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 30px;
  margin: 0 10px;
}
/* 联系 */
.n-contact-a {
  padding: 25px 0 0 ;
}
.n-contact-a .con .element {
  box-sizing: border-box;
  padding: 75px 80px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 10px 0 #f0f0f0;
  margin: 0 0 80px 0;
}
.n-contact-a .con .element .left {
  width: 80%;
}
.n-contact-a .con .element .left .name {
  font-size: 33px;
  color: #5e5e5e;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
  position: relative;
}
.n-contact-a .con .element .left .name::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #be5a1e;
  content: '';
}
.n-contact-a .con .element .left .content {
  flex-wrap: wrap;
}
.n-contact-a .con .element .left .content .imgbox {
  width: 60%;
  margin: 0 0 20px 0;
  justify-content: flex-start;
}
.n-contact-a .con .element .left .content .imgbox:nth-child(even){
  width: 35%;
}
.n-contact-a .con .element .left .content .imgbox .img {
  width: 30px;
  margin: 0 10px 0 0;
}
.n-contact-a .con .element .left .content .imgbox .p {
  width: 90%;
  font-size: 20px;
  color: #000000;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
.n-contact-a .con .element .right {
  width: 12%;
}
.n-contact-a .con .element .right .imgbox .img {
  box-sizing: border-box;
  padding: 18px 16px;
  border: 1px solid #528136;
  border-radius: 20px;
  margin: 0 0 20px 0;
}
.n-contact-a .con .element .right .imgbox .p {
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.n-contact-b .con {
  width: 65%;
  position: relative;
}
.n-contact-b .con .img {
  text-align: center;
}
.n-contact-b .con .caption{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 38px;
  color: #5e5e5e;
  font-family: 'HARMONYOS_SANS_SC_BOLD';
}
.n-contact-b .con .add {
  position: absolute;
}
.n-contact-b .con .add .after {
  width: 12px;
  height: 12px;
  background: #cc845c;
  border-radius: 30px;
  position: relative;
}
.n-contact-b .con .add .after::after{
  position: absolute;
  width: 24px;
  height: 24px;
  left: -6px;
  top: -6px;
  background: #cc845c30;
  border-radius: 30px;
  content: '';
  animation-name: move3;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  z-index: 99;
}
.n-contact-b .con .add .p {
  width: 110px;
  position: absolute;
  font-size: 20px;
  color: #000000;
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
}
.n-contact-b .con .suzhou {
  left: 59%;
  top: 72%;
}
.n-contact-b .con .suzhou .p {
  left: -80px;
  top: -5px;
}
.n-contact-b .con .shanghai {
  left: 62%;
  top: 73%;
}
.n-contact-b .con .shanghai .p {
  left: 25px;
  top: -5px;
}
.n-contact-b .con .xianggang {
  left: 56%;
  top: 92%;
}
.n-contact-b .con .xianggang .p {
  left: 25px;
  top: -5px;
}
.n-contact-c {
  padding: 90px 0;
  background: #edf2f0;
}
.n-contact-c .con .caption {
  margin: 0 0 60px 0;
}
.n-contact-c .con .caption .title {
  font-size: 45px;
  color: #5e5e5e;
  margin: 0 0 35px 0;
}
.n-contact-c .con .caption .text {
  font-size: 20px;
  color: #808080;
}
.n-contact-c .con .element .formbox137{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.n-contact-c .con .element .formbox137 .inputbox{
  width: 49%;
  margin: 0 0 15px 0;
}
.n-contact-c .con .element .formbox137 .inputbox input{
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
  font-size: 17px;
  color: #7d7d7d;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 15px;
}
.n-contact-c .con .element .formbox137 .textareabox{
  width: 100%;
  margin: 0 0 15px 0;
}
.n-contact-c .con .element .formbox137 .textareabox textarea{
  width: 100%;
  height: 100px;
  border: none;
  outline: none;
  background: #fff;
  font-size: 17px;
  color: #7d7d7d;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 15px;
}
.n-contact-c .con .element .formbox137 .button_li{
  width: 210px;
}
.n-contact-c .con .element .formbox137 .button_li input{
  width: 100%;
  height: 60px;
  background: #517f37;
  border-radius: 30px;
  font-size: 23px;
  color: #ffffff;
  border: none;
  outline: none;
}
/* 底部 */
footer .foo-a {
  background: #4f5863;
  padding: 70px 0 90px 0;
  align-items: flex-start;
}
footer .foo-a .left .logo {
  margin: 0 0 50px 0;
}
footer .foo-a .left .element {
  justify-content: flex-start;
}
footer .foo-a .left .element a {
  margin: 0 15px 0 0;
}
footer .foo-a .right {
  width: 60%;
  align-items: flex-start;
}
footer .foo-a .right ul .caption {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 20px 0;
}
footer .foo-a .right ul li {
  margin: 0 0 10px 0;
}
footer .foo-a .right ul li a {
  font-size: 16px;
  color: #ffffff;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
footer .foo-b {
  background: #3c434c;
  padding: 20px 0;
}
footer .foo-b .foo p {
  font-size: 16px;
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
  color: rgba(255, 255, 255, 0.4);
}
footer .foo-b .foo p a {
  color: rgba(255, 255, 255, 0.4);
  font-family: 'HARMONYOS_SANS_SC_LIGHT';
}
/******************************************/
@media screen and (max-width: 1801px) {
  header .hea .language {
    width: 8%;
  }
  .n-about-c .abo .element .imgbox a .up .p .field {
    font-size: 28px;
  }
  .n-about-c .abo .element .imgbox a .down .position {
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    height: 180px;
  }
  .n-service .ser .right .swiper-button-prev-b {
    right: 117%;
  }
}
/******************************************/
@media screen and (max-width: 1601px){
  .banner .ban .imgbox .content .text {
    font-size: 48px;
    line-height: 72px;
  }
  .about {
    padding: 80px 0;
  }
  .about .abo .element .right .p {
    margin: 0 0 100px 0;
  }
  .about .abo .element .right .p h1 {
    margin: 0 0 30px 0;
  }
  .products .pro .up {
    margin: 0 auto 30px auto;
  }
  .products .pro .down {
    margin: 0 0 60px 0;
  }
  .service {
    padding: 100px 0 80px 0;
  }
  .service .ser .caption {
    margin: 0 0 30px 0;
  }
  .service .ser .text {
    margin: 0 0 80px 0;
  }
  .service .ser .element .imgbox a .btn {
    top: 20px;
    right: 20px;
  }
  .service .ser .element .imgbox a .p {
    font-size: 22px;
  }
  .news .new .up {
    margin: 0 auto 80px auto;
  }
  .news .new .down .swiperd {
    padding: 0 0 100px 0;
  }
  .news .new .down .swiperd .swiper-button-prev-d {
    left: 45%;
  }
  .news .new .down .swiperd .swiper-button-next-d {
    right: 44%;
  }
  .news .new .down .imgbox a .p .time {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .news .new .down .imgbox a .p .title {
    font-size: 19px;
    height: 56px;
    line-height: 28px;
  }
  .n-banner .ban .p {
    font-size: 66px;
  }
  .n-about-b .abo .element {
    width: 80%;
    padding: 0 0 30px 0;
    margin: 0 0 60px 0;
  }
  .news .new .down .imgbox a {
    padding: 30px 40px;
  }
  .n-about-c .abo .element .imgbox a .down .position {
    font-size: 15px;
    line-height: 26px;
    height: 195px;
  }
  .n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .up .p .name {
    margin: 0 0 10px 0;
  }
  .n-about-c .abo .element .imgbox a .up .p .field {
    font-size: 24px;
  }
  .q-products-a .pro .caption {
    margin: 0 0 50px 0;
  }
  .n-service .ser .left .element {
    padding: 60px 40px;
  }
  .n-service .ser .left .element .swipera {
    height: 410px;
  }
  .n-service .ser .left .element .swipera .swiper-slide-thumb-active .textbox {
    padding: 20px 0 20px 20px;
  }
  .n-service .ser .left .element .textbox {
    padding: 20px 0;
  }
  .n-service .ser .left .element .textbox .num {
    font-size: 22px;
  }
  .n-service .ser .left .element .textbox .p {
    font-size: 24px;
    line-height: 26px;
  }
  .n-service .ser .right .swiper-button-prev-b {
    width: 50px;
    height: 50px;
  }
  .n-service .ser .right .swiper-button-next-b {
    width: 50px;
    height: 50px;
  }
  .q-news-a {
    padding: 20px 0 60px 0;
  }
  .q-news-b {
    padding: 60px 0;
  }
  .q-news-b .new .imgbox a .content .up .time .year {
    font-size: 20px;
  }
  .q-news-b .new .imgbox a .content .up .time .day {
    font-size: 38px;
  }
  .q-news-b .new .imgbox a .content .up .title {
    width: 70%;
    font-size: 21px;
  }
  .q-news-b .new .imgbox a .content .up .time {
    width: 25%;
  }
  .n-contact-a .con .element .right {
    width: 15%;
  }
  .n-contact-a .con .element .left .content .imgbox .p {
    font-size: 18px;
  }
  .n-contact-a .con .element .left .content .imgbox {
    width: 65%;
  }
  .n-contact-a .con .element .left .content .imgbox:nth-child(even) {
    width: 30%;
  }
}
/******************************************/
@media screen and (max-width: 1401px) {
  .center {
    width: 90%;
  }
  header .hea .nav ul .li-a .a-a {
    font-size: 18px;
    line-height: 80px;
  }
  header .hea .nav ul .li-a .drop ul .li-b .a-b {
    font-size: 16px;
    line-height: 35px;
  }
  .banner .ban .imgbox .content .text {
    font-size: 38px;
    line-height: 58px;
  }
  .banner .ban .imgbox .content .more a .p {
    font-size: 18px;
  }
  .about .abo .element .right .p h1 {
    font-size: 32px;
  }
  .about .abo .element .right .p h1 {
    font-size: 32px;
  }
  .products .pro .up .left .caption {
    font-size: 32px;
  }
  .products .pro .down .element .imgbox a .content .text {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
  .service .ser .caption {
    font-size: 32px;
  }
  .service .ser .text {
    margin: 0 0 50px 0;
  }
  .news .new .up {
    margin: 0 auto 50px auto;
  }
  .news .new .down .swiperd .swiper-button-prev-d {
    width: 45px;
    height: 45px;
  }
  .news .new .down .swiperd .swiper-button-next-d {
    width: 45px;
    height: 45px;
  }
  .news .new .down .imgbox a {
    padding: 30px 20px;
  }
  .news {
    padding: 0 0 60px 0;
  }
  .news .new .down .swiperd {
    padding: 0 0 80px 0;
  }
  .n-banner .ban .p {
    font-size: 48px;
  }
  .n-about-a .abo .name {
    font-size: 32px;
  }
  .n-about-a .abo .p {
    font-size: 18px;
    line-height: 42px;
  }
   .n-about-a .abo .element .textbox .title {
    font-size: 26px;
  }
  .n-about-b .abo .caption {
    font-size: 32px;
    margin: 0 0 40px 0;
  }
  .n-about-b .abo .element .imgbox .p {
    font-size: 16px;
    line-height: 28px;
  }
  .n-about-b .abo .element {
    margin: 0 0 40px 0;
  }
  .n-about-c .abo .caption {
    font-size: 32px;
  }
  .n-about-c .abo .element .imgbox a .up .p .name {
    font-size: 22px;
  }
  .n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .up .p .name {
    font-size: 26px;
  }
  .n-about-c .abo .element .imgbox a .up .p .field {
    font-size: 22px;
    line-height: 32px;
  }
  .n-about-c .abo .element .imgbox a .up .p .position {
    font-size: 16px;
  }
  .n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .up .p {
    width: 60%;
    padding: 20px 0 0 0;
  }
  .n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .up {
    margin: 0 0 20px 0;
  }
  .n-about-c .abo .element .imgbox a {
    padding: 30px 20px;
  }
  .n-about-d {
    padding: 60px 0;
  }
  .n-about-d .abo .element .imgbox {
    width: 17%;
    margin: 0 1.5% 30px 1.5%;
  }
  .q-products-a .pro .caption .text {
    font-size: 32px;
  }
  .q-products-a .pro .element .imgbox a .p {
    font-size: 18px;
  }
  .q-products-b .pro .caption {
    margin: 0 0 40px 0;
  }
  .q-products-b .pro .caption .text {
    font-size: 32px;
  }
  .n-service .ser .left .element .textbox .p {
    font-size: 18px;
  }
  .n-service .ser .right .swiper-button-prev-b {
    bottom: -15px;
    width: 50px;
    height: 50px;
  }
  .n-service .ser .right .swiper-button-next-b {
    bottom: -15px;
    width: 50px;
    height: 50px;
  }
  .d-news-a .new .title {
    font-size: 32px;
  }
  .n-contact-a .con .element {
    padding: 75px 60px;
  }
  .n-contact-a .con .element .left .name {
    font-size: 32px;
  }
  .n-contact-b .con .caption {
    font-size: 32px;
  }
  .n-contact-c .con .caption .title {
    font-size: 32px;
    margin: 0 0 25px 0;
  }  
  .n-contact-c .con .caption {
    margin: 0 0 40px 0;
  }
  .n-contact-c .con .element .formbox137 .button_li {
    width: 180px;
  }
  .n-contact-c .con .element .formbox137 .button_li input {
    height: 50px;
    font-size: 20px;
  }
  .n-about-e {
    padding: 60px 0;
  } 
}
/******************************************/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 20%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .phone-close {
    width: 35px;
  }
  .phone-close .after {
    width: 100%;
    height: 4px;
    background: #3c434c;
    border-radius: 30px;
    margin: 6px 0;
  }
  .phone-listnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #fff;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #333;
    font-size: 14px;
    padding: 0 15px;
  }
  .phonelist-nav1 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
  }
  .phonelist-nav1 a {
    display: block;
  }
  .phonelist-nav {
    border-bottom: 1px solid #eee;
  }
  .phonelist-nav:last-child {
    border-bottom: none;
  }
  .phonelist-navtop > a {
    width: 50%;
  }
  .phonelist-navtop div {
    flex-grow: 1;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .phonelist-navtop div img {
    width: 16px;
  }
  .phonelist-nav1 {
    display: none;
  }
  .menucl-img2 {
    display: none;
  }
  .banner .ban .imgbox .content {
    top: 30%;
  }
  .banner .ban .imgbox .content .text {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 30px 0;
  }
  .banner .ban .imgbox .content .more {
    width: 180px;
  }
  .banner .ban .imgbox .content .more a .p {
    font-size: 16px;
  }
  .about {
    padding: 40px 0;
  }
  .about .abo .element{
    flex-wrap: wrap;
  }
  .about .abo .element .left {
    margin: 0 0 40px 0;
  }
  .about .abo .element .right {
    width: 100%;
  }
  .about .abo .element .right .p {
    padding: 0 0 0 0;
    margin: 0 0 200px 0;
  }
  .about .abo .element .right .p h1 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .about .abo .element .right .content {
    width: 60%;
    margin: 0 0 0 auto;
  }
  .about .abo .element .right .content .video {
    width: 280px;
    left: -280px;
    top: -180px;
  }
  .products .pro .up {
    margin: 0 auto 20px auto;
    flex-wrap: wrap;
  }
  .products .pro .up .left{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .products .pro .up .left .caption {
    font-size: 26px;
  }
  .products .pro .up .right ul li a {
    width: 180px;
    font-size: 16px;
    line-height: 45px;
  }
  .products .pro .down .element .imgbox {
    width: 40%;
  }
  .products .pro .down .element .imgbox a .content .text {
    height: 100px;
  }
  .products .pro .down .element .imgbox a .img img {
    height: 230px;
  }
  .products .pro .down .element {
    height: 350px;
    padding: 0 0 30px 0;
  }
  .products .pro .down {
    margin: 0 0 30px 0;
  }
  .service {
    padding: 40px 0;
  }
  .service .ser .caption {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .service .ser .text {
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    margin: 0 0 30px 0;
  }
  .service .ser .element {
    flex-wrap: wrap;
    padding: 0;
  }
  .service .ser .element .imgbox {
    width: 48%;
    margin: 0 0 20px 0;
  }
  .service .ser .element .imgbox a .p {
    font-size: 20px;
  }
  .news .new .up {
    margin: 0 auto 30px auto;
  }
  .news .new .up .left .caption {
    font-size: 26px;
  }
  .news .new .up .right .more a .p {
    font-size: 16px;
    margin: 0 10px 0 0;
  }
  .news .new .up .right .more a .img {
    width: 50px;
    height: 50px;
  }
  .news .new .up .right .more {
    width: 160px;
  }
  .news .new .down{
    width: 90%;
    margin: 0 auto;
  }
  .news .new .down .swiperd .swiper-wrapper .swiper-slide .imgbox {
    width: 100%;
  }
  .news .new .down .swiperd .swiper-wrapper .swiper-slide-active .imgbox {
    width: 100%;
  }
  .news .new .down .swiperd .swiper-wrapper .swiper-slide-active {
    margin: 0 0px;
  }
  .news .new .down .swiperd .swiper-button-prev-d {
    left: 40%;
  }
  .news .new .down .swiperd .swiper-button-next-d {
    right: 40%;
  } 
  footer .foo-a {
    padding: 40px 0 40px 0;
  }
  footer .foo-a .foo{
    flex-wrap: wrap;
  }
  footer .foo-a .left{
    width: 100%;
    margin: 0 0 20px 0;
  }
  footer .foo-a .left .logo {
    margin: 0 0 30px 0;
  }
  footer .foo-a .right {
    width: 100%;
    align-items: flex-start;
  }
  footer .foo-b .foo{
    flex-wrap: wrap;
  }
  footer .foo-b .foo p{
    width: 100%;
    text-align: center;
    line-height: 22px;
  }
  .jszc {
    margin: 0 auto;
  }
  .n-banner .ban .p {
    font-size: 38px;
  }
  .crumbs .cru ul {
    padding: 20px 0;
  }
  .n-about-a {
    padding: 40px 0;
  }
  .n-about-a .abo .name {
    font-size: 26px;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .p {
    line-height: 34px;
    margin: 0 0 30px 0;
  }
  .n-about-a .abo .element .textbox .title {
    font-size: 22px;
  }
  .n-about-b {
    background: url(../img/ind11.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0 5px 0;
  }
  .n-about-b .abo .caption {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .n-about-b .abo .title {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .n-about-b .abo .element {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
  }
  .n-about-b .abo .element .imgbox .p {
    font-size: 15px;
    line-height: 24px;
  }
  .n-about-c {
    background: #f4f4f4;
    padding: 40px 0;
  }
  .n-about-c .abo .caption {
    font-size: 26px;
  }
  .n-about-c .abo .element .swiper-button-prev-a {
    width: 30px;
    height: 30px;
  }
  .n-about-c .abo .element .swiper-button-next-a {
    width: 30px;
    height: 30px;
  }
  .n-about-c .abo .element .swipera .swiper-slide-active {
    width: 100% !important;
  }
  .n-about-c .abo .element .swipera .imgbox a .up {
    align-items: flex-start;
    margin: 0 0 40px 0;
  }
  .n-about-c .abo .element .swipera .imgbox a .up .img {
    width: 35%;
  }
  .n-about-c .abo .element .swipera .imgbox a .up .p {
    width: 60%;
    padding: 20px 0;
  }
  .n-about-c .abo .element .swipera .imgbox a .up .p .name {
    font-size: 28px;
    font-family: 'HARMONYOS_SANS_SC_BOLD';
    margin: 0 0 30px 0;
  }
  .n-about-c .abo .element .swipera .imgbox a .up .p .field {
    display: block;
    margin: 0 0 20px 0;
  }
  .n-about-c .abo .element .swipera .imgbox a .up .p .position {
    display: block;
  }
  .n-about-c .abo .element .swipera .imgbox a .down .position {
    display: none;
  }
  .n-about-c .abo .element .swipera .imgbox a .down .introduction {
    display: block;
  }
  .n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .up .p .name {
    font-size: 22px;
  }
  .n-about-c .abo .element .imgbox a .up .p .field {
    font-size: 18px;
    line-height: 28px;
  }
  .n-about-d {
    padding: 40px 0;
  }
  .n-about-d .abo .caption {
    font-size: 26px;
  }
  .n-about-d .abo .element {
    margin: 30px 0 0 0;
  }
  .n-about-d .abo .element .imgbox {
    width: 30%;
    margin: 0 1.5% 20px 1.5%;
  }
  .q-products-a .pro .caption .text {
    font-size: 22px;
  }
  .q-products-a .pro .element .imgbox {
    width: 48%;
    margin: 0 1% 30px 1%;
  }
  .q-products-b {
    background: #f7f8fc;
    padding: 40px 0;
  }
  .q-products-b {
    padding: 40px 0;
  }
  .q-products-b .pro .caption .text {
    font-size: 22px;
  }
  .q-products-b .pro .element .imgbox {
    width: 48%;
    margin: 0 1% 30px 1%;
  }
  .q-products-b .pro .element .imgbox a .p {
    font-size: 18px;
    padding: 20px 0 20px 35px;
  }
  .q-products-b .pro .element .imgbox a .p::after {
    top: 25px;
  }
  .n-service {
    padding: 40px 0;
  }
  .n-service .ser{
    flex-wrap: wrap;
  }
  .n-service .ser .left{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-service .ser .left .caption {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
  .n-service .ser .left .element {
    padding: 40px 30px;
  }
  .n-service .ser .left .element .textbox .num {
    font-size: 20px;
  }
  .n-service .ser .left .element .textbox .p {
    font-size: 18px;
  }
  .n-service .ser .right {
    width: 100%;
  }
  .n-service .ser .right .swiper-button-prev-b{
    display: none;
  }
  .n-service .ser .right .swiper-button-next-b{
    display: none;
  }
  .q-news-a .new .element{
    flex-wrap: wrap;
  }
  .q-news-a {
    padding: 20px 0 40px 0;
  }
  .q-news-a .new .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .q-news-a .new .right {
    width: 100%;
  }
  .q-news-b {
    padding: 40px 0;
  }
  .q-news-b .new .imgbox {
    width: 48%;
    margin: 0 1% 30px 1%;
  }
  .q-news-b .new .imgbox a .content .up {
    padding: 20px 0;
  }
  .q-news-b .new .imgbox a .content .up .title {
    font-size: 18px;
  }
  .q-news-b .new .imgbox a .content .up .time .day {
    font-size: 26px;
  }
  .q-news-b .new .imgbox a .content .up .time .year {
    font-size: 18px;
  }
  .q-news-b .new .imgbox a .content .down {
    padding: 20px 0;
  }
  .q-news-b .new .imgbox a .content .down .p {
    font-size: 16px;
  }
  .d-news-a .new .time {
    margin: 0 0 10px 0;
  }
  .d-news-a .new .title {
    font-size: 26px;      
  }
  .d-news-a {
    padding: 20px 0 30px 0;
  }
  .d-news-b .new {
    padding: 40px 0;
  }
  .d-news-b .new .left{
    display: none;
  }
  .d-news-b .new .right {
    width: 100%;
  }
  .d-news-b .new .right .text {
    line-height: 34px;
  }
  .n-contact-a .con .element {
    padding: 30px 20px;
    margin: 0 0 40px 0;
    flex-wrap: wrap;
  }
  .n-contact-a .con .element .left .name {
    font-size: 26px;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
  }
  .n-contact-a .con .element .left{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-contact-a .con .element .left .content .imgbox {
    width: 100%;
  }
  .n-contact-a .con .element .left .content .imgbox:nth-child(even) {
    width: 100%;
  }
  .n-contact-a .con .element .right {
    width: 20%;
    margin: 0 auto;
  }
  .n-contact-a .con .element .right .imgbox .img {
    padding: 10px 10px;
    border-radius: 10px;
    margin: 0 0 10px 0;
  }
  .n-contact-b .con {
    width: 90%;
  }
  .n-contact-b .con .caption {
    font-size: 26px;
  }
  .n-contact-c {
    padding: 40px 0;
  }
  .n-contact-c .con .caption .title {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .n-contact-c .con .element .formbox137 .inputbox input {
    line-height: 50px;
    font-size: 16px;
  }
  .n-contact-c .con .element .formbox137 .textareabox textarea {
    font-size: 16px;
    line-height: 50px;
  }
  .n-contact-c .con .element .formbox137 .button_li input {
    height: 45px;
    font-size: 16px;
  }
  footer .foo-a .right ul .caption {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  .n-about-e {
    padding: 40px 0;
  }
  .n-about-e .abo{
    flex-wrap: wrap;
  }
  .n-about-e .abo .left {
    width: 100%;
  }
  .n-about-e .abo .right {
    width: 60%;
    margin: 0 auto;
  }
  .n-about-e .abo .left .caption {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  .n-about-e .abo .left .p p {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 20px 0;
  }
  .q-products-a .pro .caption {
    margin: 0 0 30px 0;
  }
  .q-products-b .pro .element{
    align-items: flex-start;
  }
}
/******************************************/
@media screen and (max-width: 801px){
  .phone-logo {
    width: 40%;
  }
  .banner .ban .imgbox .content {
    top: 20%;
  }
  .banner .ban .imgbox .content .text {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .banner .ban .imgbox .content .more {
    width: 150px;
  }
  .banner .ban .imgbox .content .more a .p {
    font-size: 14px;
    line-height: 30px;
  }
  .about .abo .element .left {
    margin: 0 0 20px 0;
  }
  .about .abo .element .left .more a .before {
    width: 180px;
    margin: 0 30px 0 0;
  }
  .about .abo .element .right .p {
    margin: 0 0 20px 0;
  }
  .about .abo .element .right .p h1 {
    font-size: 22px;
  }
  .about .abo .element .right .content {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .about .abo .element .right .content .img{
    margin: 0 0 20px 0;
  }
  .about .abo .element .right .content .video {
    position: unset;
    width: 100%;
  }
  .products {
    padding: 0 0 40px 0;
  }
  .products .pro .up .left .caption {
    font-size: 22px;
  }
  .products .pro .down .element .imgbox {
    width: 80%;
  }
  .products .pro .more a .p {
    font-size: 14px;
    line-height: 35px;
    margin: 0 15px 0 0;
  }
  .products .pro .more a .img{
    width: 12px;
  }
  .products .pro .more {
    width: 120px;
  }
  .service .ser .caption {
    font-size: 22px;
  }
  .service .ser .element .imgbox {
    width: 100%;
  }
  .service .ser .element .imgbox a .btn {
    width: 40px;
    height: 40px;
  }
  .service .ser .element .imgbox a .p {
    font-size: 18px;
  }
  .news {
    padding: 0 0 40px 0;
  }
  .news .new .up {
    flex-wrap: wrap;
    margin: 0 auto 20px auto;
  }
  .news .new .up .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news .new .up .left .caption {
    font-size: 22px;
  }
  .news .new .up .right .more {
    width: 130px;
  }
  .news .new .up .right .more a .p {
    font-size: 14px;
    margin: 0 15px 0 0;
  }
  .news .new .up .right .more a .img {
    width: 40px;
    height: 40px;
  }
  .news .new .down .imgbox a .p .title {
    font-size: 18px;
  }
  .news .new .down .swiperd .swiper-button-prev-d {
    left: 35%;
    width: 40px;
    height: 40px;
  }
  .news .new .down .swiperd .swiper-button-next-d {
    right: 35%;
    width: 40px;
    height: 40px;
  }
  footer .foo-a .left .logo {
    width: 50%;
    text-align: center;
    margin: 0 auto 20px auto;
  }
  footer .foo-a .left .element {
    justify-content: center;
  }
  .n-banner .ban .p {
    font-size: 26px;
  }
  .n-about-a .abo .name {
    font-size: 22px;
  }
  .n-about-a .abo .element {
    margin: 0 0 35px 0;
    flex-wrap: wrap;
  }
  .n-about-a .abo .element .textbox {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .n-about-a .abo .element .textbox .title {
    font-size: 20px;
  }
  .n-about-b .abo .element .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-about-c .abo .caption {
    font-size: 22px;
    margin: 0 0 30px 0;
  }
  .n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .up .p {
    width: 60%;
    padding: 0px 0;
  }
  .n-about-c .abo .element .swipera .imgbox a .up .p {
    width: 60%;
    padding: 0px 0;
  }
  .n-about-c .abo .element .swipera .swiper-slide-active .imgbox a .up .p .name {
    font-size: 20px;
  }
  .n-about-c .abo .element .swipera .imgbox a .up .p .name {
    font-size: 20px;
  }
  .n-about-c .abo .element .imgbox a .up .p .field {
    line-height: 24px;
  }
  .n-about-c .abo .element .imgbox a .up .p .position {
    line-height: 24px;
  }
  .n-about-c .abo .element .imgbox a .down .introduction {
    font-size: 16px;
    line-height: 24px;
  }
  .n-about-d .abo .caption {
    font-size: 22px;
  }
  .n-about-d .abo .element .imgbox {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
  .q-products-a .pro .caption .title {
    font-size: 22px;
  }
  .q-products-a .pro .caption .text {
    font-size: 18px;
    line-height: 20px
  }
  .q-products-a .pro .caption {
    margin: 0 0 20px 0;
  }
  .q-products-b .pro .caption .text {
    font-size: 18px;
    line-height: 20px  
  }
  .crumbs .cru ul li {
    font-size: 16px;
  }
  .crumbs .cru ul li a {
    font-size: 16px;
  }
  .n-service .ser .left .caption {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .n-service .ser .left .element {
    padding: 30px 10px;
  }
  .n-service .ser .left .element .textbox .num {
    width: 10%;
    font-size: 18px;
  }
  .n-service .ser .left .element .textbox .p {
    font-size: 16px;
  }
  .q-news-a .new .right .imgbox a .p .title {
    font-size: 18px;
  }
  .q-news-b .new .imgbox {
    width: 100%;
    margin: 0 1% 20px 1%;
  }
  .d-news-a .new .title {
    font-size: 22px;
    line-height: 34px;
  }
  .n-contact-a .con .element .left .name {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .n-contact-a .con .element .left .content .imgbox .p {
    line-height: 24px;
  }
  .n-contact-a .con .element .right {
    width: 40%;
    margin: 0 auto;
  }
  .n-contact-b .con .caption {
    font-size: 22px;
  }
  .n-contact-b .con .add .p {
    font-size: 18px;
  }
  .n-contact-c .con .caption .title {
    font-size: 22px;
  }
  .n-contact-c .con .caption .text {
    font-size: 18px;
  }
  .n-contact-c .con .caption {
    margin: 0 0 20px 0;
  }
  .n-contact-c .con .element .formbox137 .inputbox input {
    line-height: 45px;
  }
  .n-contact-c .con .element .formbox137 .inputbox {
    width: 100%;
  }
  .n-contact-c .con .element .formbox137 .button_li {
    width: 140px;
  }
  .banner .ban .imgbox .content .more {
    width: 100px;
  }
  footer .foo-a .right{
    flex-wrap: wrap;
  }
  footer .foo-a .right ul {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin: 0 0 10px 0;
  }
  footer .foo-a .right ul li{
    display: none;
  }
  footer .active-a li{
    display: block !important;
  }
  .n-about-e .abo .right {
    width: 100%;
  }
  .n-about-c .abo .element .swiper-button-prev-a {
    right: 45px;
    top: -40px;
  }
  .n-about-c .abo .element .swiper-button-next-a {
    top: -40px;
  }
  .n-contact-c .con .caption .text{
    line-height: 20px;
  }
  .products .pro .up .right ul li a {
    width: 160px;
    font-size: 14px;
  }
  .banner .ban .imgbox .content .more a .after {
    width: 16px;
  }
}