/*init  */
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font: 12px "Microsoft YaHei";
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

li, ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  border: 0;
  vertical-align: middle;
}

button, input, select, textarea {
  font-size: 100%;
  outline: none;
}

html, body {
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ell1 {
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  background-color: #ffffff;
  color: #333333;
  overflow-x: hidden;
}

@font-face {
  font-family: "AlibabaPuHuiTiM";
  src: url("../fonts/Alibaba-PuHuiTi-Medium.otf");
}
@media (min-width: 1200px) {
  .container {
    width: 120rem;
  }
}
@media (min-width: 1921px) {
  :root {
    font-size: 13px;
  }
  .container {
    width: 120rem;
  }
}
@media (min-width: 2560px) {
  :root {
    font-size: 16px;
  }
  .container {
    width: 120rem;
  }
}
a {
  color: #94a0a8;
}
a:hover, a:focus {
  text-decoration: none;
}

.h-type-2 {
  position: relative;
  display: inline-block;
  padding: 0 18px 2px 0px;
  color: #606060;
}
.h-type-2:after {
  content: "";
  display: block;
  width: 0px;
  height: 1.5px;
  top: 65%;
  bottom: -2px;
  margin: auto;
  position: absolute;
  background: #000000;
}
.h-type-2:hover:after {
  width: 64%;
  -webkit-transform: width;
      -ms-transform: width;
          transform: width;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.h-type-3 {
  position: relative;
  display: inline-block;
  padding: 0 18px 2px 0px;
  color: #606060;
}
.h-type-3:after {
  content: "";
  display: block;
  width: 0px;
  height: 1.5px;
  top: 65%;
  bottom: -2px;
  margin: auto;
  position: absolute;
  background: #000000;
}
.h-type-3:hover:after {
  width: 72%;
  -webkit-transform: width;
      -ms-transform: width;
          transform: width;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.h-type-4 {
  position: relative;
  display: inline-block;
  padding: 0 0 5px 0px;
  color: #606060;
}
.h-type-4:after {
  content: "";
  display: block;
  width: 0px;
  height: 0.15rem;
  top: 65%;
  bottom: -2px;
  margin: auto;
  position: absolute;
  background: #1470B2;
}
.h-type-4:hover:after {
  width: 100%;
  -webkit-transform: width;
      -ms-transform: width;
          transform: width;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.h-type-5 {
  position: relative;
  display: inline-block;
  padding: 0 18px 2px 0px;
  color: #606060;
}
.h-type-5:after {
  content: "";
  display: block;
  width: 0px;
  height: 1.5px;
  top: 65%;
  bottom: -2px;
  margin: auto;
  position: absolute;
  background: #000000;
}
.h-type-5:hover:after {
  width: 78%;
  -webkit-transform: width;
      -ms-transform: width;
          transform: width;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.content {
  min-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 1920px) {
  .content {
    width: 1560px;
  }
  .container {
    width: 120rem;
  }
  .page-express .container {
    width: 174rem;
  }
}
@media (min-width: 2560px) {
  .content {
    width: 1920px;
  }
  .container {
    width: 120rem;
  }
}
.visibility-hidden {
  visibility: hidden;
}

.ny-pagination > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-cat .category {
  position: relative;
  padding-bottom: 14px;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  color: #202020;
}
.common-cat .category::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80px;
  height: 4px;
  background: #1470B2;
}

.navbar-default {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0rem 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.navbar-default.sticky {
  background: white;
  -webkit-box-shadow: 0rem 0.4rem 2rem rgba(0, 0, 0, 0.06);
          box-shadow: 0rem 0.4rem 2rem rgba(0, 0, 0, 0.06);
}
.navbar-default.sticky .sub-text {
  color: rgba(0, 0, 0, 0.7) !important;
}
.navbar-default.sticky .logo2 {
  display: block !important;
}
.navbar-default.sticky .logo1 {
  display: none !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background: #1D3E83;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
  width: 2.8rem;
  height: 0.3rem;
  border-radius: 0.4rem;
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0.6rem;
}
.navbar-default .navbar-collapse {
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-default .navbar-header .navbar-brand-1 {
  display: none;
}
.navbar-default .navbar-header .navbar-brand {
  color: #fff;
  font-weight: bold;
  padding: 2.4rem 1.2rem 1.2rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-default .navbar-header .navbar-brand .logo1 {
  display: block;
}
.navbar-default .navbar-header .navbar-brand .logo2 {
  display: none;
}
.navbar-default .navbar-header .navbar-brand img {
  width: 16rem;
  height: auto;
}
.navbar-default .mobile-nav {
  display: none;
}
.navbar-default .navbar-nav {
  display: block;
}
.navbar-default .navbar-nav .sub-text {
  margin: 0;
  height: 7rem;
  line-height: 7rem;
  padding: 0;
  display: inline-block;
  color: white;
  font-weight: bold;
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li.open > a:hover, .navbar-default .navbar-nav > li.open > a:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  margin: 0 3rem;
  padding: 1.6rem 0;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #1D3E83;
}
.navbar-default .navbar-nav > li > a:hover::after, .navbar-default .navbar-nav > li > a:focus::after {
  content: " ";
  position: absolute;
  margin: 0 auto;
  background: #1470B2;
  border-radius: unset;
  width: 100%;
  height: 0.3rem;
  bottom: 0;
  left: 0;
  right: 0;
}
.navbar-default:hover {
  background: white;
  -webkit-box-shadow: 0rem 0.4rem 2rem rgba(0, 0, 0, 0.06);
          box-shadow: 0rem 0.4rem 2rem rgba(0, 0, 0, 0.06);
}
.navbar-default:hover .sub-text {
  color: rgba(0, 0, 0, 0.7) !important;
}
.navbar-default:hover .navbar-header .navbar-brand .logo2 {
  display: block;
}
.navbar-default:hover .navbar-header .navbar-brand .logo1 {
  display: none;
}
.navbar-default:hover .navbar-nav > li > a:hover {
  color: #1D3E83;
}
@media (max-width: 1000px) {
  .navbar-default .navbar-toggle {
    position: relative;
    right: -40px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    width: 2rem;
    height: 0.2rem;
  }
  .navbar-default .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    max-height: 400px;
  }
  .navbar-default .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
  .navbar-default .navbar-header .navbar-brand {
    width: 80%;
  }
  .navbar-default .navbar-header .navbar-brand .logo1 {
    display: none;
  }
  .navbar-default .navbar-header .navbar-brand .logo2 {
    display: block;
  }
  .navbar-default .navbar-header .navbar-brand-1 {
    width: 40%;
    color: #1D3E83;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-default .navbar-header .navbar-brand-1 .logo1-H5 {
    display: none;
  }
  .navbar-default .navbar-header .navbar-brand-1 .logo2-H5 {
    display: block;
  }
  .navbar-default .navbar-nav {
    display: none;
  }
  .navbar-default .mobile-nav {
    display: block;
  }
  .navbar-default .mobile-nav .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #F2F5FC;
    height: 100%;
    width: 100%;
  }
  .navbar-default .mobile-nav .wrapper .tabs {
    min-height: 24rem;
    max-height: 40rem;
    width: 13rem;
  }
  .navbar-default .mobile-nav .wrapper .tabs .tab {
    font-weight: 400;
    font-size: 1.4rem;
    color: #000000;
    padding: 1rem 0 1rem 1.5rem;
    margin-bottom: 0;
  }
  .navbar-default .mobile-nav .wrapper .tabs .tab a {
    color: #000000;
  }
  .navbar-default .mobile-nav .wrapper .tabs .tab.active {
    background: #ffffff;
  }
  .navbar-default .mobile-nav .wrapper .right-con {
    text-align: justify;
    width: calc(100% - 13rem);
    background: #ffffff;
  }
  .navbar-default .mobile-nav .wrapper .right-con .con {
    display: none;
    padding-left: 1.5rem;
    padding-top: 1rem;
    min-height: 27rem;
  }
  .navbar-default .mobile-nav .wrapper .right-con .con p {
    margin-bottom: 1.6rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #000000;
  }
  .navbar-default .mobile-nav .wrapper .right-con .con.active {
    display: block;
  }
}

@media (max-width: 1000px) {
  .navbar-fixed-top {
    position: sticky;
  }
  .navbar-default {
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: -2rem;
  }
}
.menu-box {
  position: static !important;
  cursor: pointer;
  padding: 0 3rem;
}
.menu-box:hover .sub-text::after {
  content: " ";
  position: absolute;
  margin: 0 auto;
  background: #1470B2;
  border-radius: unset;
  width: 100%;
  height: 0.3rem;
  bottom: 0;
  left: 0;
  right: 0;
}
.menu-box:hover .sub-box {
  display: block;
}

.sub-box {
  display: none;
}

.box {
  -webkit-animation: navshow 0.5s;
          animation: navshow 0.5s;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0rem 1.2rem 2rem -0.8rem rgba(0, 0, 0, 0.06);
          box-shadow: 0rem 1.2rem 2rem -0.8rem rgba(0, 0, 0, 0.06);
}
.box::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: url(../images/company-intro-bg1.png) no-repeat left bottom;
  background-size: 100% 100%;
  opacity: 0.7;
}
.box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-style: normal;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.5rem;
  position: absolute;
  top: 10%;
}
.box .title h3 {
  color: #A6AEBE;
  margin-left: 1.6rem;
  font-weight: 400;
  font-size: 1.8rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.box .title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-style: normal;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.5rem;
  position: absolute;
  top: 10%;
}
.box .title1 h3 {
  color: #A6AEBE;
  margin-left: 1.6rem;
  font-weight: 400;
  font-size: 1.8rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.box .tab-row1 {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box .menu-item {
  width: 25%;
  text-align: justify;
  margin-bottom: 1rem;
}
.box .menu-item img {
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}
.box .menu-item h3 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #000000;
}
.box .menu-item .desc a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.6rem;
}
.box .menu-item .desc a:hover {
  color: #1470B2;
}
.box .menu-item .desc .sub-title {
  color: #A6AEBE;
  font-size: 1.4rem;
}
.box .menu-item p {
  margin: 0 0 4.4rem;
}
.box .menu-item p a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
}
.box .menu-item p a:hover {
  color: #1D3E83;
}

@-webkit-keyframes navshow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes navshow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.index {
  background: #F8FCFF;
}
.index .button {
  display: block;
  width: 12rem;
  border: solid 0.2rem #146FAF;
  text-align: center;
  background: #146FAF;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem 3rem;
  cursor: pointer;
}
.index .button[plain] {
  background: none;
  border-color: white;
}
.index .button[sm] {
  width: 13.5rem;
  line-height: 4.1rem;
  font-weight: normal;
  font-size: 1.8rem;
}
.index-swiper {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.index-swiper .video,
.index-swiper video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index-swiper .con {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: white;
}
.index-swiper .con .b-title {
  font-size: 10rem;
  font-family: "AlibabaPuHuiTiM";
  margin-top: 2rem;
  letter-spacing: 0.5rem;
}
.index-swiper .con .sub-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10.7rem;
}
.index-swiper .con .sub-items img {
  width: 8rem;
  height: 8rem;
  margin-bottom: 1.5rem;
}
.index-swiper .swiper-buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.index-swiper .swiper-button-prev,
.index-swiper .swiper-button-next {
  background: url(../images/swiper-arrow.png) 0 0;
  background-size: 100% 100%;
  width: 2.1rem;
  height: 2.6rem;
}
.index-swiper .swiper-button-prev::after,
.index-swiper .swiper-button-next::after {
  content: "";
}
.index-swiper .swiper-button-prev {
  left: 3%;
}
.index-swiper .swiper-button-next {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  right: 3%;
}
.index-swiper .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
.index-swiper .bannermore {
  position: absolute;
  width: auto;
  z-index: 9;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  left: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-swiper .bannermore .a1 {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  display: block;
  height: 100px;
}
.index-swiper .bannermore strong {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-swiper .bannermore strong span {
  position: relative;
  display: block;
  background: #fff;
  width: 18px;
  height: 28px;
  border-radius: 2rem;
  opacity: 0.8;
}
.index-swiper .bannermore strong span::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 9px;
  background: #aaa;
  border-radius: 4rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: 1.5s linear 0.5s infinite hua;
          animation: 1.5s linear 0.5s infinite hua;
}
.index-swiper .bannermore:hover {
  opacity: 0.8;
}
@-webkit-keyframes hua {
  from {
    top: 5px;
  }
  to {
    top: 20px;
  }
}
@keyframes hua {
  from {
    top: 5px;
  }
  to {
    top: 20px;
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@media (max-width: 1000px) {
  .index-swiper {
    display: none;
  }
}
.index-swiper-mobile {
  height: 40rem;
  width: 100%;
  overflow: hidden;
  display: none;
}
.index-swiper-mobile .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index-swiper-mobile .con {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: white;
}
.index-swiper-mobile .con .b-title {
  font-size: 3.2rem;
  font-family: "AlibabaPuHuiTiM";
  margin-top: 2rem;
  letter-spacing: 0.5rem;
}
.index-swiper-mobile .con .sub-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 2rem;
}
.index-swiper-mobile .con .sub-items img {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
}
.index-swiper-mobile .swiper-button-prev,
.index-swiper-mobile .swiper-button-next {
  background: url(../images/swiper-arrow.png) 0 0;
  background-size: 100% 100%;
  width: 21px;
  height: 26px;
}
.index-swiper-mobile .swiper-button-prev::after,
.index-swiper-mobile .swiper-button-next::after {
  content: "";
}
.index-swiper-mobile .swiper-button-next {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.index-swiper-mobile .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
@media (max-width: 1000px) {
  .index-swiper-mobile {
    display: block;
  }
}
.index-about {
  background: white url(../images/map.png) 50% 5.5rem no-repeat;
  background-size: 120rem auto;
  text-align: center;
  padding: 5.6rem 0 5.7rem;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6;
}
.index-about .title {
  position: relative;
}
.index-about .title i {
  font-style: normal;
  font-weight: bold;
  font-size: 4rem;
  color: rgba(20, 112, 178, 0.1);
}
.index-about .title b {
  position: absolute;
  left: 50%;
  top: 5px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  color: rgba(17, 17, 17, 0.85);
}
.index-about .sub-title {
  display: block;
  font-size: 2rem;
  color: #343434;
  margin-top: 0.5rem;
  margin-bottom: 5rem;
}
.index-about .sub-title-h5 {
  display: none;
}
.index-about .desc {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  color: #8C8C8C;
  line-height: 3.5rem;
}
.index-about .desc-h5 {
  display: none;
}
.index-about .button {
  display: block;
  margin: 5.1rem auto 1.3rem;
  width: 12rem;
  padding: 0.8rem 2.8rem;
}
@media (max-width: 1000px) {
  .index-about {
    padding: 2.4rem 1.6rem;
  }
  .index-about .title {
    margin-bottom: 1.6rem;
  }
  .index-about .title b {
    font-size: 1.8rem;
  }
  .index-about .title i {
    font-size: 2.6rem;
  }
  .index-about .sub-title {
    font-size: 1.4rem;
    margin: 0.8rem 0;
  }
  .index-about .desc {
    font-size: 1.4rem;
  }
  .index-about .button {
    margin-top: 2.6rem;
  }
}
.index-numbers {
  height: 26rem;
  background: #2A4789 url(../images/numbers-bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-numbers .numbers {
  width: 120rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: auto;
}
.index-numbers .numbers .item {
  text-align: center;
  font-size: 1.7rem;
  color: white;
}
.index-numbers .numbers .item .num {
  position: relative;
  font-weight: bold;
  font-size: 4.8rem;
  margin-bottom: 3.2rem;
}
.index-numbers .numbers .item .num::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 4.6rem;
  height: 0.4rem;
  background-color: #fff;
}
.index-numbers .numbers .item .num::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  content: "";
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1000px) {
  .index-numbers {
    height: 8rem;
  }
  .index-numbers .numbers {
    width: 100%;
  }
  .index-numbers .numbers .item {
    font-size: 1.2rem;
  }
  .index-numbers .numbers .item .num {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.index-wrapper {
  background: url(../images/index-bg.png) no-repeat;
  background-size: 100% 100%;
}
.index-business-area {
  text-align: center;
  padding: 7rem 0;
}
.index-business-area .title {
  position: relative;
}
.index-business-area .title i {
  font-style: normal;
  font-weight: bold;
  font-size: 4rem;
  color: rgba(20, 112, 178, 0.1);
}
.index-business-area .title b {
  position: absolute;
  left: 50%;
  top: 5px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  color: rgba(17, 17, 17, 0.85);
}
.index-business-area .sub-title {
  font-size: 2rem;
  color: #343434;
  margin-top: 0.5rem;
}
.index-business-area .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7.1rem auto 0;
}
.index-business-area .tabs .tab {
  width: 23rem;
  height: 4.8rem;
  line-height: 4.8rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 8px 1px #E9E9E9;
          box-shadow: 0px 2px 8px 1px #E9E9E9;
  color: #A6AEBE;
  font-size: 1.6rem;
  cursor: pointer;
}
.index-business-area .tabs .tab:hover, .index-business-area .tabs .tab.active {
  background: #146FAF;
  color: #FEFFFF;
}
.index-business-area .contents .con {
  background-repeat: repeat;
  background-size: 100% 100%;
  text-align: left;
  display: none;
  width: 120rem;
  margin: 7rem auto 0;
  color: #FFFFFF;
  font-size: 1.6rem;
  padding: 83px 91px 119px;
}
.index-business-area .contents .con.con0 {
  background-image: url(../images/index-business-img0.png);
}
.index-business-area .contents .con.con1 {
  background-image: url(../images/index-business-img1.png);
}
.index-business-area .contents .con.con2 {
  background-image: url(../images/index-business-img2.png);
}
.index-business-area .contents .con.con3 {
  background-image: url(../images/index-business-img3.png);
}
.index-business-area .contents .con.active {
  display: block;
}
.index-business-area .contents .con .tit {
  font-weight: bold;
  font-size: 2.8rem;
}
.index-business-area .contents .con .sub-tit {
  margin: 3.6rem 0 13rem 0;
}
.index-business-area .contents .con .button {
  width: 14rem;
  z-index: 1;
  position: relative;
  text-align: center;
  color: white;
  padding: 0.8rem 3.4rem;
  outline: none;
  border: 1px solid white;
  overflow: hidden;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.index-business-area .contents .con .button::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
          transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
}
.index-business-area .contents .con .button:hover {
  color: #333;
}
.index-business-area .contents .con .button:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
          transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
}
@media (max-width: 1000px) {
  .index-business-area {
    padding: 2.4rem 1.6rem;
  }
  .index-business-area .title {
    margin-bottom: 1.6rem;
  }
  .index-business-area .title b {
    font-size: 1.8rem;
  }
  .index-business-area .title i {
    font-size: 2.6rem;
  }
  .index-business-area .sub-title {
    font-size: 1.4rem;
    color: #343434;
    margin-top: 1rem;
  }
  .index-business-area .container {
    padding: 0;
  }
  .index-business-area .tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem 0;
    margin-top: 1.6rem;
  }
  .index-business-area .tabs .tab {
    font-size: 1.3rem;
    width: 49%;
    height: 3.7rem;
    line-height: 3.7rem;
  }
  .index-business-area .contents .con {
    width: 100%;
    height: 18rem;
    margin-top: 3rem;
    padding: 2.8rem 0 2.4rem 2.4rem;
  }
  .index-business-area .contents .con .tit {
    font-size: 1.6rem;
  }
  .index-business-area .contents .con .sub-tit {
    font-size: 1.3rem;
    margin: 1.6rem 0 3rem 0;
  }
  .index-business-area .contents .con .button {
    width: 9rem;
    height: 3rem;
    padding: 0.6rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid white;
    font-size: 1.2rem;
  }
}
.index-news-center {
  padding: 0 0 11.3rem 0;
  background: url(../images/index-news-bg.png) no-repeat left bottom;
  background-size: 100% 526px;
}
.index-news-center > .title {
  position: relative;
  text-align: center;
}
.index-news-center > .title i {
  font-style: normal;
  font-weight: bold;
  font-size: 4rem;
  color: rgba(20, 112, 178, 0.1);
}
.index-news-center > .title b {
  position: absolute;
  left: 50%;
  top: 5px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  color: rgba(17, 17, 17, 0.85);
}
.index-news-center .sub-title {
  text-align: center;
  font-size: 2rem;
  color: #343434;
  margin-top: 0.5rem;
  margin-bottom: 9.3rem;
}
.index-news-center .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-news-center .news-item .news-img {
  margin-right: 4.5rem;
  height: 44rem;
  width: 51.1rem;
  overflow: hidden;
}
.index-news-center .news-item .news-img:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.index-news-center .news-item .news-img img {
  height: 44rem;
  width: 51.1rem;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.index-news-center .news-item .news-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4.5rem 0 0 0;
  overflow: hidden;
}
.index-news-center .news-item .news-con .title {
  font-size: 2rem;
  color: #343434;
  margin-bottom: 3.8rem;
}
.index-news-center .news-item .news-con .title:hover {
  color: #146FAF;
}
.index-news-center .news-item .news-con .desc {
  font-weight: 300;
  color: #8C8C8C;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 3.8rem;
}
.index-news-center .news-item .news-con .time {
  font-size: 1.4rem;
  font-weight: 300;
  color: #8C8C8C;
  line-height: 3rem;
}
.index-news-center .news-item .news-con .button {
  margin-top: 9.8rem;
}
@media (max-width: 1000px) {
  .index-news-center {
    padding: 2.4rem 1.6rem;
  }
  .index-news-center .title {
    margin-bottom: 1.6rem;
  }
  .index-news-center .title b {
    font-size: 1.8rem;
  }
  .index-news-center .title i {
    font-size: 2.6rem;
  }
  .index-news-center .container {
    padding: 0;
  }
  .index-news-center .sub-title {
    font-size: 1.4rem;
    color: #343434;
    margin-top: 1rem;
    margin-bottom: 1.6rem;
  }
  .index-news-center .wrapper {
    background-position: left center;
    background-size: 100% auto;
  }
  .index-news-center .news-item .news-img {
    display: none;
  }
  .index-news-center .news-item .news-con {
    padding: 1rem 0 0 0;
  }
  .index-news-center .news-item .news-con .title {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .index-news-center .news-item .news-con .desc {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .index-news-center .news-item .news-con .button {
    margin: 1.6rem auto 0;
  }
}
.index-success-cases {
  position: relative;
  color: #FFFFFF;
  font-size: 1.4rem;
}
.index-success-cases .contents {
  height: 68rem;
}
.index-success-cases .contents .con {
  padding: 14rem 0 0 0;
  height: 100%;
  display: none;
  overflow: hidden;
  position: relative;
}
.index-success-cases .contents .con .img {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes img-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes img-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.index-success-cases .contents .con.active {
  display: block;
}
.index-success-cases .contents .con.active .img {
  -webkit-animation: img-scale 28s;
          animation: img-scale 28s;
}
.index-success-cases .contents .con .inner {
  margin: auto;
  position: relative;
}
.index-success-cases .contents .con .title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 6rem;
}
.index-success-cases .contents .con .desc {
  width: 69.8rem;
  height: auto;
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 3rem;
  margin-bottom: 8rem;
}
.index-success-cases .contents .con .button {
  width: 12rem;
  z-index: 1;
  position: relative;
  text-align: center;
  color: white;
  padding: 0.5rem 3rem;
  outline: none;
  line-height: inherit;
  font-size: 1.4rem;
  border: 2px solid white;
  overflow: hidden;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.index-success-cases .contents .con .button::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  color: #333;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
          transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
}
.index-success-cases .contents .con .button:hover {
  cursor: pointer;
  color: #161616;
}
.index-success-cases .contents .con .button:hover::before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
          transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
}
.index-success-cases .tabs {
  color: #FFFFFF;
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 65, 131, 0.5);
  width: 33%;
  height: 100%;
  text-indent: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-success-cases .tabs .title {
  position: relative;
  font-weight: bold;
  font-size: 2.8rem;
  margin: 3.5rem 0 2.5rem;
}
.index-success-cases .tabs .title::after {
  position: absolute;
  left: 3.7rem;
  bottom: 0;
  content: "";
  width: 53px;
  height: 2px;
  background: #FFFFFF;
}
.index-success-cases .tabs .title i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-weight: normal;
  font-weight: bold;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.1);
}
.index-success-cases .tabs .tab-items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow-y: auto;
  font-size: 2rem;
  font-weight: 300;
  color: #FFFFFF;
}
.index-success-cases .tabs .tab-items::-webkit-scrollbar-track {
  background-color: transparent;
}
.index-success-cases .tabs .tab-items::-webkit-scrollbar {
  width: 10px;
}
.index-success-cases .tabs .tab-items:hover::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(20, 90, 178, 0.5);
}
.index-success-cases .tabs .tab-items::-webkit-scrollbar-thumb:hover {
  background-color: #145ab2;
}
.index-success-cases .tabs .tab-items .item {
  padding: 2.2rem 0;
}
.index-success-cases .tabs .tab-items .item.active {
  background: rgba(20, 90, 178, 0.8);
}
.index-success-cases .tabs .tab-items .line {
  position: relative;
  left: 4.1rem;
  width: 19rem;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
@media (max-width: 1000px) {
  .index-success-cases .tabs {
    left: 0;
    bottom: auto;
    width: 100%;
    height: auto;
  }
  .index-success-cases .tabs .title {
    font-size: 1.8rem;
    margin: 2.5rem 0 1.5rem;
  }
  .index-success-cases .tabs .title i {
    display: none;
  }
  .index-success-cases .tabs .tab-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .index-success-cases .tabs .tab-items::-webkit-scrollbar {
    display: none;
  }
  .index-success-cases .tabs .tab-items .item {
    font-size: 1.6rem;
    white-space: nowrap;
    text-indent: 0;
    padding: 1rem 1.6rem;
  }
  .index-success-cases .tabs .tab-items .line {
    display: none;
  }
  .index-success-cases .contents {
    height: auto;
  }
  .index-success-cases .contents .container {
    width: 100%;
  }
  .index-success-cases .contents .con {
    padding-top: 13rem;
    padding-bottom: 2rem;
  }
  .index-success-cases .contents .con .desc {
    width: auto;
  }
  .index-success-cases .contents .con .inner .title {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
  .index-success-cases .contents .con .inner .desc {
    margin-bottom: 1.6rem;
    line-height: 3rem;
  }
}
.index-contact-us {
  padding: 8rem 0 8.5rem;
  text-align: center;
  background-image: url(../images/index-contactus-bg.png);
  background-size: 100% 100%;
  overflow: hidden;
}
.index-contact-us .title {
  font-size: 5.1rem;
  color: #011B2E;
  margin-bottom: 6rem;
  font-family: "AlibabaPuHuiTiM";
}
.index-contact-us .button {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .index-contact-us {
    padding: 2.4rem 0;
  }
  .index-contact-us .title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .index-contact-us .button {
    padding: 0.5rem;
  }
}

.footer {
  background: #011B2E;
}
.footer .hd {
  padding: 3.2rem 0 0 0;
  font-size: 1.6rem;
  color: #FFFFFF;
}
.footer .hd .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 8rem;
}
.footer .hd .info .logo {
  width: 19.4rem;
  height: 2.9rem;
  margin-bottom: 2.3rem;
}
.footer .hd .info .wechat {
  margin-bottom: 1.5rem;
}
.footer .hd .navs {
  border-left: 1px solid #979797;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 11.5rem;
  margin-top: 1.5rem;
}
.footer .hd .navs a {
  font-size: 1.6rem;
  color: #FFFFFF;
}
.footer .hd .navs a:hover {
  color: #FFFFFF;
}
.footer .hd .navs a + a {
  margin-top: 2.5rem;
}
.footer .hd .tel-addr {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .hd .tel-addr .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footer .hd .tel-addr .item + .item {
  margin-top: 1.7rem;
}
.footer .hd .tel-addr .item .key {
  color: #AEAEAE;
  margin-right: 10px;
}
.footer .hd .tel-addr .item .val {
  font-size: 1.6rem;
}
.footer .copyright {
  text-align: center;
  font-size: 1.4rem;
  color: #AEAEAE;
  padding: 1.8rem 0;
}
.footer .copyright a, .footer .copyright a:hover {
  font-size: 1.4rem;
  color: #AEAEAE;
}
@media (max-width: 1000px) {
  .footer {
    padding: 0 1.6rem;
  }
  .footer .col-md-4, .footer .col-md-5 {
    display: none;
  }
}

.page-pic-list .main {
  margin-bottom: 3rem;
}
.page-pic-list .pic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
.page-pic-list .pic-list .news-item {
  width: 36rem;
  height: 38.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.page-pic-list .pic-list .news-item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #1470B2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-pic-list .pic-list .news-item:hover::after {
  width: 100%;
}
.page-pic-list .pic-list .news-item:hover .img-box img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.page-pic-list .pic-list .news-item a:hover {
  color: #1470B2;
}
.page-pic-list .pic-list .news-item .img-box {
  width: 100%;
  height: 22rem;
  overflow: hidden;
}
.page-pic-list .pic-list .news-item .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.page-pic-list .pic-list .news-item .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1.9rem;
  height: 16.7rem;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(194, 194, 194, 0.5);
          box-shadow: 0px 2px 4px 0px rgba(194, 194, 194, 0.5);
}
.page-pic-list .pic-list .news-item .time {
  font-size: 1.8rem;
  color: #A1B2BD;
  margin-bottom: 1rem;
}
.page-pic-list .pic-list .news-item .title {
  height: 6rem;
  line-height: 2.5rem;
  font-size: 1.6rem;
  color: #A1B2BD;
  margin-bottom: 1rem;
}
.page-pic-list .pic-list .news-item .more {
  color: #A1B2BD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
.page-pic-list .pic-list .news-item .more::after {
  content: "";
  background: url("../images/more.png") no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  margin-left: 0.7rem;
}

.page-top {
  background-size: 100% 100%;
  height: 40rem;
  position: relative;
  overflow: hidden;
}
.page-top .title {
  position: absolute;
  top: 0%;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
}
.page-top .title h1 {
  font-weight: bold;
  font-size: 4.4rem;
  letter-spacing: 0.2rem;
  color: #ffffff;
  position: relative;
  margin-bottom: 3.4rem;
}
.page-top .title h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.6rem;
  width: 4.7rem;
  height: 0.3rem;
  background: linear-gradient(121deg, #7DD9FF 0%, #46EEFF 100%);
}
.page-top .title h3 {
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  color: #ffffff;
}
.page-top .img-zzzs {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 3.1rem;
  height: 26.8rem;
  width: 121.6rem;
}
.page-cat {
  padding: 6rem 0 0 0;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-cat .category {
  position: relative;
  padding-bottom: 14px;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  color: #202020;
}
.page-cat .category::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80px;
  height: 4px;
  background: #1470B2;
}
.page-news-list {
  padding-bottom: 2rem;
}
.page-news-list .main .news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4.2rem 0;
  border-bottom: 1px solid #EBEBEB;
}
.page-news-list .main .news-top .news-img {
  margin-left: 1.8rem;
}
.page-news-list .main .news-top .news-img img {
  height: 30.8rem;
  width: 41.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.page-news-list .main .news-top .news-con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.8rem 0 0 0;
  overflow: hidden;
}
.page-news-list .main .news-top .news-con .title {
  font-size: 2rem;
  color: #1470B2;
  margin-bottom: 2.6rem;
}
.page-news-list .main .news-top .news-con .desc {
  font-weight: 300;
  color: #A1B2BD;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 3.8rem;
}
.page-news-list .main .news-top .news-con .time {
  font-size: 1.4rem;
  font-weight: 300;
  color: #A1B2BD;
  line-height: 3rem;
}
.page-news-list .main .news-top .news-con .button {
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  margin-top: 3.5rem;
  width: 121px;
  height: 4rem;
  line-height: 4rem;
  color: #ffffff;
  background: #146FAF;
}
.page-news-list .main .news-list .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0 4rem;
  border-bottom: 1px solid #EBEBEB;
}
.page-news-list .main .news-list .news-item .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8rem;
  height: 9rem;
  border: 1px solid #1470B2;
  padding: 0 0 0 1rem;
  margin-right: 2.3rem;
}
.page-news-list .main .news-list .news-item .time .date {
  position: relative;
  font-size: 1.8rem;
  color: #1470B2;
  margin-bottom: 1.2rem;
}
.page-news-list .main .news-list .news-item .time .date::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.6rem;
  width: 20px;
  height: 2px;
  background: #1470B2;
}
.page-news-list .main .news-list .news-item .time .year {
  font-size: 1.4rem;
  color: #A1B2BD;
}
.page-news-list .main .news-list .news-item .con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-news-list .main .news-list .news-item .con .title {
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 1.2rem;
}
.page-news-list .main .news-list .news-item .con .title:hover {
  color: #146FAF;
}
.page-news-list .main .news-list .news-item .con .desc {
  font-size: 1.6rem;
  color: #A1B2BD;
  font-weight: 300;
  line-height: 2.5rem;
}

