@font-face {
  font-family: 'COVES BOLD';
  src: url("../fonts/COVES BOLD.TTF");
}
@font-face {
  font-family: 'AvantGarde LT Medium';
  src: url("../fonts/AvantGarde LT Medium.ttf");
}
@font-face {
  font-family: 'Alibaba-PuHuiTi-Bold';
  src: url("../fonts/Alibaba-PuHuiTi-Bold.ttf");
}
@font-face {
  font-family: 'Alibaba-PuHuiTi-Medium';
  src: url("../fonts/Alibaba-PuHuiTi-Medium.ttf");
}
@font-face {
  font-family: 'Alibaba-PuHuiTi-Regular';
  src: url("../fonts/Alibaba-PuHuiTi-Regular.ttf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-scale {
  0%,85%,100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes o-scale1 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes o-svg {
  0% {
    stroke-dashoffset: 56;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes o-scale2 {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  33% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes move {
  0%, 65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  75% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  80% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  85% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  95% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.wrapper {
  width: 86vw;
  max-width: 1560px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 1025px) {
  .dom-loaded .inner-header li .subnav {
    transition: all .3s ease;
  }
}
.index-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.index-header .top-block {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index-header .logo {
  display: flex;
  align-items: flex-end;
}
.index-header .logo img {
  display: block;
  height: 46px;
}
.index-header .logo span {
  font-size: 14px;
  color: #fff;
  padding: 0 0 5px 20px;
}
.index-header .tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  font-family: 'AvantGarde LT Medium';
}
.index-header .tel:before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-5.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.index-header a.btn {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(90deg, #168543, #b4c126);
  margin-left: 20px;
}
.index-header a.btn:before {
  content: '';
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-4.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.index-header .bot-block {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 20px;
  padding-top: 20px;
}
.index-header ul {
  display: flex;
  justify-content: space-between;
}
.index-header li a {
  display: block;
  font-size: 16px;
  color: #fff;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .index-header li a:hover, .index-header li a.active {
    color: #20a342;
  }
}
.index-header li i {
  display: block;
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.2);
}

.inner-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  z-index: 9;
}
@media screen and (min-width: 1025px) {
  .inner-header.down .logo {
    height: 70px;
  }
  .inner-header.down .logo img {
    height: 40px;
  }
  .inner-header.down li a.single {
    line-height: 70px;
  }
  .inner-header.hide {
    transform: translateY(-101%);
  }
  .inner-header.show {
    transform: translateY(0);
    transition: transform .3s ease;
  }
  .inner-header .logo {
    transition: height .3s ease;
  }
  .inner-header .logo img {
    height: 58px;
    transition: height .3s ease;
  }
}
.inner-header .logo {
  background-color: #108342;
  width: 220px;
  height: 90px;
  text-align: center;
}
.inner-header .nav {
  position: relative;
}
.inner-header li {
  display: inline-block;
  vertical-align: top;
  margin-left: 4vw;
}
.inner-header li a.single {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 90px;
  color: #303550;
  transition: line-height .3s ease;
}
.inner-header li a.single:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #108342;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform .3s ease;
}
.inner-header li .subnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-5.jpg");
  padding: 3.125vw 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.inner-header li .left-box {
  width: 50%;
  padding: 0 5vw;
}
.inner-header li .left-box a {
  display: block;
  font-size: 18px;
  color: #999;
  position: relative;
  margin-top: 2vw;
  transition: color .3s ease;
}
.inner-header li .left-box a:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-6-1.png");
  transition: all .3s ease;
}
.inner-header li .left-box a:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .inner-header li .left-box a:hover {
    color: #108342;
  }
  .inner-header li .left-box a:hover:after {
    background-image: url("../images/icon-6-2.png");
  }
}
.inner-header li .right-box {
  width: 50%;
  padding-right: 3.125vw;
}
.inner-header li .right-box img {
  display: block;
  width: 100%;
  max-width: 380px;
}
.inner-header li:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .inner-header li.active a.single:after {
    transform: scale(1);
  }
  .inner-header li:hover a.single:after {
    transform: scale(1);
  }
  .inner-header li:hover .subnav {
    opacity: 1;
    visibility: visible;
  }
}
.inner-header .ope {
  padding-right: 3.125vw;
}
.inner-header .tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  font-family: 'AvantGarde LT Medium';
}
.inner-header .tel:before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-5.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.inner-header a.search {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/search.png");
}
.inner-header a.btn {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(90deg, #168543, #b4c126);
  margin-left: 3.125vw;
}
.inner-header a.btn:before {
  content: '';
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-4.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.footer {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-2.jpg");
  z-index: 2;
}
.footer .top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4vw 0;
}
.footer .top-block .logo img {
  display: block;
  height: 64px;
}
.footer .top-block .link {
  display: inline-block;
  vertical-align: top;
}
.footer .top-block .link a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin-left: 4vw;
}
.footer .top-block .link a:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .footer .top-block .link a:hover {
    color: transparent;
    background-image: linear-gradient(90deg, #17a14f, #34d04f);
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 1;
    transition: all .3s ease;
  }
}
.footer .mid-block {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3.125vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .ewm-box {
  font-size: 0;
  display: flex;
}
.footer .ewm {
  width: 152px;
  text-align: center;
  margin-left: 20px;
}
.footer .ewm .img-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px;
}
.footer .ewm img {
  display: block;
  width: 100%;
}
.footer .ewm p {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  margin-top: 10px;
}
.footer .ewm:nth-of-type(1) {
  margin-left: 0;
}
.footer .txt-box {
  font-size: 0;
  display: flex;
}
.footer .txt {
  margin-left: 2.5vw;
}
.footer .txt i {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}
.footer .txt i a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.footer .txt i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center bottom;
  z-index: 1;
}
.footer .txt h3 {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin-top: 15px;
}
.footer .txt p {
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
}
.footer .txt .tel {
  font-size: 32px;
  color: #fff;
  opacity: 0.6;
  font-family: 'AvantGarde LT Medium';
  margin-top: 10px;
  transform: scaleX(0.8);
  transform-origin: left center;
}
.footer .txt .tel a {
  color: #fff;
}
.footer .txt .tel span {
  color: #108342;
}
.footer .txt:nth-of-type(1) i:before {
  background-image: url("../images/icon-2.png");
}
.footer .txt:nth-of-type(2) i:before {
  background-image: url("../images/icon-3.png");
  animation: move 3s infinite;
}
.footer .form-box h3 {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
}
.footer form {
  margin-top: 1.5vw;
  display: flex;
  width: 450px;
  flex-wrap: wrap;
  position: relative;
}
.footer form button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 42px;
  font-size: 16px;
  color: #fff;
  border-radius: 20px 0 0 0;
  background-image: linear-gradient(90deg, #17a14f, #34d04f);
  cursor: pointer;
}
.footer .box {
  width: calc(50% - 5px);
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: border .3s ease;
}
.footer .box.active {
  border-color: #fff;
}
.footer .box input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.footer .box input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer .box input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer .box textarea {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  background-color: transparent;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  resize: none;
}
.footer .box:nth-of-type(2) {
  margin-left: 10px;
}
.footer .box:nth-of-type(3) {
  width: 100%;
  height: 160px;
  margin-top: 10px;
}
.footer .bot-block {
  padding: 3.125vw 0;
  display: flex;
  justify-content: space-between;
}
.footer .bot-block span, .footer .bot-block a {
  font-size: 14px;
  color: #fff;
  opacity: 0.2;
}

.fixed-right {
  position: fixed;
  right: 2px;
  bottom: 100px;
  z-index: 11;
}
.fixed-right .block {
  margin-top: 2px;
  width: 60px;
  height: 60px;
  position: relative;
}
.fixed-right .block a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 3px;
  background-color: #108342;
  white-space: nowrap;
  transition: width .3s ease;
}
.fixed-right .block i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  transition: width .3s ease;
}
.fixed-right .block span {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  text-align: left;
  white-space: normal;
}
.fixed-right .block:nth-of-type(1) {
  margin-top: 0;
}
.fixed-right .block.top i {
  background-image: url("../images/fixed-4.png");
}
@media screen and (min-width: 1025px) {
  .fixed-right .block:hover a {
    width: 150px;
  }
  .fixed-right .block:hover i {
    width: 20px;
  }
}

.fixed-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.fixed-form .main {
  width: 90%;
  max-width: 560px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/fixed-1.jpg");
}
.fixed-form .close {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/close.png");
  cursor: pointer;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .fixed-form .close:hover {
    transform: rotate(90deg);
  }
}
.fixed-form h3 {
  font-size: 24px;
  color: #fff;
}
.fixed-form form {
  position: relative;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 24px;
  margin-top: 15px;
}
.fixed-form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
  border: none;
}
.fixed-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.fixed-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.fixed-form button {
  width: 210px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  color: #108342;
  background-color: #fff;
  border-radius: 24px;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}
.fixed-form .tip {
  margin-top: 30px;
  position: relative;
  padding-left: 90px;
}
.fixed-form .tip:before {
  content: '';
  width: 74px;
  height: 74px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-7.png");
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -37px;
}
.fixed-form .tip p {
  font-size: 20px;
  color: #fff;
}
.fixed-form .tip .tel {
  font-size: 36px;
  color: #fff;
}
.fixed-form .tip .tel a {
  color: #fff;
}
.fixed-form .btn {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.fixed-form .btn a {
  width: calc(50% - 5px);
  line-height: 50px;
  border-radius: 24px;
  text-align: center;
  font-size: 18px;
}
.fixed-form .btn a:nth-of-type(1) {
  background-color: #fff;
  color: #108342;
}
.fixed-form .btn a:nth-of-type(2) {
  background-color: #075e2d;
  color: #fff;
}

.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-image: linear-gradient(90deg, #168543, #b4c126);
  display: none;
}
.fixed-search .close {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-2.png");
  position: absolute;
  top: 3.125vw;
  right: 3.125vw;
  cursor: pointer;
  z-index: 3;
}
.fixed-search .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.fixed-search .box {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.fixed-search h3 {
  text-align: center;
  font-size: 60px;
  color: #fff;
  margin-bottom: 4.5vw;
}
.fixed-search input {
  display: block;
  width: 100%;
  height: 100px;
  border-bottom: 4px solid #fff;
  background-color: transparent;
  padding: 0 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fixed-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1600px) {
  .inner-header li .left-box {
    padding: 0 3.125vw;
  }

  .inner-header li .left-box a {
    font-size: 16px;
  }

  .inner-header .logo {
    width: 200px;
  }

  .inner-header li {
    margin-left: 3.125vw;
  }

  .inner-header a.btn {
    margin-left: 2vw;
  }

  .footer form {
    width: 400px;
  }

  .footer .txt .tel {
    font-size: 26px;
  }

  .footer .ewm {
    width: 120px;
  }

  .footer .ewm .img-box {
    padding: 10px;
  }

  .footer .top-block .logo img {
    height: 60px;
  }

  .fixed-search h3 {
    font-size: 50px;
  }

  .fixed-search input {
    height: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .inner-header .logo {
    width: 180px;
    height: 80px;
  }

  .inner-header li {
    margin-left: 2vw;
  }

  .inner-header li a.single {
    line-height: 80px;
  }

  .inner-header a.btn {
    width: 140px;
    margin-left: 20px;
  }

  .inner-header .ope {
    padding-right: 20px;
  }

  .index-header a.btn {
    width: 140px;
  }

  .footer form {
    width: 320px;
  }

  .footer .txt .tel {
    font-size: 22px;
  }

  .fixed-search h3 {
    font-size: 40px;
  }

  .fixed-search input {
    height: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-header .tel {
    font-size: 14px;
  }

  .inner-header li a.single {
    font-size: 14px;
  }

  .inner-header li {
    margin-left: 1.5vw;
  }

  .inner-header .logo {
    width: 160px;
  }

  .inner-header a.btn {
    font-size: 14px;
    width: 120px;
  }

  .inner-header li .left-box a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .inner-header .ope {
    padding-right: 60px;
  }

  .inner-header .tel {
    display: none;
  }

  .inner-header a.search {
    margin-right: 15px;
  }

  .inner-header a.btn {
    line-height: 36px;
    width: 100px;
    margin-left: 0;
  }

  .inner-header a.btn:before {
    margin-right: 5px;
  }

  .inner-header .nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 70px 0;
    text-align: left;
    z-index: 3;
    transition: left .3s linear;
  }
  .inner-header .nav.active {
    left: 0;
  }

  .inner-header li {
    display: block;
    padding: 0 30px;
    margin: 0;
  }

  .inner-header li a.single {
    line-height: 40px;
    font-size: 16px;
  }

  .inner-header .logo {
    width: 140px;
    height: 60px;
  }
  .inner-header .logo img {
    height: 36px;
  }

  .inner-header li .subnav {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 15px;
  }

  .inner-header li .left-box {
    padding: 0 10px 0 0;
  }

  .inner-header li .left-box a {
    font-size: 14px;
    margin-top: 10px;
  }

  .inner-header li .left-box a:after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }

  .inner-header li .right-box {
    padding-right: 0;
  }

  .mNavBtn {
    display: block;
    width: 24px;
    height: 16px;
    right: 3.125vw;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #108342;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mNavBtn span.line1 {
    top: 0;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0;
  }

  .footer {
    padding: 40px 5vw;
  }

  .footer .top-block,
  .footer .ewm-box,
  .footer .form-box {
    display: none;
  }

  .footer .mid-block {
    padding: 0 0 20px;
    border-top: none;
    display: block;
  }

  .footer .txt-box {
    display: block;
  }

  .footer .txt {
    margin: 20px 0 0;
  }
  .footer .txt:nth-of-type(1) {
    margin-top: 0;
  }

  .footer .txt i {
    float: left;
  }

  .footer .txt h3 {
    margin: 10px 0 0 70px;
  }

  .footer .txt .tel,
  .footer .txt p {
    margin-left: 70px;
  }

  .footer .txt .tel {
    white-space: nowrap;
  }

  .footer .txt p {
    margin-top: 10px;
  }

  .footer .bot-block {
    padding: 20px 0 0;
    display: block;
  }

  .footer .bot-block span, .footer .bot-block p {
    display: block;
    text-align: center;
  }

  .footer .bot-block p {
    margin-top: 10px;
  }

  .fixed-right {
    display: none;
  }

  .fixed-search .close {
    top: 5%;
    right: 5%;
  }

  .fixed-search h3 {
    font-size: 30px;
  }

  .fixed-search input {
    height: 60px;
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .fixed-form .main {
    padding: 50px 20px;
  }

  .fixed-form button {
    width: 130px;
    font-size: 12px;
  }

  .fixed-form input {
    font-size: 12px;
    padding: 0 15px;
  }

  .fixed-form h3 {
    font-size: 20px;
  }

  .fixed-form .tip {
    padding-left: 70px;
  }

  .fixed-form .tip:before {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }

  .fixed-form .tip p {
    font-size: 16px;
  }

  .fixed-form .tip .tel {
    font-size: 30px;
  }

  .fixed-form .btn a {
    font-size: 14px;
    line-height: 36px;
  }
}
body {
  padding-top: 90px;
}

.index-tit h3 {
  font-size: 40px;
  font-family: 'Alibaba-PuHuiTi-Medium';
}
.index-tit p {
  font-size: 20px;
  margin-top: 10px;
}
.index-tit.color h3 {
  color: #333;
}
.index-tit.color h3 span {
  color: #108342;
}
.index-tit.color p {
  color: #999;
}
.index-tit.white h3 {
  color: #fff;
}
.index-tit.white h3 span {
  color: #fff;
}
.index-tit.white p {
  color: #fff;
}
.index-tit.center {
  text-align: center;
}

.c-tit h3 {
  display: inline-block;
  position: relative;
  font-size: 38px;
}
.c-tit h3:before {
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-tit.left h3 {
  padding: 20px 80px 0 0;
}
.c-tit.center {
  text-align: center;
}
.c-tit.center h3 {
  padding: 20px 40px 0;
}
.c-tit.color h3 {
  color: #333;
}
.c-tit.color h3:before {
  background-color: #108342;
}
.c-tit.white h3 {
  color: #fff;
}
.c-tit.white h3:before {
  background-color: #fff;
}

.comm-page {
  font-size: 0;
  text-align: center;
}
.comm-page li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.comm-page li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm-page li:first-of-type a, .comm-page li:last-of-type a {
  width: 60px;
}
.comm-page li:hover a, .comm-page li.active a {
  border-color: #108342;
  background-color: #108342;
  color: #fff;
}

.c-crumbs {
  padding: 0 3.125vw;
  background-color: #ffffff;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.c-crumbs .left-box a {
  display: inline-block;
  vertical-align: middle;
}
.c-crumbs .left-box a:before {
  content: '';
  width: 6px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-1.png");
  margin: -2px 15px 0;
}
.c-crumbs .left-box a.home {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/home.png");
}
.c-crumbs .left-box a.link {
  font-size: 15px;
  color: #303550;
  line-height: 70px;
}
.c-crumbs .left-box a:first-of-type:before {
  display: none;
}
.c-crumbs .right-box a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 2vw;
  font-size: 15px;
  line-height: 70px;
  color: #303550;
  transition: color .3s ease;
}
.c-crumbs .right-box a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #108342;
  transform: scaleX(0);
  transition: transform .3s ease;
}
.c-crumbs .right-box a:nth-of-type(1) {
  margin-left: 0;
}
.c-crumbs .right-box a:hover, .c-crumbs .right-box a.active {
  color: #108342;
}
.c-crumbs .right-box a:hover:before, .c-crumbs .right-box a.active:before {
  transform: scaleX(1);
}
.c-crumbs.sticky {
  position: sticky;
  top: 90px;
  z-index: 5;
}

.c-banner {
  position: relative;
}
.c-banner .img-box {
  overflow: hidden;
}
.c-banner img {
  display: block;
  width: 100%;
}
.c-banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 5vw;
  z-index: 2;
}
.c-banner .en {
  font-size: 68px;
  line-height: 1;
  color: #fff;
  font-family: 'COVES BOLD';
}
.c-banner .cn {
  font-size: 48px;
  color: #fff;
  margin-top: 10px;
}
.c-banner p {
  font-size: 18px;
  color: #fff;
  margin-top: 2vw;
}
.c-banner form {
  position: relative;
  margin: 20px auto;
  width: 80%;
  max-width: 600px;
  height: 60px;
  background-color: #fff;
}
.c-banner input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  background-color: transparent;
}
.c-banner button {
  width: 60px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../images/search.png");
  background-size: auto 20px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.large-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 1;
}

