@font-face {
  font-family: "Alibaba-PuHuiTi-Bold";
  src: url("../../font/albbhpt/Alibaba-PuHuiTi-Bold.otf");
}
@font-face {
  font-family: "Alibaba-PuHuiTi-Heavy";
  src: url("../../font/albbhpt/Alibaba-PuHuiTi-Heavy.otf");
}
@font-face {
  font-family: "Alibaba-PuHuiTi-Light";
  src: url("../../font/albbhpt/Alibaba-PuHuiTi-Light.otf");
}
@font-face {
  font-family: "Alibaba-PuHuiTi-Medium";
  src: url("../../font/albbhpt/Alibaba-PuHuiTi-Medium.otf");
}
@font-face {
  font-family: "Alibaba-PuHuiTi-Regular";
  src: url("../../font/albbhpt/Alibaba-PuHuiTi-Regular.otf");
}
html {
  overflow-x: hidden;
}
a:hover {
  color: #008cdd !important;
  transition: all 0.5s;
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.5s ease 0s;
}
.header.true {
  opacity: 1;
  position: fixed !important;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  -webkit-animation: fadeInDown 0.5s ease-in-out;
  animation: fadeInDown 0.5s ease-in-out;
  background-color: #fff !important;
}
.header.true .header-first-a {
  color: #000 !important;
}
.header .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90% !important;
}
.header .header-box .header-logo {
  width: 25%;
}
.header .header-box .header-logo img{width: 50%;}
.header .hedaer-nav {
  width: 100%;
  padding-left: 30px;
}
.header .hedaer-nav .header-first-ul {
  display: flex;
  justify-content: space-between;
}
.header .hedaer-nav .header-first-ul .header-first-li {
  float: left;
  padding-right: 20px;
}
.header .hedaer-nav .header-first-ul .header-first-li .header-first-a {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  color: #fff;
  position: relative;
  height: 88px;
  line-height: 88px;
}
.header .hedaer-nav .header-first-ul .header-first-li .header-first-a::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: none;
  width: 0;
  height: 2px;
  background-color: #008cdd;
  transition: all 1s;
}
.header .hedaer-nav .header-first-ul .header-first-li.active .header-first-a::after {
  width: 100%;
  height: 2px;
}
.header .hedaer-nav .header-first-ul .header-first-li:hover .header-first-a::after {
  width: 100%;
  height: 2px;
}
.header .hedaer-nav .header-first-ul .header-first-li:hover .header-second-box {
  height: 320px;
  visibility: visible;
  overflow: hidden;
  transition: height 0.5s;
  -webkit-transform: height 0.5s ease-out;
}
.header .hedaer-nav .header-second-box {
  width: 100%;
  height: 0;
  visibility: hidden;
  padding: 30px 0;
  position: absolute;
  left: 0;
  background-color: #f7f7f7;
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #000;
  box-shadow: 0 0 3px #fff;
}
.header .hedaer-nav .header-second-box .header-second-ul-box {
  padding: 0 80px;
}
.header .hedaer-nav .header-second-box .header-second-des {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  color: #000;
}
.header .hedaer-nav .header-second-ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.header .hedaer-nav .header-second-ul li {
  margin-bottom: 30px;
  text-align: left;
}
.header .hedaer-nav .header-second-ul a {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  color: #666;
}
.header .hedaer-nav .header-second-ul a::before {
  content: '-';
  margin-right: 5px;
  font-size: 28px;
}
.header.header2 {
  position: static;
}
.header.header2 .hedaer-nav .header-first-ul .header-first-li .header-first-a {
  color: #000;
}
.header.header2 .hedaer-nav .header-first-ul .header-first-li:hover .header-second-box {
  z-index: 3;
}
.header-search {
  width: 10%;
  text-align: right;
}
.header-search .header-languige {
  width: 100%;
  text-align: center;
  position: relative;
}
.header-search .header-languige ul {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.header-search .header-languige ul li {
  padding: 20px 0;
  cursor: pointer;
}
.header-search .header-languige ul li a {
  color: #000;
  font-size: 14px;
}
.header-search .header-languige ul li a:hover {
  color: #0001fc;
}
.header-search .header-languige ul li:hover {
  background-color: #e9e9e9;
}
.header-search .header-languige-nav {
  display: flex;
  justify-content: center;
  cursor: pointer;
  height: 88px;
  line-height: 88px;
}
.header-search .header-languige-btnbox {
  display: flex;
  justify-content: space-around;
  line-height: 20px;
}
.header-search .header-languige:hover ul {
  display: block;
}
.header-search .header-languige-btn span {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Medium';
}
@media screen and (max-width: 750px) {
  .header {
    display: none;
  }
}
.header-phone {
  display: none;
  background-color: #0b0e37;
  padding: 30px;
}
.header-phone .header-phone-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-phone .header-phone-box .menu {
  color: #87889e;
}
.header-phone .header-phone-box img {
  width: 60%;
}
.header-phone .header-phone-nav {
  position: absolute;
  left: 0;
  top: 81px;
  background: #fff;
  width: 100%;
  height: auto;
  z-index: -1;
  padding: 0 10px;
  opacity: 0;
}
.header-phone .header-phone-nav ul li {
  padding: 10px;
}
.header-phone .header-phone-nav ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0.02em;
}
.header-phone .phone-logo img {
  width: 80px;
}
.header-phone .header-phone-nav.isTrue {
  opacity: 1;
  transition: all 1s;
  z-index: 100;
}
.header-phone .icon-xiangxia4 {
  float: right;
  font-size: 36px;
}
.header-phone .header-phone-secnav {
  display: none;
}
.header-phone .header-phone-secnav.isTrue {
  display: block;
}
.header-phone .header-phone-secnav a {
  font-size: 24px !important;
}
@media screen and (max-width: 750px) {
  .header-phone {
    display: block;
  }
}
.banner {
  position: relative;
}
.banner .banner-img img {
  width: 100%;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 50px;
  height: 50px;
  text-align: center;
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
}
.banner .swiper-button-prev:hover::after,
.banner .swiper-button-next:hover::after {
  background-color: #008cdd;
  transition: all 0.5s;
  border: none;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background-color: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.banner .banner-text {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner1-text p {
  margin-bottom: 54px;
  text-align: center;
}
.banner .banner1-text p span {
  display: inline-block;
  transform: skew(-20deg);
  padding: 10px 15px;
  color: white;
  font-size: 21px;
}
.banner .banner1-text p span:first-child {
  background-color: #008cdd;
  font-family: 'Alibaba-PuHuiTi-Medium';
}
.banner .banner1-text p span:last-child {
  background-color: #fff;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #000;
  margin-left: -4px;
}
.banner .banner1-text h1 {
  position: relative;
  font-size: 72px;
  font-family: 'Alibaba-PuHuiTi-Bold';
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.banner .banner1-text h1::after {
  display: block;
  content: '';
  width: 98px;
  height: 11px;
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%) skew(-20deg);
  background-color: #17a0ef;
}
.banner .banner-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner .circle-1 img {
  animation: turn-right 60s linear infinite;
}
.banner .circle-2 img {
  animation: turn-right 60s linear infinite;
}
.banner .circle-3 img {
  animation: turn-left 60s linear infinite;
}
.banner .banner2-text {
  max-width: 1400px;
  top: calc(50% + 30px);
}
.banner .banner2-text h1 {
  font-size: 60px;
  font-family: 'Alibaba-PuHuiTi-Bold';
  color: #fff;
  margin-bottom: 30px;
}
.banner .banner2-text .banner2-text-des {
  font-size: 30px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  color: #0063dd;
  margin-bottom: 30px;
}
.banner .banner2-text ul {
  display: flex;
}
.banner .banner2-text li {
  width: 150px;
  padding: 15px 20px;
  background-color: #fff;
}
.banner .banner2-text li:not(:last-child) {
  margin-right: 10px;
}
.banner .banner2-text li .banner2-icon-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner2-text li p {
  font-size: 18px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #000;
  margin-bottom: 0;
}
.banner .banner2-text li span {
  font-size: 30px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  color: #0063dd;
}
@media screen and (max-width: 750px) {
  .banner .banner1-text p {
    display: none;
  }
  .banner .banner1-text h1 {
    font-size: 1.2rem;
  }
  .banner .banner2-text {
    top: 50%;
  }
  .banner .banner2-text ul {
    display: none;
  }
  .banner .banner2-text h1 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .banner .banner2-text .banner2-text-des {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.com-title {
  font-size: 48px;
  font-family: 'Alibaba-PuHuiTi-Bold';
  color: #000;
  text-align: center;
  margin-bottom: 98px;
}
@media screen and (max-width: 750px) {
  .com-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
}
.view-more {
  display: inline-block;
  font-size: 14px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  padding: 15px 50px;
  border: 1px solid #008cdd;
  color: #008cdd;
}
.section {
  padding: 75px 0;
}
@media screen and (max-width: 750px) {
  .section {
    padding: 2rem 0 ;
  }
}
.capacity {
  position: relative;
}
.capacity.section {
  padding-bottom: 0;
}
.capacity .capacity-box-con {
  position: relative;
  opacity: 0;
  visibility: visible;
  height: 0;
}
.capacity .capacity-box-con.active {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.capacity .capacity-box-con.active .capacity-box-left .capacity-width {
  animation: fadeIn;
  animation-duration: 2s;
}
.capacity .capacity-box-con.active .capacity-box-right {
  animation: fadeInRight;
  animation-duration: 1s;
}
.capacity .capacity-box-left {
  background-image: url('../images/capacity-bg.jpg');
  background-size: 100% 100%;
  padding-top: 110px;
  padding-bottom: 290px;
}
.capacity .capacity-box-left .capacity-width {
  max-width: 455px;
}
.capacity .capacity-box-left .capacity-width .view-more:hover {
  background-color: #008cdd;
  color: #fff !important;
}
.capacity .capacity-box-left h2 {
  font-size: 30px;
  font-family: 'Alibaba-PuHuiTi-Bold';
  margin-bottom: 25px;
}
.capacity .capacity-box-left p {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #666666;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 72px;
}
.capacity .capacity-box-right {
  position: absolute;
  right: 85px;
  top: -40px;
}
.capacity .capacity-box-right img {
  max-height: 621px;
}
.capacity .capacity-tab-box {
  position: absolute;
  left: calc((100% - 1140px)/2);
  bottom: 94px;
  z-index: 3;
}
@media screen and (min-width: 1500px) {
  .capacity .capacity-tab-box {
    left: calc((100% - 1401px)/2);
  }
}
.capacity .capacity-tab-box .capacity-tab-con {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 7px rgba(31, 38, 48, 0.17);
}
.capacity .capacity-tab-box li {
  cursor: pointer;
  flex-direction: column;
  font-size: 18px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  text-align: center;
  color: #000;
  padding: 25px 43px;
  background-color: #fff;
  transition: all 0.6s;
}
.capacity .capacity-tab-box li .cnc-icon-white {
  display: none;
}
.capacity .capacity-tab-box li .cnc-icon-blue {
  display: inline-block;
}
.capacity .capacity-tab-box li.active {
  background-color: #008cdd;
  color: #fff;
}
.capacity .capacity-tab-box li.active .cnc-icon-white {
  display: inline-block;
}
.capacity .capacity-tab-box li.active .cnc-icon-blue {
  display: none;
}
.capacity .capacity-tab-box li:hover {
  background-color: #008cdd;
  color: #fff;
}
.capacity .capacity-tab-box li:hover .cnc-icon-white {
  display: inline-block;
}
.capacity .capacity-tab-box li:hover .cnc-icon-blue {
  display: none;
}
.capacity .capacity-tab-box img {
  height: 51px;
}
.capacity .capacity-tab-box p {
  margin: 5px 0 0 0;
}
@media screen and (max-width: 750px) {
  .capacity .capacity-box-left {
    padding-top: 77px;
    padding-bottom: 30px;
    background-image: none;
    background-color: #f2f5f8;
  }
  .capacity .capacity-box-left h2 {
    font-size: 30px;
    font-family: 'Alibaba-PuHuiTi-Bold';
    margin-bottom: 25px;
  }
  .capacity .capacity-box-left p {
    font-size: 16px;
    font-family: 'Alibaba-PuHuiTi-Regular';
    color: #666666;
    margin-bottom: 25px;
  }
  .capacity .capacity-box-right {
    position: static;
    right: auto;
    top: auto;
    padding: 0;
  }
  .capacity .capacity-box-right img {
    max-width: none;
    width: 100%;
  }
  .capacity .capacity-tab-box {
    position: static;
    left: auto;
    bottom: auto;
  }
  .capacity .capacity-tab-box li {
    width: 50%;
  }
  .capacity .capacity-tab-box img {
    height: 51px;
  }
  .capacity .capacity-tab-box p {
    margin: 5px 0 0 0;
  }
}
.parts {
  position: relative;
}
.parts.section {
  padding: 0;
  margin: 70px 0;
}
.parts .parts-box {
  position: relative;
}
.parts .parts-box-con {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: relative;
}
.parts .parts-box-con.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: opacity 0.5s;
}
.parts .parts-box-con.active .parts-box-con-des .parts-width {
  opacity: 1;
  transition: opacity 0.5s;
  animation: fadeInLeft;
  animation-duration: 1s;
}
.parts .parts-box-con .parts-box-con-des {
  width: 100%;
  position: absolute;
  top: 10%;
  z-index: 4;
}
.parts .parts-box-con .parts-box-con-des .parts-width {
  opacity: 0;
}
.parts .parts-box-con .parts-box-con-des .parts-width p {
  max-width: 470px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 72px;
}
.parts .parts-box-con .parts-box-con-des .parts-width .view-more:hover {
  background-color: #008cdd;
  color: #fff !important;
  border-color: transparent;
}
.parts .parts-box-con .parts-box-con-des h1 {
  font-size: 48px;
  font-family: 'Alibaba-PuHuiTi-Bold';
  color: #fff;
  margin-bottom: 50px;
}
.parts .parts-box-con .parts-box-con-des p {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #fff;
  margin-bottom: 50px;
}
.parts .parts-box-con .parts-box-con-des .view-more {
  border-color: #fff;
  color: #fff;
}
.parts .parts-box-con img {
  width: 100%;
  min-height: 572px;
}
.parts .parts-tab-box {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  z-index: 5;
}
.parts .parts-tab-box ul {
  display: flex;
}
.parts .parts-tab-box .parts-tab {
  width: calc(100% / 5);
  cursor: pointer;
  flex-direction: column;
  font-size: 18px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  text-align: left;
  color: #000;
  padding: 25px 30px;
  background-color: #fff;
  transition: all 0.6s;
}
.parts .parts-tab-box .parts-tab:not(:last-child) {
  margin-right: 5px;
}
.parts .parts-tab-box .parts-tab .parts-icon-white {
  display: none;
}
.parts .parts-tab-box .parts-tab .parts-icon-blue {
  display: block;
}
.parts .parts-tab-box .parts-tab.active {
  background-color: #008cdd;
  color: #fff;
}
.parts .parts-tab-box .parts-tab.active .parts-icon-white {
  display: block;
}
.parts .parts-tab-box .parts-tab.active .parts-icon-blue {
  display: none;
}
.parts .parts-tab-box .parts-tab:hover {
  background-color: #008cdd;
  color: #fff;
}
.parts .parts-tab-box .parts-tab:hover .parts-icon-white {
  display: block;
}
.parts .parts-tab-box .parts-tab:hover .parts-icon-blue {
  display: none;
}
.parts .parts-tab-box .parts-tab p {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .parts .parts-tab-box {
    bottom: 5%;
  }
}
@media screen and (max-width: 1281px) {
  .parts .parts-tab-box {
    bottom: 3%;
  }
}
.parts .parts-mc {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .parts .parts-box-con .parts-box-con-des {
    top: 50%;
    transform: translateY(-50%);
    max-width: none;
  }
  .parts .parts-box-con .parts-box-con-des h1 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .parts .parts-box-con .parts-box-con-des p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .parts .parts-box-con .parts-box-con-des .view-more {
    padding: 10px 50px;
  }
  .parts .parts-box-con img {
    min-height: auto;
  }
  .parts .parts-tab-box {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
  }
  .parts .parts-tab-box .container {
    padding: 0;
  }
  .parts .parts-tab-box ul {
    flex-wrap: wrap;
  }
  .parts .parts-tab-box .parts-tab {
    width: 50%;
    padding: 25px;
    text-align: center;
    margin: 0 !important;
  }
  .parts .parts-mc {
    width: 100%;
    height: 30.5%;
  }
}
.strength {
  background-image: url('../images/strength-bg1.png');
}
.strength.section {
  padding: 75px 0 170px;
}
.strength .strength-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strength .strength-box-con {
  padding: 20px 0;
  transition: box-shadow 0.5s;
  transition: padding 0.5s;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.6s;
}
.strength .strength-box-con.active {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 140, 221, 0.17);
  border: 1px solid #008cdd;
}
.strength .strength-box-con.active .strength-view-more {
  display: inline-block;
}
.strength .strength-box-con:hover {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 140, 221, 0.17);
  border: 1px solid #008cdd;
}
.strength .strength-box-con:hover .strength-view-more {
  display: inline-block;
}
.strength .strength-box-con .strength-index {
  font-size: 24px;
  font-family: 'Alibaba-PuHuiTi-Bold';
  color: #2695df;
}
.strength .strength-box-con h2 {
  font-size: 24px;
  font-family: 'Alibaba-PuHuiTi-Bold';
}
.strength .strength-box-con .strength-des {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #999999;
  margin-bottom: 15px;
}
.strength .strength-box-con .strength-view-more {
  display: none;
  font-size: 16px;
  color: #ffffff !important;
  padding: 10px 24px;
  background-color: #008cdd;
  margin-bottom: 0;
}
.strength .strength-box-img {
  position: relative;
  display: none;
}
.strength .strength-box-img.active {
  display: block;
}
.strength .strength-box-img.active img:first-child {
  animation: fadeInRight;
  animation-duration: 1s;
}
.strength .strength-box-img.active img:last-child {
  animation: fadeInRight;
  animation-duration: 2s;
}
.strength .strength-box-img .strength-img {
  position: absolute;
  left: -95px;
  bottom: -51px;
}
@media screen and (max-width: 750px) {
  .strength .strength-box {
    display: block;
  }
  .strength .strength-box-img .strength-img {
    position: static;
  }
}
.aboutUs {
  text-align: center;
}
.aboutUs.section {
  padding-bottom: 0;
}
.aboutUs .aboutUs-box p {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #666666;
  margin-bottom: 40px;
}
.aboutUs .aboutUs-box .aboutUs-img {
  position: relative;
  padding-bottom: 40px;
}
.aboutUs .aboutUs-box .aboutUs-num {
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
.aboutUs .aboutUs-box .aboutUs-num ul {
  display: flex;
  justify-content: space-between;
}
.aboutUs .aboutUs-box .aboutUs-num li {
  min-width: 138px;
}
.aboutUs .aboutUs-box .aboutUs-num li P:last-child {
  font-size: 18px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #000;
}
.aboutUs .aboutUs-box .aboutUs-num .color-blue {
  font-size: 42px;
  color: #008cdd;
  margin-bottom: 0;
}
.aboutUs .aboutUs-box .aboutUs-num p {
  margin-bottom: 0;
}
.aboutUs .partner {
  background-color: #f7f7f7;
}
.aboutUs .partner-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.aboutUs .partner-box span {
  font-size: 48px;
  font-family: 'Alibaba-PuHuiTi-Bold';
  color: #000;
}
.aboutUs .partner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutUs .partner-box li {
  margin: 15px 8px;
  width: 15%;
}
.aboutUs-btn {
  display: inline-block;
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  padding: 10px 10px;
  color: #008cdd;
  cursor: pointer;
}
.aboutUs-btn span {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .aboutUs .aboutUs-box .aboutUs-img {
    padding-bottom: 40px;
  }
  .aboutUs .aboutUs-box .aboutUs-num {
    width: 100%;
    left: 0;
    transform: none;
  }
  .aboutUs .aboutUs-box .aboutUs-num li {
    min-width: auto;
  }
  .aboutUs .aboutUs-box .aboutUs-num .color-blue {
    font-size: 30px;
    margin: 0 10px;
  }
  .aboutUs .partner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 5%;
  }
  .aboutUs .partner-box span {
    font-size: 16px;
  }
  .aboutUs .partner-box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .aboutUs .partner-box li {
    width: 42%;
    margin: 5px;
  }
}
.news .news-box {
  display: flex;
}
.news .news-img {
  position: relative;
  overflow: hidden;
}
.news .news-img img {
  transform: scale(1);
  transition: all 1s;
  width: 100%;
}
.news .news-img:hover img {
  transform: scale(1.5);
  transition: all 1s;
}
.news .news-img .news-img-des {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.news .news-img .news-img-des p:first-child {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #efefef;
}
.news .news-img .news-img-des p:last-child a {
  font-size: 18px;
  font-family: 'Alibaba-PuHuiTi-Bold';
  color: #fff;
}
.news .news-con-box {
  display: flex;
  flex-direction: column;
}
.news .news-con {
  padding-bottom: 1rem;
  border-bottom: 1px dotted #e7e7e7;
}
.news .news-con:not(:last-child) {
  margin-bottom: 1rem;
}
.news .news-con p {
  margin-bottom: 0.2rem;
}
.news .news-con .news-con-time {
  font-size: 14px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #666666;
  margin-bottom: 0.2rem;
}
.news .news-con .news-con-title {
  margin-bottom: 1rem;
}
.news .news-con .news-con-title a {
  font-size: 18px;
  font-family: 'Alibaba-PuHuiTi-Bold';
  color: #000;
}
.news .news-con .news-con-des a {
  font-size: 14px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #666666;
  margin-bottom: 0;
}
@media screen and (max-width: 1441px) {
  .news .news-con:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .news .news-con p {
    margin-bottom: 0.1rem;
  }
  .news .news-con .news-time {
    margin-bottom: 0.1rem;
  }
  .news .news-con .news-con-title {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1441px) {
  .news .news-con:not(:last-child) {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 750px) {
  .news .news-box {
    display: block;
  }
  .news .news-con-box {
    margin-top: 1rem;
  }
  .news .news-con:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.footer {
  background-color: #04283c;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .footer-nav-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #344148;
}
.footer .footer-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer-nav-con:not(:last-child) {
  padding-left: 0;
}
.footer .footer-nav-con:not(:first-child) {
  padding-right: 0;
}
.footer .footer-nav-con .footer-nav-first {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  margin-bottom: 20px;
  color: #fff;
}
.footer .footer-nav-con .footer-nav-first .footer-nav-first-a {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  margin-bottom: 20px;
  color: #fff;
}
.footer .footer-nav-con li:not(:last-child) {
  margin-bottom: 10px;
}
.footer .footer-nav-con a {
  color: #848c90;
  font-size: 14px;
  font-family: 'Alibaba-PuHuiTi-Regular';
}
.footer .footer-link ul {
  display: flex;
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.footer .footer-link li {
  margin: 0 10px;
}
.footer .footer-link li img:first-child {
  display: inline-block;
}
.footer .footer-link li img:last-child {
  display: none;
}
.footer .footer-link li:hover img:first-child {
  display: none;
}
.footer .footer-link li:hover img:last-child {
  display: inline-block;
}
.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .copyright p,
.footer .copyright a {
  color: #848c90;
  font-size: 14px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  padding-top: 35px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .footer .footer-nav-con {
    padding-left: 0;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1401px;
  }
  .header .hedaer-nav {
    padding-left: 20px;
  }
  .banner .banner1-text h1 {
    max-width: 800px;
    margin: 0 auto;
  }
}