.page-news-detail .news-detail {
  padding: 3.4rem 0 0 0;
}
.page-news-detail .news-detail .news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("../images/detail-titlebg.png") no-repeat;
  background-size: 100% 100%;
  padding: 2rem 1rem;
}
.page-news-detail .news-detail .news-head .title {
  font-weight: bold;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.85);
}
.page-news-detail .news-detail .news-head .other {
  font-size: 1.6rem;
  color: #A1B2BD;
  margin-top: 0.8rem;
}
.page-news-detail .news-detail .news-article {
  margin-top: 5.1rem;
  font-size: 1.6rem;
  color: #343434;
  line-height: 3rem;
}
.page-news-detail .news-detail .news-article * {
  font-size: 1.6rem !important;
  font-family: "Microsoft YaHei", "PingFang SC" !important;
}
.page-news-detail .news-detail .news-article p {
  margin-bottom: 0;
}
.page-news-detail .news-detail .news-article img {
  max-width: 100%;
}
.page-news-detail .news-detail .news-article-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-size: 1.6rem;
  padding: 3.6rem 0 3.5rem 0;
}
.page-news-detail .news-detail .news-article-page .page {
  width: 50%;
  color: #1470B2;
}
.page-news-detail .news-detail .news-article-page .page a {
  font-size: 1.6rem;
  color: #1470B2;
}
.page-news-detail .news-detail .news-article-page .page.disable {
  color: #8C8C8C;
}
.page-news-detail .news-detail .news-article-page .page.disable a {
  color: #8C8C8C;
}
.page-company-intro {
  min-height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAFCFD), to(#F2F7FB));
  background: linear-gradient(180deg, #FAFCFD 0%, #F2F7FB 100%);
}
.page-company-intro .page-cat {
  margin-bottom: 4.6rem;
}
.page-company-intro .main {
  height: 53.3rem;
  background-image: url("../images/company-intro-bg1.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 45.8rem;
  position: relative;
}
.page-company-intro .main::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url("../images/company-intro-bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 36.8rem;
  height: 42.9rem;
}
.page-company-intro .main .container {
  height: 45.6rem;
  background: url("../images/company-intro-bg3.png") no-repeat;
  background-size: 100% 100%;
  padding: 5.4rem 21.2rem 0 18rem;
}
.page-company-intro .main .container .tag-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  color: #A1B2BD;
  margin-bottom: 4.9rem;
}
.page-company-intro .main .container .tag-box span {
  text-align: center;
  width: 9.8rem;
  height: 3rem;
  line-height: 3rem;
  background: rgba(227, 245, 255, 0.39);
  -webkit-box-shadow: 0 2px 1.7rem 0 rgba(165, 215, 241, 0.39);
          box-shadow: 0 2px 1.7rem 0 rgba(165, 215, 241, 0.39);
  border-radius: 3.2rem;
  border: 1px solid rgba(20, 112, 178, 0.39);
}
.page-company-intro .main .container .tag-box span + span {
  margin-left: 3.8rem;
}
.page-company-intro .main .container .text {
  font-size: 1.5rem;
  color: #A1B2BD;
  line-height: 3rem;
  text-align: justify;
}
.page-company-intro .main .container .text p {
  text-indent: 2em;
}
.page-company-intro .main .container .text p strong {
  color: #1470B2;
  font-weight: normal;
}
.page-company-intro .main .container .text p + p {
  margin-top: 2rem;
}

.page-contact-us {
  min-height: auto;
}
.page-contact-us .main {
  height: 82.8rem;
  background: url(../images/contact-us-bg.png) no-repeat;
  background-size: 100% 100%;
}
.page-contact-us .main .container {
  height: 100%;
}
.page-contact-us .main .container .category-box {
  padding: 5.7rem 0 0 0;
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-contact-us .main .container .category-box .category {
  position: relative;
  padding-bottom: 14px;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  color: #202020;
}
.page-contact-us .main .container .category-box .category::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80px;
  height: 4px;
  background: #1470B2;
}
.page-contact-us .main .container .con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact-us .main .container .con-box .desc {
  text-align: center;
  font-size: 1.6rem;
  color: #343434;
  line-height: 3rem;
  margin-bottom: 3rem;
}
.page-contact-us .main .container .con-box .tel {
  font-size: 4.2rem;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 5rem;
}
.page-contact-us .main .container .con-box .sub-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 9rem;
}
.page-contact-us .main .container .con-box .sub-items .item {
  width: 34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-contact-us .main .container .con-box .sub-items .item .img {
  margin-right: 1.4rem;
}
.page-contact-us .main .container .con-box .sub-items .item .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-contact-us .main .container .con-box .sub-items .item .con b {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  margin-bottom: 0.2rem;
}
.page-contact-us .main .container .con-box .sub-items .item .con span {
  font-size: 1.6rem;
  color: #A1B2BD;
}
.page-contact-us .main .container .con-box .second-desc {
  width: 100%;
  position: relative;
}
.page-contact-us .main .container .con-box .second-desc::after {
  position: absolute;
  right: 0;
  bottom: 1rem;
  content: "";
  background: url(../images/about-us-img1.png) no-repeat;
  background-size: 100% 100%;
  width: 24.3rem;
  height: 21.8rem;
}
.page-contact-us .main .container .con-box .second-desc .list1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.page-contact-us .main .container .con-box .second-desc .list1 .item span {
  position: relative;
  font-size: 1.4rem;
  color: #FFFFFF;
  width: 5.6rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  background: linear-gradient(151deg, #2DA9D9 0%, #1470B2 100%);
  border-radius: 1.1rem;
  margin-right: 3.5rem;
}
.page-contact-us .main .container .con-box .second-desc .list1 .item span::after {
  content: "";
  position: absolute;
  right: -1.9rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 2.2rem;
  border-right: 1px solid;
  -o-border-image: linear-gradient(180deg, rgba(45, 169, 217, 0), rgb(34, 144, 200), rgba(20, 112, 178, 0)) 1 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 169, 217, 0)), color-stop(rgb(34, 144, 200)), to(rgba(20, 112, 178, 0))) 1 1;
     border-image: linear-gradient(180deg, rgba(45, 169, 217, 0), rgb(34, 144, 200), rgba(20, 112, 178, 0)) 1 1;
}
.page-contact-us .main .container .con-box .second-desc .list1 .item p {
  font-size: 1.4rem;
  color: #1470B2;
}
.page-contact-us .main .container .con-box .second-desc .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4.3rem;
  gap: 4rem;
}
.page-contact-us .main .container .con-box .second-desc .list2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  padding: 0 0 0 3.9rem;
  width: 26.6rem;
  height: 8rem;
  background: linear-gradient(277deg, rgba(216, 240, 250, 0) 0%, #87D3F3 100%, #87D3F3 100%);
  border-radius: 1rem;
}
.page-contact-us .main .container .con-box .second-desc .list2 .item p {
  font-size: 1.2rem;
  color: rgba(52, 52, 52, 0.85);
}
.page-contact-us .main .container .con-box .second-desc .list2 .item p span {
  font-size: 2rem;
  color: #1470B2;
  margin-right: 0.4rem;
}

