@charset "UTF-8";
@media screen and (max-width: 1800px) {
  html {
    font-size: 95px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 65px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 50px;
  }
}
@font-face {
  font-family: "shsb";
  src: url(/fonts/SourceHanSans-Bold.otf);
}
.w100 {
  width: 100%;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.block {
  display: block;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

body.status1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

body.status1 header, body.status1 footer {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

body.status1 main {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.a_dw {
  position: relative;
  top: -6.25em;
}

.my-more-active:hover.my-more, .my-more-active:hover .my-more, .my-more-active.more-active.my-more, .my-more-active.more-active .my-more {
  background-color: transparent;
  -webkit-transition: 0s background-color 0.4s;
  -o-transition: 0s background-color 0.4s;
  -moz-transition: 0s background-color 0.4s;
  transition: 0s background-color 0.4s;
}

.my-more-active:hover.my-more .my-more-text, .my-more-active:hover .my-more .my-more-text, .my-more-active.more-active.my-more .my-more-text, .my-more-active.more-active .my-more .my-more-text {
  color: #fff;
}

.my-more-active:hover.my-more::before, .my-more-active:hover .my-more::before, .my-more-active.more-active.my-more::before, .my-more-active.more-active .my-more::before {
  -webkit-transform: translate(-50%, -50%) scale(12);
  -moz-transform: translate(-50%, -50%) scale(12);
  -ms-transform: translate(-50%, -50%) scale(12);
  -o-transform: translate(-50%, -50%) scale(12);
  transform: translate(-50%, -50%) scale(12);
}

.my-more-active:hover.my-more .my-more-icon, .my-more-active:hover .my-more .my-more-icon, .my-more-active.more-active.my-more .my-more-icon, .my-more-active.more-active .my-more .my-more-icon {
  background-image: url(/images/svg/arr-right-white.svg);
}

.my-more-active.my-more.more-active {
  -webkit-transition: 0s all 0.6s;
  -o-transition: 0s all 0.6s;
  -moz-transition: 0s all 0.6s;
  transition: 0s all 0.6s;
}

.my-more-active.my-more.more-active:hover {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.my-more-active.more-active:hover.my-more,
.my-more-active.more-active:hover .my-more {
  background-color: #56ADDE;
}

.my-more-active.more-active:hover.my-more::before,
.my-more-active.more-active:hover .my-more::before {
  opacity: 0;
}

.my-more {
  line-height: 3.125;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.42rem;
  background-color: #fff;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}

.my-more::before {
  position: absolute;
  content: "";
  background: -webkit-linear-gradient(355deg, #44A4DB 1.91%, #1172A9 98.09%);
  background: -moz-linear-gradient(355deg, #44A4DB 1.91%, #1172A9 98.09%);
  background: -o-linear-gradient(355deg, #44A4DB 1.91%, #1172A9 98.09%);
  background: linear-gradient(95deg, #44A4DB 1.91%, #1172A9 98.09%);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-more .my-more-text {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #1172A9;
}

.my-more .my-more-icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 1.25em;
  height: 0.75em;
  background: url(/images/svg/arr-right-color.svg) no-repeat center center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-left: 0.11rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.liuyan_tanchuang {
  position: fixed;
  width: 90%;
  max-width: 400px;
  display: none;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2010;
  border-radius: 2px;
  background: #000;
}

.liuyan_tanchuang .lox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  color: #fff;
  line-height: 24px;
}

.liuyan_tanchuang .ico {
  width: 24px;
}

.liuyan_tanchuang .out {
  width: 20px;
  cursor: pointer;
  margin-top: 2px;
}

.liuyan_tanchuang .wz {
  width: -webkit-calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
  padding: 0 10px;
}

.my-img-active {
  cursor: pointer;
}

.my-img-active.my-img-container, .my-img-active .my-img-container {
  overflow: hidden;
}

.my-img-active .my-img-target {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-img-active:hover.my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-active:hover .my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-toggle {
  cursor: pointer;
}

.my-img-toggle.my-img-target, .my-img-toggle .my-img-target {
  position: relative;
  display: inline-block;
}

.my-img-toggle.my-img-target img, .my-img-toggle .my-img-target img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-img-toggle.my-img-target img:nth-child(2), .my-img-toggle .my-img-target img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle:hover.my-img-target img:nth-child(2), .my-img-toggle:hover .my-img-target img:nth-child(2), .my-img-toggle.active.my-img-target img:nth-child(2), .my-img-toggle.active .my-img-target img:nth-child(2) {
  opacity: 1;
}

.my-toggle {
  position: relative;
}

.my-toggle > .my-toggle-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  z-index: -9;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.5s, z-index 1s ease-in;
  -o-transition: all 0.5s, z-index 1s ease-in;
  -moz-transition: all 0.5s, z-index 1s ease-in;
  transition: all 0.5s, z-index 1s ease-in;
}

.my-toggle > .my-toggle-item.active {
  position: relative;
  -webkit-transition: 0.5s all 0.5s, z-index 0s;
  -o-transition: 0.5s all 0.5s, z-index 0s;
  -moz-transition: 0.5s all 0.5s, z-index 0s;
  transition: 0.5s all 0.5s, z-index 0s;
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.my-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
}

.my-modal .modal-close {
  background: url(/images/svg/out.svg) no-repeat center center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-modal .modal-close:hover {
  background-image: url(/images/svg/out2.svg);
}

.my-modal .modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.my-modal .modal-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: safe center;
  -moz-box-align: safe center;
  -ms-flex-align: safe center;
  align-items: safe center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5vh 15px;
  overflow: auto;
}

.my-modal .modal-main {
  position: relative;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

header .header:hover, header .header.active {
  background-color: rgba(0, 0, 0, 0.6);
}

header .header:hover .right:hover, header .header.active .right:hover {
  background-color: #fff;
}

header.active1 {
  position: sticky;
}

header.active1 .header {
  background-color: #fff;
  border-bottom: 1px solid #F0F0F0;
}

header.active1 .header .logo img:nth-child(1) {
  display: none;
}

header.active1 .header .logo img:nth-child(2) {
  display: block;
}

header.active1 .header .nav-link {
  color: #333;
}

header.active1 .header .right {
  background-color: rgba(51, 51, 51, 0.12);
}

header.active1 .header .right:hover {
  background-color: #1172A9;
}

header.active1 .header .right:hover .icon img:nth-child(1) {
  opacity: 1;
}

header.active1 .header .right:hover .icon img:nth-child(2) {
  opacity: 0;
}

header.active1 .header .right .icon img:nth-child(1) {
  opacity: 0;
}

header.active1 .header .right .icon img:nth-child(2) {
  opacity: 1;
}

header.active1 .header::before {
  opacity: 0;
  pointer-events: none;
}

.header {
  position: relative;
}

.header.active::before {
  opacity: 0;
  pointer-events: none;
}

.header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 2.5rem;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.header .box3 {
  max-width: 1760px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9.4444444444em;
}

.header .logo img:nth-child(2) {
  display: none;
}

.header .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav-item {
  position: relative;
  margin: 0 0.35rem;
}

.header .nav-item:hover .nav-link, .header .nav-item.active1 .nav-link, header.active1 .nav-item.active1 .nav-link {
  color: #1172A9;
}

.header .nav-item:hover .nav-child {
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
  opacity: 1;
}

.header .nav-link {
  line-height: 5.5555555556;
  color: #fff;
}

.header .nav-child {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%) translateY(-20px);
  -moz-transform: translateX(-50%) translateY(-20px);
  -ms-transform: translateX(-50%) translateY(-20px);
  -o-transform: translateX(-50%) translateY(-20px);
  transform: translateX(-50%) translateY(-20px);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header .nav-child-container {
  min-width: 1.6rem;
  padding: 0.22rem 0.44rem 0.38rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 0.12rem 0.12rem;
}

.header .nav-li {
  display: block;
  color: #fff;
  line-height: 1.2857142857;
  white-space: nowrap;
  text-align: center;
}

.header .nav-li + .nav-li {
  margin-top: 0.2rem;
}

.header .nav-li:hover {
  color: #1172A9;
}

.header .right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.4444444444em;
  height: 2.4444444444em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .right .icon {
  width: 1em;
}

.my-active1 {
  background: url(/images/2.png) no-repeat center center/cover;
}

.my-active1 .box {
  min-height: 3.2rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 20px 0;
}

.my-active1 .title {
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0.2rem;
}

.my-active1 .more {
  line-height: 3.125;
  padding: 0 0.58rem;
  background-color: #fff;
  color: #1172A9;
  border-radius: 0.5rem;
}

.my-active1 .more:hover {
  background-color: #1172A9;
  color: #fff;
}

.footer {
  background-color: #F9F9F9;
}

.footer .top {
  padding-top: 0.9rem;
  padding-bottom: 1.1rem;
}

.footer .top .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .top .logo {
  width: 9.4444444444em;
  margin-bottom: 0.38rem;
}

.footer .top .list {
  margin-bottom: 0.3rem;
}

.footer .top .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #51545A;
}

.footer .top .item + .item {
  margin-top: 0.2rem;
}

.footer .top .item a {
  color: #51545A;
}

.footer .top .item a[href]:hover {
  color: #1172A9;
  text-decoration: underline;
}

.footer .top .item-icon {
  width: 1.5em;
  margin-right: 0.11rem;
}

.footer .top .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .top .li + .li {
  margin-left: 0.35rem;
}

.footer .top .li-img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
}

.footer .top .li-title {
  text-align: center;
  color: #51545A;
  line-height: 2.1666666667;
  margin-top: 2px;
}

.footer .top .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .top .nav-item + .nav-item {
  margin-left: 0.94rem;
}

.footer .top .nav-link {
  line-height: 1.2857142857;
  display: block;
}

.footer .top .nav-link:hover {
  color: #1172A9;
}

.footer .top .nav-link:nth-child(1) {
  line-height: 1.3125;
  margin-bottom: 0.33rem;
}

.footer .top .nav-link + .nav-link {
  margin-top: 0.2rem;
  color: #51545A;
}

.footer .top .nav-link + .nav-link:hover {
  color: #1172A9;
}

.footer .bottom .box {
  border-top: 1px solid #F0F0F0;
  padding-top: 0.42rem;
  padding-bottom: 0.5rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.2857142857;
  color: #51545A;
}

.footer .bottom a {
  color: #51545A;
}

.footer .bottom a:hover {
  color: #1172A9;
}

.footer .bottom s {
  display: inline-block;
  width: 1px;
  height: 0.9285714286em;
  background-color: #D9D9D9;
  margin: 0 0.22rem;
  vertical-align: middle;
}

.my-swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-bullet-inactive-color: #1172A9;
  --swiper-pagination-color: #1172A9;
}

.my-swiper-pagination.status1 {
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-color: #fff;
}

.my-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.my-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.35;
}

.my-title .title-text {
  margin: 0 0.4rem;
  text-align: center;
}

.my-title .title-icon {
  -webkit-animation-name: titleAnimation1;
  -moz-animation-name: titleAnimation1;
  -o-animation-name: titleAnimation1;
  animation-name: titleAnimation1;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  opacity: 0.5;
}

.my-title .title-icon:last-child {
  -webkit-animation-name: titleAnimation2;
  -moz-animation-name: titleAnimation2;
  -o-animation-name: titleAnimation2;
  animation-name: titleAnimation2;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@-webkit-keyframes titleAnimation1 {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
@-moz-keyframes titleAnimation1 {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
@-o-keyframes titleAnimation1 {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes titleAnimation1 {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes titleAnimation2 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes titleAnimation2 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes titleAnimation2 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes titleAnimation2 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.my-banner {
  position: relative;
}

.my-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.25;
}

.my-banner .banner-img2 {
  display: none;
}

.my-banner .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.my-banner .box {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.my-banner .title {
  line-height: 1.2;
  margin-bottom: 0.23rem;
}

.my-banner .text {
  line-height: 1.5;
}

.my-subscript {
  display: block;
  position: absolute;
  width: 5.5833333333em;
  line-height: 1.8333333333;
  background: url(/images/svg/subscript.svg) no-repeat center center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  padding-left: 5px;
  right: 0;
  top: -7px;
}

.my-active2 {
  width: 12.53rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.my-active2 .active-ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.my-active2 .active-img1 {
  position: absolute;
  width: 44.1340782123%;
  left: 29.209896249%;
  top: 30.7411907655%;
  -webkit-transform-origin: 88.9692585895% 73.25%;
  -moz-transform-origin: 88.9692585895% 73.25%;
  -ms-transform-origin: 88.9692585895% 73.25%;
  -o-transform-origin: 88.9692585895% 73.25%;
  transform-origin: 88.9692585895% 73.25%;
}

.my-active2 .active-logo {
  position: absolute;
  width: 4.7086991221%;
  left: 67.1987230646%;
  top: 61.8469015796%;
  cursor: pointer;
  z-index: 2;
}

.my-active2 .active-logo::before {
  position: absolute;
  pointer-events: none;
  content: "";
  width: 160%;
  height: 160%;
  background-color: #1172A9;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-animation-name: dot1;
  -moz-animation-name: dot1;
  -o-animation-name: dot1;
  animation-name: dot1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}

.my-active2 .active-logo .active-img2 {
  position: relative;
}

.my-active2 .active-li {
  position: absolute;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  cursor: pointer;
}

.my-active2 .active-li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1172A9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.my-active2 .active-li::before {
  position: absolute;
  content: "";
  width: 271.4285714286%;
  height: 271.4285714286%;
  background-color: #1172A9;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-animation-name: dot1;
  -moz-animation-name: dot1;
  -o-animation-name: dot1;
  animation-name: dot1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}

.my-active2 .active-li[data-kind=新疆] {
  left: 27.8531524342%;
  top: 29.6476306197%;
}

.my-active2 .active-li[data-kind=新疆]::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-active2 .active-li[data-kind=青海] {
  left: 42.6177174781%;
  top: 47.3876063183%;
}

.my-active2 .active-li[data-kind=青海]::before {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-active2 .active-li[data-kind=云南] {
  left: 43.7350359138%;
  top: 77.6427703524%;
}

.my-active2 .active-li[data-kind=云南]::before {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.section_fh {
  padding: 0 0 50px;
}

.fanhui {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 20px;
}

.my-active2 .active-li[data-kind=四川] {
  left: 45.6504389465%;
  top: 63.0619684083%;
}

.my-active2 .active-li[data-kind=四川]::before {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-active2 .active-li[data-kind=甘肃] {
  left: 46.5283320032%;
  top: 50.42527339%;
}

.my-active2 .active-li[data-kind=甘肃]::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-active2 .active-li[data-kind=贵州] {
  left: 49.8802873105%;
  top: 73.5115431349%;
}

.my-active2 .active-li[data-kind=贵州]::before {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.my-active2 .active-li[data-kind=重庆] {
  left: 49.8004788508%;
  top: 66.4641555286%;
}

.my-active2 .active-li[data-kind=重庆]::before {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-active2 .active-li[data-kind=宁夏] {
  left: 49.8004788508%;
  top: 43.4993924666%;
}

.my-active2 .active-li[data-kind=宁夏]::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-active2 .active-li[data-kind=广西] {
  left: 52.5937749401%;
  top: 82.2600243013%;
}

.my-active2 .active-li[data-kind=广西]::before {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.my-active2 .active-li[data-kind=陕西] {
  left: 52.7533918595%;
  top: 54.4349939247%;
}

.my-active2 .active-li[data-kind=陕西]::before {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-active2 .active-li[data-kind=内蒙古] {
  left: 56.0255387071%;
  top: 36.695018226%;
}

.my-active2 .active-li[data-kind=内蒙古]::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-active2 .active-li[data-kind=湖南] {
  left: 57.7015163607%;
  top: 70.1093560146%;
}

.my-active2 .active-li[data-kind=湖南]::before {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.my-active2 .active-li[data-kind=山西] {
  left: 57.7015163607%;
  top: 46.2940461725%;
}

.my-active2 .active-li[data-kind=山西]::before {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-active2 .active-li[data-kind=广东] {
  left: 58.9784517159%;
  top: 80.9234507898%;
}

.my-active2 .active-li[data-kind=广东]::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-active2 .active-li[data-kind=河南] {
  left: 59.1380686353%;
  top: 53.7059538275%;
}

.my-active2 .active-li[data-kind=河南]::before {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.my-active2 .active-li[data-kind=湖北] {
  left: 59.5371109338%;
  top: 63.304981774%;
}

.my-active2 .active-li[data-kind=湖北]::before {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-active2 .active-li[data-kind=澳门] {
  left: 59.8563447725%;
  top: 84.6901579587%;
}

.my-active2 .active-li[data-kind=澳门]::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-active2 .active-li[data-kind=香港] {
  left: 61.053471668%;
  top: 84.447144593%;
}

.my-active2 .active-li[data-kind=香港]::before {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-active2 .active-li[data-kind=河北] {
  left: 60.8938547486%;
  top: 45.9295261239%;
}

.my-active2 .active-li[data-kind=河北]::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-active2 .active-li[data-kind=江西] {
  left: 62.7294493216%;
  top: 69.0157958688%;
}

.my-active2 .active-li[data-kind=江西]::before {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-active2 .active-li[data-kind=天津] {
  left: 63.2881085395%;
  top: 42.162818955%;
}

.my-active2 .active-li[data-kind=天津]::before {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.my-active2 .active-li[data-kind=安徽] {
  left: 64.0861931365%;
  top: 60.0243013366%;
}

.my-active2 .active-li[data-kind=安徽]::before {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-active2 .active-li[data-kind=北京] {
  left: 62.0909816441%;
  top: 39.6111786148%;
}

.my-active2 .active-li[data-kind=北京]::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-active2 .active-li[data-kind=山东] {
  left: 64.1660015962%;
  top: 47.9951397327%;
}

.my-active2 .active-li[data-kind=山东]::before {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-active2 .active-li[data-kind=江苏] {
  left: 66.9592976856%;
  top: 58.9307411908%;
}

.my-active2 .active-li[data-kind=江苏]::before {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.my-active2 .active-li[data-kind=福建] {
  left: 67.6775738228%;
  top: 74.8481166464%;
}

.my-active2 .active-li[data-kind=福建]::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-active2 .active-li[data-kind=上海] {
  left: 70.2314445331%;
  top: 61.1178614824%;
}

.my-active2 .active-li[data-kind=上海]::before {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-active2 .active-li[data-kind=辽宁] {
  left: 70.1516360734%;
  top: 34.1433778858%;
}

.my-active2 .active-li[data-kind=辽宁]::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-active2 .active-li[data-kind=吉林] {
  left: 72.5458898643%;
  top: 27.7035236938%;
}

.my-active2 .active-li[data-kind=吉林]::before {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.my-active2 .active-li[data-kind=黑龙江] {
  left: 74.461292897%;
  top: 20.6561360875%;
}

.my-active2 .active-li[data-kind=黑龙江]::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-active2 .active-li[data-kind=海南] {
  left: 55.3%;
  top: 90.9%;
}

.my-active2 .active-li[data-kind=海南]::before {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-nav {
  background: url(/images/178.png) no-repeat center center/cover;
}

.my-nav .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 4.4444444444;
}

.my-nav .nav-item {
  color: #333333;
  position: relative;
  margin: 0 0.6rem;
}

.my-nav .nav-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #1172A9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-nav .nav-item:hover, .my-nav .nav-item.active {
  color: #1172A9;
}

.my-nav .nav-item:hover::before, .my-nav .nav-item.active::before {
  width: 100%;
}

.my-modal1 {
  width: 43.5714285714em;
  position: relative;
}

.my-modal1.status1 {
  width: 17em;
}

.my-modal1 .modal1-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 1.8571428571em;
  cursor: pointer;
}

.my-modal1 table {
  width: 100%;
  border-spacing: 0;
  border-radius: 0.12rem;
  background-color: #fff;
}

.my-modal1 th {
  line-height: 1.5714285714;
  font-weight: bold;
  color: #fff;
  padding: 0.12rem 0.12rem 0.12rem 0.25rem;
  text-align: left;
  background-color: #1172A9;
}

.my-modal1 th:first-child {
  border-radius: 0.12rem 0 0 0;
}

.my-modal1 th:last-child {
  border-radius: 0 0.12rem 0 0;
}

.my-modal1 td {
  line-height: 1.5714285714;
  color: #51545A;
  padding: 0.1rem 0.1rem 0.1rem 0.25rem;
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}

.my-modal1 td:nth-child(3) {
  border-bottom: none;
  border-right: none;
}

.my-modal1 td:last-child a + a {
  margin-top: 0.13rem;
}

.my-modal1 td a {
  color: #51545A;
  display: block;
}

.my-modal1 td a:hover {
  color: #1172A9;
  text-decoration: underline;
}

.my-modal1 tbody tr:last-child td {
  border-bottom: none;
}

.my-modal1 .one-phone {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 16px 0;
  border-radius: 0.12rem;
  font-size: 1.57em;
  border: 1px solid #1172A9;
  background: #fff url(../images/svg/index1.svg) no-repeat;
  background-position: 100% 70%;
  -o-background-size: 50% auto;
  background-size: 50% auto;
}

.my-list1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my-list1 .list-item {
  width: 15%;
  background-color: #E8F5FF;
  border-radius: 0.12rem;
  text-align: center;
  padding: 0.14rem 8px;
}

.my-list1 .item1-num {
  color: #1172A9;
}

.my-list1 .item1-num .countUp {
  margin-right: 0.03rem;
  font-family: Arial;
}

.my-list1 .item1-unit {
  margin-right: 0.04rem;
}

.my-list1 .item1-icon {
  width: 1.6666666667em;
  margin: 0 auto 0.09rem;
}

.my-list1 .item1-add {
  display: inline-block;
  width: 0.8125em;
}

.my-list1 .item1-title {
  line-height: 2;
  color: #51545A;
}

.my-solution {
  position: relative;
  background: url(/images/173.png) no-repeat center center/cover;
}

.my-solution .solution-item1 .item-li:nth-child(1) {
  left: 29.4791666667%;
  bottom: 39.0526315789%;
}

.my-solution .solution-item1 .item-li:nth-child(2) {
  left: 38.0208333333%;
  bottom: 23.3684210526%;
}

.my-solution .solution-item1 .item-li:nth-child(3) {
  left: 42.7083333333%;
  bottom: 40.7368421053%;
}

.my-solution .solution-item1 .item-li:nth-child(4) {
  left: 44.1666666667%;
  bottom: 12.6315789474%;
}

.my-solution .solution-item1 .item-li:nth-child(5) {
  left: 43.75%;
  bottom: 57.5789473684%;
}

.my-solution .solution-item1 .item-li:nth-child(6) {
  left: 50.3645833333%;
  bottom: 14.9473684211%;
}

.my-solution .solution-item1 .item-li:nth-child(7) {
  left: 55.1041666667%;
  bottom: 39.7894736842%;
}

.my-solution .solution-item1 .item-li:nth-child(8) {
  left: 63.5416666667%;
  bottom: 58.8421052632%;
}

.my-solution .solution-item1 .item-li:nth-child(9) {
  left: 65.9895833333%;
  bottom: 19.7894736842%;
}

.my-solution .solution-item1 .item-li:nth-child(10) {
  left: 67.34375%;
  bottom: 39.7894736842%;
}

.my-solution .solution-item1 .item-li:nth-child(11) {
  left: 74.2708333333%;
  bottom: 46.8421052632%;
}

.my-solution .solution-item1 .item-li:nth-child(12) {
  left: 56.270833%;
  bottom: 50.842105%;
}

.my-solution .solution-item1 .item-li:nth-child(13) {
  left: 58.270833%;
  bottom: 66.842105%;
}

.my-solution .solution-item2 .item-li:nth-child(1) {
  left: 30.479167%;
  bottom: 43.052632%;
}

.my-solution .solution-item2 .item-li:nth-child(2) {
  left: 41.020833%;
  bottom: 56.368421%;
}

.my-solution .solution-item2 .item-li:nth-child(3) {
  left: 38.708333%;
  bottom: 50.736842%;
}

.my-solution .solution-item2 .item-li:nth-child(4) {
  left: 62.166667%;
  bottom: 41.631579%;
}

.my-solution .solution-item2 .item-li:nth-child(5) {
  left: 70.75%;
  bottom: 15.578947%;
}

.my-solution .solution-item2 .item-li:nth-child(6) {
  left: 69.364583%;
  bottom: 51.947368%;
}

.my-solution .solution-item2 .item-li:nth-child(7) {
  left: 59.104167%;
  bottom: 21.789474%;
}

.my-solution .solution-item2 .item-li:nth-child(8) {
  left: 54.541667%;
  bottom: 17.842105%;
}

.my-solution .solution-item2 .item-li:nth-child(9) {
  left: 52.989583%;
  bottom: 33.789474%;
}

.my-solution .solution-item2 .item-li:nth-child(10) {
  left: 56.34375%;
  bottom: 28.789474%;
}

.my-solution .solution-item2 .item-li:nth-child(11) {
  left: 70.270833%;
  bottom: 28.842105%;
}

.my-solution .solution-item2 .item-li:nth-child(12) {
  left: 68.270833%;
  bottom: 22.842105%;
}

.my-solution .solution-item2 .item-li:nth-child(13) {
  left: 66.270833%;
  bottom: 34.842105%;
}

.my-solution .solution-item2 .item-li:nth-child(14) {
  left: 41.270833%;
  bottom: 17.842105%;
}

.my-solution .solution-item3 .item-li:nth-child(1) {
  left: 29.4791666667%;
  bottom: 39.0526315789%;
}

.my-solution .solution-item3 .item-li:nth-child(2) {
  left: 38.0208333333%;
  bottom: 23.3684210526%;
}

.my-solution .solution-item3 .item-li:nth-child(3) {
  left: 39.708333%;
  bottom: 34.736842%;
}

.my-solution .solution-item3 .item-li:nth-child(4) {
  left: 50.166667%;
  bottom: 22.631579%;
}

.my-solution .solution-item3 .item-li:nth-child(5) {
  left: 50.75%;
  bottom: 30.578947%;
}

.my-solution .solution-item3 .item-li:nth-child(6) {
  left: 75.364583%;
  bottom: 36.947368%;
}

.my-solution .solution-item3 .item-li:nth-child(7) {
  left: 59.104167%;
  bottom: 33.789474%;
}

.my-solution .solution-item3 .item-li:nth-child(8) {
  left: 63.5416666667%;
  bottom: 58.8421052632%;
}

.my-solution .solution-item5 .item-li:nth-child(1) {
  left: 35.479167%;
  bottom: 58.052632%;
}

.my-solution .solution-item5 .item-li:nth-child(2) {
  left: 32.020833%;
  bottom: 33.368421%;
}

.my-solution .solution-item5 .item-li:nth-child(3) {
  left: 39.708333%;
  bottom: 37.736842%;
}

.my-solution .solution-item5 .item-li:nth-child(4) {
  left: 39.166667%;
  bottom: 21.631579%;
}

.my-solution .solution-item5 .item-li:nth-child(5) {
  left: 43.75%;
  bottom: 34.5789473684%;
}

.my-solution .solution-item5 .item-li:nth-child(6) {
  left: 57.364583%;
  bottom: 33.947368%;
}

.my-solution .solution-item5 .item-li:nth-child(7) {
  left: 62.104167%;
  bottom: 43.789474%;
}

.my-solution .solution-item5 .item-li:nth-child(8) {
  left: 68.541667%;
  bottom: 31.842105%;
}

.my-solution .solution-item5 .item-li:nth-child(9) {
  left: 67.989583%;
  bottom: 47.789474%;
}

.my-solution .solution-item5 .item-li:nth-child(10) {
  left: 42.34375%;
  bottom: 58.789474%;
}

.my-solution .solution-item1 .item-li:nth-child(13) .item-li-content,
.my-solution .solution-item5 .item-li:nth-child(1) .item-li-content,
.my-solution .solution-item5 .item-li:nth-child(10) .item-li-content {
  padding-left: 0;
  padding-top: 1.4em;
  left: 50%;
  top: 100%;
  -webkit-transform: translate3d(-50%, 20px, 0);
     -moz-transform: translate3d(-50%, 20px, 0);
          transform: translate3d(-50%, 20px, 0);
}

.my-solution .solution-item1 .item-li:nth-child(13) .item-li-dots:hover .item-li-content,
.my-solution .solution-item5 .item-li:nth-child(1) .item-li-dots:hover .item-li-content,
.my-solution .solution-item5 .item-li:nth-child(10) .item-li-dots:hover .item-li-content {
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.my-solution .solution-item4 {
  cursor: pointer;
  overflow: hidden;
}

.my-solution .solution-item4 .item-img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-solution .solution-item4 .item-mask {
  opacity: 0.5;
}

.my-solution .solution-item4:hover .item-img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.my-solution .solution-item4 .item-li:nth-child(1) {
  left: 21.479167%;
  bottom: 39.052632%;
}

.my-solution .solution-item4 .item-li:nth-child(2) {
  left: 24.020833%;
  bottom: 12.368421%;
}

.my-solution .solution-item4 .item-li:nth-child(3) {
  left: 29.708333%;
  bottom: 51.736842%;
}

.my-solution .solution-item4 .item-li:nth-child(4) {
  left: 27.166667%;
  bottom: 28.631579%;
}

.my-solution .solution-item4 .item-li:nth-child(5) {
  left: 39.75%;
  bottom: 39.578947%;
}

.my-solution .solution-item4 .item-li:nth-child(6) {
  left: 50.3645833333%;
  bottom: 58.947368%;
}

.my-solution .solution-item4 .item-li:nth-child(7) {
  left: 35.104167%;
  bottom: 25.789474%;
}

.my-solution .solution-item4 .item-li:nth-child(8) {
  left: 52.541667%;
  bottom: 35.842105%;
}

.my-solution .solution-item4 .item-li:nth-child(9) {
  left: 38.989583%;
  bottom: 9.789474%;
}

.my-solution .solution-item4 .item-li:nth-child(10) {
  left: 51.34375%;
  bottom: 16.789474%;
}

.my-solution .solution-item4 .item-li:nth-child(11) {
  left: 61.270833%;
  bottom: 23.842105%;
}

.my-solution .solution-item4 .item-li:nth-child(12) {
  left: 62.270833%;
  bottom: 35.842105%;
}

.my-solution .solution-item4 .item-li:nth-child(13) {
  left: 62.270833%;
  bottom: 9.842105%;
}

.my-solution .solution-item4 .item-li:nth-child(14) {
  left: 70.270833%;
  bottom: 27.842105%;
}

.my-solution .solution-item4 .item-li:nth-child(15) {
  left: 68.270833%;
  bottom: 51.842105%;
}

.my-solution .solution-item4 .item-li:nth-child(16) {
  left: 56.270833%;
  bottom: 46.842105%;
}

.my-solution .solution-item4 .item-li:nth-child(17) {
  left: 76.270833%;
  bottom: 46.842105%;
}

.my-solution .solution-item4 .item-li:nth-child(18) {
  left: 76.270833%;
  bottom: 36.842105%;
}

.my-solution .solution-item4 .item-li:nth-child(19) {
  left: 28.270833%;
  bottom: 38.842105%;
}

.my-solution .solution-item4 .item-li:nth-child(20) {
  left: 46.270833%;
  bottom: 26.842105%;
}

.my-solution .solution-item4 .item-li:nth-child(21) {
  left: 30.270833%;
  bottom: 15.842105%;
}

.my-solution .solution-item4 .item-li:nth-child(22) {
  left: 71.270833%;
  bottom: 17.842105%;
}

.my-solution .solution-item {
  position: relative;
}

.my-solution .item-more {
  position: absolute;
  bottom: 10.5263157895%;
  right: 13%;
}

.my-solution .item-more.active {
  opacity: 0;
}

.my-solution .item-mask {
  position: absolute;
  top: 0;
  left: 0;
}

.my-solution .item-ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.my-solution .item-li {
  position: absolute;
}

.my-solution .item-li.item-left .item-li-title {
  right: 100%;
  margin-right: 2em;
}

.my-solution .item-li.item-left .item-li-content {
  right: 100%;
  padding-right: 1.4em;
}

.my-solution .item-li.item-right .item-li-title {
  left: 100%;
  margin-left: 2em;
}

.my-solution .item-li.item-right .item-li-content {
  left: 100%;
  padding-left: 1.4em;
}

.my-solution .item-li-content-container {
  width: 13.6363636364em;
  width: 3rem;
  border: 1px solid #1172A9;
  border-radius: 12px;
  background: #fff url(../images/svg/index1.svg) no-repeat;
  background-position: 100% 70%;
  -o-background-size: 50% auto;
  background-size: 50% auto;
  padding: 0.26rem 0.2rem;
  position: relative;
}

.my-solution .item-li-content {
  top: 0;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-solution .item-li-content-title {
  line-height: 1.3636363636;
  color: #1172A9;
  padding-bottom: 0.17rem;
  border-bottom: 1px dashed #DBDBDB;
}

.my-solution .item-li-img {
  width: 70%;
  margin: 0 auto;
}

.my-solution .item-li-video {
  position: relative;
}

.my-solution .item-li-video::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
}

.my-solution .item-li-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 2.9em;
}

.my-solution .item-li-content-text {
  color: #51545A;
  line-height: 1.5714285714;
  margin-top: 0.15rem;
}

.my-solution .item-li-content-more {
  color: #1172A9;
  line-height: 1.8571428571;
  margin-top: 0.15rem;
}

.my-solution .item-li-content-more:hover {
  text-decoration: underline;
}

.my-solution .item-li-content-icon {
  width: 0.5714285714em;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.09rem;
}

.my-solution .item-li-title {
  color: #1172A9;
  line-height: 1.625;
  white-space: nowrap;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.my-solution .item-li-dots {
  width: 2px;
  height: 2px;
  position: relative;
  cursor: pointer;
}

.my-solution .item-li-dots:hover .item-li-content {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: auto;
  opacity: 1;
}

.my-solution .item-li-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: url(/images/svg/6.svg) no-repeat center center/100% 100%;
  -webkit-animation-name: dot2;
  -moz-animation-name: dot2;
  -o-animation-name: dot2;
  animation-name: dot2;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  -o-animation-duration: 8s;
  animation-duration: 8s;
}

.my-solution .item-li-dot::before, .my-solution .item-li-dot::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.my-solution .item-li-dot::before {
  width: 0.14rem;
  height: 0.14rem;
  background-color: #fff;
  border: 0.06rem solid #1172A9;
  z-index: 2;
}

.my-solution .item-li-dot::after {
  width: 100%;
  height: 100%;
  background-color: #1172A9;
  opacity: 0.2;
  z-index: 1;
  -webkit-animation-name: dot1;
  -moz-animation-name: dot1;
  -o-animation-name: dot1;
  animation-name: dot1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}

.my-solution .item-ul .item-li:nth-child(1) .item-li-dot::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-solution .item-ul .item-li:nth-child(2) .item-li-dot::after {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-solution .item-ul .item-li:nth-child(3) .item-li-dot::after {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.my-solution .item-ul .item-li:nth-child(4) .item-li-dot::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-solution .item-ul .item-li:nth-child(5) .item-li-dot::after {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.my-solution .item-ul .item-li:nth-child(6) .item-li-dot::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-solution .item-ul .item-li:nth-child(7) .item-li-dot::after {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-solution .item-ul .item-li:nth-child(8) .item-li-dot::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.my-solution .item-ul .item-li:nth-child(9) .item-li-dot::after {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.my-solution .item-ul .item-li:nth-child(10) .item-li-dot::after {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.my-solution .item-ul .item-li:nth-child(11) .item-li-dot::after {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes dot1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.2;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.2;
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes dot1 {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.2;
  }
  80% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.2;
  }
  90% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
@-o-keyframes dot1 {
  0% {
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.2;
  }
  80% {
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.2;
  }
  90% {
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
@keyframes dot1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.2;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.2;
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes dot2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360);
    transform: translate(-50%, -50%) rotate(360);
  }
}
@-moz-keyframes dot2 {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360);
    transform: translate(-50%, -50%) rotate(360);
  }
}
@-o-keyframes dot2 {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -o-transform: translate(-50%, -50%) rotate(360);
    transform: translate(-50%, -50%) rotate(360);
  }
}
@keyframes dot2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360);
    -moz-transform: translate(-50%, -50%) rotate(360);
    -o-transform: translate(-50%, -50%) rotate(360);
    transform: translate(-50%, -50%) rotate(360);
  }
}
.my-select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0.4rem;
}

.my-select::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #E9EDF4;
}

.my-select .select-item {
  line-height: 1.3333333333;
  padding-bottom: 0.28rem;
  color: #51545A;
  margin: 0 0.4rem;
  position: relative;
  cursor: pointer;
}

.my-select .select-item::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #1172A9;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-select .select-item.active, .my-select .select-item:hover {
  color: #1172A9;
}

.my-select .select-item.active::before, .my-select .select-item:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.my-hover-line {
  cursor: pointer;
}

.my-hover-line:hover.my-hover-target::before, .my-hover-line:hover .my-hover-target::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.my-hover-line.my-hover-target, .my-hover-line .my-hover-target {
  position: relative;
}

.my-hover-line.my-hover-target::before, .my-hover-line .my-hover-target::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1172A9;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section1 .swiper-slide {
  height: auto;
}

.index .section1 .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
}

.index .section1 .slide-img2 {
  display: none;
}

.index .section1 .content {
  position: absolute;
  top: 27.3684210526%;
  left: 0;
  right: 0;
  bottom: 0;
}

.index .section1 .title {
  color: #fff;
  line-height: 1.4705882353;
  white-space: break-spaces;
}

.index .section1 .my-more {
  margin-top: 0.37rem;
}

.index .section1 .slide-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 49.4791666667%;
  background-color: #000;
}

.index .section1 .slide-video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index .section1 .slide-video-container video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 112% !important;
  height: 112% !important;
  position: relative;
  top: -6%;
}

.index .section1 .slide-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  display: none;
}

.index .section1 .swiper-pagination {
  bottom: 0.3rem;
}

.index .section2 {
  position: relative;
}

.index .section2 .content {
  position: absolute;
  top: 7.5789473684%;
  left: 0;
  right: 0;
  z-index: 2;
}

.index .section2 .my-title {
  margin-bottom: 0.46rem;
}

.index .section2 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  padding: 4px;
}

.index .section2 .select-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  color: #51545A;
  padding: 0.11rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.index .section2 .select-item + .select-item {
  margin-left: 5px;
}

.index .section2 .select-item span {
  position: relative;
}

.index .section2 .select-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/images/index6.png) no-repeat center center/cover;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section2 .select-item:hover span, .index .section2 .select-item.active span {
  color: #fff;
}

.index .section2 .select-item:hover::before, .index .section2 .select-item.active::before {
  opacity: 1;
}

.index .section2 .select-icon {
  width: 2.5em;
  margin-right: 0.09rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index .section2 .list {
  position: relative;
}

.index .section2 .item {
  visibility: visible;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section2 .item.active {
  position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.5s all 0.5s;
  -o-transition: 0.5s all 0.5s;
  -moz-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
}

.index .section3 .product-container {
  background-image: url(/images/39.png);
}

.index .section3 .product-container .my-title {
  width: 100%;
  margin-bottom: 0.6rem;
}

.index .section3 .product-container .select {
  padding-top: 0;
  display: none;
}

.index .section3 .product-container .select-item {
  padding-left: 0.09rem;
  padding-right: 0.2rem;
}

.index .section3 .product-container .right .list1:nth-child(1) .item1 {
  padding: 0.18rem 0.1rem;
}

.index .section3 .product-container .right .list1:nth-child(1) .item1-img {
  margin-bottom: 0;
}

.index .section3 .product-container .list2 .swiper-slide {
  height: auto;
}

.index .section3 .product-container .list2 .item2 {
  overflow: hidden;
  padding-top: 6px;
  margin-top: -6px;
}

.index .section3 .product-container .list2 .swiper {
  overflow: initial;
  width: 100%;
}

.index .section3 .product-container .list2 .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index .section3 .product-container .list3 .swipers {
  overflow: hidden;
  padding-top: 6px;
  margin-top: -6px;
}

.index .section3 .product-container .list3 .swiper {
  overflow: initial;
  padding-bottom: 0.4rem;
}

.index .section3 .product-container .list3 .swiper-pagination {
  bottom: 0.17rem;
}

.index .section3 .left-item + .left-item {
  border-top: 1px solid #EAEFF0;
}

.index .section3 .left-item.active .left-item-container {
  color: #1172A9;
}

.index .section3 .left-item-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.2rem 0.27rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section3 .left-item-container:hover {
  color: #1172A9;
}

.index .section3 .left-item-icon {
  width: 1.8181818182em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.13rem;
}

.index .section3 .right-more {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.18rem;
  position: relative;
  z-index: 5;
}

.index .section3 .right-more-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}

.index .section3 .right-more-container.active {
  position: relative;
}

.index .section3 .right-more-icon {
  width: 1.0714285714em;
  margin-right: 0.1rem;
}

.index .section3 .right-more-text {
  line-height: 1.8571428571;
  color: #1172A9;
}

.index .section3 .right-more-arr {
  width: 0.5714285714em;
  margin-left: 0.1rem;
}

.index .section4 {
  background: url(/images/40.png) no-repeat center center/cover;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}

.index .section4 .my-title {
  margin-bottom: 0.35rem;
}

.index .section4 .swiper {
  overflow: initial;
  padding-bottom: 0.33rem;
}

.index .section4 .swiper-slide {
  width: 10rem;
  background-color: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 10px 30px 0px rgba(30, 122, 174, 0.06);
}

.index .section4 .slide-info {
  padding: 0.4rem 0.5rem 0.16rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index .section4 .slide-logo {
  width: 9.0909090909em;
  margin-bottom: 0.14rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index .section4 .slide-title {
  padding-left: 0.35rem;
  position: relative;
  line-height: 1.3636363636;
  margin-bottom: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index .section4 .slide-title::before {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 0.3636363636em;
  border-radius: 0.1rem;
  background-color: #E34528;
  left: 0;
  top: 0.5em;
}

.index .section4 .slide-text {
  line-height: 1.8571428571;
  color: #51545A;
  overflow: auto;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
}

.index .section4 .slide-img {
  width: 50%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index .section4 .slide-img-container {
  position: relative;
  padding-top: 76%;
}

.index .section4 .slide-img-container img {
  position: absolute;
  top: 0;
  left: 0;
}

.index .section4 .more {
  text-align: center;
  margin-top: 0.23rem;
  margin-bottom: 0.45rem;
}

.index .section4 .more a {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1172A9;
  line-height: 1.8571428571;
}

.index .section4 .more img {
  width: 0.5714285714em;
  margin-left: 0.09rem;
}

.index .section4 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.38rem;
}

.index .section4 .select-item {
  color: #51545A;
  cursor: pointer;
  line-height: 1.3333333333;
}

.index .section4 .select-item + .select-item {
  margin-left: 0.58rem;
}

.index .section4 .select-item:hover, .index .section4 .select-item.active {
  color: #1172A9;
}

.index .section4 .item-ul-container + .item-ul-container {
  margin-top: 0.2rem;
}

.index .section4 .item-ul-container + .item-ul-container .sTempWrapInner {
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
  transform: translateX(1rem);
}

.index .section4 .item-li {
  width: 2.1rem;
  height: 0.7rem;
  border-radius: 0.12rem;
  margin-right: 0.2rem;
  background-color: #fff;
  box-shadow: 0px 8px 20px 0px rgba(174, 191, 208, 0.16);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
  padding: 0 0.2rem;
}

.index .section4 .item-li span {
  text-align: center;
  line-height: 1.3;
}

.index .section4 .item-li img {
  -o-object-fit: contain;
  object-fit: contain;
}

.index .section5 {
  background: url(/images/65.png) no-repeat center center/cover;
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}

.index .section5 .my-title {
  margin-bottom: 0.65rem;
}

.index .section5 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index .section5 .left {
  width: 21.4285714286%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index .section5 .title1 {
  margin-bottom: 0.07rem;
}

.index .section5 .title1-img1 {
  width: 0.9642857143em;
  margin-right: 0.18rem;
  display: inline-block;
  vertical-align: middle;
}

.index .section5 .title1-text {
  font-family: Arial;
  background: -webkit-linear-gradient(332deg, #44A4DB 8.75%, #1172A9 91.25%);
  background: -moz-linear-gradient(332deg, #44A4DB 8.75%, #1172A9 91.25%);
  background: -o-linear-gradient(332deg, #44A4DB 8.75%, #1172A9 91.25%);
  background: linear-gradient(118deg, #44A4DB 8.75%, #1172A9 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4285714286;
}

.index .section5 .title1-img2 {
  width: 0.2857142857em;
  margin-left: 0.03rem;
  display: inline-block;
}

.index .section5 .title2 {
  line-height: 30/22;
  margin-bottom: 0.32rem;
}

.index .section5 .line {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #E1E7F1;
  margin-bottom: 0.28rem;
}

.index .section5 .text {
  line-height: 1.8571428571;
  color: #51545A;
  margin-bottom: 0.47rem;
}

.index .section5 .title3 {
  line-height: 1.3333333333;
  color: #1172A9;
  margin-bottom: 0.15rem;
}

.index .section5 .title3-img {
  display: inline-block;
  width: 1.7777777778em;
  vertical-align: middle;
  margin-right: 0.07rem;
}

.index .section5 .code {
  width: 8.8888888889em;
  border-radius: 8px;
  margin-bottom: 0.15rem;
}

.index .section5 .title4-img {
  width: 1.6666666667em;
}

.index .section5 .title4 {
  margin-top: auto;
  margin-bottom: 0.08rem;
}

.index .section5 .tel {
  background: -webkit-linear-gradient(332deg, #44A4DB 8.75%, #1172A9 91.25%);
  background: -moz-linear-gradient(332deg, #44A4DB 8.75%, #1172A9 91.25%);
  background: -o-linear-gradient(332deg, #44A4DB 8.75%, #1172A9 91.25%);
  background: linear-gradient(118deg, #44A4DB 8.75%, #1172A9 91.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2857142857;
  font-family: Arial;
  font-weight: bold;
}

.index .section5 .tel:hover {
  text-decoration: underline;
}

.index .section5 .right {
  width: 72.8571428571%;
  border: 2px solid #fff;
  border-radius: 0.12rem;
  background-color: rgba(17, 114, 169, 0.02);
  backdrop-filter: blur(5px);
}

.index .section5 .my-active2 .active-li {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.index .section6 {
  background: url(/images/71.png) no-repeat center center/cover;
  overflow: hidden;
}

.index .section6 .box {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
  min-height: 9.5rem;
}

.index .section6 .my-title {
  margin-bottom: 0.39rem;
}

.index .section6 .text {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  line-height: 1.75;
  color: #51545A;
}

.index .section6 .more {
  text-align: center;
  margin-top: 0.45rem;
}

.index .section6 .list {
  position: absolute;
  top: 36.8421052632%;
  left: 0;
  right: 0;
}

.index .section6 .item {
  position: absolute;
}

.index .section6 .item:nth-child(1) {
  left: 71.2142857143%;
  top: 1.7rem;
}

.index .section6 .item:nth-child(2) {
  left: 63.5%;
  top: 0.57rem;
}

.index .section6 .item:nth-child(3) {
  left: 36.3571428571%;
  top: 2.31rem;
}

.index .section6 .item:nth-child(4) {
  left: 33%;
  top: 0;
}

.index .section6 .item:nth-child(5) {
  left: 20.5714285714%;
  top: 1.04rem;
}

.index .section6 .item.item-left .item-title {
  right: 100%;
  margin-right: 2em;
}

.index .section6 .item.item-left .item-content {
  right: 100%;
  padding-right: 2em;
}

.index .section6 .item.item-left .item-line {
  right: 600%;
}

.index .section6 .item.item-left .item-line::after {
  right: 100%;
}

.index .section6 .item.item-right .item-title {
  left: 100%;
  margin-left: 2em;
}

.index .section6 .item.item-right .item-content {
  left: 100%;
  padding-left: 2em;
}

.index .section6 .item.item-right .item-line {
  left: 600%;
}

.index .section6 .item.item-right .item-line::after {
  left: 100%;
}

.index .section6 .item-dots {
  width: 2px;
  height: 2px;
  position: relative;
  cursor: pointer;
}

.index .section6 .item-dots:hover + .item-title {
  opacity: 0;
}

.index .section6 .item-dots:hover .item-content {
  -webkit-transform: translateY(-50%) translateY(0);
  -moz-transform: translateY(-50%) translateY(0);
  -ms-transform: translateY(-50%) translateY(0);
  -o-transform: translateY(-50%) translateY(0);
  transform: translateY(-50%) translateY(0);
  pointer-events: auto;
  opacity: 1;
}

.index .section6 .item-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: url(/images/svg/6.svg) no-repeat center center/100% 100%;
  -webkit-animation-name: dot2;
  -moz-animation-name: dot2;
  -o-animation-name: dot2;
  animation-name: dot2;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  -o-animation-duration: 8s;
  animation-duration: 8s;
}

.index .section6 .item-dot::before, .index .section6 .item-dot::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.index .section6 .item-dot::before {
  width: 0.14rem;
  height: 0.14rem;
  background-color: #fff;
  border: 0.06rem solid #1172A9;
  z-index: 2;
}

.index .section6 .item-dot::after {
  width: 100%;
  height: 100%;
  background-color: #1172A9;
  opacity: 0.2;
  z-index: 1;
  -webkit-animation-name: dot1;
  -moz-animation-name: dot1;
  -o-animation-name: dot1;
  animation-name: dot1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}

.index .section6 .item-line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
}

.index .section6 .item-line::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.index .section6 .item-line::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.73rem;
  height: 0.02rem;
  background: -webkit-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -moz-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -o-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.3) 100%);
}

.index .section6 .item-title {
  color: #1172A9;
  line-height: 2;
  white-space: nowrap;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.index .section6 .item-content {
  top: 50%;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateY(15px);
  -moz-transform: translateY(-50%) translateY(15px);
  -ms-transform: translateY(-50%) translateY(15px);
  -o-transform: translateY(-50%) translateY(15px);
  transform: translateY(-50%) translateY(15px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section6 .item-content-container {
  width: 3rem;
  border: 1px solid #fff;
  border-radius: 0.12rem;
  background-color: rgba(232, 245, 255, 0.7);
  min-height: 1.8rem;
  padding: 0.3rem 0.35rem 0.15rem;
}

.index .section6 .item-content-title {
  color: #1172A9;
  line-height: 1.75;
  margin-bottom: 0.14rem;
}

.index .section6 .item-content-text {
  color: #51545A;
  line-height: 1.5714285714;
}

.index .section6 .my-list1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8.4210526316%;
}

.index .section7 {
  background: url(/images/72.png) no-repeat center center/cover;
  padding-top: 0.62rem;
  padding-bottom: 0.8rem;
}

.index .section7 .my-title {
  margin-bottom: 0.65rem;
}

.index .section7 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0.5rem;
}

.index .section7 .left {
  width: 48.9285714286%;
  height: 5.9rem;
}

.index .section7 .swiper-slide {
  border-radius: 0.2rem;
}

.index .section7 .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 38.81%, rgba(17, 114, 169, 0.9) 65.08%, #1172A9 91.36%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 38.81%, rgba(17, 114, 169, 0.9) 65.08%, #1172A9 91.36%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 38.81%, rgba(17, 114, 169, 0.9) 65.08%, #1172A9 91.36%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 38.81%, rgba(17, 114, 169, 0.9) 65.08%, #1172A9 91.36%);
  z-index: 2;
}

.index .section7 .slide-content {
  position: absolute;
  z-index: 3;
  left: 4.9635036496%;
  right: 4.9635036496%;
  bottom: 9.4915254237%;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index .section7 .slide-icon {
  width: 1.3em;
  margin-right: 0.1rem;
  margin-top: 0.15em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index .section7 .slide-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.index .section7 .slide-title {
  line-height: 1.3;
  margin-bottom: 0.13rem;
}

.index .section7 .slide-text {
  line-height: 1.8571428571;
  margin-bottom: 0.1rem;
}

.index .section7 .slide-time {
  line-height: 1.5714285714;
}

.index .section7 .slide-time img {
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.06rem;
  width: 1.2857142857em;
}

.index .section7 .right {
  width: 48.9285714286%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  overflow: auto;
}

.index .section7 .item {
  width: 100%;
  min-height: 25%;
  padding: 10px 0.34rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.index .section7 .item + .item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #E8F0F4;
}

.index .section7 .item:hover .item-title {
  color: #1172A9;
}

.index .section7 .item-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.index .section7 .item-icon {
  width: 1.3em;
  margin-right: 0.1rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-top: 0.15em;
}

.index .section7 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.index .section7 .item-title {
  line-height: 1.3;
  margin-bottom: 0.13rem;
}

.index .section7 .item-text {
  line-height: 1.8571428571;
  margin-bottom: 0.15rem;
  color: #51545A;
}

.index .section7 .item-time {
  line-height: 1.5714285714;
  color: #51545A;
}

.index .section7 .item-time img {
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.06rem;
  width: 1.2857142857em;
}

.index .section7 .swiper-pagination {
  bottom: 4.2372881356%;
}

.index .section7 .more {
  text-align: center;
}

.product .section1, .product .product-container {
  background: url(/images/14.png) no-repeat center center/cover;
  padding-top: 0.72rem;
  padding-bottom: 1rem;
}

.product .section1 .my-title, .product .product-container .my-title {
  width: 72.8571428571%;
  margin-left: auto;
  margin-bottom: 0.55rem;
}

.product .section1 .content, .product .product-container .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product .section1 .left, .product .product-container .left {
  width: 24.2857142857%;
  border-radius: 0.2rem;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
  height: 6.8rem;
  overflow: auto;
  background: url(/images/15.png) no-repeat center center/cover;
}

.product .section1 .select, .product .product-container .select {
  padding: 0.25rem;
}

.product .section1 .select-item, .product .product-container .select-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.09rem 0.15rem 0.2rem;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.product .section1 .select-item + .select-item, .product .product-container .select-item + .select-item {
  margin-top: 5px;
}

.product .section1 .select-item::before, .product .product-container .select-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(359deg, #44A4DB 2.02%, #1172A9 97.98%);
  background: -moz-linear-gradient(359deg, #44A4DB 2.02%, #1172A9 97.98%);
  background: -o-linear-gradient(359deg, #44A4DB 2.02%, #1172A9 97.98%);
  background: linear-gradient(91deg, #44A4DB 2.02%, #1172A9 97.98%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.product .section1 .select-item:hover .select-title, .product .section1 .select-item.active .select-title, .product .product-container .select-item:hover .select-title, .product .product-container .select-item.active .select-title {
  color: #fff;
}

.product .section1 .select-item:hover .select-img, .product .section1 .select-item.active .select-img, .product .product-container .select-item:hover .select-img, .product .product-container .select-item.active .select-img {
  opacity: 1;
}

.product .section1 .select-item:hover::before, .product .section1 .select-item.active::before, .product .product-container .select-item:hover::before, .product .product-container .select-item.active::before {
  opacity: 1;
}

.product .section1 .select-icon, .product .product-container .select-icon {
  width: 1.25em;
  margin-right: 0.11rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product .section1 .select-title, .product .product-container .select-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 10px;
  line-height: 1.3125;
  color: #51545A;
  position: relative;
}

.product .section1 .select-img, .product .product-container .select-img {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 0.75em;
  position: relative;
  opacity: 0;
}

.product .section1 .right, .product .product-container .right {
  width: 72.8571428571%;
}

.product .section1 .list1, .product .product-container .list1 {
  width: 100%;
  background: url(/images/19.png) no-repeat center center/cover;
  border-radius: 0.12rem;
  border: 2px solid #fff;
}

.product .section1 .item1, .product .product-container .item1 {
  padding: 0.4rem;
}

.product .section1 .item1-img, .product .product-container .item1-img {
  border-radius: 0.12rem;
  margin-bottom: 0.25rem;
}

.product .section1 .item1-title, .product .product-container .item1-title {
  line-height: 1.3076923077;
  margin-bottom: 0.17rem;
}

.product .section1 .item1-text, .product .product-container .item1-text {
  line-height: 1.625;
  color: #51545A;
}

.product .section1 .list2, .product .section1 .list3, .product .product-container .list2, .product .product-container .list3 {
  width: 100%;
  background: url(/images/20.png) no-repeat center center/cover;
  border-radius: 0.12rem;
  border: 2px solid #fff;
}

.product .section1 .item2, .product .section1 .item3, .product .product-container .item2, .product .product-container .item3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product .section1 .item2-li, .product .section1 .item3-li, .product .product-container .item2-li, .product .product-container .item3-li {
  width: 33.33%;
  padding: 0.34rem 0.29rem 0.39rem;
  border-right: 1px solid #fff;
  position: relative;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.product .section1 .item2-li:hover, .product .section1 .item3-li:hover, .product .product-container .item2-li:hover, .product .product-container .item3-li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.product .section1 .item2-li:nth-of-type(3n), .product .section1 .item3-li:nth-of-type(3n), .product .product-container .item2-li:nth-of-type(3n), .product .product-container .item3-li:nth-of-type(3n) {
  border-right: none;
}

.product .section1 .item3-li, .product .product-container .item3-li {
  padding: 0.06rem 0.29rem 0.29rem;
}

.product .section1 .item2-img, .product .product-container .item2-img {
  border-radius: 8px;
}

.product .section1 .item2-title, .product .product-container .item2-title {
  text-align: center;
  line-height: 1.3333333333;
  margin-top: 0.22rem;
}

.product .section1 .item3-li:hover .item3-title span, .product .product-container .item3-li:hover .item3-title span {
  color: #1172A9;
}

.product .section1 .item3-li:hover .item3-icon, .product .product-container .item3-li:hover .item3-icon {
  opacity: 1;
}

.product .section1 .item3-img, .product .product-container .item3-img {
  margin-bottom: 0.08rem;
}

.product .section1 .item3-info, .product .product-container .item3-info {
  padding: 0 0.1rem;
}

.product .section1 .item3-title, .product .product-container .item3-title {
  line-height: 1.3125;
  margin-bottom: 0.06rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product .section1 .item3-icon, .product .product-container .item3-icon {
  width: 0.5em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  opacity: 0;
}

.product .section1 .item3-text, .product .product-container .item3-text {
  line-height: 2.1666666667;
  margin-bottom: 0.09rem;
}

.product .section1 .my-subscript, .product .product-container .my-subscript {
  background-image: url(/images/svg/subscript2.svg);
  width: 92px;
}

.product .section1 .item3-tips, .product .product-container .item3-tips {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product .section1 .item3-tip, .product .product-container .item3-tip {
  display: block;
  line-height: 2.1666666667;
  padding: 0 9px;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #D0DBEA inset;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}

.product .section1 .item3-tip:hover, .product .product-container .item3-tip:hover {
  color: #1172A9;
  box-shadow: 0 0 0 1px #1172A9 inset;
}

.product .section1 .page, .product .product-container .page {
  margin-top: 0.5rem;
}

.product .section1.status1 .my-title, .product .section1.status1 .right {
  width: 100%;
}

.service .section1 {
  background: url(/images/69.png) no-repeat center center/cover;
  padding-top: 0.72rem;
  padding-bottom: 1rem;
}

.service .section1 .my-active2 {
  margin-bottom: 0.42rem;
}

.service .section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 0.5rem;
}

.service .section1 .list::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #E1E7F1;
}

.service .section1 .item {
  width: 33.33%;
  text-align: center;
  position: relative;
}

.service .section1 .item + .item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #E1E7F1;
}

.service .section1 .item-icon {
  width: 2.2222222222em;
  margin: 0 auto 0.24rem;
}

.service .section1 .item-title {
  color: #1172A9;
  margin-bottom: 0.18rem;
  line-height: 1.3333333333;
}

.service .section1 .item-img {
  width: 8.3333333333em;
  margin: 0 auto;
}

.service .section1 .item-text {
  color: #51545A;
  line-height: 1.8571428571;
}

.service .section1 .item-tel {
  font-family: Arial;
  color: #1172A9;
  font-weight: bold;
  line-height: 1.2857142857;
}

.service .section1 .item-tel:hover {
  text-decoration: underline;
}

.solution .section1 {
  position: relative;
}

.solution .section1 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 7.5789473684%;
  z-index: 2;
}

.solution .section1 .my-title {
  margin-bottom: 0.28rem;
}

.solution .section1 .text {
  width: 7.6rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8571428571;
  color: #51545A;
}

.solution .section2 {
  padding-top: 0.82rem;
  padding-bottom: 1rem;
  background: url(/images/75.png) no-repeat center center/cover;
}

.solution .section2 .content {
  border: 2px solid #fff;
  border-radius: 0.12rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(4px);
}

.solution .section2 .title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0.3rem;
  color: #fff;
  z-index: 2;
}

.solution .section2 .list {
  padding: 0.35rem 0 0.58rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: safe center;
  -moz-box-pack: safe center;
  -ms-flex-pack: safe center;
  justify-content: safe center;
}

.solution .section2 .item {
  width: 15.7142857143%;
  margin: 0 0.1rem;
}

.solution .section2 .item-title {
  text-align: center;
  color: #51545A;
  line-height: 1.3125;
  margin-bottom: 0.24rem;
  display: none;
}

.solution .section2 .item-li {
  width: 100%;
  min-height: 0.6rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px #fff inset;
  border-radius: 6px;
  padding: 10px 4px;
  overflow: hidden;
}

.solution .section2 .item-li + .item-li {
  margin-top: 0.2rem;
}

.solution .section2 .item-li:hover {
  box-shadow: 0 0 0 1px #1172A9 inset;
  background-color: rgba(17, 114, 169, 0.01);
}

.solution .section2 .item-li:hover .item-text {
  color: #1172A9;
}

.solution .section2 .item-li:hover .item-text::before {
  background: -webkit-linear-gradient(left, rgba(17, 114, 169, 0) 0%, #1172A9 100%);
  background: -moz-linear-gradient(left, rgba(17, 114, 169, 0) 0%, #1172A9 100%);
  background: -o-linear-gradient(left, rgba(17, 114, 169, 0) 0%, #1172A9 100%);
  background: linear-gradient(90deg, rgba(17, 114, 169, 0) 0%, #1172A9 100%);
}

.solution .section2 .item-li:hover .item-text::after {
  background: -webkit-linear-gradient(right, rgba(17, 114, 169, 0) 0%, #1172A9 100%);
  background: -moz-linear-gradient(right, rgba(17, 114, 169, 0) 0%, #1172A9 100%);
  background: -o-linear-gradient(right, rgba(17, 114, 169, 0) 0%, #1172A9 100%);
  background: linear-gradient(270deg, rgba(17, 114, 169, 0) 0%, #1172A9 100%);
}

.solution .section2 .item-text {
  padding: 0 0.12rem;
  line-height: 1.2857142857;
  color: #51545A;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.solution .section2 .item-text::before, .solution .section2 .item-text::after {
  position: absolute;
  content: "";
  width: 2.1428571429em;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.solution .section2 .item-text::before {
  background: -webkit-linear-gradient(left, rgba(178, 182, 190, 0) 0%, #CCD0D8 100%);
  background: -moz-linear-gradient(left, rgba(178, 182, 190, 0) 0%, #CCD0D8 100%);
  background: -o-linear-gradient(left, rgba(178, 182, 190, 0) 0%, #CCD0D8 100%);
  background: linear-gradient(90deg, rgba(178, 182, 190, 0) 0%, #CCD0D8 100%);
  right: 100%;
}

.solution .section2 .item-text::after {
  background: -webkit-linear-gradient(right, rgba(178, 182, 190, 0) 0%, #CCD0D8 100%);
  background: -moz-linear-gradient(right, rgba(178, 182, 190, 0) 0%, #CCD0D8 100%);
  background: -o-linear-gradient(right, rgba(178, 182, 190, 0) 0%, #CCD0D8 100%);
  background: linear-gradient(270deg, rgba(178, 182, 190, 0) 0%, #CCD0D8 100%);
  left: 100%;
}

.solution-detail .section1 {
  padding-top: 0.72rem;
  padding-bottom: 0.8rem;
  background: url(/images/78.png) no-repeat center center/cover;
}

.solution-detail .section1 .my-title {
  margin-bottom: 0.3rem;
}

.solution-detail .section1 .text {
  text-align: center;
  color: #51545A;
  line-height: 1.8571428571;
  width: 760px;
  max-width: 100%;
  margin: 0 auto 0.55rem;
}

.solution-detail .section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: safe center;
  -moz-box-pack: safe center;
  -ms-flex-pack: safe center;
  justify-content: safe center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solution-detail .section1 .item {
  margin-bottom: 10px;
  width: 12.5em;
  min-height: 3.625em;
  background: url(/images/79.png) no-repeat center center/cover;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.solution-detail .section1 .item-title {
  color: #fff;
  position: relative;
  padding: 0 0.5em;
  line-height: 1.625;
}

.solution-detail .section1 .item-title::before, .solution-detail .section1 .item-title::after {
  position: absolute;
  content: "";
  width: 1.25em;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
}

.solution-detail .section1 .item-title::before {
  right: 100%;
}

.solution-detail .section1 .item-title::after {
  left: 100%;
}

.solution-detail .section1 .item-dot {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.3rem;
}

.solution-detail .section1 .item-dot s {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #1172A9;
  opacity: 0.8;
  margin: 0 0.1rem;
}

.solution-detail .section1 .item-dot::before, .solution-detail .section1 .item-dot::after {
  position: relative;
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-radius: 50%;
  background-color: #1172A9;
  opacity: 0.5;
}

.solution-detail .section2 {
  padding-top: 0.83rem;
  padding-bottom: 1rem;
  background: url(/images/80.png) no-repeat center center/cover;
}

.solution-detail .section2 .my-title {
  margin-bottom: 0.47rem;
}

.solution-detail .section2.status1 .content {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.solution-detail .section2.status1 .content .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  display: none;
}

.solution-detail .section2 .content {
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
  border: 2px solid #fff;
  border-radius: 0.12rem;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
}

.solution-detail .section3 {
  padding-top: 0.94rem;
  padding-bottom: 1rem;
  background: url(/images/82.png) no-repeat center center/cover;
}

.solution-detail .section3 .my-title {
  margin-bottom: 0.47rem;
}

.solution-detail .section3 .swiper {
  padding-bottom: 0.48rem;
}

.solution-detail .section3 .swiper-slide {
  min-height: 2.8rem;
  border-radius: 0.12rem;
  box-shadow: 0 0 0 1px #fff inset;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  padding: 0.47rem 0.2rem 0.2rem 0.4rem;
  cursor: pointer;
  -webkit-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  height: auto;
}

.solution-detail .section3 .swiper-slide:hover {
  box-shadow: 0 0 0 1px #1172A9 inset;
}

.solution-detail .section3 .swiper-slide:hover .slide-title {
  color: #1172A9;
}

.solution-detail .section3 .slide-title {
  line-height: 2.5;
  font-weight: bold;
  padding-bottom: 0.37rem;
  position: relative;
  margin-bottom: 0.23rem;
}

.solution-detail .section3 .slide-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #E8F0F4;
}

.solution-detail .section3 .slide-title span {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.0454545455em;
  height: 2.0454545455em;
  background: url(/images/83.png) no-repeat center center/cover;
  font-family: "shsb";
  color: #fff;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.08rem;
}

.solution-detail .section3 .slide-text {
  line-height: 1.8571428571;
  color: #51545A;
}

.solution-detail .section4 {
  background: #F4F8FF;
  padding-top: 0.94rem;
  padding-bottom: 1rem;
}

.solution-detail .section4 .my-title {
  margin-bottom: 0.47rem;
}

.solution-detail .section4 .swiper {
  padding-bottom: 0.48rem;
}

.solution-detail .section4 .swiper-slide {
  background-color: #fff;
  border-radius: 0.12rem;
  min-height: 2.4rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  padding: 20px;
  height: auto;
}

.solution-detail .section4 .swiper-slide:hover {
  box-shadow: 0 0 0 1px #1172A9 inset;
}

.solution-detail .section4 .swiper-slide:hover .slide-title {
  color: #1172A9;
}

.solution-detail .section4 .slide-icon {
  width: 2.2222222222em;
  margin-bottom: 0.22rem;
}

.solution-detail .section4 .slide-title {
  line-height: 1.3333333333;
  font-weight: bold;
  padding-bottom: 0.2rem;
  position: relative;
  margin-bottom: 0.13rem;
}

.solution-detail .section4 .slide-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.8em;
  height: 2px;
  background-color: #1172A9;
}

.solution-detail .section4 .slide-text {
  line-height: 1.8571428571;
  color: #51545A;
}

.solution-detail .section5 {
  padding-top: 0.93rem;
  padding-bottom: 1.13rem;
}

.solution-detail .section5 .my-title {
  margin-bottom: 0.47rem;
}

.solution-detail .section5 .swiper-wrapper {
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solution-detail .section5 .swiper-slide {
  width: 48.5714285714%;
  background-color: #F4F8FF;
  border-radius: 0.12rem;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
}

.solution-detail .section5 .slide-img {
  width: 2.5rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.solution-detail .section5 .slide-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.37rem 0.4rem 0.2rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.solution-detail .section5 .slide-title {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: 1.3333333333;
  padding-bottom: 0.23rem;
  border-bottom: 1px dashed #E5E5E5;
  margin-bottom: 0.18rem;
}

.solution-detail .section5 .slide-text {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  line-height: 2.1666666667;
  color: #51545A;
  overflow: auto;
}

.solution-detail .section6 .imgs {
  min-height: 6.5rem;
  padding: 1rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/images/188.png) no-repeat center center/cover;
}

.solution-detail .section6 .imgs .img {
  margin: 10px 0.6rem;
}

.solution-detail .section6 .imgs .img1 {
  background: url(/images/186.png) no-repeat center center/100% 100%;
  padding: 4px 4px 4px;
}

.solution-detail .section6 .imgs .img1 img {
  border-radius: 23px;
  border: 2px solid #000;
  background: #000;
}

.solution-detail .section6 .imgs .img2 {
  position: relative;
}

.solution-detail .section6 .imgs .img2 img:nth-child(2) {
  width: 84.8529411%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 4.8947368%;
}

.solution-detail .section6 .my-title {
  margin-bottom: 0.47rem;
}

.product-detail .section1 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.product-detail .section1 .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail .section1 .swiper {
  width: 6.6rem;
  border-radius: 0.12rem;
  background-color: #F0F0F0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-left: 0;
}

.product-detail .section1 .swiper-pagination {
  bottom: 0.15rem;
}

.product-detail .section1 .right {
  width: 47.1428571429%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.product-detail .section1 .title {
  line-height: 1.25;
  padding-bottom: 0.37rem;
  border-bottom: 1px dashed #CCCCCC;
  margin-bottom: 0.38rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail .section1 .title2 {
  line-height: 1.0833333333;
  color: #1172A9;
  margin-bottom: 0.29rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail .section1 .text {
  color: #51545A;
  line-height: 1.8571428571;
  overflow: auto;
}

.product-detail .section2 {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  background: #F4F8FF;
}

.product-detail .section2 .title {
  line-height: 1.3333333333;
  padding-bottom: 0.38rem;
  position: relative;
  margin-bottom: 0.41rem;
}

.product-detail .section2 .title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #E9EDF4;
}

.product-detail .section2 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-detail .section2 .item {
  box-shadow: 0 0 0 1px #E5E5E5 inset;
  border-radius: 6px;
  background-color: #fff;
  padding: 0.34rem 0.3rem 0.2rem 0.3rem;
  min-height: 1.55rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  width: 30.5555555556%;
  margin-right: 2.7777777778%;
  margin-bottom: 0.4rem;
}

.product-detail .section2 .item:nth-of-type(3n) {
  margin-right: 0;
}

.product-detail .section2 .item:hover {
  background: url(/images/92.png) no-repeat center center/cover;
  box-shadow: 0 0 0 1px #1172A9 inset;
}

.product-detail .section2 .item:hover .slide-title {
  color: #1172A9;
}

.product-detail .section2 .item:hover .slide-title::before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.product-detail .section2 .slide-title {
  line-height: 1.3333333333;
  padding-bottom: 0.18rem;
  border-bottom: 1px dashed #E5E5E5;
  margin-bottom: 0.15rem;
  position: relative;
}

.product-detail .section2 .slide-title::before {
  position: absolute;
  content: "";
  width: 0.05rem;
  height: 1em;
  background-color: #1172A9;
  top: 0.1666666667em;
  left: -0.3rem;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.product-detail .section2 .slide-text {
  line-height: 1.625;
  color: #51545A;
}

.product-detail .section3 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.product-detail .section3 .title {
  line-height: 1.3333333333;
  margin-bottom: 0.38rem;
}

.product-detail .section3 table {
  max-width: 100%;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  background-color: rgba(235, 243, 252, 0.5411764706);
  /* background: url(/images/69.png) no-repeat center center / cover; */
}

/* .product-detail .section3 thead tr {
  background: -webkit-linear-gradient(left, #44A4DB 0%, #1172A9 100%);
  background: -moz-linear-gradient(left, #44A4DB 0%, #1172A9 100%);
  background: -o-linear-gradient(left, #44A4DB 0%, #1172A9 100%);
  background: linear-gradient(90deg, #44A4DB 0%, #1172A9 100%);
} */
.product-detail .section3 tr.firstRow {
  background: -webkit-linear-gradient(left, #44A4DB 0%, #1172A9 100%);
  background: -moz-linear-gradient(left, #44A4DB 0%, #1172A9 100%);
  background: -o-linear-gradient(left, #44A4DB 0%, #1172A9 100%);
  background: linear-gradient(90deg, #44A4DB 0%, #1172A9 100%);
}

/* .product-detail .section3 th {
  color: #fff;
  line-height: 1.3333333333;
  padding: 0.18rem 10px;
} */
.product-detail .section3 tr.firstRow th, .product-detail .section3 tr.firstRow td {
  color: #fff !important;
  line-height: 1.3333333333 !important;
  padding: 0.18rem 10px !important;
}

/* .product-detail .section3 th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.2)!important;
} */
.product-detail .section3 tr.firstRow th + th, .product-detail .section3 tr.firstRow td + td {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.product-detail .section3 td {
  line-height: 1.3125;
  padding: 0.2rem 10px !important;
  text-align: center;
  border-left: 1px solid #DCE3E7 !important;
  border-bottom: 1px solid #DCE3E7 !important;
  background-color: transparent !important;
  border-right: none !important;
  border-top: none !important;
  color: #51545A !important;
}

.product-detail .section3 td:last-child {
  border-right: 1px solid #DCE3E7 !important;
}

/* .product-detail .section3 td:nth-child(1), .product-detail .section3 td:nth-child(3) {
  font-weight: bold;
  color: #333!important;
} */
.product-detail .section3 td.active {
  font-weight: bold;
  color: #333 !important;
}

.product-detail .section4 {
  padding-top: 0.75rem;
  padding-bottom: 1.08rem;
  background-color: #F4F8FF;
}

.product-detail .section4 .title {
  line-height: 1.3333333333;
  padding-bottom: 0.38rem;
  position: relative;
  margin-bottom: 0.41rem;
}

.product-detail .section4 .title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #E9EDF4;
}

.product-detail .section4 .swiper {
  padding-bottom: 30px;
}

.product-detail .section4 .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}

.product-detail .section4 .slide-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.product-detail .section4 .slide-title {
  line-height: 1.3636363636;
  position: relative;
  padding: 0 0.2rem;
}

.product-detail .section4 .slide-title::before, .product-detail .section4 .slide-title::after {
  position: absolute;
  content: "";
  width: 2.2727272727em;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.product-detail .section4 .slide-title::before {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  right: 100%;
}

.product-detail .section4 .slide-title::after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  left: 100%;
}

.product-detail {
  position: relative;
}

.product-detail .section5 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.1rem;
}

.product-detail .section5 .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-detail .section5 .box .my-more .my-more-icon {
  background-image: url(/images/svg/7.svg);
  width: 1.5em;
  height: 1.5em;
}

.case .section1 {
  padding-top: 0.72rem;
  padding-bottom: 0.8rem;
}

.case .section1 .my-title {
  margin-bottom: 0.45rem;
}

.case .section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}

.case .section1 .list::after {
  position: relative;
  content: "";
  width: 31.4285714286%;
}

.case .section1 .item {
  width: 31.4285714286%;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px rgba(30, 122, 174, 0.06);
  margin-bottom: 0.4rem;
}

.case .section1 .item-info {
  padding: 0.2rem 0.3rem;
  min-height: 2.7rem;
}

.case .section1 .item-logo {
  width: 9.0909090909em;
  margin-bottom: 0.14rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.case .section1 .item-title {
  padding-left: 0.35rem;
  position: relative;
  line-height: 1.3636363636;
  margin-bottom: 0.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.case .section1 .item-title::before {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 0.3636363636em;
  border-radius: 0.1rem;
  background-color: #E34528;
  left: 0;
  top: 0.5em;
}

.case .section1 .item-text {
  line-height: 1.8571428571;
  color: #51545A;
  overflow: auto;
  max-height: 11.1428571429em;
}

.case .section2 {
  background-color: #F4F8FF;
  padding-top: 0.72rem;
  padding-bottom: 1rem;
}

.case .section2 .my-title {
  margin-bottom: 0.42rem;
}

.case .section2 .swiper {
  padding-bottom: 0.2rem;
}

.case .section2 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case .section2 .item {
  width: 17.8571428571%;
  padding-top: 5.7142857143%;
  position: relative;
  margin-right: 2.6428571429%;
  margin-bottom: 0.38rem;
}

.case .section2 .item:nth-of-type(5n) {
  margin-right: 0;
}

.case .section2 .item-container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0.12rem;
  box-shadow: 0px 8px 20px 0px rgba(174, 191, 208, 0.16);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
}

.case .section2 .item-container p {
  padding: 0 8px;
  text-align: center;
  line-height: 1.3;
}

.join .section1 {
  padding-top: 0.72rem;
  padding-bottom: 1.5rem;
  background: -webkit-linear-gradient(top, #F4F8FF 0%, rgba(244, 248, 255, 0) 100%);
  background: -moz-linear-gradient(top, #F4F8FF 0%, rgba(244, 248, 255, 0) 100%);
  background: -o-linear-gradient(top, #F4F8FF 0%, rgba(244, 248, 255, 0) 100%);
  background: linear-gradient(180deg, #F4F8FF 0%, rgba(244, 248, 255, 0) 100%);
}

.join .section1 .my-title {
  margin-bottom: 0.42rem;
}

.join .section1 .select {
  margin-bottom: 0.4rem;
}

.join .section1 .select-item {
  padding-bottom: 0.13rem;
  margin: 0 0.3rem;
}

.join .section1 .lists {
  margin-bottom: 0.5rem;
}

.join .section1 .item {
  padding: 0 0.5rem;
  border-radius: 0.12rem;
  border: 1px solid #E5E5E5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.join .section1 .item + .item {
  margin-top: 0.15rem;
}

.join .section1 .item.active {
  border-color: #1172A9;
}

.join .section1 .item.active .item-top {
  border-bottom: 1px solid #E5E5E5;
}

.join .section1 .item.active .item-title {
  color: #1172A9;
}

.join .section1 .item.active .item-title::before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.join .section1 .item.active .item-btn span {
  color: #1172A9;
}

.join .section1 .item.active .item-icon {
  background-image: url(/images/svg/slideDown-icon.svg);
}

.join .section1 .item-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0.22rem 0 0.29rem;
}

.join .section1 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.join .section1 .item-title {
  line-height: 1.5;
  margin-bottom: 0.09rem;
  position: relative;
}

.join .section1 .item-title::before {
  position: absolute;
  content: "";
  left: -0.5rem;
  width: 0.06rem;
  height: 1em;
  top: 0.25em;
  background-color: #1172A9;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.join .section1 .item-text {
  color: #666;
  line-height: 1.5;
}

.join .section1 .item-text span + span {
  margin-left: 0.6rem;
}

.join .section1 .item-btn {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.1rem;
}

.join .section1 .item-btn span {
  color: #666;
}

.join .section1 .item-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.625em;
  height: 1.625em;
  background: url(/images/svg/slideUp-icon.svg) no-repeat center center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-left: 0.15rem;
}

.join .section1 .item-bottom {
  padding: 0.3rem 0 0.46rem;
  display: none;
}

.join .section1 .item-bottom-title {
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.join .section1 .item-bottom-text {
  line-height: 1.625;
  margin-bottom: 0.28rem;
}

.join .section1 .item-mail {
  line-height: 1.875;
  color: #1172A9;
}

.join .section1 .item-mail:hover {
  text-decoration: underline;
}

.join .section1 .item-mail img {
  display: inline-block;
  vertical-align: sub;
  width: 1.25em;
  margin-right: 0.08rem;
}

.join .section2 .my-title {
  margin-bottom: 0.45rem;
}

.join .section2 .content {
  background: url(/images/109.png) no-repeat center center/cover;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}

.join .section2 .swiper {
  padding-bottom: 30px;
}

.join .section2 .swiper-slide {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: auto;
}

.join .section2 .slide-info {
  padding: 0.3rem 0.26rem 0.3rem;
}

.join .section2 .slide-title {
  color: #1172A9;
  padding-bottom: 0.28rem;
  border-bottom: 1px dashed #E5E5E5;
  margin-bottom: 0.23rem;
  line-height: 1.3;
}

.join .section2 .slide-title img {
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  margin-right: 0.1rem;
  margin-top: 0.15em;
}

.join .section2 .slide-text {
  color: #51545A;
  line-height: 1.8571428571;
  overflow: auto;
  max-height: 9.2857142857em;
}

.join .section3 {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}

.join .section3 .my-title {
  margin-bottom: 0.45rem;
}

.join .section3 .swiper {
  padding-bottom: 38px;
}

.join .section3 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.join .section3 .swiper-slide .slide-left, .join .section3 .swiper-slide .slide-img {
  border-radius: 0.12rem;
}

.join .section3 .slide-left {
  width: 40%;
}

.join .section3 .slide-right {
  width: 59.2857142857%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.join .section3 .slide-top, .join .section3 .slide-bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.join .section3 .slide-top .slide-img:nth-child(1) {
  width: 56.6265060241%;
}

.join .section3 .slide-top .slide-img:nth-child(2) {
  width: 42.1686746988%;
}

.join .section3 .slide-bottom {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.join .section3 .slide-bottom::after {
  position: relative;
  content: "";
  width: 32.5301204819%;
}

.join .section3 .slide-bottom .slide-img {
  width: 32.5301204819%;
}

.about .section1 {
  padding-top: 0.72rem;
  padding-bottom: 1.12rem;
  background: -webkit-linear-gradient(top, #F4F8FF 0%, rgba(244, 248, 255, 0.5) 60%, rgba(244, 248, 255, 0) 100%);
  background: -moz-linear-gradient(top, #F4F8FF 0%, rgba(244, 248, 255, 0.5) 60%, rgba(244, 248, 255, 0) 100%);
  background: -o-linear-gradient(top, #F4F8FF 0%, rgba(244, 248, 255, 0.5) 60%, rgba(244, 248, 255, 0) 100%);
  background: linear-gradient(180deg, #F4F8FF 0%, rgba(244, 248, 255, 0.5) 60%, rgba(244, 248, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: top center;
  -o-background-size: 100% 9.5rem;
  background-size: 100% 9.5rem;
}

.about .section1 .my-title {
  margin-bottom: 0.45rem;
}

.about .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0.5rem;
}

.about .section1 .left {
  width: 50%;
  border-radius: 12px;
  position: relative;
}

.about .section1 .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.about .section1 .icon {
  width: 4em;
}

.about .section1 .right {
  width: 45.7142857143%;
  line-height: 1.8571428571;
  color: #51545A;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.about .section1 .right p + p {
  margin-top: 1.2857142857em;
}

.about .section1 .my-list1 {
  margin-bottom: 0.62rem;
}

.about .section1 .title {
  text-align: center;
  line-height: 1.3333333333;
  margin-bottom: 0.46rem;
}

.about .section1 .title span {
  display: inline-block;
  padding: 0 0.2rem;
  position: relative;
}

.about .section1 .title span::before, .about .section1 .title span::after {
  position: absolute;
  content: "";
  width: 2.6666666667em;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about .section1 .title span::before {
  background: -webkit-linear-gradient(left, rgba(17, 114, 169, 0) 0%, #1172A9 100%);
  background: -moz-linear-gradient(left, rgba(17, 114, 169, 0) 0%, #1172A9 100%);
  background: -o-linear-gradient(left, rgba(17, 114, 169, 0) 0%, #1172A9 100%);
  background: linear-gradient(90deg, rgba(17, 114, 169, 0) 0%, #1172A9 100%);
  right: 100%;
}

.about .section1 .title span::after {
  background: -webkit-linear-gradient(left, #1172A9 0%, rgba(17, 114, 169, 0) 100%);
  background: -moz-linear-gradient(left, #1172A9 0%, rgba(17, 114, 169, 0) 100%);
  background: -o-linear-gradient(left, #1172A9 0%, rgba(17, 114, 169, 0) 100%);
  background: linear-gradient(90deg, #1172A9 0%, rgba(17, 114, 169, 0) 100%);
  left: 100%;
}

.about .section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.about .section1 .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 16.7142857143%;
}

.about .section1 .item:last-child {
  border-radius: 0 12px 12px 0;
  overflow: hidden;
}

.about .section1 .item:first-child .item-noactive, .about .section1 .item:first-child .item-active {
  border-radius: 12px 0 0 12px;
}

.about .section1 .item:last-child .item-noactive, .about .section1 .item:last-child .item-active {
  border-radius: 0 12px 12px 0;
}

.about .section1 .item.active {
  width: 33.1428571429%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about .section1 .item.active .item-noactive {
  opacity: 0;
}

.about .section1 .item.active .item-active {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.about .section1 .item-noactive {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #E5E5E5;
  padding: 0 0.24rem;
}

.about .section1 .item-noactive .item-title {
  text-align: center;
  color: #1172A9;
}

.about .section1 .item-title {
  line-height: 1.5555555556;
}

.about .section1 .item-active {
  background: -webkit-linear-gradient(350deg, #44A4DB 0.03%, #1172A9 99.97%);
  background: -moz-linear-gradient(350deg, #44A4DB 0.03%, #1172A9 99.97%);
  background: -o-linear-gradient(350deg, #44A4DB 0.03%, #1172A9 99.97%);
  background: linear-gradient(100deg, #44A4DB 0.03%, #1172A9 99.97%);
  color: #fff;
  padding: 0.45rem 0.4rem 0.3rem;
  min-height: 2.2rem;
  opacity: 0;
  width: 198.2905982906%;
}

.about .section1 .item-active .item-title {
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  margin-bottom: 0.2rem;
}

.about .section1 .item-text {
  line-height: 1.5714285714;
}

.about .section2 .my-title {
  margin-bottom: 0.45rem;
}

.about .section2 .content {
  background: url(/images/123.png) no-repeat center center/cover;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.about .section2 .content .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.about .section2 .swiper {
  margin-left: 0;
  height: 5.52rem;
  margin-right: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.about .section2 .swiper-slide {
  padding-top: 0.85rem;
  padding-right: 0.24rem;
  height: auto;
}

.about .section2 .swiper-slide::before {
  position: absolute;
  content: "";
  width: 0.2692307692em;
  height: 0.2692307692em;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

.about .section2 .swiper-slide::after {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #fff;
  opacity: 0.5;
  top: 0.2692307692em;
  right: 0.1153846154em;
  bottom: 0.2692307692em;
}

.about .section2 .swiper-slide:first-child::after {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.about .section2 .swiper-slide:last-child::after {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.about .section2 .swiper-slide:last-child::before {
  display: none;
}

.about .section2 .swiper-slide.active .slide-title {
  -webkit-transform: scale(1) translateY(25%);
  -moz-transform: scale(1) translateY(25%);
  -ms-transform: scale(1) translateY(25%);
  -o-transform: scale(1) translateY(25%);
  transform: scale(1) translateY(25%);
}

.about .section2 .slide-title {
  cursor: pointer;
  -webkit-transform: scale(0.7) translateY(25%);
  -moz-transform: scale(0.7) translateY(25%);
  -ms-transform: scale(0.7) translateY(25%);
  -o-transform: scale(0.7) translateY(25%);
  transform: scale(0.7) translateY(25%);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  font-family: Arial;
}

.about .section2 .right {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about .section2 .my-toggle, .about .section2 .my-toggle-item {
  height: 100%;
}

.about .section2 .right-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.about .section2 .right-time {
  line-height: 2.0833333333;
}

.about .section2 .right-time span {
  position: relative;
  padding: 0 0.2rem;
  font-family: Arial;
}

.about .section2 .right-time span::before, .about .section2 .right-time span::after {
  position: absolute;
  content: "";
  width: 4.1666666667em;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}

.about .section2 .right-time span::before {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  right: 100%;
}

.about .section2 .right-time span::after {
  background: -webkit-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  left: 100%;
}

.about .section2 .right-title {
  line-height: 1.3285714286;
}

.about .section2 .right-text {
  line-height: 1.3636363636;
  opacity: 0.3;
}

.about .section3 {
  padding-top: 0.82rem;
  padding-bottom: 1rem;
}

.about .section3 .my-title {
  margin-bottom: 0.45rem;
}

.about .section3 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .section3 .select {
  width: 24.2857142857%;
  border-radius: 0.2rem;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
  padding: 0.39rem 0;
}

.about .section3 .select-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0.19rem 0 0.39rem;
  position: relative;
  cursor: pointer;
}

.about .section3 .select-item + .select-item {
  margin-top: 0.26rem;
}

.about .section3 .select-item.active::before, .about .section3 .select-item:hover::before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.about .section3 .select-item.active .select-icon, .about .section3 .select-item:hover .select-icon {
  background-image: url(/images/index20.png);
}

.about .section3 .select-item.active .select-title, .about .section3 .select-item:hover .select-title {
  color: #1172A9;
}

.about .section3 .select-item.active .select-arr, .about .section3 .select-item:hover .select-arr {
  opacity: 1;
}

.about .section3 .select-item::before {
  position: absolute;
  content: "";
  width: 0.04rem;
  height: 1em;
  top: 0.125em;
  left: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #1172A9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about .section3 .select-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.625em;
  height: 1.1875em;
  margin-top: 0.0625em;
  background: url(/images/index20-gray.png) no-repeat center center/100% 100%;
}

.about .section3 .select-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.3125;
  color: #51545A;
  padding: 0 5px 0 0.1rem;
}

.about .section3 .select-arr {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 0.75em;
  margin-top: 0.25em;
  opacity: 0;
}

.about .section3 .right {
  width: 72.8571428571%;
}

.about .section3 .right-item {
  border: 1px solid #1172A9;
  border-radius: 0.3rem;
  min-height: 100%;
  padding: 0.47rem 0.5rem 0.2rem;
}

.about .section3 .right-title {
  line-height: 1.3333333333;
  color: #1172A9;
  padding-bottom: 0.38rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.34rem;
}

.about .section3 .active1-text {
  line-height: 1.7142857143;
  color: #51545A;
  margin-bottom: 0.26rem;
}

.about .section3 .active1-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about .section3 .active1-item {
  width: 45%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about .section3 .active1-item-title {
  line-height: 1.3125;
  color: #1172A9;
  margin-top: 0.07rem;
  margin-right: 0.5rem;
}

.about .section3 .active1-ul {
  list-style: none;
  line-height: 2.2857142857;
  color: #51545A;
}

.about .section3 .active1-li::before {
  content: "●";
  font-size: 0.5em;
  vertical-align: middle;
  margin: 0 0.08rem;
}

.about .section3 .right-active2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about .section3 .right-active2.status1 .active2-item {
  width: 100%;
}

.about .section3 .right-active3 .right-img {
  max-height: 65vh;
  overflow: auto;
  text-align: center;
}

.about .section3 .right-active3 .right-img .img1 {
  width: 80%;
}

.about .section3 .right-active3 .right-img img {
  margin: 0 auto;
}

.about .section3 .active2-item {
  width: 44.2105263158%;
  padding-bottom: 0.25rem;
  border-bottom: 1px dashed #E5E5E5;
  margin-bottom: 0.26rem;
}

.about .section3 .active2-title {
  line-height: 1.3125;
  margin-bottom: 0.12rem;
}

.about .section3 .active2-text {
  line-height: 1.8571428571;
  color: #51545A;
}

.about .section4 {
  background: url(/images/124.png) no-repeat center center/cover;
  min-height: 10.2rem;
  padding-top: 0.72rem;
  padding-bottom: 1rem;
}

.about .section4 .my-title {
  margin-bottom: 0.55rem;
}

.about .section4 .swiper {
  padding-bottom: 0.17rem;
}

.about .section4 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about .section4 .item {
  width: 22.8571428571%;
  margin-bottom: 0.28rem;
  margin-right: 2.8571428571%;
}

.about .section4 .item:nth-of-type(4n) {
  margin-right: 0;
}

.about .section4 .item:hover .item-title {
  color: #1172A9;
}

.about .section4 .item-img {
  border-radius: 12px;
  border: 0.05rem solid #E5E5E5;
  margin-bottom: 0.22rem;
}

.about .section4 .item-title {
  line-height: 1.3125;
  min-height: 2.625em;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.about .section5 .my-title {
  margin-bottom: 0.45rem;
}

.about .section5 .item {
  width: 17.8571428571%;
  margin-right: 2.6428571429%;
}

.about .section5 .item:nth-of-type(4n) {
  margin-right: 2.6428571429%;
}

.about .section5 .item:nth-of-type(5n) {
  margin-right: 0;
}

.about .section5 .item-img {
  width: 64%;
  margin-left: auto;
  margin-right: auto;
}

.about .section6 {
  background-color: #F4F8FF;
  padding-top: 0.74rem;
  overflow: hidden;
  min-height: 11rem;
}

.about .section6 .my-title {
  margin-bottom: 0.46rem;
  position: relative;
  z-index: 5;
}

.about .section6 .title {
  color: #1172A9;
  margin-bottom: 1.18rem;
  position: relative;
  z-index: 6;
  text-align: center;
}

.about .section6 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 0.79rem;
  position: relative;
}

.about .section6 .left {
  width: 43.2142857143%;
  position: relative;
  z-index: 3;
}

.about .section6 .left .dot {
  position: absolute;
  width: 148.7603305785%;
  padding-top: 148.7603305785%;
  left: 50%;
  top: -47%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #FFF 0%, #BBDFFC 100%);
  background: -moz-radial-gradient(50% 50%, 50% 50%, #FFF 0%, #BBDFFC 100%);
  background: -o-radial-gradient(50% 50%, 50% 50%, #FFF 0%, #BBDFFC 100%);
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #BBDFFC 100%);
  box-shadow: 10px 20px 50px 0px rgba(238, 243, 251, 0.1);
  border-radius: 50%;
}

.about .section6 .left .swiper {
  margin-top: 0.46rem;
}

.about .section6 .left .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about .section6 .left .item {
  width: 19.8347107438%;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgba(30, 122, 174, 0.1);
  margin-right: 6.7768595041%;
  margin-bottom: 0.4rem;
}

.about .section6 .left .item:nth-of-type(4n) {
  margin-right: 0;
}

.about .section6 .title2 {
  line-height: 1.3636363636;
  color: #1172A9;
  margin-bottom: 0.2rem;
  position: relative;
}

.about .section6 .title2 img {
  width: 1.4090909091em;
  display: inline-block;
  vertical-align: middle;
}

.about .section6 .text {
  line-height: 1.8571428571;
  color: #51545A;
  position: relative;
}

.about .section6 .right {
  position: relative;
  width: 43.2142857143%;
  z-index: 3;
}

.about .section6 .right .title {
  visibility: hidden;
}

.about .section6 .right .swiper {
  position: absolute;
  width: 17.8571428571%;
  height: 17.8571428571%;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgba(30, 122, 174, 0.1);
}

.about .section6 .right .swiper:nth-of-type(12n + 1) {
  top: 0;
  left: 41.0714285714%;
}

.about .section6 .right .swiper:nth-of-type(12n + 2) {
  top: 5.3571428571%;
  left: 61.6071428571%;
}

.about .section6 .right .swiper:nth-of-type(12n + 3) {
  top: 22.3214285714%;
  left: 76.7857142857%;
}

.about .section6 .right .swiper:nth-of-type(12n + 4) {
  top: 42.6785714286%;
  right: 0;
}

.about .section6 .right .swiper:nth-of-type(12n + 5) {
  top: 63.2142857143%;
  left: 76.7857142857%;
}

.about .section6 .right .swiper:nth-of-type(12n + 6) {
  top: 76.6071428571%;
  left: 61.6071428571%;
}

.about .section6 .right .swiper:nth-of-type(12n + 7) {
  bottom: 0;
  left: 41.0714285714%;
}

.about .section6 .right .swiper:nth-of-type(12n + 8) {
  top: 78.3928571429%;
  left: 20.5357142857%;
}

.about .section6 .right .swiper:nth-of-type(12n + 9) {
  top: 63.2142857143%;
  left: 5.3571428571%;
}

.about .section6 .right .swiper:nth-of-type(12n + 10) {
  top: 42.6785714286%;
  left: 0;
}

.about .section6 .right .swiper:nth-of-type(12n + 11) {
  top: 22.3214285714%;
  left: 5.3571428571%;
}

.about .section6 .right .swiper:nth-of-type(12n + 12) {
  top: 5.3571428571%;
  left: 20.5357142857%;
}

.about .section6 .right .swiper-pagination {
  bottom: 1%;
}

.about .section6 .right .logo {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26.7857142857%;
  height: 26.7857142857%;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(30, 122, 174, 0.1);
}

.about .section6 .right .logo img {
  width: 66.6666666667%;
}

.about .section6 .swipers {
  width: 92.5619834711%;
  padding-top: 92.5619834711%;
  margin: 0.42rem auto 0;
  position: relative;
}

.about .section6 .swipers-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about .section6 .swipers-container::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 82.1428571429%;
  height: 82.1428571429%;
  border-radius: 50%;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(17, 114, 169, 0.06) 100%);
  background: -moz-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(17, 114, 169, 0.06) 100%);
  background: -o-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(17, 114, 169, 0.06) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(17, 114, 169, 0.06) 100%);
  border: 2px solid #1172A9;
}

.about .section6 .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: initial;
  width: 137.1428571429%;
}

.about .section7 {
  padding-top: 0.72rem;
  padding-bottom: 1rem;
}

.about .section7 .my-title {
  margin-bottom: 0.45rem;
}

.about .section7 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 5rem;
  background: url(/images/143.png) no-repeat center center/cover;
  border-radius: 0.3rem;
  position: relative;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 5px;
}

.about .section7 .content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.15;
  border-radius: 0.3rem;
}

.about .section7 .title {
  position: relative;
  line-height: 1.3333333333;
  padding-bottom: 0.27rem;
  margin-bottom: 0.23rem;
}

.about .section7 .title::before {
  position: absolute;
  content: "";
  width: 1.9em;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about .section7 .text {
  position: relative;
  line-height: 1.8571428571;
  margin-bottom: 0.35rem;
}

.about .section8 {
  padding-top: 0.72rem;
  padding-bottom: 1rem;
  background-color: #F4F8FF;
}

.about .section8 .my-title {
  margin-bottom: 0.45rem;
}

.about .section8 .content {
  border-radius: 0.2rem;
  border: 1px solid #1172A9;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #fff;
}

.about .section8 .left {
  width: 61.4285714286%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
}

.about .section8 .left-logo {
  position: absolute;
}

.about .section8 .left-logo {
  position: absolute;
  width: 6.8604651163%;
  left: 48.488372093%;
  top: 42.7027027027%;
}

.about .section8 .left-logo::before {
  position: absolute;
  content: "";
  width: 160%;
  height: 160%;
  background-color: #1172A9;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-animation-name: dot1;
  -moz-animation-name: dot1;
  -o-animation-name: dot1;
  animation-name: dot1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}

.about .section8 .left-logo .left-img2 {
  position: relative;
}

.about .section8 .info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.5rem 4.2857142857% 0.2rem;
}

.about .section8 .logo {
  width: 11.25em;
  margin-bottom: 0.23rem;
}

.about .section8 .ul {
  border-top: 1px solid #E8F0F4;
  padding-top: 0.23rem;
}

.about .section8 .li {
  color: #51545A;
  line-height: 1.8571428571;
}

.about .section8 .li + .li {
  margin-top: 0.08rem;
}

.about .section8 .li a:hover {
  color: #1172A9;
  text-decoration: underline;
}

.about .section8 .li::before {
  content: "●";
  font-size: 0.5em;
  vertical-align: middle;
  margin-right: 0.08rem;
}

.about .section8 .ul1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.35rem;
}

.about .section8 .li1 + .li1 {
  margin-left: 0.35rem;
}

.about .section8 .li1-img {
  width: 6.25em;
  height: 6.25em;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
}

.about .section8 .li1-title {
  text-align: center;
  color: #51545A;
  line-height: 2.1666666667;
  margin-top: 2px;
}

.news .section1 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #F4F8FF;
}

.news .section1 .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.news .section1 .left {
  width: 48.9285714286%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.news .section1 .swiper-slide {
  border-radius: 0.2rem;
}

.news .section1 .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 38.81%, rgba(17, 114, 169, 0.9) 65.08%, #1172A9 91.36%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 38.81%, rgba(17, 114, 169, 0.9) 65.08%, #1172A9 91.36%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 38.81%, rgba(17, 114, 169, 0.9) 65.08%, #1172A9 91.36%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 38.81%, rgba(17, 114, 169, 0.9) 65.08%, #1172A9 91.36%);
  z-index: 2;
}

.news .section1 .slide-content {
  position: absolute;
  z-index: 3;
  left: 4.9635036496%;
  right: 4.9635036496%;
  bottom: 6.1016949153%;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news .section1 .slide-icon {
  width: 1.3em;
  margin-right: 0.1rem;
  margin-top: 0.15em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news .section1 .slide-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.news .section1 .slide-title {
  line-height: 1.3;
  margin-bottom: 0.13rem;
}

.news .section1 .slide-text {
  line-height: 1.8571428571;
  margin-bottom: 0.1rem;
}

.news .section1 .slide-time {
  line-height: 1.5714285714;
}

.news .section1 .slide-time img {
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.06rem;
  width: 1.2857142857em;
}

.news .section1 .swiper-pagination {
  bottom: -0.28rem;
}

.news .section1 .right {
  width: 48.9285714286%;
  margin-left: auto;
  min-height: 5.9rem;
}

.news .section1 .item {
  border-radius: 0.2rem;
  overflow: hidden;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.news .section1 .item + .item {
  margin-top: 0.3rem;
}

.news .section1 .item:hover .item-title {
  color: #1172A9;
}

.news .section1 .item-img {
  width: 48.1751824818%;
  padding-top: 40.8759124088%;
  position: relative;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news .section1 .item-img img {
  position: absolute;
  top: 0;
  left: 0;
}

.news .section1 .item-content {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.55rem 7.299270073% 0.3rem 4.3795620438%;
}

.news .section1 .item-icon {
  width: 1.3em;
  margin-right: 0.1rem;
  margin-top: 0.2em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news .section1 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.news .section1 .item-title {
  line-height: 1.4;
  margin-bottom: 0.17rem;
}

.news .section1 .item-text {
  line-height: 1.5714285714;
  margin-bottom: 0.22rem;
  color: #51545A;
}

.news .section1 .item-time {
  line-height: 1.5714285714;
  color: #51545A;
}

.news .section1 .item-time img {
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.06rem;
  width: 1.2857142857em;
}

.news .section2 {
  padding-top: 0.76rem;
  padding-bottom: 1rem;
}

.news .section2 .list {
  margin-bottom: 0.5rem;
}

.news .section2 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.36rem 0;
  border-bottom: 1px solid #E8F0F4;
}

.news .section2 .item:first-child {
  padding-top: 0;
}

.news .section2 .item:hover .item-title {
  color: #1172A9;
}

.news .section2 .item-icon {
  width: 1.3em;
  margin-right: 0.1rem;
  margin-top: 0.2em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.news .section2 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.news .section2 .item-title {
  line-height: 1.3;
  margin-bottom: 0.13rem;
}

.news .section2 .item-text {
  line-height: 1.8571428571;
  margin-bottom: 0.15rem;
  color: #51545A;
}

.news .section2 .item-time {
  line-height: 1.5714285714;
  color: #51545A;
}

.news .section2 .item-time img {
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.06rem;
  width: 1.2857142857em;
}

.new-detail {
  background-color: #F4F8FF;
}

.new-detail .section1 {
  padding-top: 0.79rem;
  padding-bottom: 1rem;
}

.new-detail .section1 .box {
  background-color: #fff;
  border-radius: 0.2rem;
  padding-top: 0.73rem;
  padding-bottom: 0.6rem;
}

.new-detail .section1 .container {
  max-width: 1200px;
  width: 85.7142857143%;
  margin: 0 auto;
}

.new-detail .section1 .title {
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 0.33rem;
}

.new-detail .section1 .info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0.38rem;
  color: #51545A;
}

.new-detail .section1 .info s {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 18px;
  background-color: #DBDBDB;
  margin: 0 0.3rem;
}

.new-detail .section1 .info-item img {
  display: inline-block;
  vertical-align: sub;
  margin-right: 8px;
}

.new-detail .section1 .content {
  line-height: normal;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-top: 1px dashed #CCCCCC;
  border-bottom: 1px dashed #CCCCCC;
}

.new-detail .section1 .content img {
  display: inline-block;
}

.new-detail .section1 .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.5rem;
}

.new-detail .section1 .bottom .item {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  line-height: 1.3125;
  color: #666666;
}

.new-detail .section1 .bottom .item::before {
  content: "●";
  margin-right: 0.09rem;
}

.new-detail .section1 .bottom .item:hover {
  color: #1172A9;
}

.new-detail .section1 .bottom .item:last-child {
  text-align: right;
}

.new-detail .section1 .bottom .btn {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0 10px;
  line-height: 3.5714285714;
  padding: 0 0.5rem;
  border-radius: 30px;
  box-shadow: 0 0 0 1px #1172A9 inset;
  color: #1172A9;
}

.new-detail .section1 .bottom .btn:hover {
  background-color: #1172A9;
  color: #fff;
}

.report {
  background: url(/images/171.png) no-repeat center center/cover;
}

.report .section1 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  height: 100%;
}

.report .section1 .container {
  padding: 0.63rem 7.1428571429% 0.74rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.report .section1 .title {
  line-height: 1.3125;
  text-align: center;
  padding-bottom: 0.37rem;
  border-bottom: 1px dashed #CCCCCC;
}

.report .section1 .list {
  margin-top: 0.36rem;
}

.report .section1 .item + .item {
  margin-top: 0.35rem;
}

.report .section1 .item-title {
  color: #1172A9;
  line-height: 1.4;
  margin-bottom: 0.21rem;
}

.report .section1 .item-title::before {
  content: "●";
  font-size: 0.5em;
  vertical-align: middle;
  margin-right: 0.12rem;
}

.report .section1 ul {
  list-style-type: none;
  line-height: 1.6111111111;
  color: #51545A;
}

.report .section1 li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.report .section1 li span:nth-child(1) {
  display: inline-block;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 0.4em;
  margin-right: 0.12rem;
}

.report .section1 li + li {
  margin-top: 0.19rem;
}

.report .section1 li a:hover {
  color: #1172A9;
  text-decoration: underline;
}

.search .section1 {
  background-color: #F4F8FF;
}

.search .section1 .box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search .section1 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.search .section1 .select-item {
  line-height: 4.8888888889;
  color: #51545A;
  margin-right: 0.82rem;
  position: relative;
  cursor: pointer;
}

.search .section1 .select-item:hover, .search .section1 .select-item.active {
  color: #1172A9;
}

.search .section1 .select-item:hover::before, .search .section1 .select-item.active::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.search .section1 .select-item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #1172A9;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.search .section1 .input {
  position: relative;
}

.search .section1 .input input {
  width: 3rem;
  line-height: 2.4444444444;
  padding: 0 0.44rem 0 0.2rem;
  border-radius: 25px;
  background-color: #E9EFFA;
  font-size: inherit;
  border: none;
  outline: none;
  box-shadow: 0 0 0 1px #fff inset;
}

.search .section1 .input .input-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4444444444em;
  height: 2.4444444444em;
  border-radius: 50%;
  background: #1172A9 url(../images/svg/search-white.svg) no-repeat center center;
  -o-background-size: 40.9090909091% auto;
  background-size: 40.9090909091% auto;
  cursor: pointer;
}

.search .section2 {
  padding-top: 0.67rem;
  padding-bottom: 1rem;
  background: url(/images/14.png) no-repeat center center/cover;
}

.search .section2 .product .section1 {
  padding-top: 0;
  background: none;
  padding-bottom: 0;
}

.search .section2 .product .section1 .item3-li {
  width: 25%;
  border: 1px solid #fff;
}

.search .section2 .product .section1 .item3-li:nth-of-type(3n) {
  border: 1px solid #fff;
}

.search .section2 .product .list3 {
  background: none;
  border-width: 1px;
}

.search .section2 .case .section1 {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}

.search .section2 .news .section2 {
  padding-top: 0;
  padding-bottom: 0;
}

.search .section2 .page {
  margin-top: 0.5rem;
}

#solution-modal .modal1-close{
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(110%, -50%);
  -moz-transform: translate(110%, -50%);
  -ms-transform: translate(110%, -50%);
  -o-transform: translate(110%, -50%);
  transform: translate(110%, -50%);
  width: 1.8571428571em;
  cursor: pointer;
}

#solution-modal .my-solution{
  background: none;
  overflow: initial;
}
#solution-modal .item-li-content{
  display: block;
  transform: none;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  max-width: 100%;
}

@media screen and (max-width: 1300px) {
  .footer .top .nav-item + .nav-item {
    margin-left: 0.65rem;
  }
  .about .section8 .info {
    padding: 0.5rem 24px 0.2rem;
  }
  .about .section8 .li1 + .li1 {
    margin-left: 10px;
  }
  .about .section8 .left-logo {
    top: 45.045045045%;
  }
}
@media screen and (max-width: 1050px) {
  .wow {
    opacity: 1;
  }
  .a_dw {
    top: -50px;
  }
  header {
    position: sticky;
  }
  .mhead {
    position: relative;
  }
  .footer .top .nav {
    display: none;
  }
  .footer .top .left {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer .top .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .top .li + .li {
    margin-left: 10px;
  }
  .footer .bottom .box {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer .bottom .box p {
    margin: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .section5 {
    display: none;
  }
  .product-detail .section5 .box {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .my-nav .nav-item {
    margin: 0 20px;
  }
  .my-banner .banner-img1 {
    display: none;
  }
  .my-banner .banner-img2 {
    display: block;
  }
  .padding50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .my-modal1 {
    width: 100%;
  }
  .my-modal1 table {
    max-width: 100%;
    table-layout: fixed;
  }
  .my-modal1 table td {
    word-wrap: break-word;
    width: auto;
    white-space: break-spaces;
  }
  .my-modal1 table a {
    word-break: break-all;
  }
  .my-list1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .my-list1 .list-item {
    width: 32%;
    margin-bottom: 10px;
  }
  .my-solution {
    overflow: auto;
  }
  .my-solution .solution-item {
    min-width: 800px;
  }
  .my-solution .item-more {
    right: 5%;
    bottom: 5%;
  }
  .my-solution .item-more.active {
    opacity: 1;
  }
  .my-solution .item-li-content {
    -webkit-transform: translateY(-85%);
    -moz-transform: translateY(-85%);
    -ms-transform: translateY(-85%);
    -o-transform: translateY(-85%);
    transform: translateY(-85%);
    display: none;
  }
  .my-solution .item-li-dots:hover .item-li-content {
    -webkit-transform: translateY(-90%);
    -moz-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    -o-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  .my-solution .item-li-content-container {
    width: 200px;
  }
  .my-select {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .my-select .select-item {
    margin: 0;
  }
  .index .section1 .slide-video {
    padding-top: 0;
    bottom: 0;
    background-color: transparent;
  }
  .index .section1 .slide-video video {
    display: none;
  }
  .index .section1 .slide-video + .content {
    display: none;
  }
  .index .section1 .slide-video-icon {
    display: block;
  }
  .index .section1 .slide-img1 {
    display: none;
  }
  .index .section1 .slide-img2 {
    display: block;
  }
  .index .section1 .title {
    font-size: 30px;
  }
  .index .section2 .content {
    padding-top: 30px;
    position: relative;
    padding-bottom: 20px;
    background-color: #F4F8FF;
  }
  .index .section2 .select {
    overflow: auto;
  }
  .index .section2 .select-item {
    white-space: nowrap;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    -ms-flex-preferred-size: initial;
    -webkit-flex-basis: initial;
            flex-basis: initial;
    width: 66%;
  }
  .index .section2 .item {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .index .section3 .product-container .list2 .swiper {
    padding-bottom: 20px;
  }
  .index .section3 .product-container .list2 .swiper-pagination {
    bottom: 5px;
  }
  .index .section3 .product-container .list2 .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .index .section3 .product-container .list3 .swiper-pagination {
    bottom: 5px;
  }
  .index .section4 .swiper {
    padding-bottom: 30px;
  }
  .index .section4 .more {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .index .section4 .select {
    margin-bottom: 20px;
  }
  .index .section4 .select-item + .select-item {
    margin-left: 16px;
  }
  .index .section4 .swiper-slide {
    width: 100%;
    height: auto;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .index .section4 .slide-img {
    width: 100%;
  }
  .index .section4 .slide-info {
    margin-bottom: auto;
  }
  .index .section4 .slide-text {
    height: auto;
    max-height: 14.8571428571em;
  }
  .index .section4 .item-li {
    width: 180px;
    height: 60px;
  }
  .index .section5 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section5 .left {
    margin-bottom: 20px;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .index .section5 .left, .index .section5 .right {
    width: 100%;
  }
  .index .section6 .list {
    display: none;
  }
  .index .section6 .my-list1 {
    position: relative;
    margin-top: 220px;
  }
  .index .section7 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section7 .left, .index .section7 .right {
    width: 100%;
  }
  .index .section7 .right {
    margin-top: 20px;
    position: relative;
  }
  .product .section1 .my-title, .product .product-container .my-title {
    width: 100%;
  }
  .product .section1 .content, .product .product-container .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product .section1 .select, .product .product-container .select {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product .section1 .select-item, .product .product-container .select-item {
    margin-right: 8px;
    margin-bottom: 8px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    white-space: nowrap;
  }
  .product .section1 .left, .product .product-container .left {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .product .section1 .right, .product .product-container .right {
    width: 100%;
  }
  .product .section1 .item2-li, .product .section1 .item3-li, .product .product-container .item2-li, .product .product-container .item3-li {
    width: 100%;
  }
  .service .section1 .my-active2 {
    overflow: auto;
  }
  .service .section1 .my-active2 .active-container {
    position: relative;
    width: 800px;
    max-width: initial;
  }
  .service .section1 .my-active2 .active-li {
    width: 7px;
    height: 7px;
  }
  .service .section1 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service .section1 .item {
    width: 100%;
  }
  .service .section1 .item + .item {
    margin-top: 30px;
  }
  .service .section1 .item + .item::before {
    display: none;
  }
  .solution .section1 .text {
    width: 100%;
  }
  .solution .section1 .content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #F4F8FF;
  }
  .solution .section2 .list {
    overflow: auto;
  }
  .solution .section2 .item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    width: 200px;
    min-height: 40px;
  }
  .solution-detail .section1 .list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .solution-detail .section1 .item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .solution-detail .section1 .item-dot {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .solution-detail .section2 .content {
    padding: 10px;
  }
  .solution-detail .section2.status1 .content .video-icon {
    display: block;
  }
  .solution-detail .section5 .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .solution-detail .section5 .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    width: 250px;
    display: block;
  }
  .solution-detail .section5 .slide-img {
    width: 100%;
    height: auto;
  }
  .solution-detail .section5 .slide-text {
    height: auto;
  }
  .solution-detail .section6 {
    overflow: hidden;
  }
  .solution-detail .section6 .img {
    /* max-width: initial;
    width: 150%;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%); */
  }
  .product-detail .section1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-detail .section1 .swiper {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-detail .section1 .right {
    position: relative;
    width: 100%;
  }
  .product-detail .section2 .swiper {
    padding-bottom: 20px;
  }
  .product-detail .section2 .swiper-slide {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product-detail .section2 .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .product-detail .section3 .content {
    overflow: auto;
  }
  .product-detail .section3 table {
    min-width: 800px;
  }
  .case .section1 .item {
    width: 100%;
  }
  .case .section2 .swiper-slide {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .case .section2 .item {
    width: 48%;
    padding-top: 15.36%;
    margin-right: 0;
  }
  .join .section1 .select {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .join .section1 .item-btn span:nth-child(1) {
    display: none;
  }
  .join .section3 .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .join .section3 .slide-left, .join .section3 .slide-right {
    width: 100%;
  }
  .join .section3 .slide-left {
    margin-bottom: 5px;
  }
  .join .section3 .slide-right {
    position: relative;
  }
  .join .section3 .slide-top {
    margin-bottom: 5px;
  }
  .about .section1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .section1 .left, .about .section1 .right {
    width: 100%;
  }
  .about .section1 .right {
    margin-top: 15px;
    position: relative;
    max-height: 50vh;
  }
  .about .section1 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about .section1 .item {
    width: 49%;
    margin-bottom: 15px;
  }
  .about .section1 .item.active {
    width: 49%;
  }
  .about .section1 .item:first-child .item-active, .about .section1 .item:last-child .item-active {
    border-radius: 12px;
  }
  .about .section1 .item-noactive {
    display: none;
  }
  .about .section1 .item-active {
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    border-radius: 12px;
    padding: 0.45rem 15px 0.3rem;
  }
  .about .section2 .content .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .section2 .content .left, .about .section2 .content .right {
    width: 100%;
  }
  .about .section2 .content .left {
    margin-bottom: 20px;
  }
  .about .section2 .content .swiper {
    height: auto;
  }
  .about .section2 .content .swiper-slide {
    padding-top: 20px;
    padding-right: 0;
  }
  .about .section2 .content .swiper-slide::after {
    left: 0.2692307692em;
    bottom: 0.1153846154em;
    top: auto;
    height: 1px;
    right: 0.2692307692em;
    width: auto;
  }
  .about .section2 .content .swiper-slide::before {
    -webkit-transform: translateY(0) translateX(50%);
    -moz-transform: translateY(0) translateX(50%);
    -ms-transform: translateY(0) translateX(50%);
    -o-transform: translateY(0) translateX(50%);
    transform: translateY(0) translateX(50%);
  }
  .about .section2 .content .swiper-slide:first-child::after {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  }
  .about .section2 .content .swiper-slide:last-child::after {
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  }
  .about .section2 .content .swiper-slide:last-child::before {
    display: none;
  }
  .about .section2 .content .slide-title {
    margin-bottom: 25px;
    text-align: right;
    width: 100%;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
  }
  .about .section3 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .section3 .select, .about .section3 .right {
    width: 100%;
  }
  .about .section3 .select {
    margin-bottom: 20px;
  }
  .about .section3 .active1-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .section3 .active1-item {
    width: 100%;
  }
  .about .section3 .active1-item + .active1-item {
    margin-top: 15px;
  }
  .about .section4 .swiper-slide {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about .section4 .item {
    width: 49%;
    margin-right: 0;
  }
  .about .section5 .item:nth-of-type(5n), .about .section5 .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .about .section6 .my-title {
    margin-bottom: 100px;
  }
  .about .section6 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .section6 .left, .about .section6 .right {
    width: 100%;
  }
  .about .section6 .right {
    margin-top: 50px;
  }
  .about .section6 .swipers {
    width: 100%;
    padding-top: 100%;
  }
  .about .section8 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .section8 .left, .about .section8 .info {
    width: 100%;
  }
  .news .section1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news .section1 .left, .news .section1 .right {
    width: 100%;
  }
  .news .section1 .left {
    position: relative;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .news .section1 .right {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  .news .section1 .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news .section1 .item-img, .news .section1 .item-content {
    width: 100%;
  }
  .new-detail .section1 .info {
    line-height: 2;
  }
  .new-detail .section1 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .new-detail .section1 .bottom .item {
    width: 100%;
  }
  .new-detail .section1 .bottom .item:first-child {
    margin-bottom: 10px;
  }
  .new-detail .section1 .bottom .item:last-child {
    text-align: left;
  }
  .new-detail .section1 .bottom .btn {
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .search .section1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .search .section1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search .section1 .input {
    width: 100%;
    margin-top: 10px;
  }
  .search .section1 .input input {
    width: 100%;
  }
  .search .section1 .select {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search .section1 .select-item {
    line-height: 2.5;
    padding: 0 20px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 30px;
    box-shadow: 0 0 0 1px #1172A9 inset;
    color: #1172A9;
  }
  .search .section1 .select-item.active, .search .section1 .select-item:hover {
    background-color: #1172A9;
    font-weight: normal;
    color: #fff;
  }
  .search .section1 .select-item::before {
    display: none;
  }
  .search .section1 .input {
    font-size: 18px;
  }
  .search .section2 .product .section1 .item3-li {
    width: 100%;
  }
  .case .section2 .item-container p {
    font-size: 14px;
  }
  .index .section4 .item-li span {
    font-size: 14px;
  }
}<!--0.00030303001403809-->