﻿* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: Source Han Sans CN Light;
  src: url("../font/SourceHanSansCN-Light.otf");
  src: url("../font/SourceHanSansCN-Light.ttf");
}
@font-face {
  font-family: Source Han Sans CN Medium;
  src: url("../font/DFPKingGothicGB-Medium.ttf");
}
@font-face {
  font-family: Source Han Sans CN Normal;
  src: url("../font/SourceHanSansCN-Normal.otf");
  src: url("../font/SourceHanSansCN-Normal.ttf");
}
@font-face {
  font-family: Source Han Sans CN Bold;
  src: url("../font/DFPKingGothicGB-Semibold.ttf");
}
@font-face {
  font-family: Source Han Sans CN ExtraLight;
  src: url("../font/DFPKingGothicGB-Thin.ttf");
}
@font-face {
  font-family: Source Han Sans CN Heavy;
  src: url("../font/SourceHanSansCN-Heavy.otf");
  src: url("../font/SourceHanSansCN-Heavy.ttf");
}
@font-face {
  font-family: Source Han Sans CN Regular;
  src: url("../font/DFPKingGothicGB-Regular.ttf");
}
img {
  vertical-align: middle;
  max-width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.ddb-videomast {
  display: none;
}
/*app手机导航*/
#app-nav {
  width: 100%;
  background: white;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  display: none;
  z-index: 9999999999999999;
}
.app-logos {
  width: 121px;
  height: 100%;
  margin-left: 10px;
  float: left;
}
.app-logos img {
  width: 100%;
  height: 100%;
}
.anniu {
  float: right;
  margin-right: 10px;
  width: 30px;

  height: 30px;
  position: relative;
  margin-top: 30px;
}
.anniu span {
  display: block;
  float: right;

  width: 30px;

  border-bottom: 2px solid #c0a353;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.anniu:before {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 30px;
  border-bottom: 2px solid #c0a353;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.anniu:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 30px;
  border-bottom: 2px solid #c0a353;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.xz .anniu:after {
  -webkit-transform: rotate(45deg) translate3d(9px, 6px, 0px);
  -moz-transform: rotate(45deg) translate3d(9px, 6px, 0px);
  -ms-transform: rotate(45deg) translate3d(9px, 6px, 0px);
  -o-transform: rotate(45deg) translate3d(9px, 6px, 0px);
  transform: rotate(45deg) translate3d(9px, 6px, 0px);
}
.xz .anniu span {
  opacity: 0;
}
.xz .anniu:before {
  -webkit-transform: rotate(-45deg) translate3d(9px, -6px, 0px);
  -moz-transform: rotate(-45deg) translate3d(9px, -6px, 0px);
  -ms-transform: rotate(-45deg) translate3d(9px, -6px, 0px);
  -o-transform: rotate(-45deg) translate3d(9px, -6px, 0px);
  transform: rotate(-45deg) translate3d(9px, -6px, 0px);
}
.app-ul {
  width: 100%;
  height: 100%;
  background: black;

  position: fixed;
  top: 80px;
  left: 0;
  z-index: 99999999999999999999999999;
  padding-top: 10px;
  display: none;
}
.app-ul ul li > a {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: white;
  line-height: 2;

  text-align: center;

  padding: 5px 0;
}
.app-ul ul li {
  border-bottom: 1px solid white;
  text-align: center;
  position: relative;
}

.wap-er a {
  font-size: 12px;
  font-family: "Source Han Sans CN Light";
  color: white;
  display: block;
}
.app-ul ul li:nth-of-type(2):after,
.app-ul ul li:nth-of-type(4):after,
.app-ul ul li:nth-of-type(5):after {
  content: url("../images/2.png");
  position: absolute;
  top: 10px;
  right: 30%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wap:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.wap-er {
  display: none;
}
.wap > a {
  color: #97d700 !important;
}
/*导航开始*/

#nav {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999999999999;
  left: 0;

  height: 105px;
  border-bottom: 1px solid #c0a353;
}
.nav-mast {
  width: 100%;
  height: 105px;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-logo2 {
  display: block;
}
.nav-logo1 {
  display: none;
}
.nav-s .nav-mast {
  background: #000;
  opacity: 0.4;
}
.nav-s .lang a,
.nav-s .lang {
  color: rgb(255, 255, 255);
}
.nav-s .nav-logo2 {
  display: none;
}
.nav-s .nav-logo1 {
  display: block;
}

.nav-s .nav-nav li > a {
  color: rgb(255, 255, 255);
}
.nav-nav li:hover > a {
  color: #97d700;
}
.nav-nav li:hover:after {
  position: absolute;
  bottom: 63%;
  left: 39%;
  content: url(../images/2.png);
  width: 12px;
  height: 8px;
}
.nav-box {
  width: 93.8%;

  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.nav-logo {
  float: left;
}
.nav-nav {
  float: right;
  height: 100%;
}
.nav-nav ul {
  float: left;
}
.nav-nav li {
  float: left;
  margin-left: 85px;
  line-height: 105px;
}
.nav-nav li > a {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: #333333;
}

.lang a,
.lang {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";

  color: #333333;
}
.lang {
  float: right;
  margin-left: 80px;
  line-height: 105px;
}
.nav-logo {
  width: 165px;
}
.nav-logo img {
  width: 100%;
}
.nav-nav li {
  position: relative;
  z-index: 4;
}
.nav-nav .bg a {}
.bg:after {
  position: absolute;
  bottom: 63%;
  left: 39%;
  content: url("../images/2.png");
  width: 12px;
  height: 8px;
}

.nav-nav li:hover .nav-er {
  display: block;
}
.nav-er {
  position: fixed;
  width: 100%;
  background: #41273b;
  top: 105px;
  left: 0;
  z-index: 555;
  display: none;
}
.nav-er a {
  font-size: 14px;
  font-family: "Source Han Sans CN Light";
  color: rgb(209, 209, 209);
  line-height: 1.2;
  padding: 15px 35px;
  display: block;
}
.nav-er dd {
  float: left;
}
.nav-er dd:hover a {
  color: #97d700;
}
.nav-er dl {
  float: right;
  margin-right: 1%;
}
.dl {
  color: #97d700 !important;
}
/*banner开始*/
#banner {
  width: 100%;
  position: relative;
}
#banner .banner-box .swiper-slide img {
  width: 100%;
}

.banner-box2 {
  position: absolute;
  top: 41.5%;
  left: 22%;
  z-index: 2;
}
.banner-p1 {
  font-size: 80px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
}
.banner-p2 {
  font-size: 72px;
  font-family: "Source Han Sans CN Light";
  color: rgb(255, 255, 255);
  line-height: 1.2;
}
.banner-box2 {
  font-size: 14px;
  font-family: "Source Han Sans CN Normal";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: block;
}
.banner-a {
  margin-top: 45px;
  display: block;
}
.banner-a a {
  font-size: 14px;
  font-family: "Source Han Sans CN";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  width: auto;
}
.banner-a img {
  vertical-align: middle;
  margin-right: 10px;
}
.suob {
  position: absolute;
  bottom: 5%;
  left: 49.5%;
  z-index: 3;
  -webkit-animation: xia 2s infinite;
  -o-animation: xia 2s infinite;
  animation: xia 2s infinite;
}
@keyframes xia {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes xia {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-moz-keyframes xia {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-o-keyframes xia {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-ms-keyframes xia {
  0%,
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/*首页大动保开始*/
.ddb-box {
  width: 48.5%;
  margin: 3.5% auto 0 auto;
  text-align: center;
}
.ddb-boxp1 {
  font-size: 48px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  text-align: center;
}
.ddb-boxp2 {
  font-size: 19px;
  font-family: "Source Han Sans Light";
  color: #606060;
  line-height: 1.7;
  margin-top: 4%;
  text-align: left;
  margin-bottom: 2%;
}
.ddb-boxa {
  font-size: 14px;
  font-family: "Source Han Sans CN Normal";
  color: rgb(124, 124, 124);
  text-transform: uppercase;
  margin-top: 4%;
  display: block;
}
.ddb-boxa img {
  vertical-align: middle;
  margin-right: 10px;
}
.ddb-video {
  width: 100%;
  margin-top: 4%;
}
.ddb-video video {
  width: 100%;
}
video {
  object-fit: fill; //video标签铺满div

  -o-object-fit: fill;
}
.ddb-video {
  position: relative; display:none;
}
.ddb-videomast {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/*首页-核心理念*/
#hx {
  width: 100%;
  background: url("../images/img3.png");
  height: 414px;

  background-size: cover;
  margin-top: 3.4%;
}
#hx .hx-p1 {
  padding-top: 3.5%;
}
.hx-p1 {
  font-size: 20px;
  font-family: "Source Han Sans CN Light";
  color: rgb(255, 255, 255);
  line-height: 1.2;

  text-align: center;
  position: relative;
}
.hx-p1:after {
  content: "";
  position: absolute;
  bottom: -21%;
  left: 49.8%;
  border-bottom: 5px solid #97d700;
  width: 12px;
}
.hx-box {
  width: 56%;
  margin: 65px auto 0 auto;
}
.hx-boxleft {
  width: 40%;
  float: left;

  padding: 3% 3.5%;
  border: 1px solid #654136;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.hx-p2 {
  font-size: 30px;
  font-family: "Source Han Sans CN ExtraLight";
  color: rgb(255, 255, 255);

  text-align: left;
}
.hx-p3 {
  font-size: 14px;
  font-family: "Source Han Sans CN Light";
  color: rgb(164, 164, 164);
  margin-top: 7%;
  line-height: 1.7;
  letter-spacing: 1px;
}
.hx-boxright {
  float: right;
  width: 40%;
  border: 1px solid #654136;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;

  padding: 4% 3.5%;
}
/*惠嘉大动保开始*/
#ddb2 {
  width: 62.5%;
  margin: 3% auto 0 auto;
}
.ddb2-box1 li {
  width: 22.5%;
  text-align: center;
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.ddb2-box1 p {
  font-size: 14px;
  font-family: "Source Han Sans CN Light";
  color: rgb(133, 133, 133);
  margin-bottom: 13%;
  text-align: left;
}
#ddb2 .hx-p1 {
  color: #41273b;
}
#ddb2 .hx-p1:after {
  left: 49.6%;
  bottom: -70%;
}

.ddb2-box1a {
  font-size: 14px;
  font-family: "Source Han Sans CN";
  color: rgb(124, 124, 124);
  text-transform: uppercase;
  background: url("../images/icon1-1.png") left center no-repeat;

  display: block;
  width: 120px;
  height: 43px;
  line-height: 43px;
  text-indent: 54px;
  margin: 0 auto;
}
.ddb2-box1a:hover {
  background: url("../images/icon1-2.png") left center no-repeat;
  color: #c0a353;
}
.ddb2-box1 li span {
  font-size: 24px;
  font-family: "Source Han Sans CN Regular";
  color: rgb(51, 51, 51);
  display: block;
  margin-top: 8%;
  margin-bottom: 11%;
}

.ddb2-box1 ul {
  display: -webkit-box;
  -webkit-box-pack: justify;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ddb2-p1 {
  font-size: 20px;
  font-family: "Source Han Sans CN Light";
  color: rgb(65, 39, 59);
  position: relative;
}
.ddb2-p1:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  border-bottom: 5px solid #97d700;
  width: 12px;
}
.ddb2-box1 {
  margin-top: 7%;
}
.ddb2-box2 {
  width: 100%;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  margin-top: 8%;
}
.ddb2-bleft {
  width: 41%;
  float: left;
  padding-top: 3%;
  margin-left: 5%;
}
.ddb2-blp1 {
  font-size: 24px;
  font-family: "Source Han Sans CN Normal";
  color: rgb(65, 39, 59);
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 15px;
}
.ddb2-blp2 {
  font-size: 16px;
  font-family: "Source Han Sans CN Regular";
  color: rgb(101, 101, 101);
  line-height: 1.5;
  margin-top: 15px;
}
.ddb2-blp3 {
  font-size: 14px;
  font-family: "Source Han Sans CN Light";
  color: #7f7f7f;
  line-height: 1.7;
}
.ddb2-box2 .ddb2-box1a {
  margin: 30px 0 0 0;
}
.ddb2-bright {
  width: 43.5%;
  float: right;
  margin-right: 6.5%;
  overflow: hidden;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}
.ddb2-brbox1 .swiper-button-next,
.ddb2-brbox1 .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/icon2.png");
  width: 11px;
  height: 17px;
  background-size: 100% 100%;
  right: 3%;
}
.ddb2-brbox1 .swiper-button-next.swiper-button-disabled,
.ddb2-brbox1 .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
  opacity: 1;
}
.ddb2-brbox1 .swiper-pagination-bullet {
  background: #c9c9c9;
  opacity: 1;
}
.ddb2-brbox1 .swiper-pagination-bullet-active {
  background: white;
}
.ddb2-brbox1 .swiper-container-horizontal > .swiper-pagination-bullets,
.ddb2-brbox1 .swiper-pagination-custom,
.ddb2-brbox1 .swiper-pagination-fraction {
  width: auto;
  right: 7%;
  left: 0;
}
.ddb2-brbox1 .swiper-pagination {
  text-align: right;
}
.ddb2-brbox1 .swiper-container {
  width: 100%;
}
.ddb2-brbox1 .swiper-slide img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
}
.ddb2-brbox1 .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*
首页产品距阵开始*/
#jz {
  width: 100%;
  background: #41273b;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-top: 3.5%;
}
#jz .hx-p1:after {
  bottom: -70%;
}
.jz-p1 {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
}
.jz-box {
  width: 51.6%;
  margin: 0 auto;
}
.jz-box ul {
  display: -webkit-box;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jz-box li:hover p {
  color: white;
}

.jz-box li a {
  font-size: 21px;
  font-family: "Source Han Sans CN ExtraLight";
  color: rgb(192, 163, 83);
  line-height: 1.133;
  text-align: center;
}
.jz-box li p {
  margin-top: 20px;
}
.jz-form {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
.jz-form form {
  width: 31%;
  position: relative;
  margin: 0 auto;
}
.jz-form input[type="text"] {
  height: 60px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  outline: none;
  text-indent: 15px;
}
.jz-form input[type="submit"] {
  font-size: 16px;
  font-family: "Source Han Sans CN Normal ";
  color: rgb(255, 255, 255);
  text-indent: 25px;
  width: 115px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -5px;
  background: url("../images/img13.png");
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/*媒体报道*/
#new {
  width: 76.6%;
  margin: 4.5% auto 0 auto;
  overflow: hidden;
}
.new-left {
  width: 71%;
  float: left;
}
.new-left .swiper-container {
  background: #f5f5f5;
}
.slide-left {
  width: 50%;
  float: left;
}
.slide-left img {
  width: 100%;
}
.slide-right {
  width: 40%;
  margin-left: 4.5%;
  float: left;
}
.slide-p1 {
  font-size: 24px;
  font-family: "Source Han Sans CN Normal";
  color: rgb(65, 39, 59);
  margin-top: 10%;
  margin-bottom: 7%;
}
.slide-p2 {
  font-size: 14px;
  font-family: "Source Han Sans CN Light";
  color: rgb(181, 181, 181);
  line-height: 1.429;
}
.slide-p3 {
  font-size: 14px;
  font-family: "Source Han Sans CN Normal";
  color: rgb(149, 149, 149);
  line-height: 1.714;
  margin-top: 2%;
  margin-bottom: 10%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.new-lbox {
  margin-top: 8%;
  position: relative;
}
.new-lbox a {
  margin: 0;
}
.new-lbox .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 88%;
}
.new-lbox .swiper-button-next,
.new-lbox .swiper-button-prev {
  bottom: 10%;
  top: initial;
  width: 12px;
  height: 18px;
}
.new-lbox .swiper-button-prev,
.new-lbox .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/icon5.png");
  background-size: 100% 100%;
}
.new-lbox .swiper-button-next,
.new-lbox .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/icon4.png");
  background-size: 100% 100%;
  right: 7%;
}
.new-right {
  width: 26%;
  float: right;
}
.new-rbox {
  margin-top: 14%;
}

