@font-face {
  font-family: 'mont';
  src: url('../css/fonts/Montserrat-Regular.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'mont-light';
  src: url('../css/fonts/Montserrat-Light.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'ArialMT';
  src: url('../css/fonts/ArialMT.ttf') format('truetype');
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  position: relative;
  width: 100%;
  font-family:
    Arial,
    Source Han Sans CN,
    PingFang SC,
    Microsoft YaHei,
    sans-serif;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #004e9c;
}

body::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #dedede;
}

img {
  display: block;
}

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

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .swiper-container{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
} */

:root {
  --font-family: 'mont-light', Arial;
  --font-Ali-Medium:  'mont', Arial;
  --font-Ali-Regular: 'mont-light', Arial;
}

.el-message {
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.hamburger {
  display: none;
}

.center-1200 {
  width: 1200px;
}

.center-1400 {
  width: 1400px;
}

.center-1600 {
  width: 1600px;
}

.center-1680 {
  width: 1680px;
}

.app {
  display: none;
}

.diaolog-pb {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
}

.diaolog-pb video,
.diaolog-pb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 75%;
  max-width: 75%;
}

.diaolog-pb i {
  font-size: 46px;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #ffffff;
  cursor: pointer;
}

.diaolog.active {
  display: block;
}

.diaolog iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
}

.message-alert {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 4px;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  width: max-content;
  max-width: 50%;
  text-align: center;
}

.message-alert.success {
  background-color: #55bb8a;
}

.message-alert.error {
  background-color: #f56c6c;
}

.message-alert.warning {
  background-color: #e6a23c;
}

/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.seader {
  position: relative;
}

.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}

.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: var(--font-Ali-Regular);
}

.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #004e9c;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-Ali-Regular);
  cursor: pointer;
}

.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}

.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}

.seader .close img {
  display: block;
}

.el-message {
  font-family: var(--font-Ali-Regular);
  z-index: 9999 !important;
}

.el-form-item__error,
.el-select-dropdown__item,
.el-checkbox__label {
  font-family: var(--font-Ali-Regular);
}

.el-form-item__error {
  z-index: 1;
}
.header-box.active,
.header-box.ictive {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-box.active .logo img:last-of-type,
.header-box.ictive .logo img:last-of-type {
  display: block;
}
.header-box.active .logo img:first-of-type,
.header-box.ictive .logo img:first-of-type {
  display: none;
}
.header-box.active .right .lan .ib img:last-of-type,
.header-box.ictive .right .lan .ib img:last-of-type {
  display: block;
}
.header-box.active .right .lan .ib img:first-of-type,
.header-box.ictive .right .lan .ib img:first-of-type {
  display: none;
}
.header-box.active .headerct .nav li > a,
.header-box.ictive .headerct .nav li > a {
  color: #2b2b2b;
}
.header-box.active .headerct .nav li > a::after,
.header-box.ictive .headerct .nav li > a::after {
  background-color: #004e9c;
}
.header-box.active .headerct .nav li > a:hover,
.header-box.ictive .headerct .nav li > a:hover,
.header-box.active .headerct .nav li.active > a,
.header-box.ictive .headerct .nav li.active > a {
  color: #004e9c;
}
.header-box.active .headerct .right .search,
.header-box.ictive .headerct .right .search {
  color: #666666;
}
.header-box.active .headerct .right .line,
.header-box.ictive .headerct .right .line {
  background-color: #dcddde;
  opacity: 1;
}
.header-box.active .headerct .right .lan i,
.header-box.ictive .headerct .right .lan i {
  color: #666666;
}
.header-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: 0.3s;
}
.headerct {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 105px;
}
.headerct .logo img{
  max-height: 65px;
}
.headerct .logo img:last-of-type {
  display: none;
}
.headerct .nav {
  display: flex;
  height: 100%;
}
.headerct .nav li {
  height: 100%;
  position: relative;
}
.headerct .nav li .two {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  padding-top: 10px;
  transition: 0.5s;
  opacity: 0;
  transform-origin: top;
}
.headerct .nav li:hover .two {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.headerct .nav li .two .rq {
  background-color: #ffffff;
  border-radius: 6px;
  width: max-content;
  max-width: 250px;
  padding: 8px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.headerct .nav li .two .rq::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.headerct .nav li .two .rq a {
  display: block;
  text-align: center;
  font-family: mont-light;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  padding: 8px 15px;
  transition: 0.4s;
}
.headerct .nav li .two .rq a:hover {
  color: #004e9c;
}
.headerct .nav li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: mont-light;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  transition: 0.3s;
}
.headerct .nav li > a::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25%;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.4s;
}
.headerct .nav li:hover > a::after,
.headerct .nav li.active > a::after {
  width: 100%;
}
.headerct .nav li:not(:last-of-type) {
  margin-right: 55px;
}
.headerct .right {
  display: flex;
  align-items: center;
}
.headerct .right .search {
  font-size: 18px;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}