.page-dev-future {
  min-height: auto;
}
.page-dev-future .main {
  padding: 0 0 8rem 0;
  background: url(../images/bg1.png) no-repeat;
  background-size: 100% 100%;
}
.page-dev-future .main .container {
  height: 100%;
}
.page-dev-future .main .container .category-box {
  padding: 5.7rem 0 0 0;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-dev-future .main .container .category-box .category {
  position: relative;
  padding-bottom: 14px;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  color: #202020;
}
.page-dev-future .main .container .category-box .category::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80px;
  height: 4px;
  background: #1470B2;
}
.page-dev-future .main .container .con-box {
  text-align: center;
}
.page-dev-future .main .container .con-box > img {
  width: 100%;
}

.page-talent {
  min-height: auto;
}
.page-talent .main {
  padding: 0 0 3rem 0;
  background: url(../images/img-rlzy-bg.png) no-repeat;
  background-size: 100% 100%;
  min-height: 92.8rem;
}
.page-talent .main .container {
  height: 100%;
}
.page-talent .main .container .category-box {
  padding: 5.7rem 0 0 0;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-talent .main .container .category-box .category {
  position: relative;
  padding-bottom: 14px;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  color: #202020;
}
.page-talent .main .container .category-box .category::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80px;
  height: 4px;
  background: #1470B2;
}
.page-talent .main .container .con-box {
  text-align: center;
}
.page-talent .main .container .talent-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10.3rem;
  position: relative;
  left: 2rem;
}
.page-talent .main .container .talent-list .item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.5rem;
}
.page-talent .main .container .talent-list .item .num-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.9rem;
  height: 2.8rem;
  background: url(../images/talent-icon1.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 1.2rem;
  position: relative;
  top: -6px;
}
.page-talent .main .container .talent-list .item .name {
  text-align: left;
  font-size: 1.6rem;
  color: rgba(93, 93, 93, 0.85);
}

.page-rongyu {
  min-height: auto;
}
.page-rongyu .main {
  padding: 0 0 8rem 0;
  background: url(../images/bg1.png) no-repeat;
  background-size: 100% 100%;
}
.page-rongyu .main .container {
  height: 100%;
}
.page-rongyu .main .container .category-box {
  padding: 5.7rem 0 0 0;
  margin-bottom: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-rongyu .main .container .category-box .category {
  position: relative;
  padding-bottom: 1.4rem;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  color: #202020;
}
.page-rongyu .main .container .category-box .category::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80px;
  height: 4px;
  background: #1470B2;
}
.page-rongyu .main .container .con-box {
  text-align: center;
}
.page-rongyu .main .container .con-box > img {
  width: 100%;
}