.new-rbox li {
  overflow: hidden;
  line-height: 2.4;
}
.new-rbox li p {
  font-size: 18px;
  font-family: "Source Han Sans CN Normal";
  color: rgb(65, 39, 59);

  width: 81%;

  display: inline-block;

  vertical-align: middle;

  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-rbox li span {
  font-size: 12px;
  font-family: "Source Han Sans CN Light";
  color: rgb(181, 181, 181);
  display: inline-block;
  vertical-align: middle;
}
.new-rbox li:hover p {
  color: #97d700;
}
/*footer开始*/
#foot {
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
  margin-top: 50px;
  font-family: "Source Han Sans CN Light";
}
.footer-left {
  float: left;
}
.footer {
  width: 76.7%;
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 0;
}
.footer-contact span {
  font-size: 14px;
  font-family: "Source Han Sans CN Regular";
  color: rgb(76, 76, 76);
  line-height: 2.5;
  display: block;
}
.footer-contact span img {
  vertical-align: text-bottom;
  margin-right: 10px;
}
.footer-cleft {
  float: left;
}
.footer-cright {
  float: left;
  margin-left: 80px;
}
.footer-contact {
  margin-top: 8%;
  overflow: hidden;
}
.footer-right {
  float: right;
  width: 49.5%;
}

.footer-nav {
  float: left;
}
.foot-span1 a {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(51, 51, 51);
  line-height: 1.2;
}
.foot-span2 a {
  font-size: 14px;
  font-family: "Source Han Sans CN Light";
  color: rgb(135, 135, 135);
  line-height: 1.2;
}
.footer-nav li {
  float: left;
  margin-right: 70px;
}
.footer-nav li a:hover {
  color: #97d700;
}

.footer-weixin {
  float: right;
}
.footer-nav li span {
  display: block;
  line-height: 1.5;
}

.footer-nav li span:nth-of-type(1) {
  margin-bottom: 15px;
}
.footer-nav li span {
  margin-bottom: 5px;
}

.footer-nav li:nth-of-type(2) {
  text-align: center;
}
.footer-nav li:nth-last-of-type(1) {
  margin-right: 0;
}
.footer-weixin p {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(51, 51, 51);
  line-height: 1.5;
  text-align: center;
}
.foot-span3 {
  /* margin-top: 20px; */
}
.foot-copy {
  width: 100%;
  background: #41273b;
  overflow: hidden;
  padding: 20px 0;
}
.foot-copys {
  width: 76.7%;
  margin: 0 auto;
}
.foot-cbox1 {
  font-size: 14px;
  color: rgb(177, 177, 177);
  float: left;
}
.foot-cbox2 {
  float: right;
}
.foot-cbox2 a {
  height: 20px;
  display: inline-block;
}
.foot-a1 {
  background: url("../images/icon6.png") 0 0;
}
.foot-a2 {
  background: url("../images/icon6.png") -43px 0;
}
.foot-a3 {
  background: url("../images/icon6.png") -82px 0;
}

/*
了解嘉慧开始*/
.jiahui {
  width: 62.5%;
  margin: 8% auto 0 auto;
  overflow: hidden;
}
.top-nav {
  font-size: 16px;
  font-family: "Source Han Sans CN";
  color: rgb(120, 115, 115);
  line-height: 1.2;
}
.jiahui-p1 {
  font-size: 36px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(65, 39, 59);
  line-height: 1.2;
  text-align: center;
  margin-top: 3.5%;
  margin-bottom: 2%;
}
.jiahui-p2 {
  font-size: 42px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.jiahui-p3 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(34, 34, 34);
  line-height: 1.2;
  text-align: center;
  width: 50%;
  margin: 3.5% auto 15% auto;
}
.jiahui-p4 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
}
.jiahui-p5 {
  font-size: 36px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 2% 0 8% 0;
}
.jiahui-b1box {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.jiahui-b1box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #c0a353;
  height: 100%;
}
.jiahui-blleft {
  width: 42%;
  float: left;
}
.jiahui-blright {
  width: 43.5%;
  float: right;
}
.jiahui-p6 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(65, 39, 59);
  line-height: 1.2;
  text-align: center;
}
.jiahui-p7 {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(110, 110, 110);
  line-height: 1.8;
  margin-top: 25px;
  text-align: left;
}
.jiahui-video {
  width: 77.5%;
  margin: 8% auto 10% auto;

  position: relative;
}
.jiahui-video video {
  width: 100%;
}

.jiahui-p8 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(37, 37, 37);
  line-height: 1.2;
  text-align: center;
  width: 60%;
  margin: 3.5% auto 7% auto;
}
.jiahui-p9 {
  font-size: 36px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 2% 0 0 0;
}
.jiahui-box2 {
  width: 100%;
  overflow: hidden;
}

.jiahui-p10 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
}
.jiahui-box21 li:nth-of-type(4n-3) {
  margin-left: 0;
}
.jiahui-box21 li {
  width: 20.4%;
  float: left;
  margin-left: 6%;
  margin-top: 5%;
  height: 510px;
}
.jiahui-box21 li p {
  text-indent: 10px;
}
.jiahui-box21 li div {
  overflow: hidden;
}
.jiahui-box21 li img {
  max-width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  width: 100%;
}
.jiahui-box21 li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.jiahui-p11 {
  font-size: 24px;
  font-family: "Source Han Sans CN Normal";
  color: rgb(51, 51, 51);
  line-height: 2;
}
.jiahui-p12 {
  font-size: 16px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(65, 39, 59);
  line-height: 1;
}
.jiahui-p13 {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(112, 112, 112);
  line-height: 1.3;
  text-align: left;
}
.jiahui-box31 {
  width: 100%;
  position: relative;
  margin-top: 6%;
}
.jiahui-box31 img {
  width: 51%;
}
.jiahui-boxmats {
  position: absolute;

  top: 34%;
  left: 49%;
  z-index: 3;
  width: 53%;
}
.jiahui-boxmat {
  position: absolute;
  top: 12%;
  left: 46%;
  z-index: 2;
  background: #f5f5f5;
  opacity: 0.4;
  width: 53%;
  height: 79%;
}
.jiahui-p14 {
  font-size: 36px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(65, 39, 59);
  line-height: 1.2;
  text-align: center;
}
.jiahui-p15 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(42, 42, 42);
  line-height: 1.7;
  width: 74%;
  text-align: left;

  margin: 5% auto 0 auto;
}
.jiahui-box4 {
  margin-top: 6%;
}
.jiahui-box41 {
  margin-top: 4%;
}
.jiahui-box41 li {
  width: 47.5%;
  display: inline-block;

  margin-top: 6.5%;

  margin-left: 3.5%;
}
.jiahui-box41 li img {
  width: 100%;
}
.jiahui-box41 li img {
  -webkit-box-shadow: 15px 15px 0 #eeeeee;
  -moz-box-shadow: 15px 15px 0 #eeeeee;
  box-shadow: 15px 15px 0 #eeeeee;
}