.index-main {
  margin-top: -90px;
  position: relative;
  z-index: 2;
}

.index-s1 {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.index-s1 .item {
  position: relative;
  height: 100vh;
}
.index-s1 .item .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-s1 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: o-scale 30s linear infinite;
}
.index-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-s1 .item .para {
  font-size: 48px;
  color: #fff;
}
.index-s1 .item .para span {
  font-family: 'Alibaba-PuHuiTi-Medium';
}
.index-s1 .pagination {
  position: absolute;
  bottom: 8vw;
  left: 0;
  right: 0;
  z-index: 2;
}
.index-s1 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 15px;
  cursor: pointer;
}
.index-s1 .pagination span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 0;
  transition: all .3s ease;
}
.index-s1 .pagination span:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  transition: all .3s ease;
}
.index-s1 .pagination span svg {
  fill: none;
  stroke: #fff;
  stroke-width: 3px;
  stroke-dasharray: 56;
  stroke-dashoffset: 56;
  transform: rotate(-90deg);
}
.index-s1 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.index-s1 .pagination span.active:before {
  opacity: 1;
}
.index-s1 .pagination span.active:after {
  opacity: 0;
}
.index-s1 .pagination span.active svg {
  animation: o-svg 5s linear forwards;
}
.index-s1 .s-swiper {
  width: 510px;
  position: absolute;
  right: 9.375vw;
  bottom: 8vw;
  z-index: 2;
  background-color: #fff;
}
.index-s1 .s-item a {
  display: flex;
  align-items: center;
}
.index-s1 .s-item .img-box {
  width: 140px;
  height: 140px;
  overflow: hidden;
}
.index-s1 .s-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s1 .s-item .txt-box {
  width: calc(100% - 140px);
  padding: 0 30px;
}
.index-s1 .s-item span {
  font-size: 14px;
  color: #999;
}
.index-s1 .s-item h3 {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  max-height: 56px;
  margin-top: 10px;
  overflow: hidden;
}
.index-s1 .s-pagination {
  position: absolute;
  left: 140px;
  right: 0;
  bottom: 0;
  font-size: 0;
  z-index: 2;
}
.index-s1 .s-pagination span {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 10px) / 3);
  height: 3px;
  background-color: #108342;
  opacity: 0.4;
  transition: all .3s ease;
  margin-left: 5px;
  cursor: pointer;
}
.index-s1 .s-pagination span:nth-of-type(1) {
  margin-left: 0;
}
.index-s1 .s-pagination span.active {
  opacity: 1;
}