.headerct .right .line {
  width: 1px;
  height: 18px;
  background: #ffffff;
  opacity: 0.5;
  margin: 0 40px;
}
.headerct .right .lan {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.headerct .right .lan .ib img:last-of-type {
  display: none;
}
.headerct .right .lan i {
  font-size: 18px;
  color: #ffffff;
  transition: 0.3s;
  margin-left: 13px;
}
.headerct .right .lan .flow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  top: 100%;
  padding-top: 15px;
  transform-origin: top;
  opacity: 0;
  transition: 0.4s;
}
.headerct .right .lan:hover .flow {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.headerct .right .lan .flow .rq {
  width: 100px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 5px 10px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.headerct .right .lan .flow .rq::before {
  display: block;
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.headerct .right .lan .flow .rq a {
  font-family: mont-light;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  display: block;
  text-align: center;
  padding: 5px 0;
  transition: 0.3s;
}
.headerct .right .lan .flow .rq a:hover {
  color: #004e9c;
}
.headerct .right .lan .flow .rq a:not(:last-of-type) {
  border-bottom: 1px solid #004e9c;
}
.vd-play {
  display: none;
}
.mySwiper {
  width: 100%;
}
.mySwiper .bg {
  width: 100%;
}
.mySwiper .ct {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 20%;
}
.mySwiper .ct .rq {
  opacity: 0;
  transform: translateY(50%);
  transition: 1.5s;
}
.mySwiper .swiper-slide.show-text .rq {
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct h4{
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.mySwiper .ct h5{
  font-family: mont-light;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-top: 25px;
  line-height: 28px;
}
.mySwiper .ct h1 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 62px;
  color: #ffffff;
  text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  text-align: center;
  margin-top: 10px;
}
.mySwiper .ct.active {
  top: 50%;
  transform: translate(-50%, -50%);
}
.mySwiper .ct.active.lt h4,
.mySwiper .ct.active.lt h1,
.mySwiper .ct.active h5{
  text-align: left;
}
.mySwiper .ct.active.lt a {
  margin-left: 0;
}
.mySwiper .ct.active.lt .rq{
  max-width: 55%;
}
.mySwiper .ct a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 56px;
  margin: 50px auto 0;
  background-color: #f28c20;
  border-radius: 36px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mySwiper .ct a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  transition: 0.4s;
  z-index: -1;
}
.mySwiper .ct a p {
  font-family: mont-light;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  transition: 0.4s;
  margin-right: 12px;
}
.mySwiper .ct a i {
  font-size: 16px;
  color: #ffffff;
  transition: 0.4s;
}
.mySwiper .ct a:hover::before {
  width: 100%;
}
.mySwiper .ct a:hover p,
.mySwiper .ct a:hover i {
  color: #f28c20;
}
.mySwiper .roller {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}
.mySwiper .roller .rq {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
}
.mySwiper .roller p {
  width: 22px;
  height: 34px;
  border-radius: 11px;
  border: 2px solid #ffffff;
  position: relative;
}
.mySwiper .roller p::before {
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 4px;
  height: 8px;
  background: #ffffff;
  border-radius: 2px;
  animation: roll 1.5s linear infinite;
}
@keyframes roll {
  0% {
    top: 4px;
  }
  100% {
    top: 18px;
  }
}
.mySwiper .roller span {
  width: 2px;
  height: 80px;
  background: #ffffff;
  border-radius: 1px;
  opacity: 0.5;
  margin-top: 8px;
}
.mySwiper .qhb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 5;
}
.mySwiper .qhb i {
  font-size: 18px;
  color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}
.mySwiper .qhb i:hover {
  color: #004e9c;
}
.mySwiper .swiper-pagination {
  width: max-content;
  display: flex;
  align-items: center;
  margin: 0 40px;
  position: unset;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 10px;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: 0.3s;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 10px;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  height: 20px;
}
.i1-box {
  padding: 160px 0 160px calc((100% - 1680px) / 2);
  position: relative;
  overflow: hidden;
}
.i1-box::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 25%;
  width: 1px;
  height: 100%;
  background-color: #dcddde;
}
.i1-box .top {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.i1-box .top .right {
  display: flex;
}
.i1-box .top .right a {
  width: 200px;
  height: 54px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0);
  border-radius: 28px;
  border: 1px solid #004e9c;
  font-family: mont-light;
  font-weight: 400;
  font-size: 16px;
  color: #004e9c;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  overflow: hidden;
  line-height: 22px;
}
.i1-box .top .right a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #004e9c;
  transition: 0.4s;
  z-index: -1;
}
.i1-box .top .right a:not(:last-of-type) {
  margin-right: 20px;
}
.i1-box .top .right a:hover,
.i1-box .top .right a.active {
  color: #ffffff;
}
.i1-box .top .right a:hover::before,
.i1-box .top .right a.active::before {
  width: 100%;
}
.pb-h4 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 36px;
  color: #004e9c;
}
.pb-h4.wh {
  color: #ffffff;
}
.pb-h4.black {
  color: #2b2b2b;
}
.pb-h4.jz {
  text-align: center;
}
.i1-box .mide {
  margin-top: 140px;
}
.i1-box .box:not(:first-of-type) {
  display: none;
}
.i1-swiper .rq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.i1-swiper .rq::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.i1-swiper .swiper-slide {
  width: calc((100% - 200px) / 1.3);
}
.i1-swiper .rq .left {
  width: 50%;
}
.i1-swiper .rq .left h3 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 52px;
  color: #aaaaaa;
  text-transform: uppercase;
  transition: 0.5s;
}
.i1-swiper .rq .left h4 {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 26px;
  color: #aaaaaa;
  margin: 10px 0 40px 0;
  transition: 0.5s;
}
.i1-swiper .rq .left p {
  font-family: mont-light;
  font-weight: 400;
  font-size: 18px;
  color: #aaaaaa;
  background-color: #ffffff;
  border-radius: 4px;
  width: max-content;
  max-width: 100%;
  padding: 6px 15px;
}
.i1-swiper .rq .left .pb-more {
  margin-top: 230px;
}
.i1-swiper .rq .left .pb-more .rund {
  background: #aaaaaa;
}
.i1-swiper .rq .left .pb-more span {
  color: #aaaaaa;
}
.i1-swiper .rq .right {
  width: calc(100% - 50% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.i1-swiper .rq .right img {
  width: 100%;
}
.i1-swiper .swiper-slide-active .rq::before {
  display: none;
}
.i1-swiper .swiper-slide-active .rq .left h3 {
  color: #262626;
}
.i1-swiper .swiper-slide-active .rq .left h4 {
  color: #666666;
}
.i1-swiper .swiper-slide-active .rq .left .pb-more .rund {
  background: #f28c20;
}
.i1-swiper .swiper-slide-active .rq .left .pb-more span {
  color: #f28c20;
}
.pb-more {
  display: flex;
  align-items: center;
  width: max-content;
}
.pb-more.lt {
  flex-direction: row-reverse;
}
.pb-more.lt span {
  margin-left: 0;
  margin-right: 21px;
}
.pb-more .rund {
  width: 60px;
  height: 60px;
  background: #f28c20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  transition: 0.5s;
}
.pb-more span {
  font-family: mont-light;
  font-weight: 400;
  font-size: 18px;
  color: #f28c20;
  margin-left: 21px;
  position: relative;
  transition: 0.5s;
}
.pb-more span::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #f28c20;
  transition: 0.4s;
}
.pb-more:hover span::after {
  width: 100%;
}
.i2-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.i2-box .img-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.i2-box .img-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s;
}
.i2-box .img-b img.active {
  opacity: 1;
}
.i2ct {
  margin: 0 auto;
  padding: 160px 0 150px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.i2ct .left {
  width: calc(100% - 720px - 80px);
}
.i2ct .left .pb-title-72 {
  margin: 45px 0 95px 0;
}
.pb-title-72 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 52px;
  color: #262626;
  line-height: 64px;
  text-align: center;
}
.pb-title-72.lt {
  text-align: left;
}
.pb-title-72.wh {
  color: #ffffff;
}
.i2ct .right {
  width: 720px;
}
.i2ct .i2-swiper {
  width: 100%;
  border-radius: 10px;
}
.i2ct .i2-swiper .rq {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 55px 70px 69px 70px;
}
.i2ct .i2-swiper .rq .dbl {
  display: flex;
  align-items: center;
}
.i2ct .i2-swiper .rq .dbl img {
  margin-right: 20px;
  height: max-content;
}
.i2ct .i2-swiper .rq .dbl h3 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 30px;
  color: #262626;
}
.i2ct .i2-swiper .rq .desc {
  font-family: mont-light;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-top: 25px;
}
.i2ct .i2-swiper .rq .link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
.i2ct .i2-swiper .rq .link a {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  border-bottom: 1px solid #efefef;
  padding-bottom: 18px;
  margin-top: 26px;
}
.i2ct .i2-swiper .rq .link a:nth-of-type(1),
.i2ct .i2-swiper .rq .link a:nth-of-type(2) {
  margin-top: 0;
}
.i2ct .i2-swiper .rq .link a:nth-of-type(2n) {
  margin-right: 0;
}
.i2ct .i2-swiper .rq .link a p {
  font-family: mont-light;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #262626;
  width: calc(100% - 24px);
  transition: 0.3s;
}
.i2ct .i2-swiper .rq .link a i {
  font-size: 18px;
  color: #004e9c;
}
.i2ct .i2-swiper .rq .link a:hover p {
  color: #004e9c;
}
.i2-box .tag-box {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}
.i2-box .tagct {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.i2-box .tagct p {
  position: relative;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  width: calc(100% / 7);
  cursor: pointer;
  padding: 35px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i2-box .tagct p::before {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.8s;
}
.i2-box .tagct p.active::before {
  width: 100%;
}
.i3-box {
  overflow: hidden;
}
.i3ct {
  margin: 0 auto;
  padding: 120px 0 0 0;
}
.i3ct .pb-title-72 {
  margin-top: 19px;
}
.i3ct .desc {
  margin: 0 auto;
  width: 60%;
  text-align: center;
  font-family: mont-light;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin: 48px auto 56px;
}
.i3ct .pb-more {
  margin: 0 auto;
}
.i3ct .numContent {
  display: flex;
  margin-top: 180px;
}
.i3ct .numContent .item {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 100px 0;
}
.i3ct .numContent .item:not(:last-of-type)::before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.12));
}
.i3ct .numContent .item .ib {
  height: 43px;
}
.i3ct .numContent .item .ib img {
  max-height: 100%;
}
.i3ct .numContent .item .db {
  display: flex;
  margin: 30px 0 19px 0;
}
.i3ct .numContent .item .db .num {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 72px;
  color: #004e9c;
  line-height: 1;
  margin-right: 5px;
}
.i3ct .numContent .item .db p {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #004e9c;
}
.i3ct .numContent .item .wz {
  text-align: center;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  padding: 0 15px;
}
.i4-box {
  overflow: hidden;
  background-color: #f5f6f7;
}
.i4ct {
  margin: 0 auto;
  padding: 120px 0;
}
.i4ct .top {
  display: flex;
  justify-content: space-between;
}
.i4ct .mide {
  margin-top: 60px;
}
.i4ct .mide .t-n {
  display: flex;
  justify-content: space-between;
}
.i4ct .mide .t-n .left {
  width: calc(100% - 396px - 32px);
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  height: 460px;
}
.i4ct .mide .t-n .left .txt {
  width: 428px;
  padding: 75px 40px 0 40px;
  height: 100%;
}
.i4ct .mide .t-n .left .txt .time {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
.i4ct .mide .t-n .left .txt h6 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 28px;
}
.i4ct .mide .t-n .left .txt .more {
  display: flex;
  align-items: center;
  width: max-content;
  margin-top: 145px;
}
.i4ct .mide .t-n .left .txt .more p {
  font-family: mont-light;
  font-weight: 400;
  font-size: 18px;
  color: #014f9d;
  position: relative;
  margin-right: 18px;
}
.i4ct .mide .t-n .left .txt .more p::before {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #014f9d;
  transition: 0.4s;
}
.i4ct .mide .t-n .left .txt .more:hover p::before {
  width: 100%;
}
.i4ct .mide .t-n .left .txt .more i {
  font-size: 18px;
  color: #014f9d;
}
.i4ct .mide .t-n .left .ib {
  width: calc(100% - 428px);
  height: 100%;
}
.i4ct .mide .t-n .left .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i4ct .mide .t-n .right {
  width: 396px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 42px 40px;
}
.i4ct .mide .t-n .right a {
  display: block;
  padding: 23px 0;
}
.i4ct .mide .t-n .right a:first-of-type {
  padding-top: 0;
}
.i4ct .mide .t-n .right a:last-of-type {
  padding-bottom: 0;
}
.i4ct .mide .t-n .right a:not(:last-of-type) {
  border-bottom: 1px solid #efefef;
}
.i4ct .mide .t-n .right a .time {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
.i4ct .mide .t-n .right a p {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 20px;
  color: #262626;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 9px;
  transition: 0.4s;
}
.i4ct .mide .t-n .right a:hover p {
  color: #004e9c;
}
.i4ct .mide .t-b {
  display: flex;
  margin-top: 60px;
}
.i4ct .mide .t-b .item {
  width: calc((100% - 66px) / 4);
  margin-right: 32px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 38px 40px;
}
.i4ct .mide .t-b .item:nth-of-type(4n) {
  margin-right: 0;
}
.i4ct .mide .t-b .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.i4ct .mide .t-b .item .time {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.i4ct .mide .t-b .item h6 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.4s;
  margin: 18px 0 52px 0;
  position: relative;
  z-index: 1;
}
.i4ct .mide .t-b .item .more {
  display: flex;
  align-items: center;
  width: max-content;
  position: relative;
  z-index: 1;
}
.i4ct .mide .t-b .item .more p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #014f9d;
  position: relative;
  margin-right: 18px;
  transition: 0.4s;
}
.i4ct .mide .t-b .item .more p::before {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #014f9d;
  transition: 0.4s;
}
.i4ct .mide .t-b .item .more:hover p::before {
  width: 100%;
}
.i4ct .mide .t-b .item .more i {
  font-size: 18px;
  color: #014f9d;
  transition: 0.4s;
}
.i4ct .mide .t-b .item:hover img {
  opacity: 1;
}
.i4ct .mide .t-b .item:hover .time,
.i4ct .mide .t-b .item:hover h6 {
  color: #ffffff;
}
.i4ct .mide .t-b .item:hover .more p,
.i4ct .mide .t-b .item:hover .more i {
  color: #f28c20;
}
.i4ct .mide .t-b .item:hover p::before {
  background-color: #f28c20;
}
.banner {
  width: 100%;
  position: relative;
}
.banner > img {
  width: 100%;
  object-fit: cover;
}
.banner .ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .ct h6 {
  text-align: center;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.banner .ct h3 {
  text-align: center;
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  margin-top: 10px;
}
.banner .ct.lt h6,
.banner .ct.lt h3 {
  text-align: left;
}
.banner .ct p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  max-width: 80%;
  margin: 35px auto 0;
}
.min-nav {
  background-color: #004e9c;
  overflow: hidden;
}
.min-nav .ct {
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.min-nav .ct .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.min-nav .ct .left a {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  transition: 0.4s;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.min-nav .ct .left a::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f28c20;
  transition: 0.4s;
}
.min-nav .ct .left a:hover,
.min-nav .ct .left a.active {
  color: #f28c20;
}
.min-nav .ct .left a.active::after {
  width: 100%;
}
.min-nav .ct .left span {
  width: 1px;
  height: 18px;
  background: #ffffff;
  opacity: 0.3;
  margin: 0 20px;
}
.min-nav .ct .right {
  display: flex;
  align-items: center;
  display: none;
}
.min-nav .ct .right a,
.min-nav .ct .right span {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  transition: 0.4s;
}
.min-nav .ct .right span {
  margin: 0 10px;
}
.min-nav .ct .right a:hover {
  color: #f28c20;
}
.pro1-box {
  background-color: #f7f7f7;
}
.pro1ct {
  margin: 0 auto;
  padding: 120px 0;
}
.pro-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-list li {
  width: calc((100% - 110px) / 3);
  margin-right: 55px;
  margin-top: 60px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid transparent;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}
.pro-list li a {
  display: block;
}
.pro-list li:nth-of-type(1),
.pro-list li:nth-of-type(2),
.pro-list li:nth-of-type(3) {
  margin-top: 0;
}
.pro-list li:nth-of-type(3n) {
  margin-right: 0;
}
.pro-list li .ib {
  width: 100%;
  height: 450px;
}
.pro-list li .ib img {
  max-width: 100%;
  max-height: 100%;
}
.pro-list li .txt {
  padding: 22px 20px 34px 20px;
}
.pro-list li .txt p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: center;
}
.pro-list li .txt h4 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #262626;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: center;
  margin-top: 12px;
  transition: 0.4s;
}
.pro-list li .more {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 66px);
  bottom: 10px;
  width: calc(100% - 20px);
  height: 50px;
  background-color: #004e9c;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  transition: 0.4s;
}
.pro-list li:hover {
  border-color: #004e9c;
}
.pro-list li:hover .more {
  transform: translate(-50%, 0);
}
.pro-list li:hover .txt h4 {
  opacity: 0;
}
.pd-nav {
  overflow: hidden;
  background-color: #004e9c;
}
.pd-nav.pd {
  margin-top: 105px;
}
.pd-nav .ct {
  margin: 0 auto;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pd-nav .ct .left {
  display: flex;
  align-items: center;
}
.pd-nav .ct .left a,
.pd-nav .ct .left span {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  transition: 0.4s;
}
.pd-nav .ct .left span {
  margin: 0 10px;
}
.pd-nav .ct .left a:hover {
  color: #f28c20;
}
.pd-nav .ct .right {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pd-nav .ct .right p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
  transition: 0.4s;
}
.pd-nav .ct .right:hover p {
  color: #f28c20;
}
.pd1-box {
  overflow: hidden;
}
.pd1ct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  margin: 0 auto;
}
.pd1ct .left {
  width: calc(100% - 640px - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd1ct .left img {
  max-width: 100%;
  /*max-height: 100%;*/
}
.pd1ct .right {
  width: 640px;
}
.pd1ct .right h4 {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 34px;
  color: #004e9c;
}
.pd1ct .right h3 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 50px;
  color: #262626;
  margin-top: 5px;
}
.pd1ct .right .line {
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  margin: 29px 0 32px 0;
}
.pd1ct .right .desc {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.pd1ct .right .desc p:not(:first-of-type) {
  margin-top: 10px;
}
.pd1ct .right .desc em{
  font-family: ArialMT;
  font-style: normal;
}
.pd2-box {
  overflow: hidden;
}
.pd2ct {
  padding: 110px 0 140px 0;
  margin: 0 auto;
}
.pd-title p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 24px;
  color: #aaaaaa;
  margin-top: 10px;
}
.pd2ct .cpys .mide {
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
}
.pd2ct .cpys .mide .item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-top: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 50px 40px;
  transition: 0.4s;
}
.pd2ct .cpys .mide .item:nth-of-type(1),
.pd2ct .cpys .mide .item:nth-of-type(2),
.pd2ct .cpys .mide .item:nth-of-type(3) {
  margin-top: 0;
}
.pd2ct .cpys .mide .item:nth-of-type(3n) {
  margin-right: 0;
}
.pd2ct .cpys .mide .item .ib {
  height: 48px;
}
.pd2ct .cpys .mide .item .ib img {
  max-height: 100%;
}
.pd2ct .cpys .mide .item h4 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin: 34px 0 22px 0;
}
.pd2ct .cpys .mide .item h4 em{
  font-style: normal;
  font-family: ArialMT;
}
.pd2ct .cpys .mide .item .desc {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.pd2ct .cpys .mide .item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}
.pd2ct .yyly {
  margin-top: 120px;
}
.pd2ct .yyly.active{
  margin-top: 0;
}
.pd2ct .yyly .tag {
  display: flex;
  margin-top: 59px;
}
.pd2ct .yyly .tag .item {
  width: calc((100% - 140px) / 5);
  margin-right: 35px;
  cursor: pointer;
}
.pd2ct .yyly .tag .item:nth-of-type(5n) {
  margin-right: 0;
}
.pd2ct .yyly .tag .item .line {
  width: 100%;
  height: 3px;
  background: #efefef;
  position: relative;
}
.pd2ct .yyly .tag .item .line::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #004e9c;
  transition: 0.6s;
}
.pd2ct .yyly .tag .item.active .line::before {
  width: 100%;
}
.pd2ct .yyly .tag .item.active p {
  color: #004e9c;
}
.pd2ct .yyly .tag .item p {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  transition: 0.4s;
  margin-top: 17px;
}
.pd2ct .yyly .tag .item:hover p {
  color: #004e9c;
}
.pd2-swiper {
  margin-top: 58px;
}
.pd2-swiper .ib {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.pd2-swiper .ib::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  transition: 0.4s;
}
.pd2-swiper .swiper-slide-active .ib::before {
  opacity: 0;
}
.pd2-swiper .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd2-swiper .qh {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.pd2-swiper .qh i {
  font-size: 18px;
  color: #ffffff;
}
.pd2-swiper .qh:hover {
  background-color: #f28c20;
}
.pd2-swiper .prev {
  left: 60px;
}
.pd2-swiper .next {
  right: 60px;
}
.pd2ct .jscs {
  margin-top: 120px;
}
.pd2ct .jscs .mide {
  margin-top: 59px;
  border-top: 3px solid #004e9c;
  padding-top: 3px;
}
.pd2ct .jscs .mide img{
  max-width: 100%;
}
.pd2ct .jscs .mide table {
  font-family: var(--font-Ali-Regular);
  border-collapse: collapse;
  width: 100%;
}
.pd2ct .jscs .mide table tr:first-of-type {
  border-top: 1px solid #004e9c;
}
.pd2ct .jscs .mide table tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  padding: 26px 0;
}
.pd2ct .jscs .mide table tr td {
  display: flex;
  align-items: center;
  width: 50%;
}
.pd2ct .jscs .mide table tr td h4 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  width: 120px;
  margin-right: 40px;
  word-break: normal;
}
.pd2ct .jscs .mide table tr td p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  width: calc(100% - 120px - 40px);
  padding-right: 50px;
  word-break: normal;
}
.banner.case .ct {
  top: 43%;
}
.banner .flow-case {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.banner .flow-case a {
  width: calc((100% - 84px) / 7);
  margin-right: 14px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner .flow-case a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  transition: 0.4s;
  z-index: -1;
}
.banner .flow-case a:nth-of-type(7n) {
  margin-right: 0;
}
.banner .flow-case a .rund {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.banner .flow-case a .rund img {
  width: 50%;
}
.banner .flow-case a .rund img:last-of-type {
  display: none;
}
.banner .flow-case a p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  margin-left: 15px;
  transition: 0.4s;
  width: calc(100% - 50px - 15px - 15px);
}
.banner .flow-case a.active::before,
.banner .flow-case a:hover::before {
  width: 100%;
}
.banner .flow-case a.active .rund,
.banner .flow-case a:hover .rund {
  background-color: #004e9c;
}
.banner .flow-case a.active .rund img:last-of-type,
.banner .flow-case a:hover .rund img:last-of-type {
  display: block;
}
.banner .flow-case a.active .rund img:first-of-type,
.banner .flow-case a:hover .rund img:first-of-type {
  display: none;
}
.banner .flow-case a.active p,
.banner .flow-case a:hover p {
  color: #333333;
}
.case-box {
  overflow: hidden;
}
.case-box .row:nth-of-type(even) {
  background-color: #f5f7f9;
}
.case-box .row .ct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 100px 0;
}
.case-box .row .ct .left {
  width: 650px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.case-box .row .ct .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-box .row .ct .right {
  width: calc(100% - 650px - 100px);
}
.case-box .row .ct .right h3 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 32px;
  color: #2b2b2b;
  transition: 0.4s;
}
.case-box .row .ct .right .desc {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin: 28px 0 54px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  overflow-wrap: break-word;
}
.case-box .row .ct .right .desc em{
  font-style: normal;
  font-family: ArialMT;
}
.case-box .row .ct .right .line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.case-box .row .ct .right .line::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #f28c20;
  transition: 0.5s;
}
.case-box .row .ct .right .dbl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
.case-box .row .ct .right .dbl .more {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
}
.case-box .row .ct .right .dbl i {
  font-size: 18px;
  color: #666666;
  transition: 0.4s;
}
.case-box .row .ct:hover .right h3 {
  color: #004e9c;
}
.case-box .row .ct:hover .right .line::before {
  width: 100%;
}
.case-box .row .ct:hover .right .dbl .more,
.case-box .row .ct:hover .right .dbl i {
  color: #f28c20;
}
.cased1-box {
  overflow: hidden;
}
.cased1ct {
  margin: 0 auto;
  padding: 120px 0;
}
.cased1ct .row-lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cased1ct .zy-box .row-lr {
  margin-top: 120px;
}
.cased1ct .zy-box .row-lr:nth-of-type(even) {
  flex-direction: row-reverse;
}
.cased1ct .row-lr .left {
  width: calc(100% - 700px - 90px);
}
.cased1ct .row-lr .left h4 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 30px;
  color: #2b2b2b;
}
.cased1ct .row-lr .left .line {
  width: 40px;
  height: 5px;
  background: #f28c20;
  margin: 17px 0 25px 0;
}
.cased1ct .row-lr .left .desc {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.cased1ct .row-lr .left .desc em{
  font-family: ArialMT;
  font-style: normal;
}
.cased1ct .row-lr .left .desc p:not(:first-of-type) {
  margin-top: 15px;
}
.cased1ct .row-lr .right {
  width: 700px;
  height: 460px;
  border-radius: 10px;
  overflow: hidden;
}
.cased1ct .row-lr .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cased1ct .resources {
  margin-top: 120px;
}
.cased1ct .resources .line {
  margin: 0 auto;
  width: 40px;
  height: 5px;
  background: #f28c20;
  margin: 17px auto 30px;
}
.cased1ct .resources h6 {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.cased1ct .resources h6 em{
  font-family: ArialMT;
  font-style: normal;
}
.cased1ct .resources .tab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
.cased1ct .resources .tab a {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  position: relative;
  transition: 0.4s;
  padding-bottom: 17px;
}
.cased1ct .resources .tab a:not(:last-of-type) {
  margin-right: 79px;
}
.cased1ct .resources .tab a::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #004e9c;
  transition: 0.4s;
}
.cased1ct .resources .tab a.active,
.cased1ct .resources .tab a:hover {
  color: #004e9c;
}
.cased1ct .resources .tab a.active::after {
  width: 100%;
}
.cased1ct .resources .mide .box:not(:first-of-type) {
  display: none;
}
.cased1ct .resources .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.cased1ct .resources .row::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 120px);
  height: 100%;
  border-radius: 10px;
  background-color: #f5f5f5;
  z-index: -1;
}
.cased1ct .resources .row .left {
  width: 50%;
}
.cased1ct .resources .row .left img {
  width: 100%;
  transform: translateY(-40px);
}
.cased1ct .resources .row .right {
  width: 50%;
  padding: 30px 80px;
}
.cased1ct .resources .row .right h4 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #004e9c;
}
.cased1ct .resources .row .right .desc {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 28px;
}
.cased1ct .advantages {
  margin-top: 120px;
}
.cased1ct .advantages .line {
  width: 40px;
  height: 5px;
  background: #f28c20;
  margin-top: 17px;
}
.cased1ct .advantages .mide {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.cased1ct .advantages .mide .item {
  width: calc((100% - 336px) / 3);
  margin-right: 168px;
  margin-top: 60px;
}
.cased1ct .advantages .mide .item:nth-of-type(1),
.cased1ct .advantages .mide .item:nth-of-type(2),
.cased1ct .advantages .mide .item:nth-of-type(3) {
  margin-top: 0;
}
.cased1ct .advantages .mide .item:nth-of-type(3n) {
  margin-right: 0;
}
.cased1ct .advantages .mide .item .ib {
  height: 84px;
}
.cased1ct .advantages .mide .item .ib img {
  max-height: 100%;
}
.cased1ct .advantages .mide .item h4 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #2b2b2b;
  margin: 34px 0 15px 0;
}
.cased1ct .advantages .mide .item p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.cased1ct .measurement {
  margin-top: 120px;
}
.cased1ct .measurement .line {
  width: 40px;
  height: 5px;
  background: #f28c20;
  margin: 18px auto 0;
}
.cased1ct .measurement .mide {
  margin-top: 60px;
  display: flex;
}
.cased1ct .measurement .mide a {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
}
.cased1ct .measurement .mide a:hover {
  transform: translateY(-15px);
}
.cased1ct .measurement .mide a:nth-of-type(2n) {
  margin-right: 0;
}
.cased1ct .measurement .mide a img {
  width: 100%;
  /*height: 400px;*/
  object-fit: cover;
}
.cased1ct .measurement .mide a .txt {
  padding: 35px 31px 44px 31px;
}
.cased1ct .measurement .mide a .txt h4 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #004e9c;
  text-align: center;
}
.cased1ct .measurement .mide a .txt p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
}
.res1-box {
  overflow: hidden;
}
.ras1ct {
  margin: 0 auto;
  padding: 120px 0;
}
.ras1ct .mide {
  display: flex;
  flex-wrap: wrap;
  margin-top: 79px;
}
.ras1ct .mide .item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 80px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 0 0 20px;
}
.ras1ct .mide .item::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 60px;
  background-color: #004e9c;
}
.ras1ct .mide .item:nth-of-type(1),
.ras1ct .mide .item:nth-of-type(2),
.ras1ct .mide .item:nth-of-type(3) {
  margin-top: 0;
}
.ras1ct .mide .item:nth-of-type(3n) {
  margin-right: 0;
}
.ras1ct .mide .item .ib {
  height: 47px;
}
.ras1ct .mide .item .ib img {
  max-height: 100%;
}
.ras1ct .mide .item h4 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin: 59px 0 15px 0;
}
.ras1ct .mide .item p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.res2-box {
  padding: 120px 0;
  background-color: #f7f7f7;
}
.res2-swiper {
  margin: 79px auto 0;
}
.res2-swiper .ib {
  width: 100%;
  height: 23vw;
  overflow: hidden;
  border-radius: 10px;
}
.res2-swiper .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.res2-swiper .ib:hover img {
  transform: scale(1.1);
}
.res2-swiper .qh {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.res2-swiper .qh i {
  font-size: 18px;
  color: #ffffff;
}
.res2-swiper .qh:hover {
  background-color: #f28c20;
}
.res2-swiper .prev {
  left: 23%;
}
.res2-swiper .next {
  right: 23%;
}
.end1-box {
  background-color: #f5f7fa;
  padding: 60px 0 60px 0;
}
.end1-box .title h6 {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-top: 14px;
}
.end1-box .mide {
  max-width: 1920px;
  margin: 60px auto 0;
  position: relative;
}
.end1-box .mide .bg {
  position: absolute;
  top: 93%;
  left: 0;
  width: 100%;
}
.end1-swiper .swiper-slide {
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-end;
}
.end1-swiper .ib img{
  max-width: 350px;
}
.end1-box .qhb {
  display: flex;
  justify-content: center;
  margin-top: 96px;
  position: relative;
  z-index: 1;
}
.end1-box .qhb .qh {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
}
.end1-box .qhb .qh i {
  font-size: 18px;
  color: #ffffff;
}
.end1-box .qhb .qh:last-of-type {
  margin-left: 20px;
}
.end1-box .qhb .qh:hover {
  background-color: #f28c20;
}
.end2ct {
  padding: 120px 0;
  margin: 0 auto;
}
.end2ct .title h6 {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-top: 15px;
}
.end2-swiper {
  margin-top: 60px;
}
.end2-swiper img {
  width: 100%;
}
.end2-swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.end2-swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  background: #cccccc;
  opacity: 1;
  transition: 0.4s;
  border-radius: 0;
  margin-right: 10px;
}
.end2-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004e9c;
}
.end3-box {
  background: linear-gradient(90deg, #f0f3f8 0%, #f5f8fa 100%);
  overflow: hidden;
}
.end3ct {
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
}
.end3ct .left {
  width: 500px;
}
.end3ct .left .zl .db {
  display: flex;
  align-items: flex-end;
  margin-top: 21px;
}
.end3ct .left .zl .db .num {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 100px;
  color: #f28c20;
  line-height: 1;
}
.end3ct .left .zl .db p {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 30px;
  color: #f28c20;
  margin-left: 7px;
}
.end3ct .left .i-b {
  display: flex;
  flex-wrap: wrap;
  margin-top: 150px;
}
.end3ct .left .i-b .item {
  width: calc(100% / 2);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 44px 0;
}
.end3ct .left .i-b .item:nth-of-type(1),
.end3ct .left .i-b .item:nth-of-type(2) {
  border-top: none;
  padding-top: 0;
}
.end3ct .left .i-b .item:nth-of-type(3),
.end3ct .left .i-b .item:nth-of-type(4) {
  padding-bottom: 0;
}
.end3ct .left .i-b .item span {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
.end3ct .left .i-b .item .db {
  display: flex;
  align-items: flex-end;
  margin-top: 9px;
}
.end3ct .left .i-b .item .db .num {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 72px;
  color: #004e9c;
  line-height: 1;
}
.end3ct .left .i-b .item .db p {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 30px;
  color: #004e9c;
  margin-left: 7px;
}
.end3ct .right {
  width: calc(100% - 500px - 20px);
}
.end3ct .right img {
  width: 100%;
}
.study1ct {
  padding: 120px 0;
  margin: 0 auto;
}
.study1ct .mide {
  margin-top: 52px;
}
.study1ct .mide h6 {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
.study1ct .mide img {
  width: 100%;
  border-radius: 10px;
  margin-top: 40px;
}
.study2-box {
  background-color: #f0f3f8;
  overflow: hidden;
}
.study2ct {
  padding: 120px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.study2ct .left {
  width: 694px;
}
.study2ct .left .desc {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin: 45px 0 65px 0;
}
.study2ct .left img {
  transform: translateX(-20px);
  width: calc(100% + 20px);
}
.study2ct .right {
  width: calc((100% - 694px - 131px));
}
.study2ct .right img {
  width: 100%;
}
.ser1ct {
  padding: 120px 0;
  margin: 0 auto;
}
.ser1ct .mide {
  position: relative;
}
.ser1ct .mide img {
  border-radius: 10px;
  width: 100%;
}
.ser1ct .mide .wz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: 90%;
}
.ser1ct .mide .wz h4 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 30px;
  color: #f28c20;
  text-align: center;
}
.ser1ct .mide .wz h1 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}
.ser2-box {
  overflow: hidden;
  background-color: #f7f7f7;
}
.ser2ct {
  padding: 120px 0;
  margin: 0 auto;
}
.ser2-list {
  margin-top: 59px;
}
.ser2-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 27px 50px;
  transition: 0.4s;
  border-radius: 10px;
}
.ser2-list li:not(:first-of-type) {
  margin-top: 20px;
}
.ser2-list li .title {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  transition: 0.4s;
  width: 55%;
}
.ser2-list li .type,
.ser2-list li .size {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
}
.ser2-list li .rund {
  width: 36px;
  height: 36px;
  background: #004e9c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
}
.ser2-list li .rund i {
  font-size: 18px;
  color: #ffffff;
}
.ser2-list li:hover {
  background-color: #004e9c;
}
.ser2-list li:hover .rund {
  background-color: #f28c20;
}
.ser2-list li:hover .type,
.ser2-list li:hover .size,
.ser2-list li:hover .title {
  color: #ffffff;
}
.ser4-box {
  overflow: hidden;
}
.ser4ct {
  margin: 0 auto;
  padding: 110px 0;
}
.ser4ct .title p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
}
.ser4ct .mide {
  width: max-content;
  max-width: 100%;
}
.ser4ct .mide .nr {
  display: flex;
  margin-top: 74px;
}
.ser4ct .mide .nr .left .item .db {
  display: flex;
  align-items: center;
}
.ser4ct .mide .nr .left .item .db i {
  font-size: 28px;
  color: #004e9c;
}
.ser4ct .mide .nr .left .item .db span {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  font-style: italic;
  margin-left: 10px;
}
.ser4ct .mide .nr .left .item a {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-top: 12px;
  display: block;
}
.ser4ct .mide .nr .left .item:not(:first-of-type) {
  margin-top: 52px;
}
.ser4ct .mide .nr .right {
  margin-left: 120px;
}
.ser4ct .mide .nr .right img {
  width: 200px;
}
.ser3ct {
  margin: 0 auto;
  padding: 120px 0;
}
.ser3ct .mide {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 60px 80px;
}
.ser3ct .demo-ruleForm {
  margin-top: 35px;
}
.ser3ct .demo-ruleForm .row {
  display: flex;
  justify-content: space-between;
}
.ser3ct .demo-ruleForm .row .el-form-item {
  width: calc((100% - 40px) / 2);
}
.ser3ct .demo-ruleForm .row3 {
  display: flex;
  justify-content: space-between;
}
.ser3ct .demo-ruleForm .row3 .el-form-item {
  width: calc((100% - 80px) / 3);
}
.ser3ct .demo-ruleForm .imglist {
  width: 100%;
  background: #f5f7fa;
  border-radius: 6px;
  border: 1px solid #e6eaee;
  padding: 20px 20px 12px 20px;
}
.ser3ct .sub-btn {
  width: 300px;
  height: 50px;
  background: #f28c20;
  border-radius: 6px;
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  margin: 12px auto 0;
  padding: 0;
  display: block;
  border: none;
  cursor: pointer;
}
.down-diaolog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow-y: auto;
}
.down-diaolog::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.down-diaolog::-webkit-scrollbar-thumb {
  background: #004e9c;
}
.down-diaolog::-webkit-scrollbar-track {
  background: #dedede;
}
.down-diaolog .content {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(3, 56, 134, 0.1);
  border-radius: 10px;
  padding: 55px 85px;
}
.down-diaolog .content .close {
  position: absolute;
  cursor: pointer;
  left: calc(100% + 20px);
  top: 0;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.down-diaolog .content .close i {
  font-size: 22px;
  color: #cccccc;
  transition: 0.4s;
}
.down-diaolog .content .close:hover i {
  color: #004e9c;
}
.down-diaolog .content .title {
  margin-bottom: 34px;
}
.down-diaolog .content .title h6 {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 14px;
}
.down-diaolog .content .row {
  display: flex;
  justify-content: space-between;
}
.down-diaolog .content .row .el-form-item {
  width: calc((100% - 40px) / 2);
}
.down-diaolog .content .row3 {
  display: flex;
  justify-content: space-between;
}
.down-diaolog .content .row3 .el-form-item {
  width: calc((100% - 80px) / 3);
}
.down-diaolog .content .sub-btn {
  width: 300px;
  height: 50px;
  background: #f28c20;
  border-radius: 6px;
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  margin: 40px auto 0;
  padding: 0;
  display: block;
  border: none;
  cursor: pointer;
}
.el-upload-list--picture-card .el-upload-list__item {
  width: 80px;
  height: 80px;
}
.el-upload--picture-card {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: transparent;
  margin-bottom: 8px;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  object-fit: cover;
}
.el-upload--picture-card i {
  font-size: 22px;
}
.el-form-item__label {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: unset;
  margin-bottom: 14px;
}
.el-form-item__label .xz {
  color: #999999;
}
.el-checkbox__label {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  padding-left: 7px;
}
.el-checkbox__inner {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border-color: rgba(0, 78, 156, 0.5);
}
.el-checkbox{
  line-height: 28px;
}
.el-checkbox__inner::after {
  left: 5px;
}
.el-checkbox__inner:hover,
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #004e9c;
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #004e9c;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #004e9c;
  border-color: #004e9c;
}
.el-form--label-top .el-form-item__label {
  padding-bottom: 0px;
}
.el-form-item.is-required:not(.is-no-asterisk)
  .el-form-item__label-wrap
  > .el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  color: #ec1313;
}
.el-form-item__content {
  line-height: unset;
}
.el-input__inner {
  background: #f5f7fa;
  border-radius: 6px;
  border: 1px solid #e6eaee;
  height: 50px;
  line-height: 50px;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.el-textarea__inner {
  background: #f5f7fa;
  border-radius: 6px;
  border: 1px solid #e6eaee;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  resize: none;
  height: 120px;
}
.el-input__inner::placeholder,
.el-textarea__inner::placeholder {
  color: #aaaaaa;
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus,
.el-textarea__inner:focus {
  border-color: #004e9c;
}
.el-form-item {
  margin-bottom: 28px;
}
.news-box {
  overflow: hidden;
}
.newsct {
  margin: 0 auto;
  padding: 120px 0;
}
.newsct .top {
  display: flex;
  justify-content: space-between;
}
.newsct .top .left {
  width: 640px;
  border-top: 2px solid #004e9c;
}
.newsct .top .left .time {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.newsct .top .left .time span {
  width: 6px;
  height: 6px;
  background: #aaaaaa;
  border-radius: 50%;
}
.newsct .top .left .time p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #aaaaaa;
  margin-left: 8px;
}
.newsct .top .left h3 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 48px;
  height: 96px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.4s;
  margin: 25px 0 100px 0;
}
.newsct .top .left h6 {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
}
.newsct .top .left .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 37px 0;
}
.newsct .top .left .line::before {
  display: block;
  content: '';
  width: 0%;
  height: 100%;
  background: #004e9c;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.newsct .top:hover .left .line::before {
  width: 100%;
}
.newsct .top:hover .left h3 {
  color: #004e9c;
}
.newsct .top:hover .left.db .more::after {
  width: 100%;
}
.newsct .top:hover .left .db .more {
  color: #004e9c;
}
.newsct .top .left .db {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsct .top .left .db .more {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  position: relative;
  transition: 0.4s;
}
.newsct .top .left .db .more::after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #004e9c;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: 0.4s;
}
.newsct .top .left .db i {
  font-size: 20px;
  color: #666666;
}
.newsct .top .right {
  width: calc(100% - 640px - 40px);
}
.newsct .top .right img {
  width: 100%;
  height: 432px;
  object-fit: cover;
  border-radius: 10px;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
}
.news-list li {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-top: 60px;
}
.news-list li:nth-of-type(3n) {
  margin-right: 0;
}
.news-list li:nth-of-type(1),
.news-list li:nth-of-type(2),
.news-list li:nth-of-type(3) {
  margin-top: 0;
}
.news-list li a {
  display: block;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.news-list li a::before {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #004e9c;
  transition: 0.5s;
}
.news-list li a:hover h6 {
  color: #004e9c;
}
.news-list li a:hover::before {
  width: 100%;
}
.news-list li a .ib {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}
.news-list li a .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list li a h6 {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.4s;
  margin-top: 24px;
}
.news-list li a .time {
  display: flex;
  align-items: center;
  margin: 18px 0;
}
.news-list li a .time span {
  width: 6px;
  height: 6px;
  background: #aaaaaa;
  border-radius: 50%;
  margin-right: 8px;
}
.news-list li a .time p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #aaaaaa;
}
.nd-box {
  background-color: #f7f7f7;
  overflow: hidden;
}
.ndct {
  padding: 225px 0 120px 0;
  margin: 0 auto;
  position: relative;
}
.ndct .mide {
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  padding: 90px 100px;
}
.ndct .mide .top h3 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 36px;
  color: #2b2b2b;
  text-align: center;
}
.ndct .mide .top .time {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  text-align: center;
  margin-top: 17px;
}
.ndct .mide .content {
  font-family: var(--font-Ali-Regular) !important;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 50px;
}
.ndct .mide .content p,
.ndct .mide .content span {
  font-family: var(--font-Ali-Regular) !important;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.ndct .mide .content p:not(:first-of-type) {
  margin-top: 15px;
}
.ndct .mide .content img {
  max-width: 100%;
  margin: 20px auto 0;
}
.ndct .mide .back {
  position: absolute;
  top: 0;
  left: calc(100% + 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 50px;
  background: #f28c20;
  border-radius: 25px;
  cursor: pointer;
}
.ndct .mide .back p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
}
.ndct .end {
  margin-top: 80px;
}
.ndct .end .dbl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ndct .end .dbl span {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.ndct .end .dbl p {
  width: calc((100% - 50px) / 2);
  height: 1px;
  background: #efefef;
}
.ndct .end .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.ndct .end .link .gy {
  display: flex;
  align-items: center;
}
.ndct .end .link .gy i {
  font-size: 20px;
  color: #333333;
  transition: 0.4s;
}
.ndct .end .link .gy p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  transition: 0.4s;
}
.ndct .end .link .gy:hover i,
.ndct .end .link .gy:hover p {
  color: #f28d23;
}
.ndct .end .link .left p {
  margin-left: 20px;
}
.ndct .end .link .right p {
  margin-right: 20px;
}
.pos-box {
  background-color: #f5f5f5;
  overflow: hidden;
}
.posct {
  margin: 0 auto;
  padding: 120px 0;
}
.posct .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.posct .top .right {
  display: flex;
}
.posct .top .right a {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 18px;
  color: #999999;
  transition: 0.4s;
  position: relative;
}
.posct .top .right a::after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #004e9c;
  position: absolute;
  left: 0;
  bottom: -16px;
  transition: 0.4s;
}
.posct .top .right a:hover,
.posct .top .right a.active {
  color: #333333;
}
.posct .top .right a.active::after {
  width: 100%;
}
.posct .top .right a:not(:last-of-type) {
  margin-right: 60px;
}
.pos-list {
  margin-top: 60px;
}
.pos-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  border-radius: 10px;
  border: 2px solid #d2dee9;
  padding: 21px 30px;
  transition: 0.4s;
  cursor: pointer;
}
.pos-list li .name {
  display: flex;
  align-items: center;
  width: 50%;
}
.pos-list li .name span {
  width: 8px;
  height: 8px;
  background: #004e9c;
  border-radius: 50%;
  margin-right: 17px;
}
.pos-list li .name p {
  width: calc(100% - 8px - 17px);
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.pos-list li .desc {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.pos-list li .rund {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
}
.pos-list li .rund i {
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
}
.pos-list li:not(:first-of-type) {
  margin-top: 20px;
}
.pos-list li:hover {
  border-color: #ffffff;
  background-color: #ffffff;
}
.pos-list li:hover .rund {
  background-color: #004e9c;
}
.pos-list li:hover .rund i {
  color: #ffffff;
}
.up-diaolog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow-y: auto;
}
.up-diaolog::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.up-diaolog::-webkit-scrollbar-thumb {
  background: #004e9c;
}
.up-diaolog::-webkit-scrollbar-track {
  background: #dedede;
}
.up-diaolog .content {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(3, 56, 134, 0.1);
  border-radius: 10px;
  padding: 70px 100px;
}
.up-diaolog .content .close {
  position: absolute;
  cursor: pointer;
  left: calc(100% + 20px);
  top: 0;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.up-diaolog .content .close i {
  font-size: 22px;
  color: #cccccc;
  transition: 0.4s;
}
.up-diaolog .content .close:hover i {
  color: #004e9c;
}
.up-diaolog .title .pb-h4 {
  color: #004e9c;
}
.up-diaolog .title .dbl {
  display: flex;
  margin-top: 23px;
}
.up-diaolog .title .dbl p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.up-diaolog .title .dbl p:not(:last-of-type) {
  margin-right: 33px;
}
.up-diaolog .line {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 37px 0;
}
.up-diaolog .el-form-item {
  margin-bottom: 20px;
}
.up-diaolog .nr {
  font-family: var(--font-Ali-Regular);
}
.up-diaolog .nr h4 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.up-diaolog .nr .desc {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
}
.up-diaolog .nr .row:not(:first-of-type) {
  margin-top: 31px;
}
.up-diaolog .tj {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.up-diaolog .tj .left .btn {
  width: 400px;
  height: 50px;
  background: #f5f7fa;
  border-radius: 6px;
  border: 1px solid #e6eaee;
  padding: 0 27px;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: left;
  transition: 0.4s;
}
.up-diaolog .tj .left .btn:hover {
  border-color: #004e9c;
}
.el-upload-list__item-name {
  font-family: var(--font-Ali-Regular);
}
.up-diaolog .sub-btn {
  width: 400px;
  height: 50px;
  background: #f28c20;
  border-radius: 6px;
  border: none;
  padding: 0 27px;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.up-diaolog .tj .right {
  width: 140px;
}
.up-diaolog .tj .right img {
  width: 100%;
}
.up-diaolog .tj .right p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 16px;
}
.join1-box {
  overflow: hidden;
}
.join1ct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 120px 0;
}
.join1ct .left {
  width: 593px;
}
.join1ct .left .desc {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin: 49px 0 0 0;
}
.join1ct .left .desc p:not(:first-of-type) {
  margin-top: 10px;
}
.join1ct .left .desc p,
.join1ct .left .desc span{
  white-space: normal !important;
  text-wrap-mode: unset !important;
}
.join1ct .right {
  width: calc(100% - 593px - 107px);
}
.join1ct .right img {
  width: 100%;
  border-radius: 10px;
}
.join2-box {
  position: relative;
}
.join2-box::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 47%;
  background: #f5f5f5;
}
.join2ct {
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.join2ct .mide {
  display: flex;
  justify-content: space-between;
  height: 540px;
  margin-top: 70px;
}
.join2ct .mide .item.active {
  width: 840px;
}
.join2ct .mide .item {
  width: calc((100% - 840px - 20px) / 2);
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: 0.6s;
}
.join2ct .mide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join2ct .mide .item::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.join2ct .mide .item h4 {
  position: absolute;
  bottom: 58px;
  left: 0;
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  transition: 0.6s;
  z-index: 1;
  width: 100%;
  padding: 0 40px;
}
.join2ct .mide .item .wz {
  position: absolute;
  left: 0;
  bottom: 58px;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  z-index: 1;
  padding: 0 58px;
  width: 100%;
  opacity: 0;
  transform: translateY(100px);
}
.join2ct .mide .item.active .wz {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s;
}
.join2ct .mide .item.active h4 {
  text-align: left;
  padding: 0 58px;
  bottom: auto;
  top: 58px;
}
.join2ct .tag {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.join2ct .tag .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 7);
}
.join2ct .tag .item .rund {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid rgba(0, 78, 156, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.join2ct .tag .item p {
  text-align: center;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
  padding: 0 10px;
}
.join3-box {
  background-color: #004e9c;
  overflow: hidden;
}
.join3ct {
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
}
.join3ct .left {
  width: 300px;
}
.join3ct .left img {
  width: 168px;
  margin: 58px 0 35px 0;
}
.join3ct .left .desc a {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  display: block;
}
.join3ct .right {
  width: calc(100% - 300px - 50px);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 80px;
}
.join3ct .right .rq {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 99px;
}
.join3ct .right .rq .jt {
  transform: translateY(30px);
}
.join3ct .right .rq .item {
  max-width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join3ct .right .rq .item .ib {
  height: 91px;
  display: flex;
  align-items: center;
  margin-bottom: 54px;
}
.join3ct .right .rq .item .ib img {
  max-height: 100%;
}
.join3ct .right .rq .item .txt h5 {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.join3ct .right .rq .item .txt p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  opacity: 0.5;
  text-align: center;
  margin-top: 16px;
}
.join4ct {
  margin: 0 auto;
  padding: 120px 0;
}
.join4ct .title h6 {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 22px;
}
.join4ct .mide {
  display: flex;
  margin-top: 75px;
}
.join4ct .mide .item {
  width: calc((100% - 80px) / 5);
  min-height: 342px;
  margin-right: 20px;
  background: #f2f5f7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 40px 15px 45px 15px;
}
.join4ct .mide .item:nth-of-type(5n) {
  margin-right: 0;
}
.join4ct .mide .item .rund {
  width: 110px;
  height: 110px;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join4ct .mide .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  opacity: 0;
  z-index: -1;
}
.join4ct .mide .item h3 {
  text-align: center;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  margin: 36px 0 54px 0;
  transition: 0.4s;
  word-break: break-word;
}
.join4ct .mide .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}
.join4ct .mide .item a p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #f28c20;
  position: relative;
}
.join4ct .mide .item a p::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #f28c20;
  transition: 0.4s;
}
.join4ct .mide .item a i {
  font-size: 16px;
  color: #f28c20;
  margin-left: 15px;
}
.join4ct .mide .item a:hover p::after {
  width: 100%;
}
.join4ct .mide .item:hover .bg {
  opacity: 1;
}
.join4ct .mide .item:hover h3 {
  color: #ffffff;
}
.ab1-box {
  overflow: hidden;
}
.ab1ct {
  margin: 0 auto;
  padding: 120px 0;
}
.ab1ct .mide {
  display: flex;
  justify-content: space-between;
}
.ab1ct .mide .left {
  width: calc(100% - 750px - 52px);
  position: relative;
}
.ab1ct .mide .left .bg {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ab1ct .mide .left .pb-h4:nth-of-type(2) {
  margin-top: 15px;
}
.ab1ct .mide .left .line {
  width: 40px;
  height: 5px;
  background: #004e9c;
  margin-top: 34px;
}
.ab1ct .mide .right {
  width: 750px;
  border-left: 1px solid #efefef;
  padding-left: 49px;
}
.ab1ct .mide .right .desc {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.ab1ct .mide .right .desc p:not(:first-of-type) {
  margin-top: 15px;
}
.ab1ct .mide .right .numContent {
  margin-top: 55px;
}
.ab1ct .mide .right .numContent .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #efefef;
  padding: 42px 0;
}
.ab1ct .mide .right .numContent .row .sz {
  display: flex;
  width: 30%;
}
.ab1ct .mide .right .numContent .row .sz .num {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 72px;
  color: #004e9c;
  line-height: 1;
}
.ab1ct .mide .right .numContent .row .sz p {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 24px;
  color: #004e9c;
  margin-left: 7px;
}
.ab1ct .mide .right .numContent .row span {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  width: 185px;
  text-align: left;
}
.ab1ct .flog {
  margin-top: 120px;
  position: relative;
}
.ab1ct .flog img {
  width: 100%;
  border-radius: 10px;
}
.ab1ct .flog .wz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: 90%;
}
.ab1ct .flog .wz h3 {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
}
.ab2-box {
  overflow: hidden;
}
.ab2ct {
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.ab2ct::before {
  display: block;
  content: '';
  width: 1px;
  height: calc(100% - 15px);
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
}
.ab2ct .left {
  width: calc(100% - 229px);
}
.ab2ct .desc-swiper {
  margin-top: 94px;
}
.ab2ct .desc-swiper .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ab2ct .desc-swiper .item .wz {
  width: calc(100% - 550px - 100px);
}
.ab2ct .desc-swiper .item .wz .time {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 60px;
  color: #004e9c;
}
.ab2ct .desc-swiper .item .wz .desc {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 39px;
}
.ab2ct .desc-swiper .item .wz .desc p {
  position: relative;
  padding-left: 20px;
}
.ab2ct .desc-swiper .item .wz .desc p:not(:first-of-type) {
  margin-top: 10px;
}
.ab2ct .desc-swiper .item .wz .desc p::before {
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #004e9c;
}
.ab2ct .desc-swiper .item .ib {
  width: 550px;
}
.ab2ct .desc-swiper .item .ib img {
  width: 100%;
  border-radius: 10px;
}
.ab2ct .right {
  position: relative;
}
.ab2ct .right .qhb {
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
}
.ab2ct .right .qhb .qh {
  width: 40px;
  height: 40px;
  background: #f28c20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  cursor: pointer;
}
.ab2ct .right .qhb .qh i {
  font-size: 20px;
  color: #ffffff;
}
.ab2ct .right .qhb .qh.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: no-drop;
}
.ab2ct .right .qhb .qh:not(:first-of-type) {
  margin-top: 20px;
}
.ab2ct .time-swiper {
  height: 620px;
}
.ab2ct .time-swiper .swiper-slide {
  height: auto;
}
.ab2ct .time-swiper .wz {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 16px;
  color: #999999;
  text-align: right;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  padding-right: 24px;
}
.ab2ct .time-swiper .wz::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 0;
  background-color: #f28c20;
  transition: 0.4s;
}
.ab2ct .time-swiper .swiper-slide-active .wz {
  font-size: 24px;
  color: #f28c20;
}
.ab2ct .time-swiper .swiper-slide-active .wz::after {
  height: 100%;
}
.ab3-box {
  overflow: hidden;
  position: relative;
}
.ab3-box .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ab3ct {
  padding: 120px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ab3ct .top {
  display: flex;
  justify-content: space-between;
}
.ab3ct .top .left .desc {
  font-family: var(--font-Ali-Regular);
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 45px;
}
.ab3ct .top .right {
  display: flex;
  width: 1050px;
}
.ab3ct .top .right img {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.ab3ct .top .right img:nth-of-type(3n) {
  margin-right: 0;
}
.ab3ct .mide {
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 75px 80px 60px 80px;
  margin-top: 34px;
}
.ab3ct .mide .tag {
  display: flex;
  justify-content: center;
}
.ab3ct .mide .tag a {
  font-family: var(--font-Ali-Regular);
  font-weight: bold;
  font-size: 18px;
  color: #999999;
  transition: 0.4s;
  position: relative;
}
.ab3ct .mide .tag a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 2px;
  background: #004e9c;
  transition: 0.4s;
}
.ab3ct .mide .tag a.active::after {
  width: 100%;
}
.ab3ct .mide .tag a:hover,
.ab3ct .mide .tag a.active {
  color: #333333;
}
.ab3ct .mide .tag a:not(:last-of-type) {
  margin-right: 59px;
}
.ab3ct .rq-box {
  margin-top: 75px;
}
.ab3ct .rq-box .box:not(:first-of-type) {
  display: none;
}
.ab3-swiper {
  padding-top: 30px;
}
.ab3-swiper .swiper-slide:nth-of-type(even) img {
  transform: translateY(-30px);
}
.ab3-swiper img {
  width: 100%;
}
.ab3ct .dbl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.ab3ct .swiper-scrollbar {
  position: relative;
  height: 1px;
  width: calc(100% - 180px);
}
.ab3ct .swiper-scrollbar-drag {
  background-color: #004e9c;
}
.ab3ct .qhb {
  display: flex;
}
.ab3ct .qhb .qh {
  width: 60px;
  height: 60px;
  background: #f28c20;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  cursor: pointer;
}
.ab3ct .qhb .qh i {
  font-size: 20px;
  color: #ffffff;
}
.ab3ct .qhb .next {
  margin-left: 20px;
}
.ab3ct .qhb .qh.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: no-drop;
}
.ab4-box {
  overflow: hidden;
  padding: 0 0 120px 0;
}
.ab4-box .mide {
  margin-top: 59px;
}
.ab4-box .ab4sw {
  width: 100%;
}
.ab4-box .ab4sw .swiper-wrapper {
  transition-timing-function: linear !important;
}
.ab4-box .ab4sw:not(:first-of-type) {
  margin-top: 30px;
}
.ab4-box .ab4sw a {
  display: block;
  width: 100%;
  height: 18.5vw;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.ab4-box .ab4sw a::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.ab4-box .ab4sw a .zs {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab4-box .ab4sw a .wz {
  width: 100%;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  padding: 0 20px 0 20px;
  transition: 0.4s;
}
.ab4-box .ab4sw a .flow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(80px);
  overflow-y: auto;
}
.ab4-box .ab4sw a .flow::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.ab4-box .ab4sw a .flow::-webkit-scrollbar-thumb {
  background: #222222;
}
.ab4-box .ab4sw a .flow::-webkit-scrollbar-track {
  background: #dedede;
}
.ab4-box .ab4sw a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  opacity: 0;
}
.ab4-box .ab4sw a:hover .wz {
  opacity: 0;
}
.ab4-box .ab4sw a:hover .bg {
  opacity: 1;
}
.ab4-box .ab4sw a:hover .flow {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
}
.page {
  width: 100%;
  margin-top: 60px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
}
.page .el-pagination__total {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: 60px;
  height: 40px;
  margin-right: 9px;
  padding: 0;
  border-radius: 20px;
  min-width: 60px;
  border: 1px solid #dcddde;
  background-color: transparent;
}
.page .el-pagination .btn-next {
  width: 60px;
  height: 40px;
  padding: 0;
  border-radius: 20px;
  min-width: 60px;
  border: 1px solid #dcddde;
  background-color: transparent;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i {
  font-size: 16px;
}
.page .el-pager li {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 9px;
  padding: 0px;
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  border-radius: 50%;
  transition: 0.3s;
  border: 1px solid #dcddde !important;
  background-color: transparent;
}
.page .el-pager li.active {
  background-color: #004e9c;
  color: #ffffff;
  border-color: #004e9c !important;
}
.page .el-pagination .el-pager li:hover {
  color: #ffffff !important;
  background-color: #004e9c;
  border-color: #004e9c !important;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #004e9c;
}
.page .el-pagination button:hover {
  color: #004e9c;
}
.page .el-pagination button:disabled {
  color: #c0c4cc;
}
.ftct {
  margin: 0 auto;
  padding: 110px 0;
}
.ftct .top {
  display: flex;
  justify-content: space-between;
}
.ftct .top .flog {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 48px;
  color: #ffffff;
  line-height: 60px;
}
.ftct .top .right h6 {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  width: 520px;
}
.ftct .top .right form {
  display: flex;
  align-items: center;
  width: 520px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  padding: 0 7px 0 30px;
  margin-top: 27px;
}
.ftct .top .right form input {
  width: calc(100% - 130px - 22px);
  height: 100%;
  border: none;
  outline: none;
  border-radius: 0;
  font-family: mont-light;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  padding: 0 20px;
  background-color: transparent;
  /* 新增 解决Mac Safari原生控件底色 */
  -webkit-appearance: none;
  appearance: none;
}
/* 聚焦状态 防止焦点触发底色 */
.ftct .top .right form input:focus {
  background-color: transparent !important;
  box-shadow: none;
}
/* 重点：Safari自动填充出现浅白背景终极修复 */
.ftct .top .right form input:-webkit-autofill,
.ftct .top .right form input:-webkit-autofill:hover,
.ftct .top .right form input:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
}

