@charset "utf-8";
html.active {
  overflow: hidden;
}
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;
}
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;
  overflow-x: hidden;
}
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: 1530px;
  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: #53aa49 !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: 30px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
  cursor: pointer;
}
.video_popup video {
  width: 100%;
  max-width: 1000px;
  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: 43px;
  height: 43px;
  padding: 0;
  cursor: pointer;
  color: #282728;
  font-size: 14px;
  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: #53aa49;
  border-color: #53aa49;
  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;
}
.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: #333;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.ydd_btn.active span {
  background: #fff;
}
.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;
  font-family: "Roboto Regular";
}
.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;
}
.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: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  opacity: 0;
  letter-spacing: 1px;
  border-radius: 10px;
}
.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;
}
.banner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 100vh;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s linear 2s;
  transform: scale(1.2);
}
.banner .swiper .swiper-wrapper .swiper-slide .text_box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 225px;
  color: #fff;
}
.banner .swiper .swiper-wrapper .swiper-slide .text_box h5 {
  font-size: 75px;
  font-weight: bold;
  letter-spacing: 5px;
}
.banner .swiper .swiper-wrapper .swiper-slide .text_box p {
  font-size: 16px;
  margin-top: 20px;
}
.banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
  transition: 5s linear;
  transform: scale(1, 1);
}
.banner .swiper .more {
  width: 100%;
  height: 320px;
  position: absolute;
  bottom: 110px;
  left: 0;
  z-index: 10;
}
.banner .swiper .more .container_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.banner .swiper .more .container_box .swiper-pagination {
  display: flex;
  width: auto;
  transform: none;
  position: initial;
}
.banner .swiper .more .container_box .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 20px 0 0;
  opacity: 1;
  background: none;
}
.banner .swiper .more .container_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper .more .container_box .but_box {
  width: 130px;
  display: flex;
  justify-content: space-between;
}
.banner .swiper .more .container_box .but_box .but {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-image: url(../images/icon2.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .3s;
}
.banner .swiper .more .container_box .but_box .but.but_prev {
  transform: rotateY(180deg);
}
.banner .swiper .more .container_box .but_box .but:hover {
  background-color: #fff;
  background-image: url(../images/icon2_h.png);
}
.banner .swiper .more .container_box .slide_icon {
  height: 42px;
  position: absolute;
  right: 15px;
  bottom: 0;
  animation: icon 1.5s infinite;
}
@keyframes icon {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
.banner2 {
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.banner2 .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.3);
  transition: all 5s;
}
.banner2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.banner2 .con {
  position: absolute;
  width: 100%;
  top: 300px;
  left: 0;
}
.banner2 .con .title h5 {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
}
.banner2 .con .title p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.banner2 .con .more {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../images/icon4.png);
  background-position: center center;
  background-size: 11px auto;
  background-repeat: no-repeat;
  margin-top: 60px;
  animation: icon 1.5s infinite;
}
@keyframes more_dh {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
.banner2.active .img {
  transform: scale(1);
}
.nav1 {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all .3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nav1 .container_box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav1 .container_box .logo img {
  height: 50px;
  transition: all .3s;
}
.nav1 .container_box .logo img.icon2 {
  display: none;
}
.nav1 .container_box .right {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav1 .container_box .right nav {
  height: 100%;
}
.nav1 .container_box .right nav ul {
  display: flex;
  height: 100%;
}
.nav1 .container_box .right nav ul li {
  height: 100%;
  margin-left: 40px;
}
.nav1 .container_box .right nav ul li a {
  height: 100%;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
.nav1 .container_box .right nav ul li a::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0;
}
.nav1 .container_box .right nav ul li a.active::before {
  opacity: 1;
}
.nav1 .container_box .right .phone {
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 42px;
  font-size: 16px;
  font-family: "Arial";
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-left: 100px;
}
.nav1 .container_box .right .phone i {
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
}
.nav1 .container_box .right .language {
  margin: 0 30px 0 80px;
  position: relative;
  cursor: pointer;
}
.nav1 .container_box .right .language h5 {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.nav1 .container_box .right .language h5 a {
  display: block;
  color: #fff;
}
.nav1 .container_box .right .language dl {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 10px;
  display: none;
}
.nav1 .container_box .right .language dl dd a {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #333;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.nav1 .container_box .right .language:hover dl {
  display: block;
}
.nav1 .container_box .right .mail {
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 42px;
  font-size: 16px;
  font-family: "Arial";
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.nav1 .container_box .right .mail a {
  font-size: 16px;
  color: #fff;
}
.nav1 .container_box .right .mail a i {
  font-size: 16px;
  margin-right: 10px;
}
.nav1.active {
  height: 60px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nav1.active .container_box .logo img {
  height: 40px;
}
.nav1.active .container_box .logo img.icon1 {
  display: none;
}
.nav1.active .container_box .logo img.icon2 {
  display: initial;
}
.nav1.active .container_box .right nav ul li a {
  color: #333;
}
.nav1.active .container_box .right nav ul li a::before {
  background-color: #53aa49;
  bottom: -1px;
}
.nav1.active .container_box .right .phone {
  height: 38px;
  background-color: #53aa49;
  color: #fff;
}
.nav1.active .container_box .right .language h5 {
  border-color: #333;
  color: #333;
}
.nav1.active .container_box .right .language h5 a {
  color: #333;
}
.nav1.active .container_box .right .language dl dd a {
  border-color: #333;
  color: #333;
}
.nav1.active .container_box .right .mail {
  height: 38px;
  border-color: #53aa49;
  background-color: #53aa49;
  color: #fff;
}
.nav1.active .container_box .right .mail a {
  color: #fff;
}
.nav2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav2 ul li {
  margin: 0 10px 20px;
}
.nav2 ul li a {
  display: block;
  min-width: 150px;
  line-height: 54px;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  background-color: #53aa49;
  transition: all .3s;
}
.nav2 ul li a:hover {
  background-color: #186b0f;
}
.nav3 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.nav3 .swiper .swiper-slide {
  width: auto;
}
.nav3 .swiper .swiper-slide a {
  display: block;
  min-width: 240px;
  line-height: 100px;
  font-size: 18px;
  color: #fff;
  position: relative;
  padding-left: 80px;
}
.nav3 .swiper .swiper-slide a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  opacity: 0;
}
.nav3 .swiper .swiper-slide a.active {
  background-image: linear-gradient(to right, #7cc2d7, rgba(124, 194, 215, 0));
}
.nav3 .swiper .swiper-slide a.active::before {
  opacity: 1;
}
.nav4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav4 ul {
  background-color: #f5f4f5;
  display: flex;
  border-radius: 80px;
  overflow: hidden;
}
.nav4 ul li a {
  display: block;
  width: 200px;
  line-height: 80px;
  border-radius: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #282728;
  text-align: center;
}
.nav4 ul li a.active {
  background-image: linear-gradient(to right, #79c0ce, #54aa4e);
  color: #fff;
}
.nav5 {
  display: flex;
  justify-content: center;
}
.nav5 .swiper {
  max-width: 100%;
  background-color: #fff;
  border-radius: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nav5 .swiper .swiper-slide {
  width: auto;
  min-width: 200px;
  text-align: center;
  font-size: 20px;
  color: #282728;
  line-height: 80px;
  border-radius: 80px;
  cursor: pointer;
}
.nav5 .swiper .swiper-slide.active {
  background-image: linear-gradient(to right, #79c0ce, #54aa4e);
  color: #fff;
}
.nav6 .swiper .swiper-slide {
  width: auto;
  margin-right: 20px;
}
.nav6 .swiper .swiper-slide a {
  display: block;
  min-width: 200px;
  line-height: 78px;
  font-size: 18px;
  color: #282728;
  border-radius: 78px;
  padding: 0 40px;
  border: 1px dotted #6eb766;
  transition: all .3s;
  text-align: center;
}
.nav6 .swiper .swiper-slide a:hover {
  color: #77c172;
}
.nav6 .swiper .swiper-slide a.active {
  background-image: linear-gradient(to right, #7cc2d5, #77c172);
  color: #fff;
  border-color: transparent;
}
.nav8 .swiper::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e9e6e3;
  position: absolute;
  bottom: 1px;
  left: 0;
}
.nav8 .swiper .swiper-slide {
  width: auto;
  font-size: 24px;
  color: #000;
  padding: 0 50px;
  line-height: 116px;
  cursor: pointer;
}
.nav8 .swiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #60b13e;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
  opacity: 0;
}
.nav8 .swiper .swiper-slide.swiper-slide-thumb-active::before,
.nav8 .swiper .swiper-slide.active::before {
  opacity: 1;
}
.title1 {
  position: relative;
  z-index: 2;
}
.title1 .text_box h5 {
  font-size: 48px;
  font-weight: bold;
  color: #282728;
}
.title1 .text_box p {
  font-size: 18px;
  color: #282728;
  margin-top: 15px;
}
.title1.title1_2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.title1.title1_2 ul {
  display: flex;
}
.title1.title1_2 ul li {
  margin-left: 70px;
}
.title1.title1_2 ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #808080;
  position: relative;
  padding-left: 18px;
}
.title1.title1_2 ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #53aa49;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s;
}
.title1.title1_2 ul li a:hover::before {
  opacity: 1;
}
.title1.title1_2 ul li a.active {
  background: linear-gradient(to right, #7ac2a8, #77c179);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title1.title1_2 ul li a.active::before {
  opacity: 1;
}
.title1.title1_3 {
  text-align: center;
}
.title2 {
  position: relative;
  padding-left: 20px;
}
.title2::before {
  content: "";
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background-image: linear-gradient(to right, rgba(83, 170, 73, 0.5), rgba(83, 170, 73, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(50deg);
}
.title2 h5 {
  font-size: 48px;
  font-weight: bold;
  color: #282728;
  position: relative;
  padding-bottom: 10px;
}
.title2 h5::before {
  content: "";
  width: 52px;
  height: 4px;
  background-image: linear-gradient(to right, #7bc1d2, #53a94a);
  position: absolute;
  bottom: 0;
  left: 0;
}
.more1 {
  display: block;
  width: 213px;
  line-height: 63px;
  font-size: 16px;
  color: #fff !important;
  text-align: center;
  background-image: linear-gradient(to right, #7cc2cd, #77c178);
  border-radius: 63px;
  transition: all .3s;
}
.more1:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.more2 {
  display: block;
  width: 46px;
  height: 46px;
  background-image: linear-gradient(to right, #7cc2d1, #77c172);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: all .3s;
}
.more2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/icon3_h.png);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.more2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.more2.more2_2 {
  background: #efefef;
}
.more2.more2_2::before {
  background-image: url(../images/icon3.png);
}
.news1 {
  display: flex;
  align-items: center;
  background-color: #fff;
  background-image: url(../images/bg8.png);
  background-size: 621px auto;
  background-repeat: no-repeat;
  background-position: right -90px bottom 5px;
  overflow: hidden;
}
.news1 .imgbox {
  width: 751px;
  height: 488px;
  overflow: hidden;
  position: relative;
}
.news1 .imgbox a {
  display: block;
  height: 100%;
  transition: all .5s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news1 .imgbox .video {
  height: 100%;
  transition: all .5s;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news1 .imgbox .video::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.news1 .imgbox .video .paly {
  width: 60px;
  height: 60px;
  background: url(../images/play.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all .3s;
}
.news1 .imgbox .video .paly:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.news1 .imgbox:hover a {
  transform: scale(1.1);
}
.news1 .text_box {
  width: calc(100% - 751px);
  height: 488px;
  padding: 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news1 .text_box .tag {
  font-size: 16px;
  color: #53aa49;
  width: 125px;
  line-height: 37px;
  background-color: #ddeedb;
  text-align: center;
  border-radius: 40px;
}
.news1 .text_box h5 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 30px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news1 .text_box h5 a {
  color: #000;
  transition: all .3s;
}
.news1 .text_box h5 a:hover {
  color: #53aa49;
}
.news1 .text_box .text {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  max-height: 120px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news1 .text_box .bottom {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news1 .text_box .bottom p {
  font-size: 16px;
  font-family: "Arial";
  color: #808080;
}
.news2 {
  display: block;
  background-color: #fff;
  padding: 40px;
  position: relative;
}
.news2::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #77c170;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}
.news2 .imgbox {
  border: 1px solid #efefef;
  height: 279px;
  overflow: hidden;
  position: relative;
}
.news2 .imgbox .img {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all .3s;
}
.news2 .imgbox .play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.news2 .imgbox .play::before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../images/play.png);
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news2 .imgbox a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.news2 .imgbox:hover .img {
  transform: scale(1.1);
}
.news2 .text_box {
  padding-top: 30px;
}
.news2 .text_box h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .3s;
}
.news2 .text_box h5 a {
  color: #000;
  transition: all .3s;
}
.news2 .text_box h5 a:hover {
  color: #53aa49;
}
.news2 .text_box .text {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  height: 60px;
  margin: 20px 0 40px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news2 .text_box .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news2 .text_box .bottom p {
  font-size: 16px;
  font-family: "Arial";
  color: #808080;
}
.news2 .text_box .bottom .more2:hover {
  background-image: linear-gradient(to right, #7cc2d1, #77c172);
  box-shadow: none;
}
.news2 .text_box .bottom .more2:hover::before {
  background-image: url(../images/icon3_h.png);
}
.news2:hover::before {
  width: 100%;
}
.news3 {
  display: block;
}
.news3 .top {
  display: block;
}
.news3 .top .imgbox {
  height: 278px;
  padding: 30px;
}
.news3 .top .imgbox .img {
  height: 100%;
  transition: all .3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.news3 .top h5 {
  font-size: 16px;
  color: #282728;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 0 10px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  transition: all .3s;
}
.news3 .top:hover .imgbox .img {
  transform: scale(1.1);
}
.news3 .top:hover h5 {
  color: #53aa49;
}
.news3 .bottom {
  display: block;
}
.news3 .bottom .imgbox {
  height: 368px;
  padding: 30px;
}
.news3 .bottom .imgbox .img {
  height: 100%;
  transition: all .3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.news3 .bottom h5 {
  font-size: 16px;
  color: #282728;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 0 10px;
  border-top: 1px solid #e6e6e6;
  transition: all .3s;
}
.news3 .bottom:hover .imgbox .img {
  transform: scale(1.1);
}
.news3 .bottom:hover h5 {
  color: #53aa49;
}
.news4 {
  display: block;
  border: 1px solid #efefef;
  padding: 30px;
  background-color: #fff;
  position: relative;
}
.news4::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #77c170;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}
.news4 h5 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .3s;
}
.news4 .text {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  height: 60px;
  margin: 20px 0 40px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news4 .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news4 .bottom p {
  font-size: 16px;
  font-family: "Arial";
  color: #808080;
}
.news4:hover::before {
  width: 100%;
  opacity: 1;
}
.news4:hover h5 {
  background: linear-gradient(to right, #7cc2ce, #77c177);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news4:hover .bottom .more2 {
  background-image: linear-gradient(to right, #7cc2d1, #77c172);
  box-shadow: none;
}
.news4:hover .bottom .more2::before {
  background-image: url(../images/icon3_h.png);
}
.news5 {
  display: block;
  border: 1px solid #efefef;
  background-color: #fff;
  padding: 4px;
}
.news5 .con {
  padding: 39px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.news5 .con .imgbox {
  width: 365px;
  height: 237px;
  overflow: hidden;
  position: relative;
}
.news5 .con .imgbox .img {
  width: 100%;
  height: 100%;
  transition: all .3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news5 .con .imgbox .play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.news5 .con .imgbox .play::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/play.png);
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news5 .con .imgbox a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.news5 .con .imgbox:hover .img {
  transform: scale(1.1);
}
.news5 .con .text_box {
  width: calc(100% - 365px);
  padding-left: 70px;
}
.news5 .con .text_box h5 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news5 .con .text_box h5 a {
  color: #000;
  transition: all .3s;
}
.news5 .con .text_box h5 a:hover {
  background: linear-gradient(to right, #7bc1d3, #80c07d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news5 .con .text_box .text {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #808080;
  margin: 30px 0;
}
.news5 .con .text_box .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news5 .con .text_box .bottom .more2:hover {
  box-shadow: none;
  background-image: linear-gradient(to right, #7cc2d1, #77c172);
}
.news5 .con .text_box .bottom .more2:hover::before {
  background-image: url(../images/icon3_h.png);
}
.news5 .con .text_box .bottom p {
  font-size: 16px;
  font-family: "Arial";
  color: #808080;
}
.news5:hover {
  background-image: linear-gradient(to right, #7bc2d6, #5bad64);
  border-color: transparent;
}
.news6 {
  display: block;
  border: 1px solid #efefef;
  background-color: #fff;
  padding: 4px;
}
.news6 .con {
  padding: 60px 80px;
  background-color: #fff;
}
.news6 .con h5 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news6 .con .text {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #808080;
  margin: 30px 0;
}
.news6 .con .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news6 .con .bottom .more2:hover {
  box-shadow: none;
}
.news6 .con .bottom p {
  font-size: 16px;
  font-family: "Arial";
  color: #808080;
}
.news6:hover {
  background-image: linear-gradient(to right, #7bc2d6, #5bad64);
  border-color: transparent;
}
.news6:hover .con h5 {
  background: linear-gradient(to right, #6eb9a5 0%, #6eb9a5 10%, #57ab56 40%, #57ab56 50%, #57ab56 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news6:hover .con .bottom .more2 {
  background-image: linear-gradient(to right, #7cc2d1, #77c172);
}
.news6:hover .con .bottom .more2::before {
  background-image: url(../images/icon3_h.png);
}
.news7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 175px;
  background-color: #fcfdfb;
  padding: 0 40px;
  position: relative;
}
.news7::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px dashed #53aa49;
  position: absolute;
  top: 0;
  left: 0;
}
.news7 h5 {
  font-size: 36px;
  font-weight: bold;
  color: #282728;
}
.news7 .text {
  font-size: 24px;
  font-weight: bold;
  color: #808080;
  margin-top: 20px;
}
.news7:hover {
  background: url(../images/bg11.jpg) no-repeat center center / cover;
  border-color: transparent;
}
.news7:hover::before {
  opacity: 0;
}
.news7:hover h5,
.news7:hover .text {
  color: #fff;
}
.news8 {
  display: block;
}
.news8 .imgbox {
  height: 270px;
  overflow: hidden;
}
.news8 .imgbox .img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .3s;
}
.news8 .text_box h5 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 30px 0;
  transition: all .3s;
}
.news8 .text_box .text {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news8:hover .imgbox .img {
  transform: scale(1.1);
}
.news8:hover .text_box h5 {
  color: #55aa4f;
}
.news9 {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  transition: all .3s;
  background-color: #fff;
}
.news9 .top {
  padding: 20px;
}
.news9 .top .imgbox {
  height: 320px;
  overflow: hidden;
  position: relative;
}
.news9 .top .imgbox .img {
  height: 100%;
  transition: all .3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news9 .top .imgbox .zoom {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/icon5.png);
  background-repeat: no-repeat;
  background-size: 31px auto;
  background-position: center center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.news9 h5 {
  font-size: 16px;
  color: #282728;
  line-height: 62px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}
.news9:hover {
  border-color: #53aa49;
}
.news9:hover .top .imgbox .img {
  transform: scale(1.1);
}
.news9:hover h5 {
  color: #53aa49;
  border-color: #53aa49;
}
.news10 {
  display: block;
  background-color: #fafafa;
  padding: 4px;
  position: relative;
}
.news10::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #7cc2ce, #77c177);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.news10 .con {
  padding: 36px;
  background-color: #fafafa;
  position: relative;
  z-index: 10;
}
.news10 .con h5 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news10 .con .text {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
.news10:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.news10:hover::before {
  opacity: 1;
}
.news10:hover .con {
  background-color: #fff;
}
.news10:hover .con h5 {
  background: linear-gradient(to right, #7cc2ce, #77c177);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news11 {
  display: block;
  border: 1px solid #e6e6e6;
  transition: all .3s;
}
.news11 .top {
  padding: 40px 20px;
}
.news11 .top .imgbox {
  height: 200px;
  overflow: hidden;
}
.news11 .top .imgbox .img {
  height: 100%;
  transition: all .3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.news11 h5 {
  font-size: 16px;
  color: #282728;
  line-height: 54px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}
.news11:hover {
  border-color: #53aa49;
}
.news11:hover .top .imgbox .img {
  transform: scale(1.1);
}
.news11:hover h5 {
  color: #53aa49;
  border-color: #53aa49;
}
.main1 {
  background: url(../images/bg1.jpg) no-repeat center top / cover;
  overflow: hidden;
}
.main1 .main1_con_1 {
  padding: 90px 0;
}
.main1 .main1_con_1 .container_box {
  display: flex;
}
.main1 .main1_con_1 .container_box .left {
  width: 50%;
}
.main1 .main1_con_1 .container_box .right {
  width: 50%;
}
.main1 .main1_con_1 .container_box .right h5 {
  font-size: 48px;
  font-weight: bold;
  color: #282728;
}
.main1 .main1_con_1 .container_box .right .text {
  font-size: 16px;
  color: #282728;
  margin: 50px 0 70px;
  line-height: 2;
  text-align: justify;
}
.main1 .main1_con_2 {
  padding: 0 15px;
}
.main1 .main1_con_2 .con_box {
  max-width: 1730px;
  height: 726px;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.main1 .main1_con_2 .con_box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.main1 .main1_con_2 .con_box .play {
  width: 103px;
  height: 103px;
  background: url(../images/play.png) no-repeat center center / contain;
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: all .3s;
}
.main1 .main1_con_2 .con_box .play:hover {
  transform: translateX(-50%) scale(1.1);
}
.main1 .main1_con_2 .con_box ul {
  position: absolute;
  bottom: 70px;
  right: 114px;
  display: flex;
}
.main1 .main1_con_2 .con_box ul li {
  color: #fff;
  margin-left: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main1 .main1_con_2 .con_box ul li h5 {
  font-size: 60px;
  font-weight: bold;
  font-family: "Arial";
  line-height: 1;
  position: relative;
}
.main1 .main1_con_2 .con_box ul li h5 span {
  font-size: 20px;
  position: absolute;
  top: -5px;
  right: -15px;
}
.main1 .main1_con_2 .con_box ul li p {
  font-size: 16px;
  margin-top: 30px;
  line-height: 1;
}
.main2 {
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  padding: 120px 0 150px;
  overflow: hidden;
}
.main2 .main2_con .item {
  display: none;
}
.main2 .main2_con .item.active {
  display: block;
}
.main2 .main2_con_1 {
  margin-top: 70px;
}
.main2 .main2_con_2 {
  margin-top: 40px;
  border: 1px solid #efefef;
}
.main2 .main2_con_2 .swiper .swiper-slide {
  border-right: 1px solid #efefef;
}
.main2 .main2_con_2 .swiper .swiper-slide-active + .swiper-slide + .swiper-slide {
  border-right: none;
}
.main3 {
  overflow: hidden;
}
.main3 .nav2 {
  margin: 40px 0 70px;
}
.main3 .main3_con #ditu {
  width: 1431px;
  height: 695.19px;
}
.main4 {
  margin-top: 160px;
  margin-bottom: 150px;
  overflow: hidden;
}
.main4 .main4_con_1 {
  display: flex;
  align-items: center;
  margin: 60px 0 100px;
}
.main4 .main4_con_1 .left {
  width: 50%;
}
.main4 .main4_con_1 .left .swiper .swiper-slide a {
  display: block;
  overflow: hidden;
}
.main4 .main4_con_1 .left .swiper .swiper-slide a .img {
  height: 450px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .5s;
}
.main4 .main4_con_1 .left .swiper .swiper-slide a:hover .img {
  transform: scale(1.1);
}
.main4 .main4_con_1 .right {
  width: 50%;
  padding-left: 90px;
  position: relative;
}
.main4 .main4_con_1 .right .swiper .swiper-slide h5 {
  margin-top: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main4 .main4_con_1 .right .swiper .swiper-slide h5 a {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  transition: all .3s;
}
.main4 .main4_con_1 .right .swiper .swiper-slide h5 a:hover {
  color: #53aa49;
}
.main4 .main4_con_1 .right .swiper .swiper-slide .text {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  max-height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 30px 0 70px;
}
.main4 .main4_con_1 .right .swiper-pagination {
  position: initial;
  display: flex;
}
.main4 .main4_con_1 .right .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #53aa49;
  background: none;
  opacity: 1;
  margin: 0 20px 0 0;
}
.main4 .main4_con_1 .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #53aa49;
}
.main4 .main4_con_2 ul {
  display: flex;
}
.main4 .main4_con_2 ul li {
  flex: 1;
  border-right: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  padding-left: 60px;
}
.main4 .main4_con_2 ul li h5 {
  font-size: 50px;
  font-family: "Arial";
  font-weight: bold;
  color: #53aa49;
  position: relative;
}
.main4 .main4_con_2 ul li h5 span {
  font-size: 20px;
  position: absolute;
  top: -5px;
  right: -15px;
}
.main4 .main4_con_2 ul li p {
  font-size: 16px;
  color: #282728;
  margin-top: 15px;
}
.main4 .main4_con_2 ul li:last-child {
  border-right: none;
}
.main5 {
  padding: 120px 0 135px;
  position: relative;
  overflow: hidden;
}
.main5::before {
  content: "";
  width: 705px;
  height: 754px;
  background: url(../images/bg7.png) no-repeat center center / cover;
  position: absolute;
  top: -243px;
  right: 0;
}
.main5 .container_box {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.main5 .container_box .left {
  width: 590px;
}
.main5 .container_box .left img {
  width: 100%;
}
.main5 .container_box .right {
  width: calc(100% - 590px);
  padding-right: 40px;
}
.main5 .container_box .right .con {
  margin-top: 60px;
}
.main5 .container_box .right .con h5 {
  font-size: 30px;
  font-weight: bold;
  color: #282728;
}
.main5 .container_box .right .con .text_box {
  font-size: 16px;
  color: #282728;
  line-height: 36px;
  text-align: justify;
  margin-top: 30px;
}
.main6 {
  padding-bottom: 70px;
  background: url(../images/bg4.jpg) no-repeat center bottom / cover;
}
.main6 .main6_con_1 {
  margin-top: 60px;
}
.main6 .main6_con_1 h5 {
  font-size: 36px;
  font-weight: bold;
  color: #282728;
  text-align: center;
}
.main6 .main6_con_1 .con {
  font-size: 16px;
  line-height: 36px;
  margin-top: 50px;
}
.main6 .main6_con_2 {
  margin-top: 80px;
}
.main6 .main6_con_2 .title {
  font-size: 30px;
  font-weight: bold;
  color: #282728;
  margin-bottom: 40px;
  text-align: center;
}
.main6 .main6_con_2 .con_box {
  display: flex;
}
.main6 .main6_con_2 .con_box .left {
  width: 370px;
  height: 469px;
  padding-right: 30px;
}
.main6 .main6_con_2 .con_box .left .swiper {
  height: 100%;
}
.main6 .main6_con_2 .con_box .left .swiper .swiper-slide {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main6 .main6_con_2 .con_box .left .swiper .swiper-slide h5 {
  position: absolute;
  font-size: 16px;
  color: #282728;
  line-height: 20px;
  padding-left: 10px;
  transform-origin: left center;
}
.main6 .main6_con_2 .con_box .left .swiper .swiper-slide h5::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #282728;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.main6 .main6_con_2 .con_box .left .swiper .swiper-slide.active h5,
.main6 .main6_con_2 .con_box .left .swiper .swiper-slide.swiper-slide-thumb-active h5 {
  transform: scale(1.2);
  font-weight: bold;
  background: linear-gradient(to right, #7cc2ce, #77c177);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main6 .main6_con_2 .con_box .left .swiper .swiper-slide.active h5::before,
.main6 .main6_con_2 .con_box .left .swiper .swiper-slide.swiper-slide-thumb-active h5::before {
  background-color: #7cc2ce;
}
.main6 .main6_con_2 .con_box .right {
  width: calc(100% - 370px);
  position: relative;
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item {
  display: flex;
  background-color: #fff;
  padding: 35px;
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .imgbox {
  display: block;
  width: 387px;
  height: 399px;
  overflow: hidden;
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .imgbox .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .imgbox:hover .img {
  transform: scale(1.1);
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .text_box {
  width: calc(100% - 387px);
  padding-left: 40px;
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .text_box h5 {
  margin-top: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .text_box h5 a {
  font-size: 24px;
  font-weight: bold;
  color: #282728;
  transition: all .3s;
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .text_box h5 a:hover {
  color: #53aa49;
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .text_box .text {
  font-size: 14px;
  color: #282728;
  line-height: 28px;
  margin-top: 40px;
  height: 196px;
  overflow: hidden;
}
.main6 .main6_con_2 .con_box .right .but_box {
  width: 130px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 49px;
  right: 35px;
  z-index: 10;
}
.main6 .main6_con_2 .con_box .right .but_box .but {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #53aa49;
  background-color: #fff;
  position: relative;
  transition: all .3s;
}
.main6 .main6_con_2 .con_box .right .but_box .but::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/icon2_h.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.main6 .main6_con_2 .con_box .right .but_box .but.but_prev {
  transform: rotateY(180deg);
}
.main6 .main6_con_2 .con_box .right .but_box .but:hover {
  background-image: linear-gradient(to right, #7ac1d0, #53a94a);
  border-color: transparent;
}
.main6 .main6_con_2 .con_box .right .but_box .but:hover::before {
  background-image: url(../images/icon2.png);
}
.main7 {
  padding: 110px 0 40px;
  overflow: hidden;
}
.main7 .main7_con_1 {
  margin: 40px 0 60px;
  position: relative;
}
.main7 .main7_con_1::before,
.main7 .main7_con_1::after {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #e6e6e6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main7 .main7_con_1::after {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotateY(180deg);
}
.main7 .main7_con_1 .swiper::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #e6e6e6;
}
.main7 .main7_con_1 .swiper .swiper-slide {
  text-align: center;
  padding: 60px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.main7 .main7_con_1 .swiper .swiper-slide .text {
  font-size: 18px;
  font-weight: bold;
  color: #282728;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all .3s;
  white-space: nowrap;
}
.main7 .main7_con_1 .swiper .swiper-slide .dian {
  width: 5px;
  height: 5px;
  background-color: #e6e6e6;
  border-radius: 50%;
  margin: 10px auto;
  transition: all .3s;
  position: relative;
}
.main7 .main7_con_1 .swiper .swiper-slide .dian::before {
  content: "";
  width: 126px;
  height: 126px;
  background: url(../images/bg6.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all .3s;
  opacity: 0;
}
.main7 .main7_con_1 .swiper .swiper-slide .year {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  font-family: "Arial";
  color: #282728;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 20px;
  transform-origin: center top;
  transition: all .3s;
}
.main7 .main7_con_1 .swiper .swiper-slide.swiper-slide-thumb-active .text {
  opacity: 1;
}
.main7 .main7_con_1 .swiper .swiper-slide.swiper-slide-thumb-active .dian::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.main7 .main7_con_1 .swiper .swiper-slide.swiper-slide-thumb-active .year {
  transform: translateY(20px) scale(1.6);
  background: linear-gradient(to right, #7cc2ce, #77c177);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main7 .main7_con_2 {
  position: relative;
}
.main7 .main7_con_2 .title {
  font-size: 220px;
  font-weight: bold;
  color: #282728;
  opacity: .05;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  text-align: center;
}
.main7 .main7_con_2::before {
  content: "";
  width: 1500px;
  height: 1500px;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/bg5.png) no-repeat center top / 100% auto;
}
.main7 .main7_con_2 .swiper {
  padding-top: 300px;
}
.main7 .main7_con_2 .swiper .swiper-slide .imgbox {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  transition: all .3s;
  transform-origin: center bottom;
}
.main7 .main7_con_2 .swiper .swiper-slide .imgbox .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main7 .main7_con_2 .swiper .swiper-slide .imgbox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #7cc2d7, #53a949);
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
  transition: all .3s;
}
.main7 .main7_con_2 .swiper .swiper-slide .imgbox .year {
  font-size: 30px;
  font-weight: bold;
  font-family: "Arial";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.main7 .main7_con_2 .swiper .swiper-slide.swiper-slide-active .imgbox {
  transform: scale(2.6);
}
.main7 .main7_con_2 .swiper .swiper-slide.swiper-slide-active .imgbox::before {
  opacity: 0;
}
.main7 .main7_con_2 .swiper .swiper-slide.swiper-slide-active .imgbox .year {
  display: none;
}
.main7 .main7_con_3 {
  max-width: 880px;
  margin: 30px auto 0;
  text-align: center;
}
.main7 .main7_con_3 .year {
  font-size: 30px;
  font-weight: bold;
  font-family: "Arial";
  color: #53aa49;
}
.main7 .main7_con_3 .text {
  font-size: 18px;
  color: #282728;
  line-height: 30px;
  margin: 30px 0 50px;
}
.main7 .main7_con_3 .but_box {
  width: 130px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.main7 .main7_con_3 .but_box .but {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #53aa49;
  background-color: #fff;
  position: relative;
  transition: all .3s;
}
.main7 .main7_con_3 .but_box .but::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/icon2_h.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.main7 .main7_con_3 .but_box .but.but_prev {
  transform: rotateY(180deg);
}
.main7 .main7_con_3 .but_box .but:hover {
  background-image: linear-gradient(to right, #7ac1d0, #53a94a);
  border-color: transparent;
}
.main7 .main7_con_3 .but_box .but:hover::before {
  background-image: url(../images/icon2.png);
}
.main8 {
  padding: 130px 0 100px;
  background-color: #fbfdfb;
  overflow: hidden;
}
.main8 .main8_con img {
  max-width: 100%;
  display: block;
  margin: 40px auto 0;
}
.main9 {
  padding: 160px 0 130px;
  overflow: hidden;
}
.main9 .main9_con {
  display: flex;
  margin-top: 70px;
}
.main9 .main9_con .left {
  width: 420px;
  display: flex;
}
.main9 .main9_con .left .nav {
  width: 35px;
  padding-top: 60px;
  position: relative;
}
.main9 .main9_con .left .nav::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 50%;
}
.main9 .main9_con .left .nav ul {
  position: relative;
}
.main9 .main9_con .left .nav ul li a {
  display: block;
  width: 35px;
  height: 85px;
  background-color: #edf6ec;
  border-radius: 35px;
  font-size: 14px;
  color: #53aa49;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  margin-bottom: 10px;
}
.main9 .main9_con .left .nav ul li a:hover {
  background-image: linear-gradient(to right, #7cc2d5, #77c175);
  color: #fff;
}
.main9 .main9_con .left .list {
  width: calc(100% - 35px);
  padding: 60px 30px 0;
}
.main9 .main9_con .left .list ul li {
  font-size: 16px;
  font-weight: bold;
  color: #282728;
  line-height: 1.5;
  margin-bottom: 15px;
}
.main9 .main9_con .right {
  width: calc(100% - 420px);
  position: relative;
}
.main9 .main9_con .right .but_box {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 100;
  margin-bottom: 50px;
}
.main9 .main9_con .right .but_box .but {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #53aa49;
  background-color: #fff;
  position: relative;
  transition: all .3s;
}
.main9 .main9_con .right .but_box .but::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/icon2_h.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.main9 .main9_con .right .but_box .but.but_prev {
  transform: rotateY(180deg);
}
.main9 .main9_con .right .but_box .but:hover {
  background-image: linear-gradient(to right, #7ac1d0, #53a94a);
  border-color: transparent;
}
.main9 .main9_con .right .but_box .but:hover::before {
  background-image: url(../images/icon2.png);
}
.main9 .main9_con .right .but_box .swiper-pagination {
  position: initial;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  color: #53aa49;
}
.main9 .main9_con .right .but_box .swiper-pagination .swiper-pagination-total {
  color: #282728;
}
.main9 .main9_con .right .swiper {
  height: 844px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.main9 .main9_con .right .swiper .swiper-slide {
  border-right: 1px solid #e6e6e6;
}
.main9 .main9_con .right .swiper .swiper-slide:nth-child(odd) .news3 .bottom h5 {
  border-bottom: 1px solid #e6e6e6;
}
.main9 .main9_con .right .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide,
.main9 .main9_con .right .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  border-right: none;
}
.main10 {
  padding: 70px 0 120px;
  background-image: url(../images/bg9.jpg);
  background-repeat: no-repeat;
  background-position: center 600px;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
}
.main10::before {
  content: "";
  width: 705px;
  height: 754px;
  background: url(../images/bg7.png) no-repeat center center / cover;
  position: absolute;
  top: -243px;
  right: 0;
}
.main10 .main10_con_1 {
  margin: 80px 0 40px;
  position: relative;
  z-index: 10;
}
.main10 .main10_con_1 .news1 .text_box {
  border: 1px solid #efefef;
}
.main10 .main10_con_2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.main10 .main10_con_2 ul li {
  width: 33.333%;
}
.main10 .main10_con_2 ul li .news2 {
  border: 1px solid #efefef;
  margin: -1px 0 0 -1px;
}
.main10 .main10_con_3 {
  margin-top: 80px;
  position: relative;
}
.main10 .main10_con_3 ul {
  padding-bottom: 30px;
}
.main10 .main10_con_3 ul li {
  margin-bottom: 30px;
}
.main11 {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.main11::before {
  content: "";
  width: 705px;
  height: 754px;
  background: url(../images/bg7.png) no-repeat center center / cover;
  position: absolute;
  top: -243px;
  right: 0;
}
.main11 .container_box {
  display: flex;
  position: relative;
  z-index: 10;
}
.main11 .container_box .main11_left {
  width: calc(100% - 470px);
  padding-right: 30px;
}
.main11 .container_box .main11_left .title {
  border-bottom: 1px solid #f5f4f5;
}
.main11 .container_box .main11_left .title h5 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}
.main11 .container_box .main11_left .title .date {
  font-size: 16px;
  color: #808080;
  font-family: "Arial";
  margin: 25px 0 30px;
}
.main11 .container_box .main11_left .tag {
  padding: 0 30px;
  background-color: #ddeedb;
  line-height: 37px;
  border-radius: 37px;
  width: max-content;
  min-width: 125px;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  color: #53aa49;
  margin-top: 25px;
}
.main11 .container_box .main11_left .con_box {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-top: 30px;
}
.main11 .container_box .main11_left .con_box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main11 .container_box .main11_left .turning {
  background-color: #edf6ec;
  padding: 30px;
  margin-top: 200px;
}
.main11 .container_box .main11_left .turning ul li {
  margin: 10px 0;
}
.main11 .container_box .main11_left .turning ul li a {
  font-size: 16px;
  color: #000;
  transition: all .3s;
}
.main11 .container_box .main11_left .turning ul li a:hover {
  color: #53aa49;
}
.main11 .container_box .main11_right {
  width: 470px;
}
.main11 .container_box .main11_right .title {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
  background: linear-gradient(to right, #6eb9a5 0%, #6eb9a5 10%, #57ab56 30%, #57ab56 50%, #57ab56 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main11 .container_box .main11_right .title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: linear-gradient(to right, #79c0ce, #59ad5e);
}
.main11 .container_box .main11_right ul li {
  margin-bottom: 20px;
}
.main12 {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.main12::before {
  content: "";
  width: 705px;
  height: 754px;
  background: url(../images/bg7.png) no-repeat center center / cover;
  position: absolute;
  top: -243px;
  right: 0;
}
.main12 .main7_con_1 {
  font-size: 18px;
  color: #282728;
  text-align: center;
  line-height: 2;
  margin: 70px 0 50px;
  position: relative;
}
.main12 .main7_con_2 {
  height: 427px;
  background: url(../images/bg10.png) no-repeat center center / 100% auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 30px;
  position: relative;
}
.main12 .main7_con_2 img {
  max-width: 100%;
}
.main12 .main7_con_3 {
  margin-top: 130px;
  position: relative;
}
.main12 .main7_con_3 ul {
  display: flex;
  flex-wrap: wrap;
}
.main12 .main7_con_3 ul li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.main13 {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.main13::before {
  content: "";
  width: 705px;
  height: 754px;
  background: url(../images/bg7.png) no-repeat center center / cover;
  position: absolute;
  top: -243px;
  right: 0;
}
.main13 .nav4 {
  margin: 40px 0;
}
.main13 .con_box {
  position: relative;
  z-index: 10;
}
.main13 .con_box .item {
  display: none;
  justify-content: center;
}
.main13 .con_box .item #ditu {
  width: 1431px;
  height: 695.19px;
}
.main13 .con_box .item #ditu2 {
  width: 1222px;
  height: 886px;
}
.main13 .con_box .item.active {
  display: flex;
}
.main14 {
  padding-bottom: 80px;
  position: relative;
}
.main14::before {
  content: "";
  width: 100%;
  height: 1411px;
  background: url(../images/bg12.jpg) no-repeat center bottom / 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main14 .nav5 {
  margin-top: 50px;
}
.main14 .main14_con {
  position: relative;
  margin-top: 90px;
}
.main14 .main14_con::before {
  content: "";
  width: calc(100% - 160px);
  height: 70px;
  background-color: rgba(245, 245, 245, 0.5);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main14 .main14_con::after {
  content: "";
  width: calc(100% - 60px);
  height: 40px;
  background-color: rgba(245, 245, 245, 0.8);
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main14 .main14_con .con_box {
  padding: 37px 130px 37px 37px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.main14 .main14_con .con_box .left {
  width: 638px;
}
.main14 .main14_con .con_box .left .swiper .swiper-slide a {
  display: block;
  overflow: hidden;
}
.main14 .main14_con .con_box .left .swiper .swiper-slide a .img {
  height: 457px;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main14 .main14_con .con_box .left .swiper .swiper-pagination {
  bottom: 25px;
  display: flex;
  justify-content: center;
}
.main14 .main14_con .con_box .left .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  background: none;
  opacity: 1;
  margin: 0 10px;
}
.main14 .main14_con .con_box .left .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #53aa49;
  border-color: #53aa49;
}
.main14 .main14_con .con_box .right {
  width: calc(100% - 638px);
  padding-left: 60px;
}
.main14 .main14_con .con_box .right h5 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 40px;
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main14 .main14_con .con_box .right h5 a {
  color: inherit;
  transition: all .3s;
}
.main14 .main14_con .con_box .right h5 a:hover {
  color: #53aa49;
}
.main14 .main14_con .con_box .right .text {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  margin-top: 40px;
  max-height: 240px;
  overflow: hidden;
}
.main14 .main14_con_2 {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 90px;
  flex-wrap: wrap;
}
.main14 .main14_con_2 .left {
  width: 750px;
}
.main14 .main14_con_2 .left ul li {
  background-color: #fff;
  border: 1px solid #efefef;
  margin-bottom: 9px;
  padding: 4px;
  transition: all .3s;
}
.main14 .main14_con_2 .left ul li a {
  display: block;
  padding: 35px;
  background-color: #fff;
  transition: all .3s;
}
.main14 .main14_con_2 .left ul li a h5 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
  transition: all .3s;
}
.main14 .main14_con_2 .left ul li a .text_box {
  margin-top: 0;
  height: 0;
  overflow: hidden;
  transition: all .5s;
}
.main14 .main14_con_2 .left ul li a .text_box .text {
  font-size: 16px;
  color: #808080;
  line-height: 30px;
}
.main14 .main14_con_2 .left ul li:hover a h5 {
  color: #53aa49;
}
.main14 .main14_con_2 .left ul li.active {
  border-color: transparent;
  background-image: linear-gradient(to right, #7cc2d7, #57ac58);
}
.main14 .main14_con_2 .left ul li.active a {
  padding: 54px;
}
.main14 .main14_con_2 .left ul li.active a h5 {
  overflow: initial;
  white-space: initial;
}
.main14 .main14_con_2 .left ul li.active a .text_box {
  margin-top: 30px;
}
.main14 .main14_con_2 .right {
  width: calc(100% - 750px);
  display: flex;
  justify-content: flex-end;
  padding-left: 100px;
  margin-top: -90px;
}
.main14 .main14_con_2 .right img {
  max-width: 90%;
}
.main14.main14_2 {
  padding-bottom: 70px;
}
.main15 {
  position: relative;
}
.main15::before {
  content: "";
  width: 100%;
  height: 1318px;
  background: url(../images/bg13.jpg) no-repeat center center / 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main15 .img {
  height: 574px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.main16 {
  padding-bottom: 70px;
  position: relative;
  z-index: 10;
}
.main16 .title1_box {
  position: relative;
  padding: 1px 0;
}
.main16 .title1_box .title1 {
  background-color: #f6fbee;
  width: 50%;
  padding-top: 55px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.main16 .title1_box .title1::before {
  content: "";
  width: 1000%;
  height: 100%;
  background-color: #f6fbee;
  position: absolute;
  top: 0;
  right: 100%;
}
.main16 .main16_con {
  font-size: 16px;
  line-height: 36px;
  margin-top: 50px;
}
.main17 {
  padding: 180px 0 100px;
  overflow: hidden;
}
.main17 .title1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main17 .main17_con {
  margin-top: 60px;
}
.main17 .main17_con .but_box {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 10px;
}
.main17 .main17_con .but_box .but {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #53aa49;
  background-color: #fff;
  position: relative;
  transition: all .3s;
}
.main17 .main17_con .but_box .but::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/icon2_h.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.main17 .main17_con .but_box .but.but_prev {
  transform: rotateY(180deg);
}
.main17 .main17_con .but_box .but:hover {
  background-image: linear-gradient(to right, #7ac1d0, #53a94a);
  border-color: transparent;
}
.main17 .main17_con .but_box .but:hover::before {
  background-image: url(../images/icon2.png);
}
.main17 .main17_con .but_box .swiper-pagination {
  position: initial;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  color: #53aa49;
}
.main17 .main17_con .but_box .swiper-pagination .swiper-pagination-total {
  color: #282728;
}
.main18 {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
.main18::before {
  content: "";
  width: 705px;
  height: 754px;
  background: url(../images/bg7.png) no-repeat center center / cover;
  position: absolute;
  top: -243px;
  right: 0;
}
.main18 .nav6 {
  margin: 60px 0;
}
.main18 .main18_con {
  position: relative;
}
.main18 .main18_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px 20px;
}
.main18 .main18_con ul li {
  width: 33.3333%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.main19 {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
.main19::before {
  content: "";
  width: 705px;
  height: 754px;
  background: url(../images/bg7.png) no-repeat center center / cover;
  position: absolute;
  top: -243px;
  right: 0;
}
.main19 .nav6 {
  margin: 60px 0;
}
.main19 .main19_con {
  position: relative;
}
.main19 .main19_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 20px;
}
.main19 .main19_con ul li {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.main20 {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.main20::before {
  content: "";
  width: 705px;
  height: 754px;
  background: url(../images/bg7.png) no-repeat center center / cover;
  position: absolute;
  top: -243px;
  right: 0;
}
.main20 .main20_con {
  border: 1px solid #f3f2eb;
  margin-top: 70px;
  background-color: #fff;
  position: relative;
}
.main20 .main20_con .con_box .swiper .swiper-slide {
  padding: 100px 50px 70px;
}
.main20 .main20_con .con_box .swiper .swiper-slide img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con {
  width: 336px;
  height: 337px;
  margin: 190px auto 130px;
  position: relative;
  background-image: url(../images/img18.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con img {
  width: 100%;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item {
  position: absolute;
  display: flex;
  align-items: center;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item .bt {
  width: 140px;
  height: 140px;
  border: 2px dotted #53aa49;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #53aa49;
  text-align: center;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item ul {
  width: calc(100% - 140px);
  white-space: nowrap;
  text-align: right;
  padding-right: 40px;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item ul li {
  font-size: 16px;
  color: #282728;
  line-height: 24px;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item ul li span {
  position: relative;
  padding-left: 15px;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item ul li span::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #282728;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item:nth-child(even) ul {
  text-align: left;
  padding: 0 0 0 40px;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item:nth-child(1) {
  right: 100%;
  top: -60px;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item:nth-child(2) {
  left: 100%;
  top: -60px;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item:nth-child(3) {
  right: 100%;
  bottom: -60px;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item:nth-child(4) {
  left: 100%;
  bottom: -60px;
}
.main20 .main20_con .con_box .swiper .but {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.main20 .main20_con .con_box .swiper .but.but_prev {
  left: 80px;
  transform: rotateY(180deg) translateY(-50%);
}
.main20 .main20_con .con_box .swiper .but.but_next {
  right: 80px;
}
.main21 .main21_con {
  margin-top: 70px;
  overflow: hidden;
}
.main21 .main21_con ul {
  display: flex;
  margin: 0 -20px;
}
.main21 .main21_con ul li {
  width: 50%;
  padding: 0 20px;
}
.main21 .main21_con ul li a {
  display: block;
  height: 175px;
  position: relative;
  background-image: linear-gradient(to right, #88c7d2, #83c664);
  padding: 3px;
}
.main21 .main21_con ul li a .text_box {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 90px;
}
.main21 .main21_con ul li a .text_box h5 {
  color: #60b13e;
  font-size: 36px;
  font-weight: bold;
}
.main21 .main21_con ul li a .text_box .text {
  color: #60b13e;
  font-size: 24px;
  margin-top: 10px;
}
.main21 .main21_con ul li a:hover {
  background: url(../images/bg14.jpg) no-repeat center center / cover;
}
.main21 .main21_con ul li a:hover .text_box {
  background-color: transparent;
}
.main21 .main21_con ul li a:hover .text_box h5,
.main21 .main21_con ul li a:hover .text_box .text {
  color: #fff;
}
.main22 {
  padding: 130px 0 110px;
}
.main22 .main22_con {
  display: flex;
  margin-top: 50px;
}
.main22 .main22_con .left {
  width: 550px;
  padding: 60px 0;
  position: relative;
}
.main22 .main22_con .left::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 27px;
}
.main22 .main22_con .left ul li {
  margin-bottom: 30px;
}
.main22 .main22_con .left ul li h5 {
  font-size: 24px;
  font-weight: bold;
  color: #282728;
  padding-left: 128px;
  position: relative;
  line-height: 55px;
  cursor: pointer;
}
.main22 .main22_con .left ul li h5 b {
  width: 55px;
  height: 55px;
  background-color: #e6e6e6;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 3px;
}
.main22 .main22_con .left ul li h5 b p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  border-radius: 50%;
}
.main22 .main22_con .left ul li h5 b p span {
  font-size: 24px;
  font-weight: bold;
  color: #53aa49;
}
.main22 .main22_con .left ul li h5.active b {
  transform: translateY(-50%) scale(1.1);
  background-image: linear-gradient(to bottom, #53a94b, #7cc2d6);
}
.main22 .main22_con .left ul li h5.active b p {
  background-color: #fff;
}
.main22 .main22_con .left ul li h5.active b p span {
  background: linear-gradient(to right, #7ac2a8, #77c179);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main22 .main22_con .left ul li .text {
  font-size: 18px;
  line-height: 2;
  color: #282728;
  margin-top: 30px;
  padding-left: 128px;
  display: none;
}
.main22 .main22_con .left ul li:last-child {
  margin-bottom: 0;
}
.main22 .main22_con .right {
  width: calc(100% - 550px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 60px;
}
.main22 .main22_con .right .text {
  font-size: 70px;
  font-weight: bold;
  color: #282728;
  opacity: .1;
  line-height: 1.2;
}
.main23 {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.main23::before {
  content: "";
  width: 705px;
  height: 754px;
  background: url(../images/bg7.png) no-repeat center center / cover;
  position: absolute;
  top: -243px;
  right: 0;
}
.main23 .main23_con_1 {
  margin: 70px 0 40px;
}
.main23 .main23_con_1 .swiper .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main23 .main23_con_1 .swiper .swiper-slide a .img {
  height: 488px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .5s;
}
.main23 .main23_con_1 .swiper .swiper-slide a .bottom {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.main23 .main23_con_1 .swiper .swiper-slide a .bottom .date {
  width: 220px;
  font-family: "Arial";
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-right: 2px solid #fff;
  line-height: 1;
}
.main23 .main23_con_1 .swiper .swiper-slide a .bottom h5 {
  width: calc(100% - 220px);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 260px 0 60px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main23 .main23_con_1 .swiper .swiper-slide a:hover .img {
  transform: scale(1.1);
}
.main23 .main23_con_1 .swiper .swiper-pagination {
  width: auto;
  left: auto;
  right: 60px;
  bottom: 0;
  height: 100px;
  display: flex;
  align-items: center;
}
.main23 .main23_con_1 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #fff;
  opacity: 1;
  margin: 0 10px;
}
.main23 .main23_con_1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #53aa49;
}
.main23 .main23_con_2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.main23 .main23_con_2 ul li {
  width: 33.3333%;
  margin-bottom: 40px;
  margin-left: -1px;
}
.main24 {
  padding: 80px 0;
  background: url(../images/bg16.jpg) no-repeat center center / 100% 100%;
  position: relative;
  overflow: hidden;
}
.main24 .main24_con_1 {
  display: flex;
  background-color: #fff;
  margin: 70px 0 30px;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main24 .main24_con_1 .left {
  width: 50%;
  overflow: hidden;
}
.main24 .main24_con_1 .left .img {
  height: 483px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main24 .main24_con_1 .right {
  width: 50%;
  padding: 0 60px;
}
.main24 .main24_con_1 .right .bt {
  font-size: 28px;
  font-weight: bold;
  color: #282728;
}
.main24 .main24_con_1 .right ul li {
  font-size: 16px;
  color: #282728;
  margin-top: 40px;
}
.main24 .main24_con_1 .right ul li i {
  font-size: 20px;
  color: #53aa49;
  margin-right: 15px;
}
.main24 .main24_con_2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 60px;
}
.main24 .main24_con_2 ul li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.main24 .main24_con_2 ul li .item {
  height: 190px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 4px;
  position: relative;
  cursor: pointer;
}
.main24 .main24_con_2 ul li .item .con {
  height: 100%;
  padding: 30px;
  background-color: #fff;
}
.main24 .main24_con_2 ul li .item .con h5 {
  font-size: 18px;
  font-weight: bold;
  color: #282728;
}
.main24 .main24_con_2 ul li .item .con dl {
  margin-top: 40px;
  padding-left: 20px;
}
.main24 .main24_con_2 ul li .item .con dl dd {
  font-size: 16px;
  color: #282728;
  margin-top: 10px;
}
.main24 .main24_con_2 ul li .item .con dl dd i {
  font-size: 20px;
  color: #53aa49;
  margin-right: 15px;
}
.main24 .main24_con_2 ul li .item:hover {
  background-image: linear-gradient(to right, #7cc2d7, #54aa4f);
}
.main24 .main24_con_2 ul li .item:hover .con h5 {
  background: linear-gradient(to right, #7cc2ce, #77c177);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main24 .main24_con_3 {
  margin: 60px 0;
  position: relative;
  z-index: 10;
}
.main24 .main24_con_3 .item {
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
}
.main24 .main24_con_3 .item .title {
  height: 100px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #282728;
  padding: 0 50px;
  cursor: pointer;
}
.main24 .main24_con_3 .item .title h5 {
  font-size: 24px;
  font-weight: bold;
}
.main24 .main24_con_3 .item .title .count {
  margin-left: auto;
}
.main24 .main24_con_3 .item .title .place {
  margin-left: 90px;
}
.main24 .main24_con_3 .item .title .date {
  margin-left: auto;
}
.main24 .main24_con_3 .item .title .more2 {
  margin-left: 100px;
  transform: rotate(90deg);
}
.main24 .main24_con_3 .item .title .more2:hover {
  box-shadow: none;
}
.main24 .main24_con_3 .item .title:hover .more2 {
  background-image: linear-gradient(to right, #7cc2d1, #77c172);
}
.main24 .main24_con_3 .item .title:hover .more2::before {
  background-image: url(../images/icon3_h.png);
}
.main24 .main24_con_3 .item .title.active .more2 {
  background-image: linear-gradient(to right, #7cc2d1, #77c172);
}
.main24 .main24_con_3 .item .title.active .more2::before {
  background-image: url(../images/icon3_h.png);
}
.main24 .main24_con_3 .item .con {
  background-color: #fff;
  padding: 40px;
  font-size: 18px;
  color: #282728;
  line-height: 1.8;
  display: none;
}
.main24 .main24_con_3 .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main24.main24_2::before {
  content: "";
  width: 705px;
  height: 754px;
  background: url(../images/bg7.png) no-repeat center center / cover;
  position: absolute;
  top: -243px;
  right: 0;
}
.main25 {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3000;
  background-color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 50px 0;
  transition: all .3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main25 .icon-plus {
  font-size: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #333;
  transform: rotate(45deg);
  cursor: pointer;
}
.main25 .main25_con {
  width: 100%;
  max-width: 1000px;
  max-height: 100%;
  overflow-y: auto;
}
.main25 .main25_con .title {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  color: #333;
  margin-bottom: 30px;
}
.main25 .main25_con .con {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.main25 .main25_con .con img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.main25.active {
  top: 0;
}
footer {
  background-image: linear-gradient(to bottom, rgba(83, 170, 73, 0), rgba(83, 170, 73, 0.3));
  overflow: hidden;
}
footer .footer_con_1 .container_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
footer .footer_con_1 .container_box dl {
  max-width: 12.5%;
}
footer .footer_con_1 .container_box dl dt {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer .footer_con_1 .container_box dl dt a {
  font-size: 24px;
  color: #000;
}
footer .footer_con_1 .container_box dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
footer .footer_con_1 .container_box dl dd a {
  font-size: 16px;
  color: #808080;
  line-height: 24px;
  transition: all .3s;
}
footer .footer_con_1 .container_box dl dd a:hover {
  color: #53aa49;
}
footer .footer_con_1 .container_box .weixin {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 320px;
  border-radius: 10px;
}
footer .footer_con_2 {
  padding: 20px 0;
  border-top: 1px solid #cad8c9;
  margin-top: 50px;
}
footer .footer_con_2 .container_box {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #282728;
}
footer .footer_con_2 .container_box a {
  color: #282728;
}
/************************响应式*****************************/
.container_box {
  max-width: 7.96875rem;
}
.page_div {
  font-size: 0.07291667rem;
}
.page_div button {
  min-width: 0.22395833rem;
  height: 0.22395833rem;
  font-size: 0.07291667rem;
  margin: 0 0.02604167rem;
}
.page_div #firstPage,
.page_div #prePage {
  margin-right: 0.02604167rem;
}
.page_div #nextPage,
.page_div #prePage,
.page_div #firstPage {
  width: 0.50520833rem;
  height: 0.22395833rem;
  font-size: 0.07291667rem;
  border-radius: 0.20833333rem;
}
.page_div .totalNum,
.page_div .totalList {
  line-height: 0.15625rem;
  margin-right: 0.05208333rem;
}
.page_div .totalList2 {
  margin-left: 0.15625rem;
}
.banner .swiper .swiper-wrapper .swiper-slide .text_box {
  bottom: 1.171875rem;
}
.banner .swiper .swiper-wrapper .swiper-slide .text_box h5 {
  font-size: 0.390625rem;
  letter-spacing: 0.02604167rem;
}
.banner .swiper .swiper-wrapper .swiper-slide .text_box p {
  font-size: 0.08333333rem;
  margin-top: 0.10416667rem;
}
.banner .swiper .more {
  height: 1.66666667rem;
  bottom: 0.57291667rem;
}
.banner .swiper .more .container_box .swiper-pagination .swiper-pagination-bullet {
  width: 0.0625rem;
  height: 0.0625rem;
  border: 0.01041667rem solid #ffffff;
  margin: 0 0.10416667rem 0 0;
}
.banner .swiper .more .container_box .but_box {
  width: 0.67708333rem;
}
.banner .swiper .more .container_box .but_box .but {
  width: 0.25rem;
  height: 0.25rem;
  background-size: 0.08333333rem auto;
}
.banner .swiper .more .container_box .slide_icon {
  height: 0.21875rem;
  right: 0.078125rem;
}
@keyframes icon {
  from {
    transform: translateY(-0.10416667rem);
  }
  to {
    transform: translateY(0);
  }
}
.banner2 .con {
  top: 1.5625rem;
}
.banner2 .con .title h5 {
  font-size: 0.36458333rem;
}
.banner2 .con .title p {
  font-size: 0.08333333rem;
  margin-top: 0.10416667rem;
}
.banner2 .con .more {
  width: 0.26041667rem;
  height: 0.26041667rem;
  background-size: 0.05729167rem auto;
  margin-top: 0.3125rem;
}
.nav1 {
  height: 0.52083333rem;
}
.nav1 .container_box .logo img {
  height: 0.26041667rem;
}
.nav1 .container_box .right nav ul li {
  margin-left: 0.20833333rem;
}
.nav1 .container_box .right nav ul li a {
  font-size: 0.09375rem;
}
.nav1 .container_box .right nav ul li a::before {
  height: 0.03125rem;
  bottom: -0.015625rem;
}
.nav1 .container_box .right .phone {
  height: 0.21875rem;
  border-radius: 0.21875rem;
  font-size: 0.08333333rem;
  padding: 0 0.078125rem;
  margin-left: 0.52083333rem;
}
.nav1 .container_box .right .phone i {
  font-size: 0.08333333rem;
  margin-right: 0.05208333rem;
}
.nav1 .container_box .right .language {
  margin: 0 0.15625rem 0 0.41666667rem;
}
.nav1 .container_box .right .language h5 {
  width: 0.15625rem;
  height: 0.15625rem;
  border: 0.01041667rem solid #ffffff;
  border-radius: 0.02604167rem;
  font-size: 0.07291667rem;
}
.nav1 .container_box .right .language dl {
  padding-top: 0.05208333rem;
}
.nav1 .container_box .right .language dl dd a {
  width: 0.15625rem;
  height: 0.15625rem;
  border: 0.01041667rem solid #ffffff;
  border-radius: 0.02604167rem;
  font-size: 0.07291667rem;
}
.nav1 .container_box .right .mail {
  height: 0.21875rem;
  border-radius: 0.21875rem;
  font-size: 0.08333333rem;
  padding: 0 0.078125rem;
}
.nav1 .container_box .right .mail a {
  font-size: 0.08333333rem;
}
.nav1 .container_box .right .mail a i {
  font-size: 0.08333333rem;
  margin-right: 0.05208333rem;
}
.nav1.active {
  height: 0.3125rem;
}
.nav1.active .container_box .logo img {
  height: 0.20833333rem;
}
.nav1.active .container_box .right .phone {
  height: 0.19791667rem;
}
.nav1.active .container_box .right .mail {
  height: 0.19791667rem;
}
.nav2 ul li {
  margin: 0 0.05208333rem 0.10416667rem;
}
.nav2 ul li a {
  min-width: 0.78125rem;
  line-height: 0.28125rem;
  padding: 0 0.10416667rem;
  font-size: 0.09375rem;
  border-radius: 0.26041667rem;
}
.nav3 .swiper .swiper-slide a {
  min-width: 1.25rem;
  line-height: 0.52083333rem;
  font-size: 0.09375rem;
  padding-left: 0.41666667rem;
}
.nav3 .swiper .swiper-slide a::before {
  width: 0.05208333rem;
  height: 0.05208333rem;
  left: 0.26041667rem;
}
.nav4 ul {
  border-radius: 0.41666667rem;
}
.nav4 ul li a {
  width: 1.04166667rem;
  line-height: 0.41666667rem;
  border-radius: 0.41666667rem;
  font-size: 0.10416667rem;
}
.nav5 .swiper {
  border-radius: 0.41666667rem;
}
.nav5 .swiper .swiper-slide {
  min-width: 1.04166667rem;
  font-size: 0.10416667rem;
  line-height: 0.41666667rem;
  border-radius: 0.41666667rem;
}
.nav6 .swiper .swiper-slide {
  margin-right: 0.10416667rem;
}
.nav6 .swiper .swiper-slide a {
  min-width: 1.04166667rem;
  line-height: 0.40625rem;
  font-size: 0.09375rem;
  border-radius: 0.40625rem;
  padding: 0 0.20833333rem;
}
.nav8 .swiper .swiper-slide {
  font-size: 0.125rem;
  padding: 0 0.26041667rem;
  line-height: 0.60416667rem;
}
.nav8 .swiper .swiper-slide::before {
  height: 0.015625rem;
}
.title1 .text_box h5 {
  font-size: 0.25rem;
}
.title1 .text_box p {
  font-size: 0.09375rem;
  margin-top: 0.078125rem;
}
.title1.title1_2 ul li {
  margin-left: 0.36458333rem;
}
.title1.title1_2 ul li a {
  font-size: 0.09375rem;
  padding-left: 0.09375rem;
}
.title1.title1_2 ul li a::before {
  width: 0.02604167rem;
  height: 0.02604167rem;
}
.title2 {
  padding-left: 0.10416667rem;
}
.title2::before {
  width: 0.5625rem;
  height: 0.5625rem;
}
.title2 h5 {
  font-size: 0.25rem;
  padding-bottom: 0.05208333rem;
}
.title2 h5::before {
  width: 0.27083333rem;
  height: 0.02083333rem;
}
.more1 {
  width: 1.109375rem;
  line-height: 0.328125rem;
  font-size: 0.08333333rem;
  border-radius: 0.328125rem;
}
.more2 {
  width: 0.23958333rem;
  height: 0.23958333rem;
}
.more2::before {
  background-size: 0.04166667rem auto;
}
.news1 {
  background-size: 3.234375rem auto;
  background-position: right -0.46875rem bottom 0.02604167rem;
}
.news1 .imgbox {
  width: 3.91145833rem;
  height: 2.54166667rem;
}
.news1 .imgbox .video .paly {
  width: 0.3125rem;
  height: 0.3125rem;
}
.news1 .text_box {
  width: calc(100% - 3.91145833rem);
  padding: 0 0.36458333rem;
  height: 2.54166667rem;
}
.news1 .text_box .tag {
  font-size: 0.08333333rem;
  width: 0.65104167rem;
  line-height: 0.19270833rem;
  border-radius: 0.20833333rem;
}
.news1 .text_box h5 {
  font-size: 0.15625rem;
  margin: 0.15625rem 0;
}
.news1 .text_box .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  max-height: 0.625rem;
}
.news1 .text_box .bottom {
  margin-top: 0.26041667rem;
}
.news1 .text_box .bottom p {
  font-size: 0.08333333rem;
}
.news2 {
  padding: 0.20833333rem;
}
.news2::before {
  height: 0.015625rem;
}
.news2 .imgbox {
  height: 1.453125rem;
}
.news2 .imgbox .play::before {
  width: 0.41666667rem;
  height: 0.41666667rem;
}
.news2 .text_box {
  padding-top: 0.15625rem;
}
.news2 .text_box h5 {
  font-size: 0.125rem;
  line-height: 0.15625rem;
  height: 0.3125rem;
}
.news2 .text_box .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  height: 0.3125rem;
  margin: 0.10416667rem 0 0.20833333rem;
}
.news2 .text_box .bottom p {
  font-size: 0.08333333rem;
}
.news3 .top .imgbox {
  height: 1.44791667rem;
  padding: 0.15625rem;
}
.news3 .top h5 {
  font-size: 0.08333333rem;
  line-height: 0.28125rem;
  padding: 0 0.05208333rem;
}
.news3 .bottom .imgbox {
  height: 1.91666667rem;
  padding: 0.15625rem;
}
.news3 .bottom h5 {
  font-size: 0.08333333rem;
  line-height: 0.28125rem;
  padding: 0 0.05208333rem;
}
.news4 {
  padding: 0.15625rem;
}
.news4 h5 {
  font-size: 0.125rem;
  line-height: 0.15625rem;
  height: 0.3125rem;
}
.news4 .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  height: 0.3125rem;
  margin: 0.10416667rem 0 0.20833333rem;
}
.news4 .bottom p {
  font-size: 0.08333333rem;
}
.news5 {
  padding: 0.02083333rem;
}
.news5 .con {
  padding: 0.203125rem;
}
.news5 .con .imgbox {
  width: 1.90104167rem;
  height: 1.234375rem;
}
.news5 .con .imgbox .play::before {
  width: 0.3125rem;
  height: 0.3125rem;
}
.news5 .con .text_box {
  width: calc(100% - 1.90104167rem);
  padding-left: 0.36458333rem;
}
.news5 .con .text_box h5 {
  font-size: 0.15625rem;
}
.news5 .con .text_box .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  height: 0.3125rem;
  margin: 0.15625rem 0;
}
.news5 .con .text_box .bottom p {
  font-size: 0.08333333rem;
}
.news6 {
  padding: 0.02083333rem;
}
.news6 .con {
  padding: 0.3125rem 0.41666667rem;
}
.news6 .con h5 {
  font-size: 0.15625rem;
}
.news6 .con .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  height: 0.3125rem;
  margin: 0.15625rem 0;
}
.news6 .con .bottom p {
  font-size: 0.08333333rem;
}
.news7 {
  height: 0.91145833rem;
  padding: 0 0.20833333rem;
}
.news7::before {
  border: 0.01041667rem dashed #53aa49;
}
.news7 h5 {
  font-size: 0.1875rem;
}
.news7 .text {
  font-size: 0.125rem;
  margin-top: 0.10416667rem;
}
.news8 .imgbox {
  height: 1.40625rem;
}
.news8 .text_box h5 {
  font-size: 0.15625rem;
  margin: 0.15625rem 0;
}
.news8 .text_box .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  height: 0.46875rem;
}
.news9 .top {
  padding: 0.10416667rem;
}
.news9 .top .imgbox {
  height: 1.66666667rem;
}
.news9 .top .imgbox .zoom {
  width: 0.3125rem;
  height: 0.3125rem;
  background-size: 0.16145833rem auto;
}
.news9 h5 {
  font-size: 0.08333333rem;
  line-height: 0.32291667rem;
  padding: 0 0.10416667rem;
}
.news10 {
  padding: 0.02083333rem;
}
.news10 .con {
  padding: 0.1875rem;
}
.news10 .con h5 {
  font-size: 0.125rem;
}
.news10 .con .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  height: 0.78125rem;
  margin-top: 0.15625rem;
}
.news11 .top {
  padding: 0.20833333rem 0.10416667rem;
}
.news11 .top .imgbox {
  height: 1.04166667rem;
}
.news11 h5 {
  font-size: 0.08333333rem;
  line-height: 0.28125rem;
  padding: 0 0.10416667rem;
}
.main1 .main1_con_1 {
  padding: 0.46875rem 0;
}
.main1 .main1_con_1 .container_box .right h5 {
  font-size: 0.25rem;
}
.main1 .main1_con_1 .container_box .right .text {
  font-size: 0.08333333rem;
  margin: 0.26041667rem 0 0.36458333rem;
}
.main1 .main1_con_2 {
  padding: 0 0.078125rem;
}
.main1 .main1_con_2 .con_box {
  max-width: 9.01041667rem;
  height: 3.78125rem;
}
.main1 .main1_con_2 .con_box .play {
  width: 0.53645833rem;
  height: 0.53645833rem;
  top: 1.40625rem;
}
.main1 .main1_con_2 .con_box ul {
  bottom: 0.36458333rem;
  right: 0.59375rem;
}
.main1 .main1_con_2 .con_box ul li {
  margin-left: 0.83333333rem;
}
.main1 .main1_con_2 .con_box ul li h5 {
  font-size: 0.3125rem;
}
.main1 .main1_con_2 .con_box ul li h5 span {
  font-size: 0.10416667rem;
  top: -0.02604167rem;
  right: -0.078125rem;
}
.main1 .main1_con_2 .con_box ul li p {
  font-size: 0.08333333rem;
  margin-top: 0.15625rem;
}
.main2 {
  padding: 0.625rem 0 0.78125rem;
}
.main2 .main2_con_1 {
  margin-top: 0.36458333rem;
}
.main2 .main2_con_2 {
  margin-top: 0.20833333rem;
}
.main3 .nav2 {
  margin: 0.20833333rem 0 0.36458333rem;
}
.main3 .main3_con #ditu {
  width: 7.453125rem;
  height: 3.62078125rem;
}
.main4 {
  margin-top: 0.83333333rem;
  margin-bottom: 0.78125rem;
}
.main4 .main4_con_1 {
  margin: 0.3125rem 0 0.52083333rem;
}
.main4 .main4_con_1 .left .swiper .swiper-slide a .img {
  height: 2.34375rem;
}
.main4 .main4_con_1 .right {
  padding-left: 0.46875rem;
}
.main4 .main4_con_1 .right .swiper .swiper-slide h5 {
  margin-top: 0.26041667rem;
}
.main4 .main4_con_1 .right .swiper .swiper-slide h5 a {
  font-size: 0.15625rem;
}
.main4 .main4_con_1 .right .swiper .swiper-slide .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  max-height: 0.3125rem;
  margin: 0.15625rem 0 0.36458333rem;
}
.main4 .main4_con_1 .right .swiper-pagination .swiper-pagination-bullet {
  width: 0.0625rem;
  height: 0.0625rem;
  border: 0.01041667rem solid #53aa49;
  margin: 0 0.10416667rem 0 0;
}
.main4 .main4_con_2 ul li {
  padding-left: 0.3125rem;
}
.main4 .main4_con_2 ul li h5 {
  font-size: 0.26041667rem;
}
.main4 .main4_con_2 ul li h5 span {
  font-size: 0.10416667rem;
  top: -0.02604167rem;
  right: -0.078125rem;
}
.main4 .main4_con_2 ul li p {
  font-size: 0.08333333rem;
  margin-top: 0.078125rem;
}
.main5 {
  padding: 0.625rem 0 0.703125rem;
}
.main5::before {
  width: 3.671875rem;
  height: 3.92708333rem;
  top: -1.265625rem;
}
.main5 .container_box .left {
  width: 3.07291667rem;
}
.main5 .container_box .right {
  width: calc(100% - 3.07291667rem);
  padding-right: 0.20833333rem;
}
.main5 .container_box .right .con {
  margin-top: 0.3125rem;
}
.main5 .container_box .right .con h5 {
  font-size: 0.15625rem;
}
.main5 .container_box .right .con .text_box {
  font-size: 0.08333333rem;
  line-height: 0.1875rem;
  margin-top: 0.15625rem;
}
.main6 {
  padding-bottom: 0.36458333rem;
}
.main6 .main6_con_1 {
  margin-top: 0.3125rem;
}
.main6 .main6_con_1 h5 {
  font-size: 0.1875rem;
}
.main6 .main6_con_1 .con {
  font-size: 0.08333333rem;
  line-height: 0.1875rem;
  margin-top: 0.26041667rem;
}
.main6 .main6_con_2 {
  margin-top: 0.41666667rem;
}
.main6 .main6_con_2 .title {
  font-size: 0.15625rem;
  margin-bottom: 0.20833333rem;
}
.main6 .main6_con_2 .con_box .left {
  width: 1.92708333rem;
  height: 2.44270833rem;
  padding-right: 0.15625rem;
}
.main6 .main6_con_2 .con_box .left .swiper .swiper-slide h5 {
  font-size: 0.08333333rem;
  line-height: 0.10416667rem;
  padding-left: 0.05208333rem;
}
.main6 .main6_con_2 .con_box .left .swiper .swiper-slide h5::before {
  width: 0.02083333rem;
  height: 0.02083333rem;
  top: 0.04166667rem;
}
.main6 .main6_con_2 .con_box .right {
  width: calc(100% - 1.92708333rem);
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item {
  padding: 0.18229167rem;
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .imgbox {
  width: 2.015625rem;
  height: 2.078125rem;
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .text_box {
  width: calc(100% - 2.015625rem);
  padding-left: 0.20833333rem;
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .text_box h5 {
  margin-top: 0.15625rem;
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .text_box h5 a {
  font-size: 0.125rem;
}
.main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .text_box .text {
  font-size: 0.07291667rem;
  line-height: 0.14583333rem;
  margin-top: 0.20833333rem;
  height: 1.02083333rem;
}
.main6 .main6_con_2 .con_box .right .but_box {
  width: 0.67708333rem;
  bottom: 0.25520833rem;
  right: 0.18229167rem;
}
.main6 .main6_con_2 .con_box .right .but_box .but {
  width: 0.25rem;
  height: 0.25rem;
}
.main6 .main6_con_2 .con_box .right .but_box .but::before {
  background-size: 0.08333333rem auto;
}
.main7 {
  padding: 0.57291667rem 0 0.20833333rem;
}
.main7 .main7_con_1 {
  margin: 0.20833333rem 0 0.3125rem;
}
.main7 .main7_con_1::before,
.main7 .main7_con_1::after {
  border-top: 0.02083333rem solid transparent;
  border-bottom: 0.02083333rem solid transparent;
  border-right: 0.02083333rem solid #e6e6e6;
}
.main7 .main7_con_1 .swiper .swiper-slide {
  padding: 0.3125rem 0;
}
.main7 .main7_con_1 .swiper .swiper-slide .text {
  font-size: 0.09375rem;
}
.main7 .main7_con_1 .swiper .swiper-slide .dian {
  width: 0.02604167rem;
  height: 0.02604167rem;
  margin: 0.05208333rem auto;
}
.main7 .main7_con_1 .swiper .swiper-slide .dian::before {
  width: 0.65625rem;
  height: 0.65625rem;
}
.main7 .main7_con_1 .swiper .swiper-slide .year {
  font-size: 0.09375rem;
  margin-top: 0.10416667rem;
}
.main7 .main7_con_1 .swiper .swiper-slide.swiper-slide-thumb-active .year {
  transform: translateY(0.10416667rem) scale(1.6);
}
.main7 .main7_con_2 .title {
  font-size: 1.14583333rem;
  top: -0.52083333rem;
}
.main7 .main7_con_2::before {
  width: 7.8125rem;
  height: 7.8125rem;
  top: 1.04166667rem;
}
.main7 .main7_con_2 .swiper {
  padding-top: 1.5625rem;
}
.main7 .main7_con_2 .swiper .swiper-slide .imgbox {
  width: 0.9375rem;
  height: 0.9375rem;
}
.main7 .main7_con_2 .swiper .swiper-slide .imgbox .year {
  font-size: 0.15625rem;
}
.main7 .main7_con_3 {
  max-width: 4.58333333rem;
  margin: 0.15625rem auto 0;
}
.main7 .main7_con_3 .year {
  font-size: 0.15625rem;
}
.main7 .main7_con_3 .text {
  font-size: 0.09375rem;
  line-height: 0.15625rem;
  margin: 0.15625rem 0 0.26041667rem;
}
.main7 .main7_con_3 .but_box {
  width: 0.67708333rem;
}
.main7 .main7_con_3 .but_box .but {
  width: 0.25rem;
  height: 0.25rem;
}
.main7 .main7_con_3 .but_box .but::before {
  background-size: 0.08333333rem auto;
}
.main8 {
  padding: 0.67708333rem 0 0.52083333rem;
}
.main8 .main8_con img {
  margin: 0.20833333rem auto 0;
}
.main9 {
  padding: 0.83333333rem 0 0.67708333rem;
}
.main9 .main9_con {
  margin-top: 0.36458333rem;
}
.main9 .main9_con .left {
  width: 2.1875rem;
}
.main9 .main9_con .left .nav {
  width: 0.18229167rem;
  padding-top: 0.3125rem;
}
.main9 .main9_con .left .nav ul li a {
  width: 0.18229167rem;
  height: 0.44270833rem;
  border-radius: 0.18229167rem;
  font-size: 0.07291667rem;
  margin-bottom: 0.05208333rem;
}
.main9 .main9_con .left .list {
  width: calc(100% - 0.18229167rem);
  padding: 0.3125rem 0.15625rem 0;
}
.main9 .main9_con .left .list ul li {
  font-size: 0.08333333rem;
  margin-bottom: 0.078125rem;
}
.main9 .main9_con .right {
  width: calc(100% - 2.1875rem);
}
.main9 .main9_con .right .but_box {
  width: 1.04166667rem;
  margin-bottom: 0.26041667rem;
}
.main9 .main9_con .right .but_box .but {
  width: 0.25rem;
  height: 0.25rem;
}
.main9 .main9_con .right .but_box .but::before {
  background-size: 0.08333333rem auto;
}
.main9 .main9_con .right .but_box .swiper-pagination {
  font-size: 0.08333333rem;
}
.main9 .main9_con .right .swiper {
  height: 4.39583333rem;
}
.main10 {
  padding: 0.36458333rem 0 0.625rem;
  background-position: center 3.125rem;
}
.main10::before {
  width: 3.671875rem;
  height: 3.92708333rem;
  top: -1.265625rem;
}
.main10 .main10_con_1 {
  margin: 0.41666667rem 0 0.20833333rem;
}
.main10 .main10_con_2 ul {
  margin-bottom: 0.46875rem;
}
.main10 .main10_con_3 {
  margin-top: 0.41666667rem;
}
.main10 .main10_con_3 ul {
  padding-bottom: 0.15625rem;
}
.main10 .main10_con_3 ul li {
  margin-bottom: 0.15625rem;
}
.main11 {
  padding: 0.3125rem 0;
}
.main11::before {
  width: 3.671875rem;
  height: 3.92708333rem;
  top: -1.265625rem;
}
.main11 .container_box .main11_left {
  width: calc(100% - 2.44791667rem);
  padding-right: 0.15625rem;
}
.main11 .container_box .main11_left .title h5 {
  font-size: 0.1875rem;
}
.main11 .container_box .main11_left .title .date {
  font-size: 0.08333333rem;
  margin: 0.13020833rem 0 0.15625rem;
}
.main11 .container_box .main11_left .tag {
  padding: 0 0.15625rem;
  line-height: 0.19270833rem;
  border-radius: 0.19270833rem;
  min-width: 0.65104167rem;
  padding: 0 0.10416667rem;
  font-size: 0.08333333rem;
  margin-top: 0.13020833rem;
}
.main11 .container_box .main11_left .con_box {
  font-size: 0.08333333rem;
  margin-top: 0.15625rem;
}
.main11 .container_box .main11_left .turning {
  padding: 0.15625rem;
  margin-top: 1.04166667rem;
}
.main11 .container_box .main11_left .turning ul li {
  margin: 0.05208333rem 0;
}
.main11 .container_box .main11_left .turning ul li a {
  font-size: 0.08333333rem;
}
.main11 .container_box .main11_right {
  width: 2.44791667rem;
}
.main11 .container_box .main11_right .title {
  font-size: 0.15625rem;
  padding-left: 0.15625rem;
  margin-bottom: 0.20833333rem;
}
.main11 .container_box .main11_right .title::before {
  width: 0.05208333rem;
  height: 0.05208333rem;
}
.main11 .container_box .main11_right ul li {
  margin-bottom: 0.10416667rem;
}
.main12 {
  padding: 0.36458333rem 0;
}
.main12::before {
  width: 3.671875rem;
  height: 3.92708333rem;
  top: -1.265625rem;
}
.main12 .main7_con_1 {
  font-size: 0.09375rem;
  margin: 0.36458333rem 0 0.26041667rem;
}
.main12 .main7_con_2 {
  height: 2.22395833rem;
  padding-bottom: 0.15625rem;
}
.main12 .main7_con_3 {
  margin-top: 0.67708333rem;
}
.main12 .main7_con_3 ul li {
  padding: 0 0.10416667rem;
  margin-bottom: 0.20833333rem;
}
.main13 {
  padding: 0.36458333rem 0;
}
.main13::before {
  width: 3.671875rem;
  height: 3.92708333rem;
  top: -1.265625rem;
}
.main13 .nav4 {
  margin: 0.20833333rem 0;
}
.main13 .con_box .item #ditu {
  width: 7.453125rem;
  height: 3.62078125rem;
}
.main13 .con_box .item #ditu2 {
  width: 6.36458333rem;
  height: 4.61458333rem;
}
.main14 {
  padding-bottom: 0.78125rem;
}
.main14::before {
  height: 7.34895833rem;
}
.main14 .nav5 {
  margin-top: 0.26041667rem;
}
.main14 .main14_con {
  margin-top: 0.46875rem;
}
.main14 .main14_con::before {
  width: calc(100% - 0.83333333rem);
  height: 0.36458333rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
}
.main14 .main14_con::after {
  width: calc(100% - 0.3125rem);
  height: 0.20833333rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
}
.main14 .main14_con .con_box {
  padding: 0.19270833rem 0.67708333rem 0.19270833rem 0.19270833rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
}
.main14 .main14_con .con_box .left {
  width: 3.32291667rem;
}
.main14 .main14_con .con_box .left .swiper .swiper-slide a .img {
  height: 2.38020833rem;
}
.main14 .main14_con .con_box .left .swiper .swiper-pagination {
  bottom: 0.13020833rem;
}
.main14 .main14_con .con_box .left .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.08333333rem;
  height: 0.08333333rem;
  border: 0.015625rem solid #ffffff;
  margin: 0 0.05208333rem;
}
.main14 .main14_con .con_box .right {
  width: calc(100% - 3.32291667rem);
  padding-left: 0.3125rem;
}
.main14 .main14_con .con_box .right h5 {
  font-size: 0.15625rem;
  line-height: 0.20833333rem;
  max-height: 0.41666667rem;
}
.main14 .main14_con .con_box .right .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
  margin-top: 0.20833333rem;
  max-height: 1.25rem;
}
.main14 .main14_con_2 {
  padding-top: 0.46875rem;
}
.main14 .main14_con_2 .left {
  width: 3.90625rem;
}
.main14 .main14_con_2 .left ul li {
  margin-bottom: 0.046875rem;
  padding: 0.02083333rem;
}
.main14 .main14_con_2 .left ul li a {
  padding: 0.18229167rem;
}
.main14 .main14_con_2 .left ul li a h5 {
  font-size: 0.125rem;
}
.main14 .main14_con_2 .left ul li a .text_box .text {
  font-size: 0.08333333rem;
  line-height: 0.15625rem;
}
.main14 .main14_con_2 .left ul li.active a {
  padding: 0.28125rem;
}
.main14 .main14_con_2 .left ul li.active a .text_box {
  margin-top: 0.15625rem;
}
.main14 .main14_con_2 .right {
  width: calc(100% - 3.90625rem);
  padding-left: 0.52083333rem;
  margin-top: -0.46875rem;
}
.main14.main14_2 {
  padding-bottom: 0.36458333rem;
}
.main15::before {
  height: 6.86458333rem;
}
.main15 .img {
  height: 2.98958333rem;
}
.main16 {
  padding-bottom: 0.36458333rem;
}
.main16 .title1_box .title1 {
  padding-top: 0.28645833rem;
}
.main16 .main16_con {
  font-size: 0.08333333rem;
  line-height: 0.1875rem;
  margin-top: 0.26041667rem;
}
.main17 {
  padding: 0.9375rem 0 0.52083333rem;
}
.main17 .main17_con {
  margin-top: 0.3125rem;
}
.main17 .main17_con .but_box {
  width: 1.04166667rem;
  margin: 0.41666667rem auto 0.05208333rem;
}
.main17 .main17_con .but_box .but {
  width: 0.25rem;
  height: 0.25rem;
}
.main17 .main17_con .but_box .but::before {
  background-size: 0.08333333rem auto;
}
.main17 .main17_con .but_box .swiper-pagination {
  font-size: 0.08333333rem;
}
.main18 {
  padding: 0.36458333rem 0;
}
.main18::before {
  width: 3.671875rem;
  height: 3.92708333rem;
  top: -1.265625rem;
}
.main18 .nav6 {
  margin: 0.3125rem 0;
}
.main18 .main18_con ul {
  margin: 0 -0.20833333rem 0.10416667rem;
}
.main18 .main18_con ul li {
  padding: 0 0.10416667rem;
  margin-bottom: 0.20833333rem;
}
.main19 {
  padding: 0.36458333rem 0;
}
.main19::before {
  width: 3.671875rem;
  height: 3.92708333rem;
  top: -1.265625rem;
}
.main19 .nav6 {
  margin: 0.3125rem 0;
}
.main19 .main19_con ul {
  margin: 0 -0.10416667rem 0.10416667rem;
}
.main19 .main19_con ul li {
  padding: 0 0.10416667rem;
  margin-bottom: 0.20833333rem;
}
.main20 {
  padding: 0.36458333rem 0;
}
.main20::before {
  width: 3.671875rem;
  height: 3.92708333rem;
  top: -1.265625rem;
}
.main20 .main20_con {
  margin-top: 0.36458333rem;
}
.main20 .main20_con .con_box .swiper .swiper-slide {
  padding: 0.52083333rem 0.26041667rem 0.36458333rem;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con {
  width: 1.75rem;
  height: 1.75520833rem;
  margin: 0.98958333rem auto 0.67708333rem;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item .bt {
  width: 0.72916667rem;
  height: 0.72916667rem;
  border: 0.01041667rem dotted #53aa49;
  font-size: 0.09375rem;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item ul {
  width: calc(100% - 0.72916667rem);
  padding-right: 0.20833333rem;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item ul li {
  font-size: 0.08333333rem;
  line-height: 0.125rem;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item ul li span {
  padding-left: 0.078125rem;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item ul li span::before {
  width: 0.02083333rem;
  height: 0.02083333rem;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item:nth-child(even) ul {
  padding: 0 0 0 0.20833333rem;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item:nth-child(1) {
  top: -0.3125rem;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item:nth-child(2) {
  top: -0.3125rem;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item:nth-child(3) {
  bottom: -0.3125rem;
}
.main20 .main20_con .con_box .swiper .swiper-slide .con .item:nth-child(4) {
  bottom: -0.3125rem;
}
.main20 .main20_con .con_box .swiper .but.but_prev {
  left: 0.41666667rem;
}
.main20 .main20_con .con_box .swiper .but.but_next {
  right: 0.41666667rem;
}
.main21 .main21_con {
  margin-top: 0.36458333rem;
}
.main21 .main21_con ul {
  margin: 0 -0.10416667rem;
}
.main21 .main21_con ul li {
  padding: 0 0.10416667rem;
}
.main21 .main21_con ul li a {
  height: 0.91145833rem;
  padding: 0.015625rem;
}
.main21 .main21_con ul li a .text_box {
  padding: 0 0.46875rem;
}
.main21 .main21_con ul li a .text_box h5 {
  font-size: 0.1875rem;
}
.main21 .main21_con ul li a .text_box .text {
  font-size: 0.125rem;
  margin-top: 0.05208333rem;
}
.main22 {
  padding: 0.67708333rem 0 0.57291667rem;
}
.main22 .main22_con {
  margin-top: 0.26041667rem;
}
.main22 .main22_con .left {
  width: 2.86458333rem;
  padding: 0.3125rem 0;
}
.main22 .main22_con .left::before {
  left: 0.140625rem;
}
.main22 .main22_con .left ul li {
  margin-bottom: 0.15625rem;
}
.main22 .main22_con .left ul li h5 {
  font-size: 0.125rem;
  padding-left: 0.66666667rem;
  line-height: 0.28645833rem;
}
.main22 .main22_con .left ul li h5 b {
  width: 0.28645833rem;
  height: 0.28645833rem;
  padding: 0.015625rem;
}
.main22 .main22_con .left ul li h5 b p span {
  font-size: 0.125rem;
}
.main22 .main22_con .left ul li .text {
  font-size: 0.09375rem;
  margin-top: 0.15625rem;
  padding-left: 0.66666667rem;
}
.main22 .main22_con .right {
  width: calc(100% - 2.86458333rem);
  padding-bottom: 0.3125rem;
}
.main22 .main22_con .right .text {
  font-size: 0.36458333rem;
}
.main23 {
  padding: 0.46875rem 0;
}
.main23::before {
  width: 3.671875rem;
  height: 3.92708333rem;
  top: -1.265625rem;
}
.main23 .main23_con_1 {
  margin: 0.36458333rem 0 0.20833333rem;
}
.main23 .main23_con_1 .swiper .swiper-slide a .img {
  height: 2.54166667rem;
}
.main23 .main23_con_1 .swiper .swiper-slide a .bottom {
  height: 0.52083333rem;
}
.main23 .main23_con_1 .swiper .swiper-slide a .bottom .date {
  width: 1.14583333rem;
  font-size: 0.09375rem;
  border-right: 0.01041667rem solid #ffffff;
}
.main23 .main23_con_1 .swiper .swiper-slide a .bottom h5 {
  width: calc(100% - 1.14583333rem);
  font-size: 0.125rem;
  padding: 0 1.35416667rem 0 0.3125rem;
}
.main23 .main23_con_1 .swiper .swiper-pagination {
  right: 0.3125rem;
  height: 0.52083333rem;
}
.main23 .main23_con_1 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.06770833rem;
  height: 0.06770833rem;
  margin: 0 0.05208333rem;
}
.main23 .main23_con_2 ul {
  margin-bottom: 0.15625rem;
}
.main23 .main23_con_2 ul li {
  margin-bottom: 0.20833333rem;
}
.main24 {
  padding: 0.41666667rem 0;
}
.main24 .main24_con_1 {
  margin: 0.36458333rem 0 0.15625rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
}
.main24 .main24_con_1 .left .img {
  height: 2.515625rem;
}
.main24 .main24_con_1 .right {
  padding: 0 0.3125rem;
}
.main24 .main24_con_1 .right .bt {
  font-size: 0.14583333rem;
}
.main24 .main24_con_1 .right ul li {
  font-size: 0.08333333rem;
  margin-top: 0.20833333rem;
}
.main24 .main24_con_1 .right ul li i {
  font-size: 0.10416667rem;
  margin-right: 0.078125rem;
}
.main24 .main24_con_2 ul {
  margin: 0 -0.078125rem 0.3125rem;
}
.main24 .main24_con_2 ul li {
  width: 50%;
  padding: 0 0.078125rem;
  margin-bottom: 0.15625rem;
}
.main24 .main24_con_2 ul li .item {
  height: 0.98958333rem;
  box-shadow: 0 0 0.05208333rem rgba(0, 0, 0, 0.1);
  padding: 0.02083333rem;
}
.main24 .main24_con_2 ul li .item .con {
  padding: 0.15625rem;
}
.main24 .main24_con_2 ul li .item .con h5 {
  font-size: 0.09375rem;
}
.main24 .main24_con_2 ul li .item .con dl {
  margin-top: 0.20833333rem;
  padding-left: 0.10416667rem;
}
.main24 .main24_con_2 ul li .item .con dl dd {
  font-size: 0.08333333rem;
  margin-top: 0.05208333rem;
}
.main24 .main24_con_2 ul li .item .con dl dd i {
  font-size: 0.10416667rem;
  margin-right: 0.078125rem;
}
.main24 .main24_con_3 {
  margin: 0.3125rem 0;
}
.main24 .main24_con_3 .item {
  margin-bottom: 0.10416667rem;
}
.main24 .main24_con_3 .item .title {
  height: 0.52083333rem;
  font-size: 0.09375rem;
  padding: 0 0.26041667rem;
}
.main24 .main24_con_3 .item .title h5 {
  font-size: 0.125rem;
}
.main24 .main24_con_3 .item .title .place {
  margin-left: 0.46875rem;
}
.main24 .main24_con_3 .item .title .more2 {
  margin-left: 0.52083333rem;
}
.main24 .main24_con_3 .item .con {
  padding: 0.20833333rem;
  font-size: 0.09375rem;
}
.main24.main24_2::before {
  width: 3.671875rem;
  height: 3.92708333rem;
  top: -1.265625rem;
}
.main25 {
  max-width: 6.25rem;
  padding: 0.26041667rem 0;
}
.main25 .icon-plus {
  font-size: 0.15625rem;
  top: 0.078125rem;
  right: 0.078125rem;
}
.main25 .main25_con {
  max-width: 5.20833333rem;
}
.main25 .main25_con .title {
  font-size: 0.10416667rem;
  margin-bottom: 0.15625rem;
}
.main25 .main25_con .con {
  font-size: 0.09375rem;
}
.main25 .main25_con .con img {
  margin: 0.05208333rem auto;
}
footer .footer_con_1 .container_box {
  min-height: 1.51041667rem;
}
footer .footer_con_1 .container_box dl dt {
  margin-bottom: 0.10416667rem;
}
footer .footer_con_1 .container_box dl dt a {
  font-size: 0.125rem;
}
footer .footer_con_1 .container_box dl dd {
  margin-bottom: 0.02604167rem;
}
footer .footer_con_1 .container_box dl dd a {
  font-size: 0.08333333rem;
  line-height: 0.125rem;
}
footer .footer_con_1 .container_box .weixin {
  width: 1.66666667rem;
  border-radius: 0.05208333rem;
}
footer .footer_con_2 {
  padding: 0.10416667rem 0;
  margin-top: 0.26041667rem;
}
footer .footer_con_2 .container_box {
  font-size: 0.07291667rem;
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
  .container_box {
    max-width: initial;
  }
  .page_div {
    font-size: 14px;
  }
  .page_div button {
    width: 25px;
    height: 25px;
    font-size: 13px;
    margin: 0 1px;
  }
  .page_div #firstPage,
  .page_div #prePage {
    margin-right: 5px;
  }
  .page_div #nextPage,
  .page_div #prePage,
  .page_div #firstPage {
    width: 60px;
    height: 30px;
    font-size: 13px;
    border-radius: 30px;
  }
  .page_div .totalNum,
  .page_div .totalList {
    line-height: 30px;
    margin-right: 10px;
    display: none;
  }
  .page_div .totalList2 {
    margin-left: 30px;
  }
  .video_popup i {
    top: auto;
    right: 50%;
    bottom: 20px;
    transform: translateX(50%) rotate(45deg);
  }
  .banner {
    height: 500px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .text_box {
    bottom: 1.10998991rem;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .text_box h5 {
    font-size: 0.50454087rem;
    letter-spacing: 0;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .text_box p {
    font-size: 0.16145308rem;
    margin-top: 0.20181635rem;
  }
  .banner .swiper .more {
    height: auto;
    bottom: 0.30272452rem;
  }
  .banner .swiper .more .container_box .swiper-pagination .swiper-pagination-bullet {
    width: 0.12108981rem;
    height: 0.12108981rem;
    border: 0.02018163rem solid #ffffff;
    margin: 0 0.10090817rem 0 0;
  }
  .banner .swiper .more .container_box .but_box {
    width: 1.31180626rem;
    display: none;
  }
  .banner .swiper .more .container_box .but_box .but {
    width: 0.48435923rem;
    height: 0.48435923rem;
    background-size: 0.16145308rem auto;
  }
  .banner .swiper .more .container_box .slide_icon {
    height: 0.42381433rem;
    right: 0.15136226rem;
  }
  @keyframes icon {
    from {
      transform: translateY(-0.10090817rem);
    }
    to {
      transform: translateY(0);
    }
  }
  .banner2 {
    height: 5.04540868rem;
  }
  .banner2 .con {
    top: 1.00908174rem;
  }
  .banner2 .con .title h5 {
    font-size: 0.40363269rem;
  }
  .banner2 .con .title p {
    font-size: 0.16145308rem;
    margin-top: 0.20181635rem;
  }
  .banner2 .con .more {
    width: 0.50454087rem;
    height: 0.50454087rem;
    background-size: 0.11099899rem auto;
    margin-top: 0.40363269rem;
  }
  .nav1 {
    height: 60px;
    background-color: #fff;
  }
  .nav1 .container_box .logo img {
    height: 40px;
  }
  .nav1 .container_box .logo img.icon1 {
    display: none;
  }
  .nav1 .container_box .logo img.icon2 {
    display: initial;
  }
  .nav1.active {
    height: 60px;
  }
  .nav1.active .container_box .logo img {
    height: 40px;
  }
  .nav2 ul li {
    margin: 0 5px 10px;
  }
  .nav2 ul li a {
    min-width: 100px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 30px;
  }
  .nav3 .swiper .swiper-slide a {
    min-width: 2.42179617rem;
    line-height: 0.60544904rem;
    font-size: 0.18163471rem;
    padding-left: 0.80726539rem;
  }
  .nav3 .swiper .swiper-slide a::before {
    width: 0.10090817rem;
    height: 0.10090817rem;
    left: 0.50454087rem;
  }
  .nav4 ul {
    border-radius: 40px;
  }
  .nav4 ul li a {
    width: 120px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
  }
  .nav5 .swiper {
    border-radius: 40px;
  }
  .nav5 .swiper .swiper-slide {
    min-width: 120px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 40px;
  }
  .nav6 .swiper .swiper-slide {
    margin-right: 10px;
  }
  .nav6 .swiper .swiper-slide a {
    min-width: 150px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 40px;
    padding: 0 20px;
  }
  .nav8 .swiper .swiper-slide {
    font-size: 16px;
    padding: 0 20px;
    line-height: 50px;
  }
  .nav8 .swiper .swiper-slide::before {
    height: 3px;
  }
  .title1 .text_box h5 {
    font-size: 20px;
  }
  .title1 .text_box p {
    font-size: 14px;
    margin-top: 10px;
  }
  .title1.title1_2 {
    display: block;
  }
  .title1.title1_2 ul {
    margin-top: 30px;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .title1.title1_2 ul li {
    margin-left: 0;
    margin-right: 30px;
    white-space: nowrap;
  }
  .title1.title1_2 ul li a {
    font-size: 16px;
    padding-left: 10px;
  }
  .title1.title1_2 ul li a::before {
    width: 5px;
    height: 5px;
  }
  .title2 {
    padding-left: 20px;
  }
  .title2::before {
    width: 50px;
    height: 50px;
  }
  .title2 h5 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .title2 h5::before {
    width: 30px;
    height: 2px;
  }
  .more1 {
    width: 100px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 35px;
  }
  .more2 {
    width: 40px;
    height: 40px;
  }
  .more2::before {
    background-size: 8px auto;
  }
  .news1 {
    display: block;
  }
  .news1 .imgbox {
    width: 100%;
    height: 4.92431887rem;
  }
  .news1 .imgbox .video .paly {
    width: 60px;
    height: 60px;
  }
  .news1 .text_box {
    width: 100%;
    padding: 20px 10px;
    height: auto;
  }
  .news1 .text_box .tag {
    font-size: 16px;
    width: 100px;
    line-height: 35px;
    border-radius: 40px;
  }
  .news1 .text_box h5 {
    font-size: 18px;
    margin: 20px 0;
  }
  .news1 .text_box .text {
    font-size: 14px;
    line-height: 25px;
    max-height: 100px;
  }
  .news1 .text_box .bottom {
    margin-top: 30px;
  }
  .news1 .text_box .bottom p {
    font-size: 14px;
  }
  .news2 {
    padding: 10px;
  }
  .news2::before {
    height: 3px;
    display: none;
  }
  .news2 .imgbox {
    height: 5.65085772rem;
  }
  .news2 .imgbox .play::before {
    width: 50px;
    height: 50px;
  }
  .news2 .text_box {
    padding-top: 20px;
  }
  .news2 .text_box h5 {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }
  .news2 .text_box .text {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    margin: 10px 0 20px;
  }
  .news2 .text_box .bottom p {
    font-size: 14px;
  }
  .news3 .top .imgbox {
    height: 2.80524723rem;
    padding: 0.30272452rem;
  }
  .news3 .top h5 {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }
  .news3 .bottom .imgbox {
    height: 3.71342079rem;
    padding: 0.30272452rem;
  }
  .news3 .bottom h5 {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }
  .news4 {
    padding: 10px;
  }
  .news4 h5 {
    font-size: 16px;
    line-height: 25px;
    height: auto;
    max-height: 50px;
  }
  .news4 .text {
    font-size: 14px;
    line-height: 25px;
    height: auto;
    max-height: 50px;
    margin: 10px 0 20px;
  }
  .news4 .bottom p {
    font-size: 14px;
  }
  .news5 {
    padding: 0;
  }
  .news5 .con {
    padding: 5px;
  }
  .news5 .con .imgbox {
    width: 150px;
    height: 110px;
  }
  .news5 .con .imgbox .play::before {
    width: 30px;
    height: 30px;
  }
  .news5 .con .text_box {
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .news5 .con .text_box h5 {
    font-size: 16px;
  }
  .news5 .con .text_box .text {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin: 10px 0;
  }
  .news5 .con .text_box .bottom .more2 {
    width: 30px;
    height: 30px;
  }
  .news5 .con .text_box .bottom p {
    font-size: 13px;
  }
  .news6 {
    padding: 0;
  }
  .news6 .con {
    padding: 20px 10px;
  }
  .news6 .con h5 {
    font-size: 16px;
  }
  .news6 .con .text {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin: 10px 0;
  }
  .news6 .con .bottom .more2 {
    width: 30px;
    height: 30px;
  }
  .news6 .con .bottom p {
    font-size: 14px;
  }
  .news7 {
    height: auto;
    padding: 20px;
  }
  .news7::before {
    border: 2px dashed #53aa49;
  }
  .news7 h5 {
    font-size: 16px;
  }
  .news7 .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .news8 .imgbox {
    height: 2.72452069rem;
  }
  .news8 .text_box h5 {
    font-size: 16px;
    margin: 10px 0;
  }
  .news8 .text_box .text {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
  }
  .news9 .top {
    padding: 10px;
  }
  .news9 .top .imgbox {
    height: 3.53178607rem;
  }
  .news9 .top .imgbox .zoom {
    width: 50px;
    height: 50px;
    background-size: 31px auto;
  }
  .news9 h5 {
    font-size: 16px;
    line-height: 35px;
    padding: 0 10px;
  }
  .news10 {
    padding: 2px;
  }
  .news10 .con {
    padding: 18px;
  }
  .news10 .con h5 {
    font-size: 16px;
  }
  .news10 .con .text {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
    margin-top: 15px;
    -webkit-line-clamp: 4;
  }
  .news11 .top {
    padding: 10px;
  }
  .news11 .top .imgbox {
    height: 2.01816347rem;
  }
  .news11 h5 {
    font-size: 16px;
    line-height: 35px;
    padding: 0 10px;
  }
  .main1 .main1_con_1 {
    padding: 30px 0;
  }
  .main1 .main1_con_1 .container_box {
    display: block;
  }
  .main1 .main1_con_1 .container_box .left {
    padding-right: 0;
    width: 100%;
  }
  .main1 .main1_con_1 .container_box .right {
    margin-top: 30px;
    width: 100%;
  }
  .main1 .main1_con_1 .container_box .right h5 {
    font-size: 20px;
  }
  .main1 .main1_con_1 .container_box .right .text {
    font-size: 14px;
    margin: 10px 0;
  }
  .main1 .main1_con_2 {
    padding: 0 15px;
  }
  .main1 .main1_con_2 .con_box {
    max-width: initial;
  }
  .main1 .main1_con_2 .con_box .play {
    width: 1.03935419rem;
    height: 1.03935419rem;
    top: 1.00908174rem;
  }
  .main1 .main1_con_2 .con_box ul {
    bottom: 10px;
    right: 10px;
  }
  .main1 .main1_con_2 .con_box ul li {
    margin-left: 20px;
  }
  .main1 .main1_con_2 .con_box ul li h5 {
    font-size: 25px;
  }
  .main1 .main1_con_2 .con_box ul li h5 span {
    font-size: 20px;
    top: -5px;
    right: -15px;
  }
  .main1 .main1_con_2 .con_box ul li p {
    font-size: 14px;
    margin-top: 10px;
  }
  .main2 {
    padding: 30px 0;
  }
  .main2 .main2_con_1 {
    margin-top: 30px;
  }
  .main2 .main2_con_2 {
    margin-top: 30px;
  }
  .main3 .nav2 {
    margin: 30px 0;
  }
  .main3 .main3_con {
    display: flex;
    justify-content: center;
  }
  .main3 .main3_con #ditu {
    width: 9.69727548rem;
    height: 4.03632694rem;
  }
  .main4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main4 .main4_con_1 {
    margin: 30px 0;
    display: block;
  }
  .main4 .main4_con_1 .left {
    width: 100%;
  }
  .main4 .main4_con_1 .left .swiper .swiper-slide a .img {
    height: 5.54994955rem;
  }
  .main4 .main4_con_1 .right {
    width: 100%;
    padding-left: 0;
  }
  .main4 .main4_con_1 .right .swiper .swiper-slide h5 {
    margin-top: 20px;
  }
  .main4 .main4_con_1 .right .swiper .swiper-slide h5 a {
    font-size: 16px;
  }
  .main4 .main4_con_1 .right .swiper .swiper-slide .text {
    font-size: 14px;
    line-height: 25px;
    max-height: 50px;
    margin: 20px 0 60px;
  }
  .main4 .main4_con_1 .right .swiper-pagination {
    position: absolute;
    bottom: 60px;
  }
  .main4 .main4_con_1 .right .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #53aa49;
    margin: 0 10px 0 0;
  }
  .main4 .main4_con_2 ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main4 .main4_con_2 ul li {
    padding-left: 0;
    width: 33.333%;
    flex: none;
    margin-bottom: 30px;
    align-items: center;
  }
  .main4 .main4_con_2 ul li h5 {
    font-size: 30px;
  }
  .main4 .main4_con_2 ul li h5 span {
    font-size: 16px;
    top: -5px;
    right: -10px;
  }
  .main4 .main4_con_2 ul li p {
    font-size: 14px;
    margin-top: 10px;
  }
  .main4 .main4_con_2 ul li:nth-child(3) {
    border-right: none;
  }
  .main5 {
    padding: 30px 0 50px;
  }
  .main5 .container_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .main5 .container_box .left {
    width: 100%;
  }
  .main5 .container_box .right {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .main5 .container_box .right .con {
    margin-top: 30px;
  }
  .main5 .container_box .right .con h5 {
    font-size: 18px;
  }
  .main5 .container_box .right .con .text_box {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }
  .main6 {
    padding-bottom: 30px;
  }
  .main6 .main6_con_1 {
    margin-top: 30px;
  }
  .main6 .main6_con_1 h5 {
    font-size: 18px;
  }
  .main6 .main6_con_1 .con {
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
  }
  .main6 .main6_con_2 {
    margin-top: 30px;
  }
  .main6 .main6_con_2 .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main6 .main6_con_2 .con_box .left {
    display: none;
  }
  .main6 .main6_con_2 .con_box .right {
    width: 100%;
  }
  .main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item {
    padding: 10px;
    display: block;
  }
  .main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .imgbox {
    width: 100%;
    height: 5.04540868rem;
  }
  .main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .text_box {
    width: 100%;
    padding: 10px;
  }
  .main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .text_box h5 {
    margin-top: 0;
  }
  .main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .text_box h5 a {
    font-size: 18px;
  }
  .main6 .main6_con_2 .con_box .right .swiper .swiper-slide .item .text_box .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    height: 175px;
  }
  .main6 .main6_con_2 .con_box .right .but_box {
    width: 100px;
    position: initial;
    margin: 20px auto 0;
  }
  .main6 .main6_con_2 .con_box .right .but_box .but {
    width: 40px;
    height: 40px;
  }
  .main6 .main6_con_2 .con_box .right .but_box .but::before {
    background-size: 16px auto;
  }
  .main7 {
    padding: 50px 0 30px;
  }
  .main7 .main7_con_1 {
    margin: 40px 0 60px;
  }
  .main7 .main7_con_1::before,
  .main7 .main7_con_1::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #e6e6e6;
  }
  .main7 .main7_con_1 .swiper .swiper-slide {
    padding: 60px 0;
  }
  .main7 .main7_con_1 .swiper .swiper-slide .text {
    font-size: 18px;
  }
  .main7 .main7_con_1 .swiper .swiper-slide .dian {
    width: 5px;
    height: 5px;
    margin: 10px auto;
  }
  .main7 .main7_con_1 .swiper .swiper-slide .dian::before {
    width: 126px;
    height: 126px;
  }
  .main7 .main7_con_1 .swiper .swiper-slide .year {
    font-size: 18px;
    margin-top: 20px;
  }
  .main7 .main7_con_1 .swiper .swiper-slide.swiper-slide-thumb-active .year {
    transform: translateY(20px) scale(1.6);
  }
  .main7 .main7_con_2 .title {
    font-size: 1.61453078rem;
    top: -1.00908174rem;
  }
  .main7 .main7_con_2::before {
    width: 9.68718466rem;
    height: 9.68718466rem;
    top: 2.01816347rem;
  }
  .main7 .main7_con_2 .swiper {
    padding-top: 3.02724521rem;
    padding-bottom: 0.10090817rem;
  }
  .main7 .main7_con_2 .swiper .swiper-slide .imgbox {
    width: 1.81634712rem;
    height: 1.81634712rem;
  }
  .main7 .main7_con_2 .swiper .swiper-slide .imgbox .year {
    font-size: 0.30272452rem;
  }
  .main7 .main7_con_3 {
    max-width: initial;
    margin: 30px auto 0;
  }
  .main7 .main7_con_3 .year {
    font-size: 20px;
  }
  .main7 .main7_con_3 .text {
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0 30px;
  }
  .main7 .main7_con_3 .but_box {
    width: 100px;
  }
  .main7 .main7_con_3 .but_box .but {
    width: 40px;
    height: 40px;
  }
  .main7 .main7_con_3 .but_box .but::before {
    background-size: 16px auto;
  }
  .main8 {
    padding: 30px 0;
  }
  .main8 .main8_con img {
    margin: 30px auto 0;
  }
  .main9 {
    padding: 50px 0 30px;
  }
  .main9 .main9_con {
    margin-top: 30px;
    display: block;
  }
  .main9 .main9_con .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .main9 .main9_con .left .nav {
    padding-top: 0;
    width: 90px;
  }
  .main9 .main9_con .left .nav::before {
    display: none;
  }
  .main9 .main9_con .left .nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main9 .main9_con .left .nav ul li a {
    width: 90px;
    height: 35px;
    border-radius: 35px;
    font-size: 14px;
    writing-mode: initial;
    margin: 0 5px 10px;
  }
  .main9 .main9_con .left .list {
    width: calc(100% - 90px);
    padding: 0 0 0 20px;
  }
  .main9 .main9_con .left .list ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main9 .main9_con .right {
    width: 100%;
  }
  .main9 .main9_con .right .but_box {
    width: 160px;
    position: initial;
    margin: 30px auto 0;
  }
  .main9 .main9_con .right .but_box .but {
    width: 40px;
    height: 40px;
  }
  .main9 .main9_con .right .but_box .but::before {
    background-size: 16px auto;
  }
  .main9 .main9_con .right .but_box .swiper-pagination {
    font-size: 16px;
  }
  .main9 .main9_con .right .swiper {
    height: initial;
  }
  .main9 .main9_con .right .swiper .swiper-slide:nth-child(odd) .news3 .bottom h5 {
    border-bottom: none;
  }
  .main9 .main9_con .right .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide,
  .main9 .main9_con .right .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
    border-right: 1px solid #e6e6e6;
  }
  .main9 .main9_con .right .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    border-right: none;
  }
  .main10 {
    padding: 30px 0;
  }
  .main10 .main10_con_1 {
    margin: 30px 0;
  }
  .main10 .main10_con_2 ul {
    margin-bottom: 30px;
  }
  .main10 .main10_con_2 ul li .news2 .imgbox {
    height: 2.21997982rem;
  }
  .main10 .main10_con_3 {
    margin-top: 30px;
  }
  .main10 .main10_con_3 ul {
    padding-bottom: 20px;
  }
  .main10 .main10_con_3 ul li {
    margin-bottom: 10px;
  }
  .main11 {
    padding: 30px 0;
  }
  .main11 .container_box {
    display: block;
  }
  .main11 .container_box .main11_left {
    width: 100%;
    padding-right: 0;
  }
  .main11 .container_box .main11_left .title h5 {
    font-size: 18px;
  }
  .main11 .container_box .main11_left .title .date {
    font-size: 14px;
    margin: 10px 0 20px;
  }
  .main11 .container_box .main11_left .tag {
    line-height: 35px;
    border-radius: 37px;
    min-width: 100px;
    padding: 0 20px;
    font-size: 14px;
    margin-top: 20px;
  }
  .main11 .container_box .main11_left .con_box {
    font-size: 14px;
    margin-top: 30px;
  }
  .main11 .container_box .main11_left .turning {
    padding: 10px;
    margin-top: 50px;
  }
  .main11 .container_box .main11_left .turning ul li {
    margin: 10px 0;
  }
  .main11 .container_box .main11_left .turning ul li a {
    font-size: 14px;
  }
  .main11 .container_box .main11_right {
    width: 100%;
    margin-top: 50px;
  }
  .main11 .container_box .main11_right .title {
    font-size: 20px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .main11 .container_box .main11_right .title::before {
    width: 6px;
    height: 6px;
  }
  .main11 .container_box .main11_right ul li {
    margin-bottom: 20px;
  }
  .main12 {
    padding: 30px 0;
  }
  .main12 .main7_con_1 {
    font-size: 14px;
    margin: 30px 0;
  }
  .main12 .main7_con_2 {
    height: 3.02724521rem;
    padding-bottom: 0.40363269rem;
  }
  .main12 .main7_con_3 {
    margin-top: 30px;
  }
  .main12 .main7_con_3 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .main13 {
    padding: 30px 0;
  }
  .main13 .nav4 {
    margin: 30px 0;
  }
  .main14 {
    padding-bottom: 60px;
  }
  .main14 .nav5 {
    margin-top: 30px;
  }
  .main14 .main14_con {
    margin-top: 30px;
  }
  .main14 .main14_con::before {
    height: 0.70635721rem;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.1);
  }
  .main14 .main14_con::after {
    height: 0.40363269rem;
    box-shadow: 0 0 0.10090817rem rgba(0, 0, 0, 0.1);
  }
  .main14 .main14_con .con_box {
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
  }
  .main14 .main14_con .con_box .left {
    width: 100%;
  }
  .main14 .main14_con .con_box .left .swiper .swiper-slide a .img {
    height: 4.61150353rem;
  }
  .main14 .main14_con .con_box .left .swiper .swiper-pagination {
    bottom: 10pxs;
  }
  .main14 .main14_con .con_box .left .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    margin: 0 4px;
  }
  .main14 .main14_con .con_box .right {
    width: 100%;
    padding: 10px;
  }
  .main14 .main14_con .con_box .right h5 {
    font-size: 16px;
    line-height: 25px;
    max-height: 50px;
  }
  .main14 .main14_con .con_box .right .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    max-height: 200px;
  }
  .main14 .main14_con_2 {
    padding-top: 30px;
  }
  .main14 .main14_con_2 .left {
    width: 100%;
  }
  .main14 .main14_con_2 .left ul li {
    margin-bottom: 9px;
    padding: 2px;
  }
  .main14 .main14_con_2 .left ul li a {
    padding: 20px;
  }
  .main14 .main14_con_2 .left ul li a h5 {
    font-size: 18px;
  }
  .main14 .main14_con_2 .left ul li a .text_box .text {
    font-size: 16px;
    line-height: 25px;
  }
  .main14 .main14_con_2 .left ul li.active a {
    padding: 20px;
  }
  .main14 .main14_con_2 .left ul li.active a .text_box {
    margin-top: 20px;
  }
  .main14 .main14_con_2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    justify-content: center;
  }
  .main14.main14_2 {
    padding-bottom: 30px;
  }
  .main15 .img {
    height: 4.03632694rem;
  }
  .main16 {
    padding-bottom: 30px;
  }
  .main16 .title1_box .title1 {
    padding-top: 30px;
    position: initial;
    width: 100%;
  }
  .main16 .main16_con {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
  }
  .main17 {
    padding: 30px 0;
  }
  .main17 .title1 {
    display: block;
  }
  .main17 .title1 .nav4 {
    margin-top: 30px;
  }
  .main17 .main17_con {
    margin-top: 30px;
  }
  .main17 .main17_con .but_box {
    width: 160px;
    margin: 30px auto 5px;
  }
  .main17 .main17_con .but_box .but {
    width: 40px;
    height: 40px;
  }
  .main17 .main17_con .but_box .but::before {
    background-size: 13px auto;
  }
  .main17 .main17_con .but_box .swiper-pagination {
    font-size: 16px;
  }
  .main18 {
    padding: 30px 0;
  }
  .main18 .nav6 {
    margin: 30px 0;
  }
  .main18 .main18_con ul {
    margin: 0 -5px 10px;
  }
  .main18 .main18_con ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main19 {
    padding: 30px 0;
  }
  .main19 .nav6 {
    margin: 30px 0;
  }
  .main19 .main19_con ul {
    margin: 0 -5px 10px;
  }
  .main19 .main19_con ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main20 {
    padding: 30px 0;
  }
  .main20 .main20_con {
    margin-top: 30px;
    padding: 0 10px;
  }
  .main20 .main20_con .con_box .swiper {
    padding-bottom: 60px;
  }
  .main20 .main20_con .con_box .swiper .swiper-slide {
    padding: 30px 10px;
  }
  .main20 .main20_con .con_box .swiper .swiper-slide .con {
    width: auto;
    height: auto;
    margin: 30px 0;
    background: none;
  }
  .main20 .main20_con .con_box .swiper .swiper-slide .con .item {
    position: initial;
    flex-direction: initial !important;
    margin: 20px 0;
  }
  .main20 .main20_con .con_box .swiper .swiper-slide .con .item .bt {
    width: 100px;
    height: 100px;
    border: 2px dotted #53aa49;
    font-size: 14px;
  }
  .main20 .main20_con .con_box .swiper .swiper-slide .con .item ul {
    width: calc(100% - 140px);
    padding: 0 0 0 20px;
    text-align: left;
  }
  .main20 .main20_con .con_box .swiper .swiper-slide .con .item ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .main20 .main20_con .con_box .swiper .swiper-slide .con .item ul li span {
    padding-left: 15px;
  }
  .main20 .main20_con .con_box .swiper .swiper-slide .con .item ul li span::before {
    width: 4px;
    height: 4px;
  }
  .main20 .main20_con .con_box .swiper .swiper-slide .con .item:nth-child(even) ul {
    padding: 0 0 0 20px;
  }
  .main20 .main20_con .con_box .swiper .but {
    transform: translateY(0);
    top: auto;
    bottom: 20px;
  }
  .main20 .main20_con .con_box .swiper .but.but_prev {
    left: 50%;
    margin-left: -50px;
    transform: translateY(0) rotateY(180deg);
  }
  .main20 .main20_con .con_box .swiper .but.but_next {
    right: 50%;
    margin-right: -50px;
  }
  .main21 .main21_con {
    margin-top: 30px;
  }
  .main21 .main21_con ul {
    margin: 0;
    display: block;
  }
  .main21 .main21_con ul li {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .main21 .main21_con ul li a {
    height: auto;
    padding: 3px;
  }
  .main21 .main21_con ul li a .text_box {
    padding: 20px;
  }
  .main21 .main21_con ul li a .text_box h5 {
    font-size: 20px;
  }
  .main21 .main21_con ul li a .text_box .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .main22 {
    padding: 30px 0;
  }
  .main22 .main22_con {
    margin-top: 30px;
    display: block;
  }
  .main22 .main22_con .left {
    width: 100%;
    padding: 30px 0;
  }
  .main22 .main22_con .left::before {
    left: 20px;
  }
  .main22 .main22_con .left ul li {
    margin-bottom: 20px;
  }
  .main22 .main22_con .left ul li h5 {
    font-size: 16px;
    padding-left: 60px;
    line-height: 55px;
  }
  .main22 .main22_con .left ul li h5 b {
    width: 40px;
    height: 40px;
    padding: 3px;
  }
  .main22 .main22_con .left ul li h5 b p span {
    font-size: 18px;
  }
  .main22 .main22_con .left ul li .text {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 60px;
  }
  .main22 .main22_con .right {
    width: 100%;
    padding-bottom: 0;
    justify-content: center;
    margin-top: 30px;
  }
  .main22 .main22_con .right .text {
    font-size: 20px;
  }
  .main23 {
    padding: 30px 0;
  }
  .main23 .main23_con_1 {
    margin: 30px 0;
  }
  .main23 .main23_con_1 .swiper .swiper-slide a .img {
    height: 3.63269425rem;
    min-height: 200px;
  }
  .main23 .main23_con_1 .swiper .swiper-slide a .bottom {
    height: 40px;
  }
  .main23 .main23_con_1 .swiper .swiper-slide a .bottom .date {
    width: 100px;
    font-size: 14px;
    border-right: 2px solid #fff;
  }
  .main23 .main23_con_1 .swiper .swiper-slide a .bottom h5 {
    width: calc(100% - 100px);
    font-size: 16px;
    padding: 0 100px 0 20px;
  }
  .main23 .main23_con_1 .swiper .swiper-pagination {
    right: 10px;
    height: 40px;
  }
  .main23 .main23_con_1 .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .main23 .main23_con_2 ul {
    margin-bottom: 30px;
  }
  .main23 .main23_con_2 ul li {
    margin-bottom: 20px;
  }
  .main24 {
    padding: 30px 0;
  }
  .main24 .main24_con_1 {
    margin: 30px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
  }
  .main24 .main24_con_1 .left {
    width: 100%;
  }
  .main24 .main24_con_1 .left .img {
    height: 6.05449041rem;
  }
  .main24 .main24_con_1 .right {
    width: 100%;
    padding: 20px;
  }
  .main24 .main24_con_1 .right .bt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main24 .main24_con_1 .right ul li {
    font-size: 14px;
    margin-top: 10px;
  }
  .main24 .main24_con_1 .right ul li i {
    font-size: 18px;
    margin-right: 10px;
  }
  .main24 .main24_con_2 ul {
    margin: 0 0 20px;
  }
  .main24 .main24_con_2 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .main24 .main24_con_2 ul li .item {
    height: auto;
    padding: 2px;
  }
  .main24 .main24_con_2 ul li .item .con {
    padding: 18px 8px;
  }
  .main24 .main24_con_2 ul li .item .con h5 {
    font-size: 16px;
    line-height: 1.5;
  }
  .main24 .main24_con_2 ul li .item .con dl {
    margin-top: 20px;
    padding-left: 10px;
  }
  .main24 .main24_con_2 ul li .item .con dl dd {
    font-size: 14px;
    margin-top: 10px;
  }
  .main24 .main24_con_2 ul li .item .con dl dd i {
    font-size: 18px;
    margin-right: 10px;
  }
  .main24 .main24_con_3 {
    margin: 30px 0;
  }
  .main24 .main24_con_3 .item {
    margin-bottom: 10px;
  }
  .main24 .main24_con_3 .item .title {
    height: auto;
    font-size: 14px;
    padding: 20px 120px 20px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .main24 .main24_con_3 .item .title h5 {
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
  }
  .main24 .main24_con_3 .item .title .count {
    margin: 0;
  }
  .main24 .main24_con_3 .item .title .place {
    margin: 0;
  }
  .main24 .main24_con_3 .item .title .date {
    margin: 0;
  }
  .main24 .main24_con_3 .item .title .more2 {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(90deg);
  }
  .main24 .main24_con_3 .item .con {
    padding: 10px;
    font-size: 14px;
  }
  .main25 {
    padding: 30px 15px 70px;
    max-width: 90%;
  }
  .main25 .icon-plus {
    font-size: 30px;
    top: auto;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%) rotate(45deg);
  }
  .main25 .main25_con {
    max-width: 1000px;
  }
  .main25 .main25_con .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .main25 .main25_con .con {
    font-size: 16px;
  }
  .main25 .main25_con .con img {
    margin: 10px auto;
  }
  footer .footer_con_1 {
    display: none;
  }
  footer .footer_con_2 {
    padding: 30px 0;
    margin-top: 30px;
  }
  footer .footer_con_2 .container_box {
    display: block;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .banner {
    height: 350px;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .text_box {
    bottom: 1.66666667rem;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .text_box h5 {
    font-size: 0.53333333rem;
    letter-spacing: 0;
  }
  .banner .swiper .swiper-wrapper .swiper-slide .text_box p {
    font-size: 0.26666667rem;
    margin-top: 0.16666667rem;
  }
  .banner .swiper .more {
    bottom: 0.33333333rem;
  }
  .banner .swiper .more .container_box .swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    border: 0.03333333rem solid #ffffff;
    margin: 0 0.16666667rem 0 0;
  }
  .banner .swiper .more .container_box .slide_icon {
    height: 0.7rem;
    right: 0.25rem;
    display: none;
  }
  @keyframes icon {
    from {
      transform: translateY(-0.16666667rem);
    }
    to {
      transform: translateY(0);
    }
  }
  .banner2 {
    height: 6.66666667rem;
  }
  .banner2 .con {
    top: 1.33333333rem;
  }
  .banner2 .con .title h5 {
    font-size: 0.66666667rem;
  }
  .banner2 .con .title p {
    font-size: 0.26666667rem;
    margin-top: 0.16666667rem;
  }
  .banner2 .con .more {
    width: 0.83333333rem;
    height: 0.83333333rem;
    background-size: 0.18333333rem auto;
    margin-top: 0.5rem;
  }
  .nav3 .swiper .swiper-slide a {
    min-width: 100px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 10px;
  }
  .nav3 .swiper .swiper-slide a::before {
    width: 8px;
    height: 8px;
    left: 10px;
  }
  .main1 .main1_con_2 .con_box {
    height: 4.33333333rem;
  }
  .main1 .main1_con_2 .con_box ul li {
    margin-left: 0.33333333rem;
  }
  .main1 .main1_con_2 .con_box ul li h5 {
    font-size: 0.58333333rem;
  }
  .main1 .main1_con_2 .con_box ul li h5 span {
    font-size: 0.33333333rem;
    top: -0.08333333rem;
    right: -0.25rem;
  }
  .main1 .main1_con_2 .con_box ul li p {
    font-size: 0.3rem;
    margin-top: 0.16666667rem;
  }
  .main10 .main10_con_2 ul li {
    width: 50%;
  }
  .main10 .main10_con_2 ul li .news2 .imgbox {
    height: 3rem;
  }
  .news9 .top .imgbox {
    height: 5.83333333rem;
  }
  .news9 .top .imgbox .zoom {
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
  .news10 {
    padding: 2px;
  }
  .news10 .con {
    padding: 8px;
  }
  .main18 .main18_con ul li {
    width: 50%;
  }
  .main23 .main23_con_2 ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .main24 .main24_con_3 .item .title {
    font-size: 0.36666667rem;
    padding: 0.33333333rem 1.5rem 0.33333333rem 0.16666667rem;
  }
  .main24 .main24_con_3 .item .title h5 {
    font-size: 0.41666667rem;
    margin-bottom: 0.33333333rem;
  }
  .main24 .main24_con_3 .item .title .date {
    width: 100%;
    margin-top: 0.33333333rem;
  }
  .main24 .main24_con_3 .item .title .more2 {
    right: 0.16666667rem;
    width: 0.66666667rem;
    height: 0.66666667rem;
  }
  .main24 .main24_con_3 .item .title .more2::before {
    background-size: 0.13333333rem auto;
  }
}