.page-yyld-software .page-cat {
  margin-bottom: 4.6rem;
}
.page-yyld-software .block-one {
  overflow: hidden;
  margin-bottom: 4.4rem;
}
.page-yyld-software .block-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-yyld-software .block-one .container .text {
  padding-top: 7rem;
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3.5rem;
}
.page-yyld-software .block-one .container .text strong {
  color: #202020;
}
.page-yyld-software .block-one .container .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 65.6rem;
}
.page-yyld-software .block-two {
  overflow: hidden;
  height: 46rem;
  background: url(../images/ywly/rjdz-bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 4.8rem 0 0 0;
}
.page-yyld-software .block-two .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7rem;
}
.page-yyld-software .block-two .b-title b {
  position: relative;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 2.8rem;
  color: #FFFFFF;
}
.page-yyld-software .block-two .b-title b::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 8rem;
  height: 4px;
  background: #FFFFFF;
}
.page-yyld-software .block-two .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.6rem;
}
.page-yyld-software .block-two .list > div, .page-yyld-software .block-two .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19.6rem;
  height: 24rem;
  background: rgba(36, 140, 243, 0.15);
}
.page-yyld-software .block-two .list > div:hover .img, .page-yyld-software .block-two .list a:hover .img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.3));
}
.page-yyld-software .block-two .list > div:hover p, .page-yyld-software .block-two .list a:hover p {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.page-yyld-software .block-two .list > div .img, .page-yyld-software .block-two .list a .img {
  width: 8.8rem;
  height: 8.8rem;
  margin-bottom: 2rem;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.page-yyld-software .block-two .list > div p, .page-yyld-software .block-two .list a p {
  font-size: 1.8rem;
  color: #FFFFFF;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.page-yyld-software .block-three {
  padding: 7rem 0 5rem 0;
  overflow: hidden;
}
.page-yyld-software .block-three .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-yyld-software .block-three .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-yyld-software .block-three .list .item .img {
  width: 12.3rem;
  margin-bottom: 2.6rem;
}
.page-yyld-software .block-three .list .item p {
  font-size: 2rem;
  color: #343434;
}

.page-yyld-znh .page-cat {
  margin-bottom: 7.6rem;
}
.page-yyld-znh .block-one {
  overflow: hidden;
  padding-bottom: 2.8rem;
  background: url(../images/ywly/znh-bg0.png) no-repeat right bottom;
  background-size: 58.4rem 37.5rem;
}
.page-yyld-znh .block-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-yyld-znh .block-one .container .text {
  text-align: justify;
  padding-top: 7.7rem;
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3.5rem;
}
.page-yyld-znh .block-one .container .text b {
  color: #1470B2;
  font-size: 2rem;
}
.page-yyld-znh .block-one .container .text strong {
  color: #202020;
}
.page-yyld-znh .block-one .container .img {
  margin-left: 4.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 61.9rem;
}
.page-yyld-znh .block-two {
  overflow: hidden;
  height: 46rem;
  background: url(../images/ywly/znh-bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 4.8rem 0 0 0;
}
.page-yyld-znh .block-two .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7rem;
}
.page-yyld-znh .block-two .b-title b {
  position: relative;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 2.8rem;
  color: #FFFFFF;
}
.page-yyld-znh .block-two .b-title b::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 8rem;
  height: 4px;
  background: #FFFFFF;
}
.page-yyld-znh .block-two .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-yyld-znh .block-two .list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 8.1rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 107, 172, 0)), color-stop(61%, #004C8A), to(rgba(0, 57, 116, 0)));
  background: linear-gradient(90deg, rgba(0, 107, 172, 0) 0%, #004C8A 61%, rgba(0, 57, 116, 0) 100%);
  font-size: 1.8rem;
  color: #FFFFFF;
  margin-bottom: 5.8rem;
}
.page-yyld-znh .block-two .list > div .img {
  width: 4.3rem;
  height: 4.3rem;
  margin-right: 3.4rem;
}
.page-yyld-znh .block-three {
  overflow: hidden;
  padding: 5.1rem 0 3.3rem 0;
}
.page-yyld-znh .block-three .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7rem;
}
.page-yyld-znh .block-three .b-title b {
  position: relative;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 2.8rem;
  color: #202020;
}
.page-yyld-znh .block-three .b-title b::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 8rem;
  height: 4px;
  background: #1470B2;
}
.page-yyld-znh .block-three .img {
  width: 100%;
}

.page-yyld-data .page-cat {
  margin-bottom: 4.6rem;
}
.page-yyld-data .block-one {
  overflow: hidden;
  margin-bottom: 3.4rem;
}
.page-yyld-data .block-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-yyld-data .block-one .container .text {
  text-align: justify;
  padding-top: 7rem;
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3.5rem;
}
.page-yyld-data .block-one .container .text strong {
  color: #202020;
}
.page-yyld-data .block-one .container .img {
  margin-left: 4.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 65.6rem;
}
.page-yyld-data .block-two {
  overflow: hidden;
  height: 46rem;
  background: url(../images/ywly/data-bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 4.8rem 0 0 0;
}
.page-yyld-data .block-two .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7rem;
}
.page-yyld-data .block-two .b-title b {
  position: relative;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 2.8rem;
  color: #FFFFFF;
}
.page-yyld-data .block-two .b-title b::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 8rem;
  height: 4px;
  background: #FFFFFF;
}
.page-yyld-data .block-two .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem 11.7rem;
  padding: 0 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-yyld-data .block-two .list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46.5rem;
  height: 8rem;
  background: rgba(36, 140, 243, 0.15);
  border-radius: 1rem;
  font-size: 1.8rem;
  color: #FFFFFF;
  padding-left: 6rem;
}
.page-yyld-data .block-two .list > div .img {
  width: 6rem;
  margin-right: 3.6rem;
}

.page-yyld-safe .page-cat {
  margin-bottom: 7.6rem;
}
.page-yyld-safe .block-one {
  overflow: hidden;
  padding-bottom: 2.8rem;
  background: url(../images/ywly/znh-bg0.png) no-repeat right bottom;
  background-size: 58.4rem 37.5rem;
}
.page-yyld-safe .block-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-yyld-safe .block-one .container .text {
  text-align: justify;
  padding-top: 7.7rem;
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3.5rem;
}
.page-yyld-safe .block-one .container .text b {
  color: #1470B2;
  font-size: 2rem;
}
.page-yyld-safe .block-one .container .text strong {
  color: #202020;
}
.page-yyld-safe .block-one .container .img {
  margin-left: 4.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 61.9rem;
}
.page-yyld-safe .block-two {
  overflow: hidden;
  height: 40rem;
  background: url(../images/ywly/safe-bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 5rem 0 0 0;
}
.page-yyld-safe .block-two .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.4rem;
}
.page-yyld-safe .block-two .b-title b {
  position: relative;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 2.8rem;
  color: #FFFFFF;
}
.page-yyld-safe .block-two .b-title b::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 8rem;
  height: 4px;
  background: #FFFFFF;
}
.page-yyld-safe .block-two .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-yyld-safe .block-two .list-box .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.5rem 18.7rem;
}
.page-yyld-safe .block-two .list-box .list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24.4rem;
  height: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#006BAC), to(rgba(0, 57, 116, 0)));
  background: linear-gradient(90deg, #006BAC 0%, rgba(0, 57, 116, 0) 100%);
  font-size: 1.5rem;
  color: #FFFFFF;
  padding-left: 2.6rem;
}
.page-yyld-safe .block-two .list-box .img {
  margin-left: 19.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28.2rem;
}
.page-yyld-safe .block-three {
  overflow: hidden;
  height: 53.6rem;
  padding: 9.7rem 0 3.6rem 0;
  background: url(../images/ywly/safe-bg2.png) no-repeat;
  background-size: 100% 100%;
}
.page-yyld-safe .block-three .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7rem;
}
.page-yyld-safe .block-three .b-title b {
  position: relative;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 2.8rem;
  color: #202020;
}
.page-yyld-safe .block-three .b-title b::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 8rem;
  height: 4px;
  background: #1470B2;
}
.page-yyld-safe .block-three .img {
  width: 100%;
}