.jiahui-box41 li:nth-of-type(1),
.jiahui-box41 li:nth-of-type(2) {
  margin-top: 0;
}
.jiahui-box41 li:nth-of-type(1),
.jiahui-box41 li:nth-of-type(3) {
  margin-left: 0;
}
.jiahui-p16 {
  font-size: 20px;
  font-family: "Source Han Sans CN Regular";
  color: rgb(65, 39, 59);
  margin-top: 6%;
  text-align: center;
}
.jiahui-box5 {
  margin-top: 12.5%;
}
.jiahui-box51 {
  width: 79%;
  margin: 0 auto;
}
.jiahui-p17 {
  font-size: 18px;
  font-family: "Source Han Sans CN Regular";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  margin-bottom: 4%;
  text-indent: 10px;
}
.jiahui-p17 img {
  margin-right: 15px;
}
.jiahui-box51 li {
  width: 28.5%;
  position: relative;
}
.jiahui-box51 ul {
  display: -webkit-box;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jiahui-box51 li p {
  font-size: 20px;
  font-family: "Source Han Sans CN Light";
  color: rgb(65, 39, 59);
  line-height: 3;
  text-align: center;
}
.jiahui-bimg2,
.jiahui-bimg1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jiahui-li1imgs {
  position: relative;
}
.jiahui-li1imgs img:nth-of-type(1) {
  width: 100%;
}
.jiahui-bimg2 {
  display: none;
}
/* .jiahui-box51 li:hover .jiahui-bimg2{ */
/* display: block; */
/* } */
/* .jiahui-box51 li:hover .jiahui-bimg1{ */
/* display: none; */
/* } */

/*以效致胜开始开始*/
.yxzs-box1 {
  width: 100%;
  margin-top: 6%;
}
.yxzs-p1 {
  font-size: 42px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.yxzs-p1:after {
  content: "";
  position: absolute;
  bottom: -80%;
  left: 49.5%;
  width: 1%;
  border-top: 5px solid #97d700;
}
.yxzs-box11 {
  width: 66%;
  margin: 7.5% auto 11.5% auto;
}
.yxzs-p2 {
  font-size: 17px;
  font-family: "Source Han Sans CN Light";
  color: rgb(40, 40, 40);
  line-height: 1.7;
  text-align: center;
  display: block;
}
.yxzs-box12 {
  width: 100%;
  display: -webkit-box;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 4%;
}
.yxzs-b1left,
.yxzs-b1mid,
.yxzs-b1right {
  width: 27.5%;
}
.yxzs-p3 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(65, 39, 59);
  line-height: 2.5;
  text-align: left;
}
.yxzs-p4 {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(110, 110, 110);
  line-height: 1.8;
}
.yxzs-box13 {
  width: 70.5%;
  margin: 0 auto;
}
.yxzs-p5 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(51, 51, 51);

  text-align: center;
}
.yxzs-p6 {
  font-size: 36px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 4% 0 5% 0;
}
.yxzs-p7,
.yxzs-p8 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(45, 45, 45);
  line-height: 1.7;
  text-align: center;
}
.yxzs-p8 {
  margin-top: 30px;
}
.yxzs-box2 {
  width: 92.5%;
  margin: 14% auto 16.5% auto;
  overflow: hidden;
}
.yxzs-b2left {
  width: 39%;
  float: left;
}
.yxzs-b2left img {
  width: 100%;
}
.yxzs-b2right {
  width: 43.3%;
  float: right;
}
.yxzs-p9 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(65, 39, 59);
  line-height: 1.2;
  text-align: center;

  margin-bottom: 11.5%;
}
.yxzs-p10 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(75, 75, 75);
  line-height: 1.7;
  text-align: left;
}
.yxzs-box3 {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}
.yxzs-b3left {
  width: 42.5%;
  float: left;
}
.yxzs-b3right {
  width: 49%;
  float: right;
  margin-top: 5%;
}
.yxzs-b3right > img {
  display: inline-block;
  vertical-align: middle;
}
.yxzs-b3right > span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 5%;
}
.yxzs-b3right span > span {
  font-size: 24px;
  font-family: "Source Han Sans CN Regular";
  color: rgb(192, 163, 83);
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.yxzs-box4 {
  width: 95%;
  margin: 14.5% auto 2.5% auto;
  overflow: hidden;
}
.yxzs-b4left {
  width: 48.3%;
  float: left;
}
.yxzs-b4left img {
  width: 100%;
}
.yxzs-b4right {
  float: right;
  width: 42.7%;
}
/*使命与愿景开始*/
.smyyhs {
  width: 62.5%;
  margin: 0 auto;
}
.smyyh-box1 video {
  width: 100%;
  object-fit: fill;
  height: 100%;
}
.smyyh {
  width: 100%;
  margin: 8% auto 0 auto;
  overflow: hidden;
}
.smyyh .top-nav {
  width: 62.5%;
  margin: 0 auto;
}
.smyyh-box1 {
  margin: 2% 0 5% 0;
}
.smyyh-p1 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
  margin: 8% 0 7% 0;
  position: relative;
}
.smyyh-p1:after {
  position: absolute;
  bottom: -120%;
  left: 49.5%;
  width: 1%;
  border-bottom: 5px solid #97d700;
  content: "";
}
.smyyh-p2 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(46, 46, 46);
  line-height: 1.7;
  text-align: center;

  width: 45.5%;
  margin: 0 auto 13% auto;
}
.smyyh-p3 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(51, 51, 51);
  line-height: 2;
  text-align: center;
}
.smyyh-p4 {
  font-size: 36px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.smyyh-b3left {
  width: 51%;
  float: left;
}
.smyyh-b3left img {
  width: 100%;
}
.smyyh-b3 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 10%;
}
.smyyh-b3right {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 56%;

  font-size: 20px;
  font-family: "Source Han Sans CN Light";
  color: rgb(51, 51, 51);
  line-height: 1.5;
  text-align: left;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.smyyh-b3mast {
  width: 54%;
  height: 78.5%;
  position: absolute;
  top: 50%;
  left: 46%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #eeeeee;
  opacity: 0.4;
  z-index: 1;
}

.smyyh-b3li .smyyh-b3left {
  float: right;
}
.smyyh-b3li {
  margin-top: 14%;
}
.smyyh-b3li .smyyh-b3mast {
  right: 46%;
  left: 0;
}
.smyyh-b3li .smyyh-b3right {
  left: 4%;
}
.smyyh-box4 {
  width: 89.5%;
  margin: 10% auto 0 auto;
}

.smyyh-p5 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
}
.smyyh-box4 ul li {
  width: 39%;
  margin-top: 8%;
  float: left;
}
.smyyh-box4 ul li:nth-of-type(2n) {
  float: right;
}
.smyyh-p6 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(65, 39, 59);
  line-height: 1.2;
  text-align: left;
  margin: 40px 0 30px 0;
}
.smyyh-p7 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(86, 86, 86);
  line-height: 1.7;
}
/*惠嘉大研发开始*/
.dyf {
  margin: 8% auto 0 auto;
  overflow: hidden;
  width: 62.5%;
}
.dyf-p1 {
  font-size: 42px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin: 7% 0 6.5% 0;
}
.dyf-p1:after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 49.5%;
  width: 1%;
  border-bottom: 5px solid #97d700;
}

.dyf-p2 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
}
.dyf-p3 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(45, 45, 45);
  line-height: 1.7;
  text-align: center;
  width: 67.5%;
  margin: 4% auto 6% auto;
}
.dyf-p4 {
  font-size: 36px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.dyf-p5 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(51, 51, 51);
  line-height: 1.7;
  text-align: left;
  margin: 3% auto 4% auto;
  width: 81.5%;
}
.dyf-p6 {
  width: 66.5%;
  margin: 0 auto;
  overflow: hidden;
}
.dyf-p6:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.dyf-p6 img {
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.dyf-box1 {
  width: 100%;
  margin-top: 9%;
}
.dyf-box1 ul {
  display: -webkit-box;
  -webkit-box-pack: justify;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dyf-box1 ul li {
  width: 24.7%;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
}
.dyf-p7 {
  font-size: 22px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(65, 39, 59);
  line-height: 1.2;
  text-align: center;
}
.dyf-p8 {
  font-size: 16px;
  font-family: "Source Han Sans CN";
  color: rgb(110, 110, 110);
  line-height: 1.7;
  text-align: left;
  margin-top: 8%;
}
.dyf-p9 {
  margin-top: 5%;
  width: 100%;
  text-align: center;
}
.dyf-p9 img {
  width: 96%;
}
.dyf-box2 {
  width: 68%;
  margin: 16% auto 0 auto;
}

.dyf-p10 {
  font-size: 36px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.dyf-p11 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(37, 37, 37);
  line-height: 1.7;
  text-align: left;
  margin: 6% 0 4% 0;
}
.dyf-p12 {
  width: 98%;
  margin: 0 auto;
}
.dyf-p12 img {
  width: 100%;
}
.dyf-box3 {
  margin: 14.5% auto 0 auto;
  width: 87.5%;
}
.dyf-box3 li {
  width: 100%;
  height: 270px;
  position: relative;
}
.dyf-box3 li:after {
  content: "";
  position: absolute;
  top: 23%;
  left: 50.3%;
  border-left: 2px dashed #dcdcdc;
  height: 95%;
}
.dyf-box3 ul {
  margin-top: 8%;
}
.dyf-b3lmast {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;

  float: right;

  position: relative;
  margin-right: 70px;
}
.animated .dyf-b3lmasts {
  -webkit-animation: scale 1s infinite;
  -o-animation: scale 1s infinite;
  animation: scale 1s infinite;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  border-radius: 100%;
  background: #c0a353;
  width: 110px;
  height: 110px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
@keyframes scale {
  0%,
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.dyf-b3lmast:after {
  width: 121px;
  height: 121px;
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  background: #d2be85;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
}
.dyf-b3lmast:before {
  width: 132px;
  height: 132px;
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  background: #e8dec1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: -2;
}
.dyf-b3left {
  display: inline-block;
  text-align: right;
  width: 49.5%;
  vertical-align: middle;
  position: relative;
}
.dyf-b3left:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1%;
  width: 13%;
  border-bottom: 2px solid #dcdcdc;
}
.dyf-b3left:before {
  content: "";
  position: absolute;
  top: 46%;
  right: -3%;

  width: 13px;
  height: 13px;
  background: #d2be85;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.dyf-p13 {
  font-size: 24px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.dyf-p14 {
  font-size: 18px;
  font-family: "Source Han Sans CN Normal";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  display: none;
}
.dyf-b3right {
  display: inline-block;
  text-align: left;
  width: 49.5%;
  vertical-align: middle;
  position: relative;
}
/*.dyf-b3right:after{
        content: '';
        display: block;
        top: 0;
        left: 0;
        height: 100%;
        border-left: 2px dashed #dcdcdc;
        position: absolute;

    }*/
.dyf-p15 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
  margin-left: 75px;

  padding: 30px;
  background: #f7f7f7;
  -webkit-box-shadow: 13px 30px 23px #eeeeee;
  -moz-box-shadow: 13px 30px 23px #eeeeee;
  box-shadow: 13px 30px 23px #eeeeee;
}
.dyf-box3 li:nth-of-type(2n) .dyf-b3left {
  float: right;
  text-align: left;
}
.dyf-box3 li:nth-of-type(2n) .dyf-b3lmast {
  float: left;
  margin-left: 70px;
}
.dyf-box3 li:nth-of-type(2n) .dyf-b3left:before {
  left: -1.5%;
}
.dyf-box3 li:nth-of-type(2n) .dyf-b3left:after {
  left: -1%;
}
.dyf-box3 li:nth-of-type(2n) .dyf-p15 {
  margin-right: 70px;
  margin-left: 0;
}
.dyf-p15 img {
  margin-top: 5%;
}
.dyf-box3 li:nth-last-of-type(1):after {
  height: 50%;
}
.dyf .jiahui-box51 ul {
  justify-content: center;
}
.dyf .jiahui-box51 li {
  margin: 0 2.5%;
}
/*惠嘉大生产开始*/
.dsc-p1 {
  font-size: 36px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.dsc-b1 {
  margin-top: 6%;
}
.dsc-b1 li {
  width: 48.5%;
  position: relative;
  float: left;
  margin-top: 2.5%;
  height: 290px;
}
.dsc-b1 li img {
  width: 100%;
  height: 100%;
}
.dsc-b1 li:nth-of-type(2n) {
  float: right;
}
.dsc-p2 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(255, 255, 255);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #a1924d;
  opacity: 0.9;
  padding: 2% 0;
}

.dsc-p3 {
  font-size: 30px;
  font-family: "Source Han Sans CN Regular";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  margin-bottom: 30px;
}
.dsc-p4 {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(255, 255, 255);
  line-height: 1.7;
  text-align: left;
}

.dsc-masts {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c2a861;

  z-index: 1;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.dsc-mast {
  position: absolute;
  top: 15%;
  left: 5%;
  right:5%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.dsc-b1 li:hover .dsc-mast {
  opacity: 1;
}
.dsc-b1 li:hover .dsc-masts {
  opacity: 0.88;
}
.dsc-box2 {
  width: 100%;
  margin-top: 9.5%;
}
.dsc-b2 {
  width: 100%;
  position: relative;
  margin-top: 5.8%;
  overflow: hidden;
}
.dsc-b2:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #48152a;
}
.dsc-b2 .swiper-container {
  width: 80.5%;
  margin: 0 auto;
  overflow: hidden;
}
.dsc-b2 .swiper-slide {
  width: 9.1%;
  text-align: center;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.swiper-slide-top {
  position: relative;
  width: 77px;
  height: 114px;
  background: url("../images/img56.png") -161px 0 no-repeat;
  margin: 0 auto 56px auto;
}
.swiper-slide:hover .swiper-slide-top {
  background: url("../images/img56.png") 0 0 no-repeat;
}
.swiper-slide:hover .swiper-slide-top:after {
  border-color: #41273b;
}
.swiper-slide:hover .swiper-slide-top1 {
  background: url("../images/img57.png") -150px 0 no-repeat;
}
.swiper-slide:hover .swiper-slide-top1:after {
  border-color: #41273b;
}
.swiper-slide-top1 {
  position: relative;
  width: 77px;
  height: 114px;
  background: url("../images/img57.png") 0 0 no-repeat;
  margin: 56px auto 0 auto;
}
.swiper-slide-top1 .dsc-p5 {
  bottom: 8%;
  top: initial;
}
.swiper-slide-top1:after {
  position: absolute;
  top: -33%;
  left: 38%;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: "";
  border: 2px solid #c0a353;
  background: white;
  z-index: 1;
}
.swiper-slide-top:after {
  position: absolute;
  bottom: -33%;
  left: 36%;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: "";
  border: 2px solid #c0a353;
  background: white;
  z-index: 1;
}
.dsc-p5 {
  width: 60px;
  height: 60px;
  background: white;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 60px;
  text-align: center;

  font-size: 16px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  position: absolute;
  top: 8%;
  left: 12%;
}
.dsc-p6 {
  font-size: 20px;
  font-family: "Source Han Sans CN Regular";
  color: rgb(51, 51, 51);
  line-height: 1.8;
  text-align: center;
}

.dsc-box3 {
  text-align: center;

  margin: 200px auto 0 auto;
  width: 62.5%;
}
/*.dsc-b3 span:nth-of-type(2){
    margin: 0 140px;
}*/
.dsc-b31 span {
  margin: 0 58px;
}

.dsc-box3 span {
  display: inline-block;
}
.dsc-b3 {
  width: 700px;
  margin: 0 auto;
  margin-top: 110px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.dsc-b31 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  width: 535px;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  margin-top: 70px;
}
.dsc-box3 .jiahui-p17 {
  text-align: left;
}
.dsc-box3 .jiahui-box51 ul {
  text-align: center;
}
.dsc-box3 .jiahui-box51 li {
  margin: 0 2.5%;
}
.dsc-box3 .jiahui-box51 ul {
  justify-content: center;
  -webkit-justify-content: center;
}
/*========================================================惠嘉大分销开始=================================================*/
.dfx-box1 {
  width: 63.5%;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5% 0 3.5% 0;
}
.dfx-b1left {
  width: 64%;
  float: left;
  position: relative;
}

.dfx-nth1 {
  position: absolute;
  top: 17.5%;
  left: 2.5%;
  text-align: center;
}
.dfx-nth2 {
  position: absolute;
  top: 1%;
  left: 38%;
  text-align: center;
}
.dfx-nth3 {
  position: absolute;
  top: 17.5%;
  right: 2.5%;
  text-align: center;
}
.dfx-nth4 {
  position: absolute;
  bottom: 21.5%;
  left: 2.5%;
  text-align: center;
}
.dfx-nth5 {
  position: absolute;
  bottom: 2.8%;
  left: 38%;
  text-align: center;
}
.dfx-nth6 {
  position: absolute;
  bottom: 21.5%;
  right: 2.5%;
  text-align: center;
}

.dfx-nth5 .nth2 {
  margin-bottom: 30px;
}
.nth1 {
  font-size: 20px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
}
.nth2 {
  font-size: 14px;
  font-family: "Source Han Sans CN Light";
  color: rgb(192, 163, 83);

  line-height: 1.2;
  margin-top: 20px;
}
.nth2 span {
  margin: 0 15px;
}
.dfx-nth7 {
}

.dfx-nth7 {
  font-size: 42px;
  font-family: "Source Han Sans CN";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  margin: auto;
  text-align: center;
}

.dfx-b1right {
  float: right;
  position: relative;
}
.dfx-p1 {
  font-size: 36px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(192, 163, 83);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.dfx-box11 {
  border-top: none;
}
.dfx-box11 .dfx-p1 {
  float: left;
}

.dfx-p2 {
  font-size: 28px;
  font-family: "Source Han Sans CN Light";
  color: rgb(192, 163, 83);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 28%;
  left: 22%;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  font-weight: bold;
}
.dfx-p3 {
  font-size: 28px;
  font-family: "Source Han Sans CN Light";
  color: rgb(192, 163, 83);

  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 3.5%;
  left: 49%;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;

  font-weight: bold;
}
.dfx-p4 {
  font-size: 28px;
  font-family: "Source Han Sans CN Light";
  color: rgb(192, 163, 83);

  line-height: 1.2;
  text-align: center;
  position: absolute;
  font-weight: bold;
  top: 27.5%;

  right: 14%;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.dfx-p5 {
  font-size: 35px;
  font-family: "Source Han Sans CN Light";
  color: rgb(192, 163, 83);

  line-height: 1.2;
  text-align: center;
  position: absolute;
  font-weight: bold;
  bottom: 33%;
  left: 13%;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.dfx-p6 {
  font-size: 35px;
  font-family: "Source Han Sans CN Light";
  color: rgb(192, 163, 83);

  line-height: 1.2;
  text-align: center;
  position: absolute;
  font-weight: bold;
  bottom: 32%;
  right: 18%;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
}
.dfx-p7 {
  font-size: 35px;
  font-family: "Source Han Sans CN Bold";
  color: white;
  width: 140px;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  font-weight: bold;
  top: 31%;
  left: 41%;
}
.dfx-box2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5%;
  width: 63.5%;
  margin: 6% auto 0 auto;
}
.dfx-p8 {
  font-size: 36px;
  font-family: "Source Han Sans CN Bold";
  color: #41273b;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 5%;
}
.dfx-p8 font {
  color: #c0a353;
}
.dfx-box2 #map-wrap {
  width: 100%;
  height: 700px;
}

.dfx-box3 {
  text-align: center;
  padding-bottom: 5%;
  border-bottom: 1px solid #e5e5e5;
  width: 66.3%;
  margin: 5% auto 0 auto;
}
.dfx-box3 img {
  width: 100%;
}
.dfx-box4 {
  margin: 5% auto 0 auto;
}
.jiahui-p17 img {
  vertical-align: top;
}
.dfx-box5 .jiahui-box5 {
  margin-top: 5%;
}
.dfx-p9 {
  width: 71%;
  margin-left: 12%;

  padding-bottom: 3%;
}
.dfx-p9 img {
  width: 100%;
}

.dfx-box5 {
  width: 62.5%;
  margin: 0 auto;
}
.dsc-box3 .jiahui-box51 ul {
}
.dfx-box5 {
  width: 62.5%;
  border-top: 1px solid #e5e5e5;
}

.dfx-box5 .jiahui-box51 ul {
  justify-content: center;
}

/*
加入我们开始*/
.y-banner {
  width: 100%;
  margin-top: 2%;
}
.y-banner img {
  width: 100%;
}
.contact {
  width: 62.5%;
  margin: 85px auto 0 auto;
}
.contact-p1 {
  font-size: 36px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin-bottom: 6.5%;
}
.contact-p1:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 49.5%;
  width: 1%;
  border-top: 5px solid #97d700;
}
.contact-p2 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(46, 46, 46);
  line-height: 1.7;
  text-align: center;
  width: 64%;
  margin: 0 auto;
}
.contact-b1left {
  width: 38.5%;
  float: left;
}
.contact-box1 ul {
  overflow: hidden;
}
.contact-box1 {
  margin-top: 8.4%;
}
.contact-box1 ul li {
  margin-top: 8%;
  overflow: hidden;
}
.contact-b1right {
  float: right;
  width: 50%;
  overflow: hidden;
}
/* .contact-box1 ul li:nth-of-type(3) .contact-p3{ */
/* margin-top: 25px; */
/* } */
.contact-b1right img {
  width: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.contact-box1 ul li:hover .contact-b1right img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.contact-p3 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(65, 39, 59);
  line-height: 1.2;
  text-align: center;
  margin: 6% 0;
}
.contact-p4 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(51, 51, 51);
  line-height: 1.7;
  text-align: left;
}
.contact-b1li .contact-b1left {
  float: right;
}
.contact-b1li .contact-b1right {
  float: left;
}

/*加入我们-申请加入*/
.sqjr-box1 {
  margin-top: 2%;
}
.sqjr-box2 {
  width: 95%;
}
.sqjr-b2left {
  width: 43.5%;
  float: left;
}
.sqjr-b2right {
  float: right;
  width: 54%;
}
.sqjr-p1 {
  font-size: 30px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5%;
  margin-top: 8%;
}
.sqjr-p2 {
  font-size: 18px;
  font-family: "Source Han Sans CN Normal";
  color: rgb(51, 51, 51);
  line-height: 2.667;
}
#map-container {
  width: 100%;
  height: 345px;
}
.sqjr-b2right div {
  margin: 0;
  padding: 0;
}
/*
加入我们-招聘计划开始*/
.zpjh-box1 {
  margin-top: 7%;
}
.zpjh-p1 {
  font-size: 36px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 2;
}
.zpjh-p2 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(51, 51, 51);
  line-height: 1.7;
  text-align: left;
  margin-bottom: 2%;
}
.zpjh-box2 {
  width: 100%;

  background: url("../images/bg1.png");
  padding-bottom: 2.5%;
}
.zpjh-b2 {
  display: inline-block;
  width: 45%;
  height: 276px;
  border: 1px solid #b5b5b5;
  margin: 2.5% 2% 1% 2%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.zpjh-b2:hover {
  background: #5b4e5b;
}
.zpjh-b2:hover p {
  color: white;
}
.zpjh-b21 {
  width: 87%;
  margin: 0 auto;
  position: relative;
}
.zpjh-b21 a {
  font-size: 16px;
  font-family: "Source Han Sans CN";
  color: rgb(255, 255, 255);

  text-align: center;
  background: #c0a353;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 3.5% 8%;
}

.zpjh-p3 {
  font-size: 30px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  padding: 6% 0 4% 0;
  border-bottom: 1px solid #b5b5b5;
}
.zpjh-p4 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(255, 255, 255);
  line-height: 1.7;
  text-align: left;
  margin: 20px 0 35px 0;
}
.zpjh-p5 {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(217, 217, 217);
  line-height: 1.7;
  text-align: left;
}
/*加入我们-职业发展*/
.zyfz-p1 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin: 7% 0 6.5% 0;
}
.zyfz {
  overflow: hidden;
}
.zyfz-p1:after {
  position: absolute;
  bottom: -125%;
  left: 49.5%;
  width: 1%;
  border-top: 5px solid #97d700;
  content: "";
}

