@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: Times New Roman, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  color: #000;
  min-width: 320px;
  word-wrap: break-word;
  margin: 0;
  overflow-x: hidden;
}
body.active {
  padding-top: 120px;
}
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: 1430px;
  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: #0061a1 !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 {
  height: 76px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #282728;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
}
.page_div a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 43px;
  height: 43px;
  padding: 0;
  cursor: pointer;
  color: #999;
  font-size: 18px;
  font-family: "Arial";
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0 5px;
  border-radius: 50%;
}
.page_div a:disabled {
  opacity: .5;
  cursor: no-drop;
  border: none !important;
  color: #333 !important;
}
.page_div a .iconfont {
  font-size: 12px !important;
}
.page_div #firstPage,
.page_div #lastPage,
.page_div #nextPage,
.page_div #prePage {
  width: 50px;
  color: #999;
  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: initial;
  height: 43px;
  padding: 0;
  border: none;
  font-size: 18px;
  border-radius: 40px;
}
.page_div #prePage::before {
  transform: rotate(-90deg);
}
.page_div #nextPage::before {
  transform: rotate(90deg);
}
.page_div #prePage {
  padding-left: 33px;
  background-image: url(../images/icon20.png);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 0 center;
  margin-right: 30px;
}
.page_div #prePage:hover {
  color: #0458d6;
  background-image: url(../images/icon20_h.png);
}
.page_div #nextPage {
  padding-right: 33px;
  background-image: url(../images/icon20_2.png);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: right center;
  margin-left: 30px;
}
.page_div #nextPage:hover {
  color: #0458d6;
  background-image: url(../images/icon20_2_h.png);
}
.page_div .current {
  color: #0458d6;
}
.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.index span {
  background: #fff;
}
.ydd_btn.active span {
  background: #333;
}
.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 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.banner .swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1);
}
.banner .swiper .swiper-slide .text_box {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 2s;
  opacity: 0;
}
.banner .swiper .swiper-slide .text_box p {
  margin: 20px 0;
}
.banner .swiper .swiper-slide.swiper-slide-active .img {
  transition: 4s linear;
  transform: scale(1);
}
.banner .swiper .swiper-slide.swiper-slide-active .text_box {
  top: 0;
  opacity: 1;
}
.banner .swiper .swiper-pagination {
  bottom: 37px;
}
.banner .bottom {
  position: absolute;
  width: 100%;
  bottom: 50px;
  z-index: 10;
}
.banner .bottom .container_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.banner .bottom .container_box .left {
  width: 70px;
  display: flex;
  justify-content: space-between;
}
.banner .bottom .container_box .left .but {
  width: 15px;
  height: 30px;
  background: url(../images/icon1.png) no-repeat center center / contain;
  opacity: .6;
  transition: all .3s;
}
.banner .bottom .container_box .left .but.but_next {
  transform: rotateY(180deg);
}
.banner .bottom .container_box .left .but:hover {
  opacity: 1;
}
.banner .bottom .container_box .right .swiper-pagination {
  line-height: 1;
  position: initial;
}
.banner .bottom .container_box .right .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 3px;
  margin: 0 0 0 19px;
  opacity: .3;
  background-color: #fff;
  border-radius: 0;
  position: relative;
}
.banner .bottom .container_box .right .swiper-pagination .swiper-pagination-bullet .num {
  font-size: 18px;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 23px;
  text-align: left;
}
.banner .bottom .container_box .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner2 {
  height: 550px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner2 .container_box {
  height: 100%;
}
.banner2 .container_box .con_box {
  height: 100%;
  padding-top: 25px;
  position: relative;
}
.banner2 .container_box .con_box .crumbs {
  background: url(../images/icon8.png) no-repeat 0 center / 18px auto;
  padding: 5px 0 5px 20px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.banner2 .container_box .con_box .crumbs i {
  position: relative;
  font-style: initial;
  transform: rotate(90deg);
  margin: 0 10px;
}
.banner2 .container_box .con_box .crumbs i::before {
  content: "\e671";
  font-family: "iconfont";
}
.banner2 .container_box .con_box .text_box {
  width: 100%;
  height: calc(100% - 60px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner2 .container_box .con_box .text_box img {
  max-width: 100%;
}
.banner2 .container_box .con_box .text_box img.zi_1 {
  width: 776px;
}
.banner2 .container_box .con_box .text_box img.zi_2 {
  width: 712px;
}
.banner2 .container_box .con_box .text_box.text_box_2 {
  justify-content: flex-start;
}
.banner2 .container_box .con_box .text_box2 {
  width: 100%;
  height: calc(100% - 60px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 60px;
  color: #fff;
}
.nav1 {
  position: fixed;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 3001;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all .3s;
}
.nav1 .container_box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav1 .container_box .logo a img {
  max-height: 73px;
  transition: all .3s;
}
.nav1 .container_box .logo a img.icon2 {
  display: none;
}
.nav1 .container_box .right {
  display: flex;
}
.nav1 .container_box .right nav ul {
  display: flex;
}
.nav1 .container_box .right nav ul li {
  margin-left: 20px;
  position: relative;
}
.nav1 .container_box .right nav ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  transition: all .3s;
}
.nav1 .container_box .right nav ul li dl {
  width: 300px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  padding: 5px 10px;
  display: none;
}
.nav1 .container_box .right nav ul li dl dd a {
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  display: block;
  color: #000;
  padding: 5px 0;
}
.nav1 .container_box .right nav ul li dl dd a:hover {
  color: #0075c2;
}
.nav1 .container_box .right nav ul li:hover dl {
  display: block;
}
.nav1 .container_box .right .search {
  margin-left: 60px;
  position: relative;
}
.nav1 .container_box .right .search .con {
  width: 26px;
  height: 27px;
  background: url(../images/icon3.png) no-repeat center center / contain;
  cursor: pointer;
}
.nav1 .container_box .right .search form {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  background-color: #eee;
  width: 300px;
  height: 50px;
  display: none;
}
.nav1 .container_box .right .search form input {
  width: calc(100% - 80px);
  height: 100%;
  border: none;
  font-size: 18px;
  padding: 0 10px;
  background: none;
}
.nav1 .container_box .right .search form input:focus {
  outline: none;
}
.nav1 .container_box .right .search form button {
  width: 80px;
  height: 100%;
  border: none;
  font-size: 16px;
  color: #000;
  background-color: #fde02d;
}
.nav1 .container_box .right .search form button:focus {
  outline: none;
}
.nav1 .container_box .right .search form.active {
  display: flex;
}
.nav1 .container_box .right .language {
  margin-left: 30px;
  position: relative;
}
.nav1 .container_box .right .language .con {
  width: 28px;
  height: 28px;
  background: url(../images/icon2.png) no-repeat center center / contain;
  cursor: pointer;
}
.nav1 .container_box .right .language ul {
  width: 60px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 10px;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nav1 .container_box .right .language ul li {
  border-bottom: 1px solid #eee;
}
.nav1 .container_box .right .language ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  background-color: #fff;
  text-align: center;
  color: #000;
  font-weight: bold;
  transition: all .3s;
}
.nav1 .container_box .right .language ul li a:hover {
  color: #0075c2;
}
.nav1 .container_box .right .language ul li:last-child {
  border: none;
}
.nav1 .container_box .right .language:hover ul {
  display: block;
}
.nav1.inside {
  background-color: #fff;
  height: 120px;
}
.nav1.inside .container_box .logo a img {
  max-height: 73px;
}
.nav1.inside .container_box .logo a img.icon1 {
  display: none;
}
.nav1.inside .container_box .logo a img.icon2 {
  display: initial;
}
.nav1.inside .container_box .right nav ul li a {
  color: #000;
}
.nav1.inside .container_box .right nav ul li a.active {
  color: #0075c2 !important;
}
.nav1.inside .container_box .right .search .con {
  background-image: url(../images/icon3_2.png);
}
.nav1.inside .container_box .right .language .con {
  background-image: url(../images/icon2_2.png);
}
.nav1.active {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 60px;
}
.nav1.active .container_box .logo a img {
  max-height: 45px;
}
.nav1.active .container_box .logo a img.icon1 {
  display: none;
}
.nav1.active .container_box .logo a img.icon2 {
  display: initial;
}
.nav1.active .container_box .right nav ul li a {
  color: #000;
}
.nav1.active .container_box .right .search .con {
  background-image: url(../images/icon3_2.png);
}
.nav1.active .container_box .right .language .con {
  background-image: url(../images/icon2_2.png);
}
.nav2_box {
  height: 100px;
}
.nav2 {
  background-color: #0075c2;
  height: 100px;
  width: 100%;
  left: 0;
}
.nav2 .container_box {
  height: 100%;
  display: flex;
  justify-content: center;
}
.nav2 .container_box .swiper {
  max-width: 100%;
  height: 100%;
}
.nav2 .container_box .swiper .swiper-slide {
  width: auto;
}
.nav2 .container_box .swiper .swiper-slide a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}
.nav2 .container_box .swiper .swiper-slide a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg5.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 50px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.nav2 .container_box .swiper .swiper-slide.active a::before {
  opacity: 1;
}
.nav2.active {
  position: fixed;
  z-index: 3000;
}
.nav3 .con_box {
  position: relative;
  padding: 0 30px;
}
.nav3 .con_box .swiper .swiper-slide a {
  display: block;
  padding: 60px 0;
  text-align: center;
  position: relative;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  transition: all .3s;
  border-bottom-color: transparent;
}
.nav3 .con_box .swiper .swiper-slide a .icon {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav3 .con_box .swiper .swiper-slide a .icon img {
  max-height: 100%;
}
.nav3 .con_box .swiper .swiper-slide a .icon img.icon2 {
  display: none;
}
.nav3 .con_box .swiper .swiper-slide a h5 {
  font-size: 20px;
  color: #999;
  margin-top: 26px;
  transition: all .3s;
}
.nav3 .con_box .swiper .swiper-slide:hover a,
.nav3 .con_box .swiper .swiper-slide.active a {
  border-bottom-color: #fde02d;
}
.nav3 .con_box .swiper .swiper-slide:hover a .icon img.icon1,
.nav3 .con_box .swiper .swiper-slide.active a .icon img.icon1 {
  display: none;
}
.nav3 .con_box .swiper .swiper-slide:hover a .icon img.icon2,
.nav3 .con_box .swiper .swiper-slide.active a .icon img.icon2 {
  display: initial;
}
.nav3 .con_box .swiper .swiper-slide:hover a h5,
.nav3 .con_box .swiper .swiper-slide.active a h5 {
  color: #0075c2;
  font-weight: bold;
}
.nav3 .con_box .but {
  width: 15px;
  height: 29px;
  background: url(../images/icon18.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav3 .con_box .but.but_prev {
  left: 0;
}
.nav3 .con_box .but.but_next {
  right: 0;
  transform: translateY(-50%) rotateY(180deg);
}
.nav4 .swiper .swiper-slide {
  width: auto;
  margin-right: 50px;
}
.nav4 .swiper .swiper-slide a {
  display: block;
  font-size: 20px;
  color: #333;
  padding-bottom: 10px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: all .3s;
}
.nav4 .swiper .swiper-slide.active a,
.nav4 .swiper .swiper-slide:hover a {
  color: #0075c2;
  font-weight: bold;
  border-bottom-color: #fde02d;
}
.nav4 .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.nav5 .swiper .swiper-slide {
  width: auto;
}
.nav5 .swiper .swiper-slide a {
  display: block;
  font-size: 20px;
  color: #333;
  padding: 20px 40px;
  position: relative;
  transition: all .3s;
}
.nav5 .swiper .swiper-slide a::before {
  content: "";
  width: 28px;
  height: 2px;
  background-color: #fde02d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .3s;
}
.nav5 .swiper .swiper-slide a::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}
.nav5 .swiper .swiper-slide:last-child a::after {
  display: none;
}
.nav5 .swiper .swiper-slide.active a {
  color: #0075c2;
  font-weight: bold;
}
.nav5 .swiper .swiper-slide.active a::before {
  opacity: 1;
}
.title1 {
  position: relative;
  z-index: 2;
}
.title1 h2 {
  font-size: 48px;
  font-weight: 600;
  color: #333;
}
.title1 h2 span {
  color: #0075c2;
}
.title2 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: 70px;
}
.more1 {
  width: 200px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #010100 !important;
  border-radius: 5px;
  background-color: #fde02d;
  transition: all .3s;
}
.more1 img {
  margin-left: 9px;
  width: 22px;
}
.more1:hover {
  background-color: #dfc521;
}
.news1 {
  display: block;
  border-radius: 15px;
  position: relative;
  height: 600px;
  overflow: hidden;
}
.news1 .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
}
.news1.news1_2::before,
.news1.news1_2::after {
  display: none;
}
.news1.video-popup::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.news1.video-popup::after {
  content: "";
  width: 158px;
  height: 158px;
  background: url(../images/icon4.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.news1:hover .img {
  transform: scale(1.1);
}
.news2 {
  display: block;
  position: relative;
  height: 528px;
  overflow: hidden;
  border-radius: 15px;
  background-color: #f5f5f5;
  padding-top: 150px;
  transition: all .3s;
}
.news2::before {
  content: "";
  width: 0;
  height: 8px;
  background-color: #fde02d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all .3s;
}
.news2 .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.news2 .bt1 {
  width: 100%;
  height: 150px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
.news2 .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 117, 194, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  transition: all .3s;
  opacity: 0;
  border-top: 8px solid #fde02d;
}
.news2 .mask h5 {
  font-size: 25px;
  font-weight: 600;
  color: #fde02d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news2 .mask h5 a {
  color: #fde02d;
  transition: all .3s;
}
.news2 .mask h5 a:hover {
  color: #fde02d;
}
.news2 .mask .text {
  max-width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
.news2 .mask ul {
  max-width: 100%;
  margin-top: 30px;
  height: 276px;
  overflow-y: auto;
}
.news2 .mask ul li {
  line-height: 25px;
  margin-bottom: 10px;
}
.news2 .mask ul li a {
  font-size: 18px;
  color: #fff;
  transition: all .3s;
}
.news2 .mask ul li a:hover {
  color: #fde02d;
}
.news2 .mask ul li:last-child {
  margin-bottom: 0;
}
.news2 .mask .more {
  width: 22px;
  height: 14px;
  background: url(../images/icon5_2.png) no-repeat center center / contain;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.news2 .mask .more:hover {
  background-image: url(../images/icon5.png);
}
.news2 .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.5) !important;
}
.news2:hover {
  padding-top: 0;
}
.news2:hover .bt1 {
  top: -150px;
}
.news2:hover .mask {
  top: 0;
  opacity: 1;
}
.news3 {
  display: block;
  height: 488px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.news3 .imgbox {
  overflow: hidden;
  border-radius: 15px;
}
.news3 .img {
  height: 278px;
  border-radius: 15px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .3s;
}
.news3 .text_box .text {
  font-size: 20px;
  font-weight: 500;
  color: #999;
  margin: 30px 0 40px;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news3 .text_box .date {
  display: flex;
}
.news3 .text_box .date p {
  font-size: 18px;
  color: #ccc;
  position: relative;
}
.news3 .text_box .date p::before {
  content: "";
  width: 1000%;
  height: 1px;
  background-color: #f0efef;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 20px;
}
.news3 .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 117, 194, 0.8);
  position: absolute;
  top: -100%;
  left: 0;
  padding: 60px 30px 0;
  transition: all .3s;
}
.news3 .mask .logo {
  width: 190px;
  display: block;
  margin: 0 auto;
}
.news3 .mask h5 {
  font-size: 26px;
  color: #fff;
  line-height: 42px;
  height: 84px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 30px 0;
}
.news3 .mask .text {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news3 .mask .more {
  font-size: 18px;
  color: #fde02d;
  background: url(../images/icon5_2.png) no-repeat right center / 22px auto;
  padding-right: 34px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.news4 {
  display: block;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 20px;
}
.news4 .imgbox {
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
}
.news4 .imgbox .img {
  height: 450px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}
.news4 .text_box {
  height: 130px;
  display: flex;
  align-items: center;
  text-align: center;
}
.news4 .text_box .text {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.news4:hover .imgbox .img {
  transform: scale(1.1);
}
.news5 {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 320px;
}
.news5 .img {
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news5 .text {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  padding: 30px;
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  transition: all .3s;
  overflow-y: auto;
}
.news5.news5_2 {
  height: 280px;
}
.news5:hover .img {
  transform: scale(1.1);
}
.news5:hover .text {
  top: 0;
}
.news6 {
  display: block;
  position: relative;
  padding: 30px 30px 0;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
}
.news6 .imgbox {
  height: 380px;
  overflow: hidden;
}
.news6 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s;
}
.news6 h5 {
  font-size: 22px;
  color: #999;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 70px;
}
.news6 .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 117, 194, 0.8);
  position: absolute;
  top: 100%;
  left: 0;
  background-image: url(../images/icon19.png);
  background-repeat: no-repeat;
  background-size: 88px auto;
  background-position: center -51px;
  padding: 130px 30px 0;
  transition: all .3s;
}
.news6 .mask .bt {
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.news6 .mask .text {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 30px 0 70px;
}
.news6 .mask .more {
  font-size: 18px;
  color: #fde02d;
  background: url(../images/icon5_2.png) no-repeat right center / 22px auto;
  padding-right: 34px;
  width: max-content;
}
.news6:hover .imgbox .img {
  transform: scale(1.1);
}
.news6:hover .mask {
  top: 0;
}
.news7 {
  display: block;
}
.news7 .imgbox {
  height: 380px;
  overflow: hidden;
  border-radius: 15px;
}
.news7 .imgbox .img {
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news7 h5 {
  font-size: 20px;
  color: #333;
  margin-top: 30px;
  line-height: 30px;
  height: 60px;
  text-align: center;
  transition: all .3s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news7:hover .imgbox .img {
  transform: scale(1.1);
}
.news7:hover h5 {
  color: #0075c2;
}
.news8 {
  display: block;
}
.news8 .imgbox {
  height: 326px;
  overflow: hidden;
  border-radius: 15px;
}
.news8 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .5s;
}
.news8 .text1 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 30px 0;
}
.news8 .text2 {
  font-size: 18px;
  color: #999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news8:hover .imgbox .img {
  transform: scale(1.1);
}
.main1 {
  padding: 90px 0;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: 0 top;
  background-size: 677px auto;
  overflow: hidden;
}
.main1 .main1_con .main1_con_1 {
  display: flex;
}
.main1 .main1_con .main1_con_1 .main1_con_1_left {
  width: 790px;
  padding-right: 120px;
}
.main1 .main1_con .main1_con_1 .main1_con_1_left .text_box {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin: 50px 0;
}
.main1 .main1_con .main1_con_1 .main1_con_1_right {
  width: calc(100% - 790px);
}
.main1 .main1_con .main1_con_1 .main1_con_1_right ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  border-bottom: 1px solid #ededed;
}
.main1 .main1_con .main1_con_1 .main1_con_1_right ul li h5 {
  font-size: 40px;
  color: #333;
}
.main1 .main1_con .main1_con_1 .main1_con_1_right ul li h5 span {
  font-size: 20px;
}
.main1 .main1_con .main1_con_1 .main1_con_1_right ul li p {
  font-size: 18px;
  color: #999;
}
.main1 .main1_con .main1_con_2 {
  margin-top: 100px;
}
.main1 .main1_con .main1_con_2 ul {
  display: flex;
  margin: 0 -15px;
}
.main1 .main1_con .main1_con_2 ul li {
  width: 50%;
  padding: 0 15px;
}
.main1 .main1_con .main1_con_2 ul li .swiper {
  border-radius: 15px;
}
.main1 .main1_con .main1_con_2 ul li .swiper .swiper-pagination {
  width: auto;
  line-height: 1;
  display: flex;
  bottom: 30px;
  left: 30px;
}
.main1 .main1_con .main1_con_2 ul li .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: .5;
  background-color: #fff;
  border-radius: 50%;
  transition: all .3s;
}
.main1 .main1_con .main1_con_2 ul li .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 10px;
  opacity: 1;
}
.main2 {
  overflow: hidden;
}
.main2 .title1 {
  margin-bottom: 90px;
}
.main2 .title1 h2 {
  text-align: center;
}
.main2 .main2_con .swiper {
  height: 1086px;
}
.main3 {
  background: url(../images/bg2.jpg) no-repeat center center / cover;
  height: 800px;
  margin-top: 120px;
  overflow: hidden;
}
.main3 .main3_con {
  display: flex;
  justify-content: space-between;
}
.main3 .main3_con .main3_con_left {
  width: calc(100% - 1086px);
  padding-top: 198px;
}
.main3 .main3_con .main3_con_left .title h5 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}
.main3 .main3_con .main3_con_left .title p {
  font-size: 18px;
  font-family: "Arial";
  color: #fff;
  opacity: .8;
  margin-top: 38px;
}
.main3 .main3_con .main3_con_left .more1 {
  margin-top: 98px;
}
.main3 .main3_con .main3_con_right {
  width: 1086px;
  margin-top: 148px;
  position: relative;
}
.main3.main3_2 {
  margin-top: 0;
}
.map_popup {
  width: 300px;
  padding: 10px;
  border: 2px dotted #fde02d;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.map_popup i {
  width: 30px;
  display: none;
}
.map_popup .con {
  padding: 20px;
  border-radius: 15px;
  background-color: rgba(253, 224, 45, 0.8);
}
.map_popup .con .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.map_popup .con .project_name,
.map_popup .con .device_type {
  font-size: 18px;
  line-height: 30px;
}
.map_popup.active {
  display: block;
}
.main4 {
  background: url(../images/bg3.jpg) no-repeat right top / 740px auto;
  padding: 90px 0 120px;
  overflow: hidden;
}
.main4 .title {
  display: flex;
  margin-bottom: 80px;
}
.main4 .title .text {
  width: 620px;
  font-size: 22px;
  color: #999;
  line-height: 1.5;
  margin-left: auto;
}
.main4 .title .more1 {
  margin-left: 100px;
}
.main5 {
  overflow: hidden;
}
.main5 .main5_con {
  padding: 120px 0;
  position: relative;
  background-image: url(../images/bg6.png);
  background-repeat: no-repeat;
  background-position: 0 -280px;
  background-size: 1106px auto;
}
.main5 .main5_con .title1 {
  text-align: center;
}
.main5 .main5_con .main5_con_1 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  margin: 80px 0;
}
.main5 .main5_con .main5_con_2 {
  position: relative;
}
.main5 .main5_con .main5_con_2 ul {
  display: flex;
  margin: 0 -40px;
}
.main5 .main5_con .main5_con_2 ul li {
  width: 33.3333%;
  padding: 0 40px;
}
.main5 .main5_con .main5_con_2 ul li .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 44px;
}
.main5 .main5_con .main5_con_2 ul li .item::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #fde02d;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main5 .main5_con .main5_con_2 ul li .item h5 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.main5 .main5_con .main5_con_2 ul li .item h5 span {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 100%;
}
.main5 .main5_con .main5_con_2 ul li .item p {
  font-size: 20px;
  color: #999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 150px;
  margin-top: -22px;
  line-height: 1.2;
}
.main5 .main5_con .main5_con_3 {
  margin-top: 100px;
}
.main5 .main5_con .main5_con_3 ul {
  display: flex;
  margin: 0 -15px;
}
.main5 .main5_con .main5_con_3 ul li {
  width: 50%;
  padding: 0 15px;
}
.main5 .main5_con .main5_con_3 ul li .swiper {
  border-radius: 15px;
}
.main5 .main5_con .main5_con_3 ul li .swiper .swiper-pagination {
  width: auto;
  line-height: 1;
  display: flex;
  bottom: 30px;
  left: 30px;
}
.main5 .main5_con .main5_con_3 ul li .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: .5;
  background-color: #fff;
  border-radius: 50%;
  transition: all .3s;
}
.main5 .main5_con .main5_con_3 ul li .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 10px;
  opacity: 1;
}
.main6 {
  padding-bottom: 120px;
  background: url(../images/bg7.jpg) no-repeat center bottom / 100% auto;
}
.main6 .title1 {
  text-align: center;
}
.main6 .main6_con {
  margin-top: 30px;
  position: relative;
}
.main6 .main6_con::before {
  content: "";
  width: 1000%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75px;
}
.main6 .main6_con .swiper {
  margin: 0 -60px;
}
.main6 .main6_con .swiper .swiper-slide {
  padding: 0 60px;
  cursor: pointer;
}
.main6 .main6_con .swiper .swiper-slide .year {
  font-size: 30px;
  color: #0075c2;
  transform: translateX(-25px);
  opacity: 0;
  transition: all .3s;
}
.main6 .main6_con .swiper .swiper-slide .dot {
  width: 36px;
  height: 36px;
  background: url(../images/icon9.png) no-repeat center center / contain;
  margin: 16px 0 30px;
  transition: all .3s;
}
.main6 .main6_con .swiper .swiper-slide .con .date {
  font-size: 18px;
  color: #666;
  transition: all .3s;
}
.main6 .main6_con .swiper .swiper-slide .con h5 {
  font-size: 28px;
  color: #666;
  padding: 18px 0 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  transition: all .3s;
}
.main6 .main6_con .swiper .swiper-slide .con h5::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #999;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}
.main6 .main6_con .swiper .swiper-slide .con .text {
  font-size: 18px;
  color: #999;
  line-height: 1.5;
  margin-top: 25px;
  transition: all .3s;
}
.main6 .main6_con .swiper .swiper-slide:hover .year {
  opacity: 1;
}
.main6 .main6_con .swiper .swiper-slide:hover .dot {
  background-image: url(../images/icon9_h.png);
}
.main6 .main6_con .swiper .swiper-slide:hover .con .date {
  color: #0075c2;
}
.main6 .main6_con .swiper .swiper-slide:hover .con h5 {
  color: #0075c2;
  font-weight: bold;
}
.main6 .main6_con .swiper .swiper-slide:hover .con h5::before {
  height: 3px;
  background-color: #fde02d;
}
.main6 .main6_con .swiper .swiper-slide:hover .con .text {
  color: #666;
}
.main6 .main6_con .but_box {
  width: 178px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
}
.main6 .main6_con .but_box .but {
  width: 64px;
  height: 64px;
  background: url(../images/icon10.png) no-repeat center center / contain;
  cursor: pointer;
}
.main6 .main6_con .but_box .but.but_next {
  transform: rotateY(180deg);
}
.main6 .main6_con .but_box .but:focus {
  outline: none;
}
.main6 .main6_con .but_box .but:hover {
  background-image: url(../images/icon10_h.png);
}
.main7 {
  padding: 120px 0;
  position: relative;
}
.main7 .main7_con_1 {
  width: 610px;
  height: 490px;
  background-color: #f5f5f5;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 60px 50px 60px 0;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.main7 .main7_con_1::before {
  content: "";
  width: 1000%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  right: 100%;
}
.main7 .main7_con_1 h5 {
  font-size: 22px;
  font-weight: bold;
  color: #0075c2;
}
.main7 .main7_con_1 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin: 40px 0;
}
.main7 .main7_con_1 .text {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
}
.main7 .main7_con_2 {
  width: 6.02083333rem;
  height: 700px;
  position: absolute;
  top: 120px;
  right: 0;
  border-top-left-radius: 15px;
}
.main7 .main7_con_3 {
  background-color: #0075c2;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 107px;
}
.main7 .main7_con_3 .swiper {
  height: 100%;
}
.main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: initial;
}
.main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  min-height: 254px;
  padding: 50px 5px 30px;
  transition: all .3s;
}
.main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide a h5 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
.main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide a h5::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/icon11.png) no-repeat center center / contain;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide a .text {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 50px;
  text-align: center;
}
.main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide a:hover {
  background-color: #0c6097;
}
.main8 {
  padding: 120px 0;
  background-color: #f5f5f5;
}
.main8 .main8_title {
  display: flex;
  justify-content: space-between;
}
.main8 .main8_title .nav ul {
  display: flex;
}
.main8 .main8_title .nav ul li {
  padding: 0 20px;
}
.main8 .main8_title .nav ul li a {
  display: block;
  min-width: 130px;
  text-align: center;
  position: relative;
  background-image: url(../images/icon12.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 125px auto;
}
.main8 .main8_title .nav ul li a h5 {
  font-size: 46px;
  font-weight: bold;
  font-family: "Arial";
  color: #e5e5e5;
  line-height: 1;
  transition: all .3s;
}
.main8 .main8_title .nav ul li a h5 span {
  font-size: 15px;
  font-weight: normal;
  margin-left: 2px;
  transition: all .3s;
}
.main8 .main8_title .nav ul li a p {
  font-size: 24px;
  color: #999;
  margin-top: 50px;
  transition: all .3s;
}
.main8 .main8_title .nav ul li a:hover,
.main8 .main8_title .nav ul li a.active {
  background-image: url(../images/icon12_h.png);
}
.main8 .main8_title .nav ul li a:hover h5,
.main8 .main8_title .nav ul li a.active h5 {
  color: #fde02d;
}
.main8 .main8_title .nav ul li a:hover p,
.main8 .main8_title .nav ul li a.active p {
  color: #0075c2;
}
.main8 .main8_con {
  margin-top: 50px;
}
.main8 .main8_con .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.main8 .main8_con .bottom .left {
  width: calc(100% - 260px);
  position: relative;
}
.main8 .main8_con .bottom .left .swiper-pagination {
  font-size: 18px;
  color: #666;
  display: flex;
  bottom: 15px;
  line-height: 1;
}
.main8 .main8_con .bottom .left .swiper-pagination .swiper-pagination-current {
  color: #0075c2;
}
.main8 .main8_con .bottom .left .swiper-scrollbar {
  background-color: #ddd;
  position: initial;
  height: 2px;
}
.main8 .main8_con .bottom .left .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fde02d;
}
.main8 .main8_con .bottom .but_box {
  width: 158px;
  display: flex;
  justify-content: space-between;
}
.main8 .main8_con .bottom .but_box .but {
  width: 64px;
  height: 64px;
  background: url(../images/icon10.png) no-repeat center center / contain;
  cursor: pointer;
}
.main8 .main8_con .bottom .but_box .but.but_next {
  transform: rotateY(180deg);
}
.main8 .main8_con .bottom .but_box .but:focus {
  outline: none;
}
.main8 .main8_con .bottom .but_box .but:hover {
  background-image: url(../images/icon10_h.png);
}
.main9 {
  display: flex;
}
.main9 .left {
  width: 50%;
  height: 586px;
  background-color: #006dbb;
  background-image: url(../images/bg13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  display: flex;
  justify-content: flex-end;
  padding-top: 80px;
}
.main9 .left .con {
  width: 715px;
  padding-left: 15px;
  padding-right: 150px;
  max-height: 400px;
  overflow: auto;
}
.main9 .left .con .title1 h2 {
  color: #fff;
}
.main9 .left .con .text1 {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  margin: 40px 0;
}
.main9 .left .con .text2 {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.main9 .right {
  width: 50%;
}
.main9 .right .swiper .swiper-slide a {
  display: block;
  overflow: hidden;
}
.main9 .right .swiper .swiper-slide a .img {
  height: 586px;
  transition: all .3s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main9 .right .swiper .swiper-pagination {
  width: auto;
  line-height: 1;
  display: flex;
  bottom: 30px;
  left: 30px;
}
.main9 .right .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: .5;
  background-color: #fff;
  border-radius: 50%;
  transition: all .3s;
}
.main9 .right .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 10px;
  opacity: 1;
}
.main10 {
  background-color: #f5f5f5;
}
.main10 .main10_con {
  padding: 120px 260px 120px 0;
  background-image: url(../images/icon13.png);
  background-position: right 28px;
  background-size: 236px auto;
  background-repeat: no-repeat;
}
.main10 .main10_con .text_box {
  max-height: 326px;
}
.main10 .main10_con .text_box .text {
  font-size: 18px;
  color: #333;
  line-height: 36px;
}
.main10 .main10_con .text_box .text .bt {
  font-size: 22px;
  font-weight: bold;
  color: #0075c2;
}
.main10 .main10_con .text_box.off {
  overflow: hidden;
}
.main10 .main10_con .text_box.open {
  max-height: initial;
  overflow: initial;
}
.main10 .main10_con .unfold {
  margin-top: 60px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  justify-content: center;
  display: none;
}
.main10 .main10_con .unfold h5 {
  font-size: 18px;
  color: #666;
  cursor: pointer;
  background: url(../images/icon14.png) no-repeat right center / 15px auto;
  padding-right: 22px;
}
.main10 .main10_con .unfold h5.active {
  background-image: url(../images/icon14_2.png);
}
.main10 .main10_con .unfold.active {
  display: flex;
}
.main11 {
  padding: 120px 0;
}
.main11 .main11_con_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main11 .main11_con_1 .left {
  width: 580px;
}
.main11 .main11_con_1 .left .text {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin-top: 40px;
}
.main11 .main11_con_1 .but_box {
  width: 158px;
  display: flex;
  justify-content: space-between;
}
.main11 .main11_con_1 .but_box .but {
  width: 64px;
  height: 64px;
  background: url(../images/icon10.png) no-repeat center center / contain;
  cursor: pointer;
}
.main11 .main11_con_1 .but_box .but.but_next {
  transform: rotateY(180deg);
}
.main11 .main11_con_1 .but_box .but:focus {
  outline: none;
}
.main11 .main11_con_1 .but_box .but:hover {
  background-image: url(../images/icon10_h.png);
}
.main11 .main11_con_2 {
  margin-top: 80px;
}
.main11 .main11_con_2 .swiper .swiper-slide ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main11 .main11_con_2 .swiper .swiper-slide ul li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.main11 .main11_con_2 .swiper .swiper-slide ul li:nth-child(2) ~ li {
  width: 33.3333%;
}
.main12 {
  background: url(../images/bg8.jpg) no-repeat center top / cover;
  padding: 120px 0;
  margin-bottom: 45px;
}
.main12 .title1 h2 {
  color: #fff;
}
.main12 .main12_con {
  margin-top: 60px;
}
.main12 .main12_con .item {
  display: none;
}
.main12 .main12_con .item .left {
  width: 50%;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  opacity: 0;
  transition: all .5s;
  transform: scale(0);
}
.main12 .main12_con .item .left.active {
  opacity: 1;
  transform: scale(1);
}
.main12 .main12_con .item .right {
  width: 50%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: all .5s;
  transform: scale(0);
}
.main12 .main12_con .item .right img {
  max-width: 100%;
  border-radius: 10px;
}
.main12 .main12_con .item .right.active {
  opacity: 1;
  transform: scale(1);
}
.main12 .main12_con .item.active {
  display: flex;
}
.main12 .main12_nav {
  margin-top: 130px;
}
.main12 .main12_nav .con {
  display: flex;
  justify-content: center;
  background-color: rgba(0, 117, 193, 0.8);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-radius: 80px;
}
.main12 .main12_nav .con ul {
  display: flex;
}
.main12 .main12_nav .con ul li {
  margin-right: 90px;
}
.main12 .main12_nav .con ul li a {
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-left: 47px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  transition: all .3s;
}
.main12 .main12_nav .con ul li a::before {
  content: "";
  width: 27px;
  height: 100%;
  background: url(../images/icon15.png) no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
.main12 .main12_nav .con ul li a::after {
  content: "";
  width: 53px;
  height: 100%;
  background: url(../images/icon16.png) no-repeat center center / contain;
  position: absolute;
  top: 0;
  right: -53px;
  transition: all .3s;
}
.main12 .main12_nav .con ul li a:hover,
.main12 .main12_nav .con ul li a.active {
  padding: 0 74px 0 0;
}
.main12 .main12_nav .con ul li a:hover::before,
.main12 .main12_nav .con ul li a.active::before {
  left: -27px;
}
.main12 .main12_nav .con ul li a:hover::after,
.main12 .main12_nav .con ul li a.active::after {
  right: 0;
}
.main12 .main12_nav .con ul li:last-child {
  margin-right: 0;
}
.main12 .main12_nav .con2 {
  display: flex;
  justify-content: center;
  background-color: rgba(0, 117, 193, 0.8);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  overflow: hidden;
  padding: 0 50px;
}
.main12 .main12_nav .con2 .swiper {
  max-width: 100%;
}
.main12 .main12_nav .con2 .swiper .swiper-slide {
  width: auto;
  margin-right: 90px;
}
.main12 .main12_nav .con2 .swiper .swiper-slide a {
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-left: 47px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  transition: all .3s;
}
.main12 .main12_nav .con2 .swiper .swiper-slide a::before {
  content: "";
  width: 27px;
  height: 100%;
  background: url(../images/icon15.png) no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
.main12 .main12_nav .con2 .swiper .swiper-slide a::after {
  content: "";
  width: 53px;
  height: 100%;
  background: url(../images/icon16.png) no-repeat center center / contain;
  position: absolute;
  top: 0;
  right: -53px;
  transition: all .3s;
}
.main12 .main12_nav .con2 .swiper .swiper-slide a:hover,
.main12 .main12_nav .con2 .swiper .swiper-slide a.active {
  padding: 0 74px 0 0;
}
.main12 .main12_nav .con2 .swiper .swiper-slide a:hover::before,
.main12 .main12_nav .con2 .swiper .swiper-slide a.active::before {
  left: -27px;
}
.main12 .main12_nav .con2 .swiper .swiper-slide a:hover::after,
.main12 .main12_nav .con2 .swiper .swiper-slide a.active::after {
  right: 0;
}
.main13 {
  background-color: #f5f5f5;
  padding: 100px 0 150px;
}
.main13 .main13_con {
  margin-top: 60px;
}
.main13 .main13_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 50px;
}
.main13 .main13_con ul li {
  width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.main14 {
  background-color: #f5f5f5;
  padding: 20px 0 1px;
}
.main14 .main14_con_1 {
  padding: 120px 0 30px;
  position: relative;
}
.main14 .main14_con_1::before {
  content: "";
  width: 1000%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: -50%;
  transform: translateX(-50%);
}
.main14 .main14_con_1 .gd {
  position: relative;
}
.main14 .main14_con_1 .gd::before {
  content: "";
  width: 1000%;
  height: 50px;
  background: url(../images/bg9.png) repeat-x center center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main14 .main14_con_1 .gd .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.main14 .main14_con_1 .gd .swiper .swiper-slide img {
  max-width: 100%;
}
.main14 .main14_con_1 .gd .swiper .swiper-slide.video-popup {
  position: relative;
  cursor: pointer;
}
.main14 .main14_con_1 .gd .swiper .swiper-slide.video-popup::before {
  content: "\e737";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #fff;
  z-index: 2;
}
.main14 .main14_con_1 .bottom {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main14 .main14_con_1 .bottom h5 {
  font-size: 42px;
  color: #333;
}
.main14 .main14_con_1 .bottom .but_box {
  width: 138px;
  display: flex;
  justify-content: space-between;
}
.main14 .main14_con_1 .bottom .but_box .but {
  width: 54px;
  height: 54px;
  background: url(../images/icon10.png) no-repeat center center / contain;
  cursor: pointer;
}
.main14 .main14_con_1 .bottom .but_box .but.but_next {
  transform: rotateY(180deg);
}
.main14 .main14_con_1 .bottom .but_box .but:focus {
  outline: none;
}
.main14 .main14_con_1 .bottom .but_box .but:hover {
  background-image: url(../images/icon10_h.png);
}
.main14 .main14_con_2 {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  padding: 120px 250px;
  border-bottom: 1px solid #ccc;
}
.main14 .main14_con_3 {
  padding: 120px 250px 120px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.main14 .main14_con_3 .title {
  width: 250px;
  font-size: 32px;
  color: #333;
}
.main14 .main14_con_3 .text {
  width: calc(100% - 250px);
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}
.main14 .main14_con_4 {
  padding: 120px 0 60px;
  border-bottom: 1px solid #ccc;
}
.main14 .main14_con_4 .title {
  font-size: 32px;
  color: #333;
  margin-bottom: 70px;
}
.main14 .main14_con_4 ul {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
.main14 .main14_con_4 ul li {
  width: 33.3333%;
  padding: 0 30px;
  margin-bottom: 60px;
}
.main14 .main14_con_4 ul li .con {
  height: 160px;
  position: relative;
  padding-top: 50px;
  padding-right: 150px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.main14 .main14_con_4 ul li .con b {
  font-size: 110px;
  color: #0075c2;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  opacity: .1;
  transition: all .3s;
}
.main14 .main14_con_4 ul li .con .text {
  font-size: 18px;
  color: #333;
  line-height: 25px;
  height: 72px;
  overflow: auto;
  position: relative;
  z-index: 2;
  transition: all .3s;
}
.main14 .main14_con_4 ul li .con::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fde02d;
  border-radius: 50%;
  position: absolute;
  bottom: -8px;
  left: 0;
  transition: all .3s;
}
.main14 .main14_con_4 ul li .con::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fde02d;
  transition: all .3s;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.main14 .main14_con_4 ul li .con:hover b {
  opacity: .3;
}
.main14 .main14_con_4 ul li .con:hover .text {
  font-weight: bold;
}
.main14 .main14_con_4 ul li .con:hover::before {
  left: 100%;
}
.main14 .main14_con_4 ul li .con:hover::after {
  width: 100%;
}
.main14 .main14_con_5 {
  padding: 120px 0 50px;
}
.main14 .main14_con_5 .title {
  font-size: 32px;
  color: #333;
  margin-bottom: 50px;
}
.main14 .main14_con_5 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main14 .main14_con_5 ul li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 70px;
}
.main15 {
  padding: 120px 0;
  background: url(../images/bg10.jpg) no-repeat center center / cover;
}
.main15 .main15_con {
  display: flex;
}
.main15 .main15_con .left {
  width: 730px;
  padding-right: 220px;
}
.main15 .main15_con .left .text1 {
  font-size: 36px;
  line-height: 1.1;
  color: #333;
}
.main15 .main15_con .left .text2 {
  font-size: 18px;
  color: #999;
  line-height: 1.5;
  margin-top: 25px;
}
.main15 .main15_con .left .text3 {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-top: 25px;
}
.main15 .main15_con .right {
  width: calc(100% - 730px);
}
.main15 .main15_con .right ul {
  display: flex;
  margin: 0 -15px;
}
.main15 .main15_con .right ul li {
  width: 50%;
  padding: 0 15px;
}
.main15 .main15_con .right ul li a {
  display: block;
  position: relative;
  height: 388px;
  border-radius: 15px;
  overflow: hidden;
}
.main15 .main15_con .right ul li a .img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .3s;
}
.main15 .main15_con .right ul li a .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  background-image: url(../images/icon21.png);
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: right 30px top 30px;
  transition: all .3s;
  opacity: 0;
}
.main15 .main15_con .right ul li a .mask .text {
  font-size: 26px;
  line-height: 1.5;
  color: #fff;
}
.main15 .main15_con .right ul li a:hover .img {
  transform: scale(1.1);
}
.main15 .main15_con .right ul li a:hover .mask {
  opacity: 1;
}
.main16 {
  padding: 120px 0;
}
.main16 .main16_con {
  display: flex;
  position: relative;
}
.main16 .main16_con .left {
  width: 470px;
  padding-right: 30px;
}
.main16 .main16_con .left a {
  height: 548px;
  display: block;
  background-color: #f5f5f5;
  border-radius: 15px;
  position: relative;
  transition: all .5s;
  transform: scale(0);
  opacity: 0;
}
.main16 .main16_con .left a::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #fde02d;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
}
.main16 .main16_con .left a .title {
  height: 198px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.main16 .main16_con .left a .title b {
  color: #0075c2;
  font-size: 130px;
  font-weight: bold;
  opacity: .1;
  line-height: 1;
  position: absolute;
  top: 18px;
  left: 40px;
}
.main16 .main16_con .left a .title h5 {
  font-size: 30px;
  color: #333;
  position: relative;
  z-index: 10;
}
.main16 .main16_con .left a .text_box {
  padding: 50px 40px 0;
}
.main16 .main16_con .left a .text_box .text {
  font-size: 18px;
  line-height: 25px;
  color: #666;
  height: 216px;
  overflow-y: auto;
}
.main16 .main16_con .left a.active {
  opacity: 1;
  transform: scale(1);
}
.main16 .main16_con .right {
  width: calc(100% - 470px);
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.main16 .main16_con .right .swiper {
  width: 100%;
}
.main16 .main16_con .right .swiper .swiper-slide {
  display: flex;
}
.main16 .main16_con .right .swiper .swiper-slide ul {
  width: 100%;
  display: flex;
}
.main16 .main16_con .right .swiper .swiper-slide ul li {
  width: 50%;
  padding: 0 10px;
}
.main16 .main16_con .right .swiper .swiper-slide ul li a {
  height: 360px;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.main16 .main16_con .right .swiper .swiper-slide ul li a .img {
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main16 .main16_con .right .swiper .swiper-slide ul li a:hover .img {
  transform: scale(1.1);
}
.main16 .main16_con .right .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 40px;
}
.main16 .main16_con .right .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  opacity: 1;
  margin: 0 10px;
}
.main16 .main16_con .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fde02d;
}
.main16 .main16_con .but {
  width: 54px;
  height: 54px;
  background: url(../images/icon10.png) no-repeat center center / contain;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.main16 .main16_con .but.but_prev {
  left: -84px;
}
.main16 .main16_con .but.but_next {
  transform: translateY(-50%) rotateY(180deg);
  right: -84px;
}
.main16 .main16_con .but:focus {
  outline: none;
}
.main16 .main16_con .but:hover {
  background-image: url(../images/icon10_h_2.png);
}
.main17 {
  background: url(../images/bg11.jpg) no-repeat center center / cover;
  padding: 120px 0;
}
.main17 .main17_con {
  padding-right: 550px;
}
.main17 .main17_con .title2 {
  color: #fff;
  margin-bottom: 30px;
}
.main17 .main17_con .text1 {
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
}
.main17 .main17_con .text2 {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  opacity: .8;
  margin-top: 30px;
}
.main18 {
  padding-bottom: 120px;
  background-color: #eee;
}
.main18 .main18_con {
  margin: 0 -40px;
}
.main18 .main18_con .swiper .swiper-slide {
  height: auto;
  border-right: 1px solid #ddd;
}
.main18 .main18_con .swiper .swiper-slide a {
  display: block;
  padding: 60px 49px 0;
}
.main18 .main18_con .swiper .swiper-slide a .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-left: 30px;
  background-image: url(../images/icon22.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 15px auto;
  line-height: 1.2;
}
.main18 .main18_con .swiper .swiper-slide a .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: #333;
  line-height: 1.5;
  margin-top: 30px;
  opacity: .8;
}
.main18 .main18_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  border-right: none;
}
.main19 {
  padding: 120px 0;
}
.main19 .main19_con_1 .text1 {
  font-size: 34px;
  color: #333;
}
.main19 .main19_con_1 .text2 {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-top: 35px;
}
.main19 .main19_con_2 {
  margin-top: 80px;
}
.main19 .main19_con_2 table {
  width: 100%;
}
.main19 .main19_con_2 table tr th {
  width: 388px;
  border: 1px solid #e1e1e1;
  font-size: 18px;
  color: #333;
  height: 77px;
  text-align: center;
  background-color: #f7f7f7;
  border-left: none;
}
.main19 .main19_con_2 table tr th:nth-child(1) {
  width: calc(100% - 1164px);
}
.main19 .main19_con_2 table tr th:last-child {
  border-right: none;
}
.main19 .main19_con_2 table tr td {
  border: 1px solid #e1e1e1;
  height: 117px;
  text-align: center;
  font-size: 18px;
  color: #666;
  padding: 0 10px;
}
.main19 .main19_con_2 table tr td img {
  border-radius: 10px;
  max-width: 90%;
  max-height: 90%;
}
.main19 .main19_con_2 table tr td:first-child {
  font-weight: bold;
  color: #333;
  background-color: #f7f7f7;
  border-left: none;
}
.main19 .main19_con_2 table tr td:last-child {
  border-right: none;
}
.main19 .main19_con_2 table tr:first-child {
  border-top: 2px solid #333;
}
.main19 .main19_con_3 {
  margin-top: 80px;
}
.main19 .main19_con_3 ul {
  display: flex;
  margin: 0 -50px;
}
.main19 .main19_con_3 ul li {
  width: 50%;
  padding: 0 50px;
}
.main19 .main19_con_3 ul li .title {
  font-size: 34px;
  color: #333;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 50px;
  line-height: 1.2;
}
.main19 .main19_con_3 ul li .title::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #fde02d;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.main19 .main19_con_3 ul li .text {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
}
.main19 .main19_con_4 {
  margin-top: 80px;
}
.main19 .main19_con_4 .title {
  font-size: 22px;
  color: #333;
  margin-bottom: 40px;
}
.main19 .main19_con_4 ul {
  background-color: #f6f6f6;
  border-radius: 15px;
  height: 160px;
  display: flex;
  align-items: center;
  text-align: center;
}
.main19 .main19_con_4 ul li {
  width: 25%;
  border-right: 1px solid #e1e1e1;
}
.main19 .main19_con_4 ul li .con h5 {
  font-size: 36px;
  color: #0066cc;
}
.main19 .main19_con_4 ul li .con p {
  font-size: 18px;
  color: #999;
  margin-top: 18px;
}
.main19 .main19_con_4 ul li:last-child {
  border-right: none;
}
.main20 {
  background: url(../images/bg12.jpg) no-repeat center center / cover;
  padding: 120px 0;
}
.main20 .main20_con_1 {
  display: flex;
  justify-content: space-between;
}
.main20 .main20_con_1 .title {
  width: 750px;
}
.main20 .main20_con_1 .title .title2 {
  color: #fff;
  margin-bottom: 0;
}
.main20 .main20_con_1 .title .text {
  font-size: 36px;
  font-weight: lighter;
  color: #fff;
  margin-top: 50px;
  line-height: 1.2;
}
.main20 .main20_con_1 .but_box {
  width: 140px;
  display: flex;
  justify-content: space-between;
}
.main20 .main20_con_1 .but_box .but {
  width: 54px;
  height: 54px;
  background: url(../images/icon10.png) no-repeat center center / contain;
  cursor: pointer;
}
.main20 .main20_con_1 .but_box .but.but_next {
  transform: rotateY(180deg);
}
.main20 .main20_con_1 .but_box .but:focus {
  outline: none;
}
.main20 .main20_con_1 .but_box .but:hover {
  background-image: url(../images/icon10_h.png);
}
.main20 .main20_con_2 {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
.main20 .main20_con_2::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 88px;
  left: 0;
}
.main20 .main20_con_2 .swiper {
  margin: 0 -60px;
}
.main20 .main20_con_2 .swiper .swiper-slide {
  padding: 0 60px;
}
.main20 .main20_con_2 .swiper .swiper-slide p {
  font-size: 30px;
  color: #fff;
  padding-bottom: 40px;
}
.main20 .main20_con_2 .swiper .swiper-slide h5 {
  font-size: 30px;
  color: #0082e5;
  line-height: 1.2;
  margin-top: 60px;
}
.main20 .main20_con_2 .swiper .swiper-slide .text {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 30px;
  color: #fff;
}
.main21 {
  padding: 120px 0;
}
.main21 .main21_con .item {
  margin-bottom: 45px;
}
.main21 .main21_con .item .title {
  position: relative;
  padding-left: 0;
  padding-right: 80px;
  cursor: pointer;
  transition: all .3s;
}
.main21 .main21_con .item .title::before {
  content: "";
  width: 54px;
  height: 54px;
  background: url(../images/icon23.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transition: all .3s;
  transform: translateY(-50%);
}
.main21 .main21_con .item .title b {
  font-size: 60px;
  font-weight: bold;
  color: #e5e5e5;
  position: absolute;
  top: -10px;
  left: 0;
  line-height: 1;
  opacity: 0;
  transition: all .3s;
}
.main21 .main21_con .item .title h5 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}
.main21 .main21_con .item .con {
  display: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.main21 .main21_con .item .con .text {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-top: 30px;
}
.main21 .main21_con .item .con ul {
  margin: 50px -15px 0;
  display: flex;
  flex-wrap: wrap;
}
.main21 .main21_con .item .con ul li {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.main21 .main21_con .item .con ul li a {
  display: block;
  height: 334px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.main21 .main21_con .item .con ul li a .img {
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main21 .main21_con .item .con ul li a h5 {
  position: absolute;
  width: 100%;
  bottom: 30px;
  padding: 0 30px;
  z-index: 2;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
}
.main21 .main21_con .item .con ul li a:hover .img {
  transform: scale(1.1);
}
.main21 .main21_con .item:last-child {
  margin-bottom: 0;
}
.main21 .main21_con .item.active .title {
  padding-left: 100px;
}
.main21 .main21_con .item.active .title::before {
  top: -5px;
  transform: none;
  background-image: url(../images/icon23_h.png);
}
.main21 .main21_con .item.active .title b {
  opacity: 1;
}
.main21 .main21_con .item.active .title h5 {
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
  font-size: 34px;
}
.main22 {
  padding: 100px 0;
  background-color: #f5f5f5;
}
.main22 .title1 {
  text-align: center;
}
.main22 .main22_con {
  width: 1386px;
  margin: 110px auto 0;
}
.main23 {
  padding: 100px 0 50px;
}
.main23 .nav4 {
  margin-bottom: 50px;
}
.main23 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main23 ul li {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 50px;
}
.main24 {
  padding-bottom: 120px;
}
.main24 .main24_con_1 {
  font-size: 42px;
  line-height: 1.6;
  width: 930px;
}
.main24 .main24_con_2 {
  margin-top: 100px;
}
.main24 .main24_con_2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
}
.main24 .main24_con_2 ul li {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.main25 {
  padding: 120px 0;
}
.main25 .title {
  border-bottom: 1px solid #ccc;
}
.main25 .title h5 {
  font-size: 50px;
  color: #333;
  line-height: 1.5;
}
.main25 .title .date {
  font-size: 18px;
  color: #ccc;
  margin: 50px 0;
  display: flex;
}
.main25 .title .date p {
  margin-right: 30px;
}
.main25 .title .date p span {
  color: #333;
}
.main25 .con {
  font-size: 18px;
  color: #333;
  line-height: 2;
  margin-top: 70px;
}
.main25 .con img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main25 .pageTurning {
  display: flex;
  align-items: center;
  height: 76px;
  background-color: #f5f5f5;
  position: relative;
  margin-top: 80px;
}
.main25 .pageTurning ul {
  display: flex;
  width: 100%;
  padding: 0 40px;
}
.main25 .pageTurning ul li {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}
.main25 .pageTurning ul li a {
  font-size: 18px;
  color: #999;
  transition: all .3s;
}
.main25 .pageTurning ul li a:hover {
  color: #0075c2;
}
.main25 .pageTurning ul li:first-child {
  padding-right: 100px;
}
.main25 .pageTurning ul li:last-child {
  text-align: right;
  padding-left: 100px;
}
.main25 .pageTurning ul li:hover {
  color: #0075c2;
}
.main25 .pageTurning .getBack {
  font-size: 18px;
  color: #999;
  background-image: url(../images/icon24.png);
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: 0 center;
  padding-left: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.main25 .pageTurning .getBack:hover {
  color: #0075c2;
  background-image: url(../images/icon24_h.png);
}
.main26 {
  background-color: #f5f5f5;
  padding: 120px 0;
}
.main26 .main26_con {
  display: flex;
  align-items: center;
}
.main26 .main26_con .left {
  width: 600px;
}
.main26 .main26_con .left .imgbox {
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}
.main26 .main26_con .left .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
}
.main26 .main26_con .left .imgbox:hover .img {
  transform: scale(1.1);
}
.main26 .main26_con .left .swiper {
  border-radius: 15px;
}
.main26 .main26_con .left .swiper .swiper-slide a {
  display: block;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}
.main26 .main26_con .left .swiper .swiper-slide a .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
}
.main26 .main26_con .left .swiper .swiper-slide a.video-popup {
  position: relative;
}
.main26 .main26_con .left .swiper .swiper-slide a.video-popup::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main26 .main26_con .left .swiper .swiper-slide a.video-popup::before {
  content: "\e737";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #fff;
  z-index: 2;
}
.main26 .main26_con .left .swiper .swiper-slide a:hover .img {
  transform: scale(1.1);
}
.main26 .main26_con .left .swiper .swiper-pagination {
  width: auto;
  line-height: 1;
  display: flex;
  bottom: 30px;
  left: 30px;
}
.main26 .main26_con .left .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: .5;
  background-color: #fff;
  border-radius: 50%;
  transition: all .3s;
}
.main26 .main26_con .left .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 10px;
  opacity: 1;
}
.main26 .main26_con .right {
  width: calc(100% - 600px);
  padding: 0 100px;
}
.main26 .main26_con .right h5 {
  font-size: 30px;
  color: #333;
}
.main26 .main26_con .right .text {
  font-size: 18px;
  color: #333;
  line-height: 2;
  margin-top: 30px;
}
.main26 .main26_con .right a {
  display: block;
  width: 200px;
  line-height: 46px;
  background-color: #fde02d;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 90px;
  transition: all .3s;
}
.main26 .main26_con .right a:hover {
  background-color: #b8a116;
}
.map img {
  width: 100%;
}
.main27 {
  height: 600px;
  position: relative;
  display: block;
}
.main27::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main28 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
}
.main28 .gd {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 30px 0;
}
.main28 .gd .main28_con {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 40px;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.main28 .gd .main28_con .off {
  width: 38px;
  height: 38px;
  background: url(../images/icon25.png) no-repeat center center / contain;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.main28 .gd .main28_con .title {
  text-align: center;
  margin-bottom: 40px;
}
.main28 .gd .main28_con .title h5 {
  font-size: 48px;
  color: #333;
}
.main28 .gd .main28_con .title p {
  color: #0075c2;
  margin-top: 20px;
}
.main28 .gd .main28_con ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.main28 .gd .main28_con ul li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.main28 .gd .main28_con ul li p {
  font-size: 18px;
  color: #999;
  margin-bottom: 10px;
}
.main28 .gd .main28_con ul li input,
.main28 .gd .main28_con ul li textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 0 20px;
  font-size: 18px;
}
.main28 .gd .main28_con ul li input:focus,
.main28 .gd .main28_con ul li textarea:focus {
  outline: none;
}
.main28 .gd .main28_con ul li textarea {
  height: 140px;
  resize: none;
  padding: 20px;
}
.main28 .gd .main28_con ul li.yzm .input_box {
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 15px;
  display: flex;
  overflow: hidden;
}
.main28 .gd .main28_con ul li.yzm .input_box input {
  width: calc(100% - 130px);
  height: 100%;
  border: none;
}
.main28 .gd .main28_con ul li.yzm .input_box a {
  width: 130px;
  height: 100%;
}
.main28 .gd .main28_con ul li.yzm .input_box a img {
  width: 100%;
  height: 100%;
}
.main28 .gd .main28_con ul li:last-child {
  width: 100%;
}
.main28 .gd .main28_con button {
  display: block;
  width: 160px;
  height: 50px;
  background-color: #fde02d;
  border: none;
  font-size: 16px;
  color: #333;
  border-radius: 50px;
  margin: 10px auto 0;
}
.main28 .gd .main28_con button:focus {
  outline: none;
}
.main28.active {
  display: flex;
}
.main29 {
  padding: 100px 0;
}
.main29 form {
  max-width: 600px;
  height: 60px;
  border: 1px solid #0075c2;
  border-radius: 50px;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 100px;
}
.main29 form input {
  height: 100%;
  width: calc(100% - 120px);
  border: none;
  font-size: 18px;
  padding: 0 30px;
}
.main29 form input:focus {
  outline: none;
}
.main29 form button {
  width: 120px;
  height: 100%;
  background-color: #0075c2;
  background-image: url(../images/icon3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  border: none;
}
.main29 form button:focus {
  outline: none;
}
.main29 .main29_con .title {
  font-size: 18px;
  margin-bottom: 30px;
}
.main29 .main29_con .title b {
  margin: 0 5px;
}
.main29 .main29_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main29 .main29_con ul li {
  width: 33.3333%;
  margin-bottom: 30px;
  padding: 0 15px;
}
footer .footer_1 {
  background: url(../images/bg4.jpg) no-repeat center center / cover;
  padding: 40px 0 60px;
}
footer .footer_1 .container_box {
  display: flex;
}
footer .footer_1 .container_box .left {
  width: 470px;
  padding-right: 20px;
}
footer .footer_1 .container_box .left .logo {
  width: 250px;
}
footer .footer_1 .container_box .left .phone {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  background: url(../images/icon6.png) no-repeat 0 center / 44px auto;
  padding-left: 60px;
  margin: 30px 0;
}
footer .footer_1 .container_box .left .text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 2;
}
footer .footer_1 .container_box .right {
  width: calc(100% - 470px);
  display: flex;
  justify-content: space-between;
}
footer .footer_1 .container_box .right dl {
  max-width: 25%;
}
footer .footer_1 .container_box .right dl dt {
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
footer .footer_1 .container_box .right dl dt a {
  font-size: 22px;
  color: #fff;
  transition: all .3s;
}
footer .footer_1 .container_box .right dl dt a:hover {
  color: #fde02d;
  text-decoration: underline !important;
}
footer .footer_1 .container_box .right dl dd {
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
footer .footer_1 .container_box .right dl dd a {
  font-size: 18px;
  color: #fff;
  transition: all .3s;
  opacity: .9;
}
footer .footer_1 .container_box .right dl dd a:hover {
  opacity: 1;
  color: #fde02d;
  text-decoration: underline !important;
}
footer .footer_2 {
  background-color: #0061a1;
}
footer .footer_2 .con {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  padding: 20px 80px 20px 0;
  display: flex;
  justify-content: space-between;
}
footer .footer_2 .con a {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer_2 .con .go_top {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icon7.jpg) no-repeat center center / cover;
  cursor: pointer;
}
@media (min-width: 992px) {
  .news3:hover .img {
    transform: scale(1.1);
  }
}
@media (max-width: 1570px) {
  .main16 .main16_con .but {
    display: none;
  }
}
@media (max-width: 1430px) {
  body.active {
    padding-top: 0.83916084rem;
  }
  .page_div {
    height: 0.53146853rem;
    font-size: 0.0979021rem;
    border-radius: 0.1048951rem;
  }
  .page_div a {
    min-width: 0.3006993rem;
    height: 0.3006993rem;
    font-size: 0.12587413rem;
    margin: 0 0.03496503rem;
  }
  .page_div #nextPage,
  .page_div #prePage,
  .page_div #firstPage {
    height: 0.3006993rem;
    font-size: 0.12587413rem;
    border-radius: 0.27972028rem;
  }
  .page_div #prePage {
    padding-left: 0.23076923rem;
    background-size: 0.15384615rem auto;
    margin-right: 0.20979021rem;
  }
  .page_div #nextPage {
    padding-right: 0.23076923rem;
    background-size: 0.15384615rem auto;
    margin-left: 0.20979021rem;
  }
  .banner .swiper .swiper-slide .text_box {
    font-size: 0.41958042rem;
    top: 1.3986014rem;
  }
  .banner .swiper .swiper-slide .text_box p {
    margin: 0.13986014rem 0;
  }
  .banner .bottom {
    bottom: 0.34965035rem;
  }
  .banner .bottom .container_box .left {
    width: 0.48951049rem;
  }
  .banner .bottom .container_box .left .but {
    width: 0.1048951rem;
    height: 0.20979021rem;
  }
  .banner .bottom .container_box .right .swiper-pagination .swiper-pagination-bullet {
    width: 0.55944056rem;
    height: 0.02097902rem;
    margin: 0 0 0 0.13286713rem;
  }
  .banner .bottom .container_box .right .swiper-pagination .swiper-pagination-bullet .num {
    font-size: 0.12587413rem;
    bottom: 0.16083916rem;
    text-align: left;
  }
  .banner2 {
    height: 3.84615385rem;
  }
  .banner2 .container_box .con_box {
    padding-top: 0.17482517rem;
  }
  .banner2 .container_box .con_box .crumbs {
    background-size: 0.12587413rem auto;
    padding: 0.03496503rem 0 0.03496503rem 0.13986014rem;
    font-size: 0.12587413rem;
  }
  .banner2 .container_box .con_box .crumbs i {
    margin: 0 0.06993007rem;
  }
  .banner2 .container_box .con_box .text_box {
    height: calc(100% - 0.41958042rem);
  }
  .banner2 .container_box .con_box .text_box img.zi_1 {
    width: 5.42657343rem;
  }
  .banner2 .container_box .con_box .text_box img.zi_2 {
    width: 4.97902098rem;
  }
  .banner2 .container_box .con_box .text_box2 {
    height: calc(100% - 0.41958042rem);
    font-size: 0.41958042rem;
  }
  .nav1 {
    height: 0.83916084rem;
  }
  .nav1 .container_box .logo a img {
    max-height: 0.51048951rem;
  }
  .nav1 .container_box .right nav ul li {
    margin-left: 0.13986014rem;
  }
  .nav1 .container_box .right nav ul li a {
    font-size: 0.12587413rem;
  }
  .nav1 .container_box .right nav ul li dl {
    padding: 0.03496503rem 0.06993007rem;
  }
  .nav1 .container_box .right nav ul li dl dd a {
    font-size: 0.11188811rem;
    line-height: 0.24475524rem;
    padding: 0.03496503rem 0;
  }
  .nav1 .container_box .right .search {
    margin-left: 0.41958042rem;
  }
  .nav1 .container_box .right .search .con {
    width: 0.18181818rem;
    height: 0.18881119rem;
  }
  .nav1 .container_box .right .search form {
    width: 2.0979021rem;
    height: 0.34965035rem;
  }
  .nav1 .container_box .right .search form input {
    width: calc(100% - 0.55944056rem);
    font-size: 0.12587413rem;
    padding: 0 0.06993007rem;
  }
  .nav1 .container_box .right .search form button {
    width: 0.55944056rem;
    font-size: 0.11188811rem;
  }
  .nav1 .container_box .right .language {
    margin-left: 0.20979021rem;
  }
  .nav1 .container_box .right .language .con {
    width: 0.1958042rem;
    height: 0.1958042rem;
  }
  .nav1 .container_box .right .language ul {
    width: 0.41958042rem;
    padding-top: 0.06993007rem;
    box-shadow: 0 0 0.06993007rem rgba(0, 0, 0, 0.1);
  }
  .nav1 .container_box .right .language ul li a {
    font-size: 0.11188811rem;
    line-height: 0.27972028rem;
  }
  .nav1.inside {
    height: 0.83916084rem;
  }
  .nav1.inside .container_box .logo a img {
    max-height: 0.51048951rem;
  }
  .nav1.active {
    box-shadow: 0 0 0.06993007rem rgba(0, 0, 0, 0.1);
    height: 0.41958042rem;
  }
  .nav1.active .container_box .logo a img {
    max-height: 0.31468531rem;
  }
  .nav2 {
    height: 0.6993007rem;
  }
  .nav2 .container_box .swiper .swiper-slide a {
    font-size: 0.16783217rem;
    padding: 0 0.20979021rem;
  }
  .nav2 .container_box .swiper .swiper-slide a::before {
    background-size: 0.34965035rem auto;
  }
  .nav3 .con_box {
    padding: 0 0.20979021rem;
  }
  .nav3 .con_box .swiper .swiper-slide a {
    padding: 0.41958042rem 0;
    border-bottom-width: 0.02097902rem;
  }
  .nav3 .con_box .swiper .swiper-slide a .icon {
    height: 0.45454545rem;
  }
  .nav3 .con_box .swiper .swiper-slide a h5 {
    font-size: 0.13986014rem;
    margin-top: 0.18181818rem;
  }
  .nav3 .con_box .but {
    width: 0.1048951rem;
    height: 0.2027972rem;
  }
  .nav4 .swiper .swiper-slide {
    margin-right: 0.34965035rem;
  }
  .nav4 .swiper .swiper-slide a {
    font-size: 0.13986014rem;
    padding-bottom: 0.06993007rem;
    border-bottom-width: 0.02097902rem;
  }
  .nav5 .swiper .swiper-slide a {
    font-size: 0.13986014rem;
    padding: 0.13986014rem 0.27972028rem;
  }
  .nav5 .swiper .swiper-slide a::before {
    width: 0.1958042rem;
    height: 0.01398601rem;
  }
  .nav5 .swiper .swiper-slide a::after {
    height: 0.11188811rem;
  }
  .title1 h2 {
    font-size: 0.33566434rem;
  }
  .title2 {
    font-size: 0.27972028rem;
    margin-bottom: 0.48951049rem;
  }
  .more1 {
    width: 1.3986014rem;
    height: 0.32167832rem;
    font-size: 0.12587413rem;
    border-radius: 0.03496503rem;
  }
  .more1 img {
    margin-left: 0.06293706rem;
    width: 0.15384615rem;
  }
  .news1 {
    border-radius: 0.1048951rem;
    height: 4.1958042rem;
  }
  .news1::after {
    width: 1.1048951rem;
    height: 1.1048951rem;
  }
  .news1.video-popup::after {
    width: 1.1048951rem;
    height: 1.1048951rem;
  }
  .news2 {
    height: 3.69230769rem;
    border-radius: 0.1048951rem;
    padding-top: 1.04895105rem;
  }
  .news2::before {
    height: 0.05594406rem;
  }
  .news2 .bt1 {
    height: 1.04895105rem;
    font-size: 0.13986014rem;
    padding: 0 0.06993007rem;
  }
  .news2 .mask {
    padding: 0 0.20979021rem;
    background-size: 0.15384615rem auto;
    background-position: right 0.20979021rem bottom 0.20979021rem;
    border-top: 0.05594406rem solid #fde02d;
  }
  .news2 .mask h5 {
    font-size: 0.17482517rem;
  }
  .news2 .mask .text {
    font-size: 0.12587413rem;
    line-height: 0.25174825rem;
    height: 1.00699301rem;
    margin-top: 0.20979021rem;
  }
  .news2 .mask ul {
    margin-top: 0.20979021rem;
    height: 1.93006993rem;
  }
  .news2 .mask ul li {
    line-height: 0.17482517rem;
    margin-bottom: 0.06993007rem;
  }
  .news2 .mask ul li a {
    font-size: 0.12587413rem;
  }
  .news2 .mask .more {
    width: 0.15384615rem;
    height: 0.0979021rem;
    bottom: 0.20979021rem;
    right: 0.20979021rem;
  }
  .news2:hover .bt1 {
    top: -1.04895105rem;
  }
  .news3 {
    height: 3.41258741rem;
    border-radius: 0.1048951rem;
  }
  .news3 .imgbox {
    border-radius: 0.1048951rem;
  }
  .news3 .img {
    height: 1.94405594rem;
    border-radius: 0.1048951rem;
  }
  .news3 .text_box .text {
    font-size: 0.13986014rem;
    margin: 0.20979021rem 0 0.27972028rem;
    line-height: 0.25174825rem;
    height: 0.5034965rem;
    -webkit-line-clamp: 2;
  }
  .news3 .text_box .date p {
    font-size: 0.12587413rem;
  }
  .news3 .text_box .date p::before {
    margin-left: 0.13986014rem;
  }
  .news3 .mask {
    padding: 0.41958042rem 0.20979021rem 0;
  }
  .news3 .mask .logo {
    width: 1.32867133rem;
  }
  .news3 .mask h5 {
    font-size: 0.18181818rem;
    line-height: 0.29370629rem;
    height: 0.58741259rem;
    -webkit-line-clamp: 2;
    margin: 0.20979021rem 0;
  }
  .news3 .mask .text {
    font-size: 0.12587413rem;
    line-height: 0.25174825rem;
    height: 0.75524476rem;
    -webkit-line-clamp: 3;
  }
  .news3 .mask .more {
    font-size: 0.12587413rem;
    background: url(../images/icon5_2.png) no-repeat right center / 0.15384615rem auto;
    padding-right: 0.23776224rem;
    bottom: 0.20979021rem;
    left: 0.20979021rem;
  }
  .news4 {
    border-radius: 0.1048951rem;
    padding: 0 0.13986014rem;
  }
  .news4 .imgbox .img {
    height: 3.14685315rem;
  }
  .news4 .text_box {
    height: 0.90909091rem;
  }
  .news4 .text_box .text {
    font-size: 0.12587413rem;
    line-height: 0.20979021rem;
  }
  .news5 {
    border-radius: 0.1048951rem;
    height: 2.23776224rem;
  }
  .news5 .text {
    padding: 0.20979021rem;
    font-size: 0.1958042rem;
  }
  .news5.news5_2 {
    height: 1.95804196rem;
  }
  .news6 {
    padding: 0.20979021rem 0.20979021rem 0;
    border-radius: 0.1048951rem;
  }
  .news6 .imgbox {
    height: 2.65734266rem;
  }
  .news6 h5 {
    font-size: 0.15384615rem;
    line-height: 0.48951049rem;
  }
  .news6 .mask {
    background-size: 0.61538462rem auto;
    background-position: center -0.35664336rem;
    padding: 0.90909091rem 0.20979021rem 0;
  }
  .news6 .mask .bt {
    font-size: 0.20979021rem;
  }
  .news6 .mask .text {
    font-size: 0.12587413rem;
    line-height: 0.25174825rem;
    height: 0.75524476rem;
    margin: 0.20979021rem 0 0.48951049rem;
  }
  .news6 .mask .more {
    font-size: 0.12587413rem;
    background-size: 0.15384615rem auto;
    padding-right: 0.23776224rem;
  }
  .news7 .imgbox {
    height: 2.65734266rem;
    border-radius: 0.1048951rem;
  }
  .news7 h5 {
    font-size: 0.13986014rem;
    margin-top: 0.20979021rem;
    line-height: 0.20979021rem;
    height: 0.41958042rem;
  }
  .news8 .imgbox {
    height: 2.27972028rem;
    border-radius: 0.1048951rem;
  }
  .news8 .text1 {
    font-size: 0.16783217rem;
    line-height: 0.27972028rem;
    height: 0.55944056rem;
    margin: 0.20979021rem 0;
  }
  .news8 .text2 {
    font-size: 0.12587413rem;
    line-height: 0.20979021rem;
    height: 0.41958042rem;
  }
  .main1 {
    padding: 0.62937063rem 0;
    background-size: 4.73426573rem auto;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_left {
    width: 5.52447552rem;
    padding-right: 0.83916084rem;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_left .text_box {
    font-size: 0.12587413rem;
    margin: 0.34965035rem 0;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_right {
    width: calc(100% - 5.52447552rem);
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_right ul li {
    height: 0.83916084rem;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_right ul li h5 {
    font-size: 0.27972028rem;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_right ul li h5 span {
    font-size: 0.13986014rem;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_right ul li p {
    font-size: 0.12587413rem;
  }
  .main1 .main1_con .main1_con_2 {
    margin-top: 0.6993007rem;
  }
  .main1 .main1_con .main1_con_2 ul {
    margin: 0 -0.1048951rem;
  }
  .main1 .main1_con .main1_con_2 ul li {
    padding: 0 0.1048951rem;
  }
  .main1 .main1_con .main1_con_2 ul li .swiper {
    border-radius: 0.1048951rem;
  }
  .main1 .main1_con .main1_con_2 ul li .swiper .swiper-pagination {
    bottom: 0.20979021rem;
    left: 0.20979021rem;
  }
  .main1 .main1_con .main1_con_2 ul li .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.06993007rem;
    height: 0.06993007rem;
    margin: 0 0.03496503rem;
  }
  .main1 .main1_con .main1_con_2 ul li .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.34965035rem;
    border-radius: 0.06993007rem;
  }
  .main2 .title1 {
    margin-bottom: 0.62937063rem;
  }
  .main2 .main2_con .swiper {
    height: 7.59440559rem;
  }
  .main3 {
    height: 5.59440559rem;
    margin-top: 0.83916084rem;
  }
  .main3 .main3_con .main3_con_left {
    width: calc(100% - 7.59440559rem);
    padding-top: 1.38461538rem;
  }
  .main3 .main3_con .main3_con_left .title h5 {
    font-size: 0.33566434rem;
  }
  .main3 .main3_con .main3_con_left .title p {
    font-size: 0.12587413rem;
    margin-top: 0.26573427rem;
  }
  .main3 .main3_con .main3_con_left .more1 {
    margin-top: 0.68531469rem;
  }
  .main3 .main3_con .main3_con_right {
    width: 7.59440559rem;
    margin-top: 1.03496503rem;
  }
  .map_popup {
    width: 2.0979021rem;
    padding: 0.06993007rem;
    border-radius: 0.1048951rem;
    border-width: 0.01398601rem;
  }
  .map_popup i {
    width: 0.20979021rem;
  }
  .map_popup .con {
    padding: 0.13986014rem;
    border-radius: 0.1048951rem;
  }
  .map_popup .con .title {
    font-size: 0.16783217rem;
    margin-bottom: 0.06993007rem;
  }
  .map_popup .con .project_name,
  .map_popup .con .device_type {
    font-size: 0.12587413rem;
    line-height: 0.20979021rem;
  }
  .main4 {
    background: url(../images/bg3.jpg) no-repeat right top / 5.17482517rem auto;
    padding: 0.62937063rem 0 0.83916084rem;
  }
  .main4 .title {
    margin-bottom: 0.55944056rem;
  }
  .main4 .title .text {
    width: 4.33566434rem;
    font-size: 0.15384615rem;
  }
  .main4 .title .more1 {
    margin-left: 0.6993007rem;
  }
  .main5 .main5_con {
    padding: 0.83916084rem 0;
    background-position: 0 -1.95804196rem;
    background-size: 7.73426573rem auto;
  }
  .main5 .main5_con::before {
    width: 7.73426573rem;
    height: 7.74125874rem;
    top: -1.95804196rem;
    left: -0.06993007rem;
  }
  .main5 .main5_con .main5_con_1 {
    font-size: 0.12587413rem;
    margin: 0.55944056rem 0;
  }
  .main5 .main5_con .main5_con_2 ul {
    margin: 0 -0.27972028rem;
  }
  .main5 .main5_con .main5_con_2 ul li {
    padding: 0 0.27972028rem;
  }
  .main5 .main5_con .main5_con_2 ul li .item {
    padding-bottom: 0.30769231rem;
  }
  .main5 .main5_con .main5_con_2 ul li .item::before {
    height: 0.03496503rem;
    border-radius: 0.03496503rem;
  }
  .main5 .main5_con .main5_con_2 ul li .item h5 {
    font-size: 0.27972028rem;
  }
  .main5 .main5_con .main5_con_2 ul li .item h5 span {
    font-size: 0.13986014rem;
  }
  .main5 .main5_con .main5_con_2 ul li .item p {
    font-size: 0.13986014rem;
    max-width: 1.04895105rem;
    margin-top: -0.15384615rem;
  }
  .main5 .main5_con .main5_con_3 {
    margin-top: 0.6993007rem;
  }
  .main5 .main5_con .main5_con_3 ul {
    margin: 0 -0.1048951rem;
  }
  .main5 .main5_con .main5_con_3 ul li {
    padding: 0 0.1048951rem;
  }
  .main5 .main5_con .main5_con_3 ul li .swiper {
    border-radius: 0.1048951rem;
  }
  .main5 .main5_con .main5_con_3 ul li .swiper .swiper-pagination {
    bottom: 0.20979021rem;
    left: 0.20979021rem;
  }
  .main5 .main5_con .main5_con_3 ul li .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.06993007rem;
    height: 0.06993007rem;
    margin: 0 0.03496503rem;
  }
  .main5 .main5_con .main5_con_3 ul li .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.34965035rem;
    border-radius: 0.06993007rem;
  }
  .main6 {
    padding-bottom: 0.83916084rem;
  }
  .main6 .main6_con {
    margin-top: 0.20979021rem;
  }
  .main6 .main6_con::before {
    top: 0.52447552rem;
  }
  .main6 .main6_con .swiper {
    margin: 0 -0.41958042rem;
  }
  .main6 .main6_con .swiper .swiper-slide {
    padding: 0 0.41958042rem;
  }
  .main6 .main6_con .swiper .swiper-slide .year {
    font-size: 0.20979021rem;
    transform: translateX(-0.17482517rem);
  }
  .main6 .main6_con .swiper .swiper-slide .dot {
    width: 0.25174825rem;
    height: 0.25174825rem;
    margin: 0.11188811rem 0 0.20979021rem;
  }
  .main6 .main6_con .swiper .swiper-slide .con .date {
    font-size: 0.12587413rem;
  }
  .main6 .main6_con .swiper .swiper-slide .con h5 {
    font-size: 0.1958042rem;
    padding: 0.12587413rem 0 0.1958042rem;
  }
  .main6 .main6_con .swiper .swiper-slide .con h5::before {
    width: 0.41958042rem;
  }
  .main6 .main6_con .swiper .swiper-slide .con .text {
    font-size: 0.12587413rem;
    margin-top: 0.17482517rem;
  }
  .main6 .main6_con .swiper .swiper-slide:hover .con h5::before {
    height: 0.02097902rem;
  }
  .main6 .main6_con .but_box {
    width: 1.24475524rem;
    margin: 0.55944056rem auto 0;
  }
  .main6 .main6_con .but_box .but {
    width: 0.44755245rem;
    height: 0.44755245rem;
  }
  .main7 {
    padding: 0.83916084rem 0;
  }
  .main7 .main7_con_1 {
    width: 4.26573427rem;
    height: 3.42657343rem;
    border-top-right-radius: 0.1048951rem;
    border-bottom-right-radius: 0.1048951rem;
    padding: 0.41958042rem 0.34965035rem 0.41958042rem 0;
    margin-top: 0.34965035rem;
  }
  .main7 .main7_con_1 h5 {
    font-size: 0.15384615rem;
  }
  .main7 .main7_con_1 h2 {
    font-size: 0.20979021rem;
    margin: 0.27972028rem 0;
  }
  .main7 .main7_con_1 .text {
    font-size: 0.12587413rem;
  }
  .main7 .main7_con_2 {
    width: 8.08391608rem;
    height: 4.8951049rem;
    top: 0.83916084rem;
    border-top-left-radius: 0.1048951rem;
  }
  .main7 .main7_con_3 {
    border-radius: 0.1048951rem;
    margin-top: 0.74825175rem;
  }
  .main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide a {
    min-height: 1.77622378rem;
    padding: 0.34965035rem 0.03496503rem 0.20979021rem;
  }
  .main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide a h5 {
    font-size: 0.13986014rem;
  }
  .main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide a h5::before {
    width: 0.09090909rem;
    height: 0.09090909rem;
    margin-top: 0.13986014rem;
  }
  .main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide a .text {
    font-size: 0.12587413rem;
    line-height: 0.20979021rem;
    margin-top: 0.34965035rem;
  }
  .main8 {
    padding: 0.83916084rem 0;
  }
  .main8 .main8_title .nav ul li {
    padding: 0 0.13986014rem;
  }
  .main8 .main8_title .nav ul li a {
    min-width: 0.90909091rem;
    background-size: 0.87412587rem auto;
  }
  .main8 .main8_title .nav ul li a h5 {
    font-size: 0.32167832rem;
  }
  .main8 .main8_title .nav ul li a h5 span {
    font-size: 0.1048951rem;
    margin-left: 0.01398601rem;
  }
  .main8 .main8_title .nav ul li a p {
    font-size: 0.16783217rem;
    margin-top: 0.34965035rem;
  }
  .main8 .main8_con {
    margin-top: 0.34965035rem;
  }
  .main8 .main8_con .bottom {
    margin-top: 0.55944056rem;
  }
  .main8 .main8_con .bottom .left {
    width: calc(100% - 1.81818182rem);
  }
  .main8 .main8_con .bottom .left .swiper-pagination {
    font-size: 0.12587413rem;
    bottom: 0.1048951rem;
  }
  .main8 .main8_con .bottom .left .swiper-scrollbar {
    height: 0.01398601rem;
  }
  .main8 .main8_con .bottom .but_box {
    width: 1.1048951rem;
  }
  .main8 .main8_con .bottom .but_box .but {
    width: 0.44755245rem;
    height: 0.44755245rem;
  }
  .main9 .left {
    width: 50%;
    height: 4.0979021rem;
    padding-top: 0.55944056rem;
  }
  .main9 .left .con {
    width: 5rem;
    padding-left: 0.1048951rem;
    padding-right: 1.04895105rem;
    max-height: 2.7972028rem;
  }
  .main9 .left .con .text1 {
    font-size: 0.20979021rem;
    margin: 0.27972028rem 0;
  }
  .main9 .left .con .text2 {
    font-size: 0.12587413rem;
  }
  .main9 .right .swiper .swiper-slide a .img {
    height: 4.0979021rem;
  }
  .main9 .right .swiper .swiper-pagination {
    bottom: 0.20979021rem;
    left: 0.20979021rem;
  }
  .main9 .right .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.06993007rem;
    height: 0.06993007rem;
    margin: 0 0.03496503rem;
  }
  .main9 .right .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.34965035rem;
    border-radius: 0.06993007rem;
  }
  .main10 .main10_con {
    padding: 0.83916084rem 1.81818182rem 0.83916084rem 0;
    background-position: right 0.1958042rem;
    background-size: 1.65034965rem auto;
  }
  .main10 .main10_con .text_box {
    max-height: 2.27972028rem;
  }
  .main10 .main10_con .text_box .text {
    font-size: 0.12587413rem;
    line-height: 0.25174825rem;
  }
  .main10 .main10_con .text_box .text .bt {
    font-size: 0.15384615rem;
  }
  .main10 .main10_con .unfold {
    margin-top: 0.41958042rem;
    padding-top: 0.13986014rem;
  }
  .main10 .main10_con .unfold h5 {
    font-size: 0.12587413rem;
    background-size: 0.1048951rem auto;
    padding-right: 0.15384615rem;
  }
  .main11 {
    padding: 0.83916084rem 0;
  }
  .main11 .main11_con_1 .left {
    width: 4.05594406rem;
  }
  .main11 .main11_con_1 .left .text {
    font-size: 0.12587413rem;
    margin-top: 0.27972028rem;
  }
  .main11 .main11_con_1 .but_box {
    width: 1.1048951rem;
  }
  .main11 .main11_con_1 .but_box .but {
    width: 0.44755245rem;
    height: 0.44755245rem;
  }
  .main11 .main11_con_2 {
    margin-top: 0.55944056rem;
  }
  .main11 .main11_con_2 .swiper .swiper-slide ul {
    margin: 0 -0.1048951rem;
  }
  .main11 .main11_con_2 .swiper .swiper-slide ul li {
    padding: 0 0.1048951rem;
    margin-bottom: 0.20979021rem;
  }
  .main12 {
    padding: 0.83916084rem 0;
    margin-bottom: 0.31468531rem;
  }
  .main12 .main12_con {
    margin-top: 0.41958042rem;
  }
  .main12 .main12_con .item .left {
    font-size: 0.12587413rem;
    line-height: 0.17482517rem;
  }
  .main12 .main12_con .item .right {
    padding: 0 0.13986014rem;
  }
  .main12 .main12_con .item .right img {
    border-radius: 0.06993007rem;
  }
  .main12 .main12_nav {
    margin-top: 0.90909091rem;
  }
  .main12 .main12_nav .con {
    border-radius: 0.55944056rem;
  }
  .main12 .main12_nav .con ul li {
    margin-right: 0.62937063rem;
  }
  .main12 .main12_nav .con ul li a {
    height: 0.55944056rem;
    font-size: 0.12587413rem;
    padding-left: 0.32867133rem;
  }
  .main12 .main12_nav .con ul li a::before {
    width: 0.18881119rem;
  }
  .main12 .main12_nav .con ul li a::after {
    width: 0.37062937rem;
    right: -0.37062937rem;
  }
  .main12 .main12_nav .con ul li a:hover,
  .main12 .main12_nav .con ul li a.active {
    padding: 0 0.51748252rem 0 0;
  }
  .main12 .main12_nav .con ul li a:hover::before,
  .main12 .main12_nav .con ul li a.active::before {
    left: -0.18881119rem;
  }
  .main12 .main12_nav .con2 {
    border-radius: 0.55944056rem;
    padding: 0 0.34965035rem;
  }
  .main12 .main12_nav .con2 .swiper .swiper-slide {
    margin-right: 0.62937063rem;
  }
  .main12 .main12_nav .con2 .swiper .swiper-slide a {
    height: 0.55944056rem;
    font-size: 0.12587413rem;
    padding-left: 0.32867133rem;
  }
  .main12 .main12_nav .con2 .swiper .swiper-slide a::before {
    width: 0.18881119rem;
  }
  .main12 .main12_nav .con2 .swiper .swiper-slide a::after {
    width: 0.37062937rem;
    right: -0.37062937rem;
  }
  .main12 .main12_nav .con2 .swiper .swiper-slide a:hover,
  .main12 .main12_nav .con2 .swiper .swiper-slide a.active {
    padding: 0 0.51748252rem 0 0;
  }
  .main12 .main12_nav .con2 .swiper .swiper-slide a:hover::before,
  .main12 .main12_nav .con2 .swiper .swiper-slide a.active::before {
    left: -0.18881119rem;
  }
  .main13 {
    padding: 0.6993007rem 0 1.04895105rem;
  }
  .main13 .main13_con {
    margin-top: 0.41958042rem;
  }
  .main13 .main13_con ul {
    margin: 0 -0.1048951rem 0.34965035rem;
  }
  .main13 .main13_con ul li {
    padding: 0 0.1048951rem;
    margin-bottom: 0.20979021rem;
  }
  .main14 {
    padding: 0.13986014rem 0 1px;
  }
  .main14 .main14_con_1 {
    padding: 0.83916084rem 0 0.20979021rem;
  }
  .main14 .main14_con_1 .gd::before {
    height: 0.34965035rem;
  }
  .main14 .main14_con_1 .gd .swiper .swiper-slide.video-popup::before {
    font-size: 0.55944056rem;
  }
  .main14 .main14_con_1 .bottom {
    margin-top: 0.55944056rem;
  }
  .main14 .main14_con_1 .bottom h5 {
    font-size: 0.29370629rem;
  }
  .main14 .main14_con_1 .bottom .but_box {
    width: 0.96503497rem;
  }
  .main14 .main14_con_1 .bottom .but_box .but {
    width: 0.37762238rem;
    height: 0.37762238rem;
  }
  .main14 .main14_con_2 {
    font-size: 0.12587413rem;
    padding: 0.83916084rem 1.74825175rem;
  }
  .main14 .main14_con_3 {
    padding: 0.83916084rem 1.74825175rem 0.83916084rem 0;
  }
  .main14 .main14_con_3 .title {
    width: 1.74825175rem;
    font-size: 0.22377622rem;
  }
  .main14 .main14_con_3 .text {
    width: calc(100% - 1.74825175rem);
    font-size: 0.12587413rem;
  }
  .main14 .main14_con_4 {
    padding: 0.83916084rem 0 0.41958042rem;
  }
  .main14 .main14_con_4 .title {
    font-size: 0.22377622rem;
    margin-bottom: 0.48951049rem;
  }
  .main14 .main14_con_4 ul {
    margin: 0 -0.20979021rem;
  }
  .main14 .main14_con_4 ul li {
    padding: 0 0.20979021rem;
    margin-bottom: 0.41958042rem;
  }
  .main14 .main14_con_4 ul li .con {
    height: 1.11888112rem;
    padding-top: 0.34965035rem;
    padding-right: 1.04895105rem;
  }
  .main14 .main14_con_4 ul li .con b {
    font-size: 0.76923077rem;
  }
  .main14 .main14_con_4 ul li .con .text {
    font-size: 0.12587413rem;
    line-height: 0.17482517rem;
    height: 0.5034965rem;
  }
  .main14 .main14_con_4 ul li .con::before {
    width: 0.11188811rem;
    height: 0.11188811rem;
    bottom: -0.05594406rem;
  }
  .main14 .main14_con_5 {
    padding: 0.83916084rem 0 0.34965035rem;
  }
  .main14 .main14_con_5 .title {
    font-size: 0.22377622rem;
    margin-bottom: 0.34965035rem;
  }
  .main14 .main14_con_5 ul {
    margin: 0 -0.1048951rem;
  }
  .main14 .main14_con_5 ul li {
    padding: 0 0.1048951rem;
    margin-bottom: 0.48951049rem;
  }
  .main15 {
    padding: 0.83916084rem 0;
  }
  .main15 .main15_con .left {
    width: 5.1048951rem;
    padding-right: 1.53846154rem;
  }
  .main15 .main15_con .left .text1 {
    font-size: 0.25174825rem;
  }
  .main15 .main15_con .left .text2 {
    font-size: 0.12587413rem;
    margin-top: 0.17482517rem;
  }
  .main15 .main15_con .left .text3 {
    font-size: 0.12587413rem;
    margin-top: 0.17482517rem;
  }
  .main15 .main15_con .right {
    width: calc(100% - 5.1048951rem);
  }
  .main15 .main15_con .right ul {
    margin: 0 -0.1048951rem;
  }
  .main15 .main15_con .right ul li {
    padding: 0 0.1048951rem;
  }
  .main15 .main15_con .right ul li a {
    height: 2.71328671rem;
    border-radius: 0.1048951rem;
  }
  .main15 .main15_con .right ul li a .mask {
    padding: 0.20979021rem;
    background-size: 0.14685315rem auto;
    background-position: right 0.20979021rem top 0.20979021rem;
  }
  .main15 .main15_con .right ul li a .mask .text {
    font-size: 0.18181818rem;
  }
  .main16 {
    padding: 0.83916084rem 0;
  }
  .main16 .main16_con .left {
    width: 3.28671329rem;
    padding-right: 0.20979021rem;
  }
  .main16 .main16_con .left a {
    height: 3.83216783rem;
    border-radius: 0.1048951rem;
  }
  .main16 .main16_con .left a::before {
    width: 0.06293706rem;
    height: 0.06293706rem;
    top: 0.13986014rem;
    right: 0.13986014rem;
  }
  .main16 .main16_con .left a .title {
    height: 1.38461538rem;
    padding: 0 0.27972028rem;
  }
  .main16 .main16_con .left a .title b {
    font-size: 0.90909091rem;
    top: 0.12587413rem;
    left: 0.27972028rem;
  }
  .main16 .main16_con .left a .title h5 {
    font-size: 0.20979021rem;
  }
  .main16 .main16_con .left a .text_box {
    padding: 0.34965035rem 0.27972028rem 0;
  }
  .main16 .main16_con .left a .text_box .text {
    font-size: 0.12587413rem;
    line-height: 0.17482517rem;
    height: 1.51048951rem;
  }
  .main16 .main16_con .right {
    width: calc(100% - 3.28671329rem);
    border-radius: 0.1048951rem;
    padding: 0 0.13986014rem;
  }
  .main16 .main16_con .right .swiper .swiper-slide ul li {
    padding: 0 0.06993007rem;
  }
  .main16 .main16_con .right .swiper .swiper-slide ul li a {
    height: 2.51748252rem;
    border-radius: 0.1048951rem;
  }
  .main16 .main16_con .right .swiper-pagination {
    bottom: 0.27972028rem;
  }
  .main16 .main16_con .right .swiper-pagination .swiper-pagination-bullet {
    width: 0.08391608rem;
    height: 0.08391608rem;
    margin: 0 0.06993007rem;
  }
  .main16 .main16_con .but {
    width: 0.37762238rem;
    height: 0.37762238rem;
  }
  .main16 .main16_con .but.but_prev {
    left: -0.58741259rem;
  }
  .main16 .main16_con .but.but_next {
    right: -0.58741259rem;
  }
  .main17 {
    padding: 0.83916084rem 0;
  }
  .main17 .main17_con {
    padding-right: 3.84615385rem;
  }
  .main17 .main17_con .title2 {
    margin-bottom: 0.20979021rem;
  }
  .main17 .main17_con .text1 {
    font-size: 0.1958042rem;
  }
  .main17 .main17_con .text2 {
    font-size: 0.12587413rem;
    margin-top: 0.20979021rem;
  }
  .main18 {
    padding-bottom: 0.83916084rem;
  }
  .main18 .main18_con {
    margin: 0 -0.27972028rem;
  }
  .main18 .main18_con .swiper .swiper-slide a {
    padding: 0.41958042rem 0.27972028rem 0;
  }
  .main18 .main18_con .swiper .swiper-slide a .title {
    font-size: 0.16783217rem;
    padding-left: 0.20979021rem;
    background-size: 0.1048951rem auto;
  }
  .main18 .main18_con .swiper .swiper-slide a .text {
    font-size: 0.12587413rem;
    margin-top: 0.20979021rem;
  }
  .main19 {
    padding: 0.83916084rem 0;
  }
  .main19 .main19_con_1 .text1 {
    font-size: 0.23776224rem;
  }
  .main19 .main19_con_1 .text2 {
    font-size: 0.12587413rem;
    margin-top: 0.24475524rem;
  }
  .main19 .main19_con_2 {
    margin-top: 0.55944056rem;
  }
  .main19 .main19_con_2 table tr th {
    width: 2.71328671rem;
    font-size: 0.12587413rem;
    height: 0.53846154rem;
  }
  .main19 .main19_con_2 table tr th:nth-child(1) {
    width: calc(100% - 8.13986014rem);
  }
  .main19 .main19_con_2 table tr td {
    height: 0.81818182rem;
    font-size: 0.12587413rem;
    padding: 0 0.06993007rem;
  }
  .main19 .main19_con_2 table tr td img {
    border-radius: 0.06993007rem;
  }
  .main19 .main19_con_2 table tr:first-child {
    border-top: 0.01398601rem solid #333333;
  }
  .main19 .main19_con_3 {
    margin-top: 0.55944056rem;
  }
  .main19 .main19_con_3 ul {
    margin: 0 -0.34965035rem;
  }
  .main19 .main19_con_3 ul li {
    padding: 0 0.34965035rem;
  }
  .main19 .main19_con_3 ul li .title {
    font-size: 0.23776224rem;
    padding-bottom: 0.20979021rem;
    margin-bottom: 0.34965035rem;
  }
  .main19 .main19_con_3 ul li .title::before {
    width: 0.6993007rem;
  }
  .main19 .main19_con_3 ul li .text {
    font-size: 0.12587413rem;
  }
  .main19 .main19_con_4 {
    margin-top: 0.55944056rem;
  }
  .main19 .main19_con_4 .title {
    font-size: 0.15384615rem;
    margin-bottom: 0.27972028rem;
  }
  .main19 .main19_con_4 ul {
    border-radius: 0.1048951rem;
    height: 1.11888112rem;
  }
  .main19 .main19_con_4 ul li .con h5 {
    font-size: 0.25174825rem;
  }
  .main19 .main19_con_4 ul li .con p {
    font-size: 0.12587413rem;
    margin-top: 0.12587413rem;
  }
  .main20 {
    padding: 0.83916084rem 0;
  }
  .main20 .main20_con_1 .title {
    width: 5.24475524rem;
  }
  .main20 .main20_con_1 .title .text {
    font-size: 0.25174825rem;
    margin-top: 0.34965035rem;
  }
  .main20 .main20_con_1 .but_box {
    width: 0.97902098rem;
  }
  .main20 .main20_con_1 .but_box .but {
    width: 0.37762238rem;
    height: 0.37762238rem;
  }
  .main20 .main20_con_2 {
    margin-top: 0.55944056rem;
  }
  .main20 .main20_con_2::before {
    top: 0.61538462rem;
  }
  .main20 .main20_con_2 .swiper {
    margin: 0 -0.41958042rem;
  }
  .main20 .main20_con_2 .swiper .swiper-slide {
    padding: 0 0.41958042rem;
  }
  .main20 .main20_con_2 .swiper .swiper-slide p {
    font-size: 0.20979021rem;
    padding-bottom: 0.27972028rem;
  }
  .main20 .main20_con_2 .swiper .swiper-slide h5 {
    font-size: 0.20979021rem;
    margin-top: 0.41958042rem;
  }
  .main20 .main20_con_2 .swiper .swiper-slide .text {
    font-size: 0.12587413rem;
    margin-top: 0.20979021rem;
  }
  .main21 {
    padding: 0.83916084rem 0;
  }
  .main21 .main21_con .item {
    margin-bottom: 0.31468531rem;
  }
  .main21 .main21_con .item .title {
    padding-right: 0.55944056rem;
  }
  .main21 .main21_con .item .title::before {
    width: 0.37762238rem;
    height: 0.37762238rem;
  }
  .main21 .main21_con .item .title b {
    font-size: 0.41958042rem;
    top: -0.06993007rem;
  }
  .main21 .main21_con .item .title h5 {
    font-size: 0.1958042rem;
  }
  .main21 .main21_con .item .con {
    padding-bottom: 0.20979021rem;
  }
  .main21 .main21_con .item .con .text {
    font-size: 0.12587413rem;
    margin-top: 0.20979021rem;
  }
  .main21 .main21_con .item .con ul {
    margin: 0.34965035rem -0.1048951rem 0;
  }
  .main21 .main21_con .item .con ul li {
    padding: 0 0.1048951rem;
    margin-bottom: 0.20979021rem;
  }
  .main21 .main21_con .item .con ul li a {
    height: 2.33566434rem;
    border-radius: 0.06993007rem;
  }
  .main21 .main21_con .item .con ul li a h5 {
    bottom: 0.20979021rem;
    padding: 0 0.20979021rem;
    font-size: 0.18181818rem;
    line-height: 0.25174825rem;
  }
  .main21 .main21_con .item.active .title {
    padding-left: 0.6993007rem;
  }
  .main21 .main21_con .item.active .title::before {
    top: -0.03496503rem;
  }
  .main21 .main21_con .item.active .title h5 {
    font-size: 0.23776224rem;
  }
  .main22 {
    padding: 0.6993007rem 0;
  }
  .main22 .main22_con {
    width: 9.69230769rem;
    margin: 0.76923077rem auto 0;
  }
  .main23 {
    padding: 0.6993007rem 0 0.34965035rem;
  }
  .main23 .nav4 {
    margin-bottom: 0.34965035rem;
  }
  .main23 ul {
    margin: 0 -0.1048951rem;
  }
  .main23 ul li {
    padding: 0 0.1048951rem;
    margin-bottom: 0.34965035rem;
  }
  .main24 {
    padding-bottom: 0.83916084rem;
  }
  .main24 .main24_con_1 {
    font-size: 0.29370629rem;
    width: 6.5034965rem;
  }
  .main24 .main24_con_2 {
    margin-top: 0.6993007rem;
  }
  .main24 .main24_con_2 ul {
    margin: 0 -0.1048951rem 0.20979021rem;
  }
  .main24 .main24_con_2 ul li {
    padding: 0 0.1048951rem;
    margin-bottom: 0.20979021rem;
  }
  .main25 {
    padding: 0.83916084rem 0;
  }
  .main25 .title h5 {
    font-size: 0.34965035rem;
  }
  .main25 .title .date {
    font-size: 0.12587413rem;
    margin: 0.34965035rem 0;
  }
  .main25 .title .date p {
    margin-right: 0.20979021rem;
  }
  .main25 .con {
    font-size: 0.12587413rem;
    margin-top: 0.48951049rem;
  }
  .main25 .pageTurning {
    height: 0.53146853rem;
    margin-top: 0.55944056rem;
  }
  .main25 .pageTurning ul {
    padding: 0 0.27972028rem;
  }
  .main25 .pageTurning ul li a {
    font-size: 0.12587413rem;
  }
  .main25 .pageTurning ul li:first-child {
    padding-right: 0.6993007rem;
  }
  .main25 .pageTurning ul li:last-child {
    padding-left: 0.6993007rem;
  }
  .main25 .pageTurning .getBack {
    font-size: 0.12587413rem;
    background-size: 0.13286713rem auto;
    padding-left: 0.1958042rem;
  }
  .main26 {
    padding: 0.83916084rem 0;
  }
  .main26 .main26_con .left {
    width: 4.1958042rem;
  }
  .main26 .main26_con .left .imgbox {
    height: 2.7972028rem;
    border-radius: 0.1048951rem;
  }
  .main26 .main26_con .left .swiper {
    border-radius: 0.1048951rem;
  }
  .main26 .main26_con .left .swiper .swiper-slide a {
    height: 2.7972028rem;
    border-radius: 0.1048951rem;
  }
  .main26 .main26_con .left .swiper .swiper-slide a.video-popup::before {
    font-size: 0.55944056rem;
  }
  .main26 .main26_con .left .swiper .swiper-pagination {
    bottom: 0.20979021rem;
    left: 0.20979021rem;
  }
  .main26 .main26_con .left .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.06993007rem;
    height: 0.06993007rem;
    margin: 0 0.03496503rem;
  }
  .main26 .main26_con .left .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.34965035rem;
    border-radius: 0.06993007rem;
  }
  .main26 .main26_con .right {
    width: calc(100% - 4.1958042rem);
    padding: 0 0.6993007rem;
  }
  .main26 .main26_con .right h5 {
    font-size: 0.20979021rem;
  }
  .main26 .main26_con .right .text {
    font-size: 0.12587413rem;
    margin-top: 0.20979021rem;
  }
  .main26 .main26_con .right a {
    width: 1.3986014rem;
    line-height: 0.32167832rem;
    border-radius: 0.03496503rem;
    font-size: 0.12587413rem;
    margin-top: 0.62937063rem;
  }
  .main27 {
    height: 4.1958042rem;
  }
  .main28 .gd .main28_con {
    border-radius: 0.1048951rem;
    padding: 0.20979021rem 0.27972028rem;
    max-width: 6.99300699rem;
  }
  .main28 .gd .main28_con .off {
    width: 0.26573427rem;
    height: 0.26573427rem;
    top: 0.06993007rem;
    right: 0.06993007rem;
  }
  .main28 .gd .main28_con .title {
    margin-bottom: 0.27972028rem;
  }
  .main28 .gd .main28_con .title h5 {
    font-size: 0.33566434rem;
  }
  .main28 .gd .main28_con .title p {
    margin-top: 0.13986014rem;
  }
  .main28 .gd .main28_con ul {
    margin: 0 -0.13986014rem;
  }
  .main28 .gd .main28_con ul li {
    padding: 0 0.13986014rem;
    margin-bottom: 0.13986014rem;
  }
  .main28 .gd .main28_con ul li p {
    font-size: 0.12587413rem;
    margin-bottom: 0.06993007rem;
  }
  .main28 .gd .main28_con ul li input,
  .main28 .gd .main28_con ul li textarea {
    height: 0.41958042rem;
    border-radius: 0.1048951rem;
    padding: 0 0.13986014rem;
    font-size: 0.12587413rem;
  }
  .main28 .gd .main28_con ul li textarea {
    height: 0.97902098rem;
    padding: 0.13986014rem;
  }
  .main28 .gd .main28_con ul li.yzm .input_box {
    height: 0.41958042rem;
    border-radius: 0.1048951rem;
  }
  .main28 .gd .main28_con ul li.yzm .input_box input {
    width: calc(100% - 0.90909091rem);
  }
  .main28 .gd .main28_con ul li.yzm .input_box a {
    width: 0.90909091rem;
  }
  .main28 .gd .main28_con button {
    width: 1.11888112rem;
    height: 0.34965035rem;
    font-size: 0.11188811rem;
    border-radius: 0.34965035rem;
    margin: 0.06993007rem auto 0;
  }
  .main29 {
    padding: 0.6993007rem 0;
  }
  .main29 form {
    max-width: 4.1958042rem;
    height: 0.41958042rem;
    border-radius: 0.34965035rem;
    margin-bottom: 0.6993007rem;
  }
  .main29 form input {
    width: calc(100% - 0.83916084rem);
    font-size: 0.12587413rem;
    padding: 0 0.20979021rem;
  }
  .main29 form button {
    width: 0.83916084rem;
    background-size: 0.20979021rem auto;
  }
  .main29 .main29_con .title {
    font-size: 0.12587413rem;
    margin-bottom: 0.20979021rem;
  }
  .main29 .main29_con .title b {
    margin: 0 0.03496503rem;
  }
  .main29 .main29_con ul {
    margin: 0 -0.1048951rem;
  }
  .main29 .main29_con ul li {
    margin-bottom: 0.20979021rem;
    padding: 0 0.1048951rem;
  }
  footer .footer_1 {
    padding: 0.27972028rem 0 0.41958042rem;
  }
  footer .footer_1 .container_box .left {
    width: 3.28671329rem;
    padding-right: 0.13986014rem;
  }
  footer .footer_1 .container_box .left .logo {
    width: 1.74825175rem;
  }
  footer .footer_1 .container_box .left .phone {
    font-size: 0.12587413rem;
    line-height: 0.20979021rem;
    background: url(../images/icon6.png) no-repeat 0 center / 0.30769231rem auto;
    padding-left: 0.41958042rem;
    margin: 0.20979021rem 0;
  }
  footer .footer_1 .container_box .left .text {
    font-size: 0.12587413rem;
  }
  footer .footer_1 .container_box .right {
    width: calc(100% - 3.28671329rem);
  }
  footer .footer_1 .container_box .right dl dt {
    margin-bottom: 0.20979021rem;
  }
  footer .footer_1 .container_box .right dl dt a {
    font-size: 0.15384615rem;
  }
  footer .footer_1 .container_box .right dl dd {
    line-height: 0.25174825rem;
  }
  footer .footer_1 .container_box .right dl dd a {
    font-size: 0.12587413rem;
  }
  footer .footer_2 .con {
    font-size: 0.11188811rem;
    padding: 0.13986014rem 0.55944056rem 0.13986014rem 0;
  }
  footer .footer_2 .con .go_top {
    width: 0.41958042rem;
  }
}
@media (max-width: 991px) {
  body.active {
    padding-top: 60px;
  }
  .video_popup i {
    top: auto;
    right: 50%;
    bottom: 20px;
    transform: translateX(50%) rotate(45deg);
  }
  .page_div {
    height: 50px;
    font-size: 14px;
    border-radius: 10px;
  }
  .page_div a {
    min-width: 20px;
    height: 43px;
    font-size: 14px;
    margin: 0;
  }
  .page_div #nextPage,
  .page_div #prePage,
  .page_div #firstPage {
    height: 43px;
    font-size: 14px;
    border-radius: 40px;
  }
  .page_div #prePage {
    padding-left: 20px;
    background-size: 16px auto;
    margin-right: 10px;
  }
  .page_div #nextPage {
    padding-right: 20px;
    background-size: 16px auto;
    margin-left: 10px;
  }
  .banner {
    height: 5.62058527rem;
  }
  .banner .swiper .swiper-slide .text_box {
    font-size: 0.60544904rem;
    top: 1.00908174rem;
  }
  .banner .swiper .swiper-slide .text_box p {
    margin: 0.20181635rem 0;
  }
  .banner .bottom {
    bottom: 10px;
  }
  .banner .bottom .container_box .left {
    width: 30px;
  }
  .banner .bottom .container_box .left .but {
    width: 12px;
    height: 15px;
  }
  .banner .bottom .container_box .right {
    display: none;
  }
  .banner .bottom .container_box .right .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    margin: 0 0 0 10px;
  }
  .banner .bottom .container_box .right .swiper-pagination .swiper-pagination-bullet .num {
    font-size: 14px;
    bottom: 15px;
    text-align: left;
  }
  .banner2 {
    height: 4.54086781rem;
    min-height: 200px;
  }
  .banner2 .container_box .con_box {
    padding-top: 10px;
  }
  .banner2 .container_box .con_box .crumbs {
    background-size: 15px auto;
    padding: 5px 0 5px 20px;
    font-size: 14px;
  }
  .banner2 .container_box .con_box .crumbs i {
    margin: 0 5px;
  }
  .banner2 .container_box .con_box .text_box {
    height: calc(100% - 40px);
  }
  .banner2 .container_box .con_box .text_box2 {
    height: calc(100% - 40px);
    font-size: 0.60544904rem;
  }
  .nav1 {
    height: 60px;
  }
  .nav1 .container_box .logo a img {
    max-height: 45px;
  }
  .nav1.inside {
    height: 60px;
  }
  .nav1.inside .container_box .logo a img {
    max-height: 45px;
  }
  .nav1.active {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 60px;
  }
  .nav1.active .container_box .logo a img {
    max-height: 45px;
  }
  .nav1.active .container_box .logo a img.icon1 {
    display: none;
  }
  .nav1.active .container_box .logo a img.icon2 {
    display: initial;
  }
  .nav1.active .container_box .right nav ul li a {
    color: #000;
  }
  .nav1.active .container_box .right .search .con {
    background-image: url(../images/icon3_2.png);
  }
  .nav1.active .container_box .right .language .con {
    background-image: url(../images/icon2_2.png);
  }
  .nav2_box {
    height: 50px;
  }
  .nav2 {
    height: 50px;
  }
  .nav2 .container_box .swiper .swiper-slide a {
    font-size: 16px;
    padding: 0 10px;
  }
  .nav2 .container_box .swiper .swiper-slide a::before {
    background-size: 20px auto;
  }
  .nav3 .con_box {
    padding: 0 20px;
  }
  .nav3 .con_box .swiper .swiper-slide a {
    padding: 20px 0;
    border-bottom-width: 3px;
  }
  .nav3 .con_box .swiper .swiper-slide a .icon {
    height: 40px;
  }
  .nav3 .con_box .swiper .swiper-slide a h5 {
    font-size: 16px;
    margin-top: 15px;
  }
  .nav3 .con_box .but {
    width: 12px;
    height: 29px;
  }
  .nav4 .swiper .swiper-slide {
    margin-right: 20px;
  }
  .nav4 .swiper .swiper-slide a {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom-width: 3px;
  }
  .nav5 .swiper .swiper-slide a {
    font-size: 16px;
    padding: 10px 20px;
  }
  .nav5 .swiper .swiper-slide a::before {
    width: 20px;
    height: 2px;
  }
  .nav5 .swiper .swiper-slide a::after {
    height: 16px;
  }
  .title1 h2 {
    font-size: 20px;
  }
  .title2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .more1 {
    width: 100px;
    height: 30px;
    font-size: 16px;
    border-radius: 5px;
  }
  .more1 img {
    margin-left: 5px;
    width: 18px;
  }
  .news1 {
    border-radius: 10px;
  }
  .news2 {
    height: 5.32795156rem;
    border-radius: 10px;
    padding-top: 40px;
  }
  .news2::before {
    height: 0.08072654rem;
  }
  .news2 .bt1 {
    height: 40px;
    font-size: 16px;
    padding: 0 10px;
  }
  .news2 .mask {
    padding: 0 0.30272452rem;
    background-size: 0.22199798rem auto;
    background-position: right 0.30272452rem bottom 0.30272452rem;
    border-top: 0.08072654rem solid #fde02d;
  }
  .news2 .mask h5 {
    font-size: 0.30272452rem;
  }
  .news2 .mask .text {
    font-size: 0.18163471rem;
    line-height: 0.36326942rem;
    height: 1.4530777rem;
    margin-top: 0.30272452rem;
  }
  .news2 .mask ul {
    margin-top: 0.30272452rem;
    height: 2.78506559rem;
  }
  .news2 .mask ul li {
    line-height: 0.25227043rem;
    margin-bottom: 0.10090817rem;
  }
  .news2 .mask ul li a {
    font-size: 0.18163471rem;
  }
  .news2 .mask .more {
    width: 0.22199798rem;
    height: 0.14127144rem;
    bottom: 0.30272452rem;
    right: 0.30272452rem;
  }
  .news2:hover {
    padding-top: 40px;
  }
  .news2:hover .bt1 {
    top: 0;
  }
  .news3 {
    height: initial;
    border-radius: 10px;
  }
  .news3 .imgbox {
    border-radius: 10px;
  }
  .news3 .img {
    height: 2.80524723rem;
    border-radius: 10px;
  }
  .news3 .text_box .text {
    font-size: 16px;
    margin: 10px 0;
    line-height: 25px;
    height: 50px;
    -webkit-line-clamp: 2;
  }
  .news3 .text_box .date p {
    font-size: 14px;
  }
  .news3 .text_box .date p::before {
    margin-left: 10px;
  }
  .news4 {
    border-radius: 15px;
    padding: 0 10px;
  }
  .news4 .imgbox .img {
    height: 4.54086781rem;
  }
  .news4 .text_box {
    height: 100px;
  }
  .news4 .text_box .text {
    font-size: 14px;
    line-height: 20px;
  }
  .news6 h5 {
    font-size: 16px;
    line-height: 40px;
  }
  .news6 .mask {
    display: none;
  }
  .news7 .imgbox {
    border-radius: 10px;
  }
  .news7 h5 {
    font-size: 16px;
    margin-top: 10px;
    line-height: 22px;
    height: 44px;
  }
  .news8 .imgbox {
    border-radius: 10px;
  }
  .news8 .text1 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    margin: 10px 0;
  }
  .news8 .text2 {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
  }
  .main1 {
    padding: 30px 0;
  }
  .main1 .main1_con .main1_con_1 {
    display: block;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_left .text_box {
    font-size: 16px;
    margin: 20px 0;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_left .more1 {
    margin: 0 auto;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_right {
    width: 100%;
    margin-top: 30px;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_right ul li {
    height: 100px;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_right ul li h5 {
    font-size: 30px;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_right ul li h5 span {
    font-size: 16px;
  }
  .main1 .main1_con .main1_con_1 .main1_con_1_right ul li p {
    font-size: 16px;
  }
  .main1 .main1_con .main1_con_2 {
    margin-top: 30px;
  }
  .main1 .main1_con .main1_con_2 ul {
    margin: 0 -5px;
  }
  .main1 .main1_con .main1_con_2 ul li {
    padding: 0 5px;
  }
  .main1 .main1_con .main1_con_2 ul li .swiper {
    border-radius: 10px;
  }
  .main1 .main1_con .main1_con_2 ul li .swiper .swiper-pagination {
    bottom: 10px;
    left: 10px;
  }
  .main1 .main1_con .main1_con_2 ul li .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2px;
  }
  .main1 .main1_con .main1_con_2 ul li .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 6px;
  }
  .main2 .title1 {
    margin-bottom: 30px;
  }
  .main2 .main2_con .swiper {
    height: 10.95862765rem;
  }
  .main3 {
    height: auto;
    margin-top: 30px;
    padding: 30px 0;
  }
  .main3 .main3_con {
    display: block;
  }
  .main3 .main3_con .main3_con_left {
    width: 100%;
    padding-top: 0;
  }
  .main3 .main3_con .main3_con_left .title {
    text-align: center;
  }
  .main3 .main3_con .main3_con_left .title h5 {
    font-size: 20px;
  }
  .main3 .main3_con .main3_con_left .title p {
    font-size: 14px;
    margin-top: 10px;
  }
  .main3 .main3_con .main3_con_left .more1 {
    margin: 30px auto 0;
  }
  .main3 .main3_con .main3_con_right {
    width: 100%;
    margin-top: 50px;
  }
  .map_popup {
    width: 2.32088799rem;
    padding: 0.05045409rem;
    border-radius: 0.10090817rem;
    border-width: 0.01009082rem;
  }
  .map_popup i {
    width: 0.30272452rem;
  }
  .map_popup .con {
    padding: 0.10090817rem;
    border-radius: 0.10090817rem;
  }
  .map_popup .con .title {
    font-size: 0.20181635rem;
    margin-bottom: 0.10090817rem;
  }
  .map_popup .con .project_name,
  .map_popup .con .device_type {
    font-size: 0.16145308rem;
    line-height: 0.25227043rem;
  }
  .main4 {
    padding: 30px 0;
  }
  .main4 .title {
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
  .main4 .title .text {
    width: initial;
    font-size: 16px;
    margin-top: 20px;
  }
  .main4 .title .more1 {
    margin: 20px auto 0;
  }
  .main5 .main5_con {
    padding: 30px 0;
  }
  .main5 .main5_con .main5_con_1 {
    font-size: 16px;
    margin: 30px 0;
  }
  .main5 .main5_con .main5_con_2 ul {
    margin: 0;
    display: block;
  }
  .main5 .main5_con .main5_con_2 ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .main5 .main5_con .main5_con_2 ul li .item {
    padding-bottom: 30px;
  }
  .main5 .main5_con .main5_con_2 ul li .item::before {
    height: 3px;
    border-radius: 5px;
  }
  .main5 .main5_con .main5_con_2 ul li .item h5 {
    font-size: 30px;
  }
  .main5 .main5_con .main5_con_2 ul li .item h5 span {
    font-size: 16px;
  }
  .main5 .main5_con .main5_con_2 ul li .item p {
    font-size: 16px;
    max-width: 150px;
    margin-top: -15px;
  }
  .main5 .main5_con .main5_con_2 ul li:last-child {
    margin-bottom: 0;
  }
  .main5 .main5_con .main5_con_3 {
    margin-top: 30px;
  }
  .main5 .main5_con .main5_con_3 ul {
    margin: 0 -5px;
  }
  .main5 .main5_con .main5_con_3 ul li {
    padding: 0 5px;
  }
  .main5 .main5_con .main5_con_3 ul li .swiper {
    border-radius: 15px;
  }
  .main5 .main5_con .main5_con_3 ul li .swiper .swiper-pagination {
    bottom: 10px;
    left: 10px;
  }
  .main5 .main5_con .main5_con_3 ul li .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2px;
  }
  .main5 .main5_con .main5_con_3 ul li .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 6px;
  }
  .main6 {
    padding-bottom: 30px;
  }
  .main6 .main6_con {
    margin-top: 30px;
  }
  .main6 .main6_con::before {
    top: 63px;
  }
  .main6 .main6_con .swiper {
    margin: 0;
  }
  .main6 .main6_con .swiper .swiper-slide {
    padding: 0;
  }
  .main6 .main6_con .swiper .swiper-slide .year {
    font-size: 20px;
    transform: translateX(0);
  }
  .main6 .main6_con .swiper .swiper-slide .dot {
    width: 30px;
    height: 30px;
    margin: 20px 0;
  }
  .main6 .main6_con .swiper .swiper-slide .con .date {
    font-size: 16px;
  }
  .main6 .main6_con .swiper .swiper-slide .con h5 {
    font-size: 18px;
    padding: 10px 0 20px;
  }
  .main6 .main6_con .swiper .swiper-slide .con h5::before {
    width: 30px;
  }
  .main6 .main6_con .swiper .swiper-slide .con .text {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.5;
  }
  .main6 .main6_con .swiper .swiper-slide:hover .con h5::before {
    height: 3px;
  }
  .main6 .main6_con .but_box {
    width: 100px;
    margin: 30px auto 0;
  }
  .main6 .main6_con .but_box .but {
    width: 40px;
    height: 40px;
  }
  .main7 {
    padding: 30px 0;
    display: block;
  }
  .main7 .main7_con_1 {
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 20px;
    margin-top: 30px;
  }
  .main7 .main7_con_1::before {
    display: none;
  }
  .main7 .main7_con_1 h5 {
    font-size: 18px;
  }
  .main7 .main7_con_1 h2 {
    font-size: 20px;
    margin: 20px 0;
  }
  .main7 .main7_con_1 .text {
    font-size: 16px;
  }
  .main7 .main7_con_2 {
    position: initial;
    width: 100%;
    height: 5.85267407rem;
    top: initial;
    border-radius: 15px;
    margin-top: 30px;
  }
  .main7 .main7_con_3 {
    border-radius: 15px;
    margin-top: 30px;
  }
  .main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide a {
    min-height: 180px;
    padding: 30px 5px;
  }
  .main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide a h5 {
    font-size: 18px;
  }
  .main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide a h5::before {
    width: 13px;
    height: 13px;
    margin-top: 20px;
  }
  .main7 .main7_con_3 .swiper .swiper-wrapper .swiper-slide a .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 50px;
  }
  .main8 {
    padding: 30px 0;
  }
  .main8 .main8_title {
    display: block;
  }
  .main8 .main8_title .nav ul {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .main8 .main8_title .nav ul li {
    padding: 0 10px;
  }
  .main8 .main8_title .nav ul li a {
    min-width: 80px;
    background-size: 80px auto;
  }
  .main8 .main8_title .nav ul li a h5 {
    font-size: 18px;
  }
  .main8 .main8_title .nav ul li a h5 span {
    font-size: 12px;
    margin-left: 2px;
  }
  .main8 .main8_title .nav ul li a p {
    font-size: 16px;
    margin-top: 40px;
  }
  .main8 .main8_con {
    margin-top: 30px;
  }
  .main8 .main8_con .bottom {
    margin-top: 30px;
  }
  .main8 .main8_con .bottom .left {
    width: calc(100% - 120px);
  }
  .main8 .main8_con .bottom .left .swiper-pagination {
    font-size: 14px;
    bottom: 15px;
  }
  .main8 .main8_con .bottom .left .swiper-scrollbar {
    height: 2px;
  }
  .main8 .main8_con .bottom .but_box {
    width: 100px;
  }
  .main8 .main8_con .bottom .but_box .but {
    width: 40px;
    height: 40px;
  }
  .main9 {
    display: block;
  }
  .main9 .left {
    width: 100%;
    height: auto;
    padding-top: 1px;
  }
  .main9 .left .con {
    width: 100%;
    padding: 20px 15px;
    max-height: initial;
  }
  .main9 .left .con .text1 {
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0;
  }
  .main9 .left .con .text2 {
    font-size: 14px;
    line-height: 25px;
  }
  .main9 .right {
    width: 100%;
    margin-top: 0;
  }
  .main9 .right .swiper .swiper-slide a .img {
    height: 5.91321897rem;
  }
  .main9 .right .swiper .swiper-pagination {
    bottom: 10px;
    left: 10px;
  }
  .main9 .right .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2px;
  }
  .main9 .right .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 6px;
  }
  .main10 .main10_con {
    padding: 30px 0;
  }
  .main10 .main10_con .text_box {
    max-height: 326px;
  }
  .main10 .main10_con .text_box .text {
    font-size: 16px;
    line-height: 30px;
  }
  .main10 .main10_con .text_box .text .bt {
    font-size: 18px;
  }
  .main10 .main10_con .unfold {
    margin-top: 30px;
    padding-top: 20px;
  }
  .main10 .main10_con .unfold h5 {
    font-size: 16px;
    background-size: 12px auto;
    padding-right: 22px;
  }
  .main11 {
    padding: 30px 0;
  }
  .main11 .main11_con_1 {
    display: block;
  }
  .main11 .main11_con_1 .left {
    width: 100%;
  }
  .main11 .main11_con_1 .left .text {
    font-size: 14px;
    margin-top: 30px;
  }
  .main11 .main11_con_1 .but_box {
    width: 100px;
    margin-top: 30px;
  }
  .main11 .main11_con_1 .but_box .but {
    width: 40px;
    height: 40px;
  }
  .main11 .main11_con_2 {
    margin-top: 30px;
  }
  .main11 .main11_con_2 .swiper .swiper-slide ul {
    margin: 0 -5px;
  }
  .main11 .main11_con_2 .swiper .swiper-slide ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main12 {
    padding: 30px 0;
    margin-bottom: 15px;
  }
  .main12 .main12_con {
    margin-top: 30px;
  }
  .main12 .main12_con .item .left {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .main12 .main12_con .item .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .main12 .main12_con .item .right img {
    border-radius: 10px;
  }
  .main12 .main12_con .item.active {
    display: block;
  }
  .main12 .main12_nav {
    margin-top: 30px;
  }
  .main12 .main12_nav .con {
    border-radius: 60px;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 30px;
  }
  .main12 .main12_nav .con ul li {
    margin-right: 30px;
  }
  .main12 .main12_nav .con ul li a {
    height: 60px;
    font-size: 16px;
    padding-left: 47px;
  }
  .main12 .main12_nav .con ul li a::before {
    width: 18px;
  }
  .main12 .main12_nav .con ul li a::after {
    width: 35px;
    right: -35px;
  }
  .main12 .main12_nav .con ul li a:hover,
  .main12 .main12_nav .con ul li a.active {
    padding: 0 50px 0 0;
  }
  .main12 .main12_nav .con ul li a:hover::before,
  .main12 .main12_nav .con ul li a.active::before {
    left: -27px;
  }
  .main12 .main12_nav .con2 {
    border-radius: 60px;
    padding: 0 30px;
  }
  .main12 .main12_nav .con2 .swiper .swiper-slide {
    margin-right: 30px;
  }
  .main12 .main12_nav .con2 .swiper .swiper-slide a {
    height: 60px;
    font-size: 16px;
    padding-left: 47px;
  }
  .main12 .main12_nav .con2 .swiper .swiper-slide a::before {
    width: 18px;
  }
  .main12 .main12_nav .con2 .swiper .swiper-slide a::after {
    width: 35px;
    right: -35px;
  }
  .main12 .main12_nav .con2 .swiper .swiper-slide a:hover,
  .main12 .main12_nav .con2 .swiper .swiper-slide a.active {
    padding: 0 50px 0 0;
  }
  .main12 .main12_nav .con2 .swiper .swiper-slide a:hover::before,
  .main12 .main12_nav .con2 .swiper .swiper-slide a.active::before {
    left: -27px;
  }
  .main13 {
    padding: 30px 0;
  }
  .main13 .main13_con {
    margin-top: 30px;
  }
  .main13 .main13_con ul {
    margin: 0 -5px 20px;
  }
  .main13 .main13_con ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main14 {
    padding: 20px 0 1px;
  }
  .main14 .main14_con_1 {
    padding: 30px 0;
  }
  .main14 .main14_con_1 .gd::before {
    height: 40px;
    display: none;
  }
  .main14 .main14_con_1 .gd .swiper .swiper-slide.video-popup::before {
    font-size: 1.21089808rem;
  }
  .main14 .main14_con_1 .bottom {
    margin-top: 50px;
  }
  .main14 .main14_con_1 .bottom h5 {
    font-size: 20px;
  }
  .main14 .main14_con_1 .bottom .but_box {
    width: 90px;
  }
  .main14 .main14_con_1 .bottom .but_box .but {
    width: 40px;
    height: 40px;
  }
  .main14 .main14_con_2 {
    font-size: 16px;
    padding: 30px 0;
  }
  .main14 .main14_con_3 {
    padding: 30px 0;
    display: block;
  }
  .main14 .main14_con_3 .title {
    width: initial;
    font-size: 20px;
  }
  .main14 .main14_con_3 .text {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
  .main14 .main14_con_4 {
    padding: 30px 0;
  }
  .main14 .main14_con_4 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main14 .main14_con_4 ul {
    margin: 0 -5px;
  }
  .main14 .main14_con_4 ul li {
    padding: 0 5px;
    margin-bottom: 20px;
    width: 100%;
  }
  .main14 .main14_con_4 ul li .con {
    height: 120px;
    padding-top: 40px;
    padding-right: 80px;
  }
  .main14 .main14_con_4 ul li .con b {
    font-size: 60px;
  }
  .main14 .main14_con_4 ul li .con .text {
    font-size: 16px;
    line-height: 25px;
    height: 60px;
  }
  .main14 .main14_con_4 ul li .con::before {
    width: 12px;
    height: 12px;
    bottom: -6px;
  }
  .main14 .main14_con_5 {
    padding: 30px 0 10px;
  }
  .main14 .main14_con_5 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main14 .main14_con_5 ul {
    margin: 0 -5px;
  }
  .main14 .main14_con_5 ul li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .main15 {
    padding: 30px 0;
  }
  .main15 .main15_con {
    display: block;
  }
  .main15 .main15_con .left {
    width: 100%;
    padding-right: 0;
  }
  .main15 .main15_con .left .text1 {
    font-size: 20px;
  }
  .main15 .main15_con .left .text2 {
    font-size: 16px;
    margin-top: 20px;
  }
  .main15 .main15_con .left .text3 {
    font-size: 16px;
    margin-top: 20px;
  }
  .main15 .main15_con .right {
    width: 100%;
    margin-top: 30px;
  }
  .main15 .main15_con .right ul {
    margin: 0 -5px;
  }
  .main15 .main15_con .right ul li {
    padding: 0 5px;
  }
  .main15 .main15_con .right ul li a {
    height: 5.95358224rem;
    border-radius: 10px;
  }
  .main15 .main15_con .right ul li a .mask {
    padding: 20px;
    background-size: 16px auto;
    background-position: right 10px top 10px;
    opacity: 1;
  }
  .main15 .main15_con .right ul li a .mask .text {
    font-size: 16px;
  }
  .main16 {
    padding: 30px 0;
  }
  .main16 .main16_con {
    display: block;
  }
  .main16 .main16_con .left {
    width: 100%;
    padding-right: 0;
  }
  .main16 .main16_con .left a {
    height: auto;
    border-radius: 10px;
  }
  .main16 .main16_con .left a::before {
    width: 8px;
    height: 8px;
    top: 10px;
    right: 10px;
  }
  .main16 .main16_con .left a .title {
    height: 100px;
    padding: 0 10px;
  }
  .main16 .main16_con .left a .title b {
    font-size: 60px;
    top: 10px;
    left: 40px;
  }
  .main16 .main16_con .left a .title h5 {
    font-size: 20px;
  }
  .main16 .main16_con .left a .text_box {
    padding: 10px;
  }
  .main16 .main16_con .left a .text_box .text {
    font-size: 16px;
    line-height: 30px;
    height: initial;
    max-height: 150px;
  }
  .main16 .main16_con .right {
    width: 100%;
    border-radius: 10px;
    padding: 20px 15px 50px;
    margin-top: 20px;
  }
  .main16 .main16_con .right .swiper .swiper-slide ul li {
    padding: 0 5px;
  }
  .main16 .main16_con .right .swiper .swiper-slide ul li a {
    height: 3.79414733rem;
    border-radius: 10px;
  }
  .main16 .main16_con .right .swiper-pagination {
    bottom: 10px;
  }
  .main16 .main16_con .right .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
  .main17 {
    padding: 30px 0;
  }
  .main17 .main17_con {
    padding-right: 0;
  }
  .main17 .main17_con .text1 {
    font-size: 16px;
  }
  .main17 .main17_con .text2 {
    font-size: 16px;
    margin-top: 30px;
  }
  .main18 {
    padding-bottom: 30px;
  }
  .main18 .main18_con {
    margin: 0 -10px;
  }
  .main18 .main18_con .swiper .swiper-slide a {
    padding: 20px 10px 0;
  }
  .main18 .main18_con .swiper .swiper-slide a .title {
    font-size: 18px;
    padding-left: 20px;
    background-size: 12px auto;
  }
  .main18 .main18_con .swiper .swiper-slide a .text {
    font-size: 16px;
    margin-top: 20px;
  }
  .main18 .main18_con .swiper .swiper-slide.swiper-slide-active + .swiper-slide {
    border-right: none;
  }
  .main19 {
    padding: 30px 0;
  }
  .main19 .main19_con_1 .text1 {
    font-size: 18px;
  }
  .main19 .main19_con_1 .text2 {
    font-size: 16px;
    margin-top: 20px;
  }
  .main19 .main19_con_2 {
    margin-top: 30px;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .main19 .main19_con_2 table {
    table-layout: fixed;
  }
  .main19 .main19_con_2 table tr th {
    width: 260px;
    font-size: 16px;
    height: 60px;
    white-space: initial;
  }
  .main19 .main19_con_2 table tr th:nth-child(1) {
    width: 100px;
  }
  .main19 .main19_con_2 table tr td {
    height: initial;
    min-height: 70px;
    font-size: 16px;
    padding: 20px 10px;
    white-space: initial;
  }
  .main19 .main19_con_2 table tr td img {
    border-radius: 10px;
  }
  .main19 .main19_con_2 table tr:first-child {
    border-top: 2px solid #333;
  }
  .main19 .main19_con_3 {
    margin-top: 30px;
  }
  .main19 .main19_con_3 ul {
    margin: 0 -5px;
    display: block;
  }
  .main19 .main19_con_3 ul li {
    padding: 0 5px;
    width: 100%;
    margin-bottom: 30px;
  }
  .main19 .main19_con_3 ul li .title {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .main19 .main19_con_3 ul li .title::before {
    width: 100px;
  }
  .main19 .main19_con_3 ul li .text {
    font-size: 16px;
  }
  .main19 .main19_con_3 ul li:last-child {
    margin-bottom: 0;
  }
  .main19 .main19_con_4 {
    margin-top: 30px;
  }
  .main19 .main19_con_4 .title {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .main19 .main19_con_4 ul {
    border-radius: 15px;
    height: 120px;
    overflow-x: auto;
  }
  .main19 .main19_con_4 ul li {
    min-width: 180px;
  }
  .main19 .main19_con_4 ul li .con {
    padding: 0 10px;
  }
  .main19 .main19_con_4 ul li .con h5 {
    font-size: 20px;
  }
  .main19 .main19_con_4 ul li .con p {
    font-size: 16px;
    margin-top: 10px;
  }
  .main20 {
    padding: 30px 0;
  }
  .main20 .main20_con_1 .title {
    width: 100%;
  }
  .main20 .main20_con_1 .title .text {
    font-size: 18px;
    margin-top: 30px;
  }
  .main20 .main20_con_1 .but_box {
    width: 80px;
  }
  .main20 .main20_con_1 .but_box .but {
    width: 30px;
    height: 30px;
  }
  .main20 .main20_con_2 {
    margin-top: 30px;
  }
  .main20 .main20_con_2::before {
    top: 58px;
  }
  .main20 .main20_con_2 .swiper {
    margin: 0 -10px;
  }
  .main20 .main20_con_2 .swiper .swiper-slide {
    padding: 0 10px;
  }
  .main20 .main20_con_2 .swiper .swiper-slide p {
    font-size: 18px;
    padding-bottom: 40px;
  }
  .main20 .main20_con_2 .swiper .swiper-slide h5 {
    font-size: 18px;
    margin-top: 20px;
  }
  .main20 .main20_con_2 .swiper .swiper-slide .text {
    font-size: 16px;
    margin-top: 20px;
  }
  .main21 {
    padding: 30px 0;
  }
  .main21 .main21_con .item {
    margin-bottom: 30px;
  }
  .main21 .main21_con .item .title {
    padding-right: 50px;
  }
  .main21 .main21_con .item .title::before {
    width: 30px;
    height: 30px;
  }
  .main21 .main21_con .item .title b {
    font-size: 30px;
    top: -3px;
  }
  .main21 .main21_con .item .title h5 {
    font-size: 16px;
  }
  .main21 .main21_con .item .con {
    padding-bottom: 30px;
  }
  .main21 .main21_con .item .con .text {
    font-size: 16px;
    margin-top: 20px;
  }
  .main21 .main21_con .item .con ul {
    margin: 30px -5px 0;
  }
  .main21 .main21_con .item .con ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main21 .main21_con .item .con ul li a {
    height: 3.53178607rem;
    border-radius: 10px;
  }
  .main21 .main21_con .item .con ul li a h5 {
    bottom: 10px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 25px;
  }
  .main21 .main21_con .item.active .title {
    padding-left: 50px;
  }
  .main21 .main21_con .item.active .title::before {
    top: -3px;
  }
  .main21 .main21_con .item.active .title h5 {
    font-size: 20px;
  }
  .main22 {
    padding: 30px 0;
  }
  .main22 .main22_con {
    width: 100%;
    margin: 50px auto 0;
  }
  .main23 {
    padding: 30px 0 10px;
  }
  .main23 .nav4 {
    margin-bottom: 20px;
  }
  .main23 ul {
    margin: 0 -5px;
  }
  .main23 ul li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .main24 {
    padding-bottom: 30px;
  }
  .main24 .main24_con_1 {
    font-size: 18px;
    width: initial;
  }
  .main24 .main24_con_2 {
    margin-top: 30px;
  }
  .main24 .main24_con_2 ul {
    margin: 0 -5px 10px;
  }
  .main24 .main24_con_2 ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .main25 {
    padding: 30px 0;
  }
  .main25 .title h5 {
    font-size: 20px;
  }
  .main25 .title .date {
    font-size: 14px;
    margin: 30px 0;
  }
  .main25 .title .date p {
    margin-right: 20px;
  }
  .main25 .con {
    font-size: 16px;
    margin-top: 30px;
  }
  .main25 .pageTurning {
    height: initial;
    margin-top: 30px;
  }
  .main25 .pageTurning ul {
    padding: 0 10px;
    display: block;
  }
  .main25 .pageTurning ul li {
    width: 100%;
    margin: 20px 0;
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
  }
  .main25 .pageTurning ul li a {
    font-size: 16px;
  }
  .main25 .pageTurning ul li:first-child {
    padding-right: 0;
  }
  .main25 .pageTurning ul li:last-child {
    padding-left: 0;
    text-align: left;
  }
  .main25 .pageTurning .getBack {
    font-size: 18px;
    background-size: 19px auto;
    padding-left: 28px;
    display: none;
  }
  .main26 {
    padding: 30px 0;
  }
  .main26 .main26_con {
    display: block;
  }
  .main26 .main26_con .left {
    width: initial;
  }
  .main26 .main26_con .left .imgbox {
    height: 6.45812311rem;
    border-radius: 15px;
  }
  .main26 .main26_con .left .swiper {
    border-radius: 15px;
  }
  .main26 .main26_con .left .swiper .swiper-slide a {
    height: 6.45812311rem;
    border-radius: 15px;
  }
  .main26 .main26_con .left .swiper .swiper-slide a.video-popup::before {
    font-size: 1.21089808rem;
  }
  .main26 .main26_con .left .swiper .swiper-pagination {
    bottom: 0.30272452rem;
    left: 0.30272452rem;
  }
  .main26 .main26_con .left .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.10090817rem;
    height: 0.10090817rem;
    margin: 0 0.05045409rem;
  }
  .main26 .main26_con .left .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.50454087rem;
    border-radius: 0.10090817rem;
  }
  .main26 .main26_con .right {
    width: initial;
    padding: 0;
    margin-top: 30px;
  }
  .main26 .main26_con .right h5 {
    font-size: 20px;
  }
  .main26 .main26_con .right .text {
    font-size: 16px;
    margin-top: 20px;
  }
  .main26 .main26_con .right a {
    width: 120px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 30px;
  }
  .main27 {
    height: 6.05449041rem;
  }
  .main28 .gd .main28_con {
    border-radius: 10px;
    padding: 20px 10px;
    max-width: initial;
    width: 90%;
  }
  .main28 .gd .main28_con .off {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
  .main28 .gd .main28_con .title {
    margin-bottom: 30px;
  }
  .main28 .gd .main28_con .title h5 {
    font-size: 20px;
  }
  .main28 .gd .main28_con .title p {
    margin-top: 10px;
  }
  .main28 .gd .main28_con ul {
    margin: 0;
  }
  .main28 .gd .main28_con ul li {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .main28 .gd .main28_con ul li p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main28 .gd .main28_con ul li input,
  .main28 .gd .main28_con ul li textarea {
    height: 50px;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 16px;
  }
  .main28 .gd .main28_con ul li textarea {
    height: 100px;
    padding: 10px;
  }
  .main28 .gd .main28_con ul li.yzm .input_box {
    height: 50px;
    border-radius: 10px;
  }
  .main28 .gd .main28_con ul li.yzm .input_box input {
    width: calc(100% - 100px);
  }
  .main28 .gd .main28_con ul li.yzm .input_box a {
    width: 100px;
  }
  .main28 .gd .main28_con button {
    width: 130px;
    height: 40px;
    font-size: 16px;
    border-radius: 50px;
    margin: 10px auto 0;
  }
  .main29 {
    padding: 50px 0;
  }
  .main29 form {
    max-width: 600px;
    height: 50px;
    border-radius: 50px;
    margin-bottom: 50px;
  }
  .main29 form input {
    width: calc(100% - 100px);
    font-size: 16px;
    padding: 0 20px;
  }
  .main29 form button {
    width: 100px;
    background-size: 30px auto;
  }
  .main29 .main29_con .title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .main29 .main29_con .title b {
    margin: 0 5px;
  }
  .main29 .main29_con ul {
    margin: 0 -5px;
  }
  .main29 .main29_con ul li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 5px;
  }
  footer .footer_1 {
    padding: 30px 0;
  }
  footer .footer_1 .container_box {
    display: block;
  }
  footer .footer_1 .container_box .left {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer_1 .container_box .left .logo {
    width: 150px;
  }
  footer .footer_1 .container_box .left .phone {
    font-size: 18px;
    line-height: 30px;
    background: none;
    padding-left: 0;
    margin: 30px 0;
  }
  footer .footer_1 .container_box .left .text {
    font-size: 14px;
  }
  footer .footer_1 .container_box .right {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
  footer .footer_1 .container_box .right dl {
    margin: 0 5px;
  }
  footer .footer_1 .container_box .right dl dt {
    margin-bottom: 0;
  }
  footer .footer_1 .container_box .right dl dt a {
    font-size: 14px;
  }
  footer .footer_1 .container_box .right dl dd {
    display: none;
  }
  footer .footer_2 .con {
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .footer_2 .con .go_top {
    width: 60px;
    display: none;
  }
}
@media (max-width: 750px) {
  .news2 .mask {
    padding: 0 0.4rem;
    border-top: 0.10666667rem solid #fde02d;
  }
  .news2 .mask h5 {
    font-size: 0.46666667rem;
  }
  .news2 .mask ul {
    margin-top: 0.4rem;
    height: 2.53333333rem;
  }
  .news2 .mask ul li {
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .news2 .mask ul li a {
    font-size: 0.33333333rem;
  }
  .news2 .mask .more {
    width: 0.4rem;
    height: 0.29333333rem;
    bottom: 0.4rem;
    right: 0.4rem;
  }
  .news6 {
    padding: 10px 10px 0;
    border-radius: 0.2rem;
  }
  .news6 .imgbox {
    height: 4rem;
  }
  .news8 .imgbox {
    height: 3.45333333rem;
  }
  .main13 .main13_con ul li {
    width: 50%;
  }
  .main23 ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .banner2 .container_box .con_box .crumbs {
    font-size: 0.29166667rem;
  }
}
