@charset "utf-8";
@font-face {
  font-family: '平方常规';
  src: url('../fonts/PingFang Regular.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: '平方中等';
  src: url('../fonts/PingFang Medium.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: '平方特细';
  src: url('../fonts/PingFang-ExtraLight-1.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: '平方粗体';
  src: url('../fonts/PingFang Bold.ttf') format('truetype');
  font-style: normal;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
html {
  overflow-x: hidden;
}
html.active {
  overflow: hidden;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", Microsoft YaHei, pingfang, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #000;
  min-width: 320px;
  word-wrap: break-word;
  margin: 0;
  padding-top: 0.41666667rem;
  overflow-x: hidden;
}
body.active {
  padding-top: 70px;
}
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;
  appearance: none !important;
  -webkit-appearance: none !important;
}
a {
  background-color: transparent;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:active,
a:hover {
  outline: 0;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
.container_box {
  width: 100%;
  max-width: 7.96875rem;
  padding: 0 15px;
  margin: 0 auto;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mCustomScrollBox {
  padding-right: 8px;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #00a6f5 !important;
  border-radius: 0;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 2px;
  background: transparent;
  border-radius: 0;
}
.video_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
.video_popup i {
  font-size: 0.15625rem;
  color: #fff;
  position: absolute;
  top: 0.05208333rem;
  right: 0.05208333rem;
  transform: rotate(45deg);
  cursor: pointer;
}
.video_popup video {
  width: 100%;
  max-width: 5.20833333rem;
  max-height: 80%;
}
.video_popup.active {
  display: flex;
}
.page_div {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #282728;
  position: relative;
}
.page_div button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  padding: 0;
  cursor: pointer;
  color: #282728;
  font-size: 20px;
  font-family: "Arial";
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  margin: 0 5px;
  border-radius: 50%;
}
.page_div button:disabled {
  opacity: .5;
  cursor: no-drop;
  border: none !important;
  background: none !important;
  color: #333 !important;
}
.page_div button .iconfont {
  font-size: 12px !important;
}
.page_div #firstPage,
.page_div #lastPage,
.page_div #nextPage,
.page_div #prePage {
  width: 50px;
  color: #333;
  border: none;
  padding: 0;
  position: relative;
  background: none;
}
.page_div #firstPage {
  width: 74px;
}
.page_div #firstPage .iconfont {
  margin-right: 5px;
  transform: rotateY(180deg);
}
.page_div #lastPage {
  width: 74px;
}
.page_div #lastPage .iconfont {
  margin-left: 5px;
}
.page_div #nextPage,
.page_div #lastPage {
  margin-left: 5px;
}
.page_div #firstPage,
.page_div #prePage {
  margin-right: 5px;
}
.page_div #nextPage,
.page_div #prePage,
.page_div #firstPage {
  width: 97px;
  height: 43px;
  padding: 0;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 40px;
}
.page_div #prePage::before {
  transform: rotate(-90deg);
}
.page_div #nextPage::before {
  transform: rotate(90deg);
}
.page_div .current {
  background-color: #00b549;
  color: #fff;
}
.page_div .totalNum,
.page_div .totalList {
  line-height: 30px;
  margin-right: 10px;
}
.page_div .totalList2 {
  margin-left: 30px;
}
.page_div .totalPages {
  margin: 0 10px;
}
.page_div .totalPages span {
  color: #333;
  margin: 0 5px;
}
.page_div .totalSize span {
  color: #333;
  margin: 0 5px;
}
.page_div input {
  width: 62px;
  height: 38px;
  border: 2px solid #D9D9D9;
  text-align: center;
  margin: 0 5px;
  background: none;
}
.page_div input:focus {
  outline: none;
}
.page_div .skip {
  width: 62px;
  height: 38px;
  cursor: pointer;
  border: 2px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_div .skip:hover {
  background: #02035e;
  border-color: #02035e;
  color: #fff;
}
.page_div {
  font-size: 0.10416667rem;
}
.page_div button {
  min-width: 0.27083333rem;
  height: 0.27083333rem;
  font-size: 0.10416667rem;
  margin: 0 0.02604167rem;
}
.ydd_btn {
  width: 40px;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 9000;
  padding: 5px;
  border-radius: 5px;
}
.ydd_btn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.nav7 {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 15px 30px 15px;
  transition: all .3s;
}
.nav7.active {
  right: 0;
}
.nav7 .top {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}
.nav7 .top .logo {
  height: 30px;
}
.nav7 .top .off {
  width: 30px;
  height: 30px;
  position: relative;
}
.nav7 .top .off::before,
.nav7 .top .off::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
.nav7 .top .off::before {
  transform: rotate(45deg);
}
.nav7 .top .off::after {
  transform: rotate(-45deg);
}
.nav7 .nav7-con {
  height: calc(100% - 120px);
  overflow: auto;
  margin-bottom: 10px;
}
.nav7 .nav7-con .list {
  overflow: hidden;
}
.nav7 .nav7-con .list a {
  display: block;
  position: relative;
  transition: all .3s;
}
.nav7 .nav7-con .list .a-1 {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav7 .nav7-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;
}
.nav7 .nav7-con .list .a-1.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list .a-1 img {
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.nav7 .nav7-con .list ul {
  padding: 10px 0 0 32px;
  display: none;
}
.nav7 .nav7-con .list ul li .a-2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 .nav7-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;
}
.nav7 .nav7-con .list ul li .a-2.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list ul li dl {
  display: none;
  padding-left: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav7 .nav7-con .list ul li dl dd a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 form {
  width: calc(100% - 30px);
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 15px;
  border: 1px solid #0053a6;
}
.nav7 form input {
  width: calc(100% - 60px);
  height: 40px;
  border: none;
  padding: 0 10px;
}
.nav7 form input:focus {
  outline: none;
}
.nav7 form button {
  width: 60px;
  height: 40px;
  border: none;
  background: #0053a6;
  color: #fff;
}
.warning1 {
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  width: 1.04166667rem;
  height: 0.52083333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0.05208333rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.09375rem;
  transition: all .5s;
  opacity: 0;
  letter-spacing: 1px;
  border-radius: 0.05208333rem;
}
.warning1.active {
  top: 50%;
  opacity: 1;
}
.warning1_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  display: none;
}
.warning1_mask.active {
  display: block;
}
.more1 {
  display: block;
  width: 1.04166667rem;
  height: 0.328125rem;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 0.09375rem;
  font-family: "平方中等";
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 0.328125rem;
  padding-left: 0.18229167rem;
  background-image: url(../images/icon2.png);
  background-size: 0.05208333rem auto;
  background-repeat: no-repeat;
  background-position: right 0.15625rem center;
  transition: all .3s;
  text-transform: uppercase;
}
.more1:hover,
.more1.active {
  background-color: #00b549;
  border-color: #00b549;
}
.more1.more1_2 {
  background-image: url(../images/icon3.png);
  background-size: 0.09895833rem auto;
}
.nav1 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
.nav1 .container_box {
  height: 0.41666667rem;
  display: flex;
  align-items: center;
  transition: all .3s;
}
.nav1 .container_box .logo img {
  width: 0.78125rem;
}
.nav1 .container_box nav {
  margin-left: 0.52083333rem;
}
.nav1 .container_box nav ul {
  display: flex;
}
.nav1 .container_box nav ul li {
  margin-left: 0.36458333rem;
}
.nav1 .container_box nav ul li a {
  font-size: 0.10416667rem;
  font-family: '苹方-简', '平方粗体';
  font-weight: "中黑体";
  color: #000;
  position: relative;
}
.nav1 .container_box nav ul li a::before {
  content: "";
  width: 100%;
  height: 0.015625rem;
  background-color: #00b549;
  position: absolute;
  bottom: -0.10416667rem;
  left: 0;
  transition: all .3s;
  opacity: 0;
}
.nav1 .container_box nav ul li a::after {
  content: "";
  border-left: 0.04166667rem solid transparent;
  border-right: 0.04166667rem solid transparent;
  border-bottom: 0.04166667rem solid #ffffff;
  position: absolute;
  top: 0.35416667rem;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s;
}
.nav1 .container_box nav ul li a:hover::before,
.nav1 .container_box nav ul li a.active::before {
  opacity: 1;
}
.nav1 .container_box nav ul li:first-child {
  margin-left: 0;
}
.nav1 .container_box nav ul li .nav_second {
  width: 7.8125rem;
  position: absolute;
  top: 0.27083333rem;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  padding-top: 0.25rem;
  display: none;
  transition: all .3s;
}
.nav1 .container_box nav ul li .nav_second .con_box {
  background: #fff;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0.3125rem;
  transition: all .3s;
}
.nav1 .container_box nav ul li .nav_second .con_box .title {
  font-size: 0.09375rem;
  color: #999;
  margin-bottom: 0.20833333rem;
  text-transform: uppercase;
}
.nav1 .container_box nav ul li .nav_second .con_box .roll {
  max-height: 2.08333333rem;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box {
  column-count: 3;
  column-gap: 0.3125rem;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item {
  width: 100%;
  break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 0.26041667rem;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item .bt {
  display: flex;
  align-items: center;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item .bt::before {
  display: none;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item .bt .icon {
  width: 0.34895833rem;
  height: 0.34895833rem;
  background-color: #ebf0f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item .bt .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item .bt h5 {
  width: calc(100% - 0.34895833rem);
  font-size: 0.09375rem;
  font-family: '平方粗体';
  line-height: 1.2;
  padding-left: 0.10416667rem;
  transition: all .3s;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item .bt:hover h5 {
  color: #00b549;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item dl {
  margin-top: 0.15625rem;
  padding-left: 0.453125rem;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item dl dd {
  margin-bottom: 0.05208333rem;
  display: flex;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item dl dd a {
  font-size: 0.08333333rem;
  font-family: '平方常规';
  color: #666;
  line-height: 1.2;
  position: relative;
  padding-left: 0.05208333rem;
  transition: all .3s;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item dl dd a::after {
  content: "";
  width: 0.02083333rem;
  height: 0.02083333rem;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.04166667rem;
  transition: all .3s;
  border-left: initial;
  border-right: initial;
  border-bottom: initial;
  transform: initial;
  opacity: 1;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item dl dd a::before {
  display: none;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item dl dd a:hover {
  color: #00b549;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item dl dd a:hover::after {
  background-color: #00b549;
}
.nav1 .container_box nav ul li .nav_second .con_box .item_box .item dl dd:last-child {
  margin-bottom: 0;
}
.nav1 .container_box nav ul li .nav_second.nav_second_2 {
  width: 6.54166667rem;
}
.nav1 .container_box nav ul li .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  background: #999 !important;
  display: none;
}
.nav1 .container_box nav ul li:hover .nav_second {
  display: block;
}
.nav1 .container_box nav ul li:hover a::after {
  opacity: 1;
}
.nav1 .container_box nav ul li.off a::after {
  display: none;
}
.nav1 .container_box .right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.nav1 .container_box .right .search {
  width: 0.9375rem;
  height: 0.17708333rem;
  border: 1px solid #000;
  border-radius: 0.17708333rem;
  display: flex;
  overflow: hidden;
}
.nav1 .container_box .right .search button {
  width: 0.26041667rem;
  height: 100%;
  background: none;
  background: url(../images/icon1.png) no-repeat center center / 0.078125rem auto;
  border: none;
}
.nav1 .container_box .right .search button:focus {
  outline: none;
}
.nav1 .container_box .right .search input {
  width: calc(100% - 0.26041667rem);
  height: 100%;
  border: none;
  font-size: 0.08333333rem;
  font-family: '平方中等';
  color: #000;
  padding: 0 0.10416667rem 0 0;
  background: none;
}
.nav1 .container_box .right .search input:focus {
  outline: none;
}
.nav1 .container_box .right .language {
  position: relative;
  margin-left: 0.10416667rem;
  padding-left: 0.14583333rem;
}
.nav1 .container_box .right .language::before {
  content: "";
  width: 1px;
  height: 0.09895833rem;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nav1 .container_box .right .language .con {
  position: relative;
  cursor: pointer;
}
.nav1 .container_box .right .language .con p {
  font-size: 0.09375rem;
  font-family: "Arial";
  color: #000;
  transition: all .3s;
}
.nav1 .container_box .right .language .con ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 0.05208333rem;
  box-shadow: 0 0 0.05208333rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.02604167rem 0;
  display: none;
}
.nav1 .container_box .right .language .con ul li a {
  display: block;
  font-size: 0.09375rem;
  font-family: "Arial";
  color: #000;
  line-height: 0.15625rem;
  padding: 0 0.05208333rem;
  transition: all .3s;
}
.nav1 .container_box .right .language .con ul li a:hover {
  color: #00b549;
}
.nav1 .container_box .right .language .con:hover p {
  color: #00b549;
}
.nav1 .container_box .right .language .con:hover ul {
  display: block;
}
.nav1.nav1_2 {
  border-bottom: 1px solid #ccc;
}
.nav1.active .container_box {
  height: 0.41666667rem;
}
.nav1.active .container_box nav ul li a .arrows {
  top: 0.35416667rem;
}
.nav1.active .container_box nav ul li .nav_second {
  top: 0.27083333rem;
  padding-top: 0.25rem;
}
.nav1.active .container_box nav ul li .nav_second_mask {
  height: calc(100% - 0.41666667rem);
}
.nav_second_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  transition: all .3s;
}
.nav_second_mask.active {
  display: block;
}
.nav2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.20833333rem;
}
.nav2 a {
  min-width: 0.9375rem;
  height: 0.3125rem;
  padding: 0 0.05208333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e4e4;
  border-radius: 0.3125rem;
  font-size: 0.09375rem;
  font-family: '平方中等';
  color: #000;
  margin: 0 0.078125rem 0.15625rem;
  transition: all .3s;
}
.nav2 a.active,
.nav2 a:hover {
  background-color: #fee600;
  border-color: #fee600;
}
.nav3 {
  margin-top: 0.3125rem;
  position: relative;
}
.nav3 .swiper {
  border: 1px solid #eee;
}
.nav3 .swiper .swiper-slide {
  border-right: 1px solid #eee;
}
.nav3 .swiper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.11979167rem;
  font-family: '平方中等';
  font-weight: lighter;
  color: #010101;
  text-align: center;
  position: relative;
  height: 0.78125rem;
  line-height: 1.2;
  transition: all .3s;
}
.nav3 .swiper .swiper-slide a::before {
  content: "";
  width: 0.04166667rem;
  height: 0.04166667rem;
  background-color: #00b549;
  border-radius: 50%;
  position: absolute;
  bottom: 0.15625rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.nav3 .swiper .swiper-slide a:hover {
  color: #00b549;
}
.nav3 .swiper .swiper-slide a.active {
  color: #00b549;
}
.nav3 .swiper .swiper-slide a.active::before {
  opacity: 1;
}
.nav3 .swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  border-right: none;
}
.nav3 .but_box .but {
  width: 0.15625rem;
  height: 0.15625rem;
  background-color: #00b549;
  border-radius: 50%;
  background-image: url(../images/icon2_2.png);
  background-repeat: no-repeat;
  background-size: auto 0.0625rem;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.nav3 .but_box .but.but_prev {
  left: 0.15625rem;
}
.nav3 .but_box .but.but_next {
  right: 0.15625rem;
  background-image: url(../images/icon2.png);
}
.nav4 {
  position: relative;
}
.nav4 ul {
  display: flex;
  border: 1px solid #ccc;
}
.nav4 ul li {
  flex: 1;
}
.nav4 ul li a {
  height: 0.98958333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.125rem;
  color: #000;
  transition: all .3s;
  font-family: '平方中等';
}
.nav4 ul li a span {
  position: relative;
  padding-right: 0.15625rem;
}
.nav4 ul li a span::after {
  content: "\e671";
  font-family: "iconfont";
  transform: rotate(90deg);
  position: absolute;
  right: 0;
}
.nav4 ul li a.active,
.nav4 ul li a:hover {
  color: #00b549;
}
.nav4 ul li:first-child {
  border-right: 1px solid #ccc;
}
.nav4 .swiper {
  border: 1px solid #ccc;
}
.nav4 .swiper .swiper-slide {
  width: auto;
}
.nav4 .swiper .swiper-slide a {
  min-width: 0.9375rem;
  height: 0.98958333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.125rem;
  color: #000;
  transition: all .3s;
  font-family: '平方中等';
  padding: 0 0.10416667rem;
}
.nav4 .swiper .swiper-slide a span {
  position: relative;
  padding-right: 0.15625rem;
}
.nav4 .swiper .swiper-slide a span::after {
  content: "\e671";
  font-family: "iconfont";
  transform: rotate(90deg);
  position: absolute;
  right: 0;
}
.nav4 .swiper .swiper-slide a.active,
.nav4 .swiper .swiper-slide a:hover {
  color: #00b549;
}
.title1 {
  text-align: center;
  margin-bottom: 0.36458333rem;
}
.title1 h5 {
  font-size: 0.27083333rem;
  font-family: '平方中等';
  color: #000;
  text-transform: uppercase;
}
.title1 .text1 {
  font-size: 0.10416667rem;
  font-family: '平方中等';
  line-height: 1.5;
  margin-top: 0.26041667rem;
}
.title1 .text1 span {
  color: #00b549;
}
.title2 {
  font-size: 0.36458333rem;
  font-family: '平方中等';
  color: #000;
  text-align: center;
  margin: 0.45833333rem 0 0.36458333rem;
  text-transform: uppercase;
}
.title3 h5 {
  font-size: 0.08333333rem;
  font-family: '平方中等';
  color: #000000;
  position: relative;
  padding-left: 0.08854167rem;
  text-transform: uppercase;
}
.title3 h5::before {
  content: "";
  width: 0.04166667rem;
  height: 0.04166667rem;
  background-color: #00b549;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.title3 .text {
  font-size: 0.1875rem;
  font-family: '平方粗体';
  color: #000;
  margin-top: 0.26041667rem;
}
.title3.title3_2 {
  margin: 0.36458333rem 0;
}
.title3.title3_2 a {
  font-size: 0.08333333rem;
  font-family: '平方中等';
  color: #000000;
  padding-left: 0.08854167rem;
  text-transform: uppercase;
  position: relative;
}
.title3.title3_2 a::before {
  display: none;
}
.title3.title3_2 a::after {
  content: "";
  width: 0.046875rem;
  height: 0.09375rem;
  background: url(../images/icon11.png) no-repeat center center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.title4 {
  font-size: 0.27083333rem;
  font-family: '平方中等';
  margin-bottom: 0.26041667rem;
  text-align: center;
}
.banner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 5.625rem;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper .swiper-slide {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .swiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.banner .swiper .swiper-slide .con {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.banner .swiper .swiper-slide .con .container_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .swiper .swiper-slide .con .container_box h5 {
  font-size: 0.36458333rem;
  font-family: "平方中等";
  line-height: 1.2;
}
.banner .swiper .swiper-slide .con .container_box p {
  font-size: 0.1875rem;
  font-family: "平方-简", "平方中等";
  font-weight: lighter;
  font-weight: "纤细体";
  margin-top: 0.26041667rem;
  line-height: 1.2;
}
.banner .swiper .swiper-slide .con .container_box .more1 {
  margin-top: 0.20833333rem;
}
.banner .swiper-pagination {
  width: auto;
  bottom: 50%;
  transform: translateY(50%);
  left: auto;
  right: 0.78125rem;
  display: flex;
  flex-direction: column;
  gap: 0.10416667rem;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.0625rem;
  height: 0.0625rem;
  border: 0.01041667rem solid #ffffff;
  background: none;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner2 img {
  width: 100%;
}
.banner3 {
  height: 3.125rem;
}
.banner3 .container_box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.625rem;
}
.banner3 .container_box .left {
  color: #fff;
  width: 2.70833333rem;
}
.banner3 .container_box .left h5 {
  font-size: 0.1875rem;
  font-family: '平方中等';
  line-height: 1.5;
}
.banner3 .container_box .left .text {
  font-size: 0.125rem;
  font-family: '平方中等';
  line-height: 1.5;
  margin-top: 0.26041667rem;
}
.banner3 .container_box .right .img {
  width: 2.546875rem;
  height: 2.546875rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.banner4 {
  height: 3.125rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner4 .search {
  width: 5.14583333rem;
  margin: 0 auto;
}
.banner4 .search form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.46875rem;
  background-color: #fff;
  border-radius: 0.46875rem;
  overflow: hidden;
  padding-right: 0.05208333rem;
  position: relative;
}
.banner4 .search form::before {
  content: "";
  width: 0.140625rem;
  height: 0.16666667rem;
  background: url(../images/icon1.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 0.26041667rem;
  transform: translateY(-50%);
  opacity: .4;
}
.banner4 .search form input {
  width: calc(100% - 0.83333333rem);
  height: 100%;
  border: none;
  font-size: 0.09375rem;
  font-family: "Arial";
  padding: 0 0.05208333rem 0 0.546875rem;
  background: none;
}
.banner4 .search form input:focus {
  outline: none;
}
.banner4 .search form button {
  width: 0.83333333rem;
  height: 0.41666667rem;
  background-color: #00b549;
  border-radius: 0.41666667rem;
  font-size: 0.125rem;
  font-family: "Arial";
  color: #fff;
  border: none;
}
.banner4 .search form button:focus {
  outline: none;
}
.banner4 .search .text {
  font-size: 0.09375rem;
  font-family: "Arial";
  color: #fff;
  line-height: 1.5;
  margin-top: 0.15625rem;
  padding-left: 0.20833333rem;
}
.banner4 .search .text a {
  color: #fff;
  margin-right: 0.05208333rem;
}
.banner4 .search .text a:hover {
  text-decoration: underline !important;
}
.main1 {
  margin: 0.3125rem 0;
}
.main1 .main1_con_1 {
  background: url(../images/img1.jpg) no-repeat center center / cover;
  min-height: 3.64583333rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.67708333rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.main1 .main1_con_1::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.main1 .main1_con_1 .text1 {
  font-size: 0.15625rem;
  font-family: "Adobe 黑体 Std";
  color: #fff;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.main1 .main1_con_1 .text2 {
  font-size: 0.27083333rem;
  font-family: "Adobe 黑体 Std";
  color: #fff;
  line-height: 1.2;
  margin-top: 0.20833333rem;
  position: relative;
  z-index: 1;
}
.main1 .main1_con_1 .text3 {
  font-size: 0.10416667rem;
  font-family: "平方中等";
  color: #fff;
  line-height: 1.5;
  margin-top: 0.26041667rem;
  position: relative;
  z-index: 1;
}
.main1 .main1_con_1 .more1 {
  margin-top: 0.41666667rem;
  position: relative;
  z-index: 1;
}
.main1 .main1_con_1.active::before {
  display: block;
}
.main1 .main1_con_2 {
  font-size: 0.15625rem;
  font-family: '平方中等';
  color: #000;
  margin-top: 0.36458333rem;
  text-align: center;
}
.main1 .main1_con_2 span {
  color: #00b549;
  margin-left: 0.05208333rem;
}
.main1 .main1_con_3 {
  margin-top: 0.20833333rem;
  margin: 0.20833333rem -0.05208333rem 0;
}
.main1 .main1_con_3 .swiper {
  padding: 0.05208333rem;
}
.news1 {
  display: block;
  overflow: hidden;
  height: 0.41666667rem;
  transition: all .3s;
}
.news1 .img {
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .3s;
}
.news1:hover {
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
}
.news1:hover .img {
  transform: scale(1.1);
}
.news2 {
  display: block;
  height: 4.02083333rem;
  padding: 0.3125rem 0.625rem 0;
}
.news2 .imgbox {
  width: 1.77083333rem;
  height: 2.42708333rem;
  background-image: url(../images/jinbian1.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0.10416667rem;
  margin: 0 auto;
  transition: all .3s;
}
.news2 .imgbox .img {
  width: 100%;
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news2 .text {
  font-size: 0.10416667rem;
  font-family: '平方常规';
  color: #000;
  line-height: 1.5;
  margin-top: 0.20833333rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news2:hover .imgbox {
  transform: scale(1.1);
}
.news3 {
  display: block;
  height: 1.984375rem;
  border: 1px solid #e8e5e5;
  overflow: hidden;
  padding: 0.10416667rem;
  transition: all .3s;
}
.news3 .imgbox {
  width: 100%;
  height: 100%;
  background-image: url(../images/jinbian1.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0.078125rem;
  transition: all .3s;
}
.news3 .imgbox .img {
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news3:hover {
  border-color: #00b549;
}
.news4 {
  display: block;
}
.news4 .imgbox {
  height: 2.39583333rem;
  overflow: hidden;
}
.news4 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.news4 .text_box {
  height: 1.5625rem;
  padding: 0.20833333rem 0.15625rem 0;
  text-align: center;
}
.news4 .text_box h5 {
  font-size: 0.15625rem;
  font-family: '平方中等';
  color: #000;
  line-height: 0.18229167rem;
  height: 0.36458333rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .3s;
}
.news4 .text_box .text {
  font-size: 0.10416667rem;
  font-family: '平方中等';
  line-height: 1.5;
  color: #000;
  margin-top: 0.15625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .3s;
}
.news4 .text_box .more {
  position: absolute;
  bottom: 0.15625rem;
  left: 0;
  width: 100%;
  font-size: 0.10416667rem;
  font-family: '平方中等';
  color: #000;
  transition: all .3s;
}
.news4:hover .imgbox .img {
  transform: scale(1.1);
}
.news4:hover .text_box h5,
.news4:hover .text_box .more {
  color: #00b549;
}
.news5 {
  display: block;
  height: 3.28125rem;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
  padding: 0 0.3125rem;
}
.news5 .imgbox {
  height: 2.29166667rem;
}
.news5 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.news5 .text_box {
  position: relative;
  z-index: 2;
}
.news5 .text_box h5 {
  font-size: 0.15625rem;
  font-family: '平方中等';
  color: #000;
  display: flex;
  transition: all .3s;
}
.news5 .text_box h5 span {
  background-image: url(../images/icon5_1.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0.078125rem auto;
  padding-right: 0.3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news5 .text_box .text {
  font-size: 0.08333333rem;
  font-family: '平方中等';
  color: #000;
  line-height: 1.5;
  margin-top: 0.15625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .3s;
}
.news5 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.news5 .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.news5:hover .bg {
  top: 0;
}
.news5:hover .text_box h5 {
  color: #fff;
}
.news5:hover .text_box h5 span {
  background-image: url(../images/icon5_2.png);
  background-size: 0.10416667rem auto;
}
.news5:hover .text_box .text {
  color: #fff;
}
.news6 {
  display: block;
  padding: 0 0.10416667rem 0.20833333rem;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}
.news6 .imgbox {
  height: 1.22395833rem;
}
.news6 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.news6 .text_box {
  position: relative;
  z-index: 2;
}
.news6 .text_box h5 {
  font-size: 0.125rem;
  font-family: '平方中等';
  color: #000;
  display: flex;
  transition: all .3s;
}
.news6 .text_box h5 span {
  background-image: url(../images/icon5_1.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0.078125rem auto;
  padding-right: 0.15625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news6 .text_box .text {
  font-size: 0.07291667rem;
  font-family: '平方中等';
  color: #000;
  line-height: 1.5;
  margin-top: 0.15625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .3s;
}
.news6 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.news6 .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.news6:hover .bg {
  top: 0;
}
.news6:hover .text_box h5 {
  color: #fff;
}
.news6:hover .text_box h5 span {
  background-image: url(../images/icon5_2.png);
  background-size: 0.10416667rem auto;
}
.news6:hover .text_box .text {
  color: #fff;
}
.news7 {
  display: block;
  color: #000 !important;
}
.news7 .imgbox {
  height: 1.88020833rem;
  overflow: hidden;
}
.news7 .imgbox .img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .3s;
}
.news7 .text_box {
  padding: 0.10416667rem;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-top: none;
  transition: all .3s;
}
.news7 .text_box h5 {
  font-size: 0.15625rem;
  font-family: '平方中等';
  line-height: 0.18229167rem;
  height: 0.36458333rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .3s;
}
.news7 .text_box .text {
  font-size: 0.109375rem;
  font-family: '平方中等';
  line-height: 0.16666667rem;
  height: 0.33333333rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0.15625rem 0;
  transition: all .3s;
}
.news7 .text_box .more {
  font-size: 0.109375rem;
  font-family: '平方中等';
  transition: all .3s;
}
.news7:hover .imgbox .img {
  transform: scale(1.1);
}
.news7:hover .text_box h5,
.news7:hover .text_box .more {
  color: #00b549;
}
.news8 {
  display: block;
  background: url(../images/bg3.jpg) no-repeat center center / cover;
  padding: 0.26041667rem 0.15625rem;
  border: 1px solid #e7e7e7;
  transition: all .3s;
  position: relative;
}
.news8::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.news8 h5 {
  font-size: 0.13541667rem;
  font-family: '平方中等';
  line-height: 0.1875rem;
  height: 0.5625rem;
  color: #000;
  padding-left: 0.41666667rem;
  background-image: url(../images/icon6.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 0.11979167rem auto;
  display: flex;
  align-items: center;
  transition: all .3s;
  position: relative;
  z-index: 1;
}
.news8 h5 span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news8 .text_box {
  margin: 0.3125rem 0;
  padding-left: 0.41666667rem;
  display: flex;
  position: relative;
  z-index: 1;
}
.news8 .text_box dl {
  color: #000;
  max-width: 50%;
}
.news8 .text_box dl dd {
  font-size: 0.09375rem;
  font-family: '平方中等';
  margin-bottom: 0.20833333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news8 .text_box dl dd:last-child {
  margin-bottom: 0;
}
.news8 .text_box dl:first-child {
  margin-right: 0.10416667rem;
}
.news8 .more1 {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.news8:hover {
  box-shadow: 0 0.02604167rem 0.10416667rem rgba(0, 181, 73, 0.3);
  border-color: #00b549;
}
.news8:hover h5 {
  color: #00b549;
}
.news9 {
  display: flex;
  align-items: flex-start;
  background: #fafafa;
  padding: 0.26041667rem;
  position: relative;
}
.news9::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg4.jpg) no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  opacity: 0;
}
.news9 .date {
  width: 1.125rem;
  font-size: 0.125rem;
  font-family: '平方粗体';
  color: #000;
  line-height: 0.28645833rem;
  border-left: 0.01041667rem solid #00b549;
  padding-left: 0.13020833rem;
  position: relative;
  z-index: 1;
  transition: all .3s;
}
.news9 .date span {
  margin-left: 0.05208333rem;
}
.news9 .imgbox {
  width: 1.3125rem;
  height: 1.3125rem;
  overflow: hidden;
  position: relative;
}
.news9 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.news9 .text_box {
  width: calc(100% - 2.4375rem);
  padding-left: 0.26041667rem;
  position: relative;
}
.news9 .text_box h5 {
  font-size: 0.125rem;
  font-family: '平方中等';
  color: #000;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all .3s;
}
.news9 .text_box .text {
  font-size: 0.09375rem;
  font-family: '平方中等';
  color: #000;
  line-height: 1.5;
  margin-top: 0.15625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .3s;
}
.news9:hover::before {
  opacity: 1;
}
.news9:hover .date {
  border-color: #fff;
  color: #fff;
}
.news9:hover .imgbox .img {
  transform: scale(1.1);
}
.news9:hover .text_box h5,
.news9:hover .text_box .text {
  color: #fff;
}
.main2 {
  background: url(../images/bg1.jpg) no-repeat center center / cover;
  padding: 0.20833333rem 0;
}
.main2 .container_box {
  display: flex;
  align-items: center;
}
.main2 .container_box .left {
  width: 2.03125rem;
  border-right: 1px solid #fff;
}
.main2 .container_box .left img {
  width: 1.17708333rem;
}
.main2 .container_box .right {
  width: calc(100% - 2.03125rem);
  font-size: 0.1875rem;
  font-family: '平方中等';
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 0 0.05208333rem;
}
.main3 {
  margin: 0.41666667rem 0;
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 5.48958333rem auto;
}
.main3 .con_box {
  display: flex;
  align-items: flex-start;
}
.main3 .con_box .left {
  height: 4.02083333rem;
  width: calc(100% - 3.21875rem);
  border: 1px solid #e8e5e5;
  transition: all .3s;
}
.main3 .con_box .left .swiper .swiper-pagination {
  z-index: 0;
  bottom: 0.26041667rem;
}
.main3 .con_box .left .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.09375rem;
  height: 0.09375rem;
  border: 0.015625rem solid #00b549;
  background: none;
  opacity: 1;
  margin: 0 0.05208333rem;
}
.main3 .con_box .left .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00b549;
}
.main3 .con_box .left:hover {
  border-color: #00b549;
}
.main3 .con_box .right {
  width: 3.21875rem;
  padding-left: 0.046875rem;
}
.main3 .con_box .right ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.03645833rem;
}
.main3 .con_box .right ul li {
  width: 50%;
  padding: 0 0.03645833rem;
  margin-bottom: 0.05208333rem;
}
.main4 {
  margin-top: 0.41666667rem;
}
.main4 ul {
  display: flex;
}
.main4 ul li {
  width: 20%;
  transition: all .3s;
}
.main4 ul li a {
  display: block;
  position: relative;
  height: 4.44270833rem;
}
.main4 ul li a .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main4 ul li a .text_box {
  width: 100%;
  height: 100%;
  padding: 0.3125rem 0.20833333rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all .3s;
}
.main4 ul li a .text_box .text1 {
  font-size: 0.125rem;
  font-family: '平方中等';
  color: #fff;
  line-height: 1.2;
}
.main4 ul li a .text_box .text2 {
  font-size: 0.08333333rem;
  font-family: '平方中等';
  line-height: 1.2;
  color: #fff;
  opacity: .6;
  margin-top: 0.10416667rem;
  display: none;
}
.main4 ul li a .text_box .more {
  font-size: 0.08333333rem;
  font-family: '平方中等';
  color: #fff;
  opacity: .6;
  margin-top: 0.20833333rem;
}
.main4 ul li a .text_box .more1 {
  display: none;
}
.main4 ul li.active {
  width: 60%;
}
.main4 ul li.active .text_box {
  height: auto;
  padding-right: 1.5625rem;
}
.main4 ul li.active .text_box .text2 {
  display: block;
}
.main4 ul li.active .text_box .more {
  display: none;
}
.main4 ul li.active .text_box .more1 {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0.20833333rem;
  transform: translateY(-50%);
}
.main5 {
  margin: 0.52083333rem 0;
}
.main5 .title {
  position: relative;
  margin-bottom: 0.41666667rem;
}
.main5 .title p {
  font-size: 0.13541667rem;
  font-family: '平方粗体';
  color: #00b549;
}
.main5 .title h5 {
  font-size: 0.27083333rem;
  font-family: '平方中等';
  color: #000;
  margin-top: 0.15625rem;
}
.main5 .title .but_box {
  width: 0.82291667rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main5 .title .but_box .but {
  width: 0.35416667rem;
  height: 0.35416667rem;
  background-color: #00b549;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.05208333rem auto;
  background-image: url(../images/icon2_2.png);
}
.main5 .title .but_box .but.but_next {
  background-image: url(../images/icon2.png);
}
.main5 .swiper {
  padding: 0.10416667rem;
  margin: 0 -0.10416667rem;
}
.main5 .swiper .swiper-slide a {
  display: block;
  height: 2.1875rem;
  box-shadow: 0 0.02604167rem 0.10416667rem rgba(0, 0, 0, 0.1);
  padding: 0.26041667rem 0.26041667rem 0;
  transition: all .3s;
}
.main5 .swiper .swiper-slide a h5 {
  font-size: 0.125rem;
  font-family: '平方粗体';
  color: #000;
  transition: all .3s;
}
.main5 .swiper .swiper-slide a .text1 {
  font-size: 0.08333333rem;
  font-family: '平方中等';
  margin-top: 0.05208333rem;
  color: #000;
  transition: all .3s;
}
.main5 .swiper .swiper-slide a .text2 {
  font-size: 0.09375rem;
  font-family: '平方中等';
  color: #000;
  line-height: 1.5;
  margin-top: 0.26041667rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.main5 .swiper .swiper-slide a .mark_box {
  display: flex;
  margin-top: 0.3125rem;
  position: absolute;
  bottom: 0.26041667rem;
  left: 0.26041667rem;
}
.main5 .swiper .swiper-slide a .mark_box span {
  display: block;
  width: 0.125rem;
  height: 0.125rem;
  background: url(../images/xing.png) no-repeat center center / contain;
  margin-right: 0.046875rem;
}
.main5 .swiper .swiper-slide a:hover {
  box-shadow: 0 0.02604167rem 0.10416667rem rgba(0, 181, 73, 0.3);
}
.main5 .swiper .swiper-slide a:hover h5,
.main5 .swiper .swiper-slide a:hover .text1 {
  color: #00b549;
}
.main6 .main6_con .swiper {
  display: none;
}
.main6 .main6_con .swiper .swiper-slide .text_box {
  border: 1px solid #e6e6e6;
}
.main6 .main6_con .swiper.active {
  display: block;
}
.main7 {
  padding: 0.36458333rem 0;
}
.main7 .main7_con_1 {
  margin-top: 0.3125rem;
}
.main7 .main7_con_1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.078125rem 0.20833333rem;
}
.main7 .main7_con_1 ul li {
  width: 33.3333%;
  padding: 0 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main7 .main7_con_2 {
  display: flex;
  margin-top: 0.52083333rem;
}
.main7 .main7_con_2 .left {
  width: calc(100% - 2.70833333rem);
  padding-right: 0.35416667rem;
}
.main7 .main7_con_2 .left .img {
  height: 3.88020833rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main7 .main7_con_2 .right {
  width: 2.70833333rem;
}
.main7 .main7_con_2 .right ul {
  border-left: 1px solid #ccc;
}
.main7 .main7_con_2 .right ul li {
  border-bottom: 1px solid #ccc;
}
.main7 .main7_con_2 .right ul li .title {
  position: relative;
  cursor: pointer;
  padding: 0.10416667rem 0.3125rem;
}
.main7 .main7_con_2 .right ul li .title::before {
  content: "\e676";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.10416667rem;
  color: #000;
  transform: translateY(-50%);
  transition: all .3s;
}
.main7 .main7_con_2 .right ul li .title h5 {
  font-size: 0.15625rem;
  color: #000;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main7 .main7_con_2 .right ul li .text {
  padding: 0 0 0.26041667rem 0.3125rem;
  font-size: 0.09375rem;
  color: #000;
  line-height: 1.5;
  margin-top: 0.15625rem;
  display: none;
}
.main7 .main7_con_2 .right ul li.active .title::before {
  opacity: 0;
}
.main7 .main7_con_2 .right ul li.active .title h5 {
  text-overflow: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}
.main7 .main7_con_3 {
  margin-top: 0.66666667rem;
}
.main7 .main7_con_4 {
  margin-top: 0.3125rem;
}
.main7 .main7_con_4 .con_box_1 {
  font-size: 0.125rem;
  font-family: '平方中等';
  line-height: 1.5;
  font-weight: lighter;
}
.main7 .main7_con_4 .con_box_2 {
  margin-top: 0.36458333rem;
  overflow: hidden;
}
.main7 .main7_con_4 .con_box_2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.078125rem 0.15625rem;
}
.main7 .main7_con_4 .con_box_2 ul li {
  width: 33.333%;
  padding: 0 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main7 .main7_con_5 {
  margin-top: 0.26041667rem;
  padding-top: 0.26041667rem;
  border-top: 1px solid #ccc;
}
.main7 .main7_con_5 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.06770833rem;
}
.main7 .main7_con_5 ul li {
  width: 33.333%;
  padding: 0 0.06770833rem;
  margin-bottom: 0.3125rem;
}
.main7 .main7_con_6 .statistics {
  font-size: 0.13020833rem;
  font-family: '平方中等';
  margin-bottom: 0.15625rem;
}
.main7 .main7_con_6 .statistics span {
  margin: 0 0.05208333rem;
  color: #00b549;
}
.main7 .main7_con_6 ul {
  margin-bottom: 0.3125rem;
}
.main7 .main7_con_6 ul li {
  margin-bottom: 0.15625rem;
}
.main7 .main7_con_7 ul li {
  display: flex;
  align-items: center;
}
.main7 .main7_con_7 ul li .imgbox {
  display: block;
  width: 50%;
  height: 2.8125rem;
  overflow: hidden;
}
.main7 .main7_con_7 ul li .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
}
.main7 .main7_con_7 ul li .imgbox:hover .img {
  transform: scale(1.1);
}
.main7 .main7_con_7 ul li .text_box {
  width: 50%;
  padding-left: 0.67708333rem;
}
.main7 .main7_con_7 ul li .text_box h5 {
  font-size: 0.15625rem;
  font-family: '平方中等';
  line-height: 1.2;
}
.main7 .main7_con_7 ul li .text_box .text {
  font-size: 0.08333333rem;
  font-family: '平方中等';
  font-weight: lighter;
  margin-top: 0.10416667rem;
  line-height: 1.2;
}
.main7 .main7_con_7 ul li .text_box .more1 {
  margin-top: 0.52083333rem;
}
.main7 .main7_con_7 ul li .text_box .more1:hover {
  background-color: #07913f;
}
.main7 .main7_con_7 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.main7 .main7_con_7 ul li:nth-child(even) .text_box {
  padding: 0 0.67708333rem 0 0;
}
.main7 .main7_con_8 {
  margin-top: 0.52083333rem;
}
.main7 .main7_con_8 .item {
  font-size: 0.08333333rem;
  line-height: 1.5;
  min-height: 1.5625rem;
  display: none;
}
.main7 .main7_con_8 .item.active {
  display: block;
}
.main8 {
  padding-bottom: 0.52083333rem;
}
.main8 .title3 {
  margin-bottom: 0.15625rem;
}
.main8 .main8_con .title {
  background-color: #fafafa;
  padding: 0.26041667rem;
  color: #000;
}
.main8 .main8_con .title h5 {
  font-size: 0.1875rem;
  font-family: '平方中等';
  line-height: 1.5;
}
.main8 .main8_con .title .date {
  font-size: 0.125rem;
  font-family: '平方粗体';
  margin-top: 0.20833333rem;
}
.main8 .main8_con .share {
  display: flex;
  align-items: center;
  padding: 0.20833333rem 0.46875rem 0;
  display: none !important;
}
.main8 .main8_con .share p {
  font-size: 0.09375rem;
  font-family: '平方中等';
}
.main8 .main8_con .share dl {
  display: flex;
  margin-left: 0.10416667rem;
}
.main8 .main8_con .share dl dd {
  margin-right: 0.06770833rem;
}
.main8 .main8_con .share dl dd a {
  display: block;
  width: 0.234375rem;
  height: 0.234375rem;
  background-color: #e6e6e6;
  border-radius: 50%;
  background-position: center center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  transition: all .3s;
}
.main8 .main8_con .share dl dd a:hover {
  background-color: #00b549;
}
.main8 .main8_con .share dl dd:nth-child(3) a {
  background-size: auto 55%;
}
.main8 .main8_con .info_box {
  font-size: 0.09375rem;
  font-family: '平方中等';
  line-height: 1.8;
  padding: 0.20833333rem 0.46875rem 0;
}
.main8 .main8_con .info_box img {
  display: block;
  width: 100%;
  margin: 0.10416667rem auto;
}
.main9 {
  padding: 0.41666667rem 0;
}
.main9 .main9_con_1 {
  font-size: 0.10416667rem;
  font-family: '平方中等';
  line-height: 1.5;
}
.main9 .main9_con_2 {
  position: relative;
  margin-top: 0.41666667rem;
  cursor: pointer;
  overflow: hidden;
}
.main9 .main9_con_2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main9 .main9_con_2::after {
  content: "";
  width: 0.69791667rem;
  height: 0.69791667rem;
  background: url(../images/play.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.main9 .main9_con_2 img {
  width: 100%;
  transition: all .5s;
}
.main9 .main9_con_2:hover img {
  transform: scale(1.1);
}
.main10 {
  padding: 0.41666667rem 0;
  background: url(../images/bg5.jpg) no-repeat center center / cover;
  height: 4.63541667rem;
}
.main10 .main10_con {
  margin-top: 0.52083333rem;
  position: relative;
}
.main10 .main10_con::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0.89583333rem;
}
.main10 .main10_con .swiper {
  padding-top: 0.41666667rem;
}
.main10 .main10_con .swiper .swiper-slide a {
  display: block;
  color: #000;
  position: relative;
  padding-bottom: 0.25rem;
  text-align: center;
}
.main10 .main10_con .swiper .swiper-slide a::before {
  content: "";
  width: 0.08333333rem;
  height: 0.08333333rem;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}
.main10 .main10_con .swiper .swiper-slide a .date1 {
  font-size: 0.1875rem;
  font-family: '平方中等';
  transition: all .3s;
}
.main10 .main10_con .swiper .swiper-slide a .con {
  width: 2.86458333rem;
  opacity: 0;
  transform: scale(0);
  transition: all .6s;
  position: absolute;
  top: -0.36458333rem;
}
.main10 .main10_con .swiper .swiper-slide a .con .img {
  width: 1.66666667rem;
  height: 1.66666667rem;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.main10 .main10_con .swiper .swiper-slide a .con .bottom {
  text-align: center;
}
.main10 .main10_con .swiper .swiper-slide a .con .bottom .date2 {
  font-size: 0.1875rem;
  margin: 0.13541667rem 0;
  font-family: '平方中等';
}
.main10 .main10_con .swiper .swiper-slide a .con .bottom .text {
  font-size: 0.09375rem;
  line-height: 0.14583333rem;
  max-height: 0.58333333rem;
  overflow: auto;
  font-family: '平方中等';
}
.main10 .main10_con .swiper .swiper-slide.swiper-slide-active {
  height: 2.60416667rem;
}
.main10 .main10_con .swiper .swiper-slide.swiper-slide-active a {
  display: flex;
  justify-content: center;
}
.main10 .main10_con .swiper .swiper-slide.swiper-slide-active a::before {
  opacity: 0;
}
.main10 .main10_con .swiper .swiper-slide.swiper-slide-active a .date1 {
  opacity: 0;
}
.main10 .main10_con .swiper .swiper-slide.swiper-slide-active a .con {
  transition: all .8s;
  opacity: 1;
  transform: scale(1);
}
.main10 .main10_con .but_box {
  width: 0.73958333rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.main10 .main10_con .but_box .but {
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #00b549;
  border-radius: 50%;
  background-image: url(../images/icon2_2.png);
  background-repeat: no-repeat;
  background-size: auto 0.07291667rem;
  background-position: center center;
}
.main10 .main10_con .but_box .but:focus {
  outline: none;
}
.main10 .main10_con .but_box .but.but_next {
  background-image: url(../images/icon2.png);
}
.main11 {
  padding-top: 0.41666667rem;
}
.main11 .main11_con {
  position: relative;
}
.main11 .main11_con::before,
.main11 .main11_con::after {
  content: "";
  width: 1.04166667rem;
  height: 100%;
  background: url(../images/bg6_l.jpg) no-repeat center center / cover;
  position: absolute;
  top: 0;
}
.main11 .main11_con::before {
  left: 0;
}
.main11 .main11_con::after {
  right: 0;
  background-image: url(../images/bg6_r.jpg);
}
.main11 .main11_con .swiper .swiper-slide .img {
  height: 3.64583333rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main11 .main11_con .swiper .swiper-pagination {
  bottom: 0.3125rem;
}
.main11 .main11_con .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.07291667rem;
  height: 0.07291667rem;
  background: #fff;
  opacity: .5;
  margin: 0 0.02604167rem;
}
.main11 .main11_con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.main12 {
  padding: 0.36458333rem 0 0.3125rem;
  position: relative;
  background-image: url(../images/bg7.jpg);
  background-repeat: no-repeat;
  background-position: left bottom 0.15625rem;
  background-size: 5.48958333rem auto;
}
.main12 .main12_con_1 {
  font-size: 0.10416667rem;
  font-family: '平方中等';
  line-height: 1.5;
  text-align: center;
  padding: 0 0.41666667rem;
}
.main12 .main12_con_1 span {
  color: #00b549;
}
.main12 .main12_con_2 {
  margin-top: 0.3125rem;
  overflow: hidden;
}
.main12 .main12_con_2 .swiper {
  padding: 0.15625rem;
  margin: 0 -0.26041667rem;
}
.main12 .main12_con_2 .swiper .swiper-slide {
  transition: all .3s;
}
.main12 .main12_con_2 .swiper .swiper-slide a {
  height: 2.29166667rem;
  display: block;
  background-color: #fff;
  border-radius: 0.078125rem;
  padding: 0.15625rem;
  transition: all .3s;
  box-shadow: 0 0.02604167rem 0.10416667rem rgba(0, 0, 0, 0.1), 0 0.02604167rem 0.10416667rem rgba(0, 0, 0, 0.15), 0 0.04166667rem 0.10416667rem rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.main12 .main12_con_2 .swiper .swiper-slide a .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active {
  perspective: 3.125rem;
}
.main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active a {
  transform: rotateY(-40deg) scale(0.7);
}
.main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active + .swiper-slide {
  perspective: 5.20833333rem;
}
.main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active + .swiper-slide a {
  transform: rotateY(-30deg) scale(0.9) translateX(-0.26041667rem);
}
.main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  perspective: 5.20833333rem;
}
.main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide a {
  transform: rotateY(30deg) scale(0.9) translateX(0.26041667rem);
}
.main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  perspective: 3.125rem;
}
.main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide a {
  transform: rotateY(40deg) scale(0.7);
}
.main13 {
  padding: 0.52083333rem 0;
  position: relative;
}
.main13::before {
  content: "";
  width: 100%;
  height: 2.60416667rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: -1;
}
.main13 .main13_con img {
  width: 100%;
}
.main14 {
  padding-bottom: 0.26041667rem;
}
.main14 .main14_con .swiper {
  padding: 0.26041667rem 0;
}
.main14 .main14_con .swiper .swiper-slide {
  height: 3.03645833rem;
}
.main14 .main14_con .swiper .swiper-slide a {
  display: block;
  width: 5.39583333rem;
  height: 3.03645833rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.main14 .main14_con .swiper .swiper-slide a .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main15 .main15_con ul li {
  display: flex;
  align-items: center;
  padding: 0.3125rem 0;
  border-bottom: 1px solid #ccc;
}
.main15 .main15_con ul li .imgbox {
  width: 3.52604167rem;
  height: 2.66666667rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.main15 .main15_con ul li .imgbox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main15 .main15_con ul li .imgbox::after {
  content: "";
  width: 0.41666667rem;
  height: 0.41666667rem;
  background: url(../images/play.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.main15 .main15_con ul li .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
}
.main15 .main15_con ul li .imgbox:hover .img {
  transform: scale(1.1);
}
.main15 .main15_con ul li .text_box {
  width: calc(100% - 3.52604167rem);
  padding-left: 0.72916667rem;
}
.main15 .main15_con ul li .text_box img {
  height: 0.26041667rem;
}
.main15 .main15_con ul li .text_box h5 {
  font-size: 0.1875rem;
  font-family: '平方中等';
  line-height: 1.5;
  margin: 0.15625rem 0;
}
.main15 .main15_con ul li .text_box .text {
  font-size: 0.10416667rem;
  font-family: '平方中等';
  line-height: 1.5;
}
.main15 .main15_con ul li:first-child {
  border-top: 1px solid #ccc;
}
.main15 .main15_con ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.main15 .main15_con ul li:nth-child(even) .text_box {
  padding: 0 0.72916667rem 0 0;
}
.main16 {
  padding: 0.72916667rem 0;
  background-image: url(../images/bg8.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 8.13541667rem auto;
}
.main16 .main16_con {
  display: flex;
}
.main16 .main16_con .img {
  width: 3.82291667rem;
  height: 2.34375rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main16 .main16_con ul {
  width: calc(100% - 3.82291667rem);
  padding-left: 0.15625rem;
}
.main16 .main16_con ul li {
  background-color: #fff;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  margin-bottom: 0.05208333rem;
}
.main16 .main16_con ul li h5 {
  font-size: 0.15625rem;
  font-family: '平方粗体';
  line-height: 1.5;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.10416667rem 0.3125rem;
}
.main16 .main16_con ul li h5 img {
  width: 0.15625rem;
  margin-right: 0.10416667rem;
}
.main16 .main16_con ul li .con_box {
  display: none;
  padding: 0.15625rem 0.3125rem 0.10416667rem;
}
.main16 .main16_con ul li .con_box dl {
  display: flex;
  margin-bottom: 0.078125rem;
}
.main16 .main16_con ul li .con_box dl dd {
  font-size: 0.09375rem;
  font-family: '平方中等';
  line-height: 1.5;
}
.main16 .main16_con ul li .con_box dl dd:first-child {
  width: 0.52083333rem;
}
.main16 .main16_con ul li .con_box dl dd:last-child {
  width: calc(100% - 0.52083333rem);
}
.main17 {
  padding: 0.41666667rem 0 0.20833333rem;
}
.main17 .main17_con {
  position: relative;
}
.main17 .main17_con .map {
  width: 7.00520833rem;
}
.main17 .main17_con ul li .map_title {
  font-size: 0.125rem;
  font-family: "Arial";
  font-weight: bold;
  position: absolute;
  z-index: 1;
}
.main17 .main17_con ul li .map_mark {
  width: 0.05208333rem;
  height: 0.05208333rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.main17 .main17_con ul li .map_mark::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: .5;
  transform: all .3s;
  animation: ripple-multi 2s infinite;
}
.main17 .main17_con ul li .map_mark .xian {
  position: absolute;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}
.main17 .main17_con ul li .map_mark .xian.active {
  opacity: 1;
  visibility: initial;
}
@keyframes ripple-multi {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 0.15625rem;
    height: 0.15625rem;
    opacity: 0;
  }
}
.main17 .main17_con ul li .con_box {
  width: 3.125rem;
  padding: 0.15625rem 0.3125rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.2);
  position: absolute;
  background-color: #fff;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}
.main17 .main17_con ul li .con_box .bt {
  font-size: 0.15625rem;
  font-family: "Arial";
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-bottom: 0.10416667rem;
}
.main17 .main17_con ul li .con_box .bt img {
  width: 0.13541667rem;
  margin-right: 0.10416667rem;
}
.main17 .main17_con ul li .con_box .text dl {
  display: flex;
  margin-bottom: 0.078125rem;
}
.main17 .main17_con ul li .con_box .text dl dd {
  font-size: 0.09375rem;
  font-family: "Arial";
  line-height: 1.5;
}
.main17 .main17_con ul li .con_box .text dl dd:first-child {
  width: 0.67708333rem;
  text-align: right;
  font-weight: bold;
}
.main17 .main17_con ul li .con_box .text dl dd:last-child {
  width: calc(100% - 0.67708333rem);
}
.main17 .main17_con ul li .con_box .text dl:last-child {
  margin-bottom: 0;
}
.main17 .main17_con ul li .con_box.active {
  opacity: 1;
  visibility: initial;
}
.main17 .main17_con ul li:nth-child(1) .map_title {
  left: 4.0625rem;
  top: 1.59375rem;
  z-index: 3;
}
.main17 .main17_con ul li:nth-child(1) .map_mark {
  left: 4.375rem;
  top: 1.84375rem;
}
.main17 .main17_con ul li:nth-child(1) .con_box {
  top: 0.61458333rem;
  left: 0;
  z-index: 2;
}
.main17 .main17_con ul li:nth-child(1) .xian {
  width: 1.25rem;
  height: 1px;
  background-color: #999;
  top: 50%;
  right: 100%;
}
.main17 .main17_con ul li:nth-child(2) .map_title {
  left: 3.96354167rem;
  top: 2.32291667rem;
  z-index: 3;
}
.main17 .main17_con ul li:nth-child(2) .map_mark {
  left: 4.30208333rem;
  top: 2.16666667rem;
}
.main17 .main17_con ul li:nth-child(2) .con_box {
  top: 2.47395833rem;
  left: 0.57291667rem;
  z-index: 2;
}
.main17 .main17_con ul li:nth-child(2) .xian {
  width: 1px;
  height: 0.46875rem;
  background-color: #999;
  top: 100%;
  left: 50%;
}
.main17 .main17_con ul li:nth-child(2) .xian::before {
  content: "";
  width: 0.64583333rem;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 100%;
  right: 0;
}
.main17 .main17_con ul li:nth-child(3) .map_title {
  left: 4.52083333rem;
  top: 3.03125rem;
  z-index: 3;
}
.main17 .main17_con ul li:nth-child(3) .map_mark {
  left: 4.83333333rem;
  top: 2.81770833rem;
}
.main17 .main17_con ul li:nth-child(3) .con_box {
  width: 2.5rem;
  top: 0.89583333rem;
  left: 5.30208333rem;
  z-index: 2;
}
.main17 .main17_con ul li:nth-child(3) .xian {
  width: 0.41666667rem;
  height: 1px;
  background-color: #999;
  top: 50%;
  left: 100%;
}
.main18 {
  background-color: #fafafa;
  padding: 0.52083333rem 0;
}
.main18 .main18_con .top .con_box {
  display: flex;
  margin: 0 -0.15625rem;
}
.main18 .main18_con .top .con_box .left,
.main18 .main18_con .top .con_box .right {
  width: 50%;
  padding: 0 0.15625rem;
}
.main18 .main18_con .top .con_box .bt {
  font-size: 0.15625rem;
  font-family: '平方中等';
  margin-bottom: 0.20833333rem;
}
.main18 .main18_con .top .con_box .input_box {
  border: 1px solid #ccc;
  border-radius: 0.05208333rem;
  height: 0.41666667rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.15625rem;
  white-space: nowrap;
  margin-bottom: 0.10416667rem;
}
.main18 .main18_con .top .con_box .input_box p {
  font-size: 0.09375rem;
  font-family: '平方常规';
}
.main18 .main18_con .top .con_box .input_box input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  padding: 0 0.15625rem;
  font-size: 0.09375rem;
  font-family: '平方常规';
}
.main18 .main18_con .top .con_box .input_box input:focus {
  outline: none;
}
.main18 .main18_con .top .con_box .input_box select {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 0.15625rem;
  font-size: 0.09375rem;
  font-family: '平方常规';
  appearance: none !important;
  cursor: pointer;
  background: none;
  position: relative;
  z-index: 1;
}
.main18 .main18_con .top .con_box .input_box select:focus {
  outline: none;
}
.main18 .main18_con .top .con_box .input_box.title::before {
  content: "";
  border-left: 0.03645833rem solid transparent;
  border-right: 0.03645833rem solid transparent;
  border-top: 0.046875rem solid #000000;
  position: absolute;
  top: 50%;
  right: 0.15625rem;
  transform: translateY(-50%);
}
.main18 .main18_con .top .con_box .input_box.title p {
  border-right: 1px solid #ccc;
  padding-right: 0.10416667rem;
  line-height: 1.2;
}
.main18 .main18_con .top .con_box .type {
  padding: 0 0.15625rem;
  margin-bottom: 0.10416667rem;
}
.main18 .main18_con .top .con_box .type p {
  font-size: 0.09375rem;
  font-family: '平方中等';
  margin-bottom: 0.15625rem;
}
.main18 .main18_con .top .con_box .type dl {
  display: flex;
  flex-wrap: wrap;
}
.main18 .main18_con .top .con_box .type dl dd {
  width: 50%;
  margin-bottom: 0.09375rem;
  font-family: '平方常规';
  display: flex;
  align-items: center;
}
.main18 .main18_con .top .con_box .type dl dd .item {
  font-size: 0.09375rem;
  position: relative;
  cursor: pointer;
  padding-left: 0.1875rem;
}
.main18 .main18_con .top .con_box .type dl dd .item::before {
  content: "";
  width: 0.10416667rem;
  height: 0.10416667rem;
  border: 1px solid #a4a4a4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main18 .main18_con .top .con_box .type dl dd .item.active::before {
  background-color: #00b549;
  border-color: #00b549;
}
.main18 .main18_con textarea {
  width: 100%;
  height: 1.5625rem;
  padding: 0.15625rem;
  border: 1px solid #ccc;
  border-radius: 0.05208333rem;
  resize: none;
  background: none;
  font-size: 0.09375rem;
}
.main18 .main18_con textarea:focus {
  outline: none;
}
.main18 .main18_con .agreement {
  margin-top: 0.3125rem;
  padding: 0 0.15625rem;
}
.main18 .main18_con .agreement .title {
  font-size: 0.09375rem;
  font-family: '平方中等';
  margin-bottom: 0.13541667rem;
}
.main18 .main18_con .agreement .clause .item {
  margin-bottom: 0.10416667rem;
  display: flex;
}
.main18 .main18_con .agreement .clause .item p {
  position: relative;
  padding-left: 0.171875rem;
  cursor: pointer;
  font-size: 0.09375rem;
  line-height: 1.5;
  font-family: '平方常规';
}
.main18 .main18_con .agreement .clause .item p::before {
  content: "";
  width: 0.10416667rem;
  height: 0.10416667rem;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main18 .main18_con .agreement .clause .item p.active::before {
  background: #00b549;
  border-color: #00b549;
}
.main18 .main18_con .agreement .submit_box {
  display: flex;
  align-items: center;
  margin-top: 0.20833333rem;
}
.main18 .main18_con .agreement .submit_box button {
  width: 0.92708333rem;
  height: 0.32291667rem;
  background-color: #00b549;
  color: #fff;
  font-size: 0.09375rem;
  font-family: '平方中等';
  border: none;
  border-radius: 0.32291667rem;
  box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 181, 73, 0.4);
  transition: all .3s;
}
.main18 .main18_con .agreement .submit_box button:focus {
  outline: none;
}
.main18 .main18_con .agreement .submit_box button:hover {
  background-color: #087b36;
}
.main18 .main18_con .agreement .submit_box p {
  font-size: 0.09375rem;
  color: #999;
  font-family: '平方常规';
  margin-left: 0.15625rem;
}
.main19 {
  margin-top: 0.41666667rem;
}
.main19 .container_box .main19_con {
  position: relative;
}
.main19 .container_box .main19_con .con_box {
  display: flex;
  flex-wrap: wrap;
}
.main19 .container_box .main19_con .con_box .main19_left {
  width: 3.88020833rem;
  height: 2.96875rem;
  display: flex;
}
.main19 .container_box .main19_con .con_box .main19_left .nav {
  width: 0.703125rem;
  height: 100%;
}
.main19 .container_box .main19_con .con_box .main19_left .nav .swiper {
  height: 100%;
}
.main19 .container_box .main19_con .con_box .main19_left .nav .swiper .swiper-slide {
  width: 100%;
  border: 0.00520833rem solid #e2e2e2;
  overflow: hidden;
  cursor: pointer;
}
.main19 .container_box .main19_con .con_box .main19_left .nav .swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main19 .container_box .main19_con .con_box .main19_left .nav .swiper .swiper-slide:hover .img {
  transform: scale(1.1);
}
.main19 .container_box .main19_con .con_box .main19_left .nav .swiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #11ac5c;
}
.main19 .container_box .main19_con .con_box .main19_left .con {
  width: 3.07291667rem;
  height: 100%;
  padding-left: 0.10416667rem;
  position: relative;
}
.main19 .container_box .main19_con .con_box .main19_left .con .swiper {
  height: 100%;
  border: 0.00520833rem solid #e2e2e2;
}
.main19 .container_box .main19_con .con_box .main19_left .con .swiper .swiper-slide {
  height: 100%;
}
.main19 .container_box .main19_con .con_box .main19_left .con .swiper .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.main19 .container_box .main19_con .con_box .main19_left .con .swiper .move {
  width: 0.52083333rem;
  height: 0.52083333rem;
  background: green;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: .6;
  cursor: move;
  display: none;
}
.main19 .container_box .main19_con .con_box .main19_left .con #xc-max {
  width: 60%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
  display: none;
  border: 1px solid #ccc;
}
.main19 .container_box .main19_con .con_box .main19_left .con #xc-max .img {
  position: absolute;
}
.main19 .container_box .main19_con .con_box .main19_right {
  width: calc(100% - 3.88020833rem);
  padding-left: 0.26041667rem;
}
.main19 .container_box .main19_con .con_box .main19_right .title {
  font-size: 0.13020833rem;
  line-height: 1.5;
}
.main19 .container_box .main19_con .con_box .main19_right .con {
  font-size: 0.08333333rem;
  line-height: 1.8;
  margin-top: 0.15625rem;
}
.main19 .container_box .main19_con .con_box .main19_right .con2 {
  margin-top: 0.15625rem;
}
.main19 .container_box .main19_con .con_box .main19_right .con2 ul {
  display: flex;
  margin-bottom: 0.078125rem;
}
.main19 .container_box .main19_con .con_box .main19_right .con2 ul li {
  font-size: 0.08333333rem;
  line-height: 1.5;
}
.main19 .container_box .main19_con .con_box .main19_right .con2 ul li:first-child {
  font-weight: bold;
  width: 1.45833333rem;
  padding-right: 0.10416667rem;
}
.main19 .container_box .main19_con .con_box .main19_right .con2 ul li:last-child {
  width: calc(100% - 1.45833333rem);
}
.main20 {
  padding-bottom: 0.41666667rem;
}
.main20 .con_box {
  margin-top: 0.26041667rem;
}
.main20 .con_box .item {
  margin-bottom: 0.15625rem;
}
.main20 .con_box .item .title {
  margin-bottom: 0.10416667rem;
  display: flex;
}
.main20 .con_box .item .title p {
  font-size: 0.09375rem;
  font-weight: bold;
  border-bottom: 0.02083333rem solid #00b549;
}
.main20 .con_box .item .con {
  font-size: 0.08333333rem;
  line-height: 1.8;
}
.main20 .con_box .item .con img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  display: block;
  margin: 0.10416667rem 0;
}
.main21 {
  padding: 0.41666667rem 0;
  font-size: 0.08333333rem;
  line-height: 2;
}
.main21 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
footer {
  background-color: #fafafa;
  padding: 0.3125rem 0;
}
footer .footer_con_1 {
  border: 1px solid #e6e6e6;
  height: 0.83333333rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.20833333rem;
}
footer .footer_con_1 .left img {
  width: 0.875rem;
}
footer .footer_con_1 .right {
  display: flex;
  align-items: center;
}
footer .footer_con_1 .right p {
  font-size: 0.125rem;
  font-family: '平方中等';
  color: #000;
}
footer .footer_con_1 .right input {
  width: 2.16666667rem;
  height: 0.375rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 0 0.10416667rem;
  font-size: 0.09375rem;
  font-family: '平方中等';
  margin: 0 0.10416667rem 0 0.3125rem;
}
footer .footer_con_1 .right input:focus {
  outline: none;
}
footer .footer_con_1 .right button {
  width: 0.69791667rem;
  height: 0.375rem;
  background-color: #00b549;
  font-size: 0.09375rem;
  font-family: '平方中等';
  color: #fff;
  border: none;
  transition: all .3s;
}
footer .footer_con_1 .right button:hover {
  background-color: #077d37;
}
footer .footer_con_1 .right a {
  width: 0.69791667rem;
  line-height: 0.375rem;
  background-color: #00b549;
  font-size: 0.09375rem;
  font-family: '平方中等';
  color: #fff;
  transition: all .3s;
  text-align: center;
  margin-left: 0.15625rem;
}
footer .footer_con_1 .right a:hover {
  background-color: #077d37;
}
footer .footer_con_2 {
  margin-top: 0.3125rem;
  display: flex;
}
footer .footer_con_2 .bt {
  font-size: 0.125rem;
  font-family: '平方中等';
  color: #000;
  margin-bottom: 0.20833333rem;
  font-weight: normal;
}
footer .footer_con_2 .left {
  width: calc(100% - 2.60416667rem);
  padding-right: 1.04166667rem;
}
footer .footer_con_2 .left ul li {
  font-size: 0.10416667rem;
  font-family: '平方中等';
  color: #333;
  line-height: 2;
  background-repeat: no-repeat;
  background-position: 0 0.05208333rem;
  background-size: 0.08333333rem auto;
  padding-left: 0.20833333rem;
  margin-bottom: 0.05208333rem;
}
footer .footer_con_2 .left dl {
  display: flex;
  margin-top: 0.26041667rem;
  padding-left: 0.20833333rem;
}
footer .footer_con_2 .left dl dd {
  margin-right: 0.06770833rem;
}
footer .footer_con_2 .left dl dd a {
  display: block;
  width: 0.234375rem;
  height: 0.234375rem;
  background-color: #e6e6e6;
  border-radius: 50%;
  background-position: center center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  transition: all .3s;
}
footer .footer_con_2 .left dl dd a:hover {
  background-color: #00b549;
}
footer .footer_con_2 .left dl dd:nth-child(3) a {
  background-size: auto 55%;
}
footer .footer_con_2 .right {
  width: 2.60416667rem;
  display: flex;
  justify-content: space-between;
}
footer .footer_con_2 .right dl {
  max-width: 50%;
}
footer .footer_con_2 .right dl dd {
  margin-bottom: 0.05208333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer .footer_con_2 .right dl dd a {
  font-size: 0.09375rem;
  font-family: '平方中等';
  color: #333;
  line-height: 1.5;
  position: relative;
  padding-left: 0.15625rem;
  background: linear-gradient(to right, #00b549, #03692c);
  background-repeat: no-repeat;
  background-size: 0 0.01041667rem;
  background-position: right bottom;
  transition: background-size 0.3s;
}
footer .footer_con_2 .right dl dd a::before {
  content: "";
  width: 0.03645833rem;
  height: 0.03645833rem;
  background-color: #808080;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
footer .footer_con_2 .right dl dd a:hover {
  background-position: left bottom;
  background-size: 100% 0.01041667rem;
}
footer .footer_con_2 .right dl dd a:hover::before {
  background-color: #00b549;
}
footer .footer_con_2 .right dl::nth-child(1) {
  padding-right: 0.05208333rem;
}
footer .footer_con_3 {
  margin-top: 0.3125rem;
  background-color: #f7f7f7;
  padding: 0.20833333rem 0;
}
footer .footer_con_3 ul {
  display: flex;
}
footer .footer_con_3 ul li {
  font-size: 0.09375rem;
  font-family: '平方中等';
  color: #333;
  line-height: 1.5;
  padding: 0 0.26041667rem 0 0.52083333rem;
  border-right: 1px solid #e6e6e6;
  flex: 1;
  background-position: 0.20833333rem top;
  background-repeat: no-repeat;
  background-size: 0.13020833rem auto;
}
footer .footer_con_3 ul li:last-child {
  border-right: none;
}
footer .footer_con_4 {
  display: flex;
  justify-content: space-between;
  font-size: 0.08333333rem;
  font-family: '平方中等';
  color: #000;
  line-height: 1.5;
  margin-top: 0.26041667rem;
}
.main7_message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.main7_message .con_roll {
  width: 100%;
  overflow: auto;
  max-height: 100%;
  padding: 0.20833333rem 0;
}
.main7_message .con_box {
  background-color: #fff;
  width: 4.16666667rem;
  padding: 0.20833333rem;
  margin: 0 auto;
  position: relative;
}
.main7_message .con_box .off {
  width: 0.15625rem;
  height: 0.15625rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -0.15625rem;
  right: -0.15625rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}
.main7_message .con_box .off::before {
  content: "\e676";
  font-family: "iconfont";
  font-size: 0.10416667rem;
  color: #000;
  transition: all .3s;
}
.main7_message .con_box .off:hover::before {
  color: #00b549;
}
.main7_message .con_box .input_box {
  border: 0.00520833rem solid #cccccc;
  border-radius: 0.05208333rem;
  height: 0.41666667rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.15625rem;
  white-space: nowrap;
  margin-bottom: 0.10416667rem;
}
.main7_message .con_box .input_box p {
  font-size: 0.09375rem;
  font-family: '平方常规';
}
.main7_message .con_box .input_box input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  padding: 0 0.15625rem;
  font-size: 0.09375rem;
  font-family: '平方常规';
}
.main7_message .con_box .input_box input:focus {
  outline: none;
}
.main7_message .con_box .input_box select {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 0.15625rem;
  font-size: 0.09375rem;
  font-family: '平方常规';
  appearance: none !important;
  cursor: pointer;
  background: none;
  position: relative;
  z-index: 1;
}
.main7_message .con_box .input_box select:focus {
  outline: none;
}
.main7_message .con_box .input_box.title::before {
  content: "";
  border-left: 0.03645833rem solid transparent;
  border-right: 0.03645833rem solid transparent;
  border-top: 0.046875rem solid #000000;
  position: absolute;
  top: 50%;
  right: 0.15625rem;
  transform: translateY(-50%);
}
.main7_message .con_box .input_box.title p {
  border-right: 1px solid #ccc;
  padding-right: 0.10416667rem;
  line-height: 1.2;
}
.main7_message .con_box textarea {
  width: 100%;
  height: 1.04166667rem;
  padding: 0.15625rem;
  border: 1px solid #ccc;
  border-radius: 0.05208333rem;
  resize: none;
  background: none;
  font-size: 0.09375rem;
}
.main7_message .con_box textarea:focus {
  outline: none;
}
.main7_message .con_box button {
  display: block;
  width: 0.92708333rem;
  height: 0.32291667rem;
  background-color: #00b549;
  color: #fff;
  font-size: 0.09375rem;
  font-family: '平方中等';
  border: none;
  border-radius: 0.32291667rem;
  box-shadow: 0 0.02604167rem 0.05208333rem rgba(0, 181, 73, 0.4);
  transition: all .3s;
  margin: 30px auto 0;
}
.main7_message .con_box button:focus {
  outline: none;
}
.main7_message .con_box button:hover {
  background-color: #087b36;
}
.main7_message.active {
  display: flex;
}
.imgPopup {
  width: 4.6875rem;
  height: 4.6875rem;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;
  transform: translate(-50%, -50%);
  display: none;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.6);
  padding: 0.10416667rem;
}
.imgPopup .swiper {
  width: 100%;
  height: 100%;
}
.imgPopup .off {
  position: absolute;
  top: -0.20833333rem;
  right: -0.20833333rem;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(45deg);
  background-color: rgba(0, 0, 0, 0.8);
  width: 0.20833333rem;
  height: 0.20833333rem;
  border-radius: 50%;
}
.imgPopup .off span {
  color: #fff;
  font-size: 0.10416667rem;
  line-height: 1;
}
.imgPopup.active {
  display: block;
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
  .container_box {
    max-width: initial;
  }
  .page_div {
    font-size: 14px;
  }
  .page_div button {
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    margin: 0 2px;
  }
  .warning1 {
    width: 200px;
    height: 100px;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 10px;
  }
  .video_popup i {
    font-size: 30px;
    top: 10px;
    right: 10px;
    top: auto;
    right: 50%;
    bottom: 20px;
    transform: translateX(50%) rotate(45deg);
  }
  .video_popup video {
    max-width: initial;
  }
  .more1 {
    width: 120px;
    height: 35px;
    font-size: 14px;
    border-radius: 40px;
    padding-left: 10px;
    background-size: 10px auto;
    background-position: right 10px center;
  }
  .more1.more1_2 {
    background-size: 15px auto;
  }
  .nav1 .container_box {
    height: 60px;
  }
  .nav1 .container_box .logo img {
    width: auto;
    height: 40px;
  }
  .nav1.active .container_box {
    height: 60px;
  }
  .nav1.active .container_box nav ul li a .arrows {
    top: 0.68617558rem;
  }
  .nav1.active .container_box nav ul li .nav_second {
    top: 0.5247225rem;
    padding-top: 0.48435923rem;
  }
  .nav1.active .container_box nav ul li .nav_second_mask {
    height: calc(100% - 0.80726539rem);
  }
  .nav2 {
    margin-top: 30px;
  }
  .nav2 a {
    min-width: 120px;
    height: 35px;
    padding: 0 10px;
    border-radius: 35px;
    font-size: 14px;
    margin: 0 5px 10px;
  }
  .nav3 {
    margin-top: 30px;
  }
  .nav3 .swiper .swiper-slide a {
    font-size: 16px;
    height: 90px;
  }
  .nav3 .swiper .swiper-slide a::before {
    width: 5px;
    height: 5px;
    bottom: 10px;
  }
  .nav3 .swiper .swiper-slide-active + .swiper-slide + .swiper-slide {
    border-right: none;
  }
  .nav3 .but_box {
    width: 70px;
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0;
  }
  .nav3 .but_box .but {
    width: 30px;
    height: 30px;
    background-size: auto 12px;
    position: initial;
    transform: none;
  }
  .nav3 .but_box .but.but_prev {
    left: 10px;
  }
  .nav3 .but_box .but.but_next {
    right: 10px;
  }
  .nav4 ul li a {
    height: 60px;
    font-size: 16px;
  }
  .nav4 ul li a span {
    padding-right: 20px;
  }
  .nav4 .swiper .swiper-slide a {
    min-width: 120px;
    height: 60px;
    font-size: 16px;
    padding: 0 20px;
  }
  .nav4 .swiper .swiper-slide a span {
    padding-right: 20px;
  }
  .title1 {
    margin-bottom: 30px;
  }
  .title1 h5 {
    font-size: 25px;
  }
  .title1 .text1 {
    font-size: 16px;
    margin-top: 20px;
  }
  .title2 {
    font-size: 20px;
    margin: 30px 0;
  }
  .title3 h5 {
    font-size: 16px;
    padding-left: 15px;
  }
  .title3 h5::before {
    width: 8px;
    height: 8px;
  }
  .title3 .text {
    font-size: 20px;
    margin-top: 20px;
  }
  .title3.title3_2 {
    margin: 30px 0;
  }
  .title3.title3_2 a {
    font-size: 14px;
    padding-left: 17px;
  }
  .title3.title3_2 a::after {
    width: 9px;
    height: 14px;
  }
  .title4 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .banner {
    height: 5.62058527rem;
  }
  .banner .swiper .swiper-slide .con .container_box {
    padding: 0 0.50454087rem;
  }
  .banner .swiper .swiper-slide .con .container_box h5 {
    font-size: 0.70635721rem;
  }
  .banner .swiper .swiper-slide .con .container_box p {
    font-size: 0.36326942rem;
    margin-top: 0.50454087rem;
  }
  .banner .swiper .swiper-slide .con .container_box .more1 {
    margin-top: 0.40363269rem;
  }
  .banner .swiper-pagination {
    right: 0.10090817rem;
    gap: 8px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .banner3 {
    height: 5.04540868rem;
  }
  .banner3 .container_box {
    padding-right: 15px;
  }
  .banner3 .container_box .left {
    width: 5.24722503rem;
  }
  .banner3 .container_box .left h5 {
    font-size: 0.36326942rem;
  }
  .banner3 .container_box .left .text {
    font-size: 0.24217962rem;
    margin-top: 0.50454087rem;
  }
  .banner3 .container_box .right .img {
    width: 3.53178607rem;
    height: 3.53178607rem;
  }
  .banner4 {
    height: auto;
    padding: 1.00908174rem 0;
  }
  .banner4 .search {
    width: 90%;
  }
  .banner4 .search form {
    height: 60px;
    border-radius: 60px;
    padding-right: 5px;
  }
  .banner4 .search form::before {
    width: 20px;
    height: 25px;
    left: 20px;
  }
  .banner4 .search form input {
    width: calc(100% - 100px);
    font-size: 16px;
    padding: 0 10px 0 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .banner4 .search form button {
    width: 100px;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
  }
  .banner4 .search .text {
    font-size: 16px;
    margin-top: 20px;
    padding-left: 30px;
  }
  .banner4 .search .text a {
    margin-right: 5px;
  }
  .news1 {
    height: 1.00908174rem;
  }
  .news2 {
    height: auto;
    padding: 20px 10px 40px;
  }
  .news2 .imgbox {
    width: 3.99596367rem;
    height: 5.47931382rem;
    padding: 0.20181635rem;
  }
  .news2 .text {
    font-size: 16px;
    margin-top: 20px;
  }
  .news3 {
    height: 6.57921292rem;
    padding: 0.10090817rem;
  }
  .news3 .imgbox {
    padding: 0.15136226rem;
  }
  .news4 .text_box {
    height: 172px;
    padding: 20px 10px 0;
  }
  .news4 .text_box h5 {
    font-size: 20px;
    line-height: 25px;
    height: 50px;
  }
  .news4 .text_box .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .news4 .text_box .more {
    bottom: 10px;
    font-size: 16px;
  }
  .news5 {
    height: auto;
    padding: 0 10px 20px;
  }
  .news5 .imgbox {
    height: 2.92633703rem;
  }
  .news5 .text_box h5 {
    font-size: 18px;
  }
  .news5 .text_box h5 span {
    background-size: 15px auto;
    padding-right: 40px;
  }
  .news5 .text_box .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .news5 .bg {
    display: none;
  }
  .news5:hover .text_box h5 {
    color: #000;
  }
  .news5:hover .text_box h5 span {
    background-image: url(../images/icon5_1.png);
    background-size: 15px auto;
  }
  .news5:hover .text_box .text {
    color: #000;
  }
  .news6 {
    padding: 0 10px 20px;
  }
  .news6 .imgbox {
    height: 2.37134208rem;
  }
  .news6 .text_box h5 {
    font-size: 18px;
  }
  .news6 .text_box h5 span {
    background-size: 12px auto;
    padding-right: 30px;
  }
  .news6 .text_box .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .news6 .bg {
    display: none !important;
  }
  .news6:hover .text_box h5 {
    color: #000;
  }
  .news6:hover .text_box h5 span {
    background-image: url(../images/icon5.png);
    background-size: 12px auto;
  }
  .news6:hover .text_box .text {
    color: #000;
  }
  .news7 .imgbox {
    height: 2.28052472rem;
  }
  .news7 .text_box {
    padding: 20px 10px;
  }
  .news7 .text_box h5 {
    font-size: 20px;
    line-height: 25px;
    height: 50px;
  }
  .news7 .text_box .text {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    margin: 10px 0;
  }
  .news7 .text_box .more {
    font-size: 16px;
  }
  .news8 {
    padding: 20px 10px;
  }
  .news8 h5 {
    font-size: 16px;
    line-height: 22px;
    height: 66px;
    padding-left: 40px;
    background-size: 20px auto;
  }
  .news8 .text_box {
    margin: 20px 0;
    padding-left: 0;
  }
  .news8 .text_box dl dd {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .news8 .text_box dl:first-child {
    margin-right: 5px;
  }
  .news8:hover {
    box-shadow: 0 5px 20px rgba(0, 181, 73, 0.3);
  }
  .news9 {
    padding: 0.20181635rem;
  }
  .news9 .date {
    width: 1.5136226rem;
    font-size: 0.18163471rem;
    line-height: 0.45408678rem;
    border-left: 0.02018163rem solid #00b549;
    padding-left: 0.05045409rem;
  }
  .news9 .date span {
    margin-left: 0.10090817rem;
  }
  .news9 .imgbox {
    width: 1.81634712rem;
    height: 1.81634712rem;
  }
  .news9 .text_box {
    width: calc(100% - 3.32996973rem);
    padding-left: 0.20181635rem;
  }
  .news9 .text_box h5 {
    font-size: 0.18163471rem;
  }
  .news9 .text_box .text {
    font-size: 0.16145308rem;
    margin-top: 0.30272452rem;
  }
  .main1 {
    margin: 30px 0;
  }
  .main1 .main1_con_1 {
    min-height: initial;
    padding: 50px 10px;
  }
  .main1 .main1_con_1 .text1 {
    font-size: 20px;
  }
  .main1 .main1_con_1 .text2 {
    font-size: 30px;
    margin-top: 20px;
  }
  .main1 .main1_con_1 .text3 {
    font-size: 16px;
    margin-top: 20px;
  }
  .main1 .main1_con_1 .more1 {
    margin-top: 30px;
  }
  .main1 .main1_con_2 {
    font-size: 20px;
    margin-top: 30px;
  }
  .main1 .main1_con_2 span {
    margin-left: 10px;
  }
  .main1 .main1_con_3 {
    margin-top: 30px;
    margin: 40px -10px 0;
  }
  .main1 .main1_con_3 .swiper {
    padding: 10px;
  }
  .main2 {
    padding: 0.40363269rem 0;
  }
  .main2 .container_box .left {
    width: 3.02724521rem;
  }
  .main2 .container_box .left img {
    width: 2.28052472rem;
  }
  .main2 .container_box .right {
    width: calc(100% - 3.02724521rem);
    font-size: 0.36326942rem;
    padding: 0 0.10090817rem;
  }
  .main3 {
    margin: 30px 0;
  }
  .main3 .con_box {
    display: block;
  }
  .main3 .con_box .left {
    width: 100%;
    height: auto;
  }
  .main3 .con_box .left .swiper .swiper-pagination {
    bottom: 10px;
  }
  .main3 .con_box .left .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #00b549;
    margin: 0 5px;
  }
  .main3 .con_box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .main3 .con_box .right ul {
    margin: 0 -5px;
  }
  .main3 .con_box .right ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main4 {
    margin-top: 30px;
  }
  .main4 ul li {
    width: initial;
    flex: 1;
  }
  .main4 ul li a {
    height: 8.6074672rem;
  }
  .main4 ul li a .text_box {
    height: 100%;
    padding: 20px 10px;
  }
  .main4 ul li a .text_box .text1 {
    font-size: 16px;
  }
  .main4 ul li a .text_box .text2 {
    font-size: 16px;
    margin-top: 20px;
  }
  .main4 ul li a .text_box .more {
    font-size: 14px;
    margin-top: 30px;
  }
  .main4 ul li a .text_box .more1 {
    display: none;
  }
  .main4 ul li.active .text_box {
    height: 100%;
    padding: 20px 10px;
  }
  .main4 ul li.active .text_box .text2 {
    display: none;
  }
  .main4 ul li.active .text_box .more1 {
    display: none;
  }
  .main4 ul li.active .text_box .more {
    display: block;
  }
  .main5 {
    margin: 30px 0;
  }
  .main5 .title {
    margin-bottom: 30px;
  }
  .main5 .title p {
    font-size: 16px;
  }
  .main5 .title h5 {
    font-size: 20px;
    margin-top: 10px;
  }
  .main5 .title .but_box {
    width: 80px;
    position: initial;
    margin-top: 30px;
  }
  .main5 .title .but_box .but {
    width: 35px;
    height: 35px;
    background-size: 10px auto;
  }
  .main5 .swiper {
    padding: 20px;
    margin: 0 -20px;
  }
  .main5 .swiper .swiper-slide a {
    height: 260px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 10px 0;
  }
  .main5 .swiper .swiper-slide a h5 {
    font-size: 20px;
  }
  .main5 .swiper .swiper-slide a .text1 {
    font-size: 16px;
    margin-top: 10px;
  }
  .main5 .swiper .swiper-slide a .text2 {
    font-size: 14px;
    margin-top: 20px;
  }
  .main5 .swiper .swiper-slide a .mark_box {
    bottom: 20px;
    left: 10px;
  }
  .main5 .swiper .swiper-slide a .mark_box span {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .main5 .swiper .swiper-slide a:hover {
    box-shadow: 0 5px 20px rgba(0, 181, 73, 0.3);
  }
  .main6 .main6_con .swiper {
    display: none;
  }
  .main6 .main6_con .swiper.active {
    display: block;
  }
  .main7 {
    padding: 30px 0;
  }
  .main7 .main7_con_1 {
    margin-top: 30px;
  }
  .main7 .main7_con_1 ul {
    margin: 0 -5px 20px;
  }
  .main7 .main7_con_1 ul li {
    width: 33.3333%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main7 .main7_con_2 {
    margin-top: 30px;
    display: block;
  }
  .main7 .main7_con_2 .left {
    width: initial;
    padding-right: initial;
  }
  .main7 .main7_con_2 .left .img {
    height: 7.87083754rem;
  }
  .main7 .main7_con_2 .right {
    width: initial;
  }
  .main7 .main7_con_2 .right ul li .title {
    padding: 20px 30px 20px 10px;
  }
  .main7 .main7_con_2 .right ul li .title::before {
    font-size: 16px;
  }
  .main7 .main7_con_2 .right ul li .title h5 {
    font-size: 16px;
  }
  .main7 .main7_con_2 .right ul li .text {
    padding: 0 0 30px 10px;
    font-size: 14px;
    margin-top: 20px;
  }
  .main7 .main7_con_3 {
    margin-top: 30px;
  }
  .main7 .main7_con_4 {
    margin-top: 30px;
  }
  .main7 .main7_con_4 .con_box_1 {
    font-size: 16px;
  }
  .main7 .main7_con_4 .con_box_2 {
    margin-top: 30px;
  }
  .main7 .main7_con_4 .con_box_2 ul {
    margin: 0 -5px 20px;
  }
  .main7 .main7_con_4 .con_box_2 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main7 .main7_con_5 {
    margin-top: 30px;
    padding-top: 30px;
  }
  .main7 .main7_con_5 ul {
    margin: 0 -5px 20px;
  }
  .main7 .main7_con_5 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main7 .main7_con_6 .statistics {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main7 .main7_con_6 .statistics span {
    margin: 0 5px;
  }
  .main7 .main7_con_6 ul {
    margin-bottom: 30px;
  }
  .main7 .main7_con_6 ul li {
    margin-bottom: 10px;
  }
  .main7 .main7_con_7 ul li .imgbox {
    height: 3.49142281rem;
  }
  .main7 .main7_con_7 ul li .text_box {
    padding-left: 0.20181635rem;
  }
  .main7 .main7_con_7 ul li .text_box h5 {
    font-size: 0.30272452rem;
  }
  .main7 .main7_con_7 ul li .text_box .text {
    font-size: 0.20181635rem;
    margin-top: 0.10090817rem;
  }
  .main7 .main7_con_7 ul li .text_box .more1 {
    margin-top: 0.20181635rem;
    width: 100px;
    height: 30px;
    font-size: 12px;
    border-radius: 30px;
    padding-left: 10px;
    background-size: auto 14px;
    background-position: right 5px center;
  }
  .main7 .main7_con_7 ul li:nth-child(even) .text_box {
    padding: 0 0.20181635rem 0 0;
  }
  .main7 .main7_con_8 {
    margin-top: 30px;
  }
  .main7 .main7_con_8 .item {
    font-size: 16px;
    min-height: 150px;
  }
  .main8 {
    padding-bottom: 50px;
  }
  .main8 .title3 {
    margin-bottom: 20px;
  }
  .main8 .main8_con .title {
    padding: 10px;
  }
  .main8 .main8_con .title h5 {
    font-size: 20px;
  }
  .main8 .main8_con .title .date {
    font-size: 18px;
    margin-top: 20px;
  }
  .main8 .main8_con .share {
    padding: 30px 0 0;
  }
  .main8 .main8_con .share p {
    font-size: 16px;
  }
  .main8 .main8_con .share dl {
    display: flex;
    margin-left: 10px;
  }
  .main8 .main8_con .share dl dd {
    margin-right: 10px;
  }
  .main8 .main8_con .share dl dd a {
    width: 40px;
    height: 40px;
  }
  .main8 .main8_con .info_box {
    font-size: 16px;
    padding: 30px 0 0;
  }
  .main8 .main8_con .info_box img {
    margin: 20px auto;
  }
  .main9 {
    padding: 30px 0;
  }
  .main9 .main9_con_1 {
    font-size: 16px;
  }
  .main9 .main9_con_2 {
    margin-top: 30px;
  }
  .main9 .main9_con_2::after {
    width: 1.21089808rem;
    height: 1.21089808rem;
  }
  .main10 {
    padding: 30px 0;
    height: initial;
    min-height: 8.98082745rem;
  }
  .main10 .main10_con {
    margin-top: 1.00908174rem;
    padding-bottom: 60px;
  }
  .main10 .main10_con::before {
    top: 1.73562059rem;
  }
  .main10 .main10_con .swiper {
    padding-top: 0.80726539rem;
  }
  .main10 .main10_con .swiper .swiper-slide a {
    padding-bottom: 0.48435923rem;
  }
  .main10 .main10_con .swiper .swiper-slide a::before {
    width: 0.16145308rem;
    height: 0.16145308rem;
  }
  .main10 .main10_con .swiper .swiper-slide a .date1 {
    font-size: 20px;
  }
  .main10 .main10_con .swiper .swiper-slide a .con {
    width: 100%;
    top: -0.70635721rem;
  }
  .main10 .main10_con .swiper .swiper-slide a .con .img {
    width: 3.22906155rem;
    height: 3.22906155rem;
  }
  .main10 .main10_con .swiper .swiper-slide a .con .bottom .date2 {
    font-size: 20px;
    margin: 0.26236125rem 0;
  }
  .main10 .main10_con .swiper .swiper-slide a .con .bottom .text {
    font-size: 14px;
    line-height: 25px;
    max-height: 100px;
  }
  .main10 .main10_con .swiper .swiper-slide.swiper-slide-active {
    height: 6.05449041rem;
  }
  .main10 .main10_con .but_box {
    width: 100px;
    right: 50%;
    transform: translateX(50%);
  }
  .main10 .main10_con .but_box .but {
    width: 40px;
    height: 40px;
    background-size: auto 14px;
  }
  .main11 {
    padding-top: 30px;
  }
  .main11 .main11_con .swiper .swiper-pagination {
    bottom: 10px;
  }
  .main11 .main11_con .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  .main12 {
    padding: 30px 0;
  }
  .main12 .main12_con_1 {
    font-size: 16px;
    padding: 0;
  }
  .main12 .main12_con_2 {
    margin-top: 0.60544904rem;
  }
  .main12 .main12_con_2 .swiper {
    padding: 0.30272452rem;
    margin: 0 -0.50454087rem;
  }
  .main12 .main12_con_2 .swiper .swiper-slide a {
    height: 4.43995964rem;
    border-radius: 0.15136226rem;
    padding: 0.30272452rem;
    box-shadow: 0 0.05045409rem 0.20181635rem rgba(0, 0, 0, 0.1), 0 0.05045409rem 0.20181635rem rgba(0, 0, 0, 0.15), 0 0.08072654rem 0.20181635rem rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }
  .main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active {
    perspective: 6.05449041rem;
  }
  .main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active a {
    transform: rotateY(-40deg) scale(0.8);
  }
  .main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active + .swiper-slide {
    perspective: 10.09081736rem;
  }
  .main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active + .swiper-slide a {
    transform: rotateY(0) scale(1) translateX(0);
  }
  .main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    perspective: 6.05449041rem;
  }
  .main12 .main12_con_2 .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide a {
    transform: rotateY(40deg) scale(0.8) translateX(0);
  }
  .main13 {
    padding: 30px 0;
  }
  .main14 {
    padding-bottom: 30px;
  }
  .main14 .main14_con .swiper {
    padding: 0;
  }
  .main14 .main14_con .swiper .swiper-slide {
    height: 4.03632694rem;
  }
  .main14 .main14_con .swiper .swiper-slide a {
    width: 7.17457114rem;
    height: 4.03632694rem;
  }
  .main15 .main15_con ul li {
    padding: 30px 0;
    display: block;
  }
  .main15 .main15_con ul li .imgbox {
    width: initial;
    height: 7.33602422rem;
  }
  .main15 .main15_con ul li .imgbox::after {
    width: 1.41271443rem;
    height: 1.41271443rem;
  }
  .main15 .main15_con ul li .text_box {
    width: initial;
    padding-left: 0;
    margin-top: 30px;
  }
  .main15 .main15_con ul li .text_box img {
    height: 30px;
  }
  .main15 .main15_con ul li .text_box h5 {
    font-size: 18px;
    margin: 10px 0;
  }
  .main15 .main15_con ul li .text_box .text {
    font-size: 14px;
  }
  .main15 .main15_con ul li:nth-child(even) .text_box {
    padding: 0;
  }
  .main16 {
    padding: 30px 0;
  }
  .main16 .main16_con {
    display: block;
  }
  .main16 .main16_con .img {
    width: initial;
    height: 5.94349142rem;
  }
  .main16 .main16_con ul {
    width: initial;
    padding-left: 0;
    margin-top: 20px;
  }
  .main16 .main16_con ul li {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
  }
  .main16 .main16_con ul li h5 {
    font-size: 20px;
    padding: 20px 10px;
  }
  .main16 .main16_con ul li h5 img {
    width: 20px;
    margin-right: 20px;
  }
  .main16 .main16_con ul li .con_box {
    padding: 20px 10px 20px;
  }
  .main16 .main16_con ul li .con_box dl {
    display: flex;
    margin-bottom: 15px;
  }
  .main16 .main16_con ul li .con_box dl dd {
    font-size: 16px;
  }
  .main16 .main16_con ul li .con_box dl dd:first-child {
    width: 80px;
  }
  .main16 .main16_con ul li .con_box dl dd:last-child {
    width: calc(100% - 80px);
  }
  .main17 {
    padding: 30px 0;
  }
  .main17 .container_box {
    padding: 0 0.15136226rem;
  }
  .main17 .main17_con .map {
    width: 100%;
  }
  .main17 .main17_con ul li .map_title {
    font-size: 0.24217962rem;
  }
  .main17 .main17_con ul li .map_mark {
    width: 0.10090817rem;
    height: 0.10090817rem;
  }
  .main17 .main17_con ul li .map_mark .xian {
    display: none !important;
  }
  @keyframes ripple-multi {
    0% {
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      width: 0.30272452rem;
      height: 0.30272452rem;
      opacity: 0;
    }
  }
  .main17 .main17_con ul li .con_box {
    width: 90% !important;
    padding: 0.20181635rem;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.2);
    z-index: 10 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .main17 .main17_con ul li .con_box .bt {
    font-size: 0.40363269rem;
    margin-bottom: 0.20181635rem;
  }
  .main17 .main17_con ul li .con_box .bt img {
    width: 0.30272452rem;
    margin-right: 0.20181635rem;
  }
  .main17 .main17_con ul li .con_box .text dl {
    margin-bottom: 0.15136226rem;
  }
  .main17 .main17_con ul li .con_box .text dl dd {
    font-size: 0.30272452rem;
  }
  .main17 .main17_con ul li .con_box .text dl dd:first-child {
    width: 2.21997982rem;
  }
  .main17 .main17_con ul li .con_box .text dl dd:last-child {
    width: calc(100% - 2.21997982rem);
  }
  .main17 .main17_con ul li .con_box .text dl:last-child {
    margin-bottom: 0;
  }
  .main17 .main17_con ul li:nth-child(1) .map_title {
    left: 5.39858729rem;
    top: 2.11907164rem;
  }
  .main17 .main17_con ul li:nth-child(1) .map_mark {
    left: 6.03430878rem;
    top: 2.57315843rem;
  }
  .main17 .main17_con ul li:nth-child(1) .con_box {
    top: initial;
  }
  .main17 .main17_con ul li:nth-child(2) .map_title {
    left: 5.26740666rem;
    top: 3.23915237rem;
  }
  .main17 .main17_con ul li:nth-child(2) .map_mark {
    left: 5.92330979rem;
    top: 2.9667003rem;
  }
  .main17 .main17_con ul li:nth-child(2) .con_box {
    top: initial;
    left: initial;
  }
  .main17 .main17_con ul li:nth-child(3) .map_title {
    left: 6.03430878rem;
    top: 4.13723512rem;
  }
  .main17 .main17_con ul li:nth-child(3) .map_mark {
    left: 6.629667rem;
    top: 3.85469223rem;
  }
  .main17 .main17_con ul li:nth-child(3) .con_box {
    width: initial;
    top: initial;
    left: initial;
  }
  .main18 {
    padding: 30px 0;
  }
  .main18 .main18_con .top .con_box {
    margin: 0;
    display: block;
  }
  .main18 .main18_con .top .con_box .left,
  .main18 .main18_con .top .con_box .right {
    width: initial;
    padding: 0;
  }
  .main18 .main18_con .top .con_box .bt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main18 .main18_con .top .con_box .input_box {
    border-radius: 10px;
    height: 50px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .main18 .main18_con .top .con_box .input_box p {
    font-size: 16px;
  }
  .main18 .main18_con .top .con_box .input_box input {
    padding: 0 10px;
    font-size: 16px;
  }
  .main18 .main18_con .top .con_box .input_box select {
    padding: 0 10px;
    font-size: 16px;
  }
  .main18 .main18_con .top .con_box .input_box.title::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000;
    right: 10px;
  }
  .main18 .main18_con .top .con_box .input_box.title p {
    padding-right: 20px;
  }
  .main18 .main18_con .top .con_box .type {
    padding: 0;
    margin-bottom: 10px;
  }
  .main18 .main18_con .top .con_box .type p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main18 .main18_con .top .con_box .type dl dd {
    margin-bottom: 10px;
  }
  .main18 .main18_con .top .con_box .type dl dd .item {
    font-size: 14px;
    padding-left: 25px;
  }
  .main18 .main18_con .top .con_box .type dl dd .item::before {
    width: 16px;
    height: 16px;
  }
  .main18 .main18_con textarea {
    height: 200px;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
  }
  .main18 .main18_con .agreement {
    margin-top: 30px;
    padding: 0;
  }
  .main18 .main18_con .agreement .title {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .main18 .main18_con .agreement .clause .item {
    margin-bottom: 20px;
  }
  .main18 .main18_con .agreement .clause .item p {
    padding-left: 33px;
    font-size: 14px;
  }
  .main18 .main18_con .agreement .clause .item p::before {
    width: 20px;
    height: 20px;
  }
  .main18 .main18_con .agreement .submit_box {
    margin-top: 30px;
    display: block;
  }
  .main18 .main18_con .agreement .submit_box button {
    display: block;
    width: 130px;
    height: 50px;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0, 181, 73, 0.4);
    margin: 0 auto;
  }
  .main18 .main18_con .agreement .submit_box p {
    font-size: 14px;
    margin: 20px auto 0;
    text-align: center;
  }
  .main19 {
    margin-top: 30px;
  }
  .main19 .container_box .main19_con .con_box {
    display: block;
  }
  .main19 .container_box .main19_con .con_box .main19_left {
    width: 100%;
    height: 9.08173562rem;
    margin: 0 auto;
  }
  .main19 .container_box .main19_con .con_box .main19_left .nav {
    width: 1.36226034rem;
    display: none;
  }
  .main19 .container_box .main19_con .con_box .main19_left .nav .swiper {
    height: 100%;
  }
  .main19 .container_box .main19_con .con_box .main19_left .nav .swiper .swiper-slide {
    border: 0.01009082rem solid #e2e2e2;
    height: 1.00908174rem;
  }
  .main19 .container_box .main19_con .con_box .main19_left .con {
    width: 100%;
    padding-left: 0;
  }
  .main19 .container_box .main19_con .con_box .main19_left .con .swiper {
    border: 0.01009082rem solid #e2e2e2;
  }
  .main19 .container_box .main19_con .con_box .main19_left .con .swiper .move {
    display: none !important;
  }
  .main19 .container_box .main19_con .con_box .main19_left .con #xc-max {
    display: none !important;
  }
  .main19 .container_box .main19_con .con_box .main19_right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .main19 .container_box .main19_con .con_box .main19_right .title {
    font-size: 18px;
  }
  .main19 .container_box .main19_con .con_box .main19_right .con {
    font-size: 16px;
    margin-top: 20px;
  }
  .main19 .container_box .main19_con .con_box .main19_right .con2 {
    margin-top: 30px;
  }
  .main19 .container_box .main19_con .con_box .main19_right .con2 ul {
    margin-bottom: 15px;
    display: block;
  }
  .main19 .container_box .main19_con .con_box .main19_right .con2 ul li {
    font-size: 16px;
  }
  .main19 .container_box .main19_con .con_box .main19_right .con2 ul li:first-child {
    width: 100%;
    padding-right: 0;
  }
  .main19 .container_box .main19_con .con_box .main19_right .con2 ul li:last-child {
    width: 100%;
    margin-top: 10px;
  }
  .main20 {
    padding-bottom: 30px;
  }
  .main20 .con_box {
    margin-top: 30px;
  }
  .main20 .con_box .item {
    margin-bottom: 30px;
  }
  .main20 .con_box .item .title {
    margin-bottom: 20px;
  }
  .main20 .con_box .item .title p {
    font-size: 18px;
    border-bottom: 4px solid #00b549;
  }
  .main20 .con_box .item .con {
    font-size: 16px;
  }
  .main20 .con_box .item .con img {
    margin: 10px 0;
  }
  .main21 {
    padding: 30px 0;
    font-size: 16px;
  }
  footer {
    padding: 30px 0 40px;
  }
  footer .footer_con_1 {
    height: auto;
    padding: 20px 10px;
    display: block;
  }
  footer .footer_con_1 .left {
    text-align: center;
  }
  footer .footer_con_1 .left img {
    width: 120px;
  }
  footer .footer_con_1 .right {
    margin-top: 20px;
    display: block;
  }
  footer .footer_con_1 .right p {
    font-size: 16px;
    text-align: center;
  }
  footer .footer_con_1 .right input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    margin: 10px 0;
  }
  footer .footer_con_1 .right button {
    display: block;
    width: 100px;
    height: 40px;
    font-size: 14px;
    margin: 0 auto;
  }
  footer .footer_con_1 .right a {
    display: block;
    width: 100px;
    line-height: 40px;
    font-size: 14px;
    margin: 20px auto 0;
  }
  footer .footer_con_2 {
    margin-top: 60px;
    display: block;
  }
  footer .footer_con_2 .bt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  footer .footer_con_2 .left {
    width: 100%;
    padding-right: 0;
  }
  footer .footer_con_2 .left ul li {
    font-size: 16px;
    background-position: 0 10px;
    background-size: 16px auto;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  footer .footer_con_2 .left dl {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding-left: 0;
  }
  footer .footer_con_2 .left dl dd {
    margin: 0 5px;
  }
  footer .footer_con_2 .left dl dd a {
    width: 45px;
    height: 45px;
  }
  footer .footer_con_2 .right {
    width: 100%;
    margin-top: 30px;
  }
  footer .footer_con_2 .right dl dd {
    margin-bottom: 10px;
  }
  footer .footer_con_2 .right dl dd a {
    font-size: 16px;
    padding-left: 20px;
    background-size: 0 2px;
    line-height: 1.2;
  }
  footer .footer_con_2 .right dl dd a::before {
    width: 7px;
    height: 7px;
  }
  footer .footer_con_2 .right dl dd a:hover {
    background-size: 100% 2px;
  }
  footer .footer_con_2 .right dl::nth-child(1) {
    padding-right: 10px;
  }
  footer .footer_con_3 {
    margin-top: 30px;
    padding: 10px 0;
  }
  footer .footer_con_3 ul {
    display: block;
  }
  footer .footer_con_3 ul li {
    width: 100%;
    font-size: 16px;
    padding: 0 10px 0 50px;
    background-position: 10px top;
    background-size: 25px auto;
    margin: 20px 0;
    border-right: none;
  }
  footer .footer_con_4 {
    font-size: 14px;
    margin-top: 30px;
    display: block;
  }
  .main7_message .con_roll {
    padding: 30px 15px 60px;
  }
  .main7_message .con_box {
    width: 100%;
    padding: 20px;
  }
  .main7_message .con_box .off {
    width: 30px;
    height: 30px;
    top: auto;
    right: 50%;
    bottom: -40px;
    transform: translateX(50%) rotate(45deg);
  }
  .main7_message .con_box .off::before {
    font-size: 16px;
  }
  .main7_message .con_box .input_box {
    border-radius: 10px;
    height: 50px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .main7_message .con_box .input_box p {
    font-size: 16px;
  }
  .main7_message .con_box .input_box input {
    padding: 0 10px;
    font-size: 16px;
  }
  .main7_message .con_box .input_box select {
    padding: 0 10px;
    font-size: 16px;
  }
  .main7_message .con_box .input_box.title::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000;
    right: 10px;
  }
  .main7_message .con_box .input_box.title p {
    padding-right: 20px;
  }
  .main7_message .con_box textarea {
    height: 200px;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
  }
  .main7_message .con_box button {
    display: block;
    width: 130px;
    height: 50px;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0, 181, 73, 0.4);
    margin: 20px auto 0;
  }
  .imgPopup {
    display: none  !important;
  }
}
@media (max-width: 750px) {
  .news4 .imgbox {
    height: 3.58666667rem;
  }
  .news4 .text_box {
    padding-top: 10px;
  }
  .news4 .text_box .text {
    margin-top: 10px;
  }
  .news6 .imgbox {
    height: 3.13333333rem;
  }
  .news7 .imgbox {
    height: 3.41333333rem;
  }
  .news9 {
    padding: 0.26666667rem;
  }
  .news9 .date {
    width: initial;
    font-size: 0.33333333rem;
    line-height: 0.46666667rem;
    border-left: 0.02666667rem solid #00b549;
    padding-left: 0.26666667rem;
    position: absolute;
    top: 0.26666667rem;
    left: 3.46666667rem;
  }
  .news9 .date span {
    margin-left: 0.13333333rem;
  }
  .news9 .imgbox {
    width: 2.93333333rem;
    height: 2.93333333rem;
  }
  .news9 .text_box {
    width: calc(100% - 2.93333333rem);
    padding-left: 0.26666667rem;
  }
  .news9 .text_box h5 {
    font-size: 0.4rem;
    line-height: 1.3;
    -webkit-line-clamp: 4;
    margin-top: 0.8rem;
  }
  .news9 .text_box .text {
    font-size: 0.33333333rem;
    margin-top: 0.26666667rem;
    display: none;
  }
  .main7 .main7_con_1 ul li {
    width: 50%;
  }
  .main7 .main7_con_5 ul li {
    width: 50%;
  }
  .main7 .main7_con_4 .con_box_2 ul li {
    width: 50%;
  }
  .main7 .main7_con_7 ul li .imgbox {
    height: 3.46666667rem;
  }
  .main7 .main7_con_7 ul li .text_box {
    padding-left: 0.26666667rem;
  }
  .main7 .main7_con_7 ul li .text_box h5 {
    font-size: 0.4rem;
  }
  .main7 .main7_con_7 ul li .text_box .text {
    font-size: 0.26666667rem;
    margin-top: 0.13333333rem;
  }
  .main7 .main7_con_7 ul li .text_box .more1 {
    margin-top: 0.2rem;
  }
  .main7 .main7_con_7 ul li:nth-child(even) .text_box {
    padding: 0 0.26666667rem 0 0;
  }
}
@media (max-width: 550px) {
  .news8 {
    padding: 0.36363636rem 0.18181818rem;
  }
  .news8 .text_box {
    margin: 20px 0;
    padding-left: 0;
  }
  .news8 .text_box dl dd {
    font-size: 0.29090909rem;
    margin-bottom: 10px;
  }
  .news8 .text_box dl:first-child {
    margin-right: 0.09090909rem;
  }
}