.zyfz-box1 {
  width: 81.5%;
  margin: 0 auto;
  background: #f5f5f5;
  overflow: hidden;
}
.zyfz-b1right {
  width: 44.5%;
  float: right;
}
.zyfz-b1right img {
  width: 100%;
}
.zyfz-b1left {
  width: 47.5%;
  float: left;
  margin-left: 4%;
  margin-top: 4.5%;
}
.zyfz-p2 span {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(65, 39, 59);
  line-height: 1.25;
}
.zyfz-p2 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: #333333;
  line-height: 1.25;
  margin-bottom: 7%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: white;
}
.zyfz-box2 {
  width: 43%;
  margin: 0 auto 9.5% auto;
}

.zyfz-p3 {
  font-size: 30px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8.5%;
  margin-top: 22%;
}
.zyfz-box2 li {
  width: 100%;
  margin-bottom: 7px;
  background: #523a4d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 5% 0;
  position: relative;
}

.zyfz-box2 li:before {
  content: "";
  width: 145%;
  height: 75%;
  position: absolute;
  bottom: -50%;
  left: -24%;
  border: 1px solid #dcdcdc;
  transition: all 1s ease-in-out;
  z-index: -1;
}
.zyfz-p4 {
  font-size: 20px;
  font-family: "Source Han Sans CN Regular";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  position: relative;
}
.zyfz-p4:before {
  content: url("../images/img68.png");
  height: 36px;
  position: absolute;
  width: 36px;
  bottom: -185%;
  left: 12%;
  z-index: 1;
}
.zyfz-p4:after {
  content: url("../images/img69.png");
  height: 36px;
  position: absolute;
  width: 36px;
  bottom: -185%;
  right: 12%;
  z-index: 1;
}
.zyfz-box2 li:nth-last-of-type(1) .zyfz-p4:after,
.zyfz-box2 li:nth-last-of-type(1) .zyfz-p4:before {
  display: none;
}
.zyfz-box3 {
  width: 82.5%;
  margin: 0 auto;
  background: #f5f5f5;
  overflow: hidden;
}
.zyfz-p5 {
  width: 38.5%;
  float: left;
}
.zyfz-p5 img {
  width: 100%;
}
.zyfz-p6 {
  font-size: 24px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  margin-top: 7%;
}
.zyfz-p7 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(51, 51, 51);
  line-height: 1.7;
  text-align: left;
  margin-top: 7%;
}
.zyfz-b3 {
  float: left;
  margin-left: 3.5%;
}
.zyfz-box2 li:nth-last-of-type(1):before {
  display: none;
}
/*=======================================================媒体中心=======================================================*/
.new-p1 {
  font-size: 36px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  text-align: center;
  margin: 3.5% 0 6% 0;
}