.index-s2 {
  padding: 6.25vw 0;
  background-color: #fff;
}
.index-s2 .top-block {
  margin-top: 3.125vw;
}
.index-s2 .top-block .items {
  display: flex;
}
.index-s2 .top-block .item {
  width: 26%;
  height: 400px;
  position: relative;
  background-color: #108342;
  margin-left: -1px;
  transition: width .3s ease;
}
.index-s2 .top-block .item .show {
  height: 100%;
  padding: 0 2vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ddd;
  transition: all .3s ease;
}
.index-s2 .top-block .item .show h3 {
  color: #333;
  margin-top: 20px;
}
.index-s2 .top-block .item .show a {
  display: inline-block;
  margin-top: 5vw;
  font-size: 16px;
  color: #333;
}
.index-s2 .top-block .item .show a:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
.index-s2 .top-block .item .hide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 3.125vw;
  background-color: #108342;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/img-4.png");
  background-size: 100% auto;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.index-s2 .top-block .item .hide h3 {
  color: #fff;
}
.index-s2 .top-block .item .hide a {
  width: 160px;
  display: block;
  margin-top: 3.125vw;
  position: relative;
  transition: all .3s ease;
}
.index-s2 .top-block .item .hide a:before {
  content: '';
  width: 186px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/img-6.png");
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.index-s2 .top-block .item .hide a span {
  display: block;
  border: 1px solid #108342;
  background-color: #fff;
  border-radius: 26px;
  font-size: 16px;
  color: #108342;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.index-s2 .top-block .item .hide a span:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 15px;
}
@media screen and (min-width: 1025px) {
  .index-s2 .top-block .item .hide a:hover {
    transform: translateY(-5px);
  }
  .index-s2 .top-block .item .hide a:hover:before {
    opacity: 1;
  }
}
.index-s2 .top-block .item i {
  display: block;
  width: 66px;
  height: 66px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-s2 .top-block .item h3 {
  font-size: 28px;
}
.index-s2 .top-block .item .para {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  opacity: 0.9;
  margin-top: 20px;
  height: 120px;
  overflow: hidden;
}
.index-s2 .top-block .item:nth-of-type(1) .show {
  background-image: url("../images/index/img-3-1.jpg");
}
.index-s2 .top-block .item:nth-of-type(1) i {
  background-image: url("../images/index/icon-1-1.png");
}
.index-s2 .top-block .item:nth-of-type(2) .show {
  background-image: url("../images/index/img-3-2.jpg");
}
.index-s2 .top-block .item:nth-of-type(2) i {
  background-image: url("../images/index/icon-1-2.png");
}
.index-s2 .top-block .item:nth-of-type(3) .show {
  background-image: url("../images/index/img-3-3.jpg");
}
.index-s2 .top-block .item:nth-of-type(3) i {
  background-image: url("../images/index/icon-1-3.png");
}
@media screen and (min-width: 769px) {
  .index-s2 .top-block .item.active {
    width: 48%;
  }
  .index-s2 .top-block .item.active .show {
    opacity: 0;
  }
  .index-s2 .top-block .item.active .hide {
    opacity: 1;
    visibility: visible;
    transition-delay: .3s;
  }
}
.index-s2 .bot-block {
  margin-top: 5vw;
}
.index-s2 .bot-block .items {
  display: flex;
  justify-content: space-between;
}
.index-s2 .bot-block .item {
  max-width: 260px;
  position: relative;
}
.index-s2 .bot-block .item:before {
  content: '';
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/img-2.png");
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.index-s2 .bot-block .item .num {
  position: relative;
  z-index: 2;
}
.index-s2 .bot-block .item span, .index-s2 .bot-block .item em, .index-s2 .bot-block .item i {
  display: inline-block;
  vertical-align: top;
}
.index-s2 .bot-block .item em, .index-s2 .bot-block .item i {
  font-style: normal;
  color: #108342;
}
.index-s2 .bot-block .item span {
  font-size: 84px;
  line-height: 1;
  color: #333;
  font-family: 'AvantGarde LT Medium';
  transition: all .3s ease;
}
.index-s2 .bot-block .item em {
  font-size: 50px;
  line-height: 1;
  transform: translateY(-10px);
  font-family: 'Alibaba-PuHuiTi-Bold';
}
.index-s2 .bot-block .item i {
  font-size: 30px;
  font-family: 'Alibaba-PuHuiTi-Bold';
}
.index-s2 .bot-block .item i.l {
  font-size: 40px;
}
.index-s2 .bot-block .item p {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .index-s2 .bot-block .item:hover:before {
    opacity: 1;
  }
  .index-s2 .bot-block .item:hover span {
    color: #108342;
    text-shadow: 0 10px 20px rgba(29, 117, 75, 0.3);
  }
}

.index-s3 {
  background-color: #fff;
  height: 46.875vw;
  position: relative;
  overflow: hidden;
}
.index-s3 .item {
  width: 50%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s ease;
  cursor: pointer;
}
.index-s3 .item:nth-of-type(1) {
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/index/img-5.jpg");
}
.index-s3 .item:nth-of-type(2) {
  height: 50%;
  top: 0;
  right: 0;
  background-image: url("../images/index/img-6.jpg");
}
.index-s3 .item:nth-of-type(3) {
  height: 50%;
  bottom: 0;
  right: 0;
  background-image: url("../images/index/img-7.jpg");
}
.index-s3 .item .show {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 3.125vw;
  transition: all .3s ease;
}
.index-s3 .item .show .box {
  display: flex;
  align-items: center;
}
.index-s3 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 9.375vw;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.index-s3 .item .hide i {
  display: block;
}
.index-s3 .item .hide h3 {
  margin-top: 2vw;
  font-size: 36px;
}
.index-s3 .item i {
  width: 120px;
  height: 120px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-s3 .item .txt {
  width: calc(100% - 120px);
  padding-left: 30px;
}
.index-s3 .item h3 {
  font-size: 28px;
  line-height: 40px;
  color: #fff;
}
.index-s3 .item h4 {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
}
.index-s3 .item .para {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  height: 54px;
  overflow: hidden;
  margin-top: 2vw;
}
.index-s3 .item a {
  width: 160px;
  display: block;
  margin-top: 3.125vw;
  position: relative;
  transition: all .3s ease;
}
.index-s3 .item a:before {
  content: '';
  width: 186px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/img-6-1.png");
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.index-s3 .item a span {
  display: block;
  border: 1px solid #108342;
  background-color: #108342;
  border-radius: 26px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.index-s3 .item a span:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-1-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 15px;
}
@media screen and (min-width: 1025px) {
  .index-s3 .item a:hover {
    transform: translateY(-5px);
  }
  .index-s3 .item a:hover:before {
    opacity: 1;
  }
}
.index-s3 .item:nth-of-type(1) i {
  background-image: url("../images/index/icon-3-1.png");
}
.index-s3 .item:nth-of-type(2) i {
  background-image: url("../images/index/icon-3-2.png");
}
.index-s3 .item:nth-of-type(3) i {
  background-image: url("../images/index/icon-3-3.png");
}
.index-s3 .item.active .show {
  opacity: 0;
  visibility: hidden;
}
.index-s3 .item.active .hide {
  opacity: 1;
  visibility: visible;
  transition-delay: .3s;
}
.index-s3[data-type='0'] .item:nth-of-type(1) {
  width: 66.66%;
}
.index-s3[data-type='0'] .item:nth-of-type(2), .index-s3[data-type='0'] .item:nth-of-type(3) {
  width: 33.33%;
}
.index-s3[data-type='1'] .item:nth-of-type(1) {
  width: 33.33%;
}
.index-s3[data-type='1'] .item:nth-of-type(2), .index-s3[data-type='1'] .item:nth-of-type(3) {
  width: 66.67%;
}
.index-s3[data-type='1'] .item:nth-of-type(2) {
  height: 66.67%;
}
.index-s3[data-type='1'] .item:nth-of-type(3) {
  height: 33.33%;
}
.index-s3[data-type='2'] .item:nth-of-type(1) {
  width: 33.33%;
}
.index-s3[data-type='2'] .item:nth-of-type(2), .index-s3[data-type='2'] .item:nth-of-type(3) {
  width: 66.67%;
}
.index-s3[data-type='2'] .item:nth-of-type(2) {
  height: 33.33%;
}
.index-s3[data-type='2'] .item:nth-of-type(3) {
  height: 66.67%;
}

.index-s4 {
  padding: 6.25vw 0;
  background-color: #f5f5f5;
}
.index-s4 .items {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  margin-top: 3.125vw;
  padding: 20px 0;
}
.index-s4 .item {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  text-align: center;
  margin-right: 10px;
}
.index-s4 .item .box {
  width: 100%;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  opacity: 0.4;
  transition: all .3s ease;
}
.index-s4 .item .box.full {
  height: 190px;
}
.index-s4 .item .box:nth-of-type(2) {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .index-s4 .item .box:hover {
    opacity: 1;
  }
}
.index-s4 .item img {
  width: auto;
  max-width: 70% !important;
  max-height: 50%;
}
.index-s4 a {
  width: 160px;
  display: block;
  margin: 3.125vw auto 0;
  position: relative;
  transition: all .3s ease;
}
.index-s4 a:before {
  content: '';
  width: 186px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/img-6-1.png");
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.index-s4 a span {
  display: block;
  border: 1px solid #108342;
  background-color: #108342;
  border-radius: 26px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.index-s4 a span:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-1-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 15px;
}
@media screen and (min-width: 1025px) {
  .index-s4 a:hover {
    transform: translateY(-5px);
  }
  .index-s4 a:hover:before {
    opacity: 1;
  }
}

.index-s5 {
  padding: 6.25vw 0;
}
.index-s5 .items {
  position: relative;
  margin-top: 4.5vw;
}
.index-s5 .items:before {
  content: '';
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  border-top: 1px dashed #e5e5e5;
}
.index-s5 .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index-s5 .item {
  text-align: center;
  padding-bottom: 82px;
}
.index-s5 .item .icon {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  background-color: #f7f7f7;
  transition: all .3s ease;
}
.index-s5 .item .icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.index-s5 .item .txt {
  display: inline-block;
  position: relative;
  margin-top: 2vw;
}
.index-s5 .item h3 {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-family: 'Alibaba-PuHuiTi-Medium';
}
.index-s5 .item span {
  transition: color .3s ease;
}
.index-s5 .item .para {
  text-align: left;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
}
.index-s5 .item p {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  padding-left: 20px;
  position: relative;
}
.index-s5 .item p:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #108342;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.index-s5 .item:nth-of-type(1) .icon:before {
  background-image: url("../images/index/icon-4-1.png");
}
@media screen and (min-width: 1025px) {
  .index-s5 .item:nth-of-type(1):hover .icon:before {
    background-image: url("../images/index/icon-4-1-on.png");
  }
}
.index-s5 .item:nth-of-type(2) .icon:before {
  background-image: url("../images/index/icon-4-2.png");
}
@media screen and (min-width: 1025px) {
  .index-s5 .item:nth-of-type(2):hover .icon:before {
    background-image: url("../images/index/icon-4-2-on.png");
  }
}
.index-s5 .item:nth-of-type(3) .icon:before {
  background-image: url("../images/index/icon-4-3.png");
}
@media screen and (min-width: 1025px) {
  .index-s5 .item:nth-of-type(3):hover .icon:before {
    background-image: url("../images/index/icon-4-3-on.png");
  }
}
.index-s5 .item:nth-of-type(4) .icon:before {
  background-image: url("../images/index/icon-4-4.png");
}
@media screen and (min-width: 1025px) {
  .index-s5 .item:nth-of-type(4):hover .icon:before {
    background-image: url("../images/index/icon-4-4-on.png");
  }
}
@media screen and (min-width: 1025px) {
  .index-s5 .item:hover .icon {
    background-color: #108342;
  }
  .index-s5 .item:hover .icon:before {
    transform: rotateY(360deg);
    transition: all .6s ease;
  }
  .index-s5 .item:hover span {
    color: #108342;
  }
}

.index-s6 {
  background-color: #108342;
  position: relative;
  overflow: hidden;
  padding: 6.25vw 0;
  overflow: hidden;
}
.index-s6 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.index-s6 .bg-box img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: o-scale2 12s linear infinite 0s;
}
.index-s6 .bg-box img:nth-of-type(2) {
  animation-delay: 3s;
}
.index-s6 .bg-box img:nth-of-type(3) {
  animation-delay: 6s;
}
.index-s6 .bg-box img:nth-of-type(4) {
  animation-delay: 9s;
}
.index-s6 .items {
  margin-top: 5vw;
}
.index-s6 .item {
  height: auto;
  position: relative;
  background-color: #fff;
}
.index-s6 .item .logo-box {
  position: absolute;
  left: 0;
  right: 0;
  height: 150px;
  padding: 0 24px;
  background-color: #f6f6f6;
}
.index-s6 .item .logo-box .box {
  display: flex;
  align-items: center;
}
.index-s6 .item .img-box {
  width: 90px;
  height: 90px;
  border: 1px dashed #c6d0e4;
  border-radius: 50%;
  padding: 9px;
}
.index-s6 .item .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
}
.index-s6 .item .img img {
  width: auto;
  max-width: 80%;
  max-height: 80%;
}
.index-s6 .item .txt-box {
  width: calc(100% - 90px);
  padding-left: 12px;
}
.index-s6 .item h3 {
  font-size: 18px;
  font-family: 'Alibaba-PuHuiTi-Medium';
}
.index-s6 .item p {
  font-size: 16px;
  color: #999;
  margin-top: 5px;
}
.index-s6 .item .para-box {
  padding: 2vw;
}
.index-s6 .item .para-box:before {
  content: '';
  width: 40px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-5.png");
  display: block;
}
.index-s6 .item .para {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.index-s6 .item:nth-of-type(odd) {
  padding-top: 150px;
}
.index-s6 .item:nth-of-type(odd) .logo-box {
  top: 0;
}
.index-s6 .item:nth-of-type(even) {
  padding-bottom: 150px;
}
.index-s6 .item:nth-of-type(even) .logo-box {
  bottom: 0;
}
.index-s6 .pagination {
  text-align: center;
  font-size: 0;
  margin-top: 3.125vw;
}
.index-s6 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 6px;
  margin: 0 5px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
.index-s6 .pagination span.active {
  background-color: #fff;
}

.index-s9 {
  padding: 6.25vw 0;
  background-color: #f3f3f3;
}
.index-s9 .items {
  margin-top: 3.125vw;
}
.index-s9 .item a {
  display: flex;
  align-items: center;
}
.index-s9 .item .img-box {
  width: 35%;
  overflow: hidden;
}
.index-s9 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.index-s9 .item .txt-box {
  width: 65%;
  padding-left: 1.5vw;
}
.index-s9 .item h3 {
  font-size: 24px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s9 .item p {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
}
.index-s9 .item .ope {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #dadada;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-s9 .item span.date {
  font-size: 16px;
  color: #999999;
}
.index-s9 .item span.more {
  font-size: 16px;
  color: #108342;
}
@media screen and (min-width: 1025px) {
  .index-s9 .item:hover img {
    transform: scale(1.1);
  }
}
.index-s9 .pagination {
  text-align: center;
  font-size: 0;
  margin-top: 3.125vw;
}
.index-s9 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 6px;
  margin: 0 5px;
  cursor: pointer;
  background-color: #108342;
  opacity: 0.1;
}
.index-s9 .pagination span.active {
  opacity: 1;
}
.index-s9 a.more {
  width: 160px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s ease;
}
.index-s9 a.more:before {
  content: '';
  width: 186px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/img-6-1.png");
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.index-s9 a.more span {
  display: block;
  border: 1px solid #108342;
  background-color: #108342;
  border-radius: 26px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.index-s9 a.more span:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-1-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 15px;
}
@media screen and (min-width: 1025px) {
  .index-s9 a.more:hover {
    transform: translateY(-5px);
  }
  .index-s9 a.more:hover:before {
    opacity: 1;
  }
}

.contact-s1 {
  padding: 6.25vw 0;
}
.contact-s1 .para {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  margin-top: 2vw;
}
.contact-s1 .items {
  margin-top: 4.5vw;
  display: flex;
  justify-content: space-between;
}
.contact-s1 .item {
  position: relative;
}
.contact-s1 .item:after {
  content: '';
  width: 1px;
  height: 80px;
  background-color: #dddddd;
  position: absolute;
  top: 50px;
  right: -6.25vw;
}
.contact-s1 .item h3 {
  font-size: 26px;
  color: #333333;
}
.contact-s1 .item i {
  display: block;
  width: 66px;
  height: 66px;
  margin-top: 2vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-s1 .item p {
  font-size: 30px;
  font-family: 'AvantGarde LT Medium';
  margin-top: 20px;
  color: #108342;
}
.contact-s1 .item p.s {
  font-size: 22px;
}
.contact-s1 .item:last-of-type:after {
  display: none;
}
.contact-s1 .item:nth-of-type(1) i {
  background-image: url("../images/contact/icon-1-1.png");
}
.contact-s1 .item:nth-of-type(2) i {
  background-image: url("../images/contact/icon-1-2.png");
}
.contact-s1 .item:nth-of-type(3) i {
  background-image: url("../images/contact/icon-1-3.png");
}
.contact-s1 .item:nth-of-type(4) i {
  background-image: url("../images/contact/icon-1-4.png");
}

.contact-s2 {
  padding: 6.25vw 0;
  background-color: #f3f3f3;
}
.contact-s2 form {
  margin: 3.125vw auto 0;
  max-width: 1140px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.contact-s2 .box {
  width: calc((100% - 60px) / 3);
}
@media screen and (min-width: 769px) {
  .contact-s2 .box:nth-of-type(2), .contact-s2 .box:nth-of-type(3) {
    margin-left: 30px;
  }
  .contact-s2 .box:nth-of-type(4) {
    margin-top: 2.5vw;
    width: 100%;
  }
}
.contact-s2 .box:nth-of-type(4) .cont {
  height: 340px;
}
.contact-s2 .box:nth-of-type(1) span {
  background-image: url("../images/contact/icon-2-1.png");
}
.contact-s2 .box:nth-of-type(2) span {
  background-image: url("../images/contact/icon-2-2.png");
}
.contact-s2 .box:nth-of-type(3) span {
  background-image: url("../images/contact/icon-2-3.png");
}
.contact-s2 .box:nth-of-type(4) span {
  background-image: url("../images/contact/icon-2-4.png");
}
.contact-s2 .label {
  font-size: 18px;
  color: #333;
}
.contact-s2 .cont {
  position: relative;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #dddddd;
  height: 70px;
  padding-left: 60px;
  transition: border .3s ease;
}
.contact-s2 .cont.active {
  border-color: #108342;
}
.contact-s2 input, .contact-s2 textarea {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #bbb;
}
.contact-s2 textarea {
  resize: none;
  padding: 22px;
  padding-left: 0 !important;
}
.contact-s2 button {
  width: 180px;
  height: 60px;
  background-color: #108342;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.contact-s2 button:after {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 20px;
}
.contact-s2 span {
  width: 60px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 25px;
}
.contact-s2 p {
  font-size: 14px;
  color: #bbb;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.contact-s3 {
  padding: 20px 0;
  background-image: linear-gradient(90deg, #168543, #b4c126);
}
.contact-s3 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-s3 h3 {
  font-size: 28px;
  color: #fff;
}
.contact-s3 a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
}
.contact-s3 a:before {
  content: '';
  width: 66px;
  height: 66px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.contact-s3 a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 1px;
  opacity: 0.3;
  margin: 0 3.125vw;
}
.contact-s3 a:nth-of-type(1):before {
  background-image: url("../images/contact/icon-4-1.png");
}
.contact-s3 a:nth-of-type(2):before {
  background-image: url("../images/contact/icon-4-2.png");
}
.contact-s3 a:nth-of-type(3):before {
  background-image: url("../images/contact/icon-4-3.png");
}
.contact-s3 a:last-of-type:after {
  display: none;
}

.join-s1 {
  padding: 6.25vw 0;
  background-position: center 5.5vw;
  background-repeat: no-repeat;
  background-image: url("../images/join/img-1.png");
  background-size: 100% auto;
}
.join-s1 .para {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
  text-align: center;
  margin-top: 2vw;
}
.join-s1 .img-box {
  margin: 4vw -1px 0;
}
.join-s1 .img-box img {
  display: block;
  width: 100%;
}

.join-s2 {
  background-color: #f1f1f1;
  padding: 6.25vw 0;
}
.join-s2 .items {
  position: relative;
  margin-top: 3.125vw;
}
.join-s2 .item {
  position: relative;
}
.join-s2 .item .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.join-s2 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.join-s2 .item h3 {
  position: absolute;
  font-size: 24px;
  color: #fff;
  bottom: 2vw;
  left: 2vw;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .join-s2 .item:nth-of-type(2), .join-s2 .item:nth-of-type(3), .join-s2 .item:nth-of-type(4), .join-s2 .item:nth-of-type(6), .join-s2 .item:nth-of-type(7), .join-s2 .item:nth-of-type(8) {
    position: absolute;
  }
  .join-s2 .item:nth-of-type(1), .join-s2 .item:nth-of-type(6) {
    width: 41%;
  }
  .join-s2 .item:nth-of-type(2), .join-s2 .item:nth-of-type(3), .join-s2 .item:nth-of-type(4), .join-s2 .item:nth-of-type(5), .join-s2 .item:nth-of-type(7), .join-s2 .item:nth-of-type(8) {
    width: 28.2%;
  }
  .join-s2 .item:nth-of-type(2), .join-s2 .item:nth-of-type(3), .join-s2 .item:nth-of-type(7), .join-s2 .item:nth-of-type(8) {
    height: 23.5%;
  }
  .join-s2 .item:nth-of-type(2), .join-s2 .item:nth-of-type(3) {
    left: calc(41% + 1.3%);
  }
  .join-s2 .item:nth-of-type(2), .join-s2 .item:nth-of-type(4) {
    top: 0;
  }
  .join-s2 .item:nth-of-type(4), .join-s2 .item:nth-of-type(7), .join-s2 .item:nth-of-type(8) {
    right: 0;
  }
  .join-s2 .item:nth-of-type(6), .join-s2 .item:nth-of-type(7) {
    top: 51%;
  }
  .join-s2 .item:nth-of-type(3) {
    top: 25.5%;
  }
  .join-s2 .item:nth-of-type(5) {
    margin-top: 1.3%;
  }
  .join-s2 .item:nth-of-type(6) {
    left: calc(28.2% + 1.3%);
  }
  .join-s2 .item:nth-of-type(8) {
    bottom: 0;
  }
  .join-s2 .item:hover img {
    transform: scale(1.1);
  }
}

.join-s3 {
  padding: 6.25vw 0;
  position: relative;
}
.join-s3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(6.25vw + 21.5vw);
  background-color: #333333;
}
.join-s3 .items {
  display: flex;
}
.join-s3 .item {
  width: calc((50% - 40px));
  box-shadow: 0 0 4vw rgba(0, 0, 0, 0.1);
}
.join-s3 .item .img-box {
  overflow: hidden;
}
.join-s3 .item img {
  display: block;
  width: 100%;
  height: 21.5vw;
  object-fit: cover;
  transition: transform .6s ease;
}
.join-s3 .item .txt-box {
  padding: 3.125vw;
  transition: all .3s ease;
}
.join-s3 .item h3 {
  font-size: 28px;
  color: #333;
  font-family: 'Alibaba-PuHuiTi-Medium';
  transition: color .3s ease;
}
.join-s3 .item p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 1.5vw;
  transition: color .3s ease;
}
.join-s3 .item a {
  width: 160px;
  display: block;
  margin-top: 3.125vw;
  position: relative;
}
.join-s3 .item a:before {
  content: '';
  width: 186px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/img-6.png");
  z-index: 1;
}
.join-s3 .item a span {
  display: block;
  border: 1px solid #108342;
  background-color: #fff;
  border-radius: 26px;
  font-size: 16px;
  color: #108342;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.join-s3 .item a span:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 15px;
}
.join-s3 .item:nth-of-type(2) {
  margin-left: 80px;
}
@media screen and (min-width: 1025px) {
  .join-s3 .item:hover img {
    transform: scale(1.1);
  }
  .join-s3 .item:hover .txt-box {
    background-color: #108342;
  }
  .join-s3 .item:hover h3, .join-s3 .item:hover p {
    color: #fff;
  }
}

.join-s4 {
  padding: 13vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/join/img-5.jpg");
}
.join-s4 .para {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-top: 2vw;
}

.recruit-s1 {
  padding: 2vw 0 6.25vw;
  background-color: #f5f5f5;
}
.recruit-s1 .items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.125vw;
}
.recruit-s1 .item {
  width: calc(50% - 20px);
  background-color: #fff;
  border: 1px solid #dbdbdc;
  margin-top: 40px;
}
.recruit-s1 .item h3 {
  font-size: 28px;
  color: #fff;
  font-family: 'Alibaba-PuHuiTi-Medium';
  padding: 1.5vw 3.125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/join/img-7.jpg");
}
.recruit-s1 .item .cont {
  padding: 2vw 3.125vw;
}
.recruit-s1 .item .box {
  margin-top: 3.125vw;
}
.recruit-s1 .item .box .para {
  margin-top: 20px;
}
.recruit-s1 .item .box:nth-of-type(1) {
  margin-top: 0;
}
.recruit-s1 .item h4 {
  font-size: 20px;
  color: #333;
  font-family: 'Alibaba-PuHuiTi-Medium';
}
.recruit-s1 .item .para {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.recruit-s1 .item .para span {
  color: #108342;
  display: inline-block;
}
.recruit-s1 .item .tip {
  margin-top: 3.125vw;
  padding-top: 2vw;
  border-top: 1px solid #108342;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit-s1 .item .tip .para {
  width: calc(100% - 240px);
}
.recruit-s1 .item .tip a {
  width: 160px;
  display: block;
  position: relative;
}
.recruit-s1 .item .tip a:before {
  content: '';
  width: 186px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/img-6-1.png");
  opacity: 0;
  z-index: 1;
  transition: all .3s ease;
}
.recruit-s1 .item .tip a span {
  display: block;
  border: 1px solid #108342;
  background-color: #fff;
  border-radius: 26px;
  font-size: 16px;
  color: #108342;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
.recruit-s1 .item .tip a span:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 15px;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .recruit-s1 .item .tip a:hover:before {
    opacity: 1;
  }
  .recruit-s1 .item .tip a:hover span {
    background-color: #108342;
    color: #fff;
  }
  .recruit-s1 .item .tip a:hover span:after {
    background-image: url("../images/join/icon-1-1.png");
  }
}
@media screen and (min-width: 769px) {
  .recruit-s1 .item:nth-of-type(1), .recruit-s1 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .recruit-s1 .item:nth-of-type(even) {
    margin-left: 40px;
  }
}

.news-s1 {
  padding: 6.25vw 0;
}
.news-s1 .item {
  margin-top: -2vw;
  position: relative;
}
.news-s1 .item:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .news-s1 .item:nth-of-type(odd) .img-box {
    margin-left: 60%;
  }
  .news-s1 .item:nth-of-type(odd) .txt-box {
    left: 0;
  }
  .news-s1 .item:nth-of-type(even) .txt-box {
    right: 0;
  }
}
.news-s1 .item .img-box {
  width: 40%;
  max-width: 620px;
  overflow: hidden;
}
.news-s1 .item img {
  display: block;
  width: 100%;
  height: 38vw;
  object-fit: cover;
  transition: transform .6s ease;
}
.news-s1 .item .txt-box {
  width: 50%;
  position: absolute;
  top: 0;
  height: 100%;
}
.news-s1 .item .date {
  font-size: 96px;
  line-height: 1;
  color: #333;
  font-family: 'AvantGarde LT Medium';
}
.news-s1 .item h3 {
  font-size: 40px;
  color: #333;
  margin-top: 10px;
}
.news-s1 .item p {
  font-size: 16px;
  line-height: 2;
  color: #999;
  margin-top: 2vw;
}
.news-s1 .item span {
  width: 160px;
  display: block;
  position: relative;
  margin-top: 2vw;
}
.news-s1 .item span:before {
  content: '';
  width: 186px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/img-6-1.png");
  opacity: 0;
  z-index: 1;
  transition: all .3s ease;
}
.news-s1 .item span i {
  font-style: normal;
  display: block;
  border: 1px solid #108342;
  background-color: #fff;
  border-radius: 26px;
  font-size: 16px;
  color: #108342;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
.news-s1 .item span i:after {
  content: '';
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/join/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 15px;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .news-s1 .item span:hover:before {
    opacity: 1;
  }
  .news-s1 .item span:hover i {
    background-color: #108342;
    color: #fff;
  }
  .news-s1 .item span:hover i:after {
    background-image: url("../images/join/icon-1-1.png");
  }
}
@media screen and (min-width: 1025px) {
  .news-s1 .item:hover img {
    transform: scale(1.1);
  }
}

.news-s2 {
  padding: 4vw 0 6.25vw;
}
.news-s2 .items {
  margin-bottom: 3.125vw;
}
.news-s2 .item {
  border-bottom: 1px solid #e6e6e6;
  padding: 2vw 0;
}
.news-s2 .item a {
  display: flex;
  align-items: center;
}
.news-s2 .item .img-box {
  width: 25vw;
  overflow: hidden;
}
.news-s2 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.news-s2 .item .txt-box {
  width: calc(100% - 25vw);
  padding-left: 3.125vw;
}
.news-s2 .item h3 {
  font-size: 26px;
  color: #333333;
  transition: color .3s ease;
}
.news-s2 .item p {
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  height: 54px;
  overflow: hidden;
  margin-top: 15px;
}
.news-s2 .item .ope {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-s2 .item .date {
  font-size: 18px;
  color: #808080;
  font-family: 'AvantGarde LT Medium';
}
.news-s2 .item .more {
  font-size: 18px;
  color: #108342;
  opacity: 0;
  transition: opacity .3s ease;
}
.news-s2 .item .more:after {
  content: '';
  width: 26px;
  height: 26px;
  background-color: #108342;
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
.news-s2 .item:nth-of-type(1) {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .news-s2 .item:hover img {
    transform: scale(1.1);
  }
  .news-s2 .item:hover h3 {
    color: #108342;
  }
  .news-s2 .item:hover .more {
    opacity: 1;
  }
}

.news-detail-s1 {
  padding: 3.125vw 0 6.25vw;
  background-color: #f5f5f5;
}
.news-detail-s1 .block {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #fff;
  padding: 3.125vw 6.25vw;
}
.news-detail-s1 .top-block {
  position: relative;
}
.news-detail-s1 .top-block h3 {
  font-size: 30px;
  color: #333333;
  line-height: 1.25;
  font-family: 'Alibaba-PuHuiTi-Medium';
}
.news-detail-s1 .top-block .info {
  margin-bottom: 10px;
  font-size: 0;
}
.news-detail-s1 .top-block .item {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #333;
}
.news-detail-s1 .mid-block {
  margin-top: 3.125vw;
}
.news-detail-s1 .bot-block {
  position: relative;
  margin-top: 3.125vw;
  border-top: 1px solid #108342;
  padding-top: 3.125vw;
  display: flex;
  justify-content: space-between;
}
.news-detail-s1 .bot-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(90deg, #005e7f, #61b6cd);
}
.news-detail-s1 .bot-block a {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  position: relative;
  font-size: 16px;
  color: #808080;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-detail-s1 .bot-block a span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
.news-detail-s1 .bot-block a span:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1-1.png");
  position: absolute;
  top: 50%;
  margin-top: -10px;
  transition: all .3s ease;
}
.news-detail-s1 .bot-block a:nth-of-type(1) span {
  padding-left: 40px;
}
.news-detail-s1 .bot-block a:nth-of-type(1) span:before {
  left: 0;
}
.news-detail-s1 .bot-block a:nth-of-type(2) {
  text-align: right;
}
.news-detail-s1 .bot-block a:nth-of-type(2) span {
  padding-right: 40px;
}
.news-detail-s1 .bot-block a:nth-of-type(2) span:before {
  right: 0;
  transform: rotateY(180deg);
}
@media screen and (min-width: 1025px) {
  .news-detail-s1 .bot-block a:hover {
    color: #108342;
  }
  .news-detail-s1 .bot-block a:hover span:before {
    background-image: url("../images/news/icon-1-2.png");
  }
}

.service-s1 {
  padding: 6.25vw 0;
}
.service-s1 .tip {
  text-align: center;
  margin-top: 2vw;
  font-size: 22px;
  color: #333333;
  font-family: 'AvantGarde LT Medium';
}
.service-s1 .para {
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  margin-top: 2vw;
}

.service-s2 img {
  display: block;
  width: 100%;
}

.service-s3 {
  padding: 6.25vw 0;
  background-color: #f3f3f3;
}
.service-s3 .items {
  margin-top: 3.125vw;
  display: flex;
}
.service-s3 .item {
  width: 17.5%;
  height: 32.5vw;
  max-height: 622px;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
  transition: width .3s ease;
  cursor: pointer;
}
.service-s3 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 133, 67, 0.8);
  transition: all .3s ease;
  z-index: 2;
}
.service-s3 .item .img-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40vw;
  max-width: 720px;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}
.service-s3 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-s3 .item .show, .service-s3 .item .hide {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4vw 3.125vw;
  background-image: linear-gradient(0deg, #168543, 70%, rgba(22, 133, 67, 0));
  transition: all .3s ease;
  z-index: 3;
}
.service-s3 .item .show {
  right: 0;
  text-align: center;
}
.service-s3 .item .show i {
  margin: 0 auto;
}
.service-s3 .item .hide {
  width: 40vw;
  opacity: 0;
  visibility: hidden;
}
.service-s3 .item i {
  width: 50px;
  height: 50px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-s3 .item h3 {
  font-size: 28px;
  color: #fff;
  margin-top: 15px;
}
.service-s3 .item p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-top: 20px;
}
.service-s3 .item:nth-of-type(1) i {
  background-image: url("../images/service/icon-1-1.png");
}
.service-s3 .item:nth-of-type(2) i {
  background-image: url("../images/service/icon-1-2.png");
}
.service-s3 .item:nth-of-type(3) i {
  background-image: url("../images/service/icon-1-3.png");
}
.service-s3 .item:nth-of-type(4) i {
  background-image: url("../images/service/icon-1-4.png");
}
.service-s3 .item:nth-of-type(1) {
  margin-left: 0;
}
.service-s3 .item.active {
  width: calc(47.5% - 30px);
}
.service-s3 .item.active:before, .service-s3 .item.active .show {
  opacity: 0;
}
.service-s3 .item.active .hide {
  opacity: 1;
  visibility: visible;
}

.service-s4 {
  padding: 6.25vw 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/service/img-4.jpg");
}
.service-s4 .items {
  margin-top: 3.125vw;
  display: flex;
  flex-wrap: wrap;
}
.service-s4 .item {
  width: calc((100% - 60px) / 5);
  height: 120px;
  margin: 15px 15px 0 0;
  text-align: center;
  border: 1px solid #ddd;
  background-color: rgba(255, 255, 255, 0.5);
}
.service-s4 .item img {
  width: auto;
  max-width: 70%;
  max-height: 50%;
}
@media screen and (min-width: 769px) {
  .service-s4 .item:nth-of-type(5n) {
    margin-right: 0;
  }
}
.service-s4 a.more {
  margin: 30px auto 0;
  width: 180px;
  line-height: 48px;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  transition: all .3s ease;
  display: none;
}
.service-s4 a.more:after {
  content: '';
  width: 14px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/service/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 20px;
  transition: all .3s ease;
}
.service-s4 a.more.active {
  display: block;
}
@media screen and (min-width: 1025px) {
  .service-s4 a.more:hover {
    background-color: #108342;
    color: #fff;
  }
  .service-s4 a.more:hover:after {
    background-image: url("../images/service/icon-2-1.png");
  }
}

.service-s5 {
  padding: 6.25vw 0;
  background-color: #f3f3f3;
}
.service-s5 .items {
  margin-top: 4.5vw;
  display: flex;
  flex-wrap: wrap;
}
.service-s5 .item {
  position: relative;
  width: calc((100% - 3.125vw) / 2);
  background-color: #fff;
  margin-top: 3.125vw;
  transition: all .3s ease;
}
.service-s5 .item i {
  width: 14.2vw;
  height: 14.2vw;
  max-width: 272px;
  max-height: 272px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.service-s5 .item .img-box {
  overflow: hidden;
}
.service-s5 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.service-s5 .item .txt-box {
  padding: 3.125vw 3.125vw 6.25vw;
}
.service-s5 .item h3 {
  font-size: 28px;
  color: #333;
  font-family: 'AvantGarde LT Medium';
}
.service-s5 .item .para {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-top: 1.5vw;
}
.service-s5 .item:nth-of-type(1):before {
  background-image: url("../images/service/icon-3-1.png");
}
.service-s5 .item:nth-of-type(2):before {
  background-image: url("../images/service/icon-3-2.png");
}
.service-s5 .item:nth-of-type(3):before {
  background-image: url("../images/service/icon-3-3.png");
}
.service-s5 .item:nth-of-type(4):before {
  background-image: url("../images/service/icon-3-4.png");
}
@media screen and (min-width: 769px) {
  .service-s5 .item:nth-of-type(1), .service-s5 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .service-s5 .item:nth-of-type(even) {
    margin-left: 3.124vw;
  }
}
@media screen and (min-width: 1025px) {
  .service-s5 .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 4.5vw rgba(29, 117, 75, 0.2);
  }
  .service-s5 .item:hover img {
    transform: scale(1.1);
  }
}

.service-s6 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.service-s6 .cont {
  position: relative;
  padding-left: 9.375vw;
  margin-top: 8vw;
}
.service-s6 .txt-block {
  position: absolute;
  left: 31.875vw;
  right: 0;
  top: 0;
}
.service-s6 .txt-block:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 105px;
}
.service-s6 .txt-block .items {
  padding: 0 9.375vw 0 3.125vw;
}
.service-s6 .txt-block .item {
  padding-top: 15px;
  text-align: center;
  cursor: pointer;
}
.service-s6 .txt-block .item span {
  display: block;
  font-size: 60px;
  line-height: 1;
  color: #85b8a1;
  font-family: 'AvantGarde LT Medium';
  transition: all .3s ease;
}
.service-s6 .txt-block .item i {
  display: block;
  width: 20px;
  height: 20px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  transition: all .3s ease;
}
.service-s6 .txt-block .item i:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6ea48c;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all .3s ease;
}
.service-s6 .txt-block .item h3 {
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  font-style: italic;
  transition: all .3s ease;
}
.service-s6 .txt-block .item.active span {
  color: #fff;
}
.service-s6 .txt-block .item.active i {
  box-shadow: 0 0 1.5vw rgba(0, 0, 0, 0.5);
}
.service-s6 .txt-block .item.active h3 {
  opacity: 1;
}
.service-s6 .img-block {
  width: 22.5vw;
  background-color: #fff;
  padding: 12px 12px 0;
}
.service-s6 .img-block .item .img-box {
  overflow: hidden;
}
.service-s6 .img-block .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.service-s6 .img-block .item .txt-box {
  padding: 2vw 0;
}
.service-s6 .img-block .item .txt-box {
  font-size: 22px;
  color: #333;
  font-family: 'Alibaba-PuHuiTi-Medium';
  text-align: center;
}
.service-s6 .img-block .item .txt-box span {
  color: #108342;
}
.service-s6 .btns {
  position: absolute;
  bottom: 0;
  right: 9.375vw;
  font-size: 0;
}
.service-s6 .button {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.service-s6 .button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/service/icon-4.png");
  opacity: 0.5;
}
.service-s6 .button svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 245;
  stroke-dashoffset: 245;
  transform: rotate(-90deg);
}
.service-s6 .button:hover:before {
  opacity: 1;
  border-style: dotted;
}
.service-s6 .button:hover svg {
  stroke-dashoffset: 0;
  transition: all .8s ease;
}
.service-s6 .button-prev {
  transform: rotateY(180deg);
  margin-right: 20px;
}

.service-s7 {
  padding: 6.25vw 0;
}
.service-s7 .items {
  margin-top: 3.125vw;
  display: flex;
  flex-wrap: wrap;
}
.service-s7 .item {
  width: calc((100% - 60px) / 3);
  border-radius: 10px;
  box-shadow: 0 0 3.125vw rgba(0, 0, 0, 0.1);
  padding: 3.125vw;
  margin: 30px 30px 0 0;
  transition: all .3s ease;
}
.service-s7 .item .top-box {
  display: flex;
  align-items: center;
}
.service-s7 .item .img-box {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px dashed #108342;
  position: relative;
  transition: all .3s ease;
}
.service-s7 .item .img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #108342;
  transition: all .3s ease;
}
.service-s7 .item img {
  display: block;
  width: 100%;
}
.service-s7 .item .txt-box {
  padding: 0 20px;
  width: calc(100% - 170px);
}
.service-s7 .item h3 {
  font-size: 22px;
  color: #108342;
  font-family: 'Alibaba-PuHuiTi-Medium';
  transition: color .3s ease;
}
.service-s7 .item p {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  transition: color .3s ease;
}
.service-s7 .item .date {
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: #108342;
  transition: all .3s ease;
}
.service-s7 .item .date span {
  display: block;
  font-size: 42px;
  line-height: 1;
  color: #fff;
  font-family: 'AvantGarde LT Medium';
  transition: color .3s ease;
}
.service-s7 .item .date i {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
  font-style: normal;
  transition: color .3s ease;
}
.service-s7 .item .para {
  margin-top: 1.5vw;
  padding-top: 1.5vw;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  transition: color .3s ease;
}
.service-s7 .item .para:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(-90deg, #168543, #b4c126);
}
@media screen and (min-width: 769px) {
  .service-s7 .item:nth-of-type(1), .service-s7 .item:nth-of-type(2), .service-s7 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .service-s7 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .service-s7 .item:hover {
    background-color: #108342;
  }
  .service-s7 .item:hover .img-box {
    border-color: #fff;
  }
  .service-s7 .item:hover .img {
    border-color: transparent;
  }
  .service-s7 .item:hover h3 {
    color: #fff;
  }
  .service-s7 .item:hover p {
    color: rgba(255, 255, 255, 0.5);
  }
  .service-s7 .item:hover .date {
    background-color: #fff;
  }
  .service-s7 .item:hover .date span, .service-s7 .item:hover .date i {
    color: #108342;
  }
  .service-s7 .item:hover .para {
    color: #fff;
  }
}

.service-s8 {
  padding: 6.25vw 0;
  background-color: #f3f3f3;
}
.service-s8 .items {
  margin-top: 5vw;
}
.service-s8 .item {
  margin-top: 8vw;
  position: relative;
}
.service-s8 .item .link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.service-s8 .item .link a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #ccc;
  margin-top: 20px;
  transition: color .3s ease;
}
.service-s8 .item .link a:before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
}
.service-s8 .item .link a:after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #108342;
  position: absolute;
  top: 50%;
  transform: scaleX(0);
  transition: transform .3s ease;
}
.service-s8 .item .link a i, .service-s8 .item .link a span {
  display: inline-block;
  vertical-align: top;
  transition: all .3s ease;
}
.service-s8 .item .link a i {
  width: 40px;
  font-style: normal;
  font-family: 'COVES BOLD';
  opacity: 0;
}
.service-s8 .item .link a:nth-of-type(1) {
  margin-top: 0;
}
.service-s8 .item .link a.active {
  color: #108342;
}
.service-s8 .item .link a.active:before {
  opacity: 0;
}
.service-s8 .item .link a.active:after {
  transform: scaleX(1);
}
.service-s8 .item .link a.active i {
  opacity: 1;
}
.service-s8 .item .link a.active span {
  transform: none !important;
}
.service-s8 .item .box {
  height: 32.5vw;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 5vw rgba(0, 0, 0, 0.1);
}
.service-s8 .item .img-box {
  overflow: hidden;
}
.service-s8 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.service-s8 .item .txt-box span {
  font-size: 126px;
  color: #108342;
  line-height: 1;
  font-family: 'AvantGarde LT Medium';
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.service-s8 .item .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30vw;
  max-width: 568px;
  z-index: 2;
}
.service-s8 .item .icon img {
  display: block;
  width: 100%;
}
.service-s8 .item .cell-box {
  height: 100%;
  padding: 0 5vw;
  position: relative;
  z-index: 3;
}
.service-s8 .item h3 {
  font-size: 28px;
  color: #333;
  font-family: 'Alibaba-PuHuiTi-Medium';
}
.service-s8 .item .para {
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-top: 1.5vw;
}
@media screen and (min-width: 769px) {
  .service-s8 .item .img-box {
    width: 32.5vw;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .service-s8 .item .txt-box {
    width: calc(100% - 32.5vw);
    height: 100%;
    position: absolute;
    top: 0;
  }
  .service-s8 .item:nth-of-type(odd) {
    padding: 0 9.375vw 0 15.625vw;
  }
  .service-s8 .item:nth-of-type(odd) .link {
    left: 0;
  }
  .service-s8 .item:nth-of-type(odd) .link a {
    padding-left: 80px;
  }
  .service-s8 .item:nth-of-type(odd) .link a:before {
    left: 40px;
  }
  .service-s8 .item:nth-of-type(odd) .link a:after {
    left: 0;
    transform-origin: left top;
  }
  .service-s8 .item:nth-of-type(odd) .link a span {
    transform: translateX(-40px);
  }
  .service-s8 .item:nth-of-type(odd) .img-box {
    right: 0;
  }
  .service-s8 .item:nth-of-type(odd) .txt-box {
    left: 0;
  }
  .service-s8 .item:nth-of-type(odd) .txt-box span {
    left: 5vw;
  }
  .service-s8 .item:nth-of-type(even) {
    padding: 0 15.625vw 0 9.375vw;
  }
  .service-s8 .item:nth-of-type(even) .link {
    right: 0;
  }
  .service-s8 .item:nth-of-type(even) .link a {
    text-align: right;
    padding-right: 80px;
  }
  .service-s8 .item:nth-of-type(even) .link a:before {
    right: 40px;
  }
  .service-s8 .item:nth-of-type(even) .link a:after {
    right: 0;
    transform-origin: right top;
  }
  .service-s8 .item:nth-of-type(even) .img-box {
    left: 0;
  }
  .service-s8 .item:nth-of-type(even) .txt-box {
    right: 0;
  }
  .service-s8 .item:nth-of-type(even) .txt-box span {
    right: 5vw;
  }
  .service-s8 .item:nth-of-type(1) {
    margin-top: 0;
  }
  .service-s8 .item:hover .img-box img {
    transform: scale(1.1);
  }
}

.about-s1 {
  padding: 6.25vw 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/about/img-1.png");
  background-size: 100% auto;
}
.about-s1 .top-block {
  display: flex;
  align-items: center;
}
.about-s1 .top-block .txt-box {
  width: 59%;
  padding-right: 8vw;
}
.about-s1 .top-block .txt-box h3 {
  font-size: 38px;
  color: #333;
  font-family: 'Alibaba-PuHuiTi-Medium';
}
.about-s1 .top-block .txt-box h3:after {
  content: '';
  width: 46px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-1.png");
  display: block;
  margin-top: 2.5vw;
}
.about-s1 .top-block .txt-box .scroll {
  margin-top: 2vw;
  padding-right: 4.5vw;
  height: 270px;
  overflow: auto;
}
.about-s1 .top-block .txt-box .tip {
  font-size: 22px;
  color: #333;
}
.about-s1 .top-block .txt-box .tip span {
  display: block;
  font-family: 'Alibaba-PuHuiTi-Medium';
}
.about-s1 .top-block .txt-box .tip i {
  color: #108342;
  font-style: normal;
}
.about-s1 .top-block .txt-box .para {
  font-size: 18px;
  line-height: 30px;
  color: #999;
  margin-top: 2vw;
}
.about-s1 .top-block .img-box {
  width: 41%;
  border-radius: 20px;
  overflow: hidden;
}
.about-s1 .top-block .img-box img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
@media screen and (min-width: 1025px) {
  .about-s1 .top-block .img-box:hover img {
    transform: scale(1.1);
  }
}
.about-s1 .bot-block {
  margin-top: 4.5vw;
  display: flex;
}
.about-s1 .bot-block a {
  display: block;
  position: relative;
  width: calc((100% - 48px) / 3);
  margin-left: 24px;
}
.about-s1 .bot-block a:nth-of-type(1) {
  margin-left: 0;
}
.about-s1 .bot-block a .img-box {
  border-radius: 20px;
  overflow: hidden;
}
.about-s1 .bot-block a img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.about-s1 .bot-block a .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.about-s1 .bot-block a h3 {
  font-size: 22px;
  color: #fff;
}
.about-s1 .bot-block a h4 {
  font-size: 18px;
  color: #fff;
  font-family: 'COVES BOLD';
  margin-top: 5px;
}
@media screen and (min-width: 1025px) {
  .about-s1 .bot-block a:hover img {
    transform: scale(1.1);
  }
}

.about-s2 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-4.jpg");
}
.about-s2 .flex {
  display: flex;
  align-items: center;
}
.about-s2 .left-box {
  width: 48%;
  padding-right: 6.25vw;
}
.about-s2 .left-box .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-s2 .left-box .item {
  width: 45%;
  padding-top: 5vw;
}
.about-s2 .left-box .item span, .about-s2 .left-box .item em, .about-s2 .left-box .item i {
  display: inline-block;
  vertical-align: top;
}
.about-s2 .left-box .item em, .about-s2 .left-box .item i {
  font-style: normal;
  color: #108342;
}
.about-s2 .left-box .item span {
  font-size: 84px;
  line-height: 1;
  color: #333;
  font-family: 'AvantGarde LT Medium';
  transition: all .3s ease;
}
.about-s2 .left-box .item em {
  font-size: 50px;
  line-height: 1;
  transform: translateY(-10px);
  font-family: 'Alibaba-PuHuiTi-Bold';
}
.about-s2 .left-box .item i {
  font-size: 30px;
  font-family: 'Alibaba-PuHuiTi-Bold';
}
.about-s2 .left-box .item i.l {
  font-size: 40px;
}
.about-s2 .left-box .item p {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
@media screen and (min-width: 1025px) {
  .about-s2 .left-box .item:hover:before {
    opacity: 1;
  }
  .about-s2 .left-box .item:hover span {
    color: #108342;
    text-shadow: 0 10px 20px rgba(29, 117, 75, 0.3);
  }
}
.about-s2 .right-box {
  position: relative;
  width: 52%;
  max-width: 808px;
}
.about-s2 .right-box img.bg {
  display: block;
  width: 100%;
}
.about-s2 .right-box img.pos {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.about-s2 .right-box .dot {
  position: absolute;
}
.about-s2 .right-box .dot .range {
  position: absolute;
  top: 0;
  left: 0;
}
.about-s2 .right-box .dot .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border-radius: 50%;
  border: 1px solid rgba(22, 128, 66, 0.5);
  opacity: 0;
  transform: scale(0);
  animation: o-scale1 2.1s linear infinite;
}
.about-s2 .right-box .dot .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.about-s2 .right-box .dot .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.about-s2 .right-box .dot .range:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #108342;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}
.about-s2 .right-box .dot span {
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  color: #108342;
  font-family: 'Alibaba-PuHuiTi-Medium';
  white-space: nowrap;
  text-shadow: 0px 3px 7px rgba(22, 128, 66, 0.35);
}
.about-s2 .right-box .dot.beijing {
  left: 66.08%;
  top: 39.4%;
}
.about-s2 .right-box .dot.beijing span {
  left: 20px;
  top: -10px;
}
.about-s2 .right-box .dot.hebei {
  left: 64.1%;
  top: 46.52%;
}
.about-s2 .right-box .dot.hebei span {
  left: 20px;
  top: -10px;
}
.about-s2 .right-box .dot.henan {
  left: 61.38%;
  top: 57.45%;
}
.about-s2 .right-box .dot.henan span {
  left: 20px;
  top: -10px;
}
.about-s2 .right-box .dot.anhui {
  left: 69.43%;
  top: 62.91%;
}
.about-s2 .right-box .dot.anhui span {
  right: 20px;
  top: -10px;
}
.about-s2 .right-box .dot.shanghai {
  left: 76.11%;
  top: 62.91%;
}
.about-s2 .right-box .dot.shanghai span {
  left: 20px;
  top: -10px;
}
.about-s2 .right-box .dot.neimenggu {
  left: 51.23%;
  top: 37.74%;
}
.about-s2 .right-box .dot.neimenggu span {
  left: 20px;
  top: -10px;
}
.about-s2 .right-box .dot.gansu {
  left: 46.53%;
  top: 47.51%;
}
.about-s2 .right-box .dot.gansu span {
  left: 20px;
  top: -10px;
}
.about-s2 .right-box .dot.sichuan {
  left: 42.2%;
  top: 65.06%;
}
.about-s2 .right-box .dot.sichuan span {
  left: 20px;
  top: -10px;
}
.about-s2 .right-box .tip {
  position: absolute;
  left: 48.51%;
  top: 79.3%;
}
.about-s2 .right-box .tip .range {
  position: absolute;
  top: 0;
  left: 0;
}
.about-s2 .right-box .tip .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  transform: scale(0);
  animation: o-scale1 2.1s linear infinite;
}
.about-s2 .right-box .tip .range i:nth-of-type(2) {
  animation-delay: .7s;
}
.about-s2 .right-box .tip .range i:nth-of-type(3) {
  animation-delay: 1.4s;
}
.about-s2 .right-box .tip .range:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
}
.about-s2 .right-box .tip .range:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  opacity: 0.2;
}
.about-s2 .right-box .tip span {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.49);
  position: absolute;
  left: 30px;
  top: -12px;
  white-space: nowrap;
}

