@charset "utf-8";
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
html {
  overflow-x: hidden;
}
html.active {
  overflow: hidden;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", Microsoft YaHei, pingfang, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #000;
  min-width: 320px;
  word-wrap: break-word;
  margin: 0;
  overflow-x: hidden;
  padding-top: 60px;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  appearance: none !important;
  -webkit-appearance: none !important;
}
a {
  background-color: transparent;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:active,
a:hover {
  outline: 0;
}
a:focus {
  outline: none;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
.container_box {
  width: 100%;
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mCustomScrollBox {
  padding-right: 8px;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer {
  right: -10px !important;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #00a6f5 !important;
  border-radius: 0;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 2px;
  background: transparent;
  border-radius: 0;
}
.video_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
.video_popup .con_box {
  position: relative;
  background-color: #fff;
  width: 400px;
  min-height: 700px;
  border-radius: 15px;
  padding: 30px;
}
.video_popup .con_box video {
  width: 100%;
  height: 500px;
}
.video_popup .con_box .title {
  margin-top: 25px;
  height: 113px;
  overflow-y: auto;
}
.video_popup .con_box .title h5 {
  font-size: 25px;
  font-weight: bold;
}
.video_popup .con_box .title .text {
  font-size: 20px;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}
.video_popup .con_box i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: -50px;
  right: -50px;
  transform: rotate(45deg);
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_popup.active {
  display: flex;
}
.page_div {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #282728;
  position: relative;
}
.page_div button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 43px;
  height: 43px;
  padding: 0;
  cursor: pointer;
  color: #282728;
  font-size: 14px;
  font-family: "Arial";
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  margin: 0 5px;
  border-radius: 50%;
}
.page_div button:disabled {
  opacity: .5;
  cursor: no-drop;
  border: none !important;
  background: none !important;
  color: #333 !important;
}
.page_div button .iconfont {
  font-size: 12px !important;
}
.page_div #firstPage,
.page_div #lastPage,
.page_div #nextPage,
.page_div #prePage {
  width: 50px;
  color: #333;
  border: none;
  padding: 0;
  position: relative;
  background: none;
}
.page_div #firstPage {
  width: 74px;
}
.page_div #firstPage .iconfont {
  margin-right: 5px;
  transform: rotateY(180deg);
}
.page_div #lastPage {
  width: 74px;
}
.page_div #lastPage .iconfont {
  margin-left: 5px;
}
.page_div #nextPage,
.page_div #lastPage {
  margin-left: 5px;
}
.page_div #firstPage,
.page_div #prePage {
  margin-right: 5px;
}
.page_div #nextPage,
.page_div #prePage,
.page_div #firstPage {
  width: 97px;
  height: 43px;
  padding: 0;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 40px;
}
.page_div #prePage::before {
  transform: rotate(-90deg);
}
.page_div #nextPage::before {
  transform: rotate(90deg);
}
.page_div .current {
  background-image: linear-gradient(to bottom, #00bbf9, #0162ea);
  color: #fff;
}
.page_div .totalNum,
.page_div .totalList {
  line-height: 30px;
  margin-right: 10px;
}
.page_div .totalList2 {
  margin-left: 30px;
}
.page_div .totalPages {
  margin: 0 10px;
}
.page_div .totalPages span {
  color: #333;
  margin: 0 5px;
}
.page_div .totalSize span {
  color: #333;
  margin: 0 5px;
}
.page_div input {
  width: 62px;
  height: 38px;
  border: 2px solid #D9D9D9;
  text-align: center;
  margin: 0 5px;
  background: none;
}
.page_div input:focus {
  outline: none;
}
.page_div .skip {
  width: 62px;
  height: 38px;
  cursor: pointer;
  border: 2px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_div .skip:hover {
  background: #02035e;
  border-color: #02035e;
  color: #fff;
}
.ydd_btn {
  width: 40px;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 9000;
  padding: 5px;
  border-radius: 5px;
}
.ydd_btn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.ydd_btn.active span {
  background: #fff;
}
.nav7 {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 15px 30px 15px;
  transition: all .3s;
}
.nav7.active {
  right: 0;
}
.nav7 .top {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}
.nav7 .top .logo {
  height: 30px;
}
.nav7 .top .off {
  width: 30px;
  height: 30px;
  position: relative;
}
.nav7 .top .off::before,
.nav7 .top .off::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
.nav7 .top .off::before {
  transform: rotate(45deg);
}
.nav7 .top .off::after {
  transform: rotate(-45deg);
}
.nav7 .nav7-con {
  height: calc(100% - 120px);
  overflow: auto;
  margin-bottom: 10px;
}
.nav7 .nav7-con .list {
  overflow: hidden;
}
.nav7 .nav7-con .list a {
  display: block;
  position: relative;
  transition: all .3s;
  font-family: "Roboto Regular";
}
.nav7 .nav7-con .list .a-1 {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav7 .nav7-con .list .a-1.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 13px;
  transition: all .3s;
}
.nav7 .nav7-con .list .a-1.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list .a-1 img {
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.nav7 .nav7-con .list ul {
  padding: 10px 0 0 32px;
  display: none;
}
.nav7 .nav7-con .list ul li .a-2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 .nav7-con .list ul li .a-2.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 12px;
  transition: all .3s;
}
.nav7 .nav7-con .list ul li .a-2.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list ul li dl {
  display: none;
  padding-left: 28px;
  padding-top: 8px;
}
.nav7 .nav7-con .list ul li dl dd a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 form {
  width: calc(100% - 30px);
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 15px;
  border: 1px solid #0053a6;
}
.nav7 form input {
  width: calc(100% - 60px);
  height: 40px;
  border: none;
  padding: 0 10px;
}
.nav7 form input:focus {
  outline: none;
}
.nav7 form button {
  width: 60px;
  height: 40px;
  border: none;
  background: #0053a6;
  color: #fff;
}
.warning1 {
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  opacity: 0;
  letter-spacing: 1px;
  border-radius: 10px;
}
.warning1.active {
  top: 50%;
  opacity: 1;
}
.warning1_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  display: none;
}
.warning1_mask.active {
  display: block;
}
.nav1 {
  width: 100%;
  height: 60px;
  background-color: #000;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.nav1 .container_box {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.nav1 .container_box .logo {
  width: 215px;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav1 .container_box .logo a img {
  max-width: 100%;
  height: 40px;
  transition: all .3s;
}
.nav1 .container_box .right {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav1 .container_box .right nav {
  height: 100%;
}
.nav1 .container_box .right nav ul {
  display: flex;
  height: 100%;
}
.nav1 .container_box .right nav ul li {
  height: 100%;
}
.nav1 .container_box .right nav ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  padding: 0 20px 0 50px;
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: auto 19px;
  transition: all .3s;
}
.nav1 .container_box .right nav ul li a.active,
.nav1 .container_box .right nav ul li a:hover {
  background-color: #333;
}
.nav1 .container_box .right .language {
  margin-left: 40px;
}
.nav1 .container_box .right .language .con {
  font-size: 20px;
  color: #fff;
  background-image: url(../images/icon1_7.png);
  background-repeat: no-repeat;
  background-size: auto 19px;
  background-position: 0 center;
  padding-left: 30px;
  transition: all .3s;
}
.nav1 .container_box .right .phone {
  font-size: 24px;
  font-family: "Arial";
  font-weight: bold;
  color: #fff;
  margin-left: 50px;
  transition: all .3s;
}
.nav1.active {
  height: 60px;
}
.nav1.active .container_box .logo a img {
  height: 40px;
}
.nav1.active .container_box .right nav ul li a {
  font-size: 18px;
}
.nav1.active .container_box .right .language {
  margin-left: 40px;
}
.nav1.active .container_box .right .language .con {
  font-size: 18px;
  color: #fff;
  background-image: url(../images/icon1_7.png);
  background-repeat: no-repeat;
  background-size: auto 19px;
  background-position: 0 center;
  padding-left: 30px;
}
.nav1.active .container_box .right .phone {
  font-size: 20px;
  font-family: "Arial";
  font-weight: bold;
  color: #fff;
  margin-left: 50px;
}
.nav2 .swiper .swiper-slide {
  width: auto;
  margin-right: 20px;
}
.nav2 .swiper .swiper-slide a {
  display: block;
  font-size: 20px;
  color: #666;
  position: relative;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}
.nav2 .swiper .swiper-slide.active a {
  color: #64748d;
  border-color: #64748d;
}
.nav3 {
  height: 150px;
  background-color: #fff;
  border-radius: 15px;
  border-bottom: 2px solid #c0e4fc;
  box-shadow: 0 0 10px rgba(0, 143, 243, 0.2);
  margin-top: -75px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 90px;
}
.nav3 .but {
  width: 41px;
  height: 41px;
  background: url(../images/icon5.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.nav3 .but.but_prev {
  left: 30px;
  transform: translateY(-50%) rotateY(180deg);
}
.nav3 .but.but_next {
  right: 30px;
}
.nav3 .but:hover {
  background-image: url(../images/icon5_h.png);
}
.nav3 .swiper {
  max-width: 100%;
  margin: 0;
}
.nav3 .swiper .swiper-slide {
  width: auto;
  border-right: 1px solid #e5e5e5;
}
.nav3 .swiper .swiper-slide a {
  font-size: 30px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 0 40px;
  line-height: 1;
  transition: all .3s;
}
.nav3 .swiper .swiper-slide a img {
  height: 20px;
  margin-right: 20px;
}
.nav3 .swiper .swiper-slide:last-child {
  border-right: none;
}
.nav3 .swiper .swiper-slide.active a,
.nav3 .swiper .swiper-slide:hover a {
  background: linear-gradient(to bottom, #00a5f6, #0174ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.nav3.nav3_2 {
  padding: 0 0 0 20px;
  justify-content: flex-start;
}
.nav3.nav3_2 .swiper .swiper-slide a {
  padding: 0;
  font-weight: bold;
}
.title1 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
.more1 {
  display: block;
  width: 122px;
  line-height: 33px;
  border-radius: 33px;
  font-size: 18px;
  color: #666 !important;
  text-align: center;
  transition: all .3s;
  position: relative;
}
.more1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #666;
  border-radius: 33px;
  transition: all .3s;
}
.more1:hover {
  background-image: linear-gradient(to right, #0163eb, #00bdfa);
  color: #fff !important;
}
.more1:hover::before {
  opacity: 0;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper .swiper-slide img {
  width: 100%;
}
.banner .bottom {
  position: absolute;
  width: 100%;
  bottom: 170px;
  left: 0;
}
.banner .bottom .container_box {
  position: relative;
}
.banner .bottom .container_box .swiper-pagination {
  width: auto;
  display: flex;
  flex-direction: column;
}
.banner .bottom .container_box .swiper-pagination::before {
  content: "";
  width: 1px;
  height: 1000%;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 2px;
  opacity: .2;
}
.banner .bottom .container_box .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin-top: 10px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial";
  font-size: 14px;
  font-weight: bold;
  color: #ffff;
}
.banner .bottom .container_box .swiper-pagination .swiper-pagination-bullet .num {
  opacity: 0;
}
.banner .bottom .container_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.banner .bottom .container_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .num {
  opacity: 1;
}
.banner2 {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
.banner2 .container_box {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner2 .container_box img {
  width: 313px;
}
.banner2 .container_box img.zi2 {
  width: 434px;
}
.banner2 .container_box .title {
  position: relative;
}
.banner2 .container_box .title p {
  font-size: 126px;
  font-weight: bold;
  color: #000;
  opacity: .05;
  text-transform: uppercase;
}
.banner2 .container_box .title h5 {
  font-size: 40px;
  font-weight: bold;
  color: #161616;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.news1 {
  display: block;
  height: 441px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.news1 .swiper {
  width: calc(100% - 530px);
  height: 100%;
  margin: 0;
}
.news1 .swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.news1 .swiper .swiper-slide img {
  width: 100%;
}
.news1 .title {
  width: 530px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 80px;
  right: 270px;
}
.news1 .title h5 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.news1 .title .more1 {
  margin-top: 40px;
}
.news1 .swiper-pagination {
  width: auto;
  bottom: 170px;
  left: auto;
  right: 90px;
  display: flex;
  flex-direction: column;
}
.news1 .swiper-pagination::before {
  content: "";
  width: 1px;
  height: 1000%;
  background-color: #5c6d87;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  opacity: .2;
}
.news1 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #5c6d87;
  margin-top: 10px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial";
  font-size: 14px;
  font-weight: bold;
  color: #5c6d87;
}
.news1 .swiper-pagination .swiper-pagination-bullet .num {
  opacity: 0;
}
.news1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.news1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .num {
  opacity: 1;
}
.news1.news1_2 {
  display: flex;
  justify-content: flex-end;
}
.news1.news1_2 .title {
  width: auto;
  right: auto;
  left: 70px;
  align-items: flex-start;
}
.news1.news1_2 .imgbox {
  width: 65%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 30px;
}
.news1.news1_2 .imgbox img {
  max-width: 100%;
  max-height: 100%;
  transition: all .3s;
}
.news1.news1_2 .img {
  width: 100%;
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
.news1.news1_2.news1_3 {
  justify-content: flex-start;
}
.news1.news1_2.news1_3 .title {
  right: 70px;
  left: auto;
  align-items: flex-end;
}
.news1.news1_2.news1_3 .imgbox {
  width: 50%;
  justify-content: center;
  align-items: center;
}
.news1.news1_2.news1_3 .img {
  background-position: left center;
}
.news1.news1_2:hover .title .more1 {
  background-image: linear-gradient(to right, #0163eb, #00bdfa);
  color: #fff !important;
}
.news1.news1_2:hover .title .more1::before {
  opacity: 0;
}
.news1.news1_2:hover .imgbox img {
  transform: scale(1.1);
}
.news1.news1_2:hover .img {
  transform: scale(1.1);
}
.news2 {
  display: block;
}
.news2 .imgbox {
  height: 387px;
  overflow: hidden;
  border-radius: 15px;
}
.news2 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .3s;
}
.news2 h5 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 50px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news2:hover .imgbox .img {
  transform: scale(1.1);
}
.news2:hover .more1 {
  background-image: linear-gradient(to right, #0163eb, #00bdfa);
  color: #fff !important;
}
.news2:hover .more1::before {
  opacity: 0;
}
.news3 {
  display: block;
  height: 440px;
  position: relative;
  background: url(../images/bg9.jpg) no-repeat center center / cover;
  border-radius: 15px;
  border: 1px solid transparent;
  transition: all .3s;
}
.news3 .title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 80px 70px;
}
.news3 .title h5 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news3 .title .more1 {
  margin-top: 40px;
}
.news3 .img {
  height: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news3:hover {
  border-color: #b1b9c6;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.news3:hover .more1 {
  background-image: linear-gradient(to right, #0163eb, #00bdfa);
  color: #fff !important;
}
.news3:hover .more1::before {
  opacity: 0;
}
.news4 {
  display: block;
}
.news4 .imgbox {
  height: 600px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.news4 .imgbox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.news4 .imgbox::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/icon7.png) no-repeat center center / contain;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 2;
}
.news4 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .3s;
}
.news4 h5 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin: 40px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news4:hover .imgbox .img {
  transform: scale(1.1);
}
.news4:hover .more1 {
  background-image: linear-gradient(to right, #0163eb, #00bdfa);
  color: #fff !important;
}
.news4:hover .more1::before {
  opacity: 0;
}
.news5 {
  width: 350px;
  height: 100%;
  display: block;
  border: 1px solid #d1d1d1;
  border-radius: 15px;
  background-color: #fff;
  padding: 19px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.news5 .imgbox {
  height: 100%;
  overflow: hidden;
}
.news5 .imgbox .img {
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news5:hover .imgbox .img {
  transform: scale(1.1);
}
.main1 {
  padding: 90px 0 120px;
}
.main1 .main1_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main1 .main1_con ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main1 .main1_con ul li:first-child {
  width: 100%;
}
.main2 .container_box {
  display: flex;
}
.main2 .container_box .left {
  width: calc(100% - 640px);
  min-height: 860px;
  padding-right: 260px;
  position: relative;
}
.main2 .container_box .left::before {
  content: "";
  width: 1066px;
  height: 853px;
  background: url(../images/bg6.jpg) no-repeat center bottom / cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main2 .container_box .left .text {
  font-size: 24px;
  color: #666;
  line-height: 2;
  position: relative;
  z-index: 10;
}
.main2 .container_box .left img {
  max-width: 100%;
  position: relative;
  display: block;
  margin-top: 60px;
  margin-left: auto;
}
.main2 .container_box .right {
  width: 640px;
}
.main2 .container_box .right .swiper {
  height: 740px;
  padding-left: 6px;
}
.main2 .container_box .right .swiper .swiper-slide a {
  display: block;
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  padding: 30px;
  transition: all .3s;
}
.main2 .container_box .right .swiper .swiper-slide a::before {
  content: "";
  width: 0;
  height: 50px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #0174ed;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s;
}
.main2 .container_box .right .swiper .swiper-slide a b {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  line-height: 23px;
  background-color: #0174ed;
  border-radius: 23px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Arial";
  font-weight: bold;
  opacity: 0;
  transition: all .3s;
}
.main2 .container_box .right .swiper .swiper-slide a h5 {
  font-size: 24px;
  color: #212121;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all .3s;
}
.main2 .container_box .right .swiper .swiper-slide a .text {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.main3 {
  background: url(../images/bg7.jpg) no-repeat center bottom / cover;
  padding: 70px 0 40px;
}
.main3 .main3_con {
  margin-top: 60px;
}
.main3 .main3_con .item {
  display: none;
}
.main3 .main3_con .item ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main3 .main3_con .item ul li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 50px;
}
.main3 .main3_con .item.active {
  display: block;
}
.main3 .main3_con_2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main3 .main3_con_2 ul li {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 80px;
}
.main4 {
  padding: 90px 0 100px;
}
.main4 .main4_con_1 ul {
  display: flex;
  margin: 0 -30px;
}
.main4 .main4_con_1 ul li {
  flex: 1;
  padding: 0 30px;
}
.main4 .main4_con_1 ul li .con {
  background-color: #f1fafe;
  border-radius: 5px;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
.main4 .main4_con_1 ul li .con h5 {
  font-size: 24px;
  color: #000;
  white-space: nowrap;
}
.main4 .main4_con_1 ul li .con p {
  font-size: 72px;
  font-weight: bold;
  font-family: "Arial";
  background: linear-gradient(to bottom, #00a5f6, #0174ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: relative;
}
.main4 .main4_con_1 ul li .con p span {
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 100%;
  line-height: 1;
  background: linear-gradient(to bottom, #00a5f6, #0174ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.main4 .main4_con_2 {
  font-size: 20px;
  line-height: 3;
  color: #1a1a1a;
  margin-top: 80px;
  text-align: justify;
}
.main4 .main4_con_2 img {
  display: block;
  width: 779px;
  border-radius: 15px;
  float: right;
  margin: 0 0 60px 60px;
}
.main5 {
  padding: 90px 0 311px;
  background-image: url(../images/bg8.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.main5 .main5_con_1 img {
  width: 100%;
}
.main6 {
  padding: 90px 0 140px;
}
.main6 .item {
  margin-bottom: 60px;
}
.main6 .item .swiper_1 {
  padding: 0 1px 40px;
}
.main6 .item .swiper_1 .swiper-slide {
  height: 480px;
  position: relative;
}
.main6 .item .swiper_1 .swiper-slide .news5 {
  position: absolute;
  transition: all .3s;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active {
  z-index: 1;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active .news5 {
  transform: scale(0.7);
  transform-origin: 0 bottom;
  bottom: 0;
  left: 0;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active + .swiper-slide {
  z-index: 2;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active + .swiper-slide .news5 {
  transform: scale(0.8);
  transform-origin: 0 bottom;
  bottom: 0;
  left: 0;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
  z-index: 3;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide .news5 {
  transform: scale(0.9);
  transform-origin: 0 bottom;
  bottom: 0;
  left: 0;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  z-index: 4;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .news5 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  z-index: 3;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .news5 {
  transform: scale(0.9);
  transform-origin: right bottom;
  bottom: 0;
  right: 0;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  z-index: 2;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .news5 {
  transform: scale(0.8);
  transform-origin: right bottom;
  bottom: 0;
  right: 0;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  z-index: 1;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .news5 {
  transform: scale(0.7);
  transform-origin: right bottom;
  bottom: 0;
  right: 0;
}
.main6 .item .swiper_1 .swiper-slide.swiper-slide-prev .news5 {
  opacity: 0;
}
.main6 .item .swiper_2 {
  padding: 0 1px 40px;
  margin-top: 75px;
}
.main6 .item .swiper_2 .swiper-slide {
  height: 380px;
  position: relative;
}
.main6 .item .swiper_2 .swiper-slide .news5 {
  width: 530px;
  position: absolute;
  transition: all .3s;
}
.main6 .item .swiper_2 .swiper-slide.swiper-slide-active {
  z-index: 1;
}
.main6 .item .swiper_2 .swiper-slide.swiper-slide-active .news5 {
  transform: scale(0.7);
  transform-origin: 0 bottom;
  bottom: 0;
  left: 0;
}
.main6 .item .swiper_2 .swiper-slide.swiper-slide-active + .swiper-slide {
  z-index: 2;
}
.main6 .item .swiper_2 .swiper-slide.swiper-slide-active + .swiper-slide .news5 {
  transform: scale(0.8);
  transform-origin: 0 bottom;
  bottom: 0;
  left: 0;
}
.main6 .item .swiper_2 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
  z-index: 4;
}
.main6 .item .swiper_2 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide .news5 {
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.main6 .item .swiper_2 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  z-index: 2;
}
.main6 .item .swiper_2 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .news5 {
  transform: scale(0.8);
  transform-origin: right bottom;
  bottom: 0;
  right: 0;
}
.main6 .item .swiper_2 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  z-index: 1;
}
.main6 .item .swiper_2 .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .news5 {
  transform: scale(0.7);
  transform-origin: right bottom;
  bottom: 0;
  right: 0;
}
.main6 .item .swiper_2 .swiper-slide.swiper-slide-prev .news5 {
  opacity: 0;
}
.main6 .item:last-child {
  margin-bottom: 0;
}
.main7 {
  padding: 80px 0 140px;
  position: relative;
  margin-top: 70px;
}
.main7 .main7_con_1 {
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 200px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.main7 .main7_con_1 .left {
  width: 50%;
  padding: 0 60px;
}
.main7 .main7_con_1 .left h5 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.main7 .main7_con_1 .left .phone {
  font-size: 36px;
  font-weight: bold;
  font-family: "Arial";
  color: #000;
  margin: 60px 0 30px;
}
.main7 .main7_con_1 .left ul li {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  background-position: 0 6px;
  background-size: auto 16px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.main7 .main7_con_1 .right {
  width: 50%;
  height: 100%;
}
.main7 .main7_con_1 .right .img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main7 .main7_map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main7 .main7_map::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main8 {
  padding: 80px 0 80px;
}
.main8 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.main8 ul li {
  width: 50%;
  margin-bottom: 40px;
  padding: 0 30px;
}
.main8 ul li .con {
  height: 260px;
  border: 1px solid #e6e3e3;
  border-radius: 15px;
  padding: 30px 30px 0;
}
.main8 ul li .con h5 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.main8 ul li .con dl dd {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  background-position: 0 6px;
  background-size: auto 16px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.main8 ul li .con dl dd span {
  font-weight: bold;
}
.main8 ul li .con dl dd:last-child {
  margin-bottom: 0;
}
.main9 {
  padding: 90px 0;
}
.main9 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 70px;
}
.main9 ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main10 {
  padding: 120px 0;
  background: url(../images/bg10.jpg) no-repeat center bottom / cover;
}
.main10 .main10_con {
  display: flex;
  align-items: center;
  position: relative;
}
.main10 .main10_con .left {
  width: calc(100% - 580px);
}
.main10 .main10_con .left .title {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.main10 .main10_con .left .con_box {
  margin: 60px 0;
}
.main10 .main10_con .left .con_box .item {
  margin-bottom: 50px;
}
.main10 .main10_con .left .con_box .item .bt {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.main10 .main10_con .left .con_box .item ul {
  display: flex;
  flex-wrap: wrap;
}
.main10 .main10_con .left .con_box .item ul li {
  font-size: 20px;
  color: #000;
  padding-right: 10px;
  border-right: 1px solid #000;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.main10 .main10_con .left .con_box .item ul li:last-child {
  border-right: none;
  margin-right: 0;
  margin-bottom: 0;
}
.main10 .main10_con .left .con_box .item .con {
  font-size: 20px;
  color: #000;
  line-height: 1.6;
}
.main10 .main10_con .left .con_box .item:last-child {
  margin-bottom: 0;
}
.main10 .main10_con .left .more {
  display: block;
  width: 120px;
  line-height: 34px;
  background-image: linear-gradient(to right, #0161eb, #00bcf9);
  border-radius: 34px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.main10 .main10_con .right {
  width: 580px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main10 .main10_con .right img {
  max-width: 100%;
  max-height: 100%;
}
.main10.main10_2 {
  background: url(../images/bg11.jpg) no-repeat center bottom / cover;
  padding: 214px 0 186px;
}
.main10.main10_2 .main10_con .left {
  width: 720px;
}
.main10.main10_3 {
  padding: 120px 0;
}
.main11 {
  padding: 80px 0 130px;
}
.main11 .con {
  font-size: 16px;
  line-height: 1.6;
}
.main11 .con img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main12 .con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.main12 .con ul li {
  width: 50%;
  padding: 0 40px;
  margin-bottom: 60px;
}
.main12 .con ul li h5 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.main12 .con ul li .text {
  font-size: 20px;
}
.main12 .con ul li:last-child {
  margin-bottom: 0;
}
.main13 {
  background-color: #f9f9f9;
  padding: 80px 0;
  margin-top: 140px;
}
.main13 .con {
  background-color: #fff;
  border-radius: 15px;
  padding: 60px;
}
.main13 .con img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main14 {
  padding: 90px 0 130px;
}
.main14 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 60px;
}
.main14 ul li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 80px;
}
.main15 {
  padding: 90px 0 60px;
}
.main15 .swiper {
  margin: 0 -20px;
}
.main15 .swiper .swiper-slide {
  padding: 0 20px;
}
.main15 .swiper .swiper-slide .item {
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  background: url(../images/bg12.jpg) no-repeat 0 bottom / cover;
  min-height: 350px;
  padding: 50px;
}
.main15 .swiper .swiper-slide .item .title {
  position: relative;
}
.main15 .swiper .swiper-slide .item .title i {
  width: 24px;
  height: 24px;
  background-image: linear-gradient(to bottom, #00bbf9, #0160eb);
  position: absolute;
  top: 50%;
  left: -62px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.main15 .swiper .swiper-slide .item .title i::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main15 .swiper .swiper-slide .item .title h5 {
  font-size: 30px;
  font-weight: bold;
  color: #161616;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main15 .swiper .swiper-slide .item .text {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 40px;
  height: 200px;
  margin-top: 40px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.main15 .swiper-pagination {
  position: initial;
  margin-top: 60px;
}
.main15 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #d0d0d0;
  opacity: 1;
  margin: 0 9px;
  position: relative;
}
.main15 .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main15 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: linear-gradient(to bottom, #00bbf9, #0160eb);
}
.main15 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 0;
}
.main16 {
  padding: 90px 0;
  background-color: #f9f9f9;
}
.main16 .main16_con {
  background-color: #fff;
  text-align: center;
  padding: 50px;
}
.main16 .main16_con img {
  max-width: 100%;
}
.main17 {
  padding: 80px 0;
}
.main17 .main17_con {
  border: 1px solid #efefef;
  position: relative;
}
.main17 .main17_con::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #efefef;
  position: absolute;
  top: 0;
  left: 50%;
}
.main17 .main17_con .swiper .swiper-slide {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  cursor: pointer;
}
.main17 .main17_con .swiper .swiper-slide h5 {
  font-size: 30px;
  font-weight: bold;
  color: #161616;
}
.main17 .main17_con .swiper .swiper-slide .text {
  font-size: 20px;
  color: #000;
  line-height: 40px;
  margin-top: 20px;
}
.main17 .main17_con .swiper .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all .3s;
}
.main17 .main17_con .swiper .swiper-slide:hover .img {
  opacity: 1;
}
.main17 .but_box {
  width: 190px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main17 .but_box .but {
  width: 70px;
  height: 70px;
  background: url(../images/icon6.png) no-repeat center center / contain;
}
.main17 .but_box .but.but_prev {
  transform: rotateY(180deg);
}
.main17 .but_box .but:hover {
  background-image: url(../images/icon6_h.png);
}
.main18 {
  padding: 90px 0;
}
.main18 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
}
.main18 ul li {
  width: 33.33333%;
  margin-bottom: 80px;
  padding: 0 15px;
}
.main19 {
  padding: 60px 0;
}
.main19 .con {
  font-size: 16px;
  line-height: 1.8;
}
.main19 .con img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
footer {
  background-color: #000;
}
footer .footer_1 {
  padding: 50px 0;
}
footer .footer_1 .footer_1_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
}
footer .footer_1 .footer_1_1 .logo {
  width: 210px;
}
footer .footer_1 .footer_1_1 a {
  display: block;
  width: 200px;
  line-height: 66px;
  background-color: #fff;
  border-radius: 66px;
  font-size: 18px;
  color: #000;
  padding-left: 88px;
  background-image: url(../images/icon2.png);
  background-repeat: no-repeat;
  background-position: 40px center;
  background-size: auto 28px;
}
footer .footer_1 .footer_1_2 {
  display: flex;
  margin-top: 50px;
}
footer .footer_1 .footer_1_2 .left {
  width: 50%;
}
footer .footer_1 .footer_1_2 .left .phone {
  font-size: 36px;
  font-family: "Arial";
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
footer .footer_1 .footer_1_2 .left ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_1 .footer_1_2 .left ul li {
  width: 50%;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  background-position: 0 3px;
  background-size: auto 16px;
  background-repeat: no-repeat;
  padding-left: 30px;
}
footer .footer_1 .footer_1_2 .left ul li:last-child {
  width: 100%;
}
footer .footer_1 .footer_1_2 .right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
footer .footer_1 .footer_1_2 .right ul {
  display: flex;
  flex-wrap: wrap;
  width: 450px;
}
footer .footer_1 .footer_1_2 .right ul li {
  width: 33.3333%;
  text-align: right;
  margin-bottom: 35px;
}
footer .footer_1 .footer_1_2 .right ul li a {
  font-size: 18px;
  color: #fff;
}
footer .footer_2 {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer_2 .container_box {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
}
footer .footer_2 .container_box a {
  color: #fff;
}
@media (min-width: 992px) {
  .main2 .container_box .right .swiper .swiper-slide a:hover {
    border-color: #0174ed;
    box-shadow: 0 7px 0 #0174ed;
  }
  .main2 .container_box .right .swiper .swiper-slide a:hover::before {
    opacity: 1;
  }
  .main2 .container_box .right .swiper .swiper-slide a:hover b {
    opacity: 1;
  }
  .main2 .container_box .right .swiper .swiper-slide a:hover h5 {
    color: #64748d;
  }
}
@media (max-width: 1530px) {
  .page_div {
    font-size: 0.09150327rem;
  }
  .page_div button {
    min-width: 0.28104575rem;
    height: 0.28104575rem;
    font-size: 0.09150327rem;
    margin: 0 0.03267974rem;
  }
  .page_div #firstPage,
  .page_div #prePage {
    margin-right: 0.03267974rem;
  }
  .page_div #nextPage,
  .page_div #prePage,
  .page_div #firstPage {
    width: 0.63398693rem;
    height: 0.28104575rem;
    font-size: 0.09150327rem;
    border-radius: 0.26143791rem;
  }
  .page_div .totalNum,
  .page_div .totalList {
    line-height: 0.19607843rem;
    margin-right: 0.06535948rem;
  }
  .page_div .totalList2 {
    margin-left: 0.19607843rem;
  }
  body {
    padding-top: 0.39215686rem;
  }
  .video_popup .con_box {
    width: 2.61437908rem;
    min-height: 4.5751634rem;
    border-radius: 0.09803922rem;
    padding: 0.19607843rem;
  }
  .video_popup .con_box video {
    height: 3.26797386rem;
  }
  .video_popup .con_box .title {
    margin-top: 0.16339869rem;
    height: 0.73856209rem;
  }
  .video_popup .con_box .title h5 {
    font-size: 0.16339869rem;
  }
  .video_popup .con_box .title .text {
    font-size: 0.13071895rem;
    line-height: 0.19607843rem;
    margin-top: 0.13071895rem;
  }
  .video_popup .con_box i {
    font-size: 0.19607843rem;
    top: -0.32679739rem;
    right: -0.32679739rem;
    width: 0.32679739rem;
    height: 0.32679739rem;
  }
  .nav1 {
    height: 0.39215686rem;
  }
  .nav1 .container_box .logo {
    width: 1.40522876rem;
  }
  .nav1 .container_box .logo a img {
    height: 0.26143791rem;
  }
  .nav1 .container_box .right nav ul li a {
    font-size: 0.13071895rem;
    padding: 0 0.13071895rem 0 0.32679739rem;
    background-position: 0.13071895rem center;
    background-size: auto 0.12418301rem;
  }
  .nav1 .container_box .right .language {
    margin-left: 0.26143791rem;
  }
  .nav1 .container_box .right .language .con {
    font-size: 0.13071895rem;
    background-size: auto 0.12418301rem;
    padding-left: 0.19607843rem;
  }
  .nav1 .container_box .right .phone {
    font-size: 0.15686275rem;
    margin-left: 0.32679739rem;
  }
  .nav1.active {
    height: 0.39215686rem;
  }
  .nav1.active .container_box .logo a img {
    height: 0.26143791rem;
  }
  .nav1.active .container_box .right nav ul li a {
    font-size: 0.11764706rem;
  }
  .nav1.active .container_box .right .language .con {
    font-size: 0.11764706rem;
  }
  .nav1.active .container_box .right .phone {
    font-size: 0.13071895rem;
  }
  .nav2 .swiper .swiper-slide {
    margin-right: 0.13071895rem;
  }
  .nav2 .swiper .swiper-slide a {
    font-size: 0.13071895rem;
    border-bottom: 0.0130719rem solid transparent;
    padding-bottom: 0.06535948rem;
  }
  .nav3 {
    height: 0.98039216rem;
    border-radius: 0.09803922rem;
    border-bottom: 0.0130719rem solid #c0e4fc;
    margin-top: -0.49019608rem;
    padding: 0 0.58823529rem;
  }
  .nav3 .but {
    width: 0.26797386rem;
    height: 0.26797386rem;
  }
  .nav3 .but.but_prev {
    left: 0.19607843rem;
  }
  .nav3 .but.but_next {
    right: 0.19607843rem;
  }
  .nav3 .swiper .swiper-slide a {
    font-size: 0.19607843rem;
    padding: 0 0.26143791rem;
  }
  .nav3 .swiper .swiper-slide a img {
    height: 0.13071895rem;
    margin-right: 0.13071895rem;
  }
  .nav3.nav3_2 {
    padding: 0 0 0 0.13071895rem;
  }
  .title1 {
    font-size: 0.26143791rem;
    margin-bottom: 0.32679739rem;
  }
  .more1 {
    width: 0.79738562rem;
    line-height: 0.21568627rem;
    border-radius: 0.21568627rem;
    font-size: 0.11764706rem;
  }
  .more1::before {
    border-radius: 0.21568627rem;
  }
  .banner .bottom {
    bottom: 1.11111111rem;
  }
  .banner2 {
    height: 3.92156863rem;
  }
  .banner2 .container_box img {
    width: 2.04575163rem;
  }
  .banner2 .container_box img.zi2 {
    width: 2.83660131rem;
  }
  .banner2 .container_box .title p {
    font-size: 0.82352941rem;
  }
  .banner2 .container_box .title h5 {
    font-size: 0.26143791rem;
  }
  .news1 {
    height: 2.88235294rem;
    border-radius: 0.09803922rem;
  }
  .news1 .swiper {
    width: calc(100% - 3.46405229rem);
  }
  .news1 .title {
    width: 3.46405229rem;
    top: 0.52287582rem;
    right: 1.76470588rem;
  }
  .news1 .title h5 {
    font-size: 0.19607843rem;
  }
  .news1 .title .more1 {
    margin-top: 0.26143791rem;
  }
  .news1 .swiper-pagination {
    bottom: 1.11111111rem;
    right: 0.58823529rem;
  }
  .news1 .swiper-pagination::before {
    margin-top: 0.06535948rem;
  }
  .news1 .swiper-pagination .swiper-pagination-bullet {
    width: 0.05228758rem;
    height: 0.05228758rem;
    margin-top: 0.06535948rem;
    font-size: 0.09150327rem;
  }
  .news1.news1_2 .title {
    left: 0.45751634rem;
  }
  .news1.news1_2 .imgbox {
    padding: 0.19607843rem;
  }
  .news1.news1_2.news1_3 .title {
    right: 0.45751634rem;
  }
  .news2 .imgbox {
    height: 2.52941176rem;
    border-radius: 0.09803922rem;
  }
  .news2 h5 {
    font-size: 0.19607843rem;
    margin: 0.32679739rem 0 0.26143791rem;
  }
  .news3 {
    height: 2.87581699rem;
    border-radius: 0.09803922rem;
  }
  .news3 .title {
    padding: 0.52287582rem 0.45751634rem;
  }
  .news3 .title h5 {
    font-size: 0.19607843rem;
  }
  .news3 .title .more1 {
    margin-top: 0.26143791rem;
  }
  .news4 .imgbox {
    height: 3.92156863rem;
    border-radius: 0.09803922rem;
  }
  .news4 .imgbox::after {
    width: 0.39215686rem;
    height: 0.39215686rem;
    bottom: 0.26143791rem;
    right: 0.26143791rem;
  }
  .news4 h5 {
    font-size: 0.19607843rem;
    margin: 0.26143791rem 0;
  }
  .news5 {
    width: 2.2875817rem;
    border-radius: 0.09803922rem;
    padding: 0.12418301rem;
    box-shadow: 0 0.06535948rem 0.13071895rem rgba(0, 0, 0, 0.1);
  }
  .main1 {
    padding: 0.58823529rem 0 0.78431373rem;
  }
  .main1 .main1_con ul {
    margin: 0 -0.06535948rem;
  }
  .main1 .main1_con ul li {
    padding: 0 0.06535948rem;
    margin-bottom: 0.13071895rem;
  }
  .main2 .container_box .left {
    width: calc(100% - 4.18300654rem);
    min-height: 5.62091503rem;
    padding-right: 1.69934641rem;
  }
  .main2 .container_box .left::before {
    width: 6.96732026rem;
    height: 5.5751634rem;
  }
  .main2 .container_box .left .text {
    font-size: 0.15686275rem;
  }
  .main2 .container_box .left img {
    margin-top: 0.39215686rem;
  }
  .main2 .container_box .right {
    width: 4.18300654rem;
  }
  .main2 .container_box .right .swiper {
    height: 4.83660131rem;
  }
  .main2 .container_box .right .swiper .swiper-slide a {
    border-radius: 0.09803922rem;
    padding: 0.19607843rem;
  }
  .main2 .container_box .right .swiper .swiper-slide a::before {
    height: 0.32679739rem;
    border-top: 0.03921569rem solid transparent;
    border-bottom: 0.03921569rem solid transparent;
    border-right: 0.03921569rem solid #64748d;
    left: -0.03921569rem;
  }
  .main2 .container_box .right .swiper .swiper-slide a b {
    top: 0.06535948rem;
    right: 0.06535948rem;
    width: 0.26143791rem;
    line-height: 0.1503268rem;
    border-radius: 0.1503268rem;
    font-size: 0.10457516rem;
  }
  .main2 .container_box .right .swiper .swiper-slide a h5 {
    font-size: 0.15686275rem;
  }
  .main2 .container_box .right .swiper .swiper-slide a .text {
    font-size: 0.11764706rem;
    line-height: 0.19607843rem;
    height: 0.39215686rem;
    margin-top: 0.13071895rem;
  }
  .main3 {
    padding: 0.45751634rem 0 0.26143791rem;
  }
  .main3 .main3_con {
    margin-top: 0.39215686rem;
  }
  .main3 .main3_con .item ul {
    margin: 0 -0.09803922rem;
  }
  .main3 .main3_con .item ul li {
    padding: 0 0.09803922rem;
    margin-bottom: 0.32679739rem;
  }
  .main3 .main3_con_2 ul {
    margin: 0 -0.09803922rem;
  }
  .main3 .main3_con_2 ul li {
    padding: 0 0.09803922rem;
    margin-bottom: 0.52287582rem;
  }
  .main4 {
    padding: 0.58823529rem 0 0.65359477rem;
  }
  .main4 .main4_con_1 ul {
    margin: 0 -0.19607843rem;
  }
  .main4 .main4_con_1 ul li {
    padding: 0 0.19607843rem;
  }
  .main4 .main4_con_1 ul li .con {
    border-radius: 0.03267974rem;
    height: 1.04575163rem;
    padding: 0 0.26143791rem;
  }
  .main4 .main4_con_1 ul li .con h5 {
    font-size: 0.15686275rem;
  }
  .main4 .main4_con_1 ul li .con p {
    font-size: 0.47058824rem;
  }
  .main4 .main4_con_1 ul li .con p span {
    font-size: 0.23529412rem;
  }
  .main4 .main4_con_2 {
    font-size: 0.13071895rem;
    margin-top: 0.52287582rem;
  }
  .main4 .main4_con_2 img {
    width: 5.09150327rem;
    border-radius: 0.09803922rem;
    margin: 0 0 0.39215686rem 0.39215686rem;
  }
  .main5 {
    padding: 0.58823529rem 0 2.03267974rem;
  }
  .main6 {
    padding: 0.58823529rem 0 0.91503268rem;
  }
  .main6 .item {
    margin-bottom: 0.39215686rem;
  }
  .main6 .item .swiper_1 {
    padding: 0 1px 0.26143791rem;
  }
  .main6 .item .swiper_1 .swiper-slide {
    height: 3.1372549rem;
  }
  .main6 .item .swiper_2 {
    padding: 0 1px 0.26143791rem;
    margin-top: 0.49019608rem;
  }
  .main6 .item .swiper_2 .swiper-slide {
    height: 2.48366013rem;
  }
  .main6 .item .swiper_2 .swiper-slide .news5 {
    width: 3.46405229rem;
  }
  .main7 {
    padding: 0.52287582rem 0 0.91503268rem;
    margin-top: 0.45751634rem;
  }
  .main7 .main7_con_1 {
    height: 2.61437908rem;
    border-radius: 0.09803922rem;
    margin-top: 1.30718954rem;
    box-shadow: 0 0 0.06535948rem rgba(0, 0, 0, 0.2);
  }
  .main7 .main7_con_1 .left {
    padding: 0 0.39215686rem;
  }
  .main7 .main7_con_1 .left h5 {
    font-size: 0.23529412rem;
  }
  .main7 .main7_con_1 .left .phone {
    font-size: 0.23529412rem;
    margin: 0.39215686rem 0 0.19607843rem;
  }
  .main7 .main7_con_1 .left ul li {
    font-size: 0.13071895rem;
    margin-bottom: 0.06535948rem;
    background-position: 0 0.03921569rem;
    background-size: auto 0.10457516rem;
    padding-left: 0.19607843rem;
  }
  .main8 {
    padding: 0.52287582rem 0 0.52287582rem;
  }
  .main8 ul {
    margin: 0 -0.19607843rem;
  }
  .main8 ul li {
    margin-bottom: 0.26143791rem;
    padding: 0 0.19607843rem;
  }
  .main8 ul li .con {
    height: 1.69934641rem;
    border-radius: 0.09803922rem;
    padding: 0.19607843rem 0.19607843rem 0;
  }
  .main8 ul li .con h5 {
    font-size: 0.15686275rem;
    margin-bottom: 0.19607843rem;
  }
  .main8 ul li .con dl dd {
    font-size: 0.13071895rem;
    margin-bottom: 0.06535948rem;
    background-position: 0 0.03921569rem;
    background-size: auto 0.10457516rem;
    padding-left: 0.19607843rem;
  }
  .main9 {
    padding: 0.58823529rem 0;
  }
  .main9 ul {
    margin: 0 -0.06535948rem 0.45751634rem;
  }
  .main9 ul li {
    padding: 0 0.06535948rem;
    margin-bottom: 0.13071895rem;
  }
  .main10 {
    padding: 0.78431373rem 0;
  }
  .main10 .main10_con .left {
    width: calc(100% - 3.79084967rem);
  }
  .main10 .main10_con .left .title {
    font-size: 0.26143791rem;
  }
  .main10 .main10_con .left .con_box {
    margin: 0.39215686rem 0;
  }
  .main10 .main10_con .left .con_box .item {
    margin-bottom: 0.32679739rem;
  }
  .main10 .main10_con .left .con_box .item .bt {
    font-size: 0.19607843rem;
    margin-bottom: 0.13071895rem;
  }
  .main10 .main10_con .left .con_box .item ul li {
    font-size: 0.13071895rem;
    padding-right: 0.06535948rem;
    margin-right: 0.06535948rem;
    margin-bottom: 0.09803922rem;
  }
  .main10 .main10_con .left .con_box .item .con {
    font-size: 0.13071895rem;
  }
  .main10 .main10_con .left .more {
    width: 0.78431373rem;
    line-height: 0.22222222rem;
    border-radius: 0.22222222rem;
    font-size: 0.11764706rem;
  }
  .main10 .main10_con .right {
    width: 3.79084967rem;
    padding-left: 0.65359477rem;
  }
  .main10.main10_2 {
    padding: 1.39869281rem 0 1.21568627rem;
  }
  .main10.main10_2 .main10_con .left {
    width: 4.70588235rem;
  }
  .main10.main10_3 {
    padding: 0.78431373rem 0;
  }
  .main11 {
    padding: 0.52287582rem 0 0.8496732rem;
  }
  .main11 .con {
    font-size: 0.10457516rem;
  }
  .main12 .con ul {
    margin: 0 -0.26143791rem;
  }
  .main12 .con ul li {
    padding: 0 0.26143791rem;
    margin-bottom: 0.39215686rem;
  }
  .main12 .con ul li h5 {
    font-size: 0.19607843rem;
    margin-bottom: 0.13071895rem;
  }
  .main12 .con ul li .text {
    font-size: 0.13071895rem;
  }
  .main13 {
    padding: 0.52287582rem 0;
    margin-top: 0.91503268rem;
  }
  .main13 .con {
    border-radius: 0.09803922rem;
    padding: 0.39215686rem;
  }
  .main14 {
    padding: 0.58823529rem 0 0.8496732rem;
  }
  .main14 ul {
    margin: 0 -0.09803922rem 0.39215686rem;
  }
  .main14 ul li {
    padding: 0 0.09803922rem;
    margin-bottom: 0.52287582rem;
  }
  .main15 {
    padding: 0.58823529rem 0 0.39215686rem;
  }
  .main15 .swiper {
    margin: 0 -0.13071895rem;
  }
  .main15 .swiper .swiper-slide {
    padding: 0 0.13071895rem;
  }
  .main15 .swiper .swiper-slide .item {
    border-radius: 0.09803922rem;
    min-height: 2.2875817rem;
    padding: 0.32679739rem;
  }
  .main15 .swiper .swiper-slide .item .title i {
    width: 0.15686275rem;
    height: 0.15686275rem;
    left: -0.40522876rem;
  }
  .main15 .swiper .swiper-slide .item .title i::before {
    width: 0.09150327rem;
    height: 0.09150327rem;
  }
  .main15 .swiper .swiper-slide .item .title h5 {
    font-size: 0.19607843rem;
  }
  .main15 .swiper .swiper-slide .item .text {
    font-size: 0.13071895rem;
    line-height: 0.26143791rem;
    height: 1.30718954rem;
    margin-top: 0.26143791rem;
  }
  .main15 .swiper-pagination {
    margin-top: 0.39215686rem;
  }
  .main15 .swiper-pagination .swiper-pagination-bullet {
    width: 0.13071895rem;
    height: 0.13071895rem;
    margin: 0 0.05882353rem;
  }
  .main15 .swiper-pagination .swiper-pagination-bullet::before {
    width: 0.09150327rem;
    height: 0.09150327rem;
  }
  .main16 {
    padding: 0.58823529rem 0;
  }
  .main16 .main16_con {
    padding: 0.32679739rem;
  }
  .main17 {
    padding: 0.52287582rem 0;
  }
  .main17 .main17_con .swiper .swiper-slide {
    height: 1.30718954rem;
    padding: 0.19607843rem;
  }
  .main17 .main17_con .swiper .swiper-slide h5 {
    font-size: 0.19607843rem;
  }
  .main17 .main17_con .swiper .swiper-slide .text {
    font-size: 0.13071895rem;
    line-height: 0.26143791rem;
    margin-top: 0.13071895rem;
  }
  .main17 .but_box {
    width: 1.24183007rem;
    margin: 0.45751634rem auto 0;
  }
  .main17 .but_box .but {
    width: 0.45751634rem;
    height: 0.45751634rem;
  }
  .main18 {
    padding: 0.58823529rem 0;
  }
  .main18 ul {
    margin: 0 -0.09803922rem 0.26143791rem;
  }
  .main18 ul li {
    margin-bottom: 0.52287582rem;
    padding: 0 0.09803922rem;
  }
  .main19 {
    padding: 0.39215686rem 0;
  }
  .main19 .con {
    font-size: 0.10457516rem;
  }
  footer .footer_1 {
    padding: 0.32679739rem 0;
  }
  footer .footer_1 .footer_1_1 {
    padding-bottom: 0.19607843rem;
  }
  footer .footer_1 .footer_1_1 .logo {
    width: 1.37254902rem;
  }
  footer .footer_1 .footer_1_1 a {
    width: 1.30718954rem;
    line-height: 0.43137255rem;
    border-radius: 0.43137255rem;
    font-size: 0.11764706rem;
    padding-left: 0.5751634rem;
    background-position: 0.26143791rem center;
    background-size: auto 0.18300654rem;
  }
  footer .footer_1 .footer_1_2 {
    margin-top: 0.32679739rem;
  }
  footer .footer_1 .footer_1_2 .left .phone {
    font-size: 0.23529412rem;
    margin-bottom: 0.19607843rem;
  }
  footer .footer_1 .footer_1_2 .left ul li {
    font-size: 0.11764706rem;
    margin-bottom: 0.09803922rem;
    background-position: 0 0.01960784rem;
    background-size: auto 0.10457516rem;
    padding-left: 0.19607843rem;
  }
  footer .footer_1 .footer_1_2 .right ul {
    width: 2.94117647rem;
  }
  footer .footer_1 .footer_1_2 .right ul li {
    margin-bottom: 0.22875817rem;
  }
  footer .footer_1 .footer_1_2 .right ul li a {
    font-size: 0.11764706rem;
  }
  footer .footer_2 {
    padding: 0.26143791rem 0;
  }
  footer .footer_2 .container_box {
    font-size: 0.10457516rem;
  }
}
@media (max-width: 991px) {
  .page_div {
    font-size: 14px;
  }
  .page_div button {
    width: 25px;
    height: 25px;
    font-size: 13px;
    margin: 0 1px;
  }
  .page_div #firstPage,
  .page_div #prePage {
    margin-right: 5px;
  }
  .page_div #nextPage,
  .page_div #prePage,
  .page_div #firstPage {
    width: 60px;
    height: 30px;
    font-size: 13px;
    border-radius: 30px;
  }
  .page_div .totalNum,
  .page_div .totalList {
    line-height: 30px;
    margin-right: 10px;
    display: none;
  }
  .page_div .totalList2 {
    margin-left: 30px;
  }
  body {
    padding-top: 60px;
  }
  .video_popup .con_box {
    width: 300px;
    max-width: 90%;
    min-height: 330px;
    border-radius: 10px;
    padding: 10px;
  }
  .video_popup .con_box video {
    height: 300px;
  }
  .video_popup .con_box .title {
    margin-top: 10px;
    height: 84px;
  }
  .video_popup .con_box .title h5 {
    font-size: 18px;
  }
  .video_popup .con_box .title .text {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
  }
  .video_popup .con_box i {
    font-size: 25px;
    top: 100%;
    right: 50%;
    width: 40px;
    height: 40px;
    transform: translateX(50%) rotate(45deg);
    margin-top: 10px;
  }
  .nav1 {
    height: 60px;
  }
  .nav1 .container_box .logo {
    width: initial;
  }
  .nav1 .container_box .logo a img {
    height: 40px;
  }
  .nav1.active {
    height: 60px;
  }
  .nav1.active .container_box .logo a img {
    height: 40px;
  }
  .nav2 .swiper .swiper-slide {
    margin-right: 20px;
  }
  .nav2 .swiper .swiper-slide a {
    font-size: 16px;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
  }
  .nav3.nav3_2 {
    padding: 0 0 0 10px;
  }
  .nav3.nav3_2 .swiper .swiper-slide a {
    font-size: 18px;
  }
  .title1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .more1 {
    width: 80px;
    line-height: 25px;
    border-radius: 25px;
    font-size: 14px;
  }
  .more1::before {
    border-radius: 25px;
  }
  .banner .bottom {
    bottom: 20px;
    left: 15px;
  }
  .banner2 .container_box img {
    width: 3.15842583rem;
  }
  .banner2 .container_box img.zi2 {
    width: 4.37941473rem;
  }
  .banner2 .container_box .title p {
    font-size: 1.00908174rem;
  }
  .banner2 .container_box .title h5 {
    font-size: 0.48435923rem;
  }
  .news1 {
    height: 200px;
    border-radius: 10px;
  }
  .news1 .swiper {
    width: calc(100% - 150px);
  }
  .news1 .title {
    width: 150px;
    top: 20px;
    right: 20px;
  }
  .news1 .title h5 {
    font-size: 18px;
  }
  .news1 .title .more1 {
    margin-top: 20px;
  }
  .news1 .swiper-pagination {
    bottom: 30px;
    right: 20px;
  }
  .news1 .swiper-pagination::before {
    margin-top: 10px;
  }
  .news1 .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin-top: 8px;
    font-size: 12px;
  }
  .news1.news1_2 .title {
    left: 20px;
  }
  .news1.news1_2 .imgbox {
    padding: 10px;
  }
  .news1.news1_2.news1_3 .title {
    right: 20px;
  }
  .news2 .imgbox {
    border-radius: 10px;
  }
  .news2 h5 {
    font-size: 16px;
    margin: 10px 0;
  }
  .news3 {
    height: 3.63269425rem;
    min-height: 170px;
    border-radius: 10px;
  }
  .news3 .title {
    padding: 20px;
  }
  .news3 .title h5 {
    font-size: 18px;
  }
  .news3 .title .more1 {
    margin-top: 20px;
  }
  .nav3 {
    height: 60px;
    border-radius: 10px;
    border-bottom: 2px solid #c0e4fc;
    margin-top: -30px;
    padding: 0;
  }
  .nav3 .but {
    display: none;
  }
  .nav3 .swiper .swiper-slide a {
    font-size: 16px;
    padding: 0 20px;
  }
  .nav3 .swiper .swiper-slide a img {
    height: 16px;
    margin-right: 10px;
  }
  .main1 {
    padding: 30px 0;
  }
  .main1 .main1_con ul {
    margin: 0 -5px;
  }
  .main1 .main1_con ul li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main2 .container_box {
    display: block;
  }
  .main2 .container_box .left {
    width: initial;
    min-height: initial;
    padding-right: initial;
  }
  .main2 .container_box .left::before {
    display: none;
  }
  .main2 .container_box .left .text {
    font-size: 16px;
  }
  .main2 .container_box .left img {
    margin: 20px auto;
  }
  .main2 .container_box .right {
    width: initial;
  }
  .main2 .container_box .right .swiper {
    height: 453px;
  }
  .main2 .container_box .right .swiper .swiper-slide a {
    border-radius: 10px;
    padding: 10px;
  }
  .main2 .container_box .right .swiper .swiper-slide a::before {
    display: none;
  }
  .main2 .container_box .right .swiper .swiper-slide a b {
    top: 10px;
    right: 10px;
    width: 40px;
    line-height: 23px;
    border-radius: 23px;
    font-size: 16px;
  }
  .main2 .container_box .right .swiper .swiper-slide a h5 {
    font-size: 18px;
  }
  .main2 .container_box .right .swiper .swiper-slide a .text {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-top: 10px;
  }
  .main3 {
    padding: 30px 0 10px;
  }
  .main3 .main3_con {
    margin-top: 30px;
  }
  .main3 .main3_con .item ul {
    margin: 0 -5px;
  }
  .main3 .main3_con .item ul li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .main3 .main3_con_2 ul {
    margin: 0 -5px;
  }
  .main3 .main3_con_2 ul li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .main4 {
    padding: 30px 0;
  }
  .main4 .main4_con_1 ul {
    margin: 0 -0.05045409rem;
    padding-bottom: 0.10090817rem;
  }
  .main4 .main4_con_1 ul li {
    padding: 0 0.05045409rem;
  }
  .main4 .main4_con_1 ul li .con {
    border-radius: 0.05045409rem;
    padding: 0 0.10090817rem;
  }
  .main4 .main4_con_1 ul li .con h5 {
    font-size: 0.28254289rem;
    margin-right: 0.20181635rem;
  }
  .main4 .main4_con_1 ul li .con p {
    font-size: 0.40363269rem;
  }
  .main4 .main4_con_1 ul li .con p span {
    font-size: 0.16145308rem;
  }
  .main4 .main4_con_2 {
    font-size: 16px;
    margin-top: 30px;
    line-height: 2;
  }
  .main4 .main4_con_2 img {
    width: 5.04540868rem;
    border-radius: 0.15136226rem;
    margin: 0 0 0.20181635rem 0.20181635rem;
  }
  .main5 {
    padding-top: 30px;
  }
  .main7 {
    padding: 30px 0 50px;
    margin-top: 30px;
  }
  .main7 .main7_con_1 {
    height: initial;
    border-radius: 10px;
    margin-top: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
  }
  .main7 .main7_con_1 .left {
    padding: 20px;
    width: initial;
  }
  .main7 .main7_con_1 .left h5 {
    font-size: 18px;
  }
  .main7 .main7_con_1 .left .phone {
    font-size: 20px;
    margin: 20px 0;
  }
  .main7 .main7_con_1 .left ul li {
    font-size: 16px;
    margin-bottom: 10px;
    background-position: 0 3px;
    background-size: auto 16px;
    padding-left: 30px;
  }
  .main7 .main7_con_1 .right {
    width: initial;
    height: 6.05449041rem;
  }
  .main8 {
    padding: 30px 0;
  }
  .main8 ul {
    margin: 0 -5px;
    display: block;
  }
  .main8 ul li {
    margin-bottom: 20px;
    padding: 0 5px;
    width: 100%;
  }
  .main8 ul li .con {
    height: initial;
    border-radius: 10px;
    padding: 20px 10px;
  }
  .main8 ul li .con h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main8 ul li .con dl dd {
    font-size: 16px;
    margin-bottom: 10px;
    background-position: 0 3px;
    background-size: auto 16px;
    padding-left: 30px;
  }
  .main9 {
    padding: 30px 0;
  }
  .main9 ul {
    margin: 0 -5px 30px;
  }
  .main9 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 100%;
  }
  .main10 {
    padding: 30px 0 80px;
  }
  .main10 .main10_con {
    display: block;
  }
  .main10 .main10_con .left {
    width: initial;
  }
  .main10 .main10_con .left .title {
    font-size: 20px;
  }
  .main10 .main10_con .left .con_box {
    margin: 30px 0;
  }
  .main10 .main10_con .left .con_box .item {
    margin-bottom: 20px;
  }
  .main10 .main10_con .left .con_box .item .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .main10 .main10_con .left .con_box .item ul li {
    font-size: 16px;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .main10 .main10_con .left .con_box .item .con {
    font-size: 16px;
  }
  .main10 .main10_con .left .more {
    width: 120px;
    line-height: 34px;
    border-radius: 34px;
    font-size: 16px;
  }
  .main10 .main10_con .right {
    width: initial;
    padding-left: 0;
    position: inherit;
    justify-content: center;
    margin-top: 30px;
  }
  .main10 .main10_con .right img {
    max-width: 50%;
  }
  .main10.main10_2 {
    padding: 30px 0 80px;
    background-position: left bottom;
  }
  .main10.main10_2 .main10_con .left {
    width: initial;
  }
  .main10.main10_3 {
    padding: 30px 0;
  }
  .main11 {
    padding: 30px 0;
  }
  .main11 .con {
    font-size: 16px;
  }
  .main12 .con ul {
    margin: 0;
  }
  .main12 .con ul li {
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .main12 .con ul li h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .main12 .con ul li .text {
    font-size: 16px;
  }
  .main13 {
    padding: 30px 0;
    margin-top: 30px;
  }
  .main13 .con {
    border-radius: 10px;
    padding: 20px;
  }
  .main14 {
    padding: 30px 0;
  }
  .main14 ul {
    margin: 0 -5px 10px;
  }
  .main14 ul li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .main15 {
    padding: 30px 0;
  }
  .main15 .swiper {
    margin: 0 -15px;
  }
  .main15 .swiper .swiper-slide {
    padding: 0 20px;
  }
  .main15 .swiper .swiper-slide .item {
    border-radius: 10px;
    min-height: 220px;
    padding: 20px;
  }
  .main15 .swiper .swiper-slide .item .title i {
    width: 16px;
    height: 16px;
    left: -28px;
  }
  .main15 .swiper .swiper-slide .item .title i::before {
    width: 10px;
    height: 10px;
  }
  .main15 .swiper .swiper-slide .item .title h5 {
    font-size: 18px;
  }
  .main15 .swiper .swiper-slide .item .text {
    font-size: 16px;
    line-height: 30px;
    height: 150px;
    margin-top: 20px;
  }
  .main15 .swiper-pagination {
    margin-top: 30px;
  }
  .main15 .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 5px;
  }
  .main15 .swiper-pagination .swiper-pagination-bullet::before {
    width: 10px;
    height: 10px;
  }
  .main16 {
    padding: 30px 0;
  }
  .main16 .main16_con {
    padding: 30px;
  }
  .main17 {
    padding: 30px 0;
  }
  .main17 .main17_con::before,
  .main17 .main17_con::after {
    display: none;
  }
  .main17 .main17_con .swiper .swiper-slide {
    padding: 20px;
    height: 200px;
  }
  .main17 .main17_con .swiper .swiper-slide h5 {
    font-size: 18px;
  }
  .main17 .main17_con .swiper .swiper-slide .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  .main17 .but_box {
    width: 80px;
    margin: 30px auto 0;
  }
  .main17 .but_box .but {
    width: 30px;
    height: 30px;
  }
  .main18 {
    padding: 30px 0;
  }
  .main18 ul {
    margin: 0 -5px 10px;
  }
  .main18 ul li {
    margin-bottom: 20px;
    padding: 0 5px;
  }
  .main19 {
    padding: 30px 0;
  }
  .main19 .con {
    font-size: 16px;
  }
  footer .footer_1 {
    padding: 30px 0;
  }
  footer .footer_1 .footer_1_1 {
    padding-bottom: 20px;
  }
  footer .footer_1 .footer_1_1 .logo {
    width: 150px;
  }
  footer .footer_1 .footer_1_1 a {
    width: 120px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 14px;
    padding-left: 45px;
    background-position: 20px center;
    background-size: auto 14px;
  }
  footer .footer_1 .footer_1_2 {
    margin-top: 30px;
    display: block;
  }
  footer .footer_1 .footer_1_2 .left {
    width: initial;
  }
  footer .footer_1 .footer_1_2 .left .phone {
    font-size: 20px;
    margin-bottom: 30px;
  }
  footer .footer_1 .footer_1_2 .left ul li {
    font-size: 16px;
    margin-bottom: 15px;
    background-position: 0 3px;
    background-size: auto 16px;
    padding-left: 30px;
    width: 100%;
  }
  footer .footer_1 .footer_1_2 .right {
    width: initial;
    display: block;
    margin-top: 30px;
  }
  footer .footer_1 .footer_1_2 .right ul {
    width: initial;
    justify-content: center;
  }
  footer .footer_1 .footer_1_2 .right ul li {
    margin-bottom: 35px;
    width: initial;
    margin: 0 5px 10px;
  }
  footer .footer_1 .footer_1_2 .right ul li a {
    font-size: 16px;
  }
  footer .footer_2 {
    padding: 30px 0;
  }
  footer .footer_2 .container_box {
    font-size: 14px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .news4 .imgbox {
    height: 5.93333333rem;
    border-radius: 0.2rem;
  }
  .news4 .imgbox::after {
    width: 0.8rem;
    height: 0.8rem;
    bottom: 0.4rem;
    right: 0.4rem;
  }
  .news4 h5 {
    font-size: 16px;
    margin: 10px 0;
  }
  .main3 .main3_con_2 ul li {
    width: 50%;
  }
  .main18 ul li {
    width: 50%;
  }
}
@media (max-width: 420px) {
  footer .footer_1 .footer_1_2 .right ul li {
    margin: 0 0.11904762rem 0.23809524rem;
  }
  footer .footer_1 .footer_1_2 .right ul li a {
    font-size: 0.38095238rem;
  }
}