.new-bxleft {
  width: 31%;
  float: left;
  overflow: hidden;
}
.new-bxleft img {
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.new-box ul {
}
.new-box ul { font-family: "Source Han Sans CN";}
.article-tit {text-align:center; border-bottom:#efefef 1px solid; padding-bottom:15px; margin-bottom:25px;}
.article-bar {display:none;}
.new-bxright {
  width: 63.5%;
  float: right;
}
.new-p2 {
  font-size: 24px;
  font-family: "Source Han Sans CN Regular";
  color: rgb(65, 39, 59);
  line-height: 1.2;
  margin: 4% 0 2% 0;
}
.new-p3 {
  font-size: 14px;
  font-family: "Source Han Sans CN Light";
  color: rgb(150, 150, 150);
  line-height: 1.7;
}
.new-p4 {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(120, 120, 120);
  line-height: 1.875;
  margin: 2% 0 2% 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new-bxright a {
  font-size: 18px;
  font-family: "Source Han Sans CN Normal";
  color: #797979;
  line-height: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new-box li {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 20px;
}
.new-box li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.new-box li:hover a {
  color: #c0a353;
}
.new-box .ddb2-box1a {
  margin: 6% auto 7% auto;
}
.new-p5 {
  font-size: 30px;
  font-family: "Source Han Sans CN Normal";
  color: rgb(65, 39, 59);
  line-height: 1.2;
}
.new-p5 a {
  font-size: 30px;
  font-family: "Source Han Sans CN Normal";
  color: rgb(65, 39, 59);
  line-height: 1.2;
}
.new-box1 .new-p4 {
  margin-top: 6%;
}
.new-box2 li {
  position: relative;
  border: none;
  width: 32.5%;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
}
.new-box2 li div:first-child {
  height: 100%;
}
.new-box2 li div {
  overflow: hidden;
}
.new-box2 li > div > img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
  height: 100%;
}
.new-b2 {
  width: 223px;
  position: absolute;
  top: 50%;
  left: 0;
  height: 153px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 20px;
  opacity: 0.88;
  border-radius: 10px;
}

.new-b21 {
  background: #84abca;
}
.new-b22 {
  background: #69929b;
}
.new-b23 {
  background: #b39a57;
}
.new-p6 {
  font-size: 24px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.new-p6:nth-of-type(1) {
  margin-top: 15px;
}
.new-b2 a {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(255, 255, 255);
  line-height: 1.875;
  position: absolute;
  bottom: 0;
  left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-box2 ul {
  display: -webkit-box;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.new-p8 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.new-p7 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(51, 51, 51);
  line-height: 3.5;
  text-align: center;
}
.new-bx3 li div {
  position: relative;
}
.new-bx3 ul {
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.new-bx3 li {
  width: 32.5%;
}
.new-bx3 li div > img {
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.new-bx3 li div {
  overflow: hidden;
  position: relative;
}
.new-bx3 li:hover div > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.new-box3 .ddb2-box1a {
  margin-top: 6.5%;
}
/*=======================================================媒体中心-媒体报道=======================================================*/
.new-p1s {
  position: relative;
  margin: 3.5% 0 8% 0;
}
.new-p1s:after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 49.5%;
  width: 1%;
  border-bottom: 5px solid #97d700;
}
.top-nav a:first-child {margin-left:0;}
.top-nav a {
  font-size: 16px;
  font-family: "Source Han Sans CN";
  color: rgb(120, 115, 115);
  line-height: 1.2;
  margin-right: 10px;
  margin-left: 10px;
}
.top-nav span {
  margin-left: 10px;
}
.top-nav a:hover {
  color: #97d700;
}
.page-a {
  text-align: center;
  margin-top: 100px;
}
.page-a a {
  display: inline-block;

  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(47, 47, 47);
  border: 1px solid #e5e5e5;
  padding: 1% 1.5%;
  vertical-align: middle;
}
.page-a a:nth-last-of-type(1) {
  background: #d2d2d2;
}
.paga {
  background: #c0a353;
  color: white !important;
  border: none !important;
}
/*=======================================================媒体中心-公司动态=======================================================*/
.gsdt ul li {
  background: #f5f5f5;
  padding: 30px 0 20px 20px;
  margin-bottom: 40px;
}
/*=======================================================媒体中心-专题文章=======================================================*/
.ztwz-box li {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.ztwz-left {
  position: relative;
  float: left;
  overflow: hidden;
  width: 49.2%;
}
.ztwz-left img {
  width: 100%;
  height: 100%;
}
.ztwz-right img {
  width: 100%;
  height: 100%;
}
.ztwz-box li {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-self: stretch;
  -webkit-align-self: stretch;
}

.ztwz-bxli1 > img,
.ztwz-bxli3 > img {
  width: 100%;
  height: 100%;
}
.ztwz-right {
  position: relative;
  float: right;
  overflow: hidden;
  width: 49.2%;
}
.ztwz-masts {
  position: absolute;

  top: 100px;
  left: 85px;
  z-index: 2;
}

.ztwz-mast {
  position: absolute;
  width: 67%;
  height: 100%;
  top: 0;
  left: -13%;
  transform: skew(-22deg, 0deg);
  opacity: 0.5;
  z-index: 1;
}
.ztwz-p1 {
  font-size: 30px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
}
.ztwz-box li a {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(255, 255, 255);
  line-height: 1.875;
  position: absolute;
  left: 85px;
  bottom: 10%;
  z-index: 2;
}
/*=======================================================媒体中心-视频中心=======================================================*/
.ztwz-box2 li {
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.ztwz-box2 li:hover a {
  color: #c0a353;
}
.ztwz-b2left {
  width: 32.5%;
  float: left;
  position: relative;
}
.spzx-p1 img {
  width: 100%;
}
.spzx-p2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ztwz-b2right {
  width: 63.5%;
  float: right;
}
.spzx-p3 {
  font-size: 30px;
  font-family: "Source Han Sans CN Normal";
  color: rgb(65, 39, 59);
  line-height: 1.2;
  margin: 6% 0 4% 0;
}
.spzx-p4 {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(120, 120, 120);
  line-height: 1.875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 4.5%;
}
.ztwz-b2right a {
  font-size: 18px;
  font-family: "Source Han Sans CN Normal";
  color: rgb(121, 121, 121);
  line-height: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*=======================================================新闻动态详情=======================================================*/

.casemess {
  width: 62.5%;
  margin: 0 auto 6% auto;
}
.casemess-box {
  margin-top: 5%;
  border-top: 1px dashed #898989;
  margin-bottom: 5%;
  border-bottom: 1px dashed #898989;
  padding: 3% 0;
}
.casemess-p2 {
  width: 100%;
}
.casemess-p2 {
  margin-bottom: 2%;
}
.casemess-p2 video {
  width: 100%;
  object-fit: fill;
  -o-object-fit: fill;
}
.casemess-p2 img {
  width: 100%;
}
.casemess-p3 {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(62, 62, 62);
  line-height: 1.7;
  text-align: left;
  text-indent: 30px;

  margin-bottom: 2%;
}
.casemess-page a {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(62, 62, 62);
  line-height: 1.7;
  text-align: left;
  margin-right: 20px;
}
.casemess-page a:nth-last-of-type(1) {
  float: right;
}
.casemess-page a img {
  margin-right: 10px;
}

/*=======================================================产品&服务开始-猪=======================================================*/
.product-box1 {
  width: 52%;
  margin: 4% auto 6.5% auto;
}
.product-p1 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(50, 50, 50);
  line-height: 1.7;
  text-align: center;
}
.product-box2 {
}
.product-p2 {
  font-size: 24px;
  font-family: "Source Han Sans CN Light";
  color: rgb(50, 50, 50);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2.5%;
}

.product-box2 form {
  width: 100%;
  height: 47px;
  padding: 15px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #c0a353;
  position: relative;
}
/*.product-select{
    position: relative;
    height: 100%;
    display: inline-block;
    margin-left: 2%;
}*/
/*.product-select label {
    font-size: 18px;
    font-family: "Source Han Sans CN Regular";
    color: rgb(255, 255, 255);

}*/
.product-box2 label {
  font-size: 18px;
  font-family: "Source Han Sans CN Regular";
  color: rgb(255, 255, 255);
  margin-left: 2.5%;
  position: relative;
  display: block;
  line-height: 47px;
  float: left;
  width: 25%;
}
/*.product-select2{
    width: 31.5%;
}
.product-select select{
    width: 72%;
    height: 100%;

    font-size: 18px;
    font-family: "Source Han Sans CN Light";
    color: rgb(51, 51, 51);
    text-indent: 20px;

}*/
.product-box2 .select {
  width: 100%;
  height: 100%;

  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(51, 51, 51);
  text-indent: 20px;
  border: none;
}
.input-mast {
  float: left;
  height: 100%;
  position: relative;
  margin-right: 2.5%;
}
.input-mast:nth-of-type(1) {
  margin-left: 1%;
}
.input-mast:nth-last-of-type(1) {
  margin-right: 1.5%;
  width: 31%;
}

/*.product-select1{
    width: 24%;
}
.product-select1:after{
    content:url("../images/img96.png");
    position: absolute;
    top: 40%;
    right: 8%;
    width: 12px;
    height: 7px;
    font-size: 12px;
    pointer-events: none;
}*/

/*.product-select input[type="text"]{
    width: 100%;
    height: 100%;

    font-size: 16px;
    font-family: "Source Han Sans CN Light";
    color: rgb(132, 131, 131);
    border: none;
  }

.product-select input[type="submit"]{
    width: 60px;
    text-align: right;
    background: url("../images/img95.png") left center no-repeat;
    height: 100%;

    font-size: 16px;
    font-family: "Source Han Sans CN Light";
    color: rgb(65, 39, 59);

    border: none;
    position: absolute;
    right: 10px;
    top: 0;
}*/
.input-mast ul {
  position: absolute;
  top: 101%;
  right: -0.3%;
  width: 99%;
  border: 1px solid #c0a353;

  z-index: 2;
  background: white;
  display: none;
}
.input-mast ul li {
  width: 100%;
}
.input-mast:nth-of-type(1),
.input-mast:nth-of-type(2) {
  width: 25%;
}
.input-mast ul li a {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(51, 51, 51);
  line-height: 2;
  float: none;
}
.input-mast div {
  position: relative;
  width: 70%;

  height: 100%;
  float: right;
}
.input-mast div:after {
  content: url("../images/img96.png");
  position: absolute;
  top: 36%;
  right: 8%;
  width: 12px;
  height: 7px;
  font-size: 12px;
  pointer-events: none;
}
.select-value {
  background: #c0a353;
}
.select-value a {
  color: white !important;
}

.product-box2 input[type="text"] {
  width: 100%;
  height: 100%;

  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(132, 131, 131);
  border: none;
  text-indent: 12px;
  position: relative;
}

.product-box2 input[type="submit"] {
  width: 60px;
  text-align: right;
  background: url("../images/img95.png") left center no-repeat;
  height: 100%;

  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(65, 39, 59);

  border: none;
  position: absolute;
  right: 3%;
  top: 0;
}
.product-select:nth-last-of-type(1) {
  margin-left: 15px;
}
.product-box2 a {
  font-size: 18px;
  font-family: "Source Han Sans CN Heavy";
  color: rgb(255, 255, 255);
  padding-left: 10px;
  display: block;
  float: left;
  line-height: 47px;
}
.product-box2 a img {
  vertical-align: text-bottom;
  margin-right: 10px;
}
.product-box2 input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Source Han Sans CN Light";
  color: rgb(132, 131, 131);
  text-indent: 20px;
}
.product-box3 {
  margin-top: 4%;
}
.product-box3 li {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 3%;
  padding-bottom: 3%;
  border-bottom: 1px solid #c0a353;
}
.product-box3 li:nth-last-of-type(1) {
  border: none;
}
.product-b3left {
  overflow: hidden;
}
.product-b3left div {
  overflow: hidden;
}
.product-b3left img {
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.product-b3left:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-p4 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(62, 37, 56);

  line-height: 1.667;
}
.product-p3 {
  font-size: 18px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(62, 37, 56);
  font-weight: bold;
  line-height: 1.667;
  margin-top: 30px;
}
.product-page {
  text-align: center;
}
.product-page a {
  display: inline-block;

  font-size: 14px;
  font-family: "Source Han Sans CN Regular";
  color: #8d8c92;
  padding: 0.7% 1%;
}
.product-bg {
  background: #3e2538;
  color: white !important;
}
.dsc-box2 {
  overflow: hidden;
}
.dfx-b1left img {
  width: 100%;
}
.dfx-b1right img {
  width: 100%;
}
.sqjr-box1 img {
  width: 100%;
}
.smyyh {
  margin: 158px auto 0 auto;
}
#swiper-wrappers {
  height: 600px;
  margin-top: 50px;
  padding: 0 10% 6% 0;

  position: relative;
}
#swiper-wrappers .swiper-slide {
  position: relative;
  height: 200px;
}
#swiper-wrappers .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  border-left: 2px dashed #dcdcdc;
  height: 100%;
  z-index: -1;
}
#swiper-wrappers .swiper-slide:nth-of-type(even) .dyf-b3left {
  float: right;
}
#swiper-wrappers .swiper-slide:nth-of-type(even) .dyf-b3left::after {
  left: -1%;
}
#swiper-wrappers .swiper-slide:nth-of-type(even) .dyf-b3left:before {
  left: -1%;
}
#swiper-wrappers .swiper-slide:nth-of-type(even) .dyf-b3lmast {
  float: left;
  margin-left: 70px;
}
#swiper-wrappers .swiper-slide:nth-of-type(even) .dyf-p15 {
  margin-left: 0;
  margin-right: 70px;
}
.dyf-b3left:before {
  right: -2.4%;
}
#swiper-wrappers .swiper-slide:nth-of-type(even) .dyf-b3left:before {
  left: -2%;
}
/*==============================================================响应式开始==================================================*/
@media screen and (max-width: 1800px) {
  /*==============================================================关于我们==================================================*/
  .jiahui {
    width: 80%;
    margin: 10% auto 0 auto;
  }
  .jiahui-p3 {
    margin: 3.5% auto 7% auto;
  }
  .footer {
    width: 90%;
  }
  .footer-cright {
    float: left;
    margin-left: 25px;
  }
  .footer-nav li {
    margin-right: 20px;
  }
  .yxzs-box11 {
    width: 100%;
  }
  .yxzs-box3 {
    width: 100%;
  }
  .yxzs-b3right {
    width: 55%;
  }
  .smyyhs {
    width: 80%;
  }
  .smyyh-p2 {
    margin: 0 auto 10% auto;
  }
  .dyf {
    width: 80%;
    margin: 10% auto 0 auto;
  }
  .jiahui-li1imgs img:nth-of-type(1) {
    width: 100%;
  }
  .jiahui-bimg2,
  .jiahui-bimg1 {
    width: 60%;
  }
  .jiahui-box51 li {
    margin: 0 2%;
  }
  .dfx-box1,
  .dfx-box5,
  .dfx-box3,
  .dfx-box2 {
    width: 80%;
  }
  .dfx-nth7 {
    font-size: 34px;
  }
  .dfx-p1 {
    font-size: 30px;
  }
  /*=============================================加入我们=============================================================*/
  .contact {
    width: 55.5%;
  }
  .contact-p2 {
    width: 80%;
  }
  .zyfz-box1,
  .zyfz-box3 {
    width: 90%;
  }
  .zyfz-b3 {
    float: left;
    margin-left: 1.5%;
  }
  /*=============================================首页=============================================================*/

  .ddb-box {
    width: 61%;
  }
  #ddb2 {
    width: 80%;
  }

  .jz-box {
    width: 66%;
  }
  #new {
    width: 90%;
  }
  .slide-p3 {
    margin-bottom: 5%;
  }
  .slide-p1 {
    font-size: 24px;

    margin-top: 4%;
    margin-bottom: 4%;
  }
  .new-rbox {
    margin-top: 10%;
  }
  .new-rbox li {
    overflow: hidden;
    line-height: 2.2;
  }
  .banner-box2 {
    position: absolute;
    top: 41.5%;
    left: 13%;
    z-index: 2;
  }
  .banner-p1 {
    font-size: 55px;
  }
  .banner-p2 {
    font-size: 45px;
  }
  /*=============================================新闻=============================================================*/
  .new-p1 {
    font-size: 20px;

    margin: 2.5% 0 3% 0;
  }
  .new-p1s:after {
    content: "";
    position: absolute;
    bottom: -67%;
    left: 49%;
    width: 2%;
    border-bottom: 2px solid #97d700;
  }
  .smyyh {
    width: 100%;
    margin: 130px auto 0 auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 1460px) {
  .product-box2 label:after {
    right: -232%;
  }
  .product-box2 label {
    margin-left: 2%;
  }
  .product-box2 label {
    font-size: 15px;
  }
  .product-box2 a {
    font-size: 14px;
  }
  .contact-p3 {
    font-size: 20px;
    line-height: 1;
  }
  .contact-p4 {
    font-size: 14px;
  }
  .contact-b1left {
    width: 45.5%;
  }
}
@media screen and (max-width: 1250px) {
  .product-box2 label {
    font-size: 12px;
  }
  .product-box2 a {
    font-size: 12px;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
  }
  .input-mast:nth-last-of-type(1) {
    margin-right: 0;
  }
  .input-mast {
    margin-right: 2%;
  }
  .nav-nav li,
  .lang {
    margin-left: 30px;
  }
  .footer-right {
    float: none;
    width: 100%;
  }
  .new-rbox li {
    line-height: 1.7;
  }
  .jiahui-p12 {
    font-size: 14px;
  }
  .jiahui-p11 {
    font-size: 14px;
  }
  .jiahui-p13 {
    font-size: 12px;
  }
  .jiahui-box21 li {
    height: 350px;
  }
  .jiahui-p14 {
    font-size: 18px;
  }
  .jiahui-p15 {
    font-size: 14px;
  }
  .smyyh-box4 ul li {
    height: 325px;
  }
  .yxzs-p10 {
    font-size: 12px;
  }
  .yxzs-b3right > img {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
  }
  .yxzs-b3right > span > img {
    width: 100%;
  }
  .yxzs-b3right > span {
    width: 30%;
  }
  .yxzs-b3right span > span {
    font-size: 12px;
  }
  .yxzs-p9 {
    margin-bottom: 4%;
  }
  .dyf-p7 {
    font-size: 18px;
  }
  .dyf-b3right {
    width: 45.5%;
  }
  .dyf-b3left:before {
    right: -3.5%;
  }
  .dfx-nth2 {
    top: 0;
    left: 35%;
  }
  .dfx-nth1,
  .dfx-nth4 {
    left: 0;
  }
  .dfx-nth5 {
    bottom: 0;
    left: 35%;
  }
  .dfx-nth3,
  .dfx-nth6 {
    right: 0;
  }
  .dfx-nth4,
  .dfx-nth6 {
    bottom: 19.5%;
  }
  .new-p2 {
    font-size: 16px;
    font-family: "Source Han Sans CN Regular";
    color: rgb(65, 39, 59);
    line-height: 1.2;
    margin: 1% 0 0% 0;
  }
  .new-p4 {
    font-size: 14px;
    font-family: "Source Han Sans CN Light";
    color: rgb(120, 120, 120);
    line-height: 1.875;
    margin: 0% 0 2% 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .new-bxright a {
    font-size: 14px;
  }
  .new-p5 {
    font-size: 16px;
  }
  .new-p4 {
    font-size: 14px;
    font-family: "Source Han Sans CN Light";
    color: rgb(120, 120, 120);
    line-height: 1.875;
    margin: 0 0 2% 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .new-bxright a {
    font-size: 14px;
  }
  .new-b2 a {
    bottom: 20%;
  }
  .contact-p3 {
    font-size: 18px;
  }
  .contact-p3 {
    margin: 0 0 1% 0;
  }
  .contact-p4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .dfx-nth2 {
    top: -4%;
  }
  .dfx-nth5,
  .dfx-nth2 {
    left: 36%;
  }
  .dfx-nth5 {
    bottom: -4%;
  }
  .dfx-nth1,
  .dfx-nth4 {
    left: -3%;
  }
  .dfx-nth1,
  .dfx-nth3 {
    top: 13%;
  }
  .dfx-nth4,
  .dfx-nth6 {
    bottom: 16.5%;
  }
  .nth2 span {
    margin: 0 5px;
  }
  .dfx-nth7 {
    font-size: 25px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .dfx-p1 {
    font-size: 24px;
  }
  .dfx-p3,
  .dfx-p2,
  .dfx-p4 {
    font-size: 20px;
  }
  .dfx-p5,
  .dfx-p6 {
    font-size: 24px;
  }
  .dfx-p7 {
    font-size: 20px;
    top: 35%;
    left: 38%;
  }
}
@media screen and (max-width: 880px) {
  .dsc-b2 .swiper-slide {
    height: 278px;
  }
  .dsc-p6 {
    font-size: 16px;
  }
  .swiper-slide-top {
    margin: 0 auto 78px auto;
  }
  .swiper-slide-top1 {
    margin: 78px auto 0 auto;
  }
  .dfx-nth1,
  .dfx-nth4 {
    left: 0;
  }
  .dfx-nth5,
  .dfx-nth2 {
    left: 33%;
  }
  .dfx-p1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  /*==============================================================关于我们==================================================*/
  .nav-nav li {
    margin-left: 35px;
  }
  .smyyh,
  .jiahui {
    margin: 125px auto 0 auto;
  }
  .smyyh .top-nav {
    width: 90%;
  }
  .jiahui-p1,
  .jiahui-p4,
  .jiahui-p6,
  .jiahui-p10 {
    font-size: 18px;
  }
  .jiahui-p2,
  .jiahui-p5,
  .jiahui-p9 {
    font-size: 24px;
  }
  .jiahui-p3 {
    width: 100%;
  }
  .jiahui-p11 {
    font-size: 14px;
  }
  .jiahui-p12 {
    font-size: 12px;
  }
  .jiahui-p13 {
    font-size: 12px;
  }
  .jiahui-box21 li {
    width: 22%;
    margin-left: 4%;
    height: 325px;
  }
  .jiahui-boxmats {
    top: 24%;
    left: 14%;
    width: auto;
  }
  .jiahui-boxmat {
    top: 10%;
    left: 0;
    width: 100%;
  }
  .jiahui-box51 {
    width: 100%;
  }
  .footer {
    padding: 20px 0;
  }
  .footer-right {
    float: right;
    width: 100%;
    margin-top: 5%;
  }
  .yxzs-p1,
  .yxzs-p6 {
    font-size: 25px;
  }
  .yxzs-p2 {
    font-size: 13px;
  }
  .yxzs-p3，.yxzs-p9 {
    font-size: 18px;
  }
  .yxzs-p4,
  .yxzs-p10 {
    font-size: 13px;
  }
  .jiahui-video,
  .yxzs-box13 {
    width: 100%;
  }
  .yxzs-b2right {
    width: 55%;
  }
  .yxzs-p9 {
    margin-bottom: 2%;
  }
  .yxzs-b3right > img {
    width: 60%;
  }
  .yxzs-b3right > span {
    margin-left: 2%;
    width: 30%;
  }
  .yxzs-b3right > span img {
    width: 100%;
  }
  .yxzs-b3right span > span {
    font-size: 13px;
  }
  .smyyh-box1 {
    margin: 2% 0 0 0;
  }
  .smyyh-p1 {
    margin: 4% 0 4% 0;
  }
  .smyyh-p2 {
    width: 100%;
  }
  .smyyh-p1:after {
    position: absolute;
    bottom: -54%;
    left: 48.5%;
    width: 4%;
    border-bottom: 3px solid #97d700;
    content: "";
  }
  .smyyh-p4 {
    font-size: 25px;
  }
  .smyyh-b3right {
    font-size: 14px;
  }
  .dyf {
    width: 80%;
    margin: 18% auto 0 auto;
  }
  .dyf-p1 {
    font-size: 20px;

    margin: 3% 0 3% 0;
  }
  .dyf-p2 {
    font-size: 16px;
  }
  .dyf-p1:after {
    content: "";
    position: absolute;
    bottom: -38%;
    left: 48.5%;
    width: 4%;
    border-bottom: 2px solid #97d700;
  }
  .dyf-p4 {
    font-size: 20px;
  }
  .dyf-p3,
  .dyf-p5 {
    font-size: 14px;

    text-align: left;
    width: 100%;
    margin: 2% auto 6% auto;
  }
  .dyf-p6 {
    width: 100%;
  }
  .dyf-p7 {
    font-size: 16px;
  }
  .dyf-p7 {
    font-size: 16px;
  }
  .dyf-p10 {
    font-size: 20px;
  }
  .dyf-box2 {
    width: 100%;
  }
  .dyf-p11 {
    font-size: 15px;

    margin: 1% 0 1% 0;
  }
  .dyf-box3 {
    width: 100%;
    margin: 10% auto 0 auto;
  }
  .dyf-b3right {
    width: 47.5%;
  }
  .dyf-p15 {
    margin-left: 30px;
  }
  .dyf-p15 img {
    margin-top: 5%;
    width: 100%;
  }
  .jiahui-li1imgs img:nth-of-type(1) {
    width: 100%;
  }
  .jiahui-bimg2,
  .jiahui-bimg1 {
    width: 50%;
  }
  .jiahui-box51 li p {
    font-size: 16px;

    line-height: 2;
  }
  .dsc-p1 {
    font-size: 20px;
  }
  .dsc-box3 {
    width: 100%;
  }
  .dfx-b1left {
    width: 100%;
  }
  .dfx-b1right {
    width: 100%;
    margin-top: 3%;
  }
  .dfx-box1 {
    display: block;
    padding: 5% 0 3.5% 0;
    margin-bottom: 5%;
  }
  .dfx-nth2 {
    position: absolute;
    top: 1%;

    left: 39%;
    text-align: center;
  }
  .dfx-nth5 {
    position: absolute;
    bottom: 0.8%;
    left: 39%;
    text-align: center;
  }
  .dfx-p7 {
    font-size: 20px;
  }
  .dfx-p2,
  .dfx-p3,
  .dfx-p4 {
    font-size: 20px;
  }
  .dfx-p5,
  .dfx-p6 {
    font-size: 28px;
  }
  .dfx-nth1,
  .dfx-nth3 {
    top: 16%;
  }
  .dfx-nth4,
  .dfx-nth6 {
    bottom: 20.5%;
  }
  /*=============================================加入我们=============================================================*/
  .contact-b1left {
    width: 46%;
  }
  .contact-p3 {
    margin: 0 0 1% 0;
  }
  .contact-box1 ul li:nth-of-type(3) .contact-p3 {
    margin-top: 0;
  }
  .contact-p4 {
    font-size: 12px;
  }
  .contact-p3 {
    font-size: 18px;
  }
  .sqjr-b2left,
  .sqjr-b2right {
    width: 100%;
  }
  .sqjr-p1 {
    font-size: 30px;
    font-family: "Source Han Sans CN Bold";
    color: rgb(65, 39, 59);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0%;
    margin-top: 0;
  }
  .zpjh-b21 a {
    font-size: 14px;

    padding: 1.5% 5%;
  }
  .zyfz-p1 {
    font-size: 18px;

    margin: 3% 0 4.5% 0;
  }
  .zyfz-b1left {
    margin-top: 1.5%;
  }
  .zyfz-p2 span {
    font-size: 15px;
  }
  .zyfz-p2 {
    font-size: 14px;

    margin-bottom: 3%;
  }
  .zyfz-box2 {
    width: 60%;
  }
  .zyfz-p3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 4.5%;
    margin-top: 14%;
  }
  .zyfz-p4 {
    font-size: 16px;
  }
  .zyfz-box2 li {
    padding: 4% 0;
  }
  .zyfz-p5 {
    width: 100%;
  }
  .banner-box2 {
    position: absolute;
    top: 35.5%;
    left: 13%;
    z-index: 2;
  }
  .banner-p1 {
    font-size: 30px;
  }
  .banner-p2 {
    font-size: 23px;
  }
  .suob {
    bottom: 8%;
  }
  .ddb-box {
    width: 80%;
  }
  .ddb-boxp1 {
    font-size: 34px;
  }
  #hx {
    height: 300px;
  }
  .hx-box {
    width: 95%;
    margin: 2% auto 0 auto;
  }
  .ddb2-blp1 {
    font-size: 24px;

    margin-top: 5%;
    margin-bottom: 15px;
  }
  .ddb2-blp2 {
    margin-top: 3%;
  }
  .jz-box {
    width: 80%;
  }
  .jz-form form {
    width: 62%;
  }
  .new-left,
  .new-right {
    width: 100%;
  }
  .new-right {
    margin-top: 5%;
  }
  .new-rbox {
    margin-top: 3%;
  }
  /*=============================================新闻=============================================================*/
  .new-p2 {
    font-size: 16px;
    font-family: "Source Han Sans CN Regular";
    color: rgb(65, 39, 59);
    line-height: 1.2;
    margin: 1% 0 0% 0;
  }
  .new-p4 {
    font-size: 14px;
    font-family: "Source Han Sans CN Light";
    color: rgb(120, 120, 120);
    line-height: 1.875;
    margin: 0% 0 2% 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .new-bxright a {
    font-size: 14px;
  }
  .new-p5 {
    font-size: 16px;
  }
  .new-box1 .new-p4 {
    margin-top: 0;
  }
  .new-p6 {
    font-size: 16px;
  }
  .new-b2 a {
    font-size: 14px;
  }
  .new-p7 {
    font-size: 12px;
  }
  .ztwz-left,
  .ztwz-right {
    width: 100%;
  }
  .ztwz-right {
    margin-top: 3%;
  }
  .ztwz-box {
    margin-top: 5%;
  }
  .ztwz-bxli img,
  .ztwz-bxli1 img,
  .ztwz-bxli2 img,
  .ztwz-bxli3 img {
    width: 100%;
  }
  .ztwz-masts {
    position: absolute;
    top: 26%;
    left: 50px;
    z-index: 2;
  }
  .ztwz {
    padding-bottom: 2%;
  }
  .spzx-p3 {
    margin: 0;
    font-size: 20px;
  }
  .spzx-p4 {
    margin-bottom: 2.5%;
  }
  /*==========================================================产品开始===============================================*/
  .product-box1 {
    width: 74%;
    margin: 4% auto 4.5% auto;
  }
  .product-box2 form {
    height: auto;
    text-align: center;
  }
  .product-box2 select {
    width: 90%;
    height: 35px;
    margin: 2% auto;
    float: none;
  }

  .product-box2 label {
    text-align: left;
    display: block;
  }
  .product-box2 label:after {
    right: 12%;
    top: 238%;
  }
  .product-box2 input[type="text"] {
    width: 90%;
    height: 35px;
    margin-left: 0;
  }
  .product-box2 input[type="submit"] {
    height: auto;
    right: 8%;

    top: 72%;
  }
  .product-box2 a {
    display: block;
  }
  .input-mast,
  .input-mast:nth-of-type(1),
  .input-mast:nth-of-type(2) {
    float: none;
    width: 100%;
    margin: 0;
  }
  .product-box2 label {
    float: none;
  }
  .input-mast div {
    float: none;
    width: 98%;
    margin: 0 auto;
  }
  .input-mast:nth-last-of-type(1) {
    width: 100%;
  }
  .product-box2 a {
    float: none;
  }
  .product-box2 input[type="text"] {
    width: 98%;
    margin-top: 2%;
  }
  .product-box2 input[type="submit"] {
    height: auto;
    right: 4%;
    top: 43%;
  }
  .input-mast ul {
    width: 99.9%;

    right: 0;
  }
  .nav-nav li,
  .lang {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  /*==============================================================关于我们==================================================*/
  .smyyh-box4 ul li {
    height: auto;
  }
  #app-nav {
    display: block;
  }
  #nav {
    display: none;
  }

  .smyyh,
  .jiahui {
    margin-top: 100px;
    width: 90%;
  }
  .jiahui-p1,
  .jiahui-p4,
  .jiahui-p6,
  .jiahui-p10 {
    font-size: 14px;
  }
  .jiahui-p2,
  .jiahui-p5,
  .jiahui-p9 {
    font-size: 16px;
  }
  .jiahui-p3 {
    font-size: 14px;
    text-align: left;
  }
  .jiahui-b1box {
    width: 100%;
  }
  .jiahui-blleft,
  .jiahui-blright {
    width: 100%;
  }
  .jiahui-blleft {
    border-bottom: 1px solid #c0a353;
    margin-bottom: 5%;
    padding-bottom: 2.5%;
  }

  .jiahui-b1box:after {
    display: none;
  }
  .jiahui-p7 {
    margin-top: 5px;
  }
  .jiahui-video {
    width: 100%;
  }
  .ddb-videomast img {
    width: 100%;
  }

  .jiahui-p8 {
    width: 100%;
    font-size: 13px;
  }
  .jiahui-box21 li,
  .jiahui-box21 li:nth-of-type(4n-3) {
    width: 67%;
    margin: 0 auto 5% auto;
    float: none;

    height: auto;
  }
  .jiahui-p10 {
    margin-bottom: 2%;
    font-size: 16px;
  }
  .jiahui-p14 {
    font-size: 16px;
  }
  .jiahui-p15,
  .jiahui-p16,
  .jiahui-p17,
  .jiahui-box51 li p {
    font-size: 13px;
  }
  .jiahui-box31 img {
    width: 100%;
  }
  .jiahui-boxmat {
    opacity: 0.9;
    top: 0;

    height: 100%;
  }
  .jiahui-box41 li {
    width: 95%;
    margin-bottom: 5%;
    margin-left: 0;
  }
  .jiahui-p17 img {
    margin-right: 5px;
    width: 3%;
  }
  .jiahui-box51 ul {
    display: block;
  }
  .jiahui-box51 li {
    width: 73%;
    margin: 0 auto;
  }
  .footer-logo img {
    width: 30%;
  }
  .footer-contact {
    margin-top: 5%;
  }
  .footer-cright {
    margin-left: 0;
  }
  .footer-weixin {
    float: none;
    clear: both;
    text-align: center;
    padding-top: 5%;
  }
  .foot-copys {
    width: 95%;
  }
  .jiahui-p16 {
    padding-top: 3%;
  }
  .jiahui-li1imgs img:nth-of-type(1) {
    width: 100%;
  }
  .jiahui-bimg2,
  .jiahui-bimg1 {
    width: 60%;
  }
  .footer-contact span {
    font-size: 12px;
  }
  .footer-nav li {
    margin-right: 0;
  }
  .yxzs-p1,
  .yxzs-p6,
  .yxzs-p5 {
    font-size: 18px;
  }
  .yxzs-p2 {
    display: initial;
  }
  .yxzs-p3 {
    font-size: 14px;
  }
  .yxzs-p4,
  .yxzs-p10 {
    font-size: 12px;
  }
  .yxzs-p1:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 49.5%;
    width: 4%;
    border-top: 2px solid #97d700;
  }
  .yxzs-p7,
  .yxzs-p8 {
    font-size: 12px;
  }
  .yxzs-p8 {
    margin-top: 2%;
  }
  .yxzs-p9 {
    font-size: 14px;
  }
  .yxzs-b2left,
  .yxzs-b2right,
  .yxzs-b3left,
  .yxzs-b3right,
  .yxzs-b4left,
  .yxzs-b4right {
    width: 100%;
  }
  .yxzs-b2left {
    text-align: center;
  }
  .yxzs-b2left img {
    width: 50%;
  }
  .yxzs-b2right {
    margin-top: 5%;
  }
  .yxzs-b4right {
    margin-top: 5%;
  }
  .yxzs-box12 {
    display: block;
  }
  .yxzs-b1left,
  .yxzs-b1mid,
  .yxzs-b1right {
    width: 100%;
  }
  .yxzs-p3 {
    text-align: center;
  }
  .yxzs-p7,
  .yxzs-p8 {
    text-align: left;
  }
  .foot-cbox2 {
    width: 100%;
    text-align: center;
    margin-top: 2%;
  }
  .foot-cbox1 {
    width: 100%;
    text-align: center;
    display: block;
  }
  .smyyh-p1 {
    font-size: 18px;
  }
  .smyyh-p3 {
    font-size: 18px;
  }
  .smyyh-p2 {
    font-size: 12px;
    text-align: left;
  }
  .smyyh-p4 {
    font-size: 18px;
  }
  .smyyhs {
    width: 100%;
  }
  .smyyh-b3left {
    width: 100%;
  }
  .smyyh-b3right {
    width: 90%;
    top: 24%;
    left: 5%;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .smyyh-b3mast {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  .smyyh-b3 {
    margin-top: 3%;
  }
  .smyyh-p5 {
    font-size: 14px;
  }
  .smyyh-box4 ul li {
    margin-top: 5%;
  }
  .smyyh-p6 {
    margin: 5% 0 0 0;
    font-size: 16px;
  }
  .smyyh-box4 ul li {
    width: 100%;
    text-align: center;
  }
  .smyyh-p7 {
    text-align: left;
    font-size: 12px;
  }
  .footer-nav li {
    height: 188px;
  }
  .foot-span3 {
    margin-top: 0;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav ul {
    display: -webkit-box;
    -webkit-box-pack: justify;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .dyf {
    width: 90%;
    margin: 100px auto 0 auto;
  }
  .dyf-p1,
  .dsc-p1 {
    font-size: 18px;
  }
  .dyf-p2 {
    font-size: 14px;
  }
  .dyf-p3,
  .dyf-p5 {
    font-size: 12px;
  }
  .top-nav,
  .top-nav a {
    font-size: 14px;
  }
  .dyf-box1 ul {
    display: block;
  }
  .dyf-box1 ul li {
    width: 100%;
    margin-bottom: 10%;
  }
  .dyf-p8 {
    margin-top: 2%;
  }
  .dyf-p9 {
    margin-top: 0;
  }
  .dyf-b3left {
    width: 100%;
    margin-bottom: 5%;
  }
  .dyf-b3lmast {
    width: 100%;
    margin: 0;
    height: auto;
  }
  .dyf-b3left:before,
  .dyf-b3left:after,
  .dyf-box3 li:after {
    display: none;
  }
  .dyf-b3lmast:before {
    width: 85px;
    height: 85px;

    position: absolute;
    top: -7%;
    left: 38.7%;
  }
  .dyf-b3lmast:after {
    width: 85px;
    height: 85px;
    top: -7%;
    left: 38.7%;
  }

  .dyf-b3right {
    width: 100%;
  }
  .dyf-p15 {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
  }
  .animated .dyf-b3lmasts {
    margin: 0 auto;
    width: 75px;
    height: 75px;
  }
  .dyf-box3 li:nth-of-type(2n) .dyf-b3lmast {
    margin-left: 0;
  }
  .dyf-p13 {
    font-size: 14px;
  }
  .dyf-p13 {
    font-size: 14px;
  }
  .dyf-p14 {
    font-size: 12px;
  }

  .dyf-box3 li {
    width: 100%;
    margin-bottom: 12%;
    height: auto;
  }
  .dyf .jiahui-box51 li {
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .dsc-b1 li {
    width: 100%;
    margin-bottom: 3%;
  }
  .dsc-p6 {
    font-size: 14px;
  }
  .dsc-b3 span:nth-of-type(2) {
    margin: 0;
  }
  .dsc-box3 span {
    width: 30%;
  }
  .dsc-box3 span img {
    width: 100%;
  }
  .dsc-b31 span {
    margin: 5px;
  }
  .dsc-box3 .jiahui-box51 li {
    margin: 0 auto;
  }
  .dsc-box3 {
    margin: 10% auto 0 auto;
  }
  .dsc-p3 {
    font-size: 20px;
  }
  .dsc-p4 {
    font-size: 14px;
  }
  .dsc-b2 .swiper-slide {
    width: 25%;
  }
  .dsc-b2 .swiper-container {
    width: 100%;
  }
  .dsc-b2:after {
    top: 50%;
  }
  .swiper-slide-top1 {
    margin: 88px auto 0 auto;
  }
  .swiper-slide-top {
    margin: 0 auto 88px auto;
  }
  .dfx-box1 {
    width: 98%;
  }
  .nth1,
  .nth2 {
    font-size: 12px;
  }
  .dfx-nth7 {
    font-size: 14px;
  }
  .nth2 span {
    margin: 0 1px;
  }
  .nth2 {
    margin-top: 3px;
  }
  .dfx-nth1 {
    position: absolute;
    top: 15.5%;
    left: 0;
    text-align: center;
  }
  .dfx-nth7 {
    height: 32px;
  }
  .dfx-nth2,
  .dfx-nth5 {
    left: 37%;
  }
  .dfx-p1 {
    font-size: 16px;
  }
  .dfx-p2,
  .dfx-p3,
  .dfx-p4 {
    font-size: 14px;
  }
  .dfx-p5,
  .dfx-p6,
  .dfx-p8 {
    font-size: 18px;
  }
  .dfx-p7 {
    font-size: 15px;
  }
  .dfx-p7 {
    top: 34%;
    left: 34%;
  }
  .dfx-box2 #map-wrap {
    height: 400px;
  }
  .dfx-box2,
  .dfx-box1,
  .dfx-box5,
  .dfx-box3,
  .dfx-box2 {
    width: 98%;
  }
  .dfx-nth5 .nth2 {
    margin-bottom: 14%;
  }
  .dyf-b3lmast:before {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 95px;
    height: 95px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .dyf-b3lmast:after {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 85px;
    height: 85px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  /*=============================================加入我们=============================================================*/
  .contact {
    width: 90%;
    margin: 2% auto 0 auto;
  }
  .contact-p1 {
    font-size: 20px;
  }
  .contact-p1:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 47.5%;
    width: 7%;
    border-top: 2px solid #97d700;
  }
  .contact-p2 {
    text-align: left;
    font-size: 12px;
  }
  .contact-b1left,
  .contact-b1right {
    width: 100%;
  }
  .contact-box1 {
    margin: 0;
  }
  .contact-p3 {
    font-size: 16px;
  }
  .sqjr-box2 {
    width: 100%;
  }
  .sqjr-p1 {
    font-size: 20px;
  }
  .sqjr-p2 {
    font-size: 12px;

    line-height: 2.5;
  }
  .zpjh-p1 {
    font-size: 16px;

    line-height: 1.5;
  }
  .zpjh-p2 {
    font-size: 13px;
  }
  .zpjh-b2 {
    width: 95%;
    margin: 0 auto 2% auto;
    display: block;
  }
  .zpjh-box2 {
    padding-top: 2%;
    background-size: contain;
  }
  .zpjh-p3 {
    font-size: 16px;
    padding: 3% 0 2% 0;
  }
  .zpjh-p4 {
    font-size: 14px;
    margin: 10% 0 10% 0;
  }
  .zpjh-b21 a {
    bottom: -35%;
  }
  .zyfz-p1 {
    font-size: 16px;
  }
  .zyfz-box1,
  .zyfz-box3 {
    width: 100%;
  }
  .zyfz-b1left {
    width: 100%;
  }
  .zyfz-b1right {
    width: 98%;
    margin: 0 auto;
    float: none;
  }
  .zyfz-box2 {
    width: 67%;
  }
  .zyfz-p3 {
    font-size: 13px;
  }
  .zyfz-p4 {
    font-size: 12px;
  }
  .zyfz-p4:before {
    content: url(../images/img68-2.png);

    bottom: -200%;
    left: 5%;
    z-index: 1;
    display: none;
  }
  .zyfz-p4:after {
    content: url(../images/img69-2.png);

    bottom: -200%;
    right: 5%;
    z-index: 1;
    display: none;
  }
  .zyfz-p6 {
    font-size: 16px;
  }
  .zyfz-p7 {
    font-size: 12px;
    margin-top: 3%;
  }
  .zyfz-box3 {
    padding-bottom: 2%;
  }
  /*=============================================首页=============================================================*/
  #banner {
    margin-top: 80px;
  }
  .banner-p1 {
    font-size: 20px;
  }
  .banner-p2 {
    font-size: 16px;
  }
  .banner-a {
    margin-top: 14%;
    display: block;
  }
  .banner-a a {
    font-size: 12px;
  }
  .banner-a a img {
    width: 14%;
    margin-right: 3px;
  }
  .suob {
    display: none;
  }
  .ddb-boxp1 {
    font-size: 16px;
  }
  .ddb-boxp2 {
    font-size: 12px;
    margin-top: 2%;
  }
  .ddb-boxa img {
    width: 10%;
  }
  .ddb-boxa {
    margin: 2% 0;
  }
  .ddb-box {
    width: 90%;
  }
  .ddb-video {
    width: 100%;
    margin-top: 6%;
  }
  .hx-p2 {
    font-size: 16px;
  }
  .hx-p2 {
    font-size: 16px;
  }
  .hx-boxleft,
  .hx-boxright {
    width: 92%;
  }
  .hx-boxright {
    margin-top: 2%;
  }
  #hx {
    height: 350px;
  }
  #ddb2 {
    width: 90%;
  }
  .ddb2-box1 ul {
    display: block;
  }
  .ddb2-box1 li {
    width: 75%;
    margin: 0 auto 5% auto;
  }
  .ddb2-box1 li span {
    font-size: 18px;

    margin-top: 4%;
    margin-bottom: 4%;
  }
  .ddb2-box1 p {
    margin-bottom: 4%;
  }
  .ddb2-bleft {
    width: 100%;
  }
  .ddb2-bright {
    width: 90%;
  }
  .ddb2-box2 .ddb2-box1a {
    margin: 2% 0 10% 0;
  }
  .ddb2-brbox1 .swiper-button-next,
  .ddb2-brbox1 .swiper-container-rtl .swiper-button-prev {
    right: 2%;
    top: 80%;
  }
  .hx-p1 {
    font-size: 16px;
  }
  .jz-p1 {
    font-size: 12px;
    width: 80%;
    margin: 5% auto;
  }
  .jz-box li a img {
    width: 100%;
  }
  .jz-form input[type="text"] {
    height: 40px;
  }
  .jz-form input[type="submit"] {
    background-position: center;
    width: 65px;
  }
  .slide-left {
    width: 100%;
    float: none;
  }
  .slide-right {
    width: 95%;
    margin: 0 auto;
    float: none;
    padding-bottom: 2%;
  }
  .slide-p1 {
    font-size: 16px;
    margin-top: 2%;
    margin-bottom: 0;
  }
  .slide-p2 {
    font-size: 12px;
  }
  .new-lbox .swiper-button-next,
  .new-lbox .swiper-container-rtl .swiper-button-prev {
    right: 2%;
  }
  .ddb2-p1 {
    font-size: 16px;
  }
  .new-rbox li p {
    font-size: 13px;
    width: 76%;
  }
  .new-rbox li {
    overflow: hidden;
    line-height: 1.5;
  }
  /*=============================================新闻=============================================================*/
  .new-bxleft {
    width: 100%;
    margin: 0 auto 2% auto;
    float: none;
  }
  .new-bxright {
    float: none;
    width: 100%;
  }
  .new-box2 ul,
  .new-bx3 ul {
    display: block;
  }
  .new-box2 li,
  .new-bx3 li {
    width: 100%;
    margin-bottom: 3%;
  }
  .new-p1 {
    font-size: 16px;
  }
  .ddb2-box1a,
  .ddb2-box1a:hover {
    background-size: 30%;
    text-indent: 40px;
  }
  .page-a a {
    padding: 1% 2.5%;
  }
  .page-a a img {
    vertical-align: sub;
  }
  .ztwz-p1 {
    font-size: 14px;
  }

  .ztwz-box li a {
    font-size: 12px;

    left: 50px;
    bottom: 23%;
  }
  .ztwz-b2left,
  .ztwz-b2right {
    width: 100%;
  }
  .ztwz-b2right {
    margin-top: 2%;
  }
  .spzx-p3 {
    font-size: 16px;
  }
  .spzx-p4 {
    margin-bottom: 0;
    font-size: 12px;
  }
  .ztwz-b2right a {
    font-size: 14px;
  }
  .casemess-p3 {
    margin-bottom: 0;
    font-size: 13px;
  }
  .casemess-page a {
    font-size: 13px;
    margin-right: 10px;
  }
  .casemess-page a img {
    margin-right: 5px;
  }
  .product-box2 form {
    height: auto;
    text-align: center;
  }
  .product-box2 select {
    width: 90%;
    height: 35px;
    margin: 5% auto;
    float: none;
  }

  .product-box2 label {
    text-align: left;
    display: block;
  }
  .product-box2 label:after {
    right: 12%;
    top: 238%;
  }
  .product-box2 input[type="text"] {
    width: 90%;
    height: 35px;
  }
  .product-box2 input[type="submit"] {
    height: auto;
    right: 8%;
    top: 72%;
  }
  .product-box2 a {
    margin-top: 2%;
  }
  .product-box1 {
    width: 100%;
  }
  .product-box1 {
    width: 100%;
  }
  .product-p2 {
    font-size: 16px;
  }
  .product-box2 label {
    font-size: 14px;
  }
  input::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "Source Han Sans CN Light";
    color: rgb(132, 131, 131);
    text-indent: 20px;
  }
  .product-box2 a {
    font-size: 14px;
    margin-top: 3%;
  }
  .product-box3 li {
    display: block;
  }
  .product-b3left {
    width: 100%;
    margin-bottom: 4%;
  }
  .product-p3 {
    font-size: 14px;

    margin-top: 2%;
  }
  .product-p4 {
    font-size: 13px;
  }
  .product-page a {
    padding: 2% 3%;
  }
  .dsc-b3 {
    width: 95%;
    margin: 2% auto;
  }
  .dsc-b31 {
    margin-top: 4%;
    width: 95%;
  }
  .product-p1 {
    font-size: 14px;
  }
  .product-box2 input[type="text"] {
    width: 98%;
    margin-top: 5%;
  }
  .product-box2 input[type="submit"] {
    height: auto;
    right: 8%;
    top: 48%;
  }
  .dfx-b1left {
    width: 65%;
    margin: 0 auto;
    float: none;
  }
  .banner-a a {
    background-size: 22%;
  }
  .new-box2 li {
    height: 210px;
  }
  .ztwz-box li {
    display: block;
  }
  #swiper-wrappers .swiper-slide:nth-of-type(even) .dyf-b3lmast {
    margin-left: 0;
  }
  #swiper-wrappers .swiper-slide::after {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  .dfx-b1left {
    width: 91%;
  }
  .dfx-nth1,
  .dfx-nth3 {
    top: 18.5%;
  }
}
@media screen and (max-width: 414px) {
  .dfx-b1left {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .dfx-nth2,
  .dfx-nth5 {
    left: 35.5%;
  }
  .dfx-nth1,
  .dfx-nth3 {
    top: 17%;
  }
  .dfx-nth2,
  .dfx-nth5 {
    left: 35.5%;
  }
}
@media screen and (max-width: 320px) {
  .footer-nav ul {
    display: block;
  }
  .footer-nav li {
    margin-right: 9%;
  }
  .dfx-nth2,
  .dfx-nth5 {
    left: 33.5%;
  }
}

.ztwz-bxli .ztwz-left .ztwz-mast {
  background: #c0a353;
}
.ztwz-bxli .ztwz-right .ztwz-mast {
  background: #c0a353;
}
.ztwz-bxli1 .ztwz-mast {
  background: #c0a353;
}
.ztwz-bxli2 .ztwz-left .ztwz-mast {
  background: #c0a353;
}
.ztwz-bxli2 .ztwz-right .ztwz-mast {
  background: #c0a353;
}
.ztwz-bxli3 .ztwz-mast {
  background: #c0a353;
}
.product-p10 {
  margin: 30px 0;
}
.product-p11 {
  font-size: 36px;
  font-family: "Source Han Sans CN Bold";
  color: rgb(65, 39, 59);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.product-p11::after {
  content: "";
  display: block;
  width: 1%;
  border-bottom: 5px solid #97d700;
  margin: 30px auto;
}
.product-box5-fl > div > img:first-child {
  width: 100%;
  max-height: 310px;
}
.product-box5-fl > div {
  position: relative;
}
.product-box5-fl {
  width: 48.5%;
}

.product-box5-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-p12 {
  font-size: 24px;
  font-family: "Source Han Sans CN Medium";
  color: rgb(65, 39, 59);
  line-height: 1.2;
  margin: 5% 0;
}
.product-p13 {
  font-size: 18px;
  font-family: "Source Han Sans CN Light";
  color: rgb(51, 51, 51);
  line-height: 1.7;
}
.product-box5 {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 3%;
  padding-bottom: 6.5%;
}

@media screen and (max-width: 640px) {
  .product-box5 {
    display: block;
  }
  .product-box5-fl {
    width: 100%;
    margin-bottom: 50px;
  }
}

/* ---------- page ---------- */
.page {
  clear: both;
  text-align: center;margin-bottom: 40px;
}
.page a {
  display: inline-block;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-family: Arial;
  font-size: 15px;
  color: #666;
  line-height: 40px;
  text-align: center;
  background: #efefef;
}
.page a:hover {
  background: #efefef;
}
.page a.crt {
  background: #ed6c00;
  color: #fff;
}
.page a.disable {
  background: #efefef;
  color: #666;
}