.about-s3 {
  padding: 6.25vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-5.jpg");
  background-attachment: fixed;
}
.about-s3 .para {
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 2vw;
}
.about-s3 .icon {
  margin-top: 5vw;
  text-align: center;
}
.about-s3 .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 2.5vw;
}
.about-s3 .item:before {
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-s3 .item h3 {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
.about-s3 .item:nth-of-type(1):before {
  background-image: url("../images/about/icon-2-1.png");
}
.about-s3 .item:nth-of-type(2):before {
  background-image: url("../images/about/icon-2-2.png");
}
.about-s3 .item:nth-of-type(3):before {
  background-image: url("../images/about/icon-2-3.png");
}
.about-s3 .item:nth-of-type(4):before {
  background-image: url("../images/about/icon-2-4.png");
}

.about-s4 {
  padding: 6.25vw 0;
  overflow: hidden;
}
.about-s4 .para {
  font-size: 18px;
  line-height: 32px;
  color: #999;
  margin-top: 2vw;
}
.about-s4 .tab-tit {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.about-s4 .tab-tit span {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  line-height: 48px;
  font-size: 16px;
  color: #666;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all .3s ease;
}
.about-s4 .tab-tit span:before {
  content: '';
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.about-s4 .tab-tit span:nth-of-type(1):before {
  background-image: url("../images/about/icon-4-1.png");
}
.about-s4 .tab-tit span:nth-of-type(1):hover:before, .about-s4 .tab-tit span:nth-of-type(1).active:before {
  background-image: url("../images/about/icon-4-1-on.png");
}
.about-s4 .tab-tit span:nth-of-type(2):before {
  background-image: url("../images/about/icon-4-2.png");
}
.about-s4 .tab-tit span:nth-of-type(2):hover:before, .about-s4 .tab-tit span:nth-of-type(2).active:before {
  background-image: url("../images/about/icon-4-2-on.png");
}
.about-s4 .tab-tit span:hover, .about-s4 .tab-tit span.active {
  background-color: #108342;
  color: #fff;
  border-color: #108342;
}
.about-s4 .tab-cont {
  margin: 4vw -12.5vw 0 0;
}
.about-s4 .tab-cont .child {
  position: relative;
  height: 0;
  overflow: hidden;
}
.about-s4 .tab-cont .child.active {
  height: auto;
}
.about-s4 .items {
  padding-right: 16.5vw;
}
.about-s4 .items:after {
  content: '';
  width: 16.5vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.about-s4 .item {
  height: auto;
  background-color: #f5f5f5;
  padding: 3.125vw;
}
.about-s4 .item .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.about-s4 .item span {
  font-size: 60px;
  color: #108342;
  font-family: 'AvantGarde LT Medium';
  display: block;
}
.about-s4 .item p {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin-top: 6.25vw;
}
.about-s4 .item .img-box {
  max-width: 40%;
  margin-left: 3.125vw;
}
.about-s4 .item .img-box img {
  display: block;
  width: 100%;
}
.about-s4 .swiper-scrollbar {
  position: relative;
  margin-top: 3.125vw;
  background-color: #f5f5f5;
  left: 0;
  width: 100%;
}
.about-s4 .swiper-scrollbar-drag {
  background-color: #108342;
  cursor: pointer;
}
.about-s4 .btns {
  position: absolute;
  top: calc(50% - 1.7vw);
  transform: translateY(-50%);
  right: 9vw;
  font-size: 0;
  z-index: 3;
}
.about-s4 .button {
  width: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
}
.about-s4 .button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #dddddd;
  border-radius: 50%;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/service/icon-4-1.png");
}
.about-s4 .button svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #108342;
  stroke-width: 2px;
  stroke-dasharray: 245;
  stroke-dashoffset: 245;
  transform: rotate(-90deg);
}
.about-s4 .button:hover:before {
  border-color: #108342;
  border-style: dotted;
}
.about-s4 .button:hover svg {
  stroke-dashoffset: 0;
  transition: all .8s ease;
}
.about-s4 .button-prev {
  transform: rotateY(180deg);
  margin-bottom: 10px;
}

.about-s5 {
  padding: 12.5vw 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-6.jpg");
  background-attachment: fixed;
}
.about-s5 .txt-block {
  width: 45%;
}
.about-s5 .para {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  opacity: 0.6;
  margin-top: 2vw;
}

.about-s6 .top-block {
  padding: 6.25vw 0 3.125vw;
}
.about-s6 .top-block .para {
  font-size: 18px;
  color: #999;
  text-align: center;
  margin-top: 20px;
}
.about-s6 .bot-block {
  display: flex;
}
.about-s6 .left-block {
  width: 44.8%;
}
.about-s6 .top-box {
  position: relative;
}
.about-s6 .top-box .img-box {
  overflow: hidden;
}
.about-s6 .top-box img {
  display: block;
  width: 100%;
}
.about-s6 .top-box .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 6.25vw 0 9.375vw;
}
.about-s6 .top-box .para {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.about-s6 .bot-box {
  display: flex;
}
.about-s6 .left-box {
  width: 50%;
}
.about-s6 .left-box .img-box {
  overflow: hidden;
}
.about-s6 .left-box img {
  display: block;
  width: 100%;
}
.about-s6 .right-box {
  width: 50%;
  position: relative;
  background-color: #f8f8f8;
}
.about-s6 .right-box .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 3.125vw;
}
.about-s6 .right-box .para {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.about-s6 .right-block {
  width: 55.2%;
  position: relative;
}
.about-s6 .right-block .img-box {
  overflow: hidden;
}
.about-s6 .right-block img {
  display: block;
  width: 100%;
}
.about-s6 .right-block .tip {
  position: absolute;
  bottom: 8vw;
  left: 0;
  right: 0;
  padding: 0 3.125vw;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: 'Alibaba-PuHuiTi-Medium';
}
.about-s6 .right-block .tip span {
  color: #108342;
}

.about-s7 {
  padding: 6.25vw 0;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about/img-8.png");
  background-size: 100% auto;
}
.about-s7 h3 {
  font-size: 40px;
  color: #333;
  font-family: 'Alibaba-PuHuiTi-Medium';
  text-align: center;
}
.about-s7 .img-box {
  margin-top: 2vw;
}
.about-s7 .img-box img {
  display: block;
  width: 33%;
  max-width: 508px;
  margin: 0 auto;
}
.about-s7 .tip {
  font-size: 26px;
  color: #333;
  font-family: 'Alibaba-PuHuiTi-Medium';
  margin-top: 20px;
  text-align: center;
}
.about-s7 .para {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  text-align: center;
  margin-top: 1.5vw;
}
.about-s7 .para span {
  color: #108342;
}

.about-s8 {
  padding: 6.25vw 0;
  background-color: #f7f7f7;
}
.about-s8 .items {
  display: flex;
}
.about-s8 .item {
  flex: 1;
  margin-left: 3.125vw;
  padding-left: 3.125vw;
  border-left: 1px solid #eaeaea;
}
.about-s8 .item .top-box {
  display: flex;
  align-items: center;
}
.about-s8 .item i {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-s8 .item .txt {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.about-s8 .item h3 {
  font-size: 28px;
  color: #333;
}
.about-s8 .item h4 {
  font-size: 14px;
  color: #108342;
  margin-top: 5px;
}
.about-s8 .item .para {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  margin-top: 2vw;
}
.about-s8 .item:nth-of-type(1) i {
  background-image: url("../images/about/icon-3-1.png");
}
.about-s8 .item:nth-of-type(2) i {
  background-image: url("../images/about/icon-3-2.png");
}
.about-s8 .item:nth-of-type(3) i {
  background-image: url("../images/about/icon-3-3.png");
}
.about-s8 .item:nth-of-type(1) {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
@media screen and (min-width: 1025px) {
  .about-s8 .item:hover i {
    transform: rotateY(360deg);
    transition: transform .6s ease;
  }
}

.search-s2 {
  position: relative;
  background-color: #fff;
  padding: 4.5vw 0 6vw;
}
.search-s2 .cont {
  max-width: 1200px;
  margin: 0 auto;
}
.search-s2 .tip {
  font-size: 18px;
  color: #333;
}
.search-s2 .tip b {
  color: #108342;
}
.search-s2 .nocont {
  margin-top: 20px;
}
.search-s2 .items {
  margin-bottom: 2vw;
}
.search-s2 .item {
  border-bottom: 8px solid #f5f5f5;
  transition: all .3s ease;
}
.search-s2 .item a {
  display: block;
  padding: 3.125vw 0;
}
.search-s2 .item .date {
  font-size: 14px;
  color: #108342;
  font-style: italic;
}
.search-s2 .item h3 {
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}
.search-s2 .item span {
  display: inline-block;
  font-size: 16px;
  color: #108342;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .search-s2 .item:hover {
    border-color: #108342;
  }
}

@media screen and (max-width: 1600px) {
  .about-s2 .left-box .item span,
  .index-s2 .bot-block .item span {
    font-size: 70px;
  }

  .about-s4 .item span,
  .service-s6 .txt-block .item span {
    font-size: 50px;
  }

  .c-banner .en {
    font-size: 56px;
  }

  .c-banner .cn,
  .about-s2 .left-box .item em,
  .index-s2 .bot-block .item em,
  .index-s1 .item .para {
    font-size: 40px;
  }

  .about-s1 .top-block .txt-box h3,
  .c-tit h3,
  .about-s2 .left-box .item i.l,
  .index-s2 .bot-block .item i.l,
  .about-s7 h3,
  .index-tit h3,
  .index-s3 .item .hide h3,
  .news-s1 .item h3,
  .service-s7 .item .date span {
    font-size: 30px;
  }

  .about-s2 .left-box .item i,
  .index-s2 .bot-block .item i,
  .about-s6 .right-block .tip,
  .about-s7 .tip,
  .about-s8 .item h3,
  .contact-s3 h3,
  .contact-s1 .item h3,
  .contact-s1 .item p,
  .index-s2 .top-block .item h3,
  .index-s3 .item h3,
  .join-s3 .item h3,
  .recruit-s1 .item h3,
  .service-s8 .item h3,
  .service-s5 .item h3,
  .service-s3 .item h3 {
    font-size: 24px;
  }

  .about-s1 .top-block .txt-box .tip,
  .about-s1 .bot-block a h3,
  .join-s2 .item h3,
  .service-s1 .tip,
  .service-s6 .img-block .item .txt-box {
    font-size: 20px;
  }

  .about-s2 .right-box .tip span,
  .about-s4 .item p,
  .contact-s1 .item p.s,
  .index-s1 .s-item h3,
  .index-tit p,
  .recruit-s1 .item h4,
  .service-s7 .item h3 {
    font-size: 18px;
  }

  .about-s1 .top-block .txt-box .para,
  .about-s1 .bot-block a h4,
  .about-s3 .para,
  .about-s3 .item h3,
  .about-s4 .para,
  .about-s6 .top-block .para,
  .about-s6 .right-box .para,
  .about-s7 .para,
  .contact-s1 .para,
  .contact-s2 input, .contact-s2 textarea,
  .contact-s2 button,
  .c-banner p,
  .join-s1 .para,
  .join-s4 .para,
  .service-s1 .para {
    font-size: 16px;
  }

  .about-s2 .left-box .item p,
  .about-s6 .top-box .para,
  .about-s8 .item .para,
  .contact-s3 a,
  .index-s2 .top-block .item .para,
  .index-s2 .top-block .item .hide a span,
  .index-s2 .bot-block .item p,
  .index-s3 .item h4,
  .index-s3 .item .para,
  .index-s3 .item a span,
  .index-s4 a span,
  .index-s9 a.more span,
  .index-s6 .item p,
  .index-s6 .item .para,
  .join-s3 .item p,
  .join-s3 .item a span,
  .news-s1 .item p,
  .news-s1 .item span i,
  .recruit-s1 .item .para,
  .recruit-s1 .item .tip a span,
  .service-s8 .item .link a,
  .service-s8 .item .para,
  .service-s6 .txt-block .item h3,
  .service-s4 a.more,
  .service-s5 .item .para,
  .service-s7 .item p,
  .service-s7 .item .para,
  .service-s3 .item p {
    font-size: 15px;
  }

  .about-s1 .top-block .txt-box .para,
  .about-s3 .para,
  .about-s4 .para,
  .about-s6 .right-box .para,
  .about-s7 .para,
  .contact-s1 .para,
  .join-s1 .para,
  .join-s4 .para,
  .news-s1 .item p,
  .service-s1 .para {
    line-height: 1.6;
  }

  .index-s2 .top-block .item .hide a,
  .index-s3 .item a,
  .index-s4 a,
  .index-s9 a.more,
  .join-s3 .item a,
  .news-s1 .item span,
  .recruit-s1 .item .tip a {
    width: 140px;
  }

  .index-s2 .top-block .item .hide a span,
  .index-s3 .item a span,
  .index-s4 a span,
  .index-s9 a.more span,
  .join-s3 .item a span,
  .news-s1 .item span i,
  .recruit-s1 .item .tip a span {
    line-height: 44px;
  }

  .index-s2 .top-block .item .hide a:before,
  .index-s3 .item a:before,
  .index-s4 a:before,
  .index-s9 a.more:before,
  .join-s3 .item a:before,
  .news-s1 .item span:before,
  .recruit-s1 .item .tip a:before {
    width: 170px;
    height: 69px;
  }

  .contact-s3 a:before,
  .contact-s1 .item i,
  .index-s2 .top-block .item i {
    width: 54px;
    height: 54px;
  }

  .index-s9 .item p,
  .index-s9 .item span.date,
  .index-s9 .item span.more {
    font-size: 15px;
  }

  .c-crumbs .left-box a.link,
  .c-crumbs .right-box a {
    line-height: 60px;
  }

  .about-s1 .top-block .txt-box h3:after {
    width: 40px;
    height: 40px;
  }

  .about-s4 .tab-tit span {
    width: 180px;
  }

  .about-s4 .button,
  .service-s6 .button {
    width: 60px;
    height: 60px;
  }

  .about-s8 .item i {
    width: 50px;
    height: 50px;
  }

  .contact-s2 .cont {
    height: 60px;
  }

  .contact-s2 span {
    top: 20px;
  }

  .contact-s2 textarea {
    padding: 16px;
  }

  .contact-s2 button {
    width: 160px;
    height: 50px;
  }

  .index-s1 .s-item h3 {
    line-height: 24px;
    height: 48px;
  }

  .index-s1 .s-swiper {
    width: 460px;
  }

  .index-s1 .s-item .img-box {
    width: 120px;
    height: 120px;
  }

  .index-s1 .s-item .txt-box {
    width: calc(100% - 120px);
  }

  .index-s1 .s-pagination {
    left: 120px;
  }

  .index-s2 .top-block .item .para {
    line-height: 24px;
    height: 96px;
  }

  .index-s2 .top-block .item {
    height: 360px;
  }

  .index-s3 .item i {
    width: 100px;
    height: 100px;
  }

  .index-s5 .items::before {
    top: 70px;
  }

  .index-s5 .item .icon {
    width: 140px;
    height: 140px;
  }

  .index-s6 .item:nth-of-type(odd) {
    padding-top: 120px;
  }

  .index-s6 .item:nth-of-type(even) {
    padding-bottom: 120px;
  }

  .index-s6 .item .logo-box {
    padding: 0 15px;
    height: 120px;
  }

  .index-s6 .item .img-box {
    width: 80px;
    height: 80px;
    padding: 6px;
  }

  .index-s6 .item .txt-box {
    width: calc(100% - 80px);
  }

  .news-s1 .item .date {
    font-size: 80px;
  }

  .recruit-s1 .item .para {
    line-height: 24px;
  }

  .recruit-s1 .item .tip .para {
    width: calc(100% - 180px);
  }

  .service-s8 .item .link a {
    margin-top: 15px;
  }

  .service-s8 .item .txt-box span {
    font-size: 100px;
  }

  .service-s8 .item .para {
    line-height: 24px;
  }

  .service-s6 .txt-block:before {
    top: 95px;
  }

  .service-s4 .item {
    height: 100px;
  }

  .service-s4 a.more {
    width: 160px;
  }

  .service-s5 .item .para {
    line-height: 24px;
  }

  .service-s7 .item .date {
    width: 70px;
    height: 70px;
  }

  .service-s7 .item .img-box {
    width: 74px;
    height: 74px;
  }

  .service-s7 .item .txt-box {
    width: calc(100% - 146px);
    padding: 0 15px;
  }

  .service-s7 .item .para {
    line-height: 24px;
  }

  .service-s7 .item {
    padding: 2vw;
  }

  .service-s3 .item p {
    line-height: 24px;
  }

  .service-s3 .item i {
    width: 46px;
    height: 46px;
  }

  .contact-s2 .box:nth-of-type(4) .cont {
    height: 300px;
  }

  .search-s2 .item h3 {
    font-size: 18px;
  }

  .search-s2 .item .url {
    font-size: 14px;
  }

  .search-s2 .item span {
    font-size: 14px;
  }

  .c-banner form {
    height: 50px;
    max-width: 500px;
  }

  .c-banner input {
    font-size: 15px;
  }

  .news-s2 .item h3 {
    font-size: 24px;
  }

  .news-s2 .item p,
  .news-s2 .item .date,
  .news-s2 .item .more {
    font-size: 16px;
  }

  .index-s9 .item h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  body {
    padding-top: 80px;
  }

  .index-main {
    margin-top: -80px;
  }

  .c-banner .en {
    font-size: 50px;
  }

  .c-banner .cn {
    font-size: 36px;
  }

  .c-crumbs.sticky {
    top: 80px;
  }

  .about-s1 .top-block .txt-box .scroll {
    height: 200px;
  }

  .about-s2 .left-box .item span, .index-s2 .bot-block .item span {
    font-size: 50px;
  }

  .about-s2 .right-box .tip span {
    font-size: 16px;
  }

  .about-s2 .right-box .dot span {
    font-size: 12px;
  }

  .about-s2 .left-box .item i,
  .index-s2 .bot-block .item i {
    font-size: 20px;
  }

  .about-s2 .left-box .item em,
  .index-s2 .bot-block .item em {
    font-size: 32px;
    transform: translateY(-7px);
  }

  .about-s2 .left-box .item i.l,
  .index-s2 .bot-block .item i.l {
    font-size: 24px;
  }

  .about-s4 .item span, .service-s6 .txt-block .item span {
    font-size: 40px;
  }

  .index-s1 .s-swiper {
    right: 6.25vw;
    bottom: 6.25vw;
  }

  .index-s1 .pagination {
    bottom: 6.25vw;
  }

  .index-s1 .item .para {
    font-size: 36px;
  }

  .index-s3 .item .hide h3 {
    font-size: 24px;
  }

  .index-s3 .item i {
    width: 80px;
    height: 80px;
  }

  .index-s3 .item h3 {
    font-size: 20px;
  }

  .index-s3 .item h4 {
    font-size: 14px;
  }

  .index-s5 .item .icon {
    width: 120px;
    height: 120px;
  }

  .index-s5 .items::before {
    top: 60px;
  }

  .news-s1 .item .date {
    font-size: 68px;
  }

  .news-s1 .item h3 {
    font-size: 24px;
  }

  .service-s8 .item .txt-box span {
    font-size: 80px;
  }

  .service-s8 .item .link a {
    font-size: 14px;
  }

  .service-s8 .item .para {
    max-height: 264px;
    overflow: auto;
    padding-right: 20px;
  }

  .about-s4 .button, .service-s6 .button {
    width: 50px;
    height: 50px;
  }

  .service-s6 .txt-block::before {
    top: 85px;
  }

  .service-s4 .item {
    height: 90px;
  }

  .contact-s2 .box:nth-of-type(4) .cont {
    height: 260px;
  }

  .search-s2 .item .url {
    margin-top: 10px;
  }

  .search-s2 .item span {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
  }

  .c-crumbs.sticky {
    top: 60px;
  }

  .index-main {
    margin-top: 0;
  }

  .large-header,
  .index-header {
    display: none;
  }

  .index-s1 .item {
    height: 70vw;
  }

  .index-s3 {
    height: 56vw;
  }

  .news-s1 .item .date {
    font-size: 60px;
  }

  .service-s8 .item .link {
    display: none;
  }

  .service-s8 .item .para {
    max-height: 192px;
  }

  .service-s8 .item .txt-box span {
    font-size: 70px;
  }

  .service-s4 .item {
    height: 80px;
  }

  .service-s6 .txt-block .item i {
    margin: 10px auto;
  }

  .service-s6 .txt-block::before {
    top: 75px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }

  .c-banner .en {
    font-size: 20px;
  }

  .c-banner .cn {
    font-size: 24px;
  }

  .c-banner p {
    font-size: 14px;
  }

  .c-banner img {
    height: 60vw;
    object-fit: cover;
  }

  .wrapper {
    width: 100%;
  }

  .c-tit h3 {
    font-size: 24px;
  }

  .c-tit.center h3 {
    padding: 10px 20px 0;
  }

  .c-tit h3:before {
    height: 2px;
  }

  .service-s1 .tip {
    font-size: 16px;
    margin-top: 15px;
  }

  .service-s1 .para {
    font-size: 14px;
    line-height: 24px;
  }

  .service-s3 .items {
    margin-top: 20px;
    display: block;
  }

  .service-s3 .item {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
  }
  .service-s3 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .service-s3 .item.active {
    width: 100%;
  }

  .service-s3 .item .show,
  .service-s3 .item:before {
    display: none;
  }

  .service-s3 .item .img-box {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }

  .service-s3 .item .hide {
    width: 100%;
    padding: 20px;
    opacity: 1;
    visibility: visible;
  }

  .service-s3 .item i {
    width: 36px;
    height: 36px;
  }

  .service-s3 .item h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .service-s3 .item p {
    font-size: 14px;
    margin-top: 10px;
  }

  .service-s4 .items {
    margin-top: 20px;
  }

  .service-s4 .item {
    width: calc((100% - 20px) / 3);
    height: 60px;
    margin: 10px 10px 0 0;
  }
  .service-s4 .item:nth-of-type(1), .service-s4 .item:nth-of-type(2), .service-s4 .item:nth-of-type(3) {
    margin-top: 0;
  }
  .service-s4 .item:nth-of-type(3n) {
    margin-right: 0;
  }

  .service-s4 a.more {
    width: 140px;
    font-size: 14px;
    line-height: 40px;
  }

  .service-s5 .items {
    margin-top: 20px;
    display: block;
  }

  .service-s5 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .service-s5 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .service-s5 .item .txt-box {
    padding: 20px;
  }

  .service-s5 .item i {
    width: 80px;
    height: 80px;
  }

  .service-s5 .item h3 {
    font-size: 18px;
  }

  .service-s5 .item .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .service-s6 .cont {
    margin-top: 20px;
    padding: 0;
  }

  .service-s6 .txt-block {
    display: none;
  }

  .service-s6 .img-block {
    width: 100%;
  }

  .service-s6 .img-block .item .txt-box {
    font-size: 18px;
    padding: 20px 0;
  }

  .service-s6 .btns {
    display: none;
  }

  .service-s6 .pagination {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
  }
  .service-s6 .pagination span {
    width: 6px;
    height: 6px;
    margin: 02px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    opacity: 0.6;
  }
  .service-s6 .pagination span.active {
    opacity: 1;
  }

  .service-s7 .items {
    margin-top: 20px;
  }

  .service-s7 .item {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px;
  }
  .service-s7 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .service-s7 .item p {
    font-size: 14px;
  }

  .service-s7 .item .para {
    margin-top: 15px;
    padding-top: 15px;
  }

  .service-s8 .items {
    margin-top: 20px;
  }

  .service-s8 .item {
    margin: 20px 0 0;
  }
  .service-s8 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .service-s8 .item .box {
    height: auto;
  }

  .service-s8 .item .img-box {
    height: 50vw;
  }

  .service-s8 .item .txt-box {
    padding: 20px;
  }

  .service-s8 .item .txt-box span {
    display: none;
  }

  .service-s8 .item .cell-box {
    padding: 0;
  }

  .service-s8 .item h3 {
    font-size: 18px;
  }

  .service-s8 .item .para {
    max-height: none;
    font-size: 14px;
    margin-top: 10px;
    padding: 0;
  }

  .c-crumbs {
    display: none;
  }

  .recruit-s1 .items {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .recruit-s1 .item {
    width: 100%;
    margin: 20px 0 0;
  }
  .recruit-s1 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .recruit-s1 .item h3 {
    padding: 15px 20px;
    font-size: 18px;
  }

  .recruit-s1 .item .cont {
    padding: 15px 20px;
  }

  .recruit-s1 .item h4 {
    font-size: 16px;
  }

  .recruit-s1 .item .box .para {
    margin-top: 10px;
    font-size: 14px;
  }

  .recruit-s1 .item .box {
    margin-top: 15px;
  }

  .recruit-s1 .item .tip {
    margin-top: 15px;
    padding-top: 15px;
    display: block;
  }

  .recruit-s1 .item .tip .para {
    width: 100%;
  }

  .recruit-s1 .item .tip a {
    margin-top: 15px;
  }

  .index-s2 .top-block .item .hide a span, .index-s3 .item a span, .index-s4 a span, .index-s9 a.more span, .join-s3 .item a span, .news-s1 .item span i, .recruit-s1 .item .tip a span {
    line-height: 40px;
    font-size: 14px;
  }

  .comm-page li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .comm-page li:first-of-type a, .comm-page li:last-of-type a {
    width: 50px;
  }

  .comm-page li {
    margin: 1px;
  }

  .contact-s3 .flex {
    display: block;
  }

  .contact-s3 h3 {
    font-size: 20px;
    text-align: center;
  }

  .contact-s3 .link {
    margin-top: 20px;
  }

  .contact-s3 a {
    display: block;
    font-size: 16px;
    margin-top: 20px;
  }
  .contact-s3 a:nth-of-type(1) {
    margin-top: 0;
  }

  .contact-s3 a:after {
    display: none;
  }

  .news-s1 .item {
    margin-top: 60px;
  }

  .news-s1 .item .img-box {
    width: 100%;
  }

  .news-s1 .item img {
    height: auto;
  }

  .news-s1 .item .txt-box {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .news-s1 .item .date {
    font-size: 30px;
  }

  .news-s1 .item h3 {
    font-size: 18px;
  }

  .news-s1 .item p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .news-s1 .item span {
    margin-top: 20px;
  }

  .news-detail-s1 .block {
    padding: 15px;
  }

  .news-detail-s1 .top-block .item {
    font-size: 14px;
  }

  .news-detail-s1 .top-block h3 {
    font-size: 20px;
  }

  .news-detail-s1 .mid-block {
    margin-top: 20px;
  }

  .news-detail-s1 .bot-block {
    padding-top: 15px;
    margin-top: 15px;
  }

  .news-detail-s1 .bot-block a span {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .news-detail-s1 .bot-block a {
    font-size: 14px;
  }

  .news-detail-s1 .bot-block a span:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }

  .news-detail-s1 .bot-block a:nth-of-type(2) span {
    padding-right: 25px;
  }

  .news-detail-s1 .bot-block a:nth-of-type(1) span {
    padding-left: 25px;
  }

  .join-s1 .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .join-s1 .img-box {
    margin: 20px 0 0;
  }

  .join-s2 .items {
    margin-top: 20px;
  }

  .join-s2 .item {
    margin-top: 20px;
  }
  .join-s2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .join-s2 .item h3 {
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 18px;
  }

  .join-s3:before {
    height: 100%;
    display: none;
  }

  .join-s3 .items {
    display: block;
  }

  .join-s3 .item {
    width: 100%;
    background-color: #fff;
  }

  .join-s3 .item img {
    height: auto;
  }

  .join-s3 .item .txt-box {
    padding: 20px;
  }

  .join-s3 .item h3 {
    font-size: 18px;
  }

  .join-s3 .item p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .join-s3 .item a {
    margin-top: 20px;
  }

  .join-s3 .item:nth-of-type(2) {
    margin: 20px 0 0;
  }

  .c-tit.left h3 {
    padding: 10px 40px 0 0;
  }

  .join-s4 .para {
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
  }

  .contact-s1 .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    text-align: left;
  }

  .contact-s1 .items {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .contact-s1 .item {
    width: 45%;
  }
  .contact-s1 .item:nth-of-type(3), .contact-s1 .item:nth-of-type(4) {
    margin-top: 40px;
  }

  .contact-s1 .item:after {
    display: none;
  }

  .contact-s1 .item h3 {
    font-size: 18px;
  }

  .contact-s1 .item i {
    width: 40px;
    height: 40px;
    margin-top: 15px;
  }

  .contact-s1 .item p {
    font-size: 16px;
    margin-top: 15px;
  }

  .contact-s1 .item p.s {
    font-size: 14px;
  }

  .contact-s2 form {
    margin-top: 20px;
  }

  .contact-s2 .box {
    width: 100%;
    margin: 20px 0 0;
  }
  .contact-s2 .box:nth-of-type(1) {
    margin-top: 0;
  }

  .contact-s2 .label {
    font-size: 16px;
  }

  .contact-s2 .cont {
    height: 50px;
  }

  .contact-s2 input, .contact-s2 textarea {
    font-size: 14px;
  }

  .contact-s2 span {
    top: 14px;
  }

  .contact-s2 .box:nth-of-type(4) .cont {
    height: 200px;
  }

  .contact-s2 textarea {
    padding: 14px;
  }

  .contact-s2 p {
    position: static;
    margin-top: 15px;
  }

  .contact-s2 button {
    position: static;
    width: 140px;
    height: 40px;
    font-size: 14px;
    margin: 20px auto 0;
  }

  .about-s1 .top-block {
    display: block;
  }

  .about-s1 .top-block .txt-box {
    width: 100%;
    padding: 0;
  }

  .about-s1 .top-block .txt-box h3 {
    font-size: 24px;
  }

  .about-s1 .top-block .txt-box h3:after {
    width: 24px;
    height: 24px;
    margin-top: 10px;
  }

  .about-s1 .top-block .txt-box .scroll {
    margin-top: 20px;
    height: auto;
    padding: 0;
  }

  .about-s1 .top-block .txt-box .tip {
    font-size: 16px;
  }

  .about-s1 .top-block .txt-box .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .about-s1 .top-block .img-box {
    margin-top: 20px;
    width: 100%;
    border-radius: 10px;
  }

  .about-s1 .bot-block {
    margin-top: 40px;
    display: block;
  }

  .about-s1 .bot-block a {
    width: 100%;
    margin: 20px 0 0;
  }
  .about-s1 .bot-block a:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s2 .flex {
    display: block;
  }

  .about-s2 .left-box {
    width: 100%;
    padding-right: 0;
  }

  .about-s2 .left-box .item span, .index-s2 .bot-block .item span {
    font-size: 30px;
  }

  .about-s2 .left-box .item {
    padding-top: 40px;
  }

  .about-s2 .left-box .item i.l, .index-s2 .bot-block .item i.l {
    font-size: 16px;
  }

  .about-s2 .left-box .item em, .index-s2 .bot-block .item em {
    font-size: 20px;
    transform: translateY(-2px);
  }

  .about-s2 .left-box .item i, .index-s2 .bot-block .item i {
    font-size: 16px;
  }

  .about-s2 .left-box .item p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .about-s2 .right-box {
    width: 100%;
    margin-top: 20px;
  }

  .about-s2 .right-box .dot .range i {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
  }

  .about-s2 .right-box .dots,
  .about-s2 .right-box .tip {
    display: none;
  }

  .about-s2 .right-box img.pos {
    display: block;
  }

  .about-s3 .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .about-s3 .icon {
    margin-top: 20px;
  }

  .about-s3 .item:before {
    width: 40px;
    height: 40px;
  }

  .about-s3 .item {
    margin: 0 10px;
  }

  .about-s3 .item h3 {
    font-size: 14px;
  }

  .about-s4 .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .about-s4 .tab-tit {
    position: static;
    margin-top: 20px;
    text-align: center;
  }

  .about-s4 .tab-tit span {
    width: 140px;
    font-size: 14px;
    line-height: 40px;
  }

  .about-s4 .tab-cont {
    margin: 20px 0 0;
  }

  .about-s4 .items {
    padding: 0;
  }

  .about-s4 .btns,
  .about-s4 .items:after {
    display: none;
  }

  .about-s4 .swiper-scrollbar {
    margin-top: 20px;
  }

  .about-s4 .item {
    padding: 20px;
  }

  .about-s4 .item span {
    font-size: 30px;
  }

  .about-s4 .item p {
    margin-top: 20px;
    font-size: 16px;
  }

  .about-s4 .item .img-box {
    margin-left: 10px;
    max-width: 60%;
  }

  .about-s5 .txt-block {
    width: 100%;
  }

  .about-s5 .para,
  .about-s6 .top-block .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .about-s6 .bot-block {
    display: block;
  }

  .about-s6 .left-block {
    width: 100%;
  }

  .about-s6 .right-block {
    width: 100%;
  }

  .about-s6 .right-block .tip {
    font-size: 20px;
    padding: 0 20px;
    bottom: 20px;
  }

  .about-s6 .top-box .para,
  .about-s6 .right-box .para {
    font-size: 14px;
    line-height: 24px;
  }

  .about-s6 .top-box .txt-box,
  .about-s6 .right-box .txt-box {
    padding: 0 5vw;
  }

  .about-s7 h3 {
    font-size: 24px;
  }

  .about-s7 .img-box {
    margin-top: 15px;
  }

  .about-s7 .tip {
    font-size: 18px;
  }

  .about-s7 .para {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .about-s8 .items {
    display: block;
  }

  .about-s8 .item {
    width: 100%;
    padding: 0;
    margin: 40px 0 0;
    border: none;
  }
  .about-s8 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s8 .item h3 {
    font-size: 18px;
  }

  .about-s8 .item h4 {
    font-size: 12px;
  }

  .about-s8 .item i {
    width: 40px;
    height: 40px;
  }

  .about-s8 .item .txt {
    padding-left: 15px;
  }

  .about-s8 .item .para {
    font-size: 14px;
    margin-top: 15px;
  }

  .index-s1 .item .txt-box {
    padding: 0 5vw;
  }

  .index-s1 .item .para {
    font-size: 24px;
  }

  .index-s1 .s-swiper {
    position: relative;
    margin: 40px 5vw 0;
    width: auto;
    right: auto;
    bottom: auto;
  }

  .index-s1 .s-item .img-box {
    width: 80px;
    height: 80px;
  }

  .index-s1 .s-item .txt-box {
    width: calc(100% - 80px);
    padding: 0 15px;
  }

  .index-s1 .s-pagination {
    left: 80px;
  }

  .index-s1 .s-item span {
    font-size: 12px;
  }

  .index-s1 .s-item h3 {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-top: 5px;
  }

  .index-s1 .s-pagination span {
    height: 2px;
  }

  .index-s1 .pagination {
    bottom: auto;
    top: calc(70vw - 40px);
    text-align: center;
  }

  .index-tit h3 {
    font-size: 24px;
  }

  .index-tit p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }

  .index-s2 .top-block {
    margin-top: 20px;
  }

  .index-s2 .top-block .items {
    display: block;
  }

  .index-s2 .top-block .item {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .index-s2 .top-block .item:nth-of-type(1) {
    margin-top: 0;
  }

  .index-s2 .top-block .item .hide {
    display: none;
  }

  .index-s2 .top-block .item .show {
    padding: 40px 20px;
  }

  .index-s2 .top-block .item i {
    width: 40px;
    height: 40px;
  }

  .index-s2 .top-block .item .show h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .index-s2 .top-block .item .show a {
    margin-top: 10px;
  }

  .index-s2 .top-block .item .show a:after {
    width: 20px;
    height: 20px;
  }

  .index-s2 .bot-block {
    margin-top: 40px;
  }

  .index-s2 .bot-block .items {
    flex-wrap: wrap;
  }

  .index-s2 .bot-block .item {
    width: 45%;
    margin-top: 40px;
  }
  .index-s2 .bot-block .item:nth-of-type(1), .index-s2 .bot-block .item:nth-of-type(2) {
    margin-top: 0;
  }

  .index-s2 .bot-block .item p {
    font-size: 14px;
    margin-top: 10px;
  }

  .index-s3 {
    height: auto;
  }

  .index-s3 .item {
    width: 100%;
    position: static;
  }

  .index-s3 .item .show {
    display: none;
  }

  .index-s3 .item .hide {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 40px 5vw;
  }

  .index-s3 .item i {
    width: 60px;
    height: 60px;
  }

  .index-s3 .item .hide h3 {
    font-size: 20px;
    margin-top: 10px;
    line-height: 26px;
  }

  .index-s3 .item h4 {
    font-size: 12px;
  }

  .index-s3 .item .para {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
  }

  .index-s3 .item a {
    margin-top: 20px;
  }

  .index-s4 {
    padding: 40px 0;
  }

  .index-s4 .item {
    width: 160px;
  }

  .index-s4 .item .box.full {
    height: 130px;
  }

  .index-s4 .item .box {
    height: 60px;
  }

  .index-s4 .items {
    margin-top: 20px;
    padding: 0;
  }

  .index-s4 a {
    margin-top: 20px;
  }

  .index-s5 .items {
    margin-top: 20px;
  }

  .index-s5 .flex {
    display: block;
  }

  .index-s5 .items::before {
    display: none;
  }

  .index-s5 .item {
    text-align: left;
    padding: 0;
    margin: 40px 0 0;
  }
  .index-s5 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .index-s5 .item .icon {
    width: 80px;
    height: 80px;
    float: left;
  }

  .index-s5 .item .txt {
    display: block;
    margin-left: 95px;
    margin-top: 0;
  }

  .index-s5 .item .para {
    position: static;
  }

  .index-s5 .item p {
    font-size: 14px;
  }

  .index-s6 .bg-box {
    display: none;
  }

  .index-s6 .items {
    margin-top: 20px;
  }

  .index-s6 .item .para-box {
    padding: 20px;
  }

  .index-s6 .item .para-box:before {
    width: 24px;
    height: 24px;
  }

  .index-s6 .item .para {
    font-size: 14px;
    line-height: 24px;
  }

  .index-s6 .pagination,
  .index-s9 .pagination {
    margin-top: 20px;
  }

  .index-s6 .pagination span,
  .index-s9 .pagination span {
    width: 10px;
    height: 2px;
    margin: 0 1px;
  }

  .search-s2 .item {
    margin-bottom: 20px;
  }

  .search-s2 .item {
    border-bottom-width: 2px;
  }

  .search-s2 .item a {
    padding: 20px 0;
  }

  .search-s2 .item .date {
    font-size: 12px;
  }

  .search-s2 .item h3 {
    font-size: 16px;
  }

  .search-s2 .item .url {
    font-size: 12px;
    line-height: 18px;
  }

  .search-s2 .tip {
    text-align: center;
    font-size: 16px;
  }

  .c-banner form {
    height: 40px;
    max-width: 500px;
  }

  .c-banner input {
    font-size: 14px;
  }

  .c-banner button {
    width: 50px;
  }

  .news-s2 .items {
    margin-bottom: 40px;
  }

  .news-s2 .item {
    padding: 20px 0;
  }

  .news-s2 .item a {
    display: block;
  }

  .news-s2 .item .img-box {
    width: 100%;
  }

  .news-s2 .item .txt-box {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .news-s2 .item h3 {
    font-size: 18px;
  }

  .news-s2 .item p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 20px;
  }

  .news-s2 .item .ope {
    margin-top: 20px;
  }

  .news-s2 .item .date {
    font-size: 14px;
  }

  .news-s2 .item .more {
    font-size: 14px;
  }

  .news-s2 .item .more:after {
    width: 16px;
    height: 16px;
  }

  .index-s9 a.more {
    position: relative;
    margin: 20px auto 0;
  }

  .index-s9 .items {
    margin-top: 20px;
  }

  .index-s9 .item .txt-box {
    padding-left: 10px;
  }

  .index-s9 .item h3 {
    font-size: 18px;
  }

  .index-s9 .item p {
    display: none;
  }

  .index-s9 .item span.date,
  .index-s9 .item span.more {
    font-size: 14px;
  }

  .index-s9,
  .news-s2,
  .search-s2,
  .index-s6,
  .index-s5,
  .index-s2,
  .about-s8,
  .about-s7,
  .about-s6 .top-block,
  .about-s5,
  .about-s4,
  .about-s3,
  .about-s2,
  .about-s1,
  .contact-s2,
  .contact-s1,
  .join-s4,
  .join-s3,
  .join-s2,
  .join-s1,
  .news-detail-s1,
  .news-s1,
  .contact-s3,
  .recruit-s1,
  .service-s8,
  .service-s7,
  .service-s6,
  .service-s5,
  .service-s4,
  .service-s3,
  .service-s1 {
    padding: 40px 5vw;
  }
}

/*# sourceMappingURL=bundle.css.map */