/* 3. 可选：如果还有淡淡的焦点蓝色光晕 */
.ftct .top .right form input:focus {
  -webkit-focus-ring-color: transparent;
}
.ftct .top .right form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.ftct .top .right form button {
  width: 130px;
  height: calc(100% - 14px);
  background: #ffffff;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: mont-light;
  font-weight: 400;
  font-size: 18px;
  color: #004e9c;
  border: none;
  outline: none;
}
.ftct .mide {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.ftct .mide .left .link {
  display: flex;
}
.ftct .mide .left .link:not(:first-of-type) {
  margin-top: 33px;
}
.ftct .mide .left a {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  min-width: 162px;
}
.ftct .mide .left a:hover {
  text-decoration: underline;
}
.ftct .mide .left a:not(:last-of-type) {
  margin-right: 50px;
}
.ftct .mide .right {
  width: 520px;
}
.ftct .mide .right a {
  display: flex;
  font-family: mont-light;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  justify-content: space-between;
}
.ftct .mide .right a:not(:first-of-type) {
  margin-top: 39px;
}
.ftct .mide .right a .lb {
  width: 162px;
}
.ftct .mide .right a p{
  width: calc(100% - 162px - 20px);
}
/*.ftct .mide .right a p {*/
/*  font-weight: bold;*/
/*}*/
.ftct .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.ftct .bottom .left {
  display: flex;
}
.ftct .bottom .left .logo img {
  width: 141px;
}
.ftct .bottom .left .lj {
  margin-left: 60px;
}
.ftct .bottom .left .lj a {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  display: block;
}
.ftct .bottom .right {
  width: 520px;
  display: flex;
  align-items: center;
}
.ftct .bottom .right p {
  font-family: var(--font-Ali-Regular);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-right: 40px;
}
.ftct .bottom .right .icon {
  display: flex;
}
.ftct .bottom .right .icon .rund {
  width: 50px;
  height: 50px;
  background: #0069d1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.ftct .bottom .right .icon .rund:not(:last-of-type) {
  margin-right: 20px;
}
.ftct .bottom .right .icon .flow {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
  transform-origin: bottom;
  padding-bottom: 10px;
  transition: 0.4s;
}
.ftct .bottom .right .icon .rund:hover .flow {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.ftct .bottom .right .icon .flow .rq {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 2px;
  position: relative;
}
.ftct .bottom .right .icon .flow .rq::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.ftct .bottom .right .icon .flow .rq img {
  width: 100px;
  border-radius: 6px;
}
@media only screen and (max-width: 1740px) {
  .center-1680 {
    width: 1480px;
  }
  .mySwiper .ct h4{
    font-size: 28px;
  }
  .mySwiper .ct h5{
    font-size: 18px;
    line-height: 26px;
  }
  .mySwiper .ct h1 {
    font-size: 52px;
  }
  .i1-box {
    padding: 145px 0 145px calc((100% - 1480px) / 2);
  }
  .i1-box::after {
    right: 25.5%;
  }
  .i1-box .mide {
    margin-top: 120px;
  }
  .i1-swiper .rq .left h3 {
    font-size: 48px;
  }
  .i1-swiper .rq .left h4 {
    font-size: 24px;
  }
  .i1-swiper .rq .left p {
    font-size: 17px;
  }
  .i1-swiper .rq .left .pb-more {
    margin-top: 210px;
  }
  .pb-title-72 {
    font-size: 48px;
    line-height: 60px;
  }
  .pb-h4 {
    font-size: 34px;
  }
  .i2ct {
    padding: 145px 0 135px 0;
  }
  .i2ct .i2-swiper .rq .dbl h3 {
    font-size: 29px;
  }
  .i2-box .tagct p {
    font-size: 18px;
    padding: 32px 5px;
  }
  .i4ct .mide .t-n .left .txt h6 {
    font-size: 23px;
    line-height: 35px;
    height: 105px;
  }
  .i4ct .mide .t-n .right a p {
    font-size: 19px;
  }
  .i4ct .mide .t-b .item {
    padding: 33px 36px;
  }
  .i4ct .mide .t-b .item h6 {
    font-size: 19px;
    line-height: 29px;
    height: 87px;
    margin: 15px 0px 45px;
  }
  .i4ct .mide .t-n .right {
    width: 346px;
    padding: 35px 36px;
  }
  .i4ct .mide .t-n .left {
    width: calc(100% - 346px - 32px);
    height: 420px;
  }
  .i4ct .mide .t-n .left .txt {
    width: 378px;
    padding: 60px 36px 0px;
  }
  .i4ct .mide .t-n .left .txt a {
    margin-top: 125px;
  }
  .i4ct .mide .t-n .left .ib {
    width: calc(100% - 378px);
  }
  .i4ct .mide .t-n .right a {
    padding: 19px 0;
  }
  .ftct {
    padding: 100px 0;
  }
  .ftct .mide .left .link:not(:first-of-type) {
    margin-top: 28px;
  }
  .ftct .mide .right a:not(:first-of-type) {
    margin-top: 35px;
  }
  .ftct .mide .left a:not(:last-of-type) {
    margin-right: 50px;
  }
  .ftct .mide {
    margin-top: 85px;
  }
  .ftct .bottom {
    margin-top: 65px;
  }
  .ftct .top .flog {
    font-size: 44px;
    line-height: 56px;
  }
  .ftct .top .right h6 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1560px) {
  .el-form-item__label,
  .el-input__inner,
  .el-textarea__inner,
  .el-checkbox__label{
     font-size: 15px;
  }
  .center-1680 {
    width: 1180px;
  }
  .center-1400 {
    width: 1100px;
  }
  .center-1200 {
    width: 900px;
  }
  .headerct .nav li:not(:last-of-type) {
    margin-right: 20px;
  }
  .headerct .right .line {
    margin: 0 18px;
  }
  .mySwiper .ct {
    top: 20%;
  }
  .mySwiper .ct h4{
    font-size: 22px;
  }
  .mySwiper .ct h5{
    font-size: 18px;
  }
  .mySwiper .ct h1 {
    font-size: 42px;
  }
  .mySwiper .roller span {
    height: 70px;
  }
  .mySwiper .qhb {
    bottom: 50px;
  }
  .mySwiper .ct a {
    width: 160px;
    height: 50px;
    margin: 40px auto 0;
  }
  .i1-box {
    padding: 120px 0 120px calc((100% - 1180px) / 2);
  }
  .i1-box .top .right a {
    font-size: 16px;
    width: 170px;
    height: 54px;
  }
  .pb-h4 {
    font-size: 30px;
  }
  .i1-swiper .rq .left h3 {
    font-size: 40px;
  }
  .i1-swiper .rq .left h4 {
    font-size: 22px;
  }
  .i1-swiper .rq .left p {
    font-size: 16px;
  }
  .pb-more span {
    font-size: 16px;
  }
  .pb-more .rund {
    width: 52px;
    height: 52px;
  }
  .i1-swiper .rq .left .pb-more {
    margin-top: 140px;
  }
  .i1-box .mide {
    margin-top: 100px;
  }
  .i2ct {
    padding: 120px 0 110px 0;
  }
  .i2ct .right {
    width: 620px;
  }
  .i2ct .left {
    width: calc(100% - 620px - 60px);
  }
  .pb-title-72 {
    font-size: 38px;
    line-height: 50px;
  }
  .i2ct .i2-swiper .rq {
    padding: 45px 50px 52px;
  }
  .i2ct .i2-swiper .rq .dbl h3 {
    font-size: 24px;
  }
  .i2ct .i2-swiper .rq .dbl img {
    width: 32px;
  }
  .i2ct .i2-swiper .rq .desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }
  .i2ct .i2-swiper .rq .link a p {
    font-size: 16px;
  }
  .i2ct .i2-swiper .rq .link {
    margin-top: 50px;
  }
  .i2ct .i2-swiper .rq .link a {
    margin-top: 21px;
    padding-bottom: 15px;
  }
  .i2-box .tagct p {
    font-size: 18px;
    padding: 28px 5px;
  }
  .i3ct {
    padding: 105px 0 0 0;
  }
  .i3ct .desc {
    width: 70%;
    font-size: 16px;
    line-height: 28px;
  }
  .i3ct .numContent .item .db .num {
    font-size: 52px;
  }
  .i3ct .numContent .item .db p {
    font-size: 22px;
  }
  .i3ct .numContent .item .wz {
    font-size: 18px;
  }
  .i3ct .numContent .item .db {
    margin: 25px 0 15px 0;
  }
  .i4ct {
    padding: 105px 0;
  }
  .i4ct .mide .t-b .item {
    padding: 28px 30px;
  }
  .i4ct .mide .t-b .item h6 {
    font-size: 18px;
    line-height: 28px;
    height: 84px;
    margin: 12px 0px 35px;
  }
  .i4ct .mide .t-b .item .time {
    font-size: 16px;
  }
  .i4ct .mide .t-b .item a p {
    font-size: 16px;
  }
  .i4ct .mide .t-n .right {
    width: 271px;
    padding: 30px 30px;
  }
  .i4ct .mide .t-n .right a p {
    font-size: 18px;
    margin-top: 7px;
  }
  .i4ct .mide .t-n .right a .time {
    font-size: 16px;
  }
  .i4ct .mide .t-n .left {
    width: calc(100% - 271px - 32px);
  }
  .i4ct .mide .t-b {
    margin-top: 50px;
  }
  .i4ct .mide {
    margin-top: 50px;
  }
  .i4ct .mide .t-n .left {
    height: 360px;
  }
  .i4ct .mide .t-n .left .txt {
    width: 303px;
    padding: 45px 30px 0;
  }
  .i4ct .mide .t-n .left .ib {
    width: calc(100% - 303px);
  }
  .i4ct .mide .t-n .left .txt .time {
    font-size: 16px;
  }
  .i4ct .mide .t-n .left .txt h6 {
    font-size: 20px;
    line-height: 32px;
    height: 96px;
    margin-top: 22px;
  }
  .i4ct .mide .t-n .left .txt a p {
    font-size: 16px;
  }
  .i4ct .mide .t-n .left .txt a {
    margin-top: 105px;
  }
  .i4ct .mide .t-n .right a {
    padding: 15px 0;
  }
  .banner > img {
    min-height: 450px;
  }
  .min-nav .ct .left a {
    font-size: 16px;
  }
  .min-nav .ct .right a,
  .min-nav .ct .right span {
    font-size: 15px;
  }
  .min-nav .ct {
    height: 80px;
  }
  .banner .ct h3 {
    font-size: 30px;
  }
  .banner .ct h6 {
    font-size: 16px;
  }
  .banner .ct p {
    max-width: 80%;
    margin: 30px auto 0;
  }
  .end1-box .qhb .qh {
    width: 52px;
    height: 52px;
  }
  .end1-box .title h6 {
    font-size: 17px;
  }
  .end2ct .title h6 {
    font-size: 17px;
  }
  .end2ct {
    padding: 105px 0;
  }
  .end3ct {
    padding: 105px 0;
  }
  .end3ct .left .zl .db .num {
    font-size: 80px;
  }
  .end3ct .left .zl .db p {
    font-size: 26px;
  }
  .end3ct .left .i-b .item span {
    font-size: 18px;
  }
  .end3ct .left .i-b .item .db .num {
    font-size: 62px;
  }
  .end3ct .left .i-b .item .db p {
    font-size: 26px;
  }
  .end3ct .left .i-b .item {
    padding: 34px 0;
  }
  .end3ct .left .i-b {
    margin-top: 100px;
  }
  .end3ct .left {
    width: 420px;
  }
  .end3ct .right {
    width: calc(100% - 420px - 20px);
  }
  .banner .flow-case{
    width: 1230px !important;
  }
  .banner .flow-case a .rund {
    width: 38px;
    height: 38px;
  }
  .banner .flow-case a p {
    font-size: 15px;
    margin-left: 10px;
    width: calc(100% - 38px - 10px - 10px);
  }
  .banner .flow-case a {
    height: 80px;
    width: calc((100% - 42px) / 7);
    margin-right: 8px; 
  }
  .case-box .row .ct {
    padding: 90px 0;
  }
  .case-box .row .ct .left {
    width: 510px;
    height: 325px;
  }
  .case-box .row .ct .right {
    width: calc(100% - 510px - 80px);
  }
  .case-box .row .ct .right h3 {
    font-size: 28px;
  }
  .case-box .row .ct .right .desc {
    margin: 22px 0 44px 0;
  }
  .cased1ct .row-lr .right {
    width: 550px;
    height: 360px;
  }
  .cased1ct .row-lr .left {
    width: calc(100% - 550px - 80px);
  }
  .cased1ct .row-lr .left h4 {
    font-size: 26px;
  }
  .cased1ct {
    padding: 105px 0;
  }
  .cased1ct .resources {
    margin-top: 105px;
  }
  .cased1ct .resources .row .right h4 {
    font-size: 21px;
  }
  .cased1ct .zy-box .row-lr {
    margin-top: 105px;
  }
  .cased1ct .advantages .mide .item h4 {
    font-size: 20px;
    margin: 26px 0 12px 0;
  }
  .cased1ct .advantages .mide .item .ib {
    height: 74px;
  }
  .cased1ct .advantages .mide .item {
    width: calc((100% - 200px) / 3);
    margin-right: 100px;
  }
  .cased1ct .measurement .mide a img {
    /*height: 320px;*/
  }
  .cased1ct .measurement .mide a .txt h4 {
    font-size: 20px;
  }
  .cased1ct .measurement {
    margin-top: 105px;
  }
  .pd-nav .ct {
    height: 75px;
  }
  .ab1ct {
    padding: 105px 0;
  }
  .ab1ct .mide .right {
    width: 620px;
    padding-left: 39px;
  }
  .ab1ct .mide .left {
    width: calc(100% - 620px - 42px);
  }
  .ab1ct .mide .right .desc p:not(:first-of-type) {
    margin-top: 13px;
  }
  .ab1ct .mide .right .numContent .row .sz .num {
    font-size: 60px;
  }
  .ab1ct .mide .right .numContent .row .sz p {
    font-size: 22px;
  }
  .ab1ct .mide .right .numContent .row span {
    font-size: 19px;
    width: 175px;
  }
  .ab1ct .mide .right .numContent .row {
    padding: 32px 0;
  }
  .ab1ct .mide .right .numContent {
    margin-top: 45px;
  }
  .ab1ct .flog {
    margin-top: 105px;
  }
  .ab1ct .flog .wz h3 {
    font-size: 40px;
    line-height: 60px;
  }
  .ab2ct {
    padding: 105px 0;
  }
  .ab2ct .desc-swiper {
    margin-top: 80px;
  }
  .ab2ct .desc-swiper .item .wz {
    width: calc(100% - 400px - 80px);
  }
  .ab2ct .desc-swiper .item .wz .time {
    font-size: 52px;
  }
  .ab2ct .desc-swiper .item .wz .desc {
    margin-top: 29px;
  }
  .ab2ct .desc-swiper .item .ib {
    width: 400px;
  }
  .ab3ct {
    padding: 105px 0;
  }
  .ab3ct .top .right {
    width: 800px;
  }
  .ab3ct .top .left .desc {
    font-size: 17px;
    margin-top: 30px;
    line-height: 35px;
  }
  .ab3ct .mide {
    padding: 65px 70px 50px 70px;
  }
  .ab3ct .dbl {
    margin-top: 50px;
  }
  .ab3ct .qhb .qh {
    width: 52px;
    height: 52px;
  }
  .ab3ct .swiper-scrollbar {
    width: calc(100% - 170px);
  }
  .join1ct {
    padding: 105px 0;
  }
  .join1ct .left {
    width: 493px;
  }
  .join1ct .left .desc {
    font-size: 16px;
    line-height: 28px;
    margin: 39px 0 0 0;
  }
  .join1ct .right {
    width: calc(100% - 493px - 90px);
  }
  .join2ct {
    padding: 105px 0;
  }
  .join2ct .mide {
    height: 480px;
  }
  .join2ct .mide .item.active {
    width: 680px;
  }
  .join2ct .mide .item {
    width: calc((100% - 680px - 20px) / 2);
  }
  .join2ct .mide .item h4 {
    font-size: 20px;
    padding: 0 20px;
  }
  .join2ct .mide .item .wz {
    font-size: 17px;
    line-height: 29px;
  }
  .join2ct .tag .item p {
    font-size: 16px;
  }
  .join2ct .tag {
    margin-top: 70px;
  }
  .join3ct {
    padding: 105px 0;
  }
  .join3ct .left {
    width: 280px;
  }
  .join3ct .right {
    width: calc(100% - 280px - 40px);
    padding-left: 50px;
  }
  .join3ct .right .rq .item .ib {
    height: 75px;
  }
  .join3ct .right .rq .item .txt h5 {
    font-size: 21px;
  }
  .join3ct .right .rq .jt {
    width: 30px;
  }
  .join4ct {
    padding: 105px 0;
  }
  .join4ct .mide .item{
    width: calc((100% - 60px) / 5);
    margin-right: 15px;
    padding: 40px 10px 45px 10px;
  }
  .join4ct .mide .item .rund {
    width: 90px;
    height: 90px;
  }
  .join4ct .mide .item .rund img {
    transform: scale(0.85);
  }
  .join4ct .mide .item h3 {
    font-size: 16px;
    margin: 25px 0 40px 0;
  }
  .join4ct .mide .item a p {
    font-size: 15px;
  }
  .join4ct .mide .item {
    min-height: 294px;
  }
  .ndct .mide .back {
    left: calc(100% + 30px);
  }
  .ndct {
    padding: 205px 0 105px 0;
  }
  .ndct .mide {
    padding: 80px 90px;
  }
  .ndct .mide .top h3 {
    font-size: 30px;
  }
  .ndct .mide .top .time {
    font-size: 16px;
  }
  .newsct .top .left {
    width: 500px;
  }
  .newsct .top .right {
    width: calc(100% - 500px - 40px);
  }
  .newsct .top .left .time p {
    font-size: 16px;
  }
  .newsct .top .left h3 {
    font-size: 26px;
    line-height: 44px;
    height: 84px;
    margin: 18px 0 50px 0;
  }
  .newsct .top .left .line {
    margin: 30px 0;
  }
  .news-list {
    margin-top: 105px;
  }
  .news-list li a .time p {
    font-size: 16px;
  }
  .news-list li a .ib {
    height: 200px;
  }
  .news-list li a h6 {
    font-size: 18px;
    line-height: 28px;
    height: 84px;
    margin-top: 19px;
  }
  .news-list li {
    margin-top: 50px;
  }
  .newsct .top .right img {
    height: 336px;
  }
  .posct {
    padding: 105px 0;
  }
  .pos-list li .name p {
    font-size: 20px;
  }
  .up-diaolog .content {
    padding: 60px 80px;
  }
  .up-diaolog .title .dbl p {
    font-size: 16px;
  }
  .up-diaolog .nr .row:not(:first-of-type) {
    margin-top: 26px;
  }
  .up-diaolog .tj .left .btn {
    width: 360px;
  }
  .up-diaolog .sub-btn {
    width: 360px;
  }
  .up-diaolog .line {
    margin: 32px 0;
  }
  .pd1ct .right {
    width: 520px;
  }
  .pd1ct .left {
    width: calc(100% - 520px - 50px);
  }
  .pd1ct .right h3 {
    font-size: 40px;
  }
  .pd1ct {
    /*padding: 135px 0;*/
  }
  .pd1ct .right h4 {
    font-size: 28px;
  }
  .pd2ct {
    padding: 105px 0 120px 0;
  }
  .pd-title p {
    font-size: 21px;
  }
  .pd2ct .cpys .mide .item {
    padding: 40px 30px;
  }
  .pd2ct .cpys .mide .item .ib {
    height: 42px;
  }
  .pd2ct .cpys .mide .item h4 {
    font-size: 20px;
    margin: 28px 0 18px 0;
  }
  .pd2ct .yyly {
    margin-top: 105px;
  }
  .pd2ct .yyly .tag .item p {
    font-size: 17px;
  }
  .pd2-swiper .ib {
    height: 220px;
  }
  .pd2-swiper .qh {
    width: 52px;
    height: 52px;
  }
  .pd2ct .jscs {
    margin-top: 105px;
  }
  .pro1ct {
    padding: 105px 0;
  }
  .pro-list li .ib {
    height: 350px;
  }
  .pro-list li .txt h4 {
    font-size: 20px;
  }
  .ras1ct {
    padding: 105px 0;
  }
  .ras1ct .mide .item h4 {
    font-size: 21px;
    margin: 49px 0 15px 0;
  }
  .res2-box {
    padding: 105px 0;
  }
  .res2-swiper {
    margin: 69px auto 0;
  }
  .ser1ct {
    padding: 105px 0;
  }
  .ser1ct .mide .wz h4 {
    font-size: 26px;
  }
  .ser1ct .mide .wz h1 {
    font-size: 40px;
  }
  .ser2ct {
    padding: 105px 0;
  }
  .ser2-list li .title {
    font-size: 18px;
  }
  .down-diaolog .content {
    padding: 45px 75px;
  }
  .ser3ct {
    padding: 105px 0;
  }
  .ser4ct {
    padding: 100px 0;
  }
  .study1ct {
    padding: 105px 0;
  }
  .study1ct .mide h6 {
    max-width: 80%;
    font-size: 16px;
    line-height: 34px;
  }
  .study2ct {
    padding: 105px 0;
  }
  .study2ct .left .desc {
    font-size: 16px;
    line-height: 34px;
    margin: 35px 0 45px 0;
  }
  .study2ct .left {
    width: 550px;
  }
  .study2ct .right {
    width: calc(100% - 550px - 80px);
  }
  .ftct {
    padding: 90px 0;
  }
  .ftct .top .flog {
    font-size: 40px;
    line-height: 52px;
  }
  .ftct .top .right h6 {
    font-size: 20px;
    width: 450px;
  }
  .ftct .top .right form {
    width: 450px;
  }
  .ftct .mide .left a:not(:last-of-type) {
    margin-right: 30px;
  }
  .ftct .mide .left a {
    font-size: 16px;
    min-width: 145px;
  }
  .ftct .bottom .left .lj {
    margin-left: 40px;
    max-width: 500px;
  }
  .ftct .bottom .left .lj a {
    font-size: 15px;
  }
  .ftct .mide .right a {
    font-size: 16px;
  }
  /*.ftct .mide .right a .lb {*/
  /*  margin-right: 30px;*/
  /*}*/
  .ftct .mide .right a:not(:first-of-type) {
    margin-top: 25px;
  }
  .ftct .mide .left .link:not(:first-of-type) {
    margin-top: 20px;
  }
  .ftct .mide .right a .lb{
    width: 144px;
  }
  .ftct .mide .right a p{
    width: calc(100% - 144px - 15px);
  }
  .ftct .mide {
    margin-top: 65px;
  }
  .ftct .mide .right {
    width: 450px;
  }
  .ftct .top .right form {
    margin-top: 20px;
    height: 54px;
  }
  .ftct .top .right form button {
    font-size: 16px;
  }
  .ftct .top .right form input {
    font-size: 16px;
  }
  .ftct .bottom {
    margin-top: 50px;
  }
  .ftct .bottom .right {
    width: 450px;
  }
  .ftct .bottom .right p {
    font-size: 16px;
    margin-right: 30px;
  }
  .ftct .bottom .right .icon .rund {
    width: 42px;
    height: 42px;
  }
  .ftct .bottom .right .icon .rund > img {
    transform: scale(0.8);
  }
}
