﻿@charset "utf-8";
/*全局样式*/
html {
  overflow-x: hidden !important;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
body {
  font-size: 0.07291667rem;
  font-family: "微软雅黑", Microsoft YaHei, pingfang, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
.container-fluid {
  width: 100%;
  max-width: 7.65625rem !important;
  z-index: 1000;
}
.tr {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.section {
  overflow: hidden;
}
.footer-index {
  overflow: auto;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*动画*/
.fade-up {
  opacity: 0;
  position: relative;
  top: 50px;
  transition: all 1s;
}
.fade-animation .fade-up {
  opacity: 1;
  top: 0;
}
.fade-up-2 {
  position: relative;
  transition: all 1s;
  opacity: 0;
  top: 50px;
}
.fade-animation .fade-up-2 {
  opacity: 1;
  top: 0;
}
.fade-down {
  opacity: 0;
  position: relative;
  top: -50px;
  transition: all 1s;
}
.fade-animation .fade-down {
  opacity: 1;
  top: 0;
}
.fade-right {
  opacity: 0;
  position: relative;
  left: -100px;
  transition: all 1s;
}
.fade-animation .fade-right {
  opacity: 1;
  left: 0;
}
.fade-left {
  opacity: 0;
  position: relative;
  right: -100px;
  transition: all 1s;
}
.fade-animation .fade-left {
  opacity: 1;
  right: 0;
}
.zoom-in {
  transform: scale(0.3);
  transition: all 1s;
  opacity: 0;
}
.fade-animation .zoom-in {
  transform: scale(1);
  opacity: 1;
}
.fade-in {
  opacity: 0;
  transition: all 1s;
}
.fade-animation .fade-in {
  opacity: 1;
}
.fade-zoom {
  transform: scale(1.1);
  transition: all 4s;
}
.fade-animation .fade-zoom {
  transform: scale(1);
}
.fade-zoom-out {
  transform: scale(0.6);
  transition: all 1s;
  opacity: 0;
}
.fade-animation .fade-zoom-out {
  transform: scale(1);
  opacity: 1;
  transition: all 3s;
}
.fade-transparent {
  opacity: 0;
  transition: all 0s;
}
.fade-animation .fade-transparent {
  opacity: 1;
  transition: all 3s;
}
.mCustomScrollBox {
  padding-right: 8px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
  opacity: 1 !important;
  width: 3px;
  background: #fff;
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  background: #004884 !important;
  border-radius: 0;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 0.52083333rem;
  padding: 0 0.57291667rem;
  transition: all .3s;
}
header .logo {
  height: 0.52083333rem;
  line-height: 0.52083333rem;
  position: relative;
  z-index: 2;
  transition: all .3s;
}
header .logo img {
  height: 0.3125rem;
  transition: all .3s;
}
header.index {
  top: -0.52083333rem;
}
header.index.on {
  top: 0;
}
header:hover {
  background: rgba(82, 81, 83, 0.8);
}
header nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.52083333rem;
  transition: all .3s;
}
header nav ul li {
  height: auto;
  position: relative;
}
header nav ul li a {
  font-size: 20px;
  color: #fff !important;
  line-height: 0.52083333rem;
  padding: 0 0.13020833rem;
}
header nav ul li dl {
  min-width: 0.9375rem;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  display: none;
  white-space: nowrap;
}
header nav ul li dl dd {
  position: relative;
}
header nav ul li dl dd a {
  display: block;
  font-size:18px;
  line-height: 0.20833333rem;
  background: rgba(82, 81, 83, 0.8);
  padding: 0 0.13020833rem;
  position: relative;
}
header nav ul li dl dd a:hover {
  background: #525153;
}
header nav ul li dl dd .iconfont {
  position: absolute;
  top: 0;
  right: 10px;
  transform: rotate(-90deg);
  line-height: 0.20833333rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.07291667rem;
}
header nav ul li dl dd a.a-2.active {
  padding-right: 0.20833333rem;
}
header nav ul li dl dd a.a-3.active {
  padding-right: 0.20833333rem;
}
header nav ul li dl dd a.a-3 .iconfont {
  font-size: 0.06770833rem;
}
header nav ul li dl dd a.a-4.active {
  padding-right: 0.20833333rem;
}
header nav ul li dl dd a.a-4 .iconfont {
  font-size: 0.06770833rem;
}
header nav ul li dl dd .nav-2 {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 0.9375rem;
  display: none;
}
header nav ul li dl dd .nav-2 .list {
  position: relative;
}
header nav ul li dl dd .nav-2 .list a {
  font-size: 0.07291667rem;
}
header nav ul li dl dd .nav-2 .list .nav-3 {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 0.9375rem;
  display: none;
}
header nav ul li dl dd .nav-3 .list {
  position: relative;
}
header nav ul li dl dd .nav-3 .list a {
  font-size: 0.07291667rem;
}
header nav ul li dl dd .nav-4 {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 0.9375rem;
  display: none;
}
header nav ul li dl dd .nav-4 .list a {
  font-size: 0.07291667rem;
}
header nav ul li dl dd .nav-3 .list:hover .nav-4 {
  display: block;
}
header nav ul li dl dd .nav-2 .list:hover .nav-3 {
  display: block;
}
header nav ul li dl dd:hover .nav-2 {
  display: block;
}
header nav ul li:hover dl {
  display: block;
}
header .right {
  height: 0.52083333rem;
  display: flex;
  align-items: center;
  transition: all .3s;
}
header .right .search {
  position: relative;
  cursor: pointer;
}
header .right .search i {
  display: block;
  width: 0.109375rem;
  height: 0.109375rem;
  background: url(../images/icon1.png) no-repeat center center / contain;
}
header .right .search form {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  overflow: hidden;
  transition: all .3s;
}
header .right .search form.active {
  width: 1.61458333rem;
}
header .right .search form input {
  width: 1.35416667rem;
  height: 0.20833333rem;
  border: 1px solid #eee;
  padding: 0 10px;
  font-size: 0.07291667rem;
}
header .right .search form input:focus {
  outline: none;
}
header .right .search form button {
  width: 0.41666667rem;
  height: 0.20833333rem;
  background: #46ac49;
  color: #fff;
  border: none;
  padding: 0;
  font-size: 0.07291667rem;
}
header .right .language {
  cursor: pointer;
  position: relative;
  margin-left: 0.15625rem;
}
header .right .language i {
  display: block;
  width: 0.11979167rem;
  height: 0.11979167rem;
  background: url(../images/icon2.png) no-repeat center center / contain;
}
header .right .language ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 0.52083333rem;
  padding-top: 10px;
  display: none;
}
header .right .language ul li a {
  display: block;
  line-height: 30px;
  font-size: 0.08333333rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 1px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  transition: all .3s;
}
header .right .language ul li a:hover {
  background: #fff;
  color: #333;
}
header .right .language:hover ul {
  display: block;
}
header.active {
  background: rgba(82, 81, 83, 0.8);
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
  height: 0.41666667rem;
}
header.active .logo {
  height: 0.41666667rem;
  line-height: 0.41666667rem;
}
header.active .logo img {
  height: 0.26041667rem;
}
header.active .right {
  height: 0.41666667rem;
}
header.active nav ul {
  height: 0.41666667rem;
}
header.active nav ul li a.a-1 {
  line-height: 0.41666667rem;
}
/*banner轮播*/
.banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner::before,
.banner::after {
  content: "";
  width: 100%;
  height: 0.015625rem;
  background: #387ede;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.banner::after {
  width: 25%;
  background: #19ba58;
  left: auto;
  right: 0;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.08333333rem;
  height: 0.08333333rem;
  background: none;
  opacity: 1;
  position: relative;
  border: 0.01041667rem solid transparent;
  transition: all .3s;
}
.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 0.0625rem;
  height: 0.0625rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 0;
}
.banner2 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner2 .bg {
  width: calc(100vw + 100px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 3s;
}
.banner2 .bg-box .bg {
  width: calc(100vw + 100px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 3s;
  opacity: 0;
}
.banner2 .bg-box .bg:nth-child(1) {
  opacity: 1;
}
.banner2 .bg-box .bg.active {
  opacity: 1;
  left: -100px;
}
.banner2.fade-animation .bg {
  left: -100px;
}
.banner2 .con-1 {
  width: 100%;
  position: absolute;
  bottom: 0.78125rem;
  z-index: 10;
  color: #fff;
  line-height: 1;
  padding-left: 1.25rem;
  padding-right: 50%;
}
.banner2 .con-1 .text1 {
  font-size: 0.32291667rem;
  font-weight: lighter;
}
.banner2 .con-1 .text2 {
  font-size: 0.32291667rem;
  margin: 0.10416667rem 0 0.20833333rem;
}
.banner2 .con-1 .text3 {
  font-size: 0.21875rem;
  line-height: 1.5;
}
.banner2 .con-1 .text4 {
  font-size: 0.09375rem;
  line-height: 2;
  margin-top: 0.10416667rem;
}
.banner2 .con-1 .more a {
  display: block;
  width: 0.67708333rem;
  line-height: 0.20833333rem;
  font-size: 0.08333333rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.15625rem;
  text-align: center;
  margin-top: 0.15625rem;
  transition: all .3s;
}
.banner2 .con-1 .more a:hover {
  background-color: #44ac49;
  border-color: #44ac49;
}
.banner2 .con-2 {
  width: 100%;
  position: absolute;
  top: 1.5625rem;
  left: 0;
  z-index: 10;
  text-align: center;
}
.banner2 .con-2 .text {
  font-size: 0.27083333rem;
  color: #fff;
  line-height: 1.5;
}
.banner2 .con-2 form {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.6);
  height: 0.3125rem;
  border-radius: 0.3125rem;
  background: rgba(0, 0, 0, 0.4);
  width: 2.39583333rem;
  margin: 0.15625rem auto 0;
}
.banner2 .con-2 form input {
  width: calc(100% - 0.36458333rem);
  height: 0.3125rem;
  border: none;
  background: none;
  padding: 0 0.10416667rem;
  color: #fff;
}
.banner2 .con-2 form input::-webkit-input-placeholder {
  color: #fff;
}
.banner2 .con-2 form button {
  width: 0.36458333rem;
  height: 0.3125rem;
  background: url(../images/icon1.png) no-repeat center center / 0.109375rem auto;
  border: none;
}
.banner2 .con-3 {
  position: absolute;
  width: 100%;
  top: 1.35416667rem;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  line-height: 1;
}
.banner2 .con-3 .text1 {
  font-size: 0.27083333rem;
}
.banner2 .con-3 .text2 {
  font-size: 0.984375rem;
  margin-top: 0.20833333rem;
}
.main1 {
  position: relative;
}
.video_off {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3000;
  transform: rotate(45deg);
  cursor: pointer;
  transition: all .3s;
}
.video_off.off {
  top: -100px;
}
.video-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all .5s;
  background: #000;
  overflow: hidden;
}
.video-box.off {
  top: -100%;
}
.video-box video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  background: #000;
  transform: translateY(-50%);
}
.main1::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 0 0.52083333rem 1.04166667rem rgba(0, 0, 0, 0.5);
}
.main1 .imgbox img {
  position: absolute;
  transition: all 1s;
}
.main1 .imgbox img.switch {
  width: auto;
  height: 2.86979167rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50px);
  opacity: 0;
}
.main1.fade-animation .imgbox img.switch {
  transform: translate(-50%, 0);
  opacity: 1;
}
.main1 .imgbox img.moon {
  width: 2.02083333rem;
  height: auto;
  top: 0.78125rem;
  left: 1.30208333rem;
  margin-left: -100px;
  opacity: 0;
}
.main1.fade-animation .imgbox img.moon {
  margin-left: 0;
  opacity: 1;
}
.main1 .imgbox img.spaceman {
  width: 2.68229167rem;
  height: auto;
  top: 0.72916667rem;
  right: 1.19791667rem;
  margin-right: -100px;
  opacity: 0;
  z-index: 2;
  animation: spaceman 4s infinite alternate;
display:none;
}
@keyframes spaceman {
  from {
    transform: translateX(50px);
  }
  to {
    transform: translateX(-50px);
  }
}
.main1.fade-animation .imgbox img.spaceman {
  margin-right: 0;
  opacity: 1;
}
.main1 .con-1 {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 2.23958333rem;
  left: 0;
}
.main1 .con-1 .text-1 {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05208333rem;
  line-height: 1;
}
.main1 .con-1 .text-2 {
  font-size: 0.47916667rem;
  color: #fff;
  margin: 0.15625rem 0 0.19791667rem;
  font-size: 0;
  line-height: 1;
}
.main1 .con-1 .text-2 span {
  display: inline-block;
  font-size: 0.47916667rem;
  letter-spacing: 0.13020833rem;
}
.main1 .con-1 .but-box {
  display: flex;
  justify-content: center;
}
.main1 .con-1 .but-box a {
  display: block;
  width: 0.85416667rem;
  line-height: 0.25rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.08333333rem;
  margin: 0 0.05208333rem;
  transition: all .3s;
  position: relative;
}
.main1 .con-1 .but-box a:first-child {
  background: #fff;
  color: #000;
  text-align: left;
  padding-left: 0.3125rem;
}
.main1 .con-1 .but-box a:first-child::before {
  content: "";
  border-top: 0.03125rem solid transparent;
  border-bottom: 0.03125rem solid transparent;
  border-left: 0.03645833rem solid #000000;
  position: absolute;
  top: 50%;
  left: 0.1875rem;
  transform: translateY(-50%);
}
.pointer {
  position: absolute;
  bottom: 0.52083333rem;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 50px);
  opacity: 0;
  transition: all .5s;
}
.fade-animation .pointer {
  transform: translate(-50%, 0);
  opacity: 1;
}
.pointer p {
  font-size: 0.08333333rem;
  color: #fff;
}
.pointer i {
  width: 0.01041667rem;
  height: 0.15625rem;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 0.05208333rem;
  overflow: hidden;
}
.pointer i::before {
  content: "";
  width: 100%;
  height: 30%;
  background: #46ac49;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  animation: pointer 1.5s  infinite;
}
@keyframes pointer {
  from {
    top: 0px;
  }
  to {
    top: 100%;
  }
}
.main2 {
  position: relative;
}
.main2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main2 video {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.main2 video::-webkit-media-controls {
  display: none !important;
}
.title1 {
  position: absolute;
  top: 0.625rem;
  left: 1.25rem;
  z-index: 1000;
}
.title1 p {
  font-size: 0.3125rem;
  color: #fff;
  padding-bottom: 0.15625rem;
  margin-bottom: 0.15625rem;
  position: relative;
  line-height: 1;
}
.title1 p::before {
  content: "";
  width: 0.20833333rem;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.title1 h5 {
  font-size: 0.27083333rem;
  color: #fff;
  line-height: 1;
}
.title2 h5 {
  font-size: 0.27083333rem;
  color: #44ac49;
}
.title2 p {
  font-size: 0.125rem;
  color: #1a1a1a;
  margin-top: 0.15625rem;
}
.title2 ul {
  margin-top: 0.15625rem;
}
.title2 ul li {
  font-size: 0.08333333rem;
  color: #747474;
  line-height: 0.13020833rem;
  position: relative;
  padding-left: 0.08333333rem;
  margin-bottom: 0.05208333rem;
}
.title2 ul li:last-child {
  margin-bottom: 0;
}
.title2 ul li::before {
  content: "";
  width: 0.02083333rem;
  height: 0.02083333rem;
  background: #44ac49;
  border-radius: 50%;
  position: absolute;
  top: 0.05208333rem;
  left: 0;
}
.title2 a {
  display: inline-block;
  font-size: 0.08333333rem;
  margin-top: 0.15625rem;
  color: #44ac49;
}
.main3 {
  position: relative;
}
.main3::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main4 {
  position: relative;
}
.main4::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main4 .title1 {
  left: auto;
  right: 1.25rem;
  text-align: right;
}
.main4 .title1 p::before {
  left: auto;
  right: 0;
}
.main4 ul li {
  width: 1.36979167rem;
  height: 1.36979167rem;
  position: absolute;
}
.main4 ul li:first-child {
  width: 1.71875rem;
  height: 1.71875rem;
  top: 1.04166667rem;
  left: 2.44791667rem;
  animation: pin_1 5s infinite alternate;
}
.main4 ul li:nth-child(2) {
  top: 2.8125rem;
  left: 1.25rem;
  animation: pin_2 3s infinite alternate;
}
.main4 ul li:nth-child(3) {
  top: 3.125rem;
  left: 3.80208333rem;
  animation: pin_3 3s infinite alternate;
}
@keyframes pin_1 {
  from {
    transform: translateX(30px);
  }
  to {
    transform: translateX(-30px);
  }
}
@keyframes pin_2 {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(-20px);
  }
}
@keyframes pin_3 {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(-20px);
  }
}
.main4 ul li .con {
  width: 100%;
  height: 100%;
  background: url(../images/yuan1.png) no-repeat center center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.main4 ul li:nth-child(2) .con {
  background: url(../images/yuan2.png) no-repeat center center / cover;
}
.main4 ul li:nth-child(3) .con {
  background: url(../images/yuan3.png) no-repeat center center / cover;
}
.main4 ul li .con h5 {
  font-size: 0.375rem;
}
.main4 ul li .con h5 b {
  font-weight: normal;
}
.main4 ul li .con h5 span {
  font-size: 0.15625rem;
}
.main4 ul li .con p {
  font-size: 0.09375rem;
  letter-spacing: 0.02604167rem;
  margin-top: 0.02604167rem;
}
.main5 {
  position: relative;
}
.main5::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main5 ul {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.main5 ul li {
  width: 50%;
  height: 50%;
}
.main5 ul li:nth-child(1),
.main5 ul li:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.main5 ul li:nth-child(1),
.main5 ul li:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.main5 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main5 ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -100%;
  left: 0;
  transition: all .5s;
}
.main5.fade-animation ul li a::before {
  top: 0;
}
.main5 ul li a .text-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.26041667rem 0.15625rem;
  color: #fff;
  z-index: 2;
  transition: all .5s;
}
.main5 ul li a h5 {
  font-size: 0.21875rem;
  transform: translateY(0.26041667rem);
  opacity: 0;
  transition: all .5s;
  transition-delay: .5s;
}
.main5 ul li a .text {
  font-size: 0.10416667rem;
  line-height: 0.18229167rem;
  height: 0.546875rem;
  margin-top: 0.10416667rem;
  transition: all .5s;
  transition-delay: .6s;
  transform: translateY(0.26041667rem);
  opacity: 0;
}
.main5.fade-animation ul li a h5 {
  transform: translateY(0);
  opacity: 1;
}
.main5.fade-animation ul li a .text {
  transform: translateY(0);
  opacity: 1;
}
.main6 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.main6::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main6 .bg {
  position: absolute;
  width: calc(100vw + 100px);
  height: 100%;
  top: 0;
  left: 0px;
  transition: all 2s;
  opacity: 0;
}
.main6 .bg:nth-child(1) {
  opacity: 1;
}
.main6 .bg.active {
  opacity: 1;
  left: -100px;
}
.main6 .con {
  width: 100%;
  position: absolute;
  top: 1.51041667rem;
  left: 0;
  z-index: 10;
}
.main6 .con .title {
  font-size: 0.27083333rem;
  line-height: 0.375rem;
  text-align: center;
  color: #fff;
}
.main6 .con ul {
  display: flex;
  justify-content: center;
  margin-top: 0.26041667rem;
}
.main6 .con ul li {
  margin: 0 0.13020833rem;
}
.main6 .con ul li a {
  font-size: 0.125rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0.05208333rem;
  position: relative;
}
.main6 .con ul li a::before {
  content: "";
  width: 100%;
  height: 0.02083333rem;
  background: #fff;
  position: absolute;
  bottom: -0.09375rem;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.main6 .con ul li a.active {
  color: #fff;
}
.main6 .con ul li a.active::before {
  opacity: 1;
}
.main7-box {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.main7-box .main7:nth-child(1) {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main7-box .main7:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.main7-roll .main7:nth-child(1) {
  display: none !important;
}
.main7 {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main7 .main7-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main7 .left {
  width: 2.55208333rem;
}
.main7 .right {
  width: calc(100% - 2.55208333rem);
}
.main7 .right ul li {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-top: 0.52083333rem;
}
.main7 .right .img {
  width: 3.02083333rem;
  height: 2.39583333rem;
  border-radius: 0.05208333rem;
}
.main7 .right .text-box {
  width: 2.421875rem;
  height: 1.5625rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.2);
  border-radius: 0.05208333rem;
  padding: 0 0.26041667rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0.625rem;
  z-index: 100;
  transition: all 1s;
}
.main7.fade-animation .right .text-box {
  opacity: 1;
  top: 0;
}
.main7 .right .text-box h5 {
  font-size: 0.125rem;
  color: #1a1a1a;
}
.main7 .right .text-box .text {
  font-size: 0.08333333rem;
  color: #1a1a1a;
  line-height: 0.15625rem;
  max-height: 0.46875rem;
  overflow: auto;
  margin: 0.13020833rem 0;
}
.main7 .right .text-box a {
  font-size: 0.08333333rem;
  color: #44ac49;
}
.main7-box-2 .title2 p,
.main7-box-2 .title2 ul li {
  color: #fff;
}
.main8 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.main8::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main8 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1.1);
  transition: all 3s;
}
.main8.fade-animation .bg {
  transform: scale(1);
}
.main8 .title2 {
  position: absolute;
  top: 0.625rem;
  left: 1.25rem;
  z-index: 100;
}
.main8 .title2 h5,
.main8 .title2 p,
.main8 .title2 a {
  color: #fff;
}
.main9 {
  position: relative;
  height: 100vh;
}
.main9 .imgbox img {
  transition: all .3s;
}
.main9 .imgbox .map {
  position: absolute;
  height: 4.625rem;
  top: 0.171875rem;
  left: 2.23958333rem;
}
.main9 .imgbox img.shijie {
  position: absolute;
  height: 3.64583333rem;
  top: 0.52083333rem;
  left: 1.51041667rem;
}
.main9 .imgbox .red_flag {
  position: absolute;
  top: 0.97916667rem;
  left: 3.61979167rem;
  height: 3.265625rem;
  z-index: 3;
}
.main9 .imgbox .headquarters {
  position: absolute;
  top: 3.72395833rem;
  left: 5.94791667rem;
  height: 0.375rem;
  z-index: 2;
}
.main9 .imgbox .line {
  position: absolute;
  top: 1.046875rem;
  left: 3.625rem;
  height: 3.18229167rem;
  transition-delay: 0.3s;
}
.main9 .imgbox .name {
  position: absolute;
  top: 1.06770833rem;
  left: 3.52604167rem;
  height: 3.28125rem;
  z-index: 2;
  transition-delay: 0.6s;
}
.main9.fade-animation .imgbox img {
  opacity: 1;
}
.main9 ul {
  width: 2.90625rem;
  position: absolute;
  left: 1.25rem;
  bottom: 0.36458333rem;
}
.main9 ul li {
  font-size: 0.08333333rem;
  color: #fff;
  line-height: 1.5;
  position: relative;
  padding-left: 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main9 ul li:last-child {
  margin-bottom: 0;
}
.main9 ul li::before {
  content: "";
  width: 0.02083333rem;
  height: 0.02083333rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.05729167rem;
  left: 0;
}
.main9 .nav {
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0.36458333rem;
  width: 100%;
  z-index: 1000;
  margin-top: 50px;
  transition: all 1s;
}
.main9.fade-animation .nav {
  margin-top: 0;
  opacity: 1;
}
.main9 .nav a {
  display: block;
  width: 0.83333333rem;
  line-height: 0.26041667rem;
  background: #fff;
  border-radius: 0.05208333rem;
  color: #000;
  font-size: 0.10416667rem;
  margin: 0 0.05208333rem;
}
.main9 .nav a.active {
  background: #46ac49;
  color: #fff;
}
.main9 .main9-con .list {
  display: none;
}
.main9 .main9-con .list.active {
  display: block;
}
.main10 {
  position: relative;
  height: 100vh;
}
.main10 .title {
  font-size: 0.27083333rem;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0.52083333rem;
  left: 0;
  margin-top: 50px;
  transition: all 1s;
}
.main10.fade-animation .title {
  margin-top: 0;
  opacity: 1;
}
.main10 ul li {
  position: absolute;
}
.main10 ul li:nth-child(1) {
  top: 1.35416667rem;
  left: 1.875rem;
}
.main10 ul li:nth-child(2) {
  top: 2.86458333rem;
  left: 2.39583333rem;
}
.main10 ul li:nth-child(3) {
  top: 1.71875rem;
  left: 6.35416667rem;
}
.main10 ul li:nth-child(4) {
  top: 3.28125rem;
  left: 7.39583333rem;
}
.main10 ul li .con {
  width: 0.83333333rem;
  height: 0.83333333rem;
  border-radius: 50%;
  background: url(../images/img4_1.png) no-repeat center center / cover;
  font-size: 0.14583333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.main10 ul li:nth-child(1) .con {
  animation: main10_1 3s  infinite alternate;
}
.main10 ul li:nth-child(2) .con {
  width: 1.22395833rem;
  height: 1.22395833rem;
  background: url(../images/img4_2.png) no-repeat center center / cover;
  animation: main10_2 3s  infinite alternate;
}
.main10 ul li:nth-child(3) .con {
  width: 1.078125rem;
  height: 1.078125rem;
  background: url(../images/img4_3.png) no-repeat center center / cover;
  animation: main10_3 3s  infinite alternate;
}
.main10 ul li:nth-child(4) .con {
  width: 0.78125rem;
  height: 0.78125rem;
  background: url(../images/img4_4.png) no-repeat center center / cover;
  animation: main10_4 3s  infinite alternate;
}
@keyframes main10_1 {
  from {
    transform: translateX(-20px);
  }
  to {
    transform: translateX(20px);
  }
}
@keyframes main10_2 {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(-20px);
  }
}
@keyframes main10_3 {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(-20px);
  }
}
@keyframes main10_4 {
  from {
    transform: translateX(-20px);
  }
  to {
    transform: translateX(20px);
  }
}
.main11 {
  position: relative;
}
.main11::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main11 .bg {
  position: absolute;
  width: calc(100vw + 100px);
  height: 100%;
  top: 0;
  left: 0;
  transition: all 3s;
}
.main11.fade-animation .bg {
  left: -100px;
}
.main11 .con {
  position: absolute;
  width: 100%;
  top: 30%;
  left: 0;
  z-index: 10;
  text-align: center;
}
.main11 .con h5 {
  font-size: 0.27083333rem;
  color: #fff;
}
.main11 .con ul {
  display: flex;
  justify-content: center;
  margin-top: 0.3125rem;
}
.main11 .con ul li {
  margin: 0 0.20833333rem;
}
.main11 .con ul li a {
  font-size: 0.125rem;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  transition: all .3s;
}
.main11 .con ul li a::before {
  content: "";
  width: 100%;
  height: 0.02083333rem;
  background: #fff;
  position: absolute;
  bottom: -0.10416667rem;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.main11 .con ul li a.active {
  color: #fff;
}
.main11 .con ul li a.active::before {
  opacity: 1;
}
.main11-2 {
  height: 100vh;
}
.main12 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1.1);
  transition: all 3s;
}
.main12.fade-animation .bg {
  transform: scale(1);
}
.main12 .con {
  position: relative;
  text-align: center;
  color: #07162c;
  line-height: 1.5;
  padding: 1px 0;
  margin-bottom: 0.52083333rem;
}
.main12 .con::before {
  content: "";
  width: 0.36458333rem;
  height: 0.03125rem;
  background: #44ac49;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main12 .con .text1 {
  font-size: 0.27083333rem;
}
.main12 .con .text2 {
  font-size: 0.13020833rem;
  margin: 0.26041667rem 0 0.45833333rem;
}
.main13 .con {
  position: absolute;
  top: 0.46875rem;
  left: 0;
  width: 100%;
  color: #fff;
}
.main13 .con .title {
  text-align: center;
}
.main13 .con .title p {
  font-size: 0.07291667rem;
  letter-spacing: 0.05208333rem;
}
.main13 .con .title h5 {
  font-size: 0.27083333rem;
  margin-top: 0.15625rem;
}
.main13 .con ul {
  display: flex;
  margin: 0.41666667rem -0.05208333rem 0;
}
.main13 .con ul li {
  width: 25%;
  padding: 0 0.05208333rem;
}
.main13 .con ul li a {
  display: block;
  text-align: center;
}
.main13 .con ul li a img {
  height: 0.49479167rem;
  transition: all .3s;
}
.main13 .con ul li a .text-box {
  margin-top: 0.3125rem;
  line-height: 1.5;
  color: #fff;
}
.main13 .con ul li a .text-box p {
  font-size: 0.08333333rem;
}
.main13 .con ul li a .text-box h5 {
  font-size: 0.125rem;
  margin-top: 0.0625rem;
}
.main13 .con ul li a:hover img {
  transform: scale(1.1);
}
.main14 .con {
  position: absolute;
  top: 0.67708333rem;
  left: 0;
  padding: 0 1.25rem;
  width: 100%;
}
.main14 .con .title {
  font-size: 0.27083333rem;
  color: #fff;
  padding-bottom: 0.15625rem;
  position: relative;
}
.main14 .con .title::before {
  content: "";
  width: 0.36458333rem;
  height: 0.03125rem;
  background: #44ac49;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main14 .con .nav ul {
  display: flex;
  margin: 0.41666667rem 0 0.46875rem;
}
.main14 .con .nav ul li {
  margin-right: 0.10416667rem;
}
.main14 .con .nav ul li a {
  display: block;
  width: 1.04166667rem;
  line-height: 0.3125rem;
  background: #fff;
  border-radius: 0.05208333rem;
  font-size: 0.10416667rem;
  color: #000;
  text-align: center;
}
.main14 .con .nav ul li a.active {
  background: #46ac49;
  color: #fff;
}
.main14 .con .dl-box {
  width: 3.85416667rem;
  height: 1.71875rem;
  overflow: hidden;
}
.main14 .con .dl-box a {
  display: block;
  padding-bottom: 0.078125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.main14 .con .dl-box a:last-child {
  padding-bottom: 0;
}
.main14 .con .dl-box a dt {
  width: 0;
  line-height: 0.16145833rem;
  text-align: center;
  font-size: 0.09375rem;
  color: #fff;
  border-radius: 0.05208333rem;
  position: relative;
  font-weight: normal;
  transition: all .3s;
}
.main14 .con .dl-box a dt i {
  width: 0.11458333rem;
  height: 0.11458333rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.main14 .con .dl-box a dt i::before {
  content: "";
  width: 0.04166667rem;
  height: 0.04166667rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.main14 .con .dl-box a dt i span::before {
  content: "";
  width: 1px;
  height: 0.52083333rem;
  background: #fff;
  position: absolute;
  bottom: 100%;
  left: 50%;
}
.main14 .con .dl-box a dt i span::after {
  content: "";
  width: 1px;
  height: 0.52083333rem;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
}
.main14 .con .dl-box a:first-child i span::before {
  display: none;
}
.main14 .con .dl-box a:last-child i span::after {
  display: none;
}
.main14 .con .dl-box a dd {
  font-size: 0.09375rem;
  color: #fff;
  line-height: 0.16145833rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 0.20833333rem;
}
.main14 .con .dl-box a:hover dt {
  background: #46ac49;
  border-color: #46ac49;
}
.main14 .con .dl-box a:hover dt i::before {
  background: #46ac49;
}
.main14 .con .mCustomScrollBox {
  padding-right: 8px;
}
.main14 .con .mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}
.main14 .con .mCSB_scrollTools .mCSB_draggerRail {
  opacity: 1 !important;
  width: 5px;
  background: none;
}
.main14 .con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  background: #46ac49 !important;
  border-radius: 5px;
}
.main14 .main14-con .dl-box {
  display: none;
}
.main14 .main14-con .dl-box.active {
  display: block;
}
.main15 .con {
  position: absolute;
  top: 0.46875rem;
  left: 0;
  width: 100%;
}
.main15 .con .nav ul {
  display: flex;
  justify-content: center;
}
.main15 .con .nav ul li {
  margin: 0 0.13020833rem;
}
.main15 .con .nav ul li a {
  display: block;
  font-size: 0.27083333rem;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.main15 .con .nav ul li a::before {
  content: "";
  width: 100%;
  height: 0.02083333rem;
  background: #46ac49;
  position: absolute;
  bottom: -0.13541667rem;
  left: 0;
  transition: all .3s;
  opacity: 0;
}
.main15 .con .nav ul li a.active {
  color: #fff;
}
.main15 .con .nav ul li a.active::before {
  opacity: 1;
}
.main15 .con .list ul {
  margin: 0.72916667rem -0.10416667rem 0;
  display: none;
}
.main15 .con .list ul.active {
  display: flex;
}
.main15 .con .list ul li {
  width: 50%;
  padding: 0 0.10416667rem;
}
.main15 .con .list ul li .li-con {
  display: block;
  background: #fff;
  border-radius: 0.05208333rem;
  height: 1.77083333rem;
  padding: 0 0.41666667rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all .3s;
  position: relative;
}
.main15 .con .list ul li .li-con .download {
  color: #46ac49;
  font-size: 0.09375rem;
  position: absolute;
  bottom: 0.26041667rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
  background: url(../images/xz.png) no-repeat right center / 0.078125rem auto;
  padding-right: 0.15625rem;
}
.main15 .con .list ul li .li-con h5 {
  font-size: 0.16666667rem;
  color: #333;
  line-height: 1.5;
  transition: all .3s;
}
.main15 .con .list ul li .li-con .text {
  font-size: 0.08333333rem;
  color: #666;
  line-height: 1.5;
  margin-top: 0.36458333rem;
  transition: all .3s;
}
.main15 .con .list ul li .li-con:hover {
  background: #46ac49;
}
.main15 .con .list ul li .li-con:hover h5,
.main15 .con .list ul li .li-con:hover .text {
  color: #fff;
}
.main15 .con .list ul li .li-con:hover .download {
  color: #fff;
  background-image: url(../images/xz2.png);
}
.main16 {
  padding: 0.83333333rem 0;
  background: #f6f8fa;
}
.main16 .con-1 .imgbox {
  width: 4rem;
  height: 2.76041667rem;
  overflow: hidden;
}
.main16 .con-1 .imgbox .img {
  width: 100%;
  height: 100%;
}
.main16 .con-1 .text-box {
  width: calc(100% - 4rem);
  background: #fff;
  height: 2.76041667rem;
  padding: 0.41666667rem 0.41666667rem 0;
}
.main16 .con-1 .text-box h5 {
  font-size: 0.27083333rem;
  color: #44ac49;
}
.main16 .con-1 .text-box .text1 {
  font-size: 0.125rem;
  color: #333;
  margin: 0.15625rem 0;
}
.main16 .con-1 .text-box .text2 {
  font-size: 0.08333333rem;
  color: #333;
  line-height: 2;
}
.main16 .con-2 {
  margin-top: 0.15625rem;
  position: relative;
}
.main16 .con-2 .but {
  width: 0.09895833rem;
  height: 0.15625rem;
  background: url(../images/jt.png) no-repeat center center / cover;
  position: absolute;
  top: 50%;
  left: -0.3125rem;
  transform: translateY(-50%);
  z-index: 10;
}
.main16 .con-2 .but-next {
  left: auto;
  right: -0.3125rem;
  transform: translateY(-50%) rotate(-180deg);
}
.main16 .con-2 .swiper a {
  display: block;
  position: relative;
}
.main16 .con-2 .swiper a h5 {
  font-size: 16px;
  color: #44ac49;
  line-height: 25px;
  text-align: center;
  margin-top: 5px;
}
.main16 .con-2 .swiper a .img {
  position: relative;
}
.main16 .con-2 .swiper a .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .3s;
}
.main16 .con-2 .swiper a:hover .img::before {
  opacity: 0.8;
}
.main16 .con-2 .swiper .swiper-slide-thumb-active a .img::before {
  opacity: 0;
}
.main17 {
  background: #f6f8fa;
  padding: 0.3125rem 0 0.52083333rem;
}
.main17 .nav-box .nav-1 {
  display: flex;
  justify-content: center;
}
.main17 .nav-box .nav-1 li {
  margin: 0 0.15625rem;
}
.main17 .nav-box .nav-1 li a {
  font-size: 0.21875rem;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.main17 .nav-box .nav-1 li a::before {
  content: "";
  width: 100%;
  height: 0.02083333rem;
  background: #46ac49;
  position: absolute;
  bottom: -0.15625rem;
  left: 0;
  transition: all .3s;
  opacity: 0;
}
.main17 .nav-box .nav-1 li a.active {
  color: #000;
}
.main17 .nav-box .nav-1 li a.active::before {
  opacity: 1;
}
.main17 .nav-box .text-box {
  font-size: 0.08333333rem;
  color: #777;
  line-height: 1.5;
  margin: 0.41666667rem 0 0.3125rem;
  text-align: center;
}
.main17 .nav-box .nav-2 {
  display: flex;
  justify-content: center;
  text-align: center;
}
.main17 .nav-box .nav-2 li {
  margin: 0 0.05208333rem;
}
.main17 .nav-box .nav-2 li a {
  display: block;
  width: 1.04166667rem;
  line-height: 0.3125rem;
  background: #fff;
  border-radius: 0.05208333rem;
  font-size: 0.10416667rem;
  color: #000;
  transition: all .3s;
}
.main17 .nav-box .nav-2 li a:hover,
.main17 .nav-box .nav-2 li a.active {
  background: #46ac49;
  color: #fff;
}
.main17 .main17-con {
  margin-top: 0.36458333rem;
}
.main17 .main17-con .list {
  display: none;
}
.main17 .main17-con .list.active {
  display: block;
}
.main17 .main17-con ul li {
  margin-bottom: 0.46875rem;
}
.main17 .main17-con ul li:last-child {
  margin-bottom: 0;
}
.main17 .main17-con ul li:nth-child(2) ~ li {
  display: none;
}
.main17 .main17-con ul.on li:nth-child(2) ~ li {
  display: block;
}
.main17 .main17-con ul li .con {
  width: 50%;
  float: left;
}
.main17 .main17-con ul li .con .title {
  border-bottom: 1px solid #dddfe1;
}
.main17 .main17-con ul li .con .title p {
  font-size: 0.09375rem;
  color: #777;
}
.main17 .main17-con ul li .con .title h5 {
  font-size: 0.21875rem;
  color: #333;
  margin: 0.15625rem 0 0.20833333rem;
}
.main17 .main17-con ul li .con .text1 {
  margin: 0.15625rem 0;
  font-size: 0.08333333rem;
  color: #333;
  line-height: 1.8;
}
.main17 .main17-con ul li .con .dl-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.05208333rem;
}
.main17 .main17-con ul li .con .dl-box dl {
  width: 50%;
  padding: 0 0.05208333rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.05208333rem;
}
.main17 .main17-con ul li .con .dl-box dl dt {
  width: 0.52083333rem;
  font-size: 0.08333333rem;
  color: #333;
  line-height: 1.5;
}
.main17 .main17-con ul li .con .dl-box dl dd {
  width: calc(100% - 0.625rem);
  font-size: 0.08333333rem;
  color: #333;
  line-height: 1.5;
}
.main17 .main17-con ul li .con a.more {
  display: inline-block;
  color: #44ac49;
  font-size: 0.08333333rem;
  margin-top: 0.15625rem;
}
.main17 .main17-con ul li .imgbox {
  width: 50%;
  height: 2.44791667rem;
  float: right;
}
.main17 .main17-con ul li:nth-child(even) .imgbox {
  float: left;
}
.main17 .main17-con .more1 {
  display: block;
  width: 1.04166667rem;
  line-height: 0.3125rem;
  background: #46ac49;
  color: #fff;
  text-align: center;
  font-size: 0.10416667rem;
  margin: 0.625rem auto 0;
  border-radius: 0.05208333rem;
  transition: all .3s;
}
.main17 .main17-con .more1:hover {
  background: #106f13;
}
.main18 {
  background: url(../images/bg19.jpg) no-repeat center center / cover;
  padding: 0.44270833rem 0;
}
.main18 form {
  width: 2.34375rem;
  border-radius: 0.05208333rem;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.main18 form .title {
  line-height: 0.46875rem;
  color: #fff;
  font-size: 0.125rem;
  padding-left: 0.20833333rem;
  background: rgba(0, 0, 0, 0.5);
}
.main18 form input,
.main18 form textarea {
  width: 100%;
  height: 0.36458333rem;
  background: none;
  border: none;
  padding: 0 0.20833333rem;
  font-size: 0.08333333rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.main18 form input::-webkit-input-placeholder,
.main18 form textarea::-webkit-input-placeholder {
  color: #fff;
}
.main18 form textarea {
  height: 0.625rem;
  padding-top: 0.14583333rem;
  border: none;
  resize: none;
}
.main18 form ul {
  margin: 0.10416667rem -0.05208333rem;
  padding: 0 0.20833333rem 0.10416667rem;
  display: flex;
}
.main18 form ul li {
  width: 50%;
  padding: 0 0.05208333rem;
}
.main18 form ul li button {
  width: 100%;
  height: 0.3125rem;
  font-size: 0.08333333rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.05208333rem;
  background: none;
}
.main18 form ul li button[type="submit"] {
  background: #44ac49;
  border-color: #44ac49;
}
.main19 {
  padding: 1.45833333rem 0 1.97916667rem;
  text-align: center;
  background: url(../images/bg37.jpg) no-repeat center center / cover;
}
.main19 .text {
  font-size: 0.27083333rem;
  color: #fff;
  line-height: 1.5;
}
.main19 a {
  display: inline-block;
  font-size: 0.08333333rem;
  margin-top: 0.26041667rem;
  transition: all .3s;
  color: #fff;
}
.main19 a:hover {
  color: #44ac49;
}
.main20 {
  padding: 0.52083333rem 0 0.625rem;
  background: url(../images/bg22.jpg) no-repeat center top / cover;
}
.main20 .title {
  font-size: 0.21875rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.3125rem;
}
.main20 .main20-con ul {
  overflow: hidden;
  position: relative;
}
.main20 .main20-con ul.active {
  height: auto !important;
}
.main20 .main20-con ul.active li:nth-child(1) ~ li {
  background: #fff;
  height: auto !important;
}
.main20 .main20-con ul li {
  background: #fff;
  border-radius: 0.05208333rem;
  overflow: hidden;
  margin-bottom: 0.20833333rem;
}
.main20 .main20-con ul li:last-child {
  margin-bottom: 0;
}
.main20 .main20-con ul li:nth-child(1) ~ li {
  height: 1.11979167rem;
}
.main20 .main20-con ul li:nth-child(1) ~ li dl,
.main20 .main20-con ul li:nth-child(1) ~ li dl dt {
  border-color: rgba(255, 255, 255, 0.2);
}
.main20 .main20-con ul.active li:nth-child(1) ~ li dl,
.main20 .main20-con ul.active li:nth-child(1) ~ li dl dt {
  border-color: #eaebeb;
}
.main20 .main20-con ul li .bt {
  line-height: 0.36458333rem;
  background: #333;
  font-size: 0.125rem;
  color: #fff;
  text-align: center;
}
.main20 .main20-con ul li dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaebeb;
}
.main20 .main20-con ul li dl:last-child {
  border-bottom: none;
}
.main20 .main20-con ul li dl dt {
  width: 1.875rem;
  min-height: 0.36458333rem;
  font-size: 0.08333333rem;
  font-weight: normal;
  color: #333;
  padding: 0 0.15625rem;
  border-right: 1px solid #eaebeb;
  display: flex;
  align-items: center;
}
.main20 .main20-con ul li dl dd {
  width: calc(100% - 1.875rem);
  min-height: 0.36458333rem;
  font-size: 0.08333333rem;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main20 .main20-con .more {
  width: 1.04166667rem;
  line-height: 0.3125rem;
  background: #fff;
  border-radius: 0.05208333rem;
  font-size: 0.10416667rem;
  color: #000;
  text-align: center;
  margin: 0.15625rem auto 0;
  cursor: pointer;
}
.main20 .main20-con .more:hover {
  background: #48ac49;
  color: #fff;
}
.main21 {
  background: #f9f9f9;
  padding: 0.26041667rem 0 0.41666667rem;
}
.main21 .title {
  font-size: 0.21875rem;
  text-align: center;
  margin-bottom: 0.3125rem;
}
.main21 .main21-1 ul li {
  background: #fff;
  border-radius: 0.05208333rem;
  margin-bottom: 0.05208333rem;
}
.main21 .main21-1 ul li:last-child {
  margin-bottom: 0;
}
.main21 .main21-1 ul li .bt {
  padding: 0.10416667rem 0.78125rem 0.10416667rem 0.20833333rem;
  position: relative;
  cursor: pointer;
}
.main21 .main21-1 ul li .bt p {
  font-size: 0.10416667rem;
  line-height: 0.15625rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main21 .main21-1 ul li .bt span {
  font-size: 0.08333333rem;
  color: #999;
  position: absolute;
  top: 0.10416667rem;
  right: 0.20833333rem;
  line-height: 0.15625rem;
}
.main21 .main21-1 ul li .text-box {
  font-size: 0.10416667rem;
  color: #999;
  line-height: 1.5;
  padding: 0.10416667rem 0.20833333rem;
  display: none;
}
.main21 .main21-1 ul li.active .bt p {
  overflow: auto;
  white-space: normal;
  text-overflow: initial;
}
.main21 .main21-1 ul li.active .bt span {
  color: #46ac49;
}
.main21 .main21-2 {
  margin-top: 0.36458333rem;
}
.main21 .main21-2 .con {
  background: url(../images/bg23.jpg) no-repeat center center / cover;
  border-radius: 0.05208333rem;
  display: flex;
  height: 2.08333333rem;
}
.main21 .main21-2 .con .imgbox {
  width: 3.90625rem;
  position: relative;
  overflow: hidden;
}
.main21 .main21-2 .con .imgbox img {
  width: auto;
  height: 3.171875rem;
  position: absolute;
  bottom: -1.14583333rem;
  left: 50%;
  transform: translateX(-50%);
}
.main21 .main21-2 .con .text-box {
  width: calc(100% - 3.90625rem);
  padding-right: 0.52083333rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main21 .main21-2 .con .text-box h5 {
  font-size: 0.125rem;
  color: #000;
  line-height: 1.5;
}
.main21 .main21-2 .con .text-box .text {
  font-size: 0.08333333rem;
  color: #999;
  line-height: 1.5;
  margin: 0.15625rem 0 0.20833333rem;
}
.main21 .main21-2 .con .text-box a {
  color: #46ac49;
  font-size: 0.09375rem;
}
.main21 .main21-2 .con .text-box a img {
  width: 0.08854167rem;
  height: auto;
  margin-left: 0.05208333rem;
  position: relative;
  top: -2px;
}
.main22 {
  padding: 0.78125rem 0 0.57291667rem;
  background: url(../images/bg24.jpg) no-repeat center top / cover;
}
.main22 .main22-1 {
  display: flex;
}
.main22 .main22-1 .left {
  color: #fff;
  width: 4.42708333rem;
  padding-right: 0.83333333rem;
}
.main22 .main22-1 .left .text-box-1 .text-1 {
  font-size: 0.32291667rem;
  font-weight: lighter;
  line-height: 1;
}
.main22 .main22-1 .left .text-box-1 .text-2 {
  font-size: 0.32291667rem;
  font-weight: bold;
  margin: 0.10416667rem 0 0.15625rem;
  line-height: 1;
  white-space: nowrap;
}
.main22 .main22-1 .left .text-box-1 .text-3 {
  font-size: 0.21875rem;
  position: relative;
  padding-bottom: 0.15625rem;
  line-height: 1;
}
.main22 .main22-1 .left .text-box-1 .text-3::before {
  content: "";
  width: 0.36458333rem;
  height: 0.02083333rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main22 .main22-1 .left .text-box-2 {
  margin-top: 0.3125rem;
}
.main22 .main22-1 .left .text-box-2 .text-1 {
  font-size: 0.16666667rem;
}
.main22 .main22-1 .left .text-box-2 .text-2 {
  font-size: 0.10416667rem;
  line-height: 1.8;
  margin: 0.10416667rem 0;
}
.main22 .main22-1 .left .text-box-2 .text-3 {
  font-size: 0.125rem;
}
.main22 .main22-1 .right {
  width: calc(100% - 4.42708333rem);
}
.main22 .main22-1 .right ul li {
  margin-bottom: 0.10416667rem;
}
.main22 .main22-1 .right ul li:last-child {
  margin-bottom: 0;
}
.main22 .main22-1 .right ul li a {
  display: block;
  background: #fff;
  border-radius: 0.05208333rem;
  padding: 0.10416667rem;
}
.main22 .main22-1 .right ul li a .img {
  height: 1.35416667rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main22 .main22-1 .right ul li a .img img {
  max-width: 100%;
  max-height: 100%;
}
.main22 .main22-1 .right ul li a h5 {
  font-size: 0.09375rem;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.05208333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main22 .main22-2 ul {
  margin: 0.57291667rem -0.078125rem 0;
  display: flex;
}
.main22 .main22-2 ul li {
  width: 50%;
  padding: 0 0.078125rem;
}
.main22 .main22-2 ul li a {
  display: block;
  border-radius: 0.05208333rem;
  background: #fff;
  padding: 1px 0;
}
.main22 .main22-2 ul li a .imgbox {
  overflow: hidden;
  height: 2.08333333rem;
}
.main22 .main22-2 ul li a .img {
  height: 100%;
}
.main22 .main22-2 ul li a h5 {
  font-size: 0.09375rem;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.05208333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0.10416667rem 0;
}
.main23 {
  background: url(../images/bg25.jpg) no-repeat center center / cover;
  padding: 0.78125rem 0 2.8125rem;
}
.main23 .main22-1 .left {
  color: #000;
}
.main23 .main22-1 .left .text-box-1 .text-3::before {
  background: #44ac49;
}
.main23 .main22-1 .left .text-box-2 .text-2 {
  color: #666;
}
.main24 {
  background: #f6f8fa;
  padding: 0.41666667rem 0 0.625rem;
}
.main24 .main24-1 {
  display: flex;
  margin: 0 -0.10416667rem;
}
.main24 .main24-1 .imgbox {
  width: 66.66%;
  height: 2.60416667rem;
  overflow: hidden;
  padding: 0 0.10416667rem;
}
.main24 .main24-1 .imgbox .img {
  width: 100%;
  height: 100%;
  border-radius: 0.10416667rem;
}
.main24 .main24-1 .text-box {
  width: 33.33%;
  padding: 0 0.10416667rem;
}
.main24 .main24-1 .text-box p {
  font-size: 0.09375rem;
  color: #777;
  padding: 0.13541667rem 0 0.15625rem;
  border-bottom: 0.015625rem solid #c7c7c7;
  position: relative;
}
.main24 .main24-1 .text-box p::before {
  content: "";
  width: 0.71875rem;
  height: 0.015625rem;
  background: #44ac49;
  position: absolute;
  bottom: -0.015625rem;
}
.main24 .main24-1 .text-box h5 {
  font-size: 0.16666667rem;
  color: #333;
  line-height: 0.21875rem;
  max-height: 0.4375rem;
  overflow: hidden;
  margin: 0.20833333rem 0;
}
.main24 .main24-1 .text-box .text {
  font-size: 0.08333333rem;
  color: #777;
  line-height: 0.15625rem;
  max-height: 0.625rem;
  overflow: hidden;
}
.main24 .main24-1 .text-box .more {
  display: block;
  width: 0.9375rem;
  line-height: 0.3125rem;
  background: #44ac49;
  color: #fff;
  text-align: center;
  font-size: 0.07291667rem;
  border-radius: 0.05208333rem;
  margin-top: 0.26041667rem;
}
.main24 .main24-1 .text-box .more img {
  height: 0.0625rem;
  width: auto;
  margin-left: 0.078125rem;
}
.main24 .main24-1 .text-box .more:hover {
  background: #08640d;
}
.main24 .main24-2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0.3125rem -0.10416667rem 0;
}
.main24 .main24-2 ul li {
  width: 33.33%;
  padding: 0 0.10416667rem;
  margin-bottom: 0.20833333rem;
}
.main24 .main24-2 ul li a {
  display: block;
  background: #fff;
  border-radius: 0.05208333rem;
  overflow: hidden;
  transition: all .3s;
}
.main24 .main24-2 ul li a .imgbox {
  overflow: hidden;
}
.main24 .main24-2 ul li a .text-box {
  padding: 0.15625rem 0.20833333rem;
}
.main24 .main24-2 ul li a .text-box p {
  font-size: 0.09375rem;
  color: #777;
  line-height: 1;
}
.main24 .main24-2 ul li a .text-box h5 {
  font-size: 0.13541667rem;
  color: #333;
  line-height: 0.1875rem;
  height: 0.375rem;
  overflow: hidden;
  margin: 0.15625rem 0 0.36458333rem;
}
.main24 .main24-2 ul li a .text-box .more {
  width: 0.26041667rem;
  height: 0.26041667rem;
  border: 1px solid #c7c7c7;
  border-radius: 0.05208333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
.main24 .main24-2 ul li a .text-box .more i {
  transform: rotate(90deg);
  display: inline-block;
  color: #c7c7c7;
  font-size: 0.09375rem;
  transition: all .3s;
}
.main24 .main24-2 ul li a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.main24 .main24-2 ul li a:hover .text-box .more {
  background: #44ac49;
  border-color: #44ac49;
  color: #fff;
}
.main24 .main24-2 ul li a:hover .text-box .more i {
  color: #fff;
}
.main24 .main24-2 ul li a:hover .img {
  transform: scale(1.1);
}
/* 页数按钮样式 */
.page_div {
  text-align: center;
  margin-top: 0.41666667rem;
  line-height: 0.28645833rem;
}
.page_div button {
  display: inline-block;
  width: 0.28645833rem;
  height: 0.28645833rem;
  cursor: pointer;
  color: #d2d2d2;
  font-size: 0.09375rem;
  line-height: 0.28645833rem;
  background-color: #fff;
  text-align: center;
  margin: 0 0.0625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0.05208333rem;
  vertical-align: top;
}
#firstPage,
#lastPage {
  width: 0.26041667rem;
  color: #0073A9;
  border: 1px solid #0073A9;
  display: none;
}
#prePage,
#nextPage {
  text-align: center;
}
#prePage i {
  display: inline-block;
  transform: rotate(-90deg);
}
#nextPage i {
  display: inline-block;
  transform: rotate(90deg);
}
.page_div .current {
  background-color: #44ac49;
  border-color: #44ac49;
  color: #ffffff;
}
/* 页面数量 */
.totalPages {
  margin: 0 0.05208333rem;
}
.totalPages span,
.totalSize span {
  color: #0073A9;
  margin: 0 0.02604167rem;
}
/*button禁用*/
.page_div button:disabled {
  opacity: .5;
  cursor: no-drop;
}
.banner3 {
  height: 2.65625rem;
}
.main25 {
  background: #f6f8fa;
  padding-bottom: 0.36458333rem;
  padding-top: 1px;
}
.main25 .main25-box {
  margin-top: -1.44791667rem;
}
.main25 .title {
  padding: 0 0.625rem 0.41666667rem;
}
.main25 .title p {
  font-size: 0.08333333rem;
  color: #fff;
}
.main25 .title p span {
  margin-left: 0.15625rem;
}
.main25 .title p span img {
  height: 0.08333333rem;
  position: relative;
  top: -0.01041667rem;
  margin-right: 0.05208333rem;
}
.main25 .title h5 {
  font-size: 0.1875rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 0.10416667rem;
}
.main25 .main25-con {
  background: #fff;
  padding: 0.57291667rem 0.625rem 0.3125rem;
  display: flex;
  justify-content: space-between;
}
.main25 .main25-con .left {
  width: calc(100% - 2.55208333rem);
  border-right: 1px solid #e7e7e7;
  padding-right: 0.46875rem;
}
.main25 .main25-con .left .con-1 {
  font-size: 0.08333333rem;
  color: #333;
  line-height: 1.8;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0.20833333rem;
}
.main25 .main25-con .left .con-1 img {
  display: block;
  max-width: 100%;
  margin: 0.05208333rem auto;
  border-radius: 0.05208333rem;
}
.main25 .main25-con .left .con-2 {
  position: relative;
  margin-top: 0.20833333rem;
}
.main25 .main25-con .left .con-2 ul li {
  margin-bottom: 0.05208333rem;
  padding-right: 1.04166667rem;
}
.main25 .main25-con .left .con-2 ul li a {
  font-size: 0.08333333rem;
  color: #666;
  line-height: 0.15625rem;
  position: relative;
  padding-left: 0.10416667rem;
  transition: all .3s;
}
.main25 .main25-con .left .con-2 ul li a::before {
  content: "";
  width: 0.05208333rem;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.main25 .main25-con .left .con-2 ul li a:hover {
  color: #44ac49;
  padding-left: 0.15625rem;
}
.main25 .main25-con .left .con-2 ul li a:hover::before {
  width: 0.10416667rem;
  background: #44ac49;
}
.main25 .main25-con .left .con-2 .more {
  display: block;
  width: 0.78125rem;
  line-height: 0.29166667rem;
  background: #b4b4b4;
  border-radius: 0.05208333rem;
  text-align: center;
  font-size: 0.078125rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main25 .main25-con .left .con-2 .more:hover {
  background: #44ac49;
}
.main25 .main25-con .right {
  width: 2.55208333rem;
  padding-left: 0.46875rem;
}
.main25 .main25-con .right .con-1 .bt {
  font-size: 0.16666667rem;
  color: #333;
  margin-bottom: 0.13020833rem;
}
.news1 {
  display: block;
}
.news1 .imgbox {
  overflow: hidden;
  height: 1.171875rem;
  border-radius: 0.05208333rem;
}
.news1 .imgbox .img {
  height: 100%;
}
.news1 h5 {
  font-size: 0.125rem;
  color: #333;
  line-height: 1.5;
  padding: 0.05208333rem 0 0.15625rem;
  border-bottom: 1px solid #e5e5e5;
}
.news1:hover .img {
  transform: scale(1.1);
}
.news2 {
  padding: 0.20833333rem 0;
}
.news2 li a {
  font-size: 0.08333333rem;
  color: #333;
  line-height: 0.18229167rem;
  position: relative;
  padding-left: 0.078125rem;
  transition: all .3s;
}
.news2 li a::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.news2 li a:hover {
  color: #00a080;
}
.news2 li a:hover::before {
  background: #00a080;
}
.news3 {
  display: block;
  overflow: hidden;
  border-radius: 0.05208333rem;
  height: 1.171875rem;
  position: relative;
}
.news3 .img {
  height: 100%;
}
.news3 .text {
  position: absolute;
  bottom: 0.15625rem;
  left: 0.15625rem;
  font-size: 0.109375rem;
  line-height: 1.5;
  color: #fff;
}
.news3 .text p {
  margin-top: 0.05208333rem;
}
.news3 .play {
  width: 0.20833333rem;
  height: 0.20833333rem;
  background: #44ac49;
  border-radius: 50%;
  position: absolute;
  right: 0.15625rem;
  bottom: 0.15625rem;
}
.news3 .play::before {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #1c1918;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news3:hover .img {
  transform: scale(1.1);
}
.banner4 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner4::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw + 100px);
  height: 100%;
  transition: all 3s;
}
.banner4.fade-animation .bg {
  left: -100px;
}
.banner4 .con {
  position: absolute;
  width: 100%;
  top: 1.5625rem;
  left: 0;
  z-index: 10;
}
.banner4 .con .title {
  font-size: 0.27083333rem;
  color: #fff;
  text-align: center;
}
.banner4 .con ul {
  display: flex;
  justify-content: center;
  margin-top: 0.3125rem;
}
.banner4 .con ul li {
  margin: 0 0.15625rem;
}
.banner4 .con ul li a {
  display: block;
  font-size: 0.125rem;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.banner4 .con ul li a::before {
  content: "";
  width: 100%;
  height: 0.02083333rem;
  background: #fff;
  position: absolute;
  bottom: -0.10416667rem;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.banner4 .con ul li a.active {
  color: #fff;
}
.banner4 .con ul li a.active::before {
  opacity: 1;
}
.main26 {
  background: url(../images/bg26.jpg) no-repeat center center / cover;
  padding: 0.625rem 0 1.35416667rem;
}
.main26 .title {
  font-size: 0.27083333rem;
  text-align: center;
  margin-bottom: 0.57291667rem;
}
.main26 ul {
  width: 6.45833333rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main26 ul li {
  width: 20%;
  height: 1.33854167rem;
  position: relative;
}
.main26 ul li img {
  height: 1.33854167rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}
.main26 ul li:nth-child(2) img,
.main26 ul li:nth-child(4) img {
  top: 0;
  margin-top: -0.05208333rem;
}
.main26 ul li:nth-child(6) {
  transform: translateX(-50%);
}
.main26 ul li:nth-child(6) img {
  top: 0;
  margin-top: 0.05208333rem;
}
.main26 ul li:nth-child(7) {
  transform: translateX(50%);
}
.main26 ul li:nth-child(7) img {
  top: 0;
  margin-top: 0.05208333rem;
}
.main26 ul li:hover img {
  transform: translateX(-50%) scale(1.1);
  z-index: 10;
}
.main27 {
  background: #f6f8fa;
  padding: 0.41666667rem 0;
}
.main27 .search {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.05208333rem;
}
.main27 .search form {
  position: relative;
  padding-right: 1.04166667rem;
}
.main27 .search form ul {
  display: flex;
  align-items: center;
}
.main27 .search form ul li {
  width: 33.33%;
  height: 0.41666667rem;
  border-right: 1px solid #f6f6f6;
  position: relative;
}
.main27 .search form ul li .con {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 0.26041667rem;
}
.main27 .search form ul li .con span {
  font-size: 0.09375rem;
  color: #333;
}
.main27 .search form ul li .con i {
  position: absolute;
  top: 50%;
  right: 0.26041667rem;
  color: #d9d9d9;
  font-size: 0.08333333rem;
  transform: translateY(-50%);
}
.main27 .search form ul li dl {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1000;
  margin-top: 5px;
  display: none;
}
.main27 .search form ul li dl.active {
  display: block;
}
.main27 .search form ul li dl dd {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.05208333rem;
  line-height: 0.20833333rem;
  color: #fff;
  text-align: center;
  font-size: 0.08333333rem;
  cursor: pointer;
  margin-top: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
}
.main27 .search form ul li dl dd:hover {
  background: #44ac49;
}
.main27 .search form ul li input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  font-size: 0.09375rem;
  padding: 0 0.26041667rem;
}
.main27 .search form ul li input:focus {
  outline: none;
}
.main27 .search form button {
  width: 1.04166667rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #44ac49;
  color: #ffff;
  font-size: 0.10416667rem;
  border: none;
  border-top-right-radius: 0.05208333rem;
  border-bottom-right-radius: 0.05208333rem;
}
.main27 .main27-1 .main27-1-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3125rem 0 0.26041667rem;
}
.main27 .main27-1 .main27-1-title h5 {
  font-size: 0.16666667rem;
  color: #333;
}
.main27 .main27-1 .main27-1-title p {
  font-size: 0.08333333rem;
  color: #999;
}
.main27 .main27-1 .main27-1-title p span {
  color: #44ac49;
}
.main27 .main27-1 .main27-1-con {
  background: #fff;
  padding: 0 0.41666667rem 0.41666667rem;
  border-radius: 0.05208333rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.main27 .main27-1 .main27-1-con .list .title {
  font-size: 0.10416667rem;
  color: #333;
  position: relative;
  padding-right: 0.52083333rem;
  border-bottom: 1px dashed #ececec;
  cursor: pointer;
}
.main27 .main27-1 .main27-1-con .list:first-child .title {
  border-bottom: 1px solid #ececec;
  cursor: auto;
}
.main27 .main27-1 .main27-1-con .list .title i {
  position: absolute;
  top: 50%;
  right: 0.26041667rem;
  color: #ddd;
  font-size: 0.08333333rem;
  transform: translateY(-50%);
  transition: all .3s;
}
.main27 .main27-1 .main27-1-con .list .title.active i {
  transform: translateY(-50%) rotate(-180deg);
}
.main27 .main27-1 .main27-1-con .list .title ul {
  display: flex;
  align-items: center;
  height: 0.41666667rem;
}
.main27 .main27-1 .main27-1-con .list .title ul li {
  width: 22.5%;
}
.main27 .main27-1 .main27-1-con .list .title ul li:first-child {
  width: 10%;
}
.main27 .main27-1 .main27-1-con .list .con {
  border-bottom: 1px dashed #ececec;
  padding: 0.26041667rem 0;
  display: none;
}
.main27 .main27-1 .main27-1-con .list .con .dl-box {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.05208333rem;
}
.main27 .main27-1 .main27-1-con .list .con .dl-box dl {
  padding: 0 0.05208333rem;
}
.main27 .main27-1 .main27-1-con .list .con .dl-box dl dt {
  font-size: 0.13541667rem;
  color: #44ac49;
  margin-bottom: 0.15625rem;
  font-weight: normal;
}
.main27 .main27-1 .main27-1-con .list .con .dl-box dl dd {
  font-size: 0.08333333rem;
  color: #333;
  line-height: 0.15625rem;
}
.main27 .main27-1 .main27-1-con .list .con .contact {
  display: flex;
  margin-top: 0.15625rem;
}
.main27 .main27-1 .main27-1-con .list .con .contact img {
  width: 0.41666667rem;
  height: 0.41666667rem;
}
.main27 .main27-1 .main27-1-con .list .con .contact .text {
  font-size: 0.08333333rem;
  color: #333;
  line-height: 0.13020833rem;
  margin-left: 0.10416667rem;
}
.main27 .page_div button {
  border: 1px solid #eaeaea;
}
.main27 #prePage,
.main27 #nextPage {
  background: #f3f3f3;
  opacity: 1;
}
.main28 {
  background: #f6f8fa;
  padding: 0.41666667rem 0;
}
.main28 .main18 {
  background: url(../images/bg30.jpg) no-repeat center center / cover;
  padding: 0;
  border-radius: 0.05208333rem;
  overflow: hidden;
}
.main29 {
  padding: 0.52083333rem 0 0.98958333rem;
  background: url(../images/bg31.jpg) no-repeat center center / cover;
}
.main29 .title {
  font-size: 0.27083333rem;
  color: #000;
  position: relative;
  padding-bottom: 0.20833333rem;
  margin-bottom: 0.625rem;
}
.main29 .title::before {
  content: "";
  width: 0.36458333rem;
  height: 0.03125rem;
  background: #44ac49;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main29 .swiper {
  padding-bottom: 0.36458333rem;
}
.main29 .swiper a {
  display: block;
  overflow: hidden;
}
.main29 .swiper a .imgbox {
  overflow: hidden;
}
.main29 .swiper a h5 {
  color: #000;
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  margin-top: 0.10416667rem;
  text-align: center;
}
.main29 .swiper a:hover .img {
  transform: scale(1.1);
}
.main29 ul {
  position: relative;
}
.main29 ul li {
  font-size: 0.10416667rem;
  line-height: 1.5;
  margin-bottom: 0.078125rem;
  position: relative;
  padding-left: 0.26041667rem;
}
.main29 ul li::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #44ac49;
  position: absolute;
  top: 0.11458333rem;
  left: 0.05729167rem;
}
.main29 ul li:last-child::before {
  display: none;
}
.main29 ul li i {
  width: 0.11458333rem;
  height: 0.11458333rem;
  border: 1px solid #44ac49;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
}
.main29 ul li i::before {
  content: "";
  width: 0.05208333rem;
  height: 0.05208333rem;
  background: #44ac49;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main29 ul li:last-child i::after {
  display: none;
}
.main30 {
  border-bottom: 3px solid #f6f8fa;
  position: relative;
}
.main30 .main30-1 {
  padding: 0.83333333rem 0.390625rem 0 0;
}
.main30 .main30-1 .title {
  font-size: 0.21875rem;
  color: #000;
  padding-bottom: 0.20833333rem;
  border-bottom: 0.02083333rem solid #44ac49;
  margin-bottom: 0.15625rem;
}
.main30 .main30-1 .dl-box dl {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  justify-content: space-between;
  height: 0.41666667rem;
}
.main30 .main30-1 .dl-box dl:last-child {
  height: 0.78125rem;
  border-bottom: none;
}
.main30 .main30-1 .dl-box dl dt {
  font-size: 0.09375rem;
  color: #666;
  font-weight: normal;
}
.main30 .main30-1 .dl-box dl dd {
  font-size: 0.09375rem;
  color: #000;
}
.main30 .main30-1 .dl-box dl dd .weixin {
  width: 0.46875rem;
  height: 0.46875rem;
}
.main30 #map {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
.main31 {
  padding: 0.625rem 0 0.52083333rem;
  background: url(../images/bg32.jpg) no-repeat center center / cover;
}
.main31 .main31-1 .title h5 {
  font-size: 0.21875rem;
  color: #272726;
  line-height: 1.5;
}
.main31 .main31-1 .title p {
  font-size: 0.125rem;
  color: #272726;
  margin-top: 0.05208333rem;
  line-height: 1.5;
}
.main31 .main31-1 .text {
  margin: 0.26041667rem 0;
  font-size: 0.08333333rem;
  color: #333;
  line-height: 1.8;
  text-indent: 2em;
}
.main31 .main31-1 .text span {
  /*color: #009A46;*/
}
.main31 .main31-1 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main31 .main31-2 {
  margin: 0.41666667rem 0 0.83333333rem;
}
.main31 .main31-2 ul {
  display: flex;
  text-align: center;
}
.main31 .main31-2 ul li {
  width: 25%;
  border-right: 1px solid #e3e3e3;
}
.main31 .main31-2 ul li:last-child {
  border-right: none;
}
.main31 .main31-2 ul li h5 {
  color: #44ac49;
  font-size: 0.46875rem;
}
.main31 .main31-2 ul li h5 b {
  font-weight: normal;
}
.main31 .main31-2 ul li h5 span {
  font-size: 0.16666667rem;
}
.main31 .main31-2 ul li p {
  font-size: 0.08333333rem;
  color: #333;
  margin-top: 0.15625rem;
}
.main31 .main31-3 {
  width: 2.34375rem;
  height: 2.34375rem;
  border-radius: 50%;
  box-shadow: inset 0 0 20px 15px rgba(166, 196, 208, 0.6);
  margin: 1.5625rem auto 2.60416667rem;
  position: relative;
}
.main31 .main31-3 ul {
  width: 100%;
  height: 100%;
}
.main31 .main31-3 ul li {
  position: absolute;
  height: 1.11458333rem;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0.41666667rem;
  white-space: nowrap;
}
.main31 .main31-3 ul li h5 {
  font-size: 0.16666667rem;
  color: #333;
}
.main31 .main31-3 ul li p {
  font-size: 0.10416667rem;
  color: #333;
  margin-top: 0.078125rem;
}
.main31 .main31-3 ul li::before {
  content: "";
  width: 1.11458333rem;
  height: 1.11458333rem;
  border: 1px solid #fff;
  border-radius: 50%;
  border-top: none;
  border-left: none;
  transform: rotate(-20deg);
  position: absolute;
  top: 0;
  right: 0;
}
.main31 .main31-3 ul li:nth-child(1) {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0;
}
.main31 .main31-3 ul li:nth-child(1)::before {
  display: none;
}
.main31 .main31-3 ul li:nth-child(1) img {
  width: 1.11979167rem;
  height: auto;
}
.main31 .main31-3 ul li:nth-child(2) {
  right: 0;
  bottom: 100%;
  transform: translate(-0.625rem, 0.25rem);
}
.main31 .main31-3 ul li:nth-child(3) {
  top: 0.52604167rem;
  right: 100%;
  margin-right: -0.15625rem;
}
.main31 .main31-3 ul li:nth-child(4) {
  top: 1.98958333rem;
  right: 100%;
  margin-right: -0.90625rem;
}
.main31 .main31-3 ul li:nth-child(5) {
  top: 0.16666667rem;
  left: 100%;
  margin-left: -0.234375rem;
  text-align: left;
  padding: 0 0 0 0.41666667rem;
}
.main31 .main31-3 ul li:nth-child(5)::before,
.main31 .main31-3 ul li:nth-child(6)::before {
  transform: rotate(-230deg);
  right: auto;
  left: 0;
}
.main31 .main31-3 ul li:nth-child(6) {
  top: 1.72395833rem;
  left: 100%;
  margin-left: -0.57291667rem;
  text-align: left;
  padding: 0 0 0 0.41666667rem;
}
.main31 .main31-4 {
  text-align: center;
  color: #fff;
}
.main31 .main31-4 h5 {
  font-size: 0.21875rem;
}
.main31 .main31-4 p {
  font-size: 0.125rem;
  margin-top: 0.15625rem;
}
.main31 .main31-4 p span {
  margin: 0 0.10416667rem;
}
.main32 {
  padding: 0.46875rem 0 1.92708333rem;
  background: url(../images/bg33.jpg) no-repeat center center / cover;
}
.main32 .title {
  font-size: 0.21875rem;
  color: #333;
  text-align: center;
  margin-bottom: 0.46875rem;
}
.main32 .swiper {
  width: 3.38541667rem;
}
.main32 .swiper a {
  display: block;
}
.main32 .swiper a .imgbox {
  padding: 0 0.36458333rem;
}
.main32 .swiper a .img {
  border-radius: 0.10416667rem;
  overflow: hidden;
}
.main32 .swiper a .text {
  font-size: 0.13020833rem;
  color: #333;
  line-height: 1.8;
  margin-top: 0.20833333rem;
  padding: 0 0.36458333rem;
}
.main32 .main32-con {
  position: relative;
}
.main32 .main32-con::before,
.main32 .main32-con::after {
  content: "";
  width: 1000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -0.25rem 0.15625rem 0 0;
}
.main32 .main32-con::after {
  right: auto;
  left: 100%;
  margin: -0.25rem 0 0 0.15625rem;
}
.main32 .main32-con .but {
  width: 0.28645833rem;
  height: 0.28645833rem;
  border: 1px solid #7f7f7f;
  position: absolute;
  top: 50%;
  left: 0.52083333rem;
  margin-top: -0.38020833rem;
  border-radius: 0.05208333rem;
}
.main32 .main32-con .but:focus {
  outline: none;
}
.main32 .main32-con .but::before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #7f7f7f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main32 .main32-con .but-next {
  left: auto;
  right: 0.52083333rem;
}
.main32 .main32-con .but-next::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.main32 .main32-con .but::after {
  content: "";
  width: 1.14583333rem;
  height: 1px;
  background: #cacaca;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 0.10416667rem;
}
.main32 .main32-con .but-next::after {
  left: auto;
  right: 100%;
  margin: 0 0.10416667rem 0 0;
}
.main32 .main32-con .but span {
  font-size: 0.16666667rem;
  color: #7f7f7f;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  margin-right: 0.10416667rem;
}
.main32 .main32-con .but-next span {
  right: auto;
  left: 100%;
  margin: 0 0 0 0.10416667rem;
}
.mobile.index {
  display: block !important;
}
.mobile.index .ydd_btn {
  right: auto;
  left: -40px;
  transition: all .3s;
}
.mobile.index .ydd_btn.active {
  left: 15px;
}
.mobile.index .ydd_btn.active2 {
  left: 300px;
}
.nav4 {
  display: block;
  position: fixed;
  top: 0;
  left: -70%;
  z-index: 3000;
  width: 70%;
  max-width: 300px;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 90px 5px 70px 15px;
  transition: all .3s;
}
.nav4.active {
  left: 0;
}
.nav4 .logo {
  height: 50px;
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.nav4 .nav4-con {
  height: 100%;
  overflow: auto;
  padding-right: 15px;
  margin-bottom: 10px;
}
.nav4 .nav4-con .list a {
  display: block;
  position: relative;
  transition: all .3s;
}
.nav4 .nav4-con .list .a-1 {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav4 .nav4-con .list .a-1.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 13px;
  transition: all .3s;
}
.nav4 .nav4-con .list .a-1.active::before {
  transform: rotate(-180deg);
}
.nav4 .nav4-con .list ul {
  padding: 10px 0 0 32px;
  display: none;
}
.nav4 .nav4-con .list ul li .a-2 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.nav4 .nav4-con .list ul li .a-2.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 12px;
  transition: all .3s;
}
.nav4 .nav4-con .list ul li .a-2.active::before {
  transform: rotate(-180deg);
}
.nav4 .nav4-con .list ul li dl {
  display: none;
  padding-left: 28px;
  padding-top: 8px;
}
.nav4 .nav4-con .list ul li dl dd a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
  padding: 5px 0;
}
.nav4 .more ul {
  display: flex;
  margin: 0 -5px;
  padding-right: 15px;
}
.nav4 .more ul li {
  width: 50%;
  padding: 0 5px;
}
.nav4 .more ul li a {
  display: block;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  font-size: 16px;
  line-height: 35px;
  transition: all .3s;
}
.mobile.index .ydd_btn {
  right: auto;
  left: -40px;
  transition: all .3s;
}
.mobile.index .ydd_btn.active {
  left: 15px;
}
.mobile.index .ydd_btn.active2 {
  left: 300px;
}
.ydd_btn {
  width: 40px;
  cursor: pointer;
  position: fixed;
  z-index: 8000;
  top: 15px;
  right: 15px;
}
.ydd_btn span {
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.ydd_btn.click span {
  background: #fff;
}
.ydd_btn.click span.span01 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  top: 8px;
  margin-top: 0px;
}
.ydd_btn.click span.span02 {
  margin: 3px 0;
}
.ydd_btn.click span.span03 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  top: -8px;
  margin-top: 0px;
}
.ydd_btn.click span.span02 {
  width: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.ydd_btn.index span,
.ydd_btn.index.click span {
  background: #367ee8;
}
footer {
  background: #fff;
}
footer .top {
  height: 0.625rem;
}
footer .top .left {
  height: 0.625rem;
  display: flex;
  align-items: center;
}
footer .top .left img {
  height: 0.40625rem;
}
footer .top .left p {
  font-size: 0.09375rem;
  color: #555;
  padding-left: 0.09375rem;
  border-left: 1px solid #eee;
  margin-left: 0.14583333rem;
}
footer .top .right {
  height: 0.625rem;
  display: flex;
  align-items: center;
}
footer .top .right p {
  color: #555;
  margin-right: 0.078125rem;
}
footer .top .right .but {
  display: flex;
}
footer .top .right .but a {
  display: block;
  width: 0.19791667rem;
  height: 0.19791667rem;
  background: #eee;
  border-radius: 50%;
  color: #555;
  margin-left: 0.05208333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  position: relative;
}
footer .top .right .but a img {
  width: 100px;
  height: 100px;
  border: 5px solid #eee;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 3000;
  transform: translateX(-50%);
  display: none;
  margin-bottom: 5px;
}
footer .top .right .but a:hover {
  background: #48ac49;
  color: #fff;
}
footer .top .right .but a:hover img {
  display: block;
}
footer .top .right .but a i {
  font-size: 0.08333333rem;
}
footer .middle {
  padding: 0.3125rem 0 0.46875rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
footer .middle .left {
  width: calc(100% - 1.04166667rem);
  display: flex;
}
footer .middle .left dl {
  width: 20%;
}
footer .middle .left dl dt {
  font-size: 0.09375rem;
  color: #555;
  line-height: 0.15625rem;
  margin-bottom: 0.05208333rem;
  font-weight: normal;
}
footer .middle .left dl dt a {
  color: #555;
  transition: all .3s;
}
footer .middle .left dl dd {
  line-height: 0.15625rem;
}
footer .middle .left dl dd a {
  color: #555;
}
footer .middle .left dl dd a:hover,
footer .middle .left dl dt a:hover {
  color: #48ac49;
}
footer .middle .right {
  width: 1.04166667rem;
}
footer .middle .right ul li p {
  font-size: 0.09375rem;
  color: #555;
}
footer .middle .right ul li h5 {
  font-size: 0.13020833rem;
  color: #48ac49;
  margin-top: 0.05208333rem;
}
footer .middle .right ul li:last-child {
  margin-top: 0.15625rem;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  padding: 0.15625rem 0;
  color: #555;
}
footer .bottom p a {
  margin-left: 10px;
}
footer .bottom a {
  color: #555;
  transition: all .3s;
}
footer .bottom a:hover {
  color: #48ac49;
}
footer .bottom ul {
  display: flex;
  align-items: center;
}
footer .bottom ul li {
  line-height: 1;
  border-left: 1px solid #e2e2e2;
  margin-left: 0.09375rem;
  padding-left: 0.09375rem;
}
footer .bottom ul li:first-child {
  border: none;
}
.video_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: -100%;
  left: 0;
  z-index: 8000;
  display: flex;
  justify-content: cener;
  align-items: center;
  transition: all .3s;
}
.video_popup.active {
  top: 0;
}
.video_popup .con_box {
  width: 90%;
  height: 80%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
}
.video_popup .con_box video {
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
}
.video_popup .con_box video.active {
  display: block;
}
.video_popup .con_box i.colse {
  color: #fff;
  font-size: 40px;
  transform: rotate(45deg);
  position: absolute;
  top: -45px;
  right: -45px;
  cursor: pointer;
  transition: all .3s;
}
.video_popup .con_box i.colse:hover {
  color: #fe738a;
  transform: rotate(315deg);
}
/*媒体查询开始*/
@media (max-width: 1920px) {
  body {
    font-size: 14px;
  }
  .pointer {
    bottom: 0.52083333rem;
  }
  .pointer p {
    font-size: 16px;
  }
  .pointer i {
    width: 2px;
    height: 30px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    max-width: 1470px  !important;
  }
  .main1::before {
    box-shadow: 0 0 0.50454087rem 1.00908174rem rgba(0, 0, 0, 0.5);
  }
  .main1 .imgbox img.switch {
    top: 1.10998991rem;
    height: 4.03632694rem;
  }
  .main1 .imgbox img.moon {
    width: 3.02724521rem;
    top: 1.61453078rem;
    left: 0.20181635rem;
  }
  .main1 .imgbox img.spaceman {
    width: 3.02724521rem;
    top: 1.9172553rem;
    right: 0.50454087rem;
  }
  .main1 .con-1 {
    top: 6.55903128rem;
  }
  .main1 .con-1 .text-1 {
    font-size: 0.14127144rem;
    letter-spacing: 0.05045409rem;
  }
  .main1 .con-1 .text-2 {
    margin: 30px 0;
  }
  .main1 .con-1 .text-2 span {
    font-size: 0.50454087rem;
    letter-spacing: 0.15136226rem;
  }
  .main1 .con-1 .but-box {
    flex-direction: column;
    align-items: center;
  }
  .main1 .con-1 .but-box a {
    width: 120px;
    line-height: 30px;
    font-size: 14px;
    margin: 10px 0;
  }
  .main1 .con-1 .but-box a:first-child {
    padding-left: 30px;
  }
  .main1 .con-1 .but-box a:first-child::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #000;
    left: 15px;
  }
  .pointer {
    bottom: 60px;
  }
  .pointer p {
    font-size: 16px;
  }
  .title1 {
    top: 1.00908174rem;
    left: 0.50454087rem;
  }
  .title1 p {
    font-size: 0.60544904rem;
    padding-bottom: 0.30272452rem;
    margin-bottom: 0.30272452rem;
  }
  .title1 p::before {
    width: 0.40363269rem;
    height: 2px;
  }
  .title1 h5 {
    font-size: 0.5247225rem;
  }
  .main4 .title1 {
    right: 0.50454087rem;
  }
  .main4 ul li {
    width: 2.65388496rem;
    height: 2.65388496rem;
  }
  .main4 ul li:first-child {
    width: 3.32996973rem;
    height: 3.32996973rem;
    top: 1.21089808rem;
    left: 1.94752775rem;
  }
  .main4 ul li:nth-child(2) {
    top: 4.78304743rem;
    left: 0.45408678rem;
  }
  .main4 ul li:nth-child(3) {
    top: 4.90413724rem;
    left: 4.64177598rem;
  }
  .main4 ul li .con h5 {
    font-size: 0.72653885rem;
  }
  .main4 ul li .con h5 span {
    font-size: 0.30272452rem;
  }
  .main4 ul li .con p {
    font-size: 0.18163471rem;
    letter-spacing: 0.05045409rem;
    margin-top: 0.05045409rem;
  }
  .main5 ul {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
  .main5 ul li {
    width: 50%;
    height: 50%;
  }
  .main5 ul li:nth-child(1),
  .main5 ul li:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .main5 ul li:nth-child(1),
  .main5 ul li:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .main5 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main5 ul li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  .main5 ul li a .text-box {
    padding: 0.30272452rem;
  }
  .main5 ul li a h5 {
    font-size: 0.42381433rem;
    transform: translateY(0.50454087rem);
  }
  .main5 ul li a .text {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    margin-top: 15px;
    transform: translateY(0.50454087rem);
  }
  footer .top {
    height: auto;
    padding: 20px 0;
  }
  footer .top .left {
    width: 100%;
    height: auto;
    float: none !important;
    text-align: center;
    justify-content: center;
  }
  footer .top .left img {
    height: 30px;
  }
  footer .top .left p {
    font-size: 14px;
    padding-left: 18px;
    margin-left: 28px;
  }
  footer .top .right {
    width: 100%;
    height: auto;
    float: none !important;
    justify-content: center;
    margin-top: 30px;
  }
  footer .top .right p {
    margin-right: 15px;
  }
  footer .top .right .but a {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  footer .top .right .but a i {
    font-size: 16px;
  }
  footer .middle {
    padding: 30px 0;
  }
  footer .middle .right {
    width: 100%;
    text-align: center;
  }
  footer .middle .right ul li p {
    font-size: 16px;
  }
  footer .middle .right ul li h5 {
    font-size: 20px;
    margin-top: 10px;
  }
  footer .middle .right ul li:last-child {
    margin-top: 20px;
  }
  footer .bottom {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
  }
  footer .bottom p a {
    margin-left: 10px;
  }
  footer .bottom ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  footer .bottom ul li {
    margin: 0;
    padding: 0 10px;
  }
  footer .bottom ul li:first-child {
    border: none;
  }
  .main6 .con {
    top: 20%;
  }
  .main6 .con .title {
    font-size: 0.5247225rem;
    line-height: 0.72653885rem;
  }
  .main6 .con ul {
    margin-top: 0.50454087rem;
  }
  .main6 .con ul li {
    margin: 0 0.25227043rem;
  }
  .main6 .con ul li a {
    font-size: 0.24217962rem;
    padding: 0 0.10090817rem;
  }
  .main6 .con ul li a::before {
    height: 0.04036327rem;
    bottom: -0.18163471rem;
  }
  .main7 .left {
    width: 4.9445005rem;
  }
  .main7 .right {
    width: calc(100% - 4.9445005rem);
    padding-top: 1.00908174rem;
    padding-left: 0.50454087rem;
  }
  .main7 .right .img {
    width: 4.84359233rem;
    height: 2.62361251rem;
    border-radius: 0.10090817rem;
  }
  .main7 .right .text-box {
    width: 3.02724521rem;
    height: 2.01816347rem;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.2);
    border-radius: 0.10090817rem;
    padding: 0 0.20181635rem;
    left: 0;
  }
  .main7 .right .text-box h5 {
    font-size: 0.24217962rem;
  }
  .main7 .right .text-box .text {
    font-size: 0.16145308rem;
    line-height: 0.30272452rem;
    max-height: 0.90817356rem;
    margin: 0.10090817rem 0;
  }
  .main7 .right .text-box a {
    font-size: 0.16145308rem;
  }
  .title2 h5 {
    font-size: 0.5247225rem;
  }
  .title2 p {
    font-size: 0.24217962rem;
    margin-top: 0.30272452rem;
  }
  .title2 ul {
    margin-top: 0.30272452rem;
  }
  .title2 ul li {
    font-size: 0.16145308rem;
    line-height: 0.25227043rem;
    padding-left: 0.16145308rem;
    margin-bottom: 0.10090817rem;
  }
  .title2 ul li::before {
    width: 0.04036327rem;
    height: 0.04036327rem;
    top: 0.10090817rem;
  }
  .title2 a {
    font-size: 0.16145308rem;
    margin-top: 0.30272452rem;
  }
  .main8 .title2 {
    top: 1.21089808rem;
    left: 15px;
  }
  .main9 .imgbox .map {
    height: 7.72956609rem;
    top: 0.78708375rem;
    left: 0.10090817rem;
  }
  .main9 .imgbox img.shijie {
    height: 5.04540868rem;
    top: 1.5136226rem;
    left: 0.20181635rem;
  }
  .main9 .imgbox .red_flag {
    top: 2.16952573rem;
    left: 2.42179617rem;
    height: 5.4086781rem;
  }
  .main9 .imgbox .headquarters {
    top: 6.75075681rem;
    left: 6.31685166rem;
    height: 0.54490414rem;
  }
  .main9 .imgbox .line {
    top: 2.29061554rem;
    left: 2.43188698rem;
    height: 5.25731584rem;
  }
  .main9 .imgbox .name {
    top: 2.42179617rem;
    left: 2.32088799rem;
    height: 5.33804238rem;
  }
  .main9 ul {
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 0 15px;
  }
  .main9 ul li {
    font-size: 0.16145308rem;
    line-height: 1.5;
    padding-left: 0.15136226rem;
    margin-bottom: 0.10090817rem;
  }
  .main9 ul li:last-child {
    margin-bottom: 0;
  }
  .main9 ul li::before {
    width: 0.04036327rem;
    height: 0.04036327rem;
    top: 0.11099899rem;
  }
  .main9 .nav {
    top: 0.70635721rem;
  }
  .main9 .nav a {
    width: 1.61453078rem;
    line-height: 0.50454087rem;
    border-radius: 0.10090817rem;
    font-size: 0.20181635rem;
    margin: 0 0.10090817rem;
  }
  .main10 .title {
    font-size: 0.5247225rem;
    top: 1.00908174rem;
  }
  .main10 ul li:nth-child(1) {
    top: 3.34006054rem;
    left: 0.73662967rem;
  }
  .main10 ul li:nth-child(2) {
    top: 6.21594349rem;
    left: 1.7457114rem;
  }
  .main10 ul li:nth-child(3) {
    top: 3.6629667rem;
    left: 7.02320888rem;
  }
  .main10 ul li:nth-child(4) {
    top: 7.14429869rem;
    left: 7.40665994rem;
  }
  .main10 ul li .con {
    width: 1.61453078rem;
    height: 1.61453078rem;
    font-size: 0.28254289rem;
  }
  .main10 ul li:nth-child(2) .con {
    width: 2.37134208rem;
    height: 2.37134208rem;
  }
  .main10 ul li:nth-child(3) .con {
    width: 2.08879919rem;
    height: 2.08879919rem;
  }
  .main10 ul li:nth-child(4) .con {
    width: 1.5136226rem;
    height: 1.5136226rem;
  }
  .main11 .con h5 {
    font-size: 0.5247225rem;
  }
  .main11 .con ul {
    margin-top: 0.60544904rem;
  }
  .main11 .con ul li {
    margin: 0 0.40363269rem;
  }
  .main11 .con ul li a {
    font-size: 0.24217962rem;
  }
  .main11 .con ul li a::before {
    height: 0.04036327rem;
    bottom: -0.20181635rem;
  }
  .main12 {
    padding: 0 15px;
  }
  .main12 .con {
    margin-bottom: 1.00908174rem;
  }
  .main12 .con::before {
    width: 0.70635721rem;
    height: 0.0605449rem;
  }
  .main12 .con .text1 {
    font-size: 0.5247225rem;
  }
  .main12 .con .text2 {
    font-size: 0.25227043rem;
    margin: 0.50454087rem 0 0.88799193rem;
  }
  .main13::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .main13 .con {
    top: 1.10998991rem;
  }
  .main13 .con .title p {
    font-size: 0.14127144rem;
    letter-spacing: 0.10090817rem;
  }
  .main13 .con .title h5 {
    font-size: 0.5247225rem;
    margin-top: 0.30272452rem;
  }
  .main13 .con ul {
    margin: 1.17053481rem -0.10090817rem 0;
  }
  .main13 .con ul li {
    padding: 0 0.10090817rem;
  }
  .main13 .con ul li a img {
    height: 0.95862765rem;
  }
  .main13 .con ul li a .text-box {
    margin-top: 0.60544904rem;
  }
  .main13 .con ul li a .text-box p {
    font-size: 0.16145308rem;
  }
  .main13 .con ul li a .text-box h5 {
    font-size: 0.24217962rem;
    margin-top: 0.12108981rem;
  }
  .main14::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  .main14 .con {
    top: 1.00908174rem;
    padding: 0 15px;
  }
  .main14 .con .title {
    font-size: 0.5247225rem;
    padding-bottom: 0.30272452rem;
  }
  .main14 .con .title::before {
    width: 0.70635721rem;
    height: 0.0605449rem;
  }
  .main14 .con .nav ul {
    margin: 0.80726539rem 0 0.90817356rem;
  }
  .main14 .con .nav ul li {
    margin-right: 0.20181635rem;
  }
  .main14 .con .nav ul li a {
    width: 2.01816347rem;
    line-height: 0.60544904rem;
    border-radius: 0.10090817rem;
    font-size: 0.20181635rem;
  }
  .main14 .con .dl-box {
    width: 100%;
    height: 3.32996973rem;
  }
  .main14 .con .dl-box a {
    padding-bottom: 0.15136226rem;
  }
  .main14 .con .dl-box a dt {
    line-height: 0.31281534rem;
    font-size: 0.18163471rem;
    border-radius: 0.10090817rem;
  }
  .main14 .con .dl-box a dt i {
    width: 0.22199798rem;
    height: 0.22199798rem;
  }
  .main14 .con .dl-box a dt i::before {
    width: 0.08072654rem;
    height: 0.08072654rem;
  }
  .main14 .con .dl-box a dt i span::before {
    height: 1.00908174rem;
  }
  .main14 .con .dl-box a dt i span::after {
    height: 1.00908174rem;
  }
  .main14 .con .dl-box a dd {
    width: 100%;
    font-size: 0.18163471rem;
    line-height: 0.31281534rem;
    padding-left: 0.40363269rem;
  }
  .main15 .con {
    top: 0.90817356rem;
  }
  .main15 .con .nav ul li {
    margin: 0 0.25227043rem;
  }
  .main15 .con .nav ul li a {
    font-size: 0.5247225rem;
  }
  .main15 .con .nav ul li a::before {
    height: 0.04036327rem;
    bottom: -0.26236125rem;
  }
  .main15 .con .list ul {
    margin: 0.60544904rem -0.20181635rem 0;
    flex-wrap: wrap;
  }
  .main15 .con .list ul li {
    padding: 0 0.20181635rem;
    width: 100%;
    margin-top: 0.30272452rem;
  }
  .main15 .con .list ul li .li-con {
    border-radius: 0.10090817rem;
    height: 3.4308779rem;
    padding: 0 0.80726539rem;
  }
  .main15 .con .list ul li .li-con .download {
    font-size: 0.18163471rem;
    bottom: 0.50454087rem;
    background: url(../images/xz.png) no-repeat right center / 0.15136226rem auto;
    padding-right: 0.30272452rem;
  }
  .main15 .con .list ul li .li-con h5 {
    font-size: 0.32290616rem;
  }
  .main15 .con .list ul li .li-con .text {
    font-size: 0.16145308rem;
    margin-top: 0.70635721rem;
  }
  .banner2 .con-1 {
    bottom: 1.5136226rem;
    padding: 0 15px;
  }
  .banner2 .con-1 .text1 {
    font-size: 0.62563068rem;
  }
  .banner2 .con-1 .text2 {
    font-size: 0.62563068rem;
    margin: 0.20181635rem 0 0.40363269rem;
  }
  .banner2 .con-1 .text3 {
    font-size: 0.42381433rem;
  }
  .banner2 .con-1 .text4 {
    font-size: 0.18163471rem;
  }
  .banner2 .con-1 .more a {
    width: 120px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 20px;
  }
  .main16 {
    padding: 30px 0;
  }
  .main16 .con-1 .imgbox {
    width: 100%;
    height: 5.04540868rem;
  }
  .main16 .con-1 .text-box {
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: justify;
  }
  .main16 .con-1 .text-box h5 {
    font-size: 20px;
    color: #44ac49;
  }
  .main16 .con-1 .text-box .text1 {
    font-size: 16px;
    margin: 15px 0;
  }
  .main16 .con-1 .text-box .text2 {
    font-size: 14px;
  }
  .main16 .con-2 {
    margin-top: 20px;
  }
  .main16 .con-2 .swiper a::before {
    display: none;
  }
  .banner2 .con-2 {
    top: 3.02724521rem;
  }
  .banner2 .con-2 .text {
    font-size: 0.5247225rem;
  }
  .banner2 .con-2 form {
    height: 0.60544904rem;
    border-radius: 0.60544904rem;
    width: 4.64177598rem;
    margin: 0.30272452rem auto 0;
  }
  .banner2 .con-2 form input {
    width: calc(100% - 0.70635721rem);
    height: 0.60544904rem;
    padding: 0 0.20181635rem;
  }
  .banner2 .con-2 form button {
    width: 0.70635721rem;
    height: 0.60544904rem;
    background: url(../images/icon1.png) no-repeat center center / 0.21190716rem auto;
  }
  .main17 {
    padding: 30px 0;
  }
  .main17 .nav-box .nav-1 li {
    margin: 0 20px;
  }
  .main17 .nav-box .nav-1 li a {
    font-size: 20px;
  }
  .main17 .nav-box .nav-1 li a::before {
    height: 4px;
    bottom: -20px;
  }
  .main17 .nav-box .text-box {
    font-size: 14px;
    margin: 50px 0 30px;
  }
  .main17 .nav-box .nav-2 li {
    margin: 0 10px;
  }
  .main17 .nav-box .nav-2 li a {
    width: 130px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 16px;
  }
  .main17 .main17-con {
    margin-top: 70px;
  }
  .main17 .main17-con ul li {
    margin-bottom: 50px;
  }
  .main17 .main17-con ul li:last-child {
    margin-bottom: 0;
  }
  .main17 .main17-con ul li .con {
    width: 100%;
    float: left;
  }
  .main17 .main17-con ul li .con .title p {
    font-size: 14px;
  }
  .main17 .main17-con ul li .con .title h5 {
    font-size: 20px;
    margin: 10px 0;
  }
  .main17 .main17-con ul li .con .text1 {
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .main17 .main17-con ul li .con .dl-box {
    margin: 0 -10px;
  }
  .main17 .main17-con ul li .con .dl-box dl {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .main17 .main17-con ul li .con .dl-box dl dt {
    width: 100px;
    font-size: 14px;
  }
  .main17 .main17-con ul li .con .dl-box dl dd {
    width: calc(100% - 120px);
    font-size: 14px;
  }
  .main17 .main17-con ul li .con a.more {
    font-size: 14px;
    margin-top: 30px;
  }
  .main17 .main17-con ul li .imgbox {
    width: 100%;
    height: 4.74268416rem;
    float: left;
    margin-bottom: 20px;
  }
  .main17 .main17-con .more1 {
    width: 160px;
    line-height: 40px;
    font-size: 14px;
    margin: 50px auto 0;
    border-radius: 10px;
  }
  .main18 {
    padding: 30px 15px;
  }
  .main18 form {
    width: 100%;
    border-radius: 10px;
  }
  .main18 form .title {
    line-height: 50px;
    font-size: 20px;
    padding-left: 20px;
  }
  .main18 form input,
  .main18 form textarea {
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
  }
  .main18 form textarea {
    height: 120px;
    padding-top: 15px;
  }
  .main18 form ul {
    margin: 20px -10px;
    padding: 0 20px 0;
  }
  .main18 form ul li {
    width: 50%;
    padding: 0 10px;
  }
  .main18 form ul li button {
    height: 40px;
    font-size: 14px;
    border-radius: 10px;
  }
  .main19 {
    padding: 80px 0;
  }
  .main19 .text {
    font-size: 20px;
  }
  .main19 a {
    font-size: 14px;
    margin-top: 50px;
  }
  .main20 {
    padding: 30px 0;
  }
  .main20 .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main20 .main20-con ul li {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .main20 .main20-con ul li:last-child {
    margin-bottom: 0;
  }
  .main20 .main20-con ul li:nth-child(1) ~ li {
    height: 150px;
  }
  .main20 .main20-con ul li .bt {
    line-height: 40px;
    font-size: 18px;
  }
  .main20 .main20-con ul li dl dt {
    width: 200px;
    min-height: 40px;
    font-size: 14px;
    padding: 0 30px;
  }
  .main20 .main20-con ul li dl dd {
    width: calc(100% - 200px);
    min-height: 40px;
    font-size: 14px;
  }
  .main20 .main20-con .more {
    width: 160px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 16px;
    margin: 30px auto 0;
  }
  .main21 {
    padding: 30px 0;
  }
  .main21 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main21 .main21-1 ul li {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .main21 .main21-1 ul li:last-child {
    margin-bottom: 0;
  }
  .main21 .main21-1 ul li .bt {
    padding: 20px 100px 20px 20px;
  }
  .main21 .main21-1 ul li .bt p {
    font-size: 16px;
    line-height: 30px;
  }
  .main21 .main21-1 ul li .bt span {
    font-size: 14px;
    top: 20px;
    right: 20px;
    line-height: 30px;
  }
  .main21 .main21-1 ul li .text-box {
    font-size: 14px;
    padding: 20px;
  }
  .main21 .main21-2 {
    margin-top: 30px;
  }
  .main21 .main21-2 .con {
    border-radius: 10px;
    height: auto;
  }
  .main21 .main21-2 .con .imgbox {
    display: none;
  }
  .main21 .main21-2 .con .text-box {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main21 .main21-2 .con .text-box h5 {
    font-size: 16px;
  }
  .main21 .main21-2 .con .text-box .text {
    font-size: 14px;
    margin: 20px 0;
  }
  .main21 .main21-2 .con .text-box a {
    font-size: 14px;
  }
  .main21 .main21-2 .con .text-box a img {
    width: 17px;
    margin-left: 10px;
  }
  .main22 {
    padding: 30px 0;
  }
  .main22 .main22-1 {
    display: block;
  }
  .main22 .main22-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .main22 .main22-1 .left .text-box-1 .text-1 {
    font-size: 0.62563068rem;
  }
  .main22 .main22-1 .left .text-box-1 .text-2 {
    font-size: 0.62563068rem;
    margin: 0.20181635rem 0 0.30272452rem;
  }
  .main22 .main22-1 .left .text-box-1 .text-3 {
    font-size: 0.42381433rem;
    padding-bottom: 0.30272452rem;
  }
  .main22 .main22-1 .left .text-box-1 .text-3::before {
    width: 0.70635721rem;
    height: 0.04036327rem;
  }
  .main22 .main22-1 .left .text-box-2 {
    margin-top: 0.60544904rem;
  }
  .main22 .main22-1 .left .text-box-2 .text-1 {
    font-size: 0.32290616rem;
  }
  .main22 .main22-1 .left .text-box-2 .text-2 {
    font-size: 0.16145308rem;
    margin: 0.20181635rem 0;
  }
  .main22 .main22-1 .left .text-box-2 .text-3 {
    font-size: 0.24217962rem;
  }
  .main22 .main22-1 .right {
    width: 100%;
  }
  .main22 .main22-1 .right ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -0.10090817rem 0;
  }
  .main22 .main22-1 .right ul li {
    margin-bottom: 0.20181635rem;
    width: 50%;
    padding: 0 0.10090817rem;
  }
  .main22 .main22-1 .right ul li:last-child {
    margin-bottom: 0;
  }
  .main22 .main22-1 .right ul li a {
    display: block;
    background: #fff;
    border-radius: 0.10090817rem;
    padding: 0.20181635rem;
  }
  .main22 .main22-1 .right ul li a .img {
    height: 2.62361251rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main22 .main22-1 .right ul li a .img img {
    max-width: 100%;
    max-height: 100%;
  }
  .main22 .main22-1 .right ul li a h5 {
    font-size: 16px;
    margin-top: 10px;
  }
  .main22 .main22-2 ul {
    margin: 30px -10px 0;
    display: flex;
  }
  .main22 .main22-2 ul li {
    width: 50%;
    padding: 0 10px;
  }
  .main22 .main22-2 ul li a {
    border-radius: 10px;
  }
  .main22 .main22-2 ul li a .imgbox {
    height: 3.02724521rem;
  }
  .main22 .main22-2 ul li a h5 {
    font-size: 16px;
    margin: 0.20181635rem 0;
  }
  .main23 {
    background: url(../images/bg25.jpg) no-repeat center center / cover;
    padding: 1.5136226rem 0 5.44904137rem;
  }
  .main23 .main22-1 .left {
    color: #000;
  }
  .main23 .main22-1 .left .text-box-1 .text-3::before {
    background: #44ac49;
  }
  .main23 .main22-1 .left .text-box-2 .text-2 {
    color: #666;
  }
  .main23 {
    padding-top: 30px;
  }
  .main24 {
    padding: 30px 0;
  }
  .main24 .main24-1 {
    margin: 0 -20px;
    display: block;
  }
  .main24 .main24-1 .imgbox {
    width: 100%;
    height: 5.04540868rem;
    padding: 0 20px;
  }
  .main24 .main24-1 .imgbox .img {
    border-radius: 20px;
  }
  .main24 .main24-1 .text-box {
    width: 100%;
    padding: 0 20px;
  }
  .main24 .main24-1 .text-box p {
    font-size: 14px;
    padding: 20px 0;
    border-bottom: 3px solid #c7c7c7;
  }
  .main24 .main24-1 .text-box p::before {
    width: 130px;
    height: 3px;
    bottom: -3px;
  }
  .main24 .main24-1 .text-box h5 {
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    margin: 20px 0 10px;
  }
  .main24 .main24-1 .text-box .text {
    font-size: 14px;
    line-height: 25px;
    max-height: 75px;
  }
  .main24 .main24-1 .text-box .more {
    width: 130px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 20px;
  }
  .main24 .main24-1 .text-box .more img {
    height: 12px;
    margin-left: 15px;
  }
  .main24 .main24-2 ul {
    margin: 30px -5px 0;
  }
  .main24 .main24-2 ul li {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main24 .main24-2 ul li a {
    border-radius: 10px;
  }
  .main24 .main24-2 ul li a .text-box {
    padding: 15px;
  }
  .main24 .main24-2 ul li a .text-box p {
    font-size: 14px;
  }
  .main24 .main24-2 ul li a .text-box h5 {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    margin: 10px 0 15px;
  }
  .main24 .main24-2 ul li a .text-box .more {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
  .main24 .main24-2 ul li a .text-box .more i {
    font-size: 14px;
  }
  .page_div {
    margin-top: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page_div button {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin: 0 3px;
    border-radius: 3px;
  }
  /* 页面数量 */
  .totalPages {
    margin: 0 3px;
  }
  .totalPages span,
  .totalSize span {
    margin: 0 3px;
  }
  .banner3 {
    height: 300px;
  }
  .main25 {
    padding-bottom: 30px;
  }
  .main25 .main25-box {
    margin-top: -200px;
  }
  .main25 .title {
    padding: 0 0 30px;
  }
  .main25 .title p {
    font-size: 14px;
  }
  .main25 .title p span {
    margin-left: 30px;
  }
  .main25 .title p span img {
    height: 14px;
    top: -2px;
    margin-right: 10px;
  }
  .main25 .title h5 {
    font-size: 20px;
    margin-top: 20px;
  }
  .main25 .main25-con {
    padding: 10px;
    display: block;
  }
  .main25 .main25-con .left {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .main25 .main25-con .left .con-1 {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 30px;
  }
  .main25 .main25-con .left .con-1 img {
    margin: 10px auto;
    border-radius: 10px;
  }
  .main25 .main25-con .left .con-2 {
    margin-top: 30px;
  }
  .main25 .main25-con .left .con-2 ul li {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .main25 .main25-con .left .con-2 ul li a {
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
  }
  .main25 .main25-con .left .con-2 ul li a::before {
    width: 10px;
  }
  .main25 .main25-con .left .con-2 .more {
    width: 120px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 14px;
    position: initial;
    transform: none;
    margin-top: 30px;
  }
  .main25 .main25-con .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .main25 .main25-con .right .con-1 .bt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .news1 .imgbox {
    height: 4.03632694rem;
    border-radius: 10px;
  }
  .news1 h5 {
    font-size: 16px;
    padding: 10px 0;
  }
  .news2 {
    padding: 20px 0;
  }
  .news2 li a {
    font-size: 14px;
    line-height: 35px;
    padding-left: 15px;
  }
  .news3 {
    border-radius: 10px;
    height: 4.03632694rem;
  }
  .news3 .img {
    height: 100%;
  }
  .news3 .text {
    bottom: 10px;
    left: 10px;
    font-size: 16px;
  }
  .news3 .text p {
    margin-top: 10px;
  }
  .news3 .play {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
  .main26 {
    padding: 50px 0;
  }
  .main26 .title {
    font-size: 0.5247225rem;
    margin-bottom: 0.80726539rem;
  }
  .banner4 .con {
    top: 3.02724521rem;
  }
  .banner4 .con .title {
    font-size: 0.5247225rem;
  }
  .main27 {
    padding: 30px 0;
  }
  .main27 .search {
    border-radius: 10px;
  }
  .main27 .search form {
    padding-right: 2.01816347rem;
  }
  .main27 .search form ul li {
    height: 50px;
  }
  .main27 .search form ul li .con {
    padding: 0 20px;
  }
  .main27 .search form ul li .con span {
    font-size: 14px;
  }
  .main27 .search form ul li .con i {
    right: 20px;
    font-size: 14px;
  }
  .main27 .search form ul li dl dd {
    border-radius: 10px;
    line-height: 35px;
    font-size: 14px;
  }
  .main27 .search form ul li input {
    font-size: 14px;
    padding: 0 20px;
  }
  .main27 .search form button {
    width: 2.01816347rem;
    font-size: 16px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .main27 .main27-1 .main27-1-title {
    margin: 50px 0 30px;
  }
  .main27 .main27-1 .main27-1-title h5 {
    font-size: 20px;
  }
  .main27 .main27-1 .main27-1-title p {
    font-size: 14px;
  }
  .main27 .main27-1 .main27-1-con {
    padding: 0 15px 20px;
    border-radius: 10px;
  }
  .main27 .main27-1 .main27-1-con .list .title {
    font-size: 14px;
    padding-right: 50px;
  }
  .main27 .main27-1 .main27-1-con .list .title i {
    right: 10px;
    font-size: 14px;
  }
  .main27 .main27-1 .main27-1-con .list .title ul {
    height: 50px;
  }
  .main27 .main27-1 .main27-1-con .list .title ul li {
    width: 22.5%;
  }
  .main27 .main27-1 .main27-1-con .list .title ul li:first-child {
    width: 10%;
  }
  .main27 .main27-1 .main27-1-con .list .con {
    padding: 30px 0;
  }
  .main27 .main27-1 .main27-1-con .list .con .dl-box {
    margin: 0 -10px;
    display: block;
  }
  .main27 .main27-1 .main27-1-con .list .con .dl-box dl {
    padding: 0 10px;
    width: 100%;
  }
  .main27 .main27-1 .main27-1-con .list .con .dl-box dl:last-child {
    margin-top: 20px;
  }
  .main27 .main27-1 .main27-1-con .list .con .dl-box dl dt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main27 .main27-1 .main27-1-con .list .con .dl-box dl dd {
    font-size: 14px;
    line-height: 30px;
  }
  .main27 .main27-1 .main27-1-con .list .con .contact {
    margin-top: 30px;
  }
  .main27 .main27-1 .main27-1-con .list .con .contact img {
    width: 80px;
    height: 80px;
  }
  .main27 .main27-1 .main27-1-con .list .con .contact .text {
    font-size: 14px;
    line-height: 25px;
    margin-left: 20px;
  }
  .main28 {
    padding: 30px 0;
  }
  .main28 .main18 {
    border-radius: 10px;
  }
  .main29 {
    padding: 30px 0;
  }
  .main29 .title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .main29 .title::before {
    width: 70px;
    height: 4px;
  }
  .main29 .swiper {
    padding-bottom: 30px;
  }
  .main29 .swiper a h5 {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
  }
  .main30 .main30-1 {
    padding: 30px 0;
  }
  .main30 .main30-1 .title {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid #44ac49;
    margin-bottom: 20px;
  }
  .main30 .main30-1 .dl-box dl {
    height: 80px;
  }
  .main30 .main30-1 .dl-box dl:last-child {
    height: 150px;
  }
  .main30 .main30-1 .dl-box dl dt {
    font-size: 14px;
  }
  .main30 .main30-1 .dl-box dl dd {
    font-size: 14px;
    width: calc(100% - 100px);
    text-align: right;
  }
  .main30 .main30-1 .dl-box dl dd .weixin {
    width: 90px;
    height: 90px;
  }
  .main30 #map {
    position: initial;
    width: 100%;
    height: 400px;
  }
  .main32 {
    padding: 30px 0 400px;
  }
  .main32 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main32 .swiper {
    width: 100%;
  }
  .main32 .swiper a .imgbox,
  .main32 .swiper a .text {
    padding: 0;
  }
  .main32 .swiper a .img {
    border-radius: 20px;
  }
  .main32 .swiper a .text {
    font-size: 14px;
    margin-top: 20px;
  }
  .main32 .main32-con::before,
  .main32 .main32-con::after {
    display: none;
  }
  .main32 .main32-con .but {
    width: 50px;
    height: 50px;
    top: 100%;
    left: 50%;
    margin: 30px 0 0 -60px;
    border-radius: 10px;
  }
  .main32 .main32-con .but-next {
    left: auto;
    right: 50%;
    margin: 30px -60px 0 0;
  }
  .main32 .main32-con .but::after {
    display: none;
  }
  .main32 .main32-con .but span {
    font-size: 18px;
    margin-right: 10px;
  }
  .main32 .main32-con .but-next span {
    margin: 0 0 0 10px;
  }
  header {
    height: 60px;
  }
  header .logo {
    height: 60px;
    line-height: 60px;
  }
  header .logo img {
    height: 40px;
  }
  header.active {
    height: 60px;
  }
  header.active .logo {
    height: 60px;
    line-height: 60px;
  }
  header.active .logo img {
    height: 40px;
  }
  header.active .right {
    height: 60px;
  }
  header.active nav ul {
    height: 60px;
  }
  .video-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-box video {
    position: initial;
  }
  .video_off {
    right: 50%;
    top: auto;
    bottom: 50px;
    transform: translateX(50%) rotate(45deg);
  }
  .video_off.off {
    top: auto;
    bottom: -200px;
  }
  .main29 ul li {
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 40px;
  }
  .main29 ul li::before {
    top: 18px;
    left: 9px;
  }
  .main29 ul li i {
    width: 18px;
    height: 18px;
    top: 2px;
    transform: none;
  }
  .main29 ul li i::before {
    width: 8px;
    height: 8px;
  }
  .video_popup .con_box {
    height: 60%;
  }
  .video_popup .con_box i.colse {
    top: auto;
    bottom: -50px;
    right: 50%;
    transform: rotate(45deg) translateX(50%);
    margin-right: -5px;
  }
}
@media (max-width: 767px) {
  .main4 ul li {
    width: 3.42894394rem;
    height: 3.42894394rem;
  }
  .main4 ul li:first-child {
    width: 4.30247718rem;
    height: 4.30247718rem;
    top: 2.86831812rem;
    left: 2.51629726rem;
  }
  .main4 ul li:nth-child(2) {
    top: 7.48370274rem;
    left: 0.58670143rem;
  }
  .main4 ul li:nth-child(3) {
    top: 8.55280313rem;
    left: 5.21512386rem;
  }
  .main4 ul li .con h5 {
    font-size: 0.93872229rem;
  }
  .main4 ul li .con h5 span {
    font-size: 0.39113429rem;
  }
  .main4 ul li .con p {
    font-size: 0.23468057rem;
    letter-spacing: 0.06518905rem;
    margin-top: 0.06518905rem;
  }
  .main6 .con .title {
    font-size: 0.6779661rem;
    line-height: 0.93872229rem;
  }
  .main6 .con ul {
    margin-top: 0.65189048rem;
  }
  .main6 .con ul li {
    margin: 0 0.32594524rem;
  }
  .main6 .con ul li a {
    font-size: 0.39113429rem;
    padding: 0 0.1303781rem;
  }
  .main6 .con ul li a::before {
    height: 0.05215124rem;
    bottom: -0.23468057rem;
  }
  .main7 .main7-con {
    display: block;
  }
  .main7 .left {
    width: 100%;
  }
  .main7 .right {
    width: 100%;
    padding: 1.30378096rem 1.30378096rem 0 0;
  }
  .main7 .right .img {
    width: 100%;
    height: 3.38983051rem;
    border-radius: 0.1303781rem;
  }
  .main7 .right .text-box {
    width: 5.21512386rem;
    height: 2.60756193rem;
    box-shadow: 0 0 0.1303781rem rgba(0, 0, 0, 0.2);
    border-radius: 0.1303781rem;
    padding: 0 0.26075619rem;
    left: auto;
    right: 0;
  }
  .main7 .right .text-box h5 {
    font-size: 0.31290743rem;
  }
  .main7 .right .text-box .text {
    font-size: 0.20860495rem;
    line-height: 0.39113429rem;
    max-height: 1.17340287rem;
    margin: 0.1303781rem 0;
  }
  .main7 .right .text-box a {
    font-size: 0.20860495rem;
  }
  .title2 h5 {
    font-size: 0.6779661rem;
  }
  .title2 p {
    font-size: 0.31290743rem;
    margin-top: 0.39113429rem;
  }
  .title2 ul {
    margin-top: 0.39113429rem;
  }
  .title2 ul li {
    font-size: 0.20860495rem;
    line-height: 1.5;
    padding-left: 0.20860495rem;
    margin-bottom: 0.1303781rem;
  }
  .title2 ul li::before {
    width: 0.05215124rem;
    height: 0.05215124rem;
    top: 0.1303781rem;
  }
  .title2 a {
    font-size: 0.20860495rem;
    margin-top: 0.39113429rem;
  }
  .main9 .imgbox {
    position: absolute;
    top: 10%;
  }
  .main9 ul li {
    font-size: 0.20860495rem;
    line-height: 1.5;
    padding-left: 0.19556714rem;
    margin-bottom: 0.1303781rem;
  }
  .main9 ul li:last-child {
    margin-bottom: 0;
  }
  .main9 ul li::before {
    width: 0.05215124rem;
    height: 0.05215124rem;
    top: 0.14341591rem;
  }
  .main9 .nav a {
    width: 2.08604954rem;
    line-height: 0.65189048rem;
    border-radius: 0.1303781rem;
    font-size: 0.26075619rem;
    margin: 0 0.1303781rem;
  }
  .main10 ul li:nth-child(1) {
    top: 2.9726206rem;
    left: 0.56062581rem;
  }
  .main10 ul li:nth-child(2) {
    top: 6.23207301rem;
    left: 1.12125163rem;
  }
  .main10 ul li:nth-child(3) {
    top: 3.35071708rem;
    left: 6.55801825rem;
  }
  .main10 ul li:nth-child(4) {
    top: 7.47066493rem;
    left: 7.1577575rem;
  }
  .main10 ul li .con {
    width: 2.08604954rem;
    height: 2.08604954rem;
    font-size: 0.36505867rem;
  }
  .main10 ul li:nth-child(2) .con {
    width: 3.06388527rem;
    height: 3.06388527rem;
  }
  .main10 ul li:nth-child(3) .con {
    width: 2.6988266rem;
    height: 2.6988266rem;
  }
  .main10 ul li:nth-child(4) .con {
    width: 1.95567145rem;
    height: 1.95567145rem;
  }
  .main11 .con h5 {
    font-size: 0.6779661rem;
  }
  .main11 .con ul {
    margin-top: 0.78226858rem;
  }
  .main11 .con ul li {
    margin: 0 0.52151239rem;
  }
  .main11 .con ul li a {
    font-size: 0.31290743rem;
  }
  .main11 .con ul li a::before {
    height: 0.05215124rem;
    bottom: -0.26075619rem;
  }
  .main12 .con {
    margin-bottom: 1.30378096rem;
  }
  .main12 .con::before {
    width: 0.91264668rem;
    height: 0.07822686rem;
  }
  .main12 .con .text1 {
    font-size: 0.58670143rem;
  }
  .main12 .con .text2 {
    font-size: 0.32594524rem;
    margin: 0.65189048rem 0 1.14732725rem;
  }
  .main13 .con {
    top: 1.43415906rem;
  }
  .main13 .con .title p {
    font-size: 0.18252934rem;
    letter-spacing: 0.1303781rem;
  }
  .main13 .con .title h5 {
    font-size: 0.6779661rem;
    margin-top: 0.39113429rem;
  }
  .main13 .con ul {
    margin: 1.51238592rem -0.1303781rem 0;
    flex-wrap: wrap;
  }
  .main13 .con ul li {
    width: 50%;
    padding: 0 0.1303781rem;
    margin-top: 0.65189048rem;
  }
  .main13 .con ul li a img {
    height: 1.23859192rem;
  }
  .main13 .con ul li a .text-box {
    margin-top: 0.39113429rem;
  }
  .main13 .con ul li a .text-box p {
    font-size: 0.20860495rem;
  }
  .main13 .con ul li a .text-box h5 {
    font-size: 0.31290743rem;
    margin-top: 0.15645372rem;
  }
  .main14 .con {
    top: 1.30378096rem;
  }
  .main14 .con .title {
    font-size: 0.6779661rem;
    padding-bottom: 0.39113429rem;
  }
  .main14 .con .title::before {
    width: 0.91264668rem;
    height: 0.07822686rem;
  }
  .main14 .con .nav ul {
    margin: 1.04302477rem 0 1.17340287rem;
  }
  .main14 .con .nav ul li {
    margin-right: 0.26075619rem;
  }
  .main14 .con .nav ul li a {
    width: 2.60756193rem;
    line-height: 0.78226858rem;
    border-radius: 0.1303781rem;
    font-size: 0.26075619rem;
  }
  .main14 .con .dl-box {
    width: 100%;
    height: 4.30247718rem;
  }
  .main14 .con .dl-box a {
    padding-bottom: 0.19556714rem;
  }
  .main14 .con .dl-box a dt {
    line-height: 0.4041721rem;
    font-size: 0.23468057rem;
    border-radius: 0.1303781rem;
  }
  .main14 .con .dl-box a dt i {
    width: 0.28683181rem;
    height: 0.28683181rem;
  }
  .main14 .con .dl-box a dt i::before {
    width: 0.10430248rem;
    height: 0.10430248rem;
  }
  .main14 .con .dl-box a dt i span::before {
    height: 1.30378096rem;
  }
  .main14 .con .dl-box a dt i span::after {
    height: 1.30378096rem;
  }
  .main14 .con .dl-box a dd {
    font-size: 0.23468057rem;
    line-height: 0.4041721rem;
    padding-left: 0.65189048rem;
  }
  .main15 .con {
    top: 1.17340287rem;
  }
  .main15 .con .nav ul li {
    margin: 0 0.32594524rem;
  }
  .main15 .con .nav ul li a {
    font-size: 0.58670143rem;
  }
  .main15 .con .nav ul li a::before {
    height: 0.05215124rem;
    bottom: -0.33898305rem;
  }
  .main15 .con .list ul {
    margin: 0.78226858rem -0.26075619rem 0;
    flex-wrap: wrap;
  }
  .main15 .con .list ul li {
    padding: 0 0.26075619rem;
    width: 100%;
    margin-top: 0.39113429rem;
  }
  .main15 .con .list ul li .li-con {
    border-radius: 10px;
    height: 3.38983051rem;
    padding: 0 0.26075619rem;
  }
  .main15 .con .list ul li .li-con .download {
    font-size: 0.23468057rem;
    bottom: 0.52151239rem;
    background: url(../images/xz.png) no-repeat right center / 0.19556714rem auto;
    padding-right: 0.39113429rem;
  }
  .main15 .con .list ul li .li-con h5 {
    font-size: 0.41720991rem;
  }
  .main15 .con .list ul li .li-con .text {
    font-size: 0.20860495rem;
    margin-top: 0.39113429rem;
  }
  .banner2 .con-2 {
    top: 3.91134289rem;
  }
  .banner2 .con-2 .text {
    font-size: 0.6779661rem;
  }
  .banner2 .con-2 form {
    height: 50px;
    border-radius: 50px;
    width: 5.99739244rem;
    margin: 0.39113429rem auto 0;
  }
  .banner2 .con-2 form input {
    width: calc(100% - 0.91264668rem);
    height: 50px;
    padding: 0 20px;
  }
  .banner2 .con-2 form button {
    width: 0.91264668rem;
    height: 50px;
    background: url(../images/icon1.png) no-repeat center center / 21px auto;
  }
  .main17 .main17-con ul li .con .dl-box dl {
    width: 100%;
  }
  .main17 .nav-box .nav-2 {
    margin: 0 -5px;
  }
  .main17 .nav-box .nav-2 li {
    width: 33.33%;
    margin: 0;
    padding: 0 5px;
  }
  .main17 .nav-box .nav-2 li a {
    width: 100%;
    line-height: 35px;
    font-size: 14px;
  }
  .banner2 .con-3 {
    top: 3.38983051rem;
  }
  .banner2 .con-3 .text1 {
    font-size: 0.39113429rem;
  }
  .banner2 .con-3 .text2 {
    font-size: 1.04302477rem;
    margin-top: 0.52151239rem;
  }
  .main20 .main20-con ul li dl dt {
    width: 150px;
    padding: 0 10px;
  }
  .main20 .main20-con ul li dl dd {
    width: calc(100% - 150px);
  }
  .main22 .main22-1 .left .text-box-1 .text-1,
  .main22 .main22-1 .left .text-box-1 .text-2 {
    font-size: 0.65189048rem;
  }
  .main22 .main22-1 .left .text-box-1 .text-2 {
    margin: 10px 0;
  }
  .main22 .main22-1 .left .text-box-1 .text-3 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .main22 .main22-1 .left .text-box-1 .text-3::before {
    width: 30px;
    height: 3px;
  }
  .main22 .main22-1 .left .text-box-2 .text-1 {
    font-size: 18px;
  }
  .main22 .main22-1 .left .text-box-2 .text-2 {
    font-size: 14px;
  }
  .main22 .main22-1 .left .text-box-2 .text-3 {
    font-size: 14px;
  }
  .main22 .main22-2 ul li a .imgbox {
    height: 3.91134289rem;
  }
  .main24 .main24-2 ul li {
    width: 50%;
  }
  .banner4 .con {
    top: 30%;
  }
  .banner4 .con .title {
    font-size: 0.6779661rem;
  }
  .main26 {
    padding: 30px 0 1.04302477rem;
  }
  .main26 .title {
    font-size: 0.6779661rem;
    margin-bottom: 0.65189048rem;
  }
  .main26 ul {
    width: 9.77835724rem;
  }
  .main26 ul li {
    width: 33.33%;
    height: 3.12907432rem;
    position: relative;
  }
  .main26 ul li img {
    height: 3.12907432rem;
    top: 0 !important;
    left: 50%;
    transform: translateX(-50%) !important;
    margin: 0 !important;
  }
  .main26 ul li:nth-child(2) img,
  .main26 ul li:nth-child(4) img {
    top: 0;
    margin-top: -0.1303781rem;
  }
  .main26 ul li:nth-child(6) {
    transform: none;
  }
  .main26 ul li:nth-child(6) img {
    top: 0;
    margin-top: 0.1303781rem;
  }
  .main26 ul li:nth-child(7) {
    transform: none;
  }
  .main26 ul li:nth-child(7) img {
    top: 0;
    margin-top: 0.1303781rem;
  }
  .main26 ul li:nth-child(1) img,
  .main26 ul li:nth-child(3) img,
  .main26 ul li:nth-child(4) img,
  .main26 ul li:nth-child(6) img {
    top: 50% !important;
  }
  .main26 ul li:nth-child(1) img,
  .main26 ul li:nth-child(3) img {
    margin-top: -0.1303781rem !important;
  }
  .main26 ul li:nth-child(4) img,
  .main26 ul li:nth-child(6) img {
    margin-top: 0.1303781rem !important;
  }
  .main26 ul li:nth-child(2) img {
    margin-top: -0.26075619rem !important;
  }
  .main26 ul li:nth-child(7) img {
    margin-top: 0.26075619rem !important;
  }
  .main26 ul li:nth-child(1) img,
  .main26 ul li:nth-child(4) img {
    margin-left: 0.26075619rem !important;
  }
  .main26 ul li:nth-child(3) img,
  .main26 ul li:nth-child(6) img {
    margin-left: -0.26075619rem !important;
  }
  .main27 .main27-1 .main27-1-con .list .con .contact {
    display: block;
  }
  .main27 .main27-1 .main27-1-con .list .con .contact img {
    width: 80px;
    height: 80px;
  }
  .main27 .main27-1 .main27-1-con .list .con .contact .text {
    margin: 10px 0 0 0;
  }
  .main27 .main27-1 .main27-1-con .list .title {
    font-size: 12px;
    padding-right: 20px;
  }
  .main27 .main27-1 .main27-1-con .list .title i {
    right: 0;
  }
  .main27 .search form {
    padding: 0;
  }
  .main27 .search form ul {
    display: block;
  }
  .main27 .search form ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #f6f6f6;
  }
  .main27 .search form ul li:last-child {
    border-bottom: none;
  }
  .main27 .search form button {
    width: 100%;
    position: initial;
    display: block;
    height: 35px;
    transform: none;
    border-radius: 10px;
  }
  .main30 #map {
    height: 260px;
  }
  .main31 {
    padding: 30px 0;
  }
  .main31 .main31-1 .title h5 {
    font-size: 20px;
  }
  .main31 .main31-1 .title p {
    font-size: 16px;
    margin-top: 10px;
  }
  .main31 .main31-1 .text {
    margin: 20px 0;
    font-size: 14px;
  }
  .main31 .main31-2 {
    margin: 30px 0;
  }
  .main31 .main31-2 ul {
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .main31 .main31-2 ul li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 5px;
  }
  .main31 .main31-2 ul li:nth-child(2) {
    border: none;
  }
  .main31 .main31-2 ul li h5 {
    font-size: 30px;
  }
  .main31 .main31-2 ul li h5 span {
    font-size: 4px;
  }
  .main31 .main31-2 ul li p {
    margin-top: 10px;
  }
  .main31 .main31-3 {
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 50px auto 200px;
    box-shadow: none;
  }
  .main31 .main31-3 ul {
    width: 100%;
    height: 100%;
  }
  .main31 .main31-3 ul li {
    position: initial;
    height: auto;
    text-align: left;
    display: block;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    transform: none !important;
    margin: 30px 0 0 0 !important;
    padding: 0 !important;
  }
  .main31 .main31-3 ul li h5 {
    font-size: 18px;
  }
  .main31 .main31-3 ul li p {
    font-size: 14px;
    margin-top: 15px;
  }
  .main31 .main31-3 ul li::before {
    display: none;
  }
  .main31 .main31-3 ul li:nth-child(1) {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0;
  }
  .main31 .main31-3 ul li:nth-child(1)::before {
    display: none;
  }
  .main31 .main31-3 ul li:nth-child(1) img {
    width: 2.80312907rem;
    height: auto;
  }
  .main31 .main31-4 h5 {
    font-size: 0.54758801rem;
    line-height: 1.8;
  }
  .main31 .main31-4 p {
    font-size: 0.31290743rem;
    margin-top: 0.39113429rem;
  }
  .main31 .main31-4 p span {
    margin: 0 0.26075619rem;
  }
  @keyframes spaceman {
    from {
      transform: translateX(30px);
    }
    to {
      transform: translateX(-30px);
    }
  }
}
@media (max-width: 479px) {
  .main6 .con ul li a {
    font-size: 0.41753653rem;
  }
  .title2 h5 {
    font-size: 0.6263048rem;
  }
  .title2 p {
    font-size: 0.37578288rem;
    margin-top: 0.41753653rem;
  }
  .title2 ul {
    margin-top: 0.41753653rem;
  }
  .title2 ul li {
    font-size: 0.33402923rem;
    padding-left: 0.33402923rem;
    margin-bottom: 0.20876827rem;
  }
  .title2 ul li::before {
    width: 0.08350731rem;
    height: 0.08350731rem;
    top: 0.20876827rem;
  }
  .title2 a {
    font-size: 0.33402923rem;
    margin-top: 0.41753653rem;
  }
  .main7 .right {
    padding: 2.08768267rem 0 0 0;
    margin-top: 0.6263048rem;
  }
  .main7 .right ul li {
    padding-right: 1.04384134rem;
    padding-top: 2.08768267rem;
  }
  .main7 .right .img {
    width: 100%;
    height: 4.17536534rem;
    border-radius: 0.20876827rem;
  }
  .main7 .right .text-box {
    width: 80%;
    height: 4.17536534rem;
    box-shadow: 0 0 0.20876827rem rgba(0, 0, 0, 0.2);
    border-radius: 0.20876827rem;
    padding: 0 0.41753653rem;
    left: auto;
    right: 0;
  }
  .main7 .right .text-box h5 {
    font-size: 0.41753653rem;
  }
  .main7 .right .text-box .text {
    font-size: 0.33402923rem;
    line-height: 0.6263048rem;
    max-height: 1.87891441rem;
    margin: 0.20876827rem 0;
  }
  .main7 .right .text-box a {
    font-size: 0.33402923rem;
  }
  .main9 ul li {
    font-size: 0.33402923rem;
    line-height: 1.5;
    padding-left: 0.3131524rem;
    margin-bottom: 0.20876827rem;
  }
  .main9 ul li:last-child {
    margin-bottom: 0;
  }
  .main9 ul li::before {
    width: 0.08350731rem;
    height: 0.08350731rem;
    top: 0.22964509rem;
  }
  .main9 .nav a {
    width: 3.34029228rem;
    line-height: 1.04384134rem;
    border-radius: 0.20876827rem;
    font-size: 0.41753653rem;
    margin: 0 0.20876827rem;
  }
  .main11 .con h5 {
    font-size: 0.6263048rem;
  }
  .main11 .con ul {
    margin-top: 1.2526096rem;
  }
  .main11 .con ul li {
    margin: 0 0.41753653rem;
  }
  .main11 .con ul li a {
    font-size: 0.37578288rem;
  }
  .main11 .con ul li a::before {
    height: 0.08350731rem;
    bottom: -0.41753653rem;
  }
  .main12 .con .text2 {
    font-size: 0.41753653rem;
  }
  .main13 .con {
    top: 1.67014614rem;
  }
  .main13 .con .title p {
    font-size: 0.29227557rem;
    letter-spacing: 0.20876827rem;
  }
  .main13 .con .title h5 {
    font-size: 0.6263048rem;
    margin-top: 0.41753653rem;
  }
  .main13 .con ul {
    margin: 0.6263048rem -0.20876827rem 0;
    flex-wrap: wrap;
  }
  .main13 .con ul li {
    width: 50%;
    padding: 0 0.20876827rem;
    margin-top: 1.04384134rem;
  }
  .main13 .con ul li a img {
    height: 1.2526096rem;
  }
  .main13 .con ul li a .text-box {
    margin-top: 0.41753653rem;
  }
  .main13 .con ul li a .text-box p {
    font-size: 0.29227557rem;
  }
  .main13 .con ul li a .text-box h5 {
    font-size: 0.41753653rem;
    margin-top: 0.25052192rem;
  }
  .main14 .con {
    top: 1.04384134rem;
  }
  .main14 .con .title {
    font-size: 0.6263048rem;
    padding-bottom: 0.6263048rem;
  }
  .main14 .con .title::before {
    width: 1.46137787rem;
    height: 0.12526096rem;
  }
  .main14 .con .nav ul {
    margin: 1.04384134rem 0;
  }
  .main14 .con .nav ul li {
    margin-right: 0.20876827rem;
  }
  .main14 .con .nav ul li a {
    width: 2.71398747rem;
    line-height: 1.04384134rem;
    border-radius: 0.20876827rem;
    font-size: 0.41753653rem;
  }
  .main14 .con .dl-box {
    width: 100%;
    height: 6.88935282rem;
  }
  .main14 .con .dl-box a {
    padding-bottom: 0.3131524rem;
  }
  .main14 .con .dl-box a dt {
    line-height: 0.64718163rem;
    font-size: 0.37578288rem;
    border-radius: 0.20876827rem;
  }
  .main14 .con .dl-box a dt i {
    width: 0.45929019rem;
    height: 0.45929019rem;
  }
  .main14 .con .dl-box a dt i::before {
    width: 0.16701461rem;
    height: 0.16701461rem;
  }
  .main14 .con .dl-box a dt i span::before {
    height: 2.08768267rem;
  }
  .main14 .con .dl-box a dt i span::after {
    height: 2.08768267rem;
  }
  .main14 .con .dl-box a dd {
    font-size: 0.37578288rem;
    line-height: 0.64718163rem;
    padding-left: 1.04384134rem;
  }
  .main15 .con .list ul li .li-con {
    height: 4.59290188rem;
  }
  .main15 .con .list ul li .li-con .download {
    font-size: 0.37578288rem;
    background: url(../images/xz.png) no-repeat right center / 0.3131524rem auto;
    padding-right: 0.6263048rem;
  }
  .main15 .con .list ul li .li-con .text {
    font-size: 0.33402923rem;
    margin-top: 0.6263048rem;
  }
  .banner2 .con-2 {
    padding: 0 15px;
  }
  .banner2 .con-2 form {
    width: 100%;
    margin: 30px auto;
  }
  .banner2 .con-2 form button {
    width: 1.46137787rem;
  }
  .page_div {
    position: relative;
    padding-bottom: 40px;
  }
  .page_div .totalNum {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-30px);
  }
  .page_div .totalList {
    position: absolute;
    top: 50px;
    left: 50%;
  }
  .main31 .main31-4 p {
    font-size: 0.37578288rem;
  }
  .main32 {
    padding: 30px 0 300px;
  }
  .ydd_btn {
    width: 30px;
    top: 20px;
  }
  .ydd_btn span {
    height: 3px;
  }
  .ydd_btn span.span02 {
    margin: 3px 0;
  }
  .ydd_btn.click span.span02 {
    margin: 5px 0;
  }
  .main16 .con-2 .swiper a h5 {
    font-size: 14px;
  }
  .banner2 .con-1 .text3 {
    font-size: 0.52192067rem;
  }
  .banner2 .con-1 .text4 {
    font-size: 0.37578288rem;
  }
}