.page-success-case .page-cat {
  margin-bottom: 7rem;
}
.page-success-case .main {
  padding-bottom: 8.5rem;
}
.page-success-case .main .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 6.4rem;
}
.page-success-case .main .tab-box .tab {
  cursor: pointer;
  padding-bottom: 1.5rem;
  font-size: 2rem;
  color: #343434;
}
.page-success-case .main .tab-box .tab.active {
  border-bottom: 4px solid #1470B2;
}
.page-success-case .main .tab-contents .tab-content {
  display: none;
}
.page-success-case .main .tab-contents .tab-content.active {
  display: block;
}
.page-success-case .main .tab-contents .tab-content .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-success-case .main .tab-contents .tab-content .items.items-style0 .item0.active {
  background-image: url(../images/index-case1.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style0 .item1.active {
  background-image: url(../images/index-case2.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style0 .item2.active {
  background-image: url(../images/index-case3.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style0 .item3.active {
  background-image: url(../images/index-case4.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style0 .item4.active {
  background-image: url(../images/index-case5.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style1 .item {
  width: 17%;
}
.page-success-case .main .tab-contents .tab-content .items.items-style1 .item0.active {
  background-image: url(../images/index-case6.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style1 .item1.active {
  background-image: url(../images/index-case7.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style1 .item2.active {
  background-image: url(../images/index-case8.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style1 .item3.active {
  background-image: url(../images/index-case9.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style1 .item4.active {
  background-image: url(../images/index-case10.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style2 .item {
  width: 17%;
}
.page-success-case .main .tab-contents .tab-content .items.items-style2 .item0.active {
  background-image: url(../images/index-case11.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style2 .item1.active {
  background-image: url(../images/index-case12.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style2 .item2.active {
  background-image: url(../images/index-case1.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style2 .item3.active {
  background-image: url(../images/index-case0.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style2 .item4.active {
  background-image: url(../images/banner-jfssjs.jpg);
}
.page-success-case .main .tab-contents .tab-content .items.items-style3 .item {
  width: 17%;
}
.page-success-case .main .tab-contents .tab-content .items.items-style3 .item0.active {
  background-image: url(../images/index-case1.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style3 .item1.active {
  background-image: url(../images/index-case2.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style3 .item2.active {
  background-image: url(../images/index-case3.png);
}
.page-success-case .main .tab-contents .tab-content .items.items-style3 .item3.active {
  background-image: url(../images/index-case4.png);
}
.page-success-case .main .tab-contents .tab-content .items .item {
  background: url(../images/success/item-bg0.png) no-repeat;
  background-size: 100% 100%;
  width: 12%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 34rem;
  overflow: hidden;
}
.page-success-case .main .tab-contents .tab-content .items .item.item1 {
  background-image: url(../images/success/item-bg1.png);
}
.page-success-case .main .tab-contents .tab-content .items .item.item1 .con h3 {
  color: #086FB9;
  border: 1px solid rgba(20, 112, 178, 0.5);
}
.page-success-case .main .tab-contents .tab-content .items .item.item2 {
  background-image: url(../images/success/item-bg2.png);
}
.page-success-case .main .tab-contents .tab-content .items .item.item2 .con h3 {
  color: #B98308;
  border: 1px solid rgba(178, 153, 20, 0.5);
}
.page-success-case .main .tab-contents .tab-content .items .item.item3 {
  background-image: url(../images/success/item-bg3.png);
}
.page-success-case .main .tab-contents .tab-content .items .item.item3 .con h3 {
  color: #087BB9;
  border: 1px solid rgba(20, 141, 178, 0.5);
}
.page-success-case .main .tab-contents .tab-content .items .item.item4 {
  background-image: url(../images/success/item-bg4.png);
}
.page-success-case .main .tab-contents .tab-content .items .item.item4 .con h3 {
  color: #08B9B5;
  border: 1px solid rgba(20, 138, 178, 0.5);
}
.page-success-case .main .tab-contents .tab-content .items .item .con h3 {
  margin: 3rem 1.4rem 0;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #0844B9;
  border: 1px solid rgba(20, 97, 178, 0.5);
  text-align: center;
  padding: 0.6rem 0;
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-success-case .main .tab-contents .tab-content .items .item .con .txt {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 3.6rem 2.8rem 3.4rem;
}
.page-success-case .main .tab-contents .tab-content .items .item .con .txt h2 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  margin: 0 0 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.page-success-case .main .tab-contents .tab-content .items .item .con .txt h2::before {
  content: "";
  margin-right: 0.5rem;
  width: 0.2rem;
  height: 1.4rem;
  background: #fff;
}
.page-success-case .main .tab-contents .tab-content .items .item .con .txt p {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
  font-size: 1.2rem;
  color: #fff;
  line-height: 2.2rem;
  text-align: justify;
  margin-bottom: 1rem;
}
.page-success-case .main .tab-contents .tab-content .items .item .con .txt p a {
  color: #fff;
}
.page-success-case .main .tab-contents .tab-content .items .item .con .txt p a:hover {
  color: #fff;
}
.page-success-case .main .tab-contents .tab-content .items .item .con .txt .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-success-case .main .tab-contents .tab-content .items .item .con .txt .more a {
  width: 10rem;
  height: 3.6rem;
  line-height: 3.6rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.page-success-case .main .tab-contents .tab-content .items .item .con .txt .more a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.page-success-case .main .tab-contents .tab-content .items .item.active {
  width: 41%;
  background-image: url(../images/index-case1.png);
}
.page-success-case .main .tab-contents .tab-content .items .item.active .con {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-success-case .main .tab-contents .tab-content .items .item.active .con h3 {
  display: none;
}
.page-success-case .main .tab-contents .tab-content .items .item.active .con .txt {
  opacity: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-success-case .main .tab-contents .tab-content .items .item.active .con .txt p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 1;
}

.page-success-softZhzw .page-cat {
  margin-bottom: 3.4rem;
}
.page-success-softZhzw .block-one {
  overflow: hidden;
  padding-bottom: 3.4rem;
}
.page-success-softZhzw .block-one .container {
  background: url(../images/success/soft/wx-bg0.png) no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48.5rem;
  padding: 0 5rem;
}
.page-success-softZhzw .block-one .container::before, .page-success-softZhzw .block-one .container::after {
  display: none;
}
.page-success-softZhzw .block-one .container .text-box {
  padding: 2rem 0 0 0;
  width: 33rem;
  font-size: 1.6rem;
  color: #FFFFFF;
}
.page-success-softZhzw .block-one .container .text-box .text {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 3rem;
}
.page-success-softZhzw .block-one .container .img {
  width: 59rem;
}
.page-success-softZhzw .block-two {
  overflow: hidden;
  height: 60.7rem;
  background: url(../images/success/soft/wx-bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 6rem 0 0 0;
}
.page-success-softZhzw .block-two .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}
.page-success-softZhzw .block-two .b-title h3 {
  position: relative;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 1.4rem;
}
.page-success-softZhzw .block-two .b-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 11rem;
  height: 4px;
  background: #1470B2;
}
.page-success-softZhzw .block-two .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-success-softZhzw .block-two .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28rem;
}
.page-success-softZhzw .block-two .list .item .img {
  width: 28rem;
  height: 19.6rem;
  margin-bottom: 2.3rem;
}
.page-success-softZhzw .block-two .list .item .title {
  margin-bottom: 1.2rem;
}
.page-success-softZhzw .block-two .list .item .title h3 {
  font-size: 1.6rem;
  color: #242525;
  position: relative;
  padding-bottom: 8px;
}
.page-success-softZhzw .block-two .list .item .title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 5rem;
  height: 3px;
  background: #252526;
}
.page-success-softZhzw .block-two .list .item .desc {
  font-size: 1.4rem;
  color: #8C8C8C;
  line-height: 3rem;
}
.page-success-softZhzw .block-three {
  overflow: hidden;
  height: 70.2rem;
  padding: 5rem 0 0 0;
}
.page-success-softZhzw .block-three .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6.2rem;
}
.page-success-softZhzw .block-three .b-title h3 {
  position: relative;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 1.4rem;
}
.page-success-softZhzw .block-three .b-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 11rem;
  height: 4px;
  background: #1470B2;
}
.page-success-softZhzw .block-three .con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-success-softZhzw .block-three .con-box .l {
  width: 61rem;
  height: 45.2rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(231, 231, 231, 0.5);
          box-shadow: 0px 0px 15px 0px rgba(231, 231, 231, 0.5);
  padding: 2rem 2.1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-success-softZhzw .block-three .con-box .l .img-box {
  text-align: center;
  margin-bottom: 3rem;
}
.page-success-softZhzw .block-three .con-box .l .img-box .img {
  width: 23.1rem;
  height: 24.4rem;
}
.page-success-softZhzw .block-three .con-box .l > h3 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #1470B2;
  margin-bottom: 1rem;
}
.page-success-softZhzw .block-three .con-box .l p {
  font-size: 1.4rem;
  color: #8C8C8C;
  line-height: 3rem;
  text-align: justify;
}
.page-success-softZhzw .block-three .con-box .r-img {
  width: 53rem;
  height: 35.5rem;
}
.page-success-softZhzw .block-four {
  overflow: hidden;
  height: 74.8rem;
  background: url(../images/success/soft/zhzw-bg0.png) no-repeat;
  background-size: 100% 100%;
  padding: 5rem 0 0 0;
}
.page-success-softZhzw .block-four .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}
.page-success-softZhzw .block-four .b-title h3 {
  position: relative;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 1.4rem;
}
.page-success-softZhzw .block-four .b-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 11rem;
  height: 4px;
  background: #1470B2;
}
.page-success-softZhzw .block-four .imgs-box {
  width: 100%;
  height: 52.3rem;
  background: #FFFFFF;
  padding: 4.4rem 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-success-softZhzw .block-four .imgs-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 4.2rem;
}
.page-success-softZhzw .block-four .imgs-box .list .item .img {
  width: 36.8rem;
  height: 14.5rem;
}
.page-success-softZhzw .block-four .imgs-box .list .item .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.85);
  height: 2.5rem;
  line-height: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#546EA3), to(#7288C2));
  background: linear-gradient(180deg, #546EA3 0%, #7288C2 100%);
}
.page-success-softZhzw .block-four .imgs-box .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.page-success-softZhzw .block-four .imgs-box .tag-list .img {
  width: 19rem;
  height: 4.5rem;
}

.page-success-softZhyq .page-cat {
  margin-bottom: 3.4rem;
  padding-top: 5.1rem;
}
.page-success-softZhyq .block-one {
  overflow: hidden;
  margin-top: -13.6rem;
  height: 79.2rem;
  background: url(../images/success/soft/sz-bg0.png) no-repeat;
  background-size: 100% 100%;
}
.page-success-softZhyq .block-one .in-wrapper {
  padding: 20rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-success-softZhyq .block-one .in-wrapper .l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-success-softZhyq .block-one .in-wrapper .l .jb-txt {
  font-weight: bold;
  font-size: 1.8rem;
  color: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#00BDB6), to(#008FC0));
  background: linear-gradient(0deg, #00BDB6 0%, #008FC0 100%);
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 2.8rem;
}
.page-success-softZhyq .block-one .in-wrapper .l .txt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.5rem;
}
.page-success-softZhyq .block-one .in-wrapper .l .txt-list .item h3 {
  font-size: 1.8rem;
  color: #1470B2;
  margin-bottom: 1rem;
}
.page-success-softZhyq .block-one .in-wrapper .l .txt-list .item p {
  font-size: 1.4rem;
  color: #8C8C8C;
}
.page-success-softZhyq .block-one .in-wrapper .l .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-success-softZhyq .block-one .in-wrapper .l .img-box .img0 {
  width: 32.1rem;
  height: 17.2rem;
}
.page-success-softZhyq .block-one .in-wrapper .l .img-box .img1 {
  width: 20.1rem;
  height: 20.2rem;
}
.page-success-softZhyq .block-one .in-wrapper .r-img {
  margin-left: 7rem;
  width: 50.4rem;
  height: 51.5rem;
}
.page-success-softZhyq .block-two {
  overflow: hidden;
  height: 57.2rem;
  background: url(../images/success/soft/zhyq-bg0.png) no-repeat;
  background-size: 100% 100%;
}
.page-success-softZhyq .block-two .container {
  height: inherit;
  padding: 0;
  background: url("../images/success/soft/sz-bg1.png") no-repeat top right;
  background-size: 17.8rem 100%;
}
.page-success-softZhyq .block-two .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6.2rem;
  padding: 7rem 0 0 0;
}
.page-success-softZhyq .block-two .b-title h3 {
  position: relative;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 1.4rem;
}
.page-success-softZhyq .block-two .b-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 11rem;
  height: 4px;
  background: #1470B2;
}
.page-success-softZhyq .block-two .con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-success-softZhyq .block-two .con-box .txt-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-success-softZhyq .block-two .con-box .txt-box h3 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #1470B2;
  margin-bottom: 2.9rem;
}
.page-success-softZhyq .block-two .con-box .txt-box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10.7rem;
  border: 1px dashed #1470B2;
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3rem;
  padding: 0 1.2rem;
}
.page-success-softZhyq .block-two .con-box .right-box {
  margin-left: 8.3rem;
  width: 62.2rem;
  height: 32.2rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(209, 209, 209, 0.5);
          box-shadow: 0px 0px 12px 0px rgba(209, 209, 209, 0.5);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.page-success-softZhyq .block-two .con-box .right-box .small-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.page-success-softZhyq .block-two .con-box .right-box .small-imgs .item {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 2px;
}
.page-success-softZhyq .block-two .con-box .right-box .small-imgs .item::before, .page-success-softZhyq .block-two .con-box .right-box .small-imgs .item::after {
  content: "";
  border: 2px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
}
.page-success-softZhyq .block-two .con-box .right-box .small-imgs .item::before {
  top: 0;
  left: 0;
}
.page-success-softZhyq .block-two .con-box .right-box .small-imgs .item::after {
  bottom: 0;
  right: 0;
}
.page-success-softZhyq .block-two .con-box .right-box .small-imgs .item.active::before, .page-success-softZhyq .block-two .con-box .right-box .small-imgs .item.active::after {
  width: 100%;
  height: 100%;
}
.page-success-softZhyq .block-two .con-box .right-box .small-imgs .item.active::before {
  border-top-color: #1470B2;
  border-right-color: #1470B2;
  -webkit-transition: width 0.9s ease-out, height 0.9s ease-out 0.9s;
  transition: width 0.9s ease-out, height 0.9s ease-out 0.9s;
}
.page-success-softZhyq .block-two .con-box .right-box .small-imgs .item.active::after {
  border-bottom-color: #1470B2;
  border-left-color: #1470B2;
  -webkit-transition: border-color 0s ease-out 1.8s, width 0.9s ease-out 1.8s, height 0.9s ease-out 2.7s;
  transition: border-color 0s ease-out 1.8s, width 0.9s ease-out 1.8s, height 0.9s ease-out 2.7s;
}
.page-success-softZhyq .block-two .con-box .right-box .small-imgs .item img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.page-success-softZhyq .block-two .con-box .right-box .big-imgs .item {
  display: none;
}
.page-success-softZhyq .block-two .con-box .right-box .big-imgs .item img {
  width: 51.3rem;
  height: 27.9rem;
}
.page-success-softZhyq .block-two .con-box .right-box .big-imgs .item.active {
  display: block;
}
.page-success-softZhyq .block-three {
  padding: 7.9rem 0 7.5rem 0;
}
.page-success-softZhyq .block-three .flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-success-softZhyq .block-three .flex-row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-success-softZhyq .block-three .flex-row-wrap li {
  width: 50%;
}
.page-success-softZhyq .block-three .in-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
}
.page-success-softZhyq .block-three .in-wrapper .item-block {
  width: 22.3rem;
  height: 22.6rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 9px 0px rgba(11, 93, 162, 0.5);
          box-shadow: 0px 1px 9px 0px rgba(11, 93, 162, 0.5);
  border-radius: 1.4rem;
  padding: 2rem 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-success-softZhyq .block-three .in-wrapper .item-block.item-block3 {
  width: 68.4rem;
}
.page-success-softZhyq .block-three .in-wrapper .item-block.item-block3 .flex {
  gap: 9.9rem;
}
.page-success-softZhyq .block-three .in-wrapper .item-block .item-title {
  font-size: 1.8rem;
  color: #202020;
  margin-bottom: 0.4rem;
  white-space: nowrap;
}
.page-success-softZhyq .block-three .in-wrapper .item-block .item-h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.2rem;
  position: relative;
  left: -1.5rem;
}
.page-success-softZhyq .block-three .in-wrapper .item-block .item-h3 h3 {
  font-size: 1.8rem;
  color: #FFFFFF;
  padding-left: 1.8rem;
  width: 8.8rem;
  height: 3.4rem;
  line-height: 3.4rem;
  background: #577BBD;
  border-radius: 0px 100px 100px 0px;
}
.page-success-softZhyq .block-three .in-wrapper .item-block ul {
  font-size: 1.4rem;
  color: #8C8C8C;
}
.page-success-softZhyq .block-three .in-wrapper .item-block ul li {
  white-space: nowrap;
}

.page-success-softty .page-cat {
  margin-bottom: 6rem;
}
.page-success-softty .block-one {
  margin-top: -17rem;
  overflow: hidden;
  padding: 16rem 0 0 0;
  height: 67.4rem;
  background: url(../images/success/soft/ty-bg0.png) no-repeat;
  background-size: 100% 100%;
}
.page-success-softty .block-one .container {
  padding: 0;
}
.page-success-softty .block-one .con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-success-softty .block-one .con-box .l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-success-softty .block-one .con-box .l .jb-txt {
  font-weight: bold;
  font-size: 1.8rem;
  color: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#00BDB6), to(#008FC0));
  background: linear-gradient(0deg, #00BDB6 0%, #008FC0 100%);
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 5.4rem;
}
.page-success-softty .block-one .con-box .l ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.page-success-softty .block-one .con-box .l ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-success-softty .block-one .con-box .l ul li:nth-child(even) span {
  background: #3BC7AB;
}
.page-success-softty .block-one .con-box .l ul li span {
  font-size: 1.6rem;
  color: #FFFFFF;
  width: 6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  background: #F49531;
  border-radius: 2px;
  margin-right: 2.3rem;
}
.page-success-softty .block-one .con-box .l ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3rem;
}
.page-success-softty .block-one .con-box .r-img {
  margin-left: 9.2rem;
  width: 57.7rem;
  height: 42.8rem;
}
.page-success-softty .block-two {
  overflow: hidden;
  padding: 3.3rem 0 0 0;
}
.page-success-softty .block-two .container {
  padding: 0;
}
.page-success-softty .block-two .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7rem 6.3rem;
}
.page-success-softty .block-two .list .item {
  width: 35rem;
  position: relative;
}
.page-success-softty .block-two .list .item:nth-of-type(-n+3)::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 3.8rem;
  height: 9.6rem;
  background: url(../images/success/soft/zhyq-arrow.png) no-repeat;
  background-size: 100% 100%;
}
.page-success-softty .block-two .list .item .num-box {
  text-align: center;
  font-weight: bold;
  font-size: 7.5rem;
  color: #1470B2;
}
.page-success-softty .block-two .list .item .con {
  position: relative;
  z-index: 1;
  top: -3rem;
  height: 14.7rem;
  background: #F1F9FF;
  border-radius: 1.8rem;
  border: 3px solid #FFFFFF;
  text-align: center;
  padding: 2.4rem 2.3rem 0;
}
.page-success-softty .block-two .list .item .con h3 {
  font-weight: bold;
  font-size: 2.4rem;
  color: #1470B2;
  margin-bottom: 1rem;
}
.page-success-softty .block-two .list .item .con p {
  font-size: 1.8rem;
  color: #1470B2;
  line-height: 3rem;
}
.page-success-softty .block-three {
  overflow: hidden;
  padding: 5rem 0 6.1rem 0;
}
.page-success-softty .block-three .container {
  padding: 0;
}
.page-success-softty .block-three .container .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}
.page-success-softty .block-three .container .b-title h3 {
  position: relative;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 1.4rem;
}
.page-success-softty .block-three .container .b-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 11rem;
  height: 4px;
  background: #1470B2;
}
.page-success-softty .block-three .container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../images/success/soft/ty-dz.png) no-repeat left bottom;
  background-size: 100% 35.4rem;
  padding: 0 2.1rem 25.6rem;
}
.page-success-softty .block-three .container .list .item {
  width: 49%;
  padding: 1.2rem 1.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0.48)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.48) 100%);
  -webkit-box-shadow: 0px 1px 29px 0px #E0F1FC;
          box-shadow: 0px 1px 29px 0px #E0F1FC;
  border: 1px solid #BFE2FF;
}
.page-success-softty .block-three .container .list .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 2.2rem;
  color: #1470B2;
  height: 5rem;
  background: #ECF7FF;
  border-radius: 4px;
  margin-bottom: 2.9rem;
}
.page-success-softty .block-three .container .list .item .desc {
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3rem;
  margin-bottom: 2.9rem;
}
.page-success-softty .block-three .container .list .item .img-box img {
  width: 100%;
}
.page-success-softty .block-three .container .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-success-softty .block-three .container .tag-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 9.5rem;
  padding: 0 4.4rem;
  font-weight: bold;
  font-size: 2rem;
  color: #1470B2;
}
.page-success-softty .block-three .container .tag-list .item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4px;
  height: 9.5rem;
  background: url("../images/success/soft/zhsq-line.png") no-repeat;
}

@-webkit-keyframes arrmove {
  0% {
    left: -7.4rem;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes arrmove {
  0% {
    left: -7.4rem;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.page-success-softdsj .page-cat {
  margin-bottom: 0;
}
.page-success-softdsj .block-one {
  overflow: hidden;
  padding: 8rem 0 5rem 0;
}
.page-success-softdsj .block-one .con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-success-softdsj .block-one .con-box .l {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 1.8rem;
  padding-top: 4rem;
  -webkit-transform: all 0.5s;
      -ms-transform: all 0.5s;
          transform: all 0.5s;
}
.page-success-softdsj .block-one .con-box .l::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: 21rem;
  background: url("../images/success/soft/yg-arrow.png") no-repeat;
  width: 9rem;
  height: 6.5rem;
  -webkit-animation: arrmove 2s ease infinite;
          animation: arrmove 2s ease infinite;
}
.page-success-softdsj .block-one .con-box .l .item {
  width: 23.9rem;
  height: 19.4rem;
  border-radius: 2.4rem;
  border: 1px solid #1470B2;
  overflow: hidden;
}
.page-success-softdsj .block-one .con-box .l .item .title {
  height: 5.2rem;
  line-height: 5.2rem;
  text-align: center;
  background: #1470B2;
  font-weight: bold;
  font-size: 1.8rem;
  color: #FFFFFF;
}
.page-success-softdsj .block-one .con-box .l .item .desc {
  text-align: center;
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3rem;
  padding: 2.2rem 1.6rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-success-softdsj .block-one .con-box .r-box {
  margin-left: 8rem;
}
.page-success-softdsj .block-one .con-box .r-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: transparent;
  line-height: 2.4rem;
  text-align: left;
  background: -webkit-gradient(linear, left bottom, left top, from(#00BDB6), to(#008FC0));
  background: linear-gradient(0deg, #00BDB6 0%, #008FC0 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
.page-success-softdsj .block-one .con-box .r-box .title .line {
  width: 5.4rem;
  height: 1.4rem;
  background: url("../images/success/soft/dsj-line.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 1.8rem;
}
.page-success-softdsj .block-one .con-box .r-box .img {
  width: 59.4rem;
  height: 42.5rem;
}
.page-success-softdsj .block-two {
  overflow: hidden;
  height: 68.9rem;
  background: url(../images/success/soft/dsj-bg0.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 5rem;
}
.page-success-softdsj .block-two .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}
.page-success-softdsj .block-two .b-title h3 {
  position: relative;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 1.4rem;
}
.page-success-softdsj .block-two .b-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 11rem;
  height: 4px;
  background: #1470B2;
}
.page-success-softdsj .block-two .con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-success-softdsj .block-two .con-box .l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-success-softdsj .block-two .con-box .l .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: transparent;
  line-height: 2.4rem;
  text-align: left;
  background: -webkit-gradient(linear, left bottom, left top, from(#00BDB6), to(#008FC0));
  background: linear-gradient(0deg, #00BDB6 0%, #008FC0 100%);
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 4rem;
}
.page-success-softdsj .block-two .con-box .l .title .line {
  width: 5.4rem;
  height: 1.4rem;
  background: url("../images/success/soft/dsj-line.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 1.8rem;
}
.page-success-softdsj .block-two .con-box .l ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.7rem;
}
.page-success-softdsj .block-two .con-box .l ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3rem;
}
.page-success-softdsj .block-two .con-box .l ul li .icon {
  width: 6rem;
  height: 6.1rem;
  margin-right: 1.7rem;
}
.page-success-softdsj .block-two .con-box .r-img {
  width: 63.1rem;
  height: 42.8rem;
  margin: 3rem 0 0 2rem;
}

@keyframes arrmove {
  0% {
    right: -6rem;
    opacity: 0;
  }
  to {
    right: -9rem;
    opacity: 1;
  }
}
.page-success-softwlw .page-cat {
  margin-bottom: 3.4rem;
}
.page-success-softwlw .block-one {
  overflow: hidden;
  height: 75.8rem;
  margin-top: -14.6rem;
  background: url(../images/success/soft/wlw-bg0.png) no-repeat;
  background-size: 100% 100%;
  padding: 18.3rem 0 0 0;
}
.page-success-softwlw .block-one .imgs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.7rem;
}
.page-success-softwlw .block-one .imgs-box .img0 {
  width: 63.8rem;
  height: 28.9rem;
}
.page-success-softwlw .block-one .imgs-box .img1 {
  width: 47.4rem;
  height: 33.5rem;
}
.page-success-softwlw .block-one .desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-success-softwlw .block-one .desc-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6rem;
  position: relative;
}
.page-success-softwlw .block-one .desc-list .item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/success/soft/wlw-line.png") no-repeat;
  background-size: 100% 100%;
  width: 3px;
  height: 8.7rem;
}
.page-success-softwlw .block-one .desc-list .item .title {
  font-weight: bold;
  font-size: 1.8rem;
  color: transparent;
  line-height: 2.4rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#00BDB6), to(#008FC0));
  background: linear-gradient(0deg, #00BDB6 0%, #008FC0 100%);
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 2rem;
}
.page-success-softwlw .block-one .desc-list .item .desc {
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3rem;
}
.page-success-softwlw .block-two {
  overflow: hidden;
  padding: 5.1rem 0 2.9rem 0;
}
.page-success-softwlw .block-two .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8rem;
}
.page-success-softwlw .block-two .b-title h3 {
  position: relative;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.85);
}
.page-success-softwlw .block-two .b-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 8rem;
  height: 4px;
  background: #1470B2;
}
.page-success-softwlw .block-two .img-box {
  text-align: center;
}
.page-success-softwlw .block-two .img-box img {
  width: 100%;
}

.page-success-data .page-cat {
  margin-bottom: 4.7rem;
}
.page-success-data .main .tab-box {
  height: 6.8rem;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(239, 239, 239, 0.5);
          box-shadow: 0px 3px 10px 0px rgba(239, 239, 239, 0.5);
  position: relative;
  z-index: 1;
}
.page-success-data .main .tab-box .container {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-success-data .main .tab-box .container::before, .page-success-data .main .tab-box .container::after {
  display: none;
}
.page-success-data .main .tab-box .tab {
  position: relative;
  cursor: pointer;
  padding-bottom: 1.9rem;
  font-size: 2rem;
  font-weight: bold;
  color: #343434;
}
.page-success-data .main .tab-box .tab.active {
  color: #1470B2;
}
.page-success-data .main .tab-box .tab.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0rem;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 80px;
  height: 4px;
  background: #1470B2;
}
.page-success-data .main .tab-contents .tab-content {
  display: none;
}
.page-success-data .main .tab-contents .tab-content.active {
  display: block;
}
.page-success-data .main .wl-box .block-one {
  overflow: hidden;
  padding: 11.2rem 0 5rem 0;
}
.page-success-data .main .wl-box .block-one .con-box {
  height: 32.6rem;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-success-data .main .wl-box .block-one .con-box .list-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #202020;
  margin-bottom: 2.4rem;
}
.page-success-data .main .wl-box .block-one .con-box .list-box .title .ico {
  width: 6.4rem;
  margin-right: 1.6rem;
}
.page-success-data .main .wl-box .block-one .con-box .list-box > p {
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3.5rem;
}
.page-success-data .main .wl-box .block-one .con-box .img {
  margin-left: 4.6rem;
  width: 74.8rem;
}
.page-success-data .main .wl-box .block-two {
  overflow: hidden;
  height: 88.8rem;
  background: url(../images/success/data/wl-bg0.png) no-repeat;
  background-size: 100% 100%;
  padding: 4.7rem 0 0 0;
}
.page-success-data .main .wl-box .block-two .con-box-wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(229, 229, 229, 0.5);
          box-shadow: 0px 0px 18px 0px rgba(229, 229, 229, 0.5);
  border-radius: 1.4rem;
  padding: 0 0 2.5rem 0;
}
.page-success-data .main .wl-box .block-two .con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.6rem;
}
.page-success-data .main .wl-box .block-two .con-box .list-box {
  padding-top: 5.1rem;
  padding-left: 2rem;
}
.page-success-data .main .wl-box .block-two .con-box .list-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #202020;
  margin-bottom: 2.4rem;
}
.page-success-data .main .wl-box .block-two .con-box .list-box .title .ico {
  width: 6.4rem;
  margin-right: 1.6rem;
}
.page-success-data .main .wl-box .block-two .con-box .list-box ul {
  margin-left: 8.3rem;
}
.page-success-data .main .wl-box .block-two .con-box .list-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #8C8C8C;
  margin-bottom: 1.8rem;
}
.page-success-data .main .wl-box .block-two .con-box .list-box ul li i {
  background: url(../images/success/data/wl-dot.png) no-repeat;
  background-size: 100% 100%;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.4rem;
}
.page-success-data .main .wl-box .block-two .con-box .img {
  width: 63rem;
}
.page-success-data .main .wl-box .block-two .con2-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-success-data .main .wl-box .block-two .con2-box .list-box {
  padding-top: 8.3rem;
}
.page-success-data .main .wl-box .block-two .con2-box .list-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #202020;
  margin-bottom: 2.4rem;
}
.page-success-data .main .wl-box .block-two .con2-box .list-box .title .ico {
  width: 6.4rem;
  margin-right: 1.6rem;
}
.page-success-data .main .wl-box .block-two .con2-box .list-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #8C8C8C;
  margin-bottom: 1.8rem;
}
.page-success-data .main .wl-box .block-two .con2-box .list-box ul li i {
  background: url(../images/success/data/wl-dot.png) no-repeat;
  background-size: 100% 100%;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.4rem;
}
.page-success-data .main .wl-box .block-two .con2-box .img {
  width: 63rem;
  margin-right: 11.4rem;
}
.page-success-data .main .wl-box .block-three {
  overflow: hidden;
  height: 63.5rem;
  padding: 6.8rem 0 0 0;
}
.page-success-data .main .wl-box .block-three .container {
  height: 46.5rem;
  background: url(../images/success/data/wl-bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 3.4rem 0 2.7rem 0;
}
.page-success-data .main .wl-box .block-three .con-box {
  height: 40.4rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(229, 229, 229, 0.5);
          box-shadow: 0px 0px 18px 0px rgba(229, 229, 229, 0.5);
  border-radius: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 1.9rem;
  font-size: 1.6rem;
}
.page-success-data .main .wl-box .block-three .con-box .list-box {
  padding-top: 2.3rem;
}
.page-success-data .main .wl-box .block-three .con-box .list-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #202020;
  margin-bottom: 4.6rem;
}
.page-success-data .main .wl-box .block-three .con-box .list-box .title .ico {
  width: 6.4rem;
  margin-right: 1.6rem;
}
.page-success-data .main .wl-box .block-three .con-box .list-box .sub-title {
  color: #1470B2;
  margin-bottom: 2.4rem;
}
.page-success-data .main .wl-box .block-three .con-box .list-box > p {
  color: #8C8C8C;
  line-height: 3.5rem;
}
.page-success-data .main .wl-box .block-three .con-box .img {
  margin-left: 13.8rem;
  width: 62.3rem;
}
.page-success-data .main .wl-box .block-four {
  overflow: hidden;
  height: 66rem;
  background: url(../images/success/data/jf-bg0.png) no-repeat;
  background-size: 100% 100%;
  padding: 10.2rem 0 0 0;
}
.page-success-data .main .wl-box .block-four .con-box {
  position: relative;
  height: 37.9rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(229, 229, 229, 0.5);
          box-shadow: 0px 0px 18px 0px rgba(229, 229, 229, 0.5);
  border-radius: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.2rem 0 2.2rem 2.2rem;
}
.page-success-data .main .wl-box .block-four .con-box .list-box {
  width: 35rem;
  margin-right: 6rem;
}
.page-success-data .main .wl-box .block-four .con-box .list-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #202020;
  margin-bottom: 2.4rem;
}
.page-success-data .main .wl-box .block-four .con-box .list-box .title .ico {
  width: 6.4rem;
  margin-right: 1.6rem;
}
.page-success-data .main .wl-box .block-four .con-box .list-box > p {
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3.5rem;
}
.page-success-data .main .wl-box .block-four .con-box .r-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-success-data .main .wl-box .block-four .con-box .r-box .small-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.page-success-data .main .wl-box .block-four .con-box .r-box .small-imgs .item {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 2px;
}
.page-success-data .main .wl-box .block-four .con-box .r-box .small-imgs .item::before, .page-success-data .main .wl-box .block-four .con-box .r-box .small-imgs .item::after {
  content: "";
  border: 2px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
}
.page-success-data .main .wl-box .block-four .con-box .r-box .small-imgs .item::before {
  top: 0;
  left: 0;
}
.page-success-data .main .wl-box .block-four .con-box .r-box .small-imgs .item::after {
  bottom: 0;
  right: 0;
}
.page-success-data .main .wl-box .block-four .con-box .r-box .small-imgs .item.active::before, .page-success-data .main .wl-box .block-four .con-box .r-box .small-imgs .item.active::after {
  width: 100%;
  height: 100%;
}
.page-success-data .main .wl-box .block-four .con-box .r-box .small-imgs .item.active::before {
  border-top-color: #1470B2;
  border-right-color: #1470B2;
  -webkit-transition: width 0.9s ease-out, height 0.9s ease-out 0.9s;
  transition: width 0.9s ease-out, height 0.9s ease-out 0.9s;
}
.page-success-data .main .wl-box .block-four .con-box .r-box .small-imgs .item.active::after {
  border-bottom-color: #1470B2;
  border-left-color: #1470B2;
  -webkit-transition: border-color 0s ease-out 1.8s, width 0.9s ease-out 1.8s, height 0.9s ease-out 2.7s;
  transition: border-color 0s ease-out 1.8s, width 0.9s ease-out 1.8s, height 0.9s ease-out 2.7s;
}
.page-success-data .main .wl-box .block-four .con-box .r-box .small-imgs .item img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.page-success-data .main .wl-box .block-four .con-box .r-box .big-imgs {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-success-data .main .wl-box .block-four .con-box .r-box .big-imgs .item {
  display: none;
}
.page-success-data .main .wl-box .block-four .con-box .r-box .big-imgs .item img {
  width: 63.4rem;
  height: 33.4rem;
}
.page-success-data .main .wl-box .block-four .con-box .r-box .big-imgs .item.active {
  display: block;
}
.page-success-data .main .jf-box .block-one {
  overflow: hidden;
  height: 66rem;
  background: url(../images/success/data/jf-bg0.png) no-repeat;
  background-size: 100% 100%;
  padding: 15.3rem 0 0 0;
}
.page-success-data .main .jf-box .block-one .con-box {
  position: relative;
  height: 37.1rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(229, 229, 229, 0.5);
          box-shadow: 0px 0px 18px 0px rgba(229, 229, 229, 0.5);
  border-radius: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.4rem;
  font-size: 1.6rem;
}
.page-success-data .main .jf-box .block-one .con-box .list-box {
  width: 55rem;
  margin-left: 3.8rem;
}
.page-success-data .main .jf-box .block-one .con-box .list-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #202020;
  margin-bottom: 2.4rem;
}
.page-success-data .main .jf-box .block-one .con-box .list-box .title .ico {
  width: 6.4rem;
  margin-right: 1.6rem;
}
.page-success-data .main .jf-box .block-one .con-box .list-box > p {
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3.5rem;
  margin-bottom: 5.2rem;
}
.page-success-data .main .jf-box .block-one .con-box .list-box .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
}
.page-success-data .main .jf-box .block-one .con-box .list-box .tags span {
  border: 1px solid #EEEEEE;
  color: #8C8C8C;
  padding: 0.5rem 1rem;
}
.page-success-data .main .jf-box .block-one .con-box .l-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-success-data .main .jf-box .block-one .con-box .l-box .small-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.page-success-data .main .jf-box .block-one .con-box .l-box .small-imgs .item {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 2px;
}
.page-success-data .main .jf-box .block-one .con-box .l-box .small-imgs .item::before, .page-success-data .main .jf-box .block-one .con-box .l-box .small-imgs .item::after {
  content: "";
  border: 2px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
}
.page-success-data .main .jf-box .block-one .con-box .l-box .small-imgs .item::before {
  top: 0;
  left: 0;
}
.page-success-data .main .jf-box .block-one .con-box .l-box .small-imgs .item::after {
  bottom: 0;
  right: 0;
}
.page-success-data .main .jf-box .block-one .con-box .l-box .small-imgs .item.active::before, .page-success-data .main .jf-box .block-one .con-box .l-box .small-imgs .item.active::after {
  width: 100%;
  height: 100%;
}
.page-success-data .main .jf-box .block-one .con-box .l-box .small-imgs .item.active::before {
  border-top-color: #1470B2;
  border-right-color: #1470B2;
  -webkit-transition: width 0.9s ease-out, height 0.9s ease-out 0.9s;
  transition: width 0.9s ease-out, height 0.9s ease-out 0.9s;
}
.page-success-data .main .jf-box .block-one .con-box .l-box .small-imgs .item.active::after {
  border-bottom-color: #1470B2;
  border-left-color: #1470B2;
  -webkit-transition: border-color 0s ease-out 1.8s, width 0.9s ease-out 1.8s, height 0.9s ease-out 2.7s;
  transition: border-color 0s ease-out 1.8s, width 0.9s ease-out 1.8s, height 0.9s ease-out 2.7s;
}
.page-success-data .main .jf-box .block-one .con-box .l-box .small-imgs .item img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.page-success-data .main .jf-box .block-one .con-box .l-box .big-imgs {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-success-data .main .jf-box .block-one .con-box .l-box .big-imgs .item {
  display: none;
}
.page-success-data .main .jf-box .block-one .con-box .l-box .big-imgs .item img {
  width: 48.2rem;
  height: 38.8rem;
}
.page-success-data .main .jf-box .block-one .con-box .l-box .big-imgs .item.active {
  display: block;
}

.page-success-safe .page-cat {
  margin-bottom: 4.7rem;
}
.page-success-safe .block-one {
  margin-top: -16rem;
  overflow: hidden;
  background: url(../images/success/safe/bg0.png) no-repeat;
  background-size: 100% 100%;
}
.page-success-safe .block-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 53.8rem;
  padding: 10rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-success-safe .block-one .container > ::before, .page-success-safe .block-one .container > ::after {
  display: none;
}
.page-success-safe .block-one .container .l-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-success-safe .block-one .container .l-box .l-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.page-success-safe .block-one .container .l-box .l-list-box .box-name {
  font-size: 1.6rem;
  color: #202020;
}
.page-success-safe .block-one .container .l-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -1.8rem;
}
.page-success-safe .block-one .container .l-box .list .item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 3.8rem;
}
.page-success-safe .block-one .container .l-box .list .item:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 2.1rem;
  content: "";
  width: 0;
  height: 49px;
  border-right: 1px solid #E0E0E0;
}
.page-success-safe .block-one .container .l-box .list .item .num-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page-success-safe .block-one .container .l-box .list .item .num-box .num {
  color: #1470B2;
  font-weight: bold;
  font-size: 2.9rem;
}
.page-success-safe .block-one .container .l-box .list .item .num-box .unit {
  white-space: nowrap;
  font-size: 1.2rem;
  color: #8C8C8C;
}
.page-success-safe .block-one .container .l-box .list .item .tag {
  background: #E7FCFF;
  border-radius: 1px;
  color: #1470B2;
  font-size: 1.6rem;
  padding: 0.3rem;
}
.page-success-safe .block-one .container .l-box .list .item p {
  font-size: 1.6rem;
  color: #202020;
}
.page-success-safe .block-one .container .l-box .tip {
  font-size: 1.4rem;
  color: #8C8C8C;
  padding: 2.3rem 0 0 0;
  margin-bottom: 1rem;
}
.page-success-safe .block-one .container .l-box .percent-box {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  line-height: 3rem;
  color: #FF2E2E;
  margin-bottom: 1rem;
}
.page-success-safe .block-one .container .l-box .desc-box {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #1470B2;
}
.page-success-safe .block-one .container .r-box {
  margin-left: 1.5rem;
}
.page-success-safe .block-one .container .r-box .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8rem;
  font-size: 1.6rem;
}
.page-success-safe .block-one .container .r-box .list-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37rem;
  height: 14rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 22px 2px #E7ECF1;
          box-shadow: 0px 0px 22px 2px #E7ECF1;
  border-radius: 5px;
  padding: 0 2.5rem;
}
.page-success-safe .block-one .container .r-box .list-box .item .title {
  color: #000000;
  line-height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: 9.7rem;
  margin-right: 2.3rem;
}
.page-success-safe .block-one .container .r-box .list-box .item .desc {
  font-size: 14px;
  color: #8C8C8C;
  line-height: 3rem;
}
.page-success-safe .block-two {
  overflow: hidden;
  height: 48.4rem;
  background: url(../images/success/safe/bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 5.1rem 0 0 0;
}
.page-success-safe .block-two .common-cat {
  margin-bottom: 6rem;
}
.page-success-safe .block-two .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 1.6rem;
}
.page-success-safe .block-two .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-success-safe .block-two .list .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12rem;
  height: 12rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
          box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
  border-radius: 50%;
  font-weight: bold;
  font-size: 2.2rem;
  color: #1470B2;
  margin-bottom: 1.8rem;
}
.page-success-safe .block-two .list .item .s-title {
  font-weight: bold;
  color: #000000;
  margin-bottom: 1.7rem;
  white-space: nowrap;
}
.page-success-safe .block-two .list .item p {
  color: #8C8C8C;
  text-align: center;
  line-height: 3rem;
  white-space: nowrap;
}
.page-success-safe .block-two .list .arrow {
  position: relative;
  top: -6rem;
  width: 11.1rem;
  height: 7.4rem;
  background: url(../images/success/safe/arrow.png) no-repeat;
  background-size: 100% 100%;
}
.page-success-safe .block-three {
  overflow: hidden;
  padding: 5.1rem 0 0 0;
}
.page-success-safe .block-three .container .con-box {
  position: relative;
  height: 64.4rem;
  background: url(../images/success/safe/circle.png) no-repeat;
  background-size: 100% 100%;
  background-position: 0 3.6rem;
}
.page-success-safe .block-three .container .con-box::after {
  position: absolute;
  left: 50%;
  bottom: 5.5rem;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  width: 20.8rem;
  height: 18.8rem;
  background: url(../images/success/safe/img0.png) no-repeat;
  background-size: 100% 100%;
}
.page-success-safe .block-three .container .con-box .div1 {
  position: absolute;
  left: 3.6rem;
  bottom: 9.3rem;
  padding: 0 0 0 7.7rem;
  font-size: 1.6rem;
}
.page-success-safe .block-three .container .con-box .div1 h3 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 0.6rem;
  padding: 2rem 0 0 0;
}
.page-success-safe .block-three .container .con-box .div1 > div {
  color: #8C8C8C;
  line-height: 3rem;
}
.page-success-safe .block-three .container .con-box .div1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF url(../images/success/safe/icon0.png) no-repeat;
  background-size: 100% 100%;
  width: 5.6rem;
  height: 5.6rem;
  -webkit-box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
          box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
  border-radius: 5px;
}
.page-success-safe .block-three .container .con-box .div2 {
  position: absolute;
  left: 25.9rem;
  top: 13.7rem;
  padding: 0 0 0 7.7rem;
  font-size: 1.6rem;
}
.page-success-safe .block-three .container .con-box .div2 h3 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 0.6rem;
  padding: 2rem 0 0 0;
}
.page-success-safe .block-three .container .con-box .div2 > div {
  color: #8C8C8C;
  line-height: 3rem;
}
.page-success-safe .block-three .container .con-box .div2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FFFFFF url(../images/success/safe/icon1.png) no-repeat;
  background-size: 100% 100%;
  width: 5.6rem;
  height: 5.6rem;
  -webkit-box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
          box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
  border-radius: 5px;
}
.page-success-safe .block-three .container .con-box .div3 {
  position: absolute;
  right: 25.9rem;
  top: 13.7rem;
  padding: 0 7.7rem 0 0;
  font-size: 1.6rem;
  text-align: right;
}
.page-success-safe .block-three .container .con-box .div3 h3 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 0.6rem;
  padding: 2rem 0 0 0;
}
.page-success-safe .block-three .container .con-box .div3 > div {
  color: #8C8C8C;
  line-height: 3rem;
}
.page-success-safe .block-three .container .con-box .div3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #FFFFFF url(../images/success/safe/icon2.png) no-repeat;
  background-size: 100% 100%;
  width: 5.6rem;
  height: 5.6rem;
  -webkit-box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
          box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
  border-radius: 5px;
}
.page-success-safe .block-three .container .con-box .div4 {
  position: absolute;
  right: 4.3rem;
  bottom: 9.3rem;
  padding: 0 7.7rem 0 0;
  font-size: 1.6rem;
  text-align: right;
}
.page-success-safe .block-three .container .con-box .div4 h3 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 0.6rem;
  padding: 2rem 0 0 0;
}
.page-success-safe .block-three .container .con-box .div4 > div {
  color: #8C8C8C;
  line-height: 3rem;
}
.page-success-safe .block-three .container .con-box .div4::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #FFFFFF url(../images/success/safe/icon3.png) no-repeat;
  background-size: 100% 100%;
  width: 5.6rem;
  height: 5.6rem;
  -webkit-box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
          box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
  border-radius: 5px;
}
.page-success-safe .block-four {
  height: 58.5rem;
  background: url(../images/success/safe/bg2.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 5.1rem;
  font-size: 1.6rem;
}
.page-success-safe .block-four .common-cat {
  margin-bottom: 6.7rem;
}
.page-success-safe .block-four .con-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-success-safe .block-four .con-box .l-box {
  margin-right: 15.2rem;
}
.page-success-safe .block-four .con-box .l-box > h3 {
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2rem 2px #E7ECF1;
          box-shadow: 0px 0px 2rem 2px #E7ECF1;
  border-radius: 1px;
  margin-bottom: 3.5rem;
}
.page-success-safe .block-four .con-box .l-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.5rem;
}
.page-success-safe .block-four .con-box .l-box .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-success-safe .block-four .con-box .l-box .list .item .ico {
  margin-right: 3.4rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
          box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
  border-radius: 8px 5px 5px 5px;
}
.page-success-safe .block-four .con-box .l-box .list .item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-success-safe .block-four .con-box .l-box .list .item > div h3 {
  color: #000000;
}
.page-success-safe .block-four .con-box .l-box .list .item > div p {
  color: #8C8C8C;
}
.page-success-safe .block-four .con-box .r-box {
  padding-top: 7.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-success-safe .block-four .con-box .r-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.page-success-safe .block-four .con-box .r-box .list li {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
          box-shadow: 0px 0px 2.2rem 2px #E7ECF1;
  border-radius: 8px 5px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8C8C8C;
  padding: 1.2rem 3.4rem;
}
.page-success-safe .block-four .con-box .r-box .list li span {
  text-align: center;
  width: 14rem;
  height: 3.2rem;
  line-height: 3.2rem;
  background: #EBF5FC;
  border-radius: 8px 5px 5px 5px;
  color: #000000;
  margin-right: 2.5rem;
}

.page-success-zn .page-cat {
  margin-bottom: 2.9rem;
}
.page-success-zn .main {
  padding-bottom: 8.5rem;
}
.page-success-zn .main .hd-desc {
  font-size: 1.6rem;
  color: #202020;
  line-height: 3rem;
  margin-bottom: 6.2rem;
}
.page-success-zn .main .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.page-success-zn .main .tab-box .tab {
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  color: #202020;
  margin-bottom: 2.9rem;
}
.page-success-zn .main .tab-box .tab.active {
  font-weight: bold;
  color: #1470B2;
}
.page-success-zn .main .tab-box .tab.active::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -2.9rem;
  content: "";
  background: url(../images/success/zn/tab_arrow.png) no-repeat;
  background-size: 100% 100%;
  width: 14rem;
  height: 9px;
}
.page-success-zn .main .tab-contents .tab-content {
  display: none;
  height: 28rem;
  background: #F8FCFF;
  padding: 0 2.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-success-zn .main .tab-contents .tab-content.active {
  display: block;
}
.page-success-zn .main .tab-contents .tab-content .con-box {
  position: relative;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}
.page-success-zn .main .tab-contents .tab-content .con-box .r-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 6.6rem;
  margin-top: 4rem;
}
.page-success-zn .main .tab-contents .tab-content .con-box .r-box p {
  line-height: 3rem;
  color: #8C8C8C;
  text-align: justify;
}
.page-success-zn .main .tab-contents .tab-content .con-box .r-box p strong {
  font-size: 1.8rem;
  color: #1470B2;
  font-weight: normal;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box .small-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box .small-imgs .item {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 2px;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box .small-imgs .item::before, .page-success-zn .main .tab-contents .tab-content .con-box .l-box .small-imgs .item::after {
  content: "";
  border: 2px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box .small-imgs .item::before {
  top: 0;
  left: 0;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box .small-imgs .item::after {
  bottom: 0;
  right: 0;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box .small-imgs .item.active::before, .page-success-zn .main .tab-contents .tab-content .con-box .l-box .small-imgs .item.active::after {
  width: 100%;
  height: 100%;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box .small-imgs .item.active::before {
  border-top-color: #1470B2;
  border-right-color: #1470B2;
  -webkit-transition: width 0.9s ease-out, height 0.9s ease-out 0.9s;
  transition: width 0.9s ease-out, height 0.9s ease-out 0.9s;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box .small-imgs .item.active::after {
  border-bottom-color: #1470B2;
  border-left-color: #1470B2;
  -webkit-transition: border-color 0s ease-out 1.8s, width 0.9s ease-out 1.8s, height 0.9s ease-out 2.7s;
  transition: border-color 0s ease-out 1.8s, width 0.9s ease-out 1.8s, height 0.9s ease-out 2.7s;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box .small-imgs .item img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box .big-imgs {
  margin-right: 4rem;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box .big-imgs .item {
  display: none;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box .big-imgs .item img {
  width: 33.6rem;
  height: 21.6rem;
}
.page-success-zn .main .tab-contents .tab-content .con-box .l-box .big-imgs .item.active {
  display: block;
}

.page-products .page-cat {
  margin-bottom: 6rem;
}
.page-products .block-one {
  margin-top: -17rem;
  overflow: hidden;
  padding: 16rem 0 0 0;
  height: 88rem;
  background: url(../images/products/bg0.png) no-repeat;
  background-size: 100% 100%;
}
.page-products .block-one .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.1rem;
}
.page-products .block-one .list li {
  width: 32%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-products .block-one .list li .img-box .img {
  width: 100%;
}
.page-products .block-one .list li:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(8px 8px 4px rgba(0, 0, 0, 0.1));
}

.page-products-product .page-cat {
  margin-bottom: 3.6rem;
}
.page-products-product .block-one {
  margin-bottom: 3.3rem;
}
.page-products-product .block-one .desc-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-products-product .block-one .desc-box .intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  color: #8C8C8C;
  line-height: 3.5rem;
  text-align: justify;
  margin-right: 6.9rem;
}
.page-products-product .block-one .desc-box .intro strong {
  color: #202020;
}
.page-products-product .block-one .desc-box .img-box {
  width: 56.2rem;
  height: 32.2rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 1.8rem 0px rgba(229, 229, 229, 0.5);
          box-shadow: 0px 0px 1.8rem 0px rgba(229, 229, 229, 0.5);
  border-radius: 1.2rem;
  padding: 2.7rem 3.2rem 0;
  position: relative;
}
.page-products-product .block-one .desc-box .img-box .img {
  width: 100%;
}
.page-products-product .block-one .desc-box .img-box .swiper-button-prev {
  outline: none;
  background: url("../images/products/product/arrow-left.png") no-repeat;
  width: 6.1rem;
  height: 6.1rem;
  left: -3rem;
}
.page-products-product .block-one .desc-box .img-box .swiper-button-prev::after {
  display: none;
}
.page-products-product .block-one .desc-box .img-box .swiper-button-next {
  outline: none;
  background: url("../images/products/product/arrow-right.png") no-repeat;
  width: 6.1rem;
  height: 6.1rem;
  right: -3rem;
}
.page-products-product .block-one .desc-box .img-box .swiper-button-next::after {
  display: none;
}
.page-products-product .block-two {
  height: 57.6rem;
  background: url(../images/products/product/bg1.png) no-repeat;
  background-size: 100% 100%;
}
.page-products-product .block-two .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.6rem;
  padding: 7rem 0 0 0;
}
.page-products-product .block-two .b-title h3 {
  position: relative;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 1.4rem;
}
.page-products-product .block-two .b-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 11rem;
  height: 4px;
  background: #1470B2;
}
.page-products-product .block-two .b-content-wrap {
  height: 38.3rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 1.8rem 0px rgba(229, 229, 229, 0.5);
          box-shadow: 0px 0px 1.8rem 0px rgba(229, 229, 229, 0.5);
  border-radius: 1.8rem;
  overflow: hidden;
}
.page-products-product .block-two .b-content {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-products-product .block-two .b-content .value-box {
  height: inherit;
  width: 37.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5.1rem 2.4rem 0;
  background: url("../images/products/product/bg-zs.png") no-repeat right bottom;
  background-size: 23.9rem 9.9rem;
}
.page-products-product .block-two .b-content .value-box .value-content {
  display: none;
}
.page-products-product .block-two .b-content .value-box .value-content .title {
  font-size: 2rem;
  color: #202020;
  margin-bottom: 3.1rem;
}
.page-products-product .block-two .b-content .value-box .value-content .txt {
  font-size: 1.5rem;
  color: #8C8C8C;
  line-height: 3.5rem;
  text-align: justify;
}
.page-products-product .block-two .b-content .value-box .value-content.active {
  display: block;
}
.page-products-product .block-two .b-content .value-tag-box {
  height: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.page-products-product .block-two .b-content .value-tag-box .value-tag-index {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.6rem;
}
.page-products-product .block-two .b-content .value-tag-box .value-tag-index .value-tag-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 153px;
}
.page-products-product .block-two .b-content .value-tag-box .value-tag-index .value-tag-name:not(:last-of-type) {
  border-right: 2px solid rgba(255, 255, 255, 0.4);
}
.page-products-product .block-two .b-content .value-tag-box .value-tag-index .value-tag-name.active .value-index-circle {
  opacity: 1;
}
.page-products-product .block-two .b-content .value-tag-box .value-tag-index .value-tag-name.active .value-index-circle::after {
  width: 3rem;
  height: 3rem;
  content: "";
  display: block;
  position: absolute;
  left: -1rem;
  top: -1rem;
  -webkit-box-shadow: inset #ffffff 0 0 0.3rem;
          box-shadow: inset #ffffff 0 0 0.3rem;
  border-radius: 50%;
  -webkit-animation: loopzoom 2s ease-out 0s infinite;
          animation: loopzoom 2s ease-out 0s infinite;
}
.page-products-product .block-two .b-content .value-tag-box .value-tag-index .value-tag-name.active .value-index-circle::before {
  width: 2rem;
  height: 2rem;
  content: "";
  display: block;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  -webkit-box-shadow: inset #ffffff 0 0 0.3rem;
          box-shadow: inset #ffffff 0 0 0.3rem;
  border-radius: 50%;
  -webkit-animation: loopzoom 2s ease-out 0s infinite;
          animation: loopzoom 2s ease-out 0s infinite;
}
.page-products-product .block-two .b-content .value-tag-box .value-tag-index .value-tag-name .value-index-circle {
  position: relative;
  width: 1rem;
  height: 1rem;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  opacity: 0.5;
  margin-bottom: 2rem;
}
.page-products-product .block-two .b-content .value-tag-box .img-box {
  height: inherit;
}
.page-products-product .block-two .b-content .value-tag-box .img-box .img {
  width: 100%;
  height: inherit;
  display: none;
}
.page-products-product .block-two .b-content .value-tag-box .img-box .img.active {
  display: block;
}
.page-products-product .block-three .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.6rem;
  padding: 5rem 0 0 0;
}
.page-products-product .block-three .b-title h3 {
  position: relative;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 1.4rem;
}
.page-products-product .block-three .b-title h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 11rem;
  height: 4px;
  background: #1470B2;
}
.page-products-product .block-three .specials-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6rem;
}
.page-products-product .block-three .specials-box .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-products-product .block-three .specials-box .item .icon {
  width: 13.6rem;
  height: 13.6rem;
  margin-bottom: 1rem;
}
.page-products-product .block-three .specials-box .item .title {
  font-size: 1.6rem;
  color: #000000;
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.page-products-product .block-three .specials-box .item .desc {
  font-size: 1.3rem;
  color: #8C8C8C;
  line-height: 2.5rem;
  text-align: center;
}

@-webkit-keyframes loopzoom {
  from {
    opacity: 1;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(4);
            transform: scale(4);
  }
}

@keyframes loopzoom {
  from {
    opacity: 1;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(4);
            transform: scale(4);
  }
}

.page-express {
  min-height: 100vh;
  position: relative;
}
.page-express::after {
  content: "";
  height: 60.8rem;
  pointer-events: none;
  background: url("../images/express-footer-bg.png") no-repeat 0 0/100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.page-express > * {
  position: relative;
  z-index: 1;
}
.page-express .container {
  padding: 0rem;
}

.page-express .page-top {
  height: 18.5rem;
  height: auto;
  margin-bottom: 5rem;
  overflow: visible;
}
.page-express .page-top .page-header {
  height: 10.8rem;
  margin: 0;
  border: none;
  padding: 0rem 4.6rem 0rem 2.8rem;
  background: url("../images/news-banner5.png") no-repeat 0 0/100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-express .page-top .page-header > div {
  margin-top: 2.9rem;
}
.page-express .page-top .page-header .logo {
  width: 32.5rem;
  height: 4.8rem;
  background: url("../images/express-header-logo.png") no-repeat 0 0/100% 100%;
}
.page-express .page-top .page-header .corporate-name {
  height: 4.2rem;
  margin-top: 2.2rem;
  font-size: 3.2rem;
  color: #FFFFFF;
  line-height: 4.2rem;
  letter-spacing: 1px;
}
.page-express .page-top .page-header .date-time {
  height: 2.8rem;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2.8rem;
}
.page-express .page-top .container .title {
  height: 9.6rem;
  margin-top: 3rem;
  padding-left: 1.5rem;
  background: -webkit-gradient(linear, right top, left top, from(rgba(240, 248, 255, 0)), to(#DCEFFF));
  background: linear-gradient(270deg, rgba(240, 248, 255, 0) 0%, #DCEFFF 100%);
  border-left: 0.5rem solid #005DAA;
  position: relative;
}

.page-express .page-top .container .title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-express .page-top .container .title div h1 {
  margin: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 7.4rem;
  color: #005DAA;
  position: relative;
}
.page-express .page-top .container .title div h1::after {
  width: 3.5rem;
  margin: 0 0.5rem;
  background: #005DAA;
  position: relative;
  bottom: 0;
  left: 0;
}
.page-express .page-top .container .title div h3 {
  height: 5.6rem;
  white-space: nowrap;
  line-height: 5.6rem;
  font-weight: 400;
  font-size: 4rem;
  color: #484848;
}
.page-express .alone-item {
  margin-bottom: 6.9rem;
}
.page-express .alone-item .container .current {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* gap: 6.8rem; */
}
.page-express .alone-item .container .current .pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48rem;
  height: 28.51rem;
  margin-right: 6.8rem;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
.page-express .alone-item .container .current .pic::before {
  content: "";
  width: 47.9rem;
  height: 1.2rem;
  background: #005DAA;
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.page-express .alone-item .container .current .pic img {
  width: 100%;
  height: 100%;
}
.page-express .alone-item .container .current .info {
  width: 120rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.page-express .alone-item .container .current .info .title {
  margin-top: 0.4rem;
  font-weight: 500;
  font-size: 4.2rem;
  color: #005DAA;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.page-express .alone-item .container .current .info .date {
  height: 3rem;
  line-height: 3rem;
  margin: 1.8rem 0;
  font-weight: 400;
  font-size: 2.2rem;
  color: #707070;
}
.page-express .alone-item .container .current .info .content {
  width: 100%;
  min-width: 0;
  line-height: 3.5rem;
  font-weight: 400;
  font-size: 2.2rem;
  color: #484848;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.page-express .main .container .pic-list {
  height: 43.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 5%;
  overflow: hidden;
}
.page-express .main .container .pic-list .news-item {
  width: 100%;
  height: 37.5rem;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.page-express .main .container .pic-list .news-item .con {
  padding: 1.9rem;
  background-color: #fff;
  height: 15.5rem;
  -webkit-box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(194, 194, 194, 0.5);
          box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(194, 194, 194, 0.5);
  border-radius: 0rem 0rem 0.4rem 0.4rem;
}
.page-express .main .container .pic-list .news-item .con .time {
  margin: 0;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.8rem;
  color: #707070;
}
.page-express .main .container .pic-list .news-item .con .title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  color: #484848;
  line-height: 2.5rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.page-express .main .container .pic-list .news-item .con .more {
  height: 3rem;
  line-height: 3rem;
  font-size: 1.6rem;
  color: #A1B2BD;
}
.page-express .main .container .swiper-pagination .swiper-pagination-bullet {
  width: 4rem;
  height: 0.6rem;
  margin: 0 1rem;
  background: #005DAA;
  border-radius: 0.6rem;
  opacity: 0.2;
}
.page-express .main .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}