@charset "utf-8";
html.active {
  overflow: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", Microsoft YaHei, pingfang, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #000;
  min-width: 320px;
  word-wrap: break-word;
  margin: 0;
  overflow-x: hidden;
}
body.active {
  padding-top: 100px;
}
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: #da7038 !important;
  border-radius: 0;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
  opacity: 1 !important;
  width: 2px;
  background: transparent;
  border-radius: 0;
}
.video_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}
.video_popup i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
  cursor: pointer;
}
.video_popup video {
  width: 100%;
  max-width: 1000px;
  max-height: 80%;
}
.video_popup.active {
  display: flex;
}
.page_div {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #282728;
  position: relative;
}
.page_div button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 43px;
  height: 43px;
  padding: 0;
  cursor: pointer;
  color: #282728;
  font-size: 14px;
  font-family: "Arial";
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  margin: 0 5px;
  border-radius: 50%;
}
.page_div button:disabled {
  opacity: .5;
  cursor: no-drop;
  border: none !important;
  background: none !important;
  color: #333 !important;
}
.page_div button .iconfont {
  font-size: 12px !important;
}
.page_div #firstPage,
.page_div #lastPage,
.page_div #nextPage,
.page_div #prePage {
  width: 50px;
  color: #333;
  border: none;
  padding: 0;
  position: relative;
  background: none;
}
.page_div #firstPage {
  width: 74px;
}
.page_div #firstPage .iconfont {
  margin-right: 5px;
  transform: rotateY(180deg);
}
.page_div #lastPage {
  width: 74px;
}
.page_div #lastPage .iconfont {
  margin-left: 5px;
}
.page_div #nextPage,
.page_div #lastPage {
  margin-left: 5px;
}
.page_div #firstPage,
.page_div #prePage {
  margin-right: 5px;
}
.page_div #nextPage,
.page_div #prePage,
.page_div #firstPage {
  width: 97px;
  height: 43px;
  padding: 0;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 40px;
}
.page_div #prePage::before {
  transform: rotate(-90deg);
}
.page_div #nextPage::before {
  transform: rotate(90deg);
}
.page_div .current {
  background-color: #0458d6;
  border-color: #0458d6;
  color: #fff;
}
.page_div .totalNum,
.page_div .totalList {
  line-height: 30px;
  margin-right: 10px;
}
.page_div .totalList2 {
  margin-left: 30px;
}
.page_div .totalPages {
  margin: 0 10px;
}
.page_div .totalPages span {
  color: #333;
  margin: 0 5px;
}
.page_div .totalSize span {
  color: #333;
  margin: 0 5px;
}
.page_div input {
  width: 62px;
  height: 38px;
  border: 2px solid #D9D9D9;
  text-align: center;
  margin: 0 5px;
  background: none;
}
.page_div input:focus {
  outline: none;
}
.page_div .skip {
  width: 62px;
  height: 38px;
  cursor: pointer;
  border: 2px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_div .skip:hover {
  background: #02035e;
  border-color: #02035e;
  color: #fff;
}
.ydd_btn {
  width: 40px;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 9000;
  padding: 5px;
  border-radius: 5px;
}
.ydd_btn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
}
.ydd_btn span.span02 {
  margin: 5px 0;
}
.ydd_btn.active span {
  background: #fff;
}
.nav7 {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 15px 30px 15px;
  transition: all .3s;
}
.nav7.active {
  right: 0;
}
.nav7 .top {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}
.nav7 .top .logo {
  height: 30px;
}
.nav7 .top .off {
  width: 30px;
  height: 30px;
  position: relative;
}
.nav7 .top .off::before,
.nav7 .top .off::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
.nav7 .top .off::before {
  transform: rotate(45deg);
}
.nav7 .top .off::after {
  transform: rotate(-45deg);
}
.nav7 .nav7-con {
  height: calc(100% - 120px);
  overflow: auto;
  margin-bottom: 10px;
}
.nav7 .nav7-con .list {
  overflow: hidden;
}
.nav7 .nav7-con .list a {
  display: block;
  position: relative;
  transition: all .3s;
  font-family: "Roboto Regular";
}
.nav7 .nav7-con .list .a-1 {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav7 .nav7-con .list .a-1.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 13px;
  transition: all .3s;
}
.nav7 .nav7-con .list .a-1.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list .a-1 img {
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.nav7 .nav7-con .list ul {
  padding: 10px 0 0 32px;
  display: none;
}
.nav7 .nav7-con .list ul li .a-2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 .nav7-con .list ul li .a-2.on::before {
  content: "\e672";
  font-family: "iconfont";
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  font-size: 12px;
  transition: all .3s;
}
.nav7 .nav7-con .list ul li .a-2.active::before {
  transform: rotate(-180deg);
}
.nav7 .nav7-con .list ul li dl {
  display: none;
  padding-left: 28px;
  padding-top: 8px;
}
.nav7 .nav7-con .list ul li dl dd a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  padding: 5px 0;
}
.nav7 form {
  width: calc(100% - 30px);
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 15px;
  border: 1px solid #0053a6;
}
.nav7 form input {
  width: calc(100% - 60px);
  height: 40px;
  border: none;
  padding: 0 10px;
}
.nav7 form input:focus {
  outline: none;
}
.nav7 form button {
  width: 60px;
  height: 40px;
  border: none;
  background: #0053a6;
  color: #fff;
}
.warning1 {
  position: fixed;
  top: -50%;
  left: 50%;
  z-index: 8000;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  transition: all .5s;
  opacity: 0;
  letter-spacing: 1px;
  border-radius: 10px;
}
.warning1.active {
  top: 50%;
  opacity: 1;
}
.warning1_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  display: none;
}
.warning1_mask.active {
  display: block;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 3px solid #0091f3;
  margin: 0 10px !important;
  opacity: 1;
  background-color: transparent;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0091f3;
}
.banner .swiper .swiper-pagination {
  bottom: 37px;
}
.banner2 {
  height: 500px;
  display: flex;
  align-items: center;
}
.banner2 .title {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.banner2 .text {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
}
.banner2 .nav {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  margin-top: 30px;
}
.banner2 .nav i {
  margin: 0 10px;
  font-style: initial;
}
.banner2 .nav i::before {
  content: ">";
}
.banner2 .nav a {
  color: #fff;
}
.nav1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all .3s;
}
.nav1 .container_box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s;
}
.nav1 .container_box .logo {
  height: 100%;
  transition: all .3s;
}
.nav1 .container_box .logo a {
  height: 100%;
  display: flex;
  align-items: center;
  transition: all .3s;
}
.nav1 .container_box .logo a img {
  max-height: 80%;
  transition: all .3s;
}
.nav1 .container_box nav ul {
  display: flex;
}
.nav1 .container_box nav ul li {
  margin-left: 50px;
  position: relative;
}
.nav1 .container_box nav ul li::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0458d6;
  position: absolute;
  bottom: -18px;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.nav1 .container_box nav ul li a {
  display: block;
  font-size: 18px;
  color: #333;
}
.nav1 .container_box nav ul li.active::before {
  opacity: 1;
}
.nav1.active {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 60px;
}
.nav1.active nav ul li::before {
  bottom: -8px;
}
.nav2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.nav2 a {
  display: block;
  width: 200px;
  height: 60px;
  text-align: center;
  background: linear-gradient(to right, #015eea, #00c0fa);
  margin: 0 40px;
  border-radius: 60px;
  padding: 1px;
  overflow: hidden;
}
.nav2 a p {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e7f3fe;
  border-radius: 60px;
}
.nav2 a p span {
  background: linear-gradient(to right, #015eea, #00c0fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 16px;
  font-weight: bold;
}
.nav2 a.active p {
  background: linear-gradient(to right, #015eea, #00c0fa);
}
.nav2 a.active p span {
  color: #fff;
}
.title1 {
  padding: 70px 0;
  text-align: center;
  position: relative;
}
.title1 h5 {
  font-size: 60px;
  font-weight: bold;
  color: #161616;
}
.title1 .more {
  color: #b5b5b5;
  font-weight: bold;
  font-size: 16px;
  background-image: url(../images/icon3_2.png);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}
.title1 .more:hover {
  color: #0091f3;
  background-image: url(../images/icon3.png);
}
.title2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.title2 h5 {
  font-size: 48px;
  font-weight: bold;
  color: #161616;
}
.title2 .nav {
  max-width: calc(100% - 300px);
}
.title2 .nav .swiper .swiper-slide {
  width: auto;
  margin-left: 70px;
}
.title2 .nav .swiper .swiper-slide a {
  font-size: 18px;
  color: #666;
}
.title2 .nav .swiper .swiper-slide.active a {
  background: linear-gradient(to right, #015eea, #00c0fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}
.title2 .nav .swiper .swiper-slide:first-child {
  margin-left: 0;
}
.title2.title2_2 {
  margin-bottom: 50px;
}
.news1 {
  display: block;
  background-color: #fff;
  border-radius: 25px;
  padding: 36px;
  overflow: hidden;
  position: relative;
}
.news1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #015eea, #00c0fa);
  transition: all .3s;
  opacity: 0;
}
.news1 h5 {
  font-size: 24px;
  color: #161616;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  transition: all .3s;
}
.news1 h5::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #161616;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.news1 .imgbox {
  overflow: hidden;
  border-radius: 25px;
  height: 251px;
  margin-top: 20px;
  position: relative;
}
.news1 .imgbox .img {
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news1 .text {
  font-size: 16px;
  color: #666;
  margin: 30px 0;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  transition: all .3s;
}
.news1 .more {
  color: #0458d6;
  font-size: 14px;
  padding-right: 15px;
  padding-bottom: 3px;
  width: max-content;
  position: relative;
  transition: all .3s;
}
.news1 .more::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0458d6;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s;
}
.news1.news1_2 {
  border: 1px solid #e6e6e6;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.news2 {
  display: block;
  border-radius: 25px;
  overflow: hidden;
  height: 670px;
  position: relative;
}
.news2::before,
.news2::after {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all .3s;
}
.news2::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.9) 100%);
}
.news2::after {
  background-image: linear-gradient(to bottom, rgba(4, 88, 214, 0) 0%, rgba(4, 88, 214, 0.1) 10%, rgba(4, 88, 214, 0.6) 30%, rgba(4, 88, 214, 0.8) 50%, rgba(4, 88, 214, 0.9) 100%);
  opacity: 0;
}
.news2 .text_box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 40px;
}
.news2 .text_box h5 {
  font-size: 24px;
  font-weight: bold;
  color: #f5f6fb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news2 .text_box .text {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  margin: 30px 0;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news2 .text_box .more {
  display: flex;
  align-items: center;
  width: max-content;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 60px 0 30px;
  background-image: url(../images/icon3_h.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 30px center;
  transition: all .3s;
}
.news2 .img {
  height: 100%;
  transition: all .3s;
}
.news3 {
  display: flex;
  padding: 35px 40px 0;
  height: 175px;
  border: 1px solid #ededed;
  border-radius: 25px;
  position: relative;
  transition: all .3s;
}
.news3 .date {
  width: 188px;
  font-size: 18px;
  font-family: "Arial";
  font-weight: bold;
  color: #0a4aae;
}
.news3 .text_box {
  width: calc(100% - 768px);
}
.news3 .text_box h5 {
  display: flex;
}
.news3 .text_box h5 span {
  font-size: 24px;
  font-weight: bold;
  color: #161616;
  transition: all .3s;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news3 .text_box .text {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  height: 50px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.news3 .img {
  width: 345px;
  height: 199px;
  border-radius: 25px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 204px;
  transform: translateY(-50%) scale(0);
  transition: all .3s;
  opacity: 0;
}
.news3 .more {
  display: flex;
  align-items: center;
  width: max-content;
  height: 50px;
  border: 1px solid #b5b5b5;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #b5b5b5;
  padding: 0 60px 0 30px;
  background-image: url(../images/icon3_2.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 30px center;
  transition: all .3s;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.news4 {
  display: flex;
  align-items: center;
  border: 1px solid #ededed;
  border-radius: 10px;
  overflow: hidden;
  transition: all .3s;
}
.news4 .icon_box {
  width: 124px;
  height: 124px;
  background-color: #e9f0ff;
  border-right: 1px solid #ededed;
  overflow: hidden;
  transition: all .3s;
}
.news4 .icon_box .icon {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all .3s;
}
.news4 .text_box {
  width: calc(100% - 124px);
  padding: 0 20px;
}
.news4 .text_box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #161616;
  position: relative;
  padding-left: 9px;
  transition: all .3s;
}
.news4 .text_box h5::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #161616;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.news4 .text_box .text {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-top: 10px;
  padding-left: 9px;
}
.news5 {
  display: block;
  border-radius: 25px;
  background-color: #fff;
  padding: 60px 25px 0;
  background-image: url(../images/bg3.png);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 80%;
}
.news5 .imgbox {
  overflow: hidden;
}
.news5 .imgbox .img {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
  height: 360px;
}
.news5 h5 {
  margin-top: 30px;
  border-top: 1px solid #d1d1d1;
  font-size: 18px;
  color: #161616;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 25px 0 40px;
  transition: all .3s;
}
.news5.news5_2 {
  border: 1px solid #dbdbdb;
}
.news5:hover .imgbox .img {
  transform: scale(1.1);
}
.news5:hover h5 {
  color: #0091f3;
}
.news6 {
  height: 500px;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 30px;
  overflow: hidden;
  padding-left: 50px;
  transition: all .3s;
}
.news6 .text_box {
  width: 250px;
}
.news6 .text_box .title {
  display: flex;
}
.news6 .text_box .title span {
  max-width: 100%;
  font-size: 24px;
  background: linear-gradient(to right, #015eea, #00c0fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news6 .text_box .text {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 25px;
  height: 150px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.news6 .text_box .more {
  display: flex;
  align-items: center;
  width: max-content;
  height: 50px;
  border: 1px solid #016aec;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #016aec;
  padding: 0 60px 0 30px;
  background-image: url(../images/icon3.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 30px center;
  margin-top: 30px;
  transition: all .3s;
}
.news6 .imgbox {
  width: calc(100% - 250px);
  height: 100%;
  overflow: hidden;
}
.news6 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s;
}
.news6.news6_2 {
  height: 596px;
}
.news6.news6_2 .text_box {
  width: 700px;
}
.news6.news6_2 .text_box .text {
  height: 210px;
  display: block;
  text-overflow: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}
.news6.news6_2 .imgbox {
  width: calc(100% - 700px);
}
.news7 {
  display: flex;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  padding: 30px 0;
  transition: all .3s;
  overflow: hidden;
}
.news7 .imgbox {
  width: 210px;
  height: 201px;
  border-right: 2px solid #dbdbdb;
  transition: all .3s;
}
.news7 .imgbox .img {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news7 .text_box {
  padding: 0 50px;
  width: calc(100% - 210px);
}
.news7 .text_box h5 {
  font-size: 24px;
  font-weight: bold;
  color: #161616;
  line-height: 1.2;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news7 .text_box .text {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.news7:hover {
  border-color: #0458d6;
}
.news7:hover .imgbox {
  border-color: #0458d6;
}
.news7:hover .text_box h5 {
  color: #0458d6;
}
.main1 {
  background-color: #e5f2fd;
  padding: 1px 0 118px;
}
.main1 .main1_con .item {
  display: none;
}
.main1 .main1_con .item .main1_con_1 ul {
  display: flex;
  margin: 0 -10px;
}
.main1 .main1_con .item .main1_con_1 ul li {
  flex: 1;
  padding: 0 10px;
}
.main1 .main1_con .item .main1_con_2 {
  background-color: #fff;
  padding: 60px 20px 60px;
  margin-top: 45px;
  border-radius: 25px;
}
.main1 .main1_con .item .main1_con_2 .title {
  display: flex;
  justify-content: center;
}
.main1 .main1_con .item .main1_con_2 .title h5 {
  font-size: 36px;
  font-weight: bold;
  background: linear-gradient(to right, #015eea, #00c0fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
}
.main1 .main1_con .item .main1_con_2 .title h5 b {
  width: 8px;
  height: 8px;
  background: linear-gradient(to right, #015eea, #00c0fa);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main1 .main1_con .item .main1_con_2 .title h5 b::before {
  content: "";
  width: 180px;
  height: 1px;
  position: absolute;
  top: 50%;
  background: linear-gradient(to right, rgba(1, 94, 234, 0) 10%, #0169ec 100%);
}
.main1 .main1_con .item .main1_con_2 .title h5 b.b1 {
  right: 100%;
  margin-right: 15px;
}
.main1 .main1_con .item .main1_con_2 .title h5 b.b1::before {
  right: 100%;
}
.main1 .main1_con .item .main1_con_2 .title h5 b.b2 {
  left: 100%;
  margin-left: 15px;
}
.main1 .main1_con .item .main1_con_2 .title h5 b.b2::before {
  left: 100%;
  transform: rotateY(180deg);
}
.main1 .main1_con .item .main1_con_2 .con {
  margin-top: 60px;
}
.main1 .main1_con .item .main1_con_2 .con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main1 .main1_con .item .main1_con_2 .con ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main1 .main1_con .item.active {
  display: block;
}
.main2 {
  background: url(../images/bg1.jpg) no-repeat center center / cover;
  padding-bottom: 145px;
}
.main2 .nav2 a p {
  background: #f8f8fa;
}
.main2 .nav2 a.active p {
  background: linear-gradient(to right, #015eea, #00c0fa);
}
.main2 .nav2 a.active p span {
  color: #fff;
}
.main2 .main2_con .item {
  display: none;
}
.main2 .main2_con .item .left {
  width: 516px;
  padding-right: 30px;
}
.main2 .main2_con .item .left ul li {
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.main2 .main2_con .item .left ul li::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dotted #b9b9b9;
  position: absolute;
  top: 50px;
  left: 25px;
}
.main2 .main2_con .item .left ul li .title {
  display: flex;
  align-items: center;
}
.main2 .main2_con .item .left ul li .title .title_con {
  cursor: pointer;
  position: relative;
  padding-left: 80px;
}
.main2 .main2_con .item .left ul li .title .title_con .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px;
  transition: all .3s;
}
.main2 .main2_con .item .left ul li .title .title_con .circle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 4px solid #e1e1e1;
  transition: all .3s;
}
.main2 .main2_con .item .left ul li .title .title_con .circle .circle2 {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  transition: all .3s;
}
.main2 .main2_con .item .left ul li .title .title_con .circle .circle2 img {
  width: 100%;
  height: 100%;
}
.main2 .main2_con .item .left ul li .title .title_con .circle .circle2 img.icon2 {
  display: none;
}
.main2 .main2_con .item .left ul li .title .title_con h5 {
  font-size: 30px;
  color: #666;
  line-height: 50px;
  transition: all .3s;
}
.main2 .main2_con .item .left ul li .con_box {
  padding-left: 80px;
  display: none;
}
.main2 .main2_con .item .left ul li .con_box .text {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-top: 10px;
}
.main2 .main2_con .item .left ul li .con_box a {
  display: flex;
  align-items: center;
  width: max-content;
  height: 50px;
  border: 1px solid #016aec;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #016aec;
  padding: 0 60px 0 30px;
  background-image: url(../images/icon3.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 30px center;
  margin-top: 50px;
  transition: all .3s;
}
.main2 .main2_con .item .left ul li .con_box a:hover {
  background-color: #016aec;
  color: #fff;
  background-image: url(../images/icon3_h.png);
}
.main2 .main2_con .item .left ul li:last-child {
  padding-bottom: 0;
}
.main2 .main2_con .item .left ul li.active .title .title_con .circle {
  padding: 2px;
}
.main2 .main2_con .item .left ul li.active .title .title_con .circle::before {
  background: linear-gradient(to right, #015eea, #00c0fa);
  border: none;
}
.main2 .main2_con .item .left ul li.active .title .title_con .circle .circle2 {
  background: #fff;
}
.main2 .main2_con .item .left ul li.active .title .title_con .circle .circle2 img.icon1 {
  display: none;
}
.main2 .main2_con .item .left ul li.active .title .title_con .circle .circle2 img.icon2 {
  display: initial;
}
.main2 .main2_con .item .left ul li.active .title .title_con h5 {
  color: #262626;
  font-weight: bold;
}
.main2 .main2_con .item .right {
  width: calc(100% - 516px);
  border: 3px solid #ededed;
  border-radius: 30px;
  overflow: hidden;
}
.main2 .main2_con .item .right img {
  width: 100%;
}
.main2 .main2_con .item.active {
  display: flex;
}
.main3 {
  background: url(../images/bg2.jpg) no-repeat center bottom / cover;
  padding-bottom: 100px;
}
.main4 {
  padding-bottom: 120px;
}
.main4 .main4_con ul li {
  margin-bottom: 30px;
}
.main5 .main5_con {
  border-bottom: 1px solid #dbdbdb;
  padding: 110px 0 60px;
}
.main5 .main5_con .title {
  font-size: 48px;
  font-weight: bold;
  color: #161616;
  line-height: 1.5;
}
.main5 .swiper {
  margin-top: 60px;
}
.main5 .swiper .swiper-slide {
  width: auto;
  margin-right: 180px;
}
.main5 .swiper .swiper-slide a {
  font-size: 18px;
  color: #333;
}
.main5 .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.main5 .swiper .swiper-slide.active a {
  background: linear-gradient(to right, #015eea, #00c0fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}
.main6 .main6_con {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0 160px;
}
.main6 .main6_con .left {
  width: 50%;
  padding-right: 90px;
}
.main6 .main6_con .left h5 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.main6 .main6_con .left .text {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-top: 40px;
}
.main6 .main6_con .right {
  width: 50%;
}
.main6 .main6_con .right img {
  width: 100%;
  border-radius: 25px;
}
.main7 {
  background-color: #e7f3fe;
  padding-bottom: 80px;
}
.main7 .swiper-pagination {
  position: initial;
  margin-top: 80px;
}
.main8 {
  padding-bottom: 80px;
}
.main8 form ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.main8 form ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main8 form ul li .input_box {
  height: 77px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
}
.main8 form ul li .input_box p {
  font-size: 18px;
  color: #282728;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .6;
}
.main8 form ul li .input_box input,
.main8 form ul li .input_box textarea {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: 0 20px 0 120px;
  font-size: 18px;
}
.main8 form ul li .input_box input:focus,
.main8 form ul li .input_box textarea:focus {
  outline: none;
}
.main8 form ul li .input_box textarea {
  resize: none;
}
.main8 form ul li:nth-child(2) ~ li {
  width: 100%;
}
.main8 form ul li:last-child .input_box {
  height: 160px;
  padding-top: 20px;
}
.main8 form ul li:last-child .input_box p {
  top: 20px;
  transform: none;
}
.main8 form button {
  display: block;
  width: 246px;
  height: 76px;
  border-radius: 76px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(to right, #015eea, #00c0fa);
  border: none;
  margin: 20px auto;
}
.main9 {
  position: relative;
  padding: 300px 0 60px;
}
.main9::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main9 #map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main9 .main9_con {
  position: relative;
  z-index: 10;
}
.main9 .main9_con .con_box {
  background: linear-gradient(to right, #015eea, #00c0fa);
  padding: 60px 30px 30px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
}
.main9 .main9_con .con_box .item {
  max-width: 25%;
  color: #fff;
}
.main9 .main9_con .con_box .item:nth-child(1) h5 {
  font-size: 40px;
  font-weight: bold;
}
.main9 .main9_con .con_box .item:nth-child(1) .text {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 15px;
}
.main9 .main9_con .con_box .item:nth-child(2) h5 {
  font-size: 36px;
  font-weight: bold;
  font-family: "Arial";
  padding-left: 60px;
  position: relative;
}
.main9 .main9_con .con_box .item:nth-child(2) h5 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
}
.main9 .main9_con .con_box .item:nth-child(2) .text {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  padding-left: 60px;
}
.main9 .main9_con .con_box .item:nth-child(3) h5 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Arial";
  padding-left: 60px;
  position: relative;
}
.main9 .main9_con .con_box .item:nth-child(3) h5 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
}
.main9 .main9_con .con_box .item:nth-child(3) .text {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  padding-left: 60px;
}
.main9 .main9_con .con_box .item:nth-child(4) .weixin {
  width: 102px;
  height: 102px;
  border: 10px solid #fff;
  border-radius: 5px;
}
.main9 .main9_con .con_box .item:nth-child(4) .weixin img {
  width: 100%;
}
.main9 .main9_con .con_box .item:nth-child(4) .text {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}
.main10 {
  padding: 80px 0 160px;
}
.main10 .title {
  font-size: 48px;
  font-weight: bold;
  color: #161616;
  margin-bottom: 50px;
}
.main10 .main10_con_1 ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.main10 .main10_con_1 ul li {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main10 .main10_con_2 ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.main10 .main10_con_2 ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.main11 {
  padding: 80px 0 100px;
}
.main11 .main11_con {
  margin-top: 50px;
}
.main11 .main11_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.main11 .main11_con ul li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.main12 {
  margin: 80px 0;
}
.main13 {
  margin: 80px 0;
}
.main13 .main13_con ul {
  margin: 0 -70px;
  display: flex;
  flex-wrap: wrap;
}
.main13 .main13_con ul li {
  width: 50%;
  padding: 0 70px;
  margin-bottom: 70px;
}
.main13 .main13_con ul li .con {
  display: flex;
}
.main13 .main13_con ul li .con .imgbox {
  width: 130px;
  height: 130px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  overflow: hidden;
}
.main13 .main13_con ul li .con .imgbox .img {
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main13 .main13_con ul li .con .text_box {
  width: calc(100% - 130px);
  padding-left: 30px;
}
.main13 .main13_con ul li .con .text_box h5 {
  font-size: 24px;
  color: #161616;
}
.main13 .main13_con ul li .con .text_box .text {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  margin-top: 10px;
}
.main14 {
  margin: 120px 0 150px;
}
.main14 .main14_con ul {
  display: flex;
  flex-wrap: wrap;
}
.main14 .main14_con ul li {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.main15 {
  padding: 100px 0;
}
.main15 .main15_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.main15 .main15_con ul li {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 80px;
}
.main16 .main16_con {
  display: flex;
  margin: 70px 0;
}
.main16 .main16_con .left {
  width: calc(100% - 480px);
  padding-right: 80px;
}
.main16 .main16_con .left .title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
}
.main16 .main16_con .left .title h5 {
  font-size: 36px;
  font-weight: bold;
  color: #161616;
  line-height: 1.5;
}
.main16 .main16_con .left .title .date {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.main16 .main16_con .left .con {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin: 30px 0;
}
.main16 .main16_con .left .con img {
  width: 100%;
  display: flex;
  margin: 10px 0;
}
.main16 .main16_con .right {
  width: 480px;
}
.main16.main16_2 .main16_con .left {
  width: 100%;
  padding-right: 0;
}
.main17 {
  background-color: #f7f7f7;
  padding: 40px 50px;
  border-radius: 15px;
}
.main17 .title {
  font-size: 36px;
  font-weight: bold;
  color: #161616;
  margin-bottom: 40px;
}
.main17 ul li {
  margin-bottom: 30px;
}
.main17 ul li a {
  display: block;
}
.main17 ul li a .imgbox {
  background-color: #fff;
  border-radius: 10px;
  height: 260px;
  overflow: hidden;
}
.main17 ul li a .imgbox .img {
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main17 ul li a h5 {
  font-size: 18px;
  font-weight: bold;
  color: #161616;
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main17 ul li a:hover .imgbox .img {
  transform: scale(1.1);
}
.main18 {
  padding: 100px 0;
}
.main18 .main18_con ul {
  margin-bottom: 50px;
}
.main18 .main18_con ul li {
  margin-bottom: 30px;
}
.main19 {
  padding: 100px 0;
}
.main19 .main19_con ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.main19 .main19_con ul li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.main20 {
  padding: 100px 0;
}
.main20 .main20_con ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 50px;
}
.main20 .main20_con ul li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.suspend {
  width: 126px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2000;
  transform: translateY(-50%);
}
.suspend .lx {
  height: 52px;
  background: linear-gradient(to right, #015eea, #00c0fa);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  display: flex;
  align-items: center;
  padding-left: 55px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.suspend .lx a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.suspend .lx::before {
  content: "";
  width: 39px;
  height: 39px;
  background: url(../images/icon4.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  transition: all .3s;
}
.suspend .lx p {
  font-size: 14px;
  color: #fff;
  transition: all .3s;
}
.suspend .lx span {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 100%;
  opacity: 0;
  transition: all .3s;
  text-align: center;
}
.suspend .weixin {
  background: linear-gradient(to right, #015eea, #00c0fa);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-top: 8px;
  padding: 20px 0 20px 40px;
  position: relative;
}
.suspend .weixin p {
  font-size: 14px;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  white-space: nowrap;
}
.suspend .weixin .img {
  width: 70px;
  height: 70px;
  border: 5px solid #fff;
}
.suspend .weixin .img img {
  width: 100%;
}
.crumbs {
  background-color: #f7f7f7;
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #888;
}
.crumbs i {
  margin: 0 10px;
}
.crumbs i::before {
  content: ">";
  font-style: initial;
}
.crumbs a {
  color: #888;
  transition: all .3s;
}
.crumbs a:hover {
  color: #0458d6;
}
.paging2 {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 0 30px;
}
.paging2 ul {
  display: flex;
  position: relative;
  margin: 0 -5px;
}
.paging2 ul::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 50%;
  left: 0;
}
.paging2 ul li {
  width: 50%;
  padding: 0 5px;
}
.paging2 ul li p {
  font-size: 16px;
  color: #666;
  padding: 30px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.paging2 ul li p a {
  color: #666;
}
.paging2 ul li:last-child {
  text-align: right;
}
.code_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3000;
  background-color: #fff;
  padding-bottom: 10px;
  display: none;
}
.code_popup .img {
  width: 260px;
  border: 5px solid #fff;
}
.code_popup .img img {
  width: 100%;
}
.code_popup p {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  color: #333;
}
.code_popup.active {
  display: block;
}
.code_popup_mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}
.code_popup_mask.active {
  display: block;
}
footer {
  background-color: #0d0d0d;
}
footer .footer_con_1 {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
footer .footer_con_1 .item .bt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
footer .footer_con_1 .item:nth-child(1) img {
  max-width: 190px;
}
footer .footer_con_1 .item:nth-child(2) {
  width: 170px;
}
footer .footer_con_1 .item:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_con_1 .item:nth-child(2) ul li {
  width: 50%;
  line-height: 1.8;
}
footer .footer_con_1 .item:nth-child(2) ul li a {
  font-size: 14px;
  color: #f5f6fb;
}
footer .footer_con_1 .item:nth-child(3) .text {
  font-size: 14px;
  color: #f5f6fb;
  line-height: 1.8;
}
footer .footer_con_1 .item:nth-child(4) {
  width: 220px;
}
footer .footer_con_1 .item:nth-child(4) ul {
  display: flex;
  justify-content: space-between;
}
footer .footer_con_1 .item:nth-child(4) ul li {
  width: 90px;
  border: 10px solid #fff;
}
footer .footer_con_1 .item:nth-child(4) ul li img {
  width: 100%;
}
footer .footer_con_2 {
  font-size: 14px;
  color: rgba(245, 246, 251, 0.5);
  line-height: 1.5;
  padding: 30px 0;
  border-top: 1px solid #4c4c4c;
}
footer .footer_con_2 a {
  color: rgba(245, 246, 251, 0.5);
  transition: all .3s;
}
footer .footer_con_2 a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .news1:hover::before {
    opacity: 1;
  }
  .news1:hover h5 {
    color: #fff;
  }
  .news1:hover h5::before {
    background-color: #fff;
  }
  .news1:hover .text {
    color: #fff;
  }
  .news1:hover .more {
    color: #fff;
  }
  .news1:hover .more::before {
    background-color: #fff;
  }
  .news1:hover .imgbox .img {
    transform: scale(1.1);
  }
  .news2:hover::before {
    opacity: 0;
  }
  .news2:hover::after {
    opacity: 1;
  }
  .news2:hover .img {
    transform: scale(1.1);
  }
  .news3:hover {
    border-color: #0a4aae;
    box-shadow: 0 5px 20px rgba(9, 74, 177, 0.2);
  }
  .news3:hover .text_box h5 span {
    background: linear-gradient(to right, #015eea, #00c0fa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .news3:hover .img {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  .news3:hover .more {
    border-color: #016aec;
    color: #016aec;
    background-image: url(../images/icon3.png);
  }
  .news4:hover {
    border-color: #0458d6;
  }
  .news4:hover .icon_box {
    border-color: #0458d6;
  }
  .news4:hover .icon_box .icon {
    transform: scale(1.1);
  }
  .news4:hover .text_box h5 {
    color: #0458d6;
  }
  .news4:hover .text_box h5::before {
    background-color: #0458d6;
  }
  .news6:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
  .news6:hover .text_box .more {
    background-color: #016aec;
    color: #fff;
    background-image: url(../images/icon3_h.png);
  }
  .news6:hover .imgbox .img {
    transform: scale(1.1);
  }
  .suspend .lx:hover::before,
  .suspend .lx:hover p {
    opacity: 0;
  }
  .suspend .lx:hover span {
    opacity: 1;
    left: 0;
  }
}
@media (max-width: 1530px) {
  body.active {
    padding-top: 0.65359477rem;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 0.10457516rem;
    height: 0.10457516rem;
    border: 0.01960784rem solid #0091f3;
    margin: 0 0.06535948rem !important;
  }
  .banner .swiper .swiper-pagination {
    bottom: 0.24183007rem;
  }
  .banner2 {
    height: 3.26797386rem;
  }
  .banner2 .title {
    font-size: 0.39215686rem;
  }
  .banner2 .text {
    font-size: 0.15686275rem;
    margin-top: 0.13071895rem;
  }
  .banner2 .nav {
    font-size: 0.09150327rem;
    margin-top: 0.19607843rem;
  }
  .banner2 .nav i {
    margin: 0 0.06535948rem;
  }
  .nav1 {
    height: 0.65359477rem;
  }
  .nav1 .container_box nav ul li {
    margin-left: 0.32679739rem;
  }
  .nav1 .container_box nav ul li::before {
    height: 0.01960784rem;
    bottom: -0.11764706rem;
  }
  .nav1 .container_box nav ul li a {
    font-size: 0.11764706rem;
  }
  .nav1.active {
    height: 0.39215686rem;
  }
  .nav1.active nav ul li::before {
    bottom: -0.05228758rem;
  }
  .nav2 {
    margin-bottom: 0.32679739rem;
  }
  .nav2 a {
    width: 1.30718954rem;
    height: 0.39215686rem;
    margin: 0 0.26143791rem;
    border-radius: 0.39215686rem;
  }
  .nav2 a p {
    border-radius: 0.39215686rem;
  }
  .nav2 a p span {
    font-size: 0.10457516rem;
  }
  .title1 {
    padding: 0.45751634rem 0;
  }
  .title1 h5 {
    font-size: 0.39215686rem;
  }
  .title1 .more {
    font-size: 0.10457516rem;
    background-size: 0.09803922rem auto;
    padding-right: 0.19607843rem;
  }
  .title2 h5 {
    font-size: 0.31372549rem;
  }
  .title2 .nav {
    max-width: calc(100% - 1.96078431rem);
  }
  .title2 .nav .swiper .swiper-slide {
    margin-left: 0.45751634rem;
  }
  .title2 .nav .swiper .swiper-slide a {
    font-size: 0.11764706rem;
  }
  .title2.title2_2 {
    margin-bottom: 0.32679739rem;
  }
  .news1 {
    border-radius: 0.16339869rem;
    padding: 0.23529412rem;
  }
  .news1 h5 {
    font-size: 0.15686275rem;
    padding-left: 0.13071895rem;
  }
  .news1 h5::before {
    width: 0.03921569rem;
    height: 0.03921569rem;
  }
  .news1 .imgbox {
    border-radius: 0.16339869rem;
    height: 1.64052288rem;
    margin-top: 0.13071895rem;
  }
  .news1 .text {
    font-size: 0.10457516rem;
    margin: 0.19607843rem 0;
    line-height: 0.19607843rem;
    height: 0.39215686rem;
  }
  .news1 .more {
    font-size: 0.09150327rem;
    padding-right: 0.09803922rem;
    padding-bottom: 0.01960784rem;
  }
  .news2 {
    border-radius: 0.16339869rem;
    height: 4.37908497rem;
  }
  .news2 .text_box {
    padding: 0.26143791rem;
  }
  .news2 .text_box h5 {
    font-size: 0.15686275rem;
  }
  .news2 .text_box .text {
    font-size: 0.10457516rem;
    line-height: 0.15686275rem;
    height: 0.31372549rem;
    margin: 0.19607843rem 0;
  }
  .news2 .text_box .more {
    height: 0.32679739rem;
    border-radius: 0.32679739rem;
    font-size: 0.10457516rem;
    padding: 0 0.39215686rem 0 0.19607843rem;
    background-size: 0.09803922rem auto;
    background-position: right 0.19607843rem center;
  }
  .news3 {
    padding: 0.22875817rem 0.26143791rem 0;
    height: 1.14379085rem;
    border-radius: 0.16339869rem;
  }
  .news3 .date {
    width: 1.22875817rem;
    font-size: 0.11764706rem;
  }
  .news3 .text_box {
    width: calc(100% - 5.01960784rem);
  }
  .news3 .text_box h5 span {
    font-size: 0.15686275rem;
  }
  .news3 .text_box .text {
    font-size: 0.10457516rem;
    line-height: 0.16339869rem;
    height: 0.32679739rem;
    margin-top: 0.13071895rem;
  }
  .news3 .img {
    width: 2.25490196rem;
    height: 1.30065359rem;
    border-radius: 0.16339869rem;
    right: 1.33333333rem;
  }
  .news3 .more {
    height: 0.32679739rem;
    border-radius: 0.32679739rem;
    font-size: 0.10457516rem;
    padding: 0 0.39215686rem 0 0.19607843rem;
    background-size: 0.09803922rem auto;
    background-position: right 0.19607843rem center;
    right: 0.26143791rem;
  }
  .news4 {
    border-radius: 0.06535948rem;
  }
  .news4 .icon_box {
    width: 0.81045752rem;
    height: 0.81045752rem;
  }
  .news4 .text_box {
    width: calc(100% - 0.81045752rem);
    padding: 0 0.13071895rem;
  }
  .news4 .text_box h5 {
    font-size: 0.13071895rem;
    padding-left: 0.05882353rem;
  }
  .news4 .text_box h5::before {
    width: 0.03267974rem;
    height: 0.03267974rem;
  }
  .news4 .text_box .text {
    font-size: 0.09150327rem;
    line-height: 0.13071895rem;
    margin-top: 0.06535948rem;
    padding-left: 0.05882353rem;
  }
  .news5 {
    border-radius: 0.16339869rem;
    padding: 0.39215686rem 0.16339869rem 0;
    background-position: center 0.13071895rem;
  }
  .news5 .imgbox .img {
    height: 2.35294118rem;
  }
  .news5 h5 {
    margin-top: 0.19607843rem;
    font-size: 0.11764706rem;
    padding: 0.16339869rem 0 0.26143791rem;
  }
  .news6 {
    height: 3.26797386rem;
    border-radius: 0.19607843rem;
    padding-left: 0.32679739rem;
  }
  .news6 .text_box {
    width: 1.63398693rem;
  }
  .news6 .text_box .title span {
    font-size: 0.15686275rem;
  }
  .news6 .text_box .text {
    font-size: 0.10457516rem;
    line-height: 0.19607843rem;
    margin-top: 0.16339869rem;
    height: 0.98039216rem;
  }
  .news6 .text_box .more {
    height: 0.32679739rem;
    border-radius: 0.32679739rem;
    font-size: 0.10457516rem;
    padding: 0 0.39215686rem 0 0.19607843rem;
    background-size: 0.09803922rem auto;
    background-position: right 0.19607843rem center;
    margin-top: 0.19607843rem;
  }
  .news6 .imgbox {
    width: calc(100% - 1.63398693rem);
  }
  .news6.news6_2 {
    height: 3.89542484rem;
  }
  .news6.news6_2 .text_box {
    width: 4.5751634rem;
  }
  .news6.news6_2 .text_box .text {
    height: 1.37254902rem;
  }
  .news6.news6_2 .imgbox {
    width: calc(100% - 4.5751634rem);
  }
  .news7 {
    padding: 0.19607843rem 0;
    border-radius: 0.16339869rem;
  }
  .news7 .imgbox {
    width: 1.37254902rem;
    height: 1.31372549rem;
    border-right: 0.0130719rem solid #dbdbdb;
  }
  .news7 .text_box {
    padding: 0 0.32679739rem;
    width: calc(100% - 1.37254902rem);
  }
  .news7 .text_box h5 {
    font-size: 0.15686275rem;
  }
  .news7 .text_box .text {
    font-size: 0.10457516rem;
    line-height: 0.19607843rem;
    height: 0.58823529rem;
    margin-top: 0.13071895rem;
  }
  .main1 {
    padding: 1px 0 0.77124183rem;
  }
  .main1 .main1_con .item .main1_con_1 ul {
    margin: 0 -0.06535948rem;
  }
  .main1 .main1_con .item .main1_con_1 ul li {
    padding: 0 0.06535948rem;
  }
  .main1 .main1_con .item .main1_con_2 {
    padding: 0.39215686rem 0.13071895rem 0.39215686rem;
    margin-top: 0.29411765rem;
    border-radius: 0.16339869rem;
  }
  .main1 .main1_con .item .main1_con_2 .title h5 {
    font-size: 0.23529412rem;
  }
  .main1 .main1_con .item .main1_con_2 .title h5 b {
    width: 0.05228758rem;
    height: 0.05228758rem;
  }
  .main1 .main1_con .item .main1_con_2 .title h5 b::before {
    width: 1.17647059rem;
  }
  .main1 .main1_con .item .main1_con_2 .title h5 b.b1 {
    margin-right: 0.09803922rem;
  }
  .main1 .main1_con .item .main1_con_2 .title h5 b.b2 {
    margin-left: 0.09803922rem;
  }
  .main1 .main1_con .item .main1_con_2 .con {
    margin-top: 0.39215686rem;
  }
  .main1 .main1_con .item .main1_con_2 .con ul {
    margin: 0 -0.06535948rem;
  }
  .main1 .main1_con .item .main1_con_2 .con ul li {
    padding: 0 0.06535948rem;
    margin-bottom: 0.13071895rem;
  }
  .main2 {
    padding-bottom: 0.94771242rem;
  }
  .main2 .main2_con .item .left {
    width: 3.37254902rem;
    padding-right: 0.19607843rem;
  }
  .main2 .main2_con .item .left ul li {
    padding-bottom: 0.32679739rem;
  }
  .main2 .main2_con .item .left ul li::before {
    top: 0.32679739rem;
    left: 0.16339869rem;
  }
  .main2 .main2_con .item .left ul li .title .title_con {
    padding-left: 0.52287582rem;
  }
  .main2 .main2_con .item .left ul li .title .title_con .circle {
    width: 0.32679739rem;
    height: 0.32679739rem;
    padding: 0.02614379rem;
  }
  .main2 .main2_con .item .left ul li .title .title_con .circle::before {
    border: 0.02614379rem solid #e1e1e1;
  }
  .main2 .main2_con .item .left ul li .title .title_con h5 {
    font-size: 0.19607843rem;
    line-height: 0.32679739rem;
  }
  .main2 .main2_con .item .left ul li .con_box {
    padding-left: 0.52287582rem;
  }
  .main2 .main2_con .item .left ul li .con_box .text {
    font-size: 0.11764706rem;
    margin-top: 0.06535948rem;
  }
  .main2 .main2_con .item .left ul li .con_box a {
    height: 0.32679739rem;
    border-radius: 0.32679739rem;
    font-size: 0.10457516rem;
    padding: 0 0.39215686rem 0 0.19607843rem;
    background-size: 0.09803922rem auto;
    margin-top: 0.32679739rem;
    background-position: right 0.19607843rem center;
  }
  .main2 .main2_con .item .left ul li.active .title .title_con .circle {
    padding: 0.0130719rem;
  }
  .main2 .main2_con .item .right {
    width: calc(100% - 3.37254902rem);
    border: 0.01960784rem solid #ededed;
    border-radius: 0.19607843rem;
  }
  .main3 {
    padding-bottom: 0.65359477rem;
  }
  .main4 {
    padding-bottom: 0.78431373rem;
  }
  .main4 .main4_con ul li {
    margin-bottom: 0.19607843rem;
  }
  .main5 .main5_con {
    padding: 0.71895425rem 0 0.39215686rem;
  }
  .main5 .main5_con .title {
    font-size: 0.31372549rem;
  }
  .main5 .main5_con .swiper {
    margin-top: 0.39215686rem;
  }
  .main5 .main5_con .swiper .swiper-slide {
    margin-right: 1.17647059rem;
  }
  .main5 .main5_con .swiper .swiper-slide a {
    font-size: 0.11764706rem;
  }
  .main6 .main6_con {
    padding: 0.65359477rem 0 1.04575163rem;
  }
  .main6 .main6_con .left {
    padding-right: 0.58823529rem;
  }
  .main6 .main6_con .left h5 {
    font-size: 0.23529412rem;
  }
  .main6 .main6_con .left .text {
    font-size: 0.11764706rem;
    margin-top: 0.26143791rem;
  }
  .main6 .main6_con .right img {
    border-radius: 0.16339869rem;
  }
  .main7 {
    padding-bottom: 0.52287582rem;
  }
  .main7 .swiper-pagination {
    margin-top: 0.52287582rem;
  }
  .main8 {
    padding-bottom: 0.52287582rem;
  }
  .main8 form ul {
    margin: 0 -0.06535948rem;
  }
  .main8 form ul li {
    padding: 0 0.06535948rem;
    margin-bottom: 0.13071895rem;
  }
  .main8 form ul li .input_box {
    height: 0.50326797rem;
    border-radius: 0.06535948rem;
  }
  .main8 form ul li .input_box p {
    font-size: 0.11764706rem;
    left: 0.19607843rem;
  }
  .main8 form ul li .input_box input,
  .main8 form ul li .input_box textarea {
    padding: 0 0.13071895rem 0 0.78431373rem;
    font-size: 0.11764706rem;
  }
  .main8 form ul li:last-child .input_box {
    height: 1.04575163rem;
    padding-top: 0.13071895rem;
  }
  .main8 form ul li:last-child .input_box p {
    top: 0.13071895rem;
  }
  .main8 form button {
    width: 1.60784314rem;
    height: 0.49673203rem;
    border-radius: 0.49673203rem;
    font-size: 0.11764706rem;
    margin: 0.13071895rem auto;
  }
  .main9 {
    padding: 1.96078431rem 0 0.39215686rem;
  }
  .main9 .main9_con .con_box {
    padding: 0.39215686rem 0.19607843rem 0.19607843rem;
    border-radius: 0.16339869rem;
  }
  .main9 .main9_con .con_box .item:nth-child(1) h5 {
    font-size: 0.26143791rem;
  }
  .main9 .main9_con .con_box .item:nth-child(1) .text {
    font-size: 0.11764706rem;
    margin-top: 0.09803922rem;
  }
  .main9 .main9_con .con_box .item:nth-child(2) h5 {
    font-size: 0.23529412rem;
    padding-left: 0.39215686rem;
  }
  .main9 .main9_con .con_box .item:nth-child(2) h5 img {
    width: 0.24836601rem;
  }
  .main9 .main9_con .con_box .item:nth-child(2) .text {
    font-size: 0.11764706rem;
    margin-top: 0.13071895rem;
    padding-left: 0.39215686rem;
  }
  .main9 .main9_con .con_box .item:nth-child(3) h5 {
    font-size: 0.15686275rem;
    padding-left: 0.39215686rem;
  }
  .main9 .main9_con .con_box .item:nth-child(3) h5 img {
    width: 0.23529412rem;
  }
  .main9 .main9_con .con_box .item:nth-child(3) .text {
    font-size: 0.11764706rem;
    margin-top: 0.13071895rem;
    padding-left: 0.39215686rem;
  }
  .main9 .main9_con .con_box .item:nth-child(4) .weixin {
    width: 0.66666667rem;
    height: 0.66666667rem;
    border: 0.06535948rem solid #ffffff;
    border-radius: 0.03267974rem;
  }
  .main9 .main9_con .con_box .item:nth-child(4) .text {
    font-size: 0.11764706rem;
    margin-top: 0.13071895rem;
  }
  .main10 {
    padding: 0.52287582rem 0 1.04575163rem;
  }
  .main10 .title {
    font-size: 0.31372549rem;
    margin-bottom: 0.32679739rem;
  }
  .main10 .main10_con_1 ul {
    margin: 0 -0.06535948rem;
  }
  .main10 .main10_con_1 ul li {
    padding: 0 0.06535948rem;
    margin-bottom: 0.13071895rem;
  }
  .main10 .main10_con_2 ul {
    margin: 0 -0.06535948rem;
  }
  .main10 .main10_con_2 ul li {
    padding: 0 0.06535948rem;
    margin-bottom: 0.13071895rem;
  }
  .main11 {
    padding: 0.52287582rem 0 0.65359477rem;
  }
  .main11 .main11_con {
    margin-top: 0.32679739rem;
  }
  .main11 .main11_con ul {
    margin: 0 -0.13071895rem;
  }
  .main11 .main11_con ul li {
    padding: 0 0.13071895rem;
    margin-bottom: 0.26143791rem;
  }
  .main12 {
    margin: 0.52287582rem 0;
  }
  .main13 {
    margin: 0.52287582rem 0;
  }
  .main13 .main13_con ul {
    margin: 0 -0.45751634rem;
  }
  .main13 .main13_con ul li {
    padding: 0 0.45751634rem;
    margin-bottom: 0.45751634rem;
  }
  .main13 .main13_con ul li .con .imgbox {
    width: 0.8496732rem;
    height: 0.8496732rem;
  }
  .main13 .main13_con ul li .con .text_box {
    width: calc(100% - 0.8496732rem);
    padding-left: 0.19607843rem;
  }
  .main13 .main13_con ul li .con .text_box h5 {
    font-size: 0.15686275rem;
  }
  .main13 .main13_con ul li .con .text_box .text {
    font-size: 0.11764706rem;
    line-height: 0.19607843rem;
    margin-top: 0.06535948rem;
  }
  .main14 {
    margin: 0.78431373rem 0 0.98039216rem;
  }
  .main15 {
    padding: 0.65359477rem 0;
  }
  .main15 .main15_con ul {
    margin: 0 -0.09803922rem;
  }
  .main15 .main15_con ul li {
    padding: 0 0.09803922rem;
    margin-bottom: 0.52287582rem;
  }
  .main16 .main16_con {
    margin: 0.45751634rem 0;
  }
  .main16 .main16_con .left {
    width: calc(100% - 3.1372549rem);
    padding-right: 0.52287582rem;
  }
  .main16 .main16_con .left .title {
    padding-bottom: 0.16339869rem;
  }
  .main16 .main16_con .left .title h5 {
    font-size: 0.23529412rem;
  }
  .main16 .main16_con .left .title .date {
    font-size: 0.09150327rem;
    margin-top: 0.13071895rem;
  }
  .main16 .main16_con .left .con {
    font-size: 0.10457516rem;
    margin: 0.19607843rem 0;
  }
  .main16 .main16_con .left .con img {
    margin: 0.06535948rem 0;
  }
  .main16 .main16_con .right {
    width: 3.1372549rem;
  }
  .main17 {
    padding: 0.26143791rem 0.32679739rem;
    border-radius: 0.09803922rem;
  }
  .main17 .title {
    font-size: 0.23529412rem;
    margin-bottom: 0.26143791rem;
  }
  .main17 ul li {
    margin-bottom: 0.19607843rem;
  }
  .main17 ul li a .imgbox {
    border-radius: 0.06535948rem;
    height: 1.69934641rem;
  }
  .main17 ul li a h5 {
    font-size: 0.11764706rem;
    margin-top: 0.13071895rem;
  }
  .main18 {
    padding: 0.65359477rem 0;
  }
  .main18 .main18_con ul {
    margin-bottom: 0.32679739rem;
  }
  .main18 .main18_con ul li {
    margin-bottom: 0.19607843rem;
  }
  .main19 {
    padding: 0.65359477rem 0;
  }
  .main19 .main19_con ul {
    margin: 0 -0.09803922rem;
  }
  .main19 .main19_con ul li {
    padding: 0 0.09803922rem;
    margin-bottom: 0.19607843rem;
  }
  .main20 {
    padding: 0.65359477rem 0;
  }
  .main20 .main20_con ul {
    margin: 0 -0.13071895rem 0.32679739rem;
  }
  .main20 .main20_con ul li {
    padding: 0 0.13071895rem;
    margin-bottom: 0.26143791rem;
  }
  .crumbs {
    height: 0.52287582rem;
    font-size: 0.09150327rem;
  }
  .crumbs i {
    margin: 0 0.06535948rem;
  }
  .paging2 {
    border-radius: 0.09803922rem;
    padding: 0 0.19607843rem;
  }
  .paging2 ul li p {
    font-size: 0.10457516rem;
    padding: 0.19607843rem 0;
  }
  .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;
  }
  footer .footer_con_1 {
    padding: 0.39215686rem 0;
  }
  footer .footer_con_1 .item .bt {
    font-size: 0.09150327rem;
    margin-bottom: 0.13071895rem;
  }
  footer .footer_con_1 .item:nth-child(1) img {
    max-width: 1.24183007rem;
  }
  footer .footer_con_1 .item:nth-child(2) {
    width: 1.11111111rem;
  }
  footer .footer_con_1 .item:nth-child(2) ul li a {
    font-size: 0.09150327rem;
  }
  footer .footer_con_1 .item:nth-child(3) .text {
    font-size: 0.09150327rem;
  }
  footer .footer_con_1 .item:nth-child(4) {
    width: 1.4379085rem;
  }
  footer .footer_con_1 .item:nth-child(4) ul li {
    width: 0.58823529rem;
    border: 0.06535948rem solid #ffffff;
  }
  footer .footer_con_2 {
    font-size: 0.09150327rem;
    padding: 0.19607843rem 0;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
  body.active {
    padding-top: 60px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #0091f3;
    margin: 0 2px !important;
  }
  .banner .swiper .swiper-pagination {
    bottom: 10px;
  }
  .banner2 {
    height: 5.04540868rem;
  }
  .banner2 .title {
    font-size: 0.60544904rem;
  }
  .banner2 .text {
    font-size: 0.24217962rem;
    margin-top: 0.20181635rem;
  }
  .banner2 .nav {
    font-size: 0.14127144rem;
    margin-top: 0.30272452rem;
  }
  .banner2 .nav i {
    margin: 0 0.10090817rem;
  }
  .nav1 {
    height: 60px;
  }
  .nav1 .container_box .logo a img {
    max-height: 70%;
  }
  .nav1.active {
    height: 60px;
  }
  .nav2 {
    margin-bottom: 30px;
  }
  .nav2 a {
    width: 120px;
    height: 40px;
    margin: 0 10px;
    border-radius: 40px;
  }
  .nav2 a p {
    border-radius: 40px;
  }
  .nav2 a p span {
    font-size: 16px;
  }
  .title1 {
    padding: 30px 0;
  }
  .title1 h5 {
    font-size: 20px;
  }
  .title1 .more {
    font-size: 14px;
    background-size: 15px auto;
    padding-right: 30px;
  }
  .title2 {
    display: block;
  }
  .title2 h5 {
    font-size: 20px;
  }
  .title2 .nav {
    max-width: initial;
    margin-top: 30px;
  }
  .title2 .nav .swiper .swiper-slide {
    margin-left: 30px;
  }
  .title2 .nav .swiper .swiper-slide a {
    font-size: 16px;
  }
  .title2.title2_2 {
    margin-bottom: 30px;
  }
  .news1 {
    border-radius: 10px;
    padding: 10px;
  }
  .news1 h5 {
    font-size: 16px;
    padding-left: 20px;
  }
  .news1 h5::before {
    width: 6px;
    height: 6px;
  }
  .news1 .imgbox {
    border-radius: 10px;
    height: 1.81634712rem;
    margin-top: 10px;
  }
  .news1 .text {
    font-size: 14px;
    margin: 10px 0 5px;
    line-height: 20px;
    height: 40px;
  }
  .news1 .more {
    font-size: 14px;
    padding-right: 15px;
    padding-bottom: 3px;
  }
  .news2 .text_box {
    padding: 10px;
  }
  .news2 .text_box h5 {
    font-size: 16px;
  }
  .news2 .text_box .text {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin: 10px 0;
  }
  .news2 .text_box .more {
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
    padding: 0 40px 0 15px;
    background-size: 15px auto;
    background-position: right 15px center;
  }
  .news3 {
    padding: 10px;
    height: auto;
    border-radius: 15px;
    display: block;
  }
  .news3 .date {
    width: 100%;
    font-size: 14px;
  }
  .news3 .text_box {
    width: 100%;
  }
  .news3 .text_box h5 {
    margin-top: 10px;
  }
  .news3 .text_box h5 span {
    font-size: 16px;
  }
  .news3 .text_box .text {
    font-size: 14px;
    line-height: 20px;
    height: auto;
    margin-top: 10px;
  }
  .news3 .img {
    width: 345px;
    height: 199px;
    border-radius: 25px;
    right: 204px;
    display: none;
  }
  .news3 .more {
    position: initial;
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
    padding: 0 40px 0 15px;
    background-size: 15px auto;
    background-position: right 15px center;
    transform: none;
    margin-top: 10px;
  }
  .news4 {
    border-radius: 10px;
  }
  .news4 .icon_box {
    width: 100px;
    height: 100px;
  }
  .news4 .text_box {
    width: calc(100% - 100px);
    padding: 0 10px;
  }
  .news4 .text_box h5 {
    font-size: 16px;
    padding-left: 9px;
  }
  .news4 .text_box h5::before {
    width: 5px;
    height: 5px;
  }
  .news4 .text_box .text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 9px;
  }
  .news5 {
    border-radius: 15px;
    padding: 40px 10px 0;
    background-position: center 10px;
  }
  .news5 h5 {
    margin-top: 20px;
    font-size: 16px;
    padding: 20px 0 20px;
  }
  .news6 {
    height: 190px;
    border-radius: 15px;
    padding-left: 10px;
  }
  .news6 .text_box {
    width: calc(100% - 120px);
  }
  .news6 .text_box .title span {
    font-size: 16px;
  }
  .news6 .text_box .text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    height: 60px;
    -webkit-line-clamp: 3;
  }
  .news6 .text_box .more {
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
    padding: 0 40px 0 15px;
    background-size: 15px auto;
    margin-top: 20px;
    background-position: right 15px center;
  }
  .news6 .imgbox {
    width: 120px;
  }
  .news6.news6_2 {
    height: 190px;
  }
  .news6.news6_2 .text_box {
    width: calc(100% - 120px);
  }
  .news6.news6_2 .text_box .text {
    height: 60px;
  }
  .news6.news6_2 .imgbox {
    width: 120px;
  }
  .news7 {
    padding: 0.20181635rem 0;
    border-radius: 0.25227043rem;
  }
  .news7 .imgbox {
    width: 1.5136226rem;
    height: 1.61453078rem;
    border-right: 0.02018163rem solid #dbdbdb;
  }
  .news7 .text_box {
    padding: 0 0.20181635rem;
    width: calc(100% - 1.5136226rem);
  }
  .news7 .text_box h5 {
    font-size: 0.24217962rem;
  }
  .news7 .text_box .text {
    font-size: 0.16145308rem;
    line-height: 0.30272452rem;
    height: 0.90817356rem;
    margin-top: 0.20181635rem;
  }
  .main1 {
    padding: 1px 0 30px;
  }
  .main1 .main1_con .item .main1_con_1 ul {
    margin: 0 -5px;
  }
  .main1 .main1_con .item .main1_con_1 ul li {
    padding: 0 5px;
  }
  .main1 .main1_con .item .main1_con_2 {
    padding: 30px 10px 20px;
    margin-top: 20px;
    border-radius: 25px;
  }
  .main1 .main1_con .item .main1_con_2 .title h5 {
    font-size: 20px;
  }
  .main1 .main1_con .item .main1_con_2 .title h5 b {
    width: 8px;
    height: 8px;
  }
  .main1 .main1_con .item .main1_con_2 .title h5 b::before {
    width: 80px;
  }
  .main1 .main1_con .item .main1_con_2 .title h5 b.b1 {
    margin-right: 15px;
  }
  .main1 .main1_con .item .main1_con_2 .title h5 b.b2 {
    margin-left: 15px;
  }
  .main1 .main1_con .item .main1_con_2 .con {
    margin-top: 30px;
  }
  .main1 .main1_con .item .main1_con_2 .con ul {
    margin: 0 -5px;
  }
  .main1 .main1_con .item .main1_con_2 .con ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main2 {
    padding-bottom: 30px;
  }
  .main2 .main2_con .item .left {
    width: 100%;
    padding-right: 0;
  }
  .main2 .main2_con .item .left ul li {
    padding-bottom: 30px;
  }
  .main2 .main2_con .item .left ul li::before {
    top: 40px;
    left: 20px;
  }
  .main2 .main2_con .item .left ul li .title .title_con {
    padding-left: 50px;
  }
  .main2 .main2_con .item .left ul li .title .title_con .circle {
    width: 40px;
    height: 40px;
    padding: 4px;
  }
  .main2 .main2_con .item .left ul li .title .title_con .circle::before {
    border: 4px solid #e1e1e1;
  }
  .main2 .main2_con .item .left ul li .title .title_con h5 {
    font-size: 18px;
    line-height: 40px;
  }
  .main2 .main2_con .item .left ul li .con_box {
    padding-left: 50px;
  }
  .main2 .main2_con .item .left ul li .con_box .text {
    font-size: 16px;
    margin-top: 5px;
  }
  .main2 .main2_con .item .left ul li .con_box a {
    height: 30px;
    border-radius: 30px;
    font-size: 14px;
    padding: 0 40px 0 15px;
    background-size: 15px auto;
    margin-top: 20px;
    background-position: right 15px center;
  }
  .main2 .main2_con .item .left ul li.active .title .title_con .circle {
    padding: 2px;
  }
  .main2 .main2_con .item .right {
    width: 100%;
    border: 3px solid #ededed;
    border-radius: 30px;
    margin-top: 30px;
  }
  .main2 .main2_con .item.active {
    display: block;
  }
  .main3 {
    padding-bottom: 30px;
  }
  .main4 {
    padding-bottom: 20px;
  }
  .main4 .main4_con ul li {
    margin-bottom: 10px;
  }
  .main5 .main5_con {
    padding: 30px 0;
  }
  .main5 .main5_con .title {
    font-size: 20px;
  }
  .main5 .main5_con .swiper {
    margin-top: 30px;
  }
  .main5 .main5_con .swiper .swiper-slide {
    margin-right: 30px;
  }
  .main5 .main5_con .swiper .swiper-slide a {
    font-size: 16px;
  }
  .main6 .main6_con {
    padding: 30px 0;
    display: block;
  }
  .main6 .main6_con .left {
    padding-right: 0;
    width: 100%;
  }
  .main6 .main6_con .left h5 {
    font-size: 20px;
  }
  .main6 .main6_con .left .text {
    font-size: 14px;
    margin-top: 20px;
  }
  .main6 .main6_con .right {
    width: 100%;
    margin-top: 20px;
  }
  .main6 .main6_con .right img {
    border-radius: 25px;
  }
  .main7 {
    padding-bottom: 30px;
  }
  .main7 .swiper-pagination {
    margin-top: 20px;
  }
  .main8 {
    padding-bottom: 30px;
  }
  .main8 form ul {
    margin: 0 -10px;
  }
  .main8 form ul li {
    padding: 0 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .main8 form ul li .input_box {
    height: 50px;
    border-radius: 10px;
  }
  .main8 form ul li .input_box p {
    font-size: 16px;
    left: 10px;
  }
  .main8 form ul li .input_box input,
  .main8 form ul li .input_box textarea {
    padding: 0 10px 0 70px;
    font-size: 16px;
  }
  .main8 form ul li:last-child .input_box {
    height: 160px;
    padding-top: 20px;
  }
  .main8 form ul li:last-child .input_box p {
    top: 20px;
  }
  .main8 form button {
    width: 150px;
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    margin: 10px auto;
  }
  .main9 {
    padding: 3.02724521rem 0 0.60544904rem;
  }
  .main9 .main9_con .con_box {
    padding: 30px 10px;
    border-radius: 15px;
    display: block;
    text-align: center;
  }
  .main9 .main9_con .con_box .item {
    max-width: initial;
    margin-bottom: 20px;
  }
  .main9 .main9_con .con_box .item:nth-child(1) h5 {
    font-size: 20px;
  }
  .main9 .main9_con .con_box .item:nth-child(1) .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .main9 .main9_con .con_box .item:nth-child(2) h5 {
    font-size: 25px;
    padding-left: 0;
  }
  .main9 .main9_con .con_box .item:nth-child(2) h5 img {
    width: 38px;
    display: none;
  }
  .main9 .main9_con .con_box .item:nth-child(2) .text {
    font-size: 16px;
    margin-top: 10px;
    padding-left: 0;
  }
  .main9 .main9_con .con_box .item:nth-child(3) h5 {
    font-size: 20px;
    padding-left: 0;
  }
  .main9 .main9_con .con_box .item:nth-child(3) h5 img {
    width: 36px;
    display: none;
  }
  .main9 .main9_con .con_box .item:nth-child(3) .text {
    font-size: 16px;
    margin-top: 10px;
    padding-left: 0;
  }
  .main9 .main9_con .con_box .item:nth-child(4) .weixin {
    width: 102px;
    height: 102px;
    border: 10px solid #fff;
    border-radius: 5px;
    margin: 0 auto;
  }
  .main9 .main9_con .con_box .item:nth-child(4) .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .main9 .main9_con .con_box .item:last-child {
    margin-bottom: 0;
  }
  .main10 {
    padding: 30px 0;
  }
  .main10 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main10 .main10_con_1 ul {
    margin: 0 -5px;
  }
  .main10 .main10_con_1 ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main10 .main10_con_2 ul {
    margin: 0 -5px;
  }
  .main10 .main10_con_2 ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main11 {
    padding: 30px 0;
  }
  .main11 .main11_con {
    margin-top: 30px;
  }
  .main11 .main11_con ul {
    margin: 0 -5px;
  }
  .main11 .main11_con ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main12 {
    margin: 30px 0;
  }
  .main13 {
    margin: 30px 0;
  }
  .main13 .main13_con ul {
    margin: 0;
  }
  .main13 .main13_con ul li {
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .main13 .main13_con ul li .con .imgbox {
    width: 80px;
    height: 80px;
  }
  .main13 .main13_con ul li .con .text_box {
    width: calc(100% - 80px);
    padding-left: 10px;
  }
  .main13 .main13_con ul li .con .text_box h5 {
    font-size: 16px;
  }
  .main13 .main13_con ul li .con .text_box .text {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .main14 {
    margin: 0 0 30px;
  }
  .main15 {
    padding: 30px 0;
  }
  .main15 .main15_con ul {
    margin: 0 -5px 10px;
  }
  .main15 .main15_con ul li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .main16 .main16_con {
    margin: 30px 0;
  }
  .main16 .main16_con .left {
    width: 100%;
    padding-right: 0;
  }
  .main16 .main16_con .left .title {
    padding-bottom: 20px;
  }
  .main16 .main16_con .left .title h5 {
    font-size: 18px;
  }
  .main16 .main16_con .left .title .date {
    font-size: 14px;
    margin-top: 20px;
  }
  .main16 .main16_con .left .con {
    font-size: 14px;
    margin: 20px 0;
  }
  .main16 .main16_con .left .con img {
    margin: 10px 0;
  }
  .main16 .main16_con .right {
    width: 100%;
  }
  .main17 {
    padding: 40px 50px;
    border-radius: 15px;
  }
  .main17 .title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .main17 ul li {
    margin-bottom: 30px;
  }
  .main17 ul li a .imgbox {
    border-radius: 10px;
    height: 260px;
  }
  .main17 ul li a h5 {
    font-size: 18px;
    margin-top: 20px;
  }
  .main18 {
    padding: 30px 0;
  }
  .main18 .main18_con ul {
    margin-bottom: 30px;
  }
  .main18 .main18_con ul li {
    margin-bottom: 20px;
  }
  .main19 {
    padding: 30px 0;
  }
  .main19 .main19_con ul {
    margin: 0 -5px;
  }
  .main19 .main19_con ul li {
    width: 33.3333%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .main20 {
    padding: 30px 0;
  }
  .main20 .main20_con ul {
    margin: 0 -5px 30px;
  }
  .main20 .main20_con ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .crumbs {
    height: 50px;
    font-size: 14px;
  }
  .crumbs i {
    margin: 0 5px;
  }
  .paging2 {
    border-radius: 10px;
    padding: 0 10px;
  }
  .paging2 ul li p {
    font-size: 14px;
    padding: 10px 0;
  }
  .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;
  }
  .suspend {
    width: 100px;
  }
  .suspend .lx {
    height: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-left: 40px;
  }
  .suspend .lx::before {
    width: 30px;
    height: 30px;
    left: 5px;
  }
  .suspend .lx p {
    font-size: 14px;
  }
  .suspend .lx span {
    font-size: 14px;
  }
  .suspend .weixin {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 5px;
    padding: 10px 0 10px 35px;
  }
  .suspend .weixin p {
    font-size: 14px;
    left: 6px;
  }
  .suspend .weixin .img {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
  }
  footer .footer_con_1 {
    padding: 30px 0;
    display: block;
    text-align: center;
  }
  footer .footer_con_1 .item {
    margin-bottom: 20px;
  }
  footer .footer_con_1 .item .bt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  footer .footer_con_1 .item:nth-child(1) img {
    max-width: 190px;
  }
  footer .footer_con_1 .item:nth-child(2) {
    width: 100%;
  }
  footer .footer_con_1 .item:nth-child(2) ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer_con_1 .item:nth-child(2) ul li {
    width: initial;
    margin: 0 5px;
  }
  footer .footer_con_1 .item:nth-child(2) ul li a {
    font-size: 14px;
  }
  footer .footer_con_1 .item:nth-child(3) .text {
    font-size: 14px;
  }
  footer .footer_con_1 .item:nth-child(4) {
    width: 100%;
  }
  footer .footer_con_1 .item:nth-child(4) ul {
    justify-content: center;
  }
  footer .footer_con_1 .item:nth-child(4) ul li {
    width: 90px;
    border: 10px solid #fff;
    margin: 0 10px;
  }
  footer .footer_con_1 .item:last-child {
    margin-bottom: 0;
  }
  footer .footer_con_2 {
    font-size: 14px;
    padding: 30px 0;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .banner2 {
    height: 5.33333333rem;
  }
  .banner2 .title {
    font-size: 0.8rem;
  }
  .banner2 .text {
    font-size: 0.4rem;
    margin-top: 0.26666667rem;
  }
  .banner2 .nav {
    font-size: 0.33333333rem;
    margin-top: 0.4rem;
  }
  .news1 .imgbox {
    height: 2.66666667rem;
  }
  .news2 {
    border-radius: 0.26666667rem;
    height: 6.66666667rem;
  }
  .news4 .icon_box {
    width: 80px;
    height: 80px;
  }
  .news4 .text_box {
    width: calc(100% - 80px);
  }
  .news5 .imgbox .img {
    height: 4.8rem;
  }
  .news6 {
    height: 3.2rem;
    border-radius: 0.2rem;
    padding-left: 0.13333333rem;
  }
  .news6 .text_box {
    width: calc(100% - 1.6rem);
  }
  .news6 .text_box .title span {
    font-size: 0.4rem;
  }
  .news6 .text_box .text {
    font-size: 0.26666667rem;
    line-height: 0.4rem;
    margin-top: 0.13333333rem;
    height: 1.2rem;
  }
  .news6 .text_box .more {
    height: 0.53333333rem;
    border-radius: 0.4rem;
    font-size: 0.24rem;
    padding: 0 0.53333333rem 0 0.2rem;
    background-size: 0.24rem auto;
    margin-top: 0.26666667rem;
    background-position: right 0.2rem center;
  }
  .news6 .imgbox {
    width: 1.6rem;
  }
  .news6.news6_2 {
    height: 3.2rem;
  }
  .news6.news6_2 .text_box {
    width: calc(100% - 1.6rem);
  }
  .news6.news6_2 .text_box .text {
    height: 1.2rem;
  }
  .news6.news6_2 .imgbox {
    width: 1.6rem;
  }
  .news7 {
    padding: 0.26666667rem 0;
    border-radius: 0.2rem;
  }
  .news7 .imgbox {
    width: 1.33333333rem;
    height: 1.33333333rem;
    border-right: 0.02666667rem solid #dbdbdb;
  }
  .news7 .text_box {
    padding: 0 0.13333333rem;
    width: calc(100% - 1.33333333rem);
  }
  .news7 .text_box h5 {
    font-size: 0.4rem;
  }
  .news7 .text_box .text {
    font-size: 0.33333333rem;
    line-height: 0.46666667rem;
    height: 0.93333333rem;
    margin-top: 0.13333333rem;
    -webkit-line-clamp: 2;
  }
  .main1 .main1_con .item .main1_con_2 .con ul li {
    width: 100%;
  }
  .main10 .main10_con_1 ul li {
    width: 50%;
  }
  .main10 .main10_con_2 ul li {
    width: 100%;
  }
  .main15 .main15_con ul li {
    width: 50%;
  }
  .main19 .main19_con ul li {
    width: 50%;
  }
}
