﻿.help {
  padding: 95px 0;
}
.help .help-search {
  position: relative;
  margin-bottom: 34px;
}
.help .help-search input {
  width: 50%;
  height: 60px;
  border-radius: 0;
  background-color: #f3f6f8;
}
.help .help-search input:-moz-placeholder {
  color: #999999;
}
.help .help-search input::-moz-placeholder {
  color: #999999;
}
.help .help-search input::-webkit-input-placeholder {
  color: #999999;
}
.help .help-search input:-ms-input-placeholder {
  color: #999999;
}
.help .help-search img {
  position: absolute;
  left: 50%;
  bottom: 0;
  cursor: pointer;
}
.help .help-box {
  border: 1px solid #dcdcdc;
}
.help .help-con {
  padding: 25px;
}
.help .help-con:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.help .help-con h2 {
  font-size: 24px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #000;
  line-height: 30px;
}
.help .help-con p {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #666666;
  line-height: 30px;
}
.help .help-con .help-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.help .help-con .help-add {
  display: block;
}
.help .help-con .help-del {
  display: none;
}
.help .help-con .help-con-des {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease-out;
}
.help .help-con.active {
  box-shadow: 0 0 6px #008cdd;
}
.help .help-con.active .help-add {
  display: none;
}
.help .help-con.active .help-del {
  display: block;
}
.help .help-con.active .help-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.newsPage {
  padding: 95px 0;
}
.newsPage .newsPgae-box {
  margin-bottom: 45px;
  box-shadow: 0 0 0 #000000;
  transition: all 0.5s;
}
.newsPage .newsPgae-box:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
.newsPage .newsPage-img {
  padding: 0;
  overflow: hidden;
}
.newsPage .newsPage-img img {
  width: 100%;
  transform: scale(1);
  transition: all 1s;
}
.newsPage .newsPage-img:hover img {
  transform: scale(1.5);
  transition: all 1s;
}
.newsPage .newsPage-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 15px 30px 30px;
  border: 1px solid #dcdcdc;
  border-left: 0;
  transition: all 1s;
}
.newsPage .newsPage-time {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #008cdd;
  margin-bottom: 0px;
}
.newsPage .newsPage-title {
  font-size: 24px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  color: #000;
  margin-bottom: 10px;
  line-height: 3;
  position: relative;
}
.newsPage .newsPage-title::after {
  display: block;
  content: '';
  width: 50px;
  height: 3px;
  background-color: #008cdd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.newsPage .newsPage-des {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #666666;
  margin-bottom: 10px;
}
.newsPage .newsPage-more {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  background-color: #eef1f3;
  padding: 15px 26px;
  margin-bottom: 0px;
  transition: all 1s;
}
.newsPage .newsPage-more:hover {
  background-color: #008cdd;
  color: #fff !important;
  transition: all 1s;
}
.newsPage #pagination {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .newsPage {
    padding: 20px;
  }
  .newsPage .newsPage-title {
    margin-bottom: 1rem;
  }
  .newsPage .newsPage-des {
    margin-bottom: 1rem;
  }
}
.newsInfo {
  padding: 50px 0;
}
.newsInfo .return-btn {
  padding-bottom: 35px;
  border-bottom: 1px solid #d2d2d2;
}
.newsInfo .return-btn a {
  font-size: 14px;
  font-family: 'Arial';
  color: #000;
  padding: 15px 35px;
  border: 1px solid #d2d2d2;
  border-radius: 30px;
}
.newsInfo .return-btn a:hover {
  border-color: #008cdd;
}
.newsInfo .newsInfo-box {
  padding: 80px 0px;
}
.newsInfo .newsInfo-box .newsInfo-title {
  font-size: 30px;
  font-family: 'Alibaba-PuHuiTi-Bold';
  margin-bottom: 45px;
}
.newsInfo .newsInfo-box .time-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.newsInfo .newsInfo-box .newsInfo-time {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #008cdd;
}
.newsInfo .newsInfo-box .link-box {
  display: flex;
}
.newsInfo .newsInfo-box .link-box li:not(:last-child) {
  margin-right: 5px;
}
.newsInfo .newsInfo-box .link-box li a {
  font-size: 14px;
  font-family: 'Arial';
  padding: 10px 25px;
  border: 1px solid #d2d2d2;
  border-radius: 30px;
}
.newsInfo .newsInfo-box .link-box li a:hover {
  border-color: #008cdd;
}
.newsInfo .newsInfo-con {
  font-family: 'Alibaba-PuHuiTi-Regular';
  padding: 40px 0;
}
.newsInfo .next-prev-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.newsInfo .next-prev-box .cahnge-box {
  margin-bottom: 10px;
}
.newsInfo .next-prev-box .cahnge-box span {
  font-size: 18px;
  font-family: 'Arial';
  font-weight: bold;
  padding: 0 5px;
}
.newsInfo .next-prev-box .cahnge-box img {
  padding-bottom: 5px;
}
.newsInfo .next-prev-box .next-box {
  text-align: right;
}
.newsInfo .next-prev-box p {
  font-size: 14px;
  font-family: 'Arial';
}
.contactUs {
  padding: 80px 0;
}
.contactUs .contactUs-box {
  margin-bottom: 80px;
}
.contactUs .contactUs-img-white {
  display: none;
}
.contactUs .contactUs-img-blue {
  display: inline-block;
}
.contactUs .contactUs-con .contactUs-con-box {
  cursor: default;
  background-color: #f3f6f8;
  padding: 30px 20px;
  transition: all 0.5s;
  height: 100%;
}
.contactUs .contactUs-con img {
  margin-bottom: 20px;
}
.contactUs .contactUs-con p:nth-last-child(2) {
  color: #000;
  font-size: 24px;
  font-family: 'Alibaba-PuHuiTi-Medium';
  margin-bottom: 10px;
}
.contactUs .contactUs-con p:last-child {
  color: #666666;
  font-size: 14px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  margin-bottom: 0;
}
.contactUs .contactUs-con p a {
  color: #008cdd;
  font-size: 14px;
  font-family: 'Alibaba-PuHuiTi-Regular';
}
.contactUs .contactUs-con:hover .contactUs-con-box {
  background-color: #008cdd;
  transition: all 0.5s;
}
.contactUs .contactUs-con:hover .contactUs-con-box p {
  color: #fff;
}
.contactUs .contactUs-con:hover .contactUs-con-box p a {
  color: #fff !important;
}
.contactUs .contactUs-con:hover .contactUs-con-box .contactUs-img-white {
  display: inline-block;
}
.contactUs .contactUs-con:hover .contactUs-con-box .contactUs-img-blue {
  display: none;
}
.contactUs .get-touch {
  text-align: center;
  margin-bottom: 25px;
}
.contactUs .get-touch a {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #008cdd;
}
.contactUs .contactUs-form h1 {
  font-size: 48px;
  font-family: 'Alibaba-PuHuiTi-Bold';
  color: #000;
  text-align: center;
  margin-bottom: 35px;
}
.contactUs .contactUs-form label {
  font-size: 16px;
  font-family: 'Alibaba-PuHuiTi-Regular';
}
.contactUs .contactUs-form .mylable::after {
  content: '*';
  color: red;
  margin-left: 2px;
}
.contactUs .contactUs-form input,
.contactUs .contactUs-form textarea {
  background-color: #f3f6f8;
}
.contactUs .contactUs-form .submit-box {
  width: 100%;
  text-align: center;
}
.contactUs .contactUs-form .submit-box .btn {
  padding: 17px 60px;
  margin-top: 30px;
  border-radius: 0;
  background-color: #008cdd;
}
.pagebanner-contain {
  position: relative;
}
.pagebanner-text p {
  font-family: "Alibaba-PuHuiTi-Bold";
  font-size: 60px;
  color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  margin: auto;
  display: block;
  text-align: center;
}
.pagebanner-text span {
  color: #b0e2ff;
}
.pagebanner-img {
  text-align: center;
}
.pagebanner-bread {
  position: absolute;
  width: 100%;
  bottom: 40px;
}
.pagebanner-list {
  display: inline-block;
}
.pagebanner-list ul {
  display: flex;
}
.pagebanner-list ul li:not(:last-child)::after {
  content: ">";
  color: #ffffff;
}
.pagebanner-list ul li a {
  font-family: "Alibaba-PuHuiTi-Regular";
  font-size: 14px;
  color: #ffffff;
  padding: 0 4px;
}
.pagebanner-text2 p,
.pagebanner-text2 span {
  text-shadow: 0 0 9px #666;
}
@media screen and (max-width: 667px) {
  .pagebanner-text p {
    font-size: 24px;
    height: 30px;
  }
  .pagebanner-bread {
    bottom: 10px;
  }
  .pagebanner-list ul li a {
    font-size: 12px;
  }
}
.switch {
  background: #eef1f3;
}
.switch-contain {
  display: flex;
}
.switch-box {
  cursor: pointer;
}
.switch-box span {
  font-family: "Alibaba-PuHuiTi-Medium";
  font-size: 16px;
  line-height: 30px;
  padding: 30px 25px;
  display: block;
  color: #000000;
}
.switch-box:hover {
  background-color: #008cdd;
}
.switch-box:hover span {
  color: #ffffff;
}
.switch-active {
  background-color: #008cdd;
}
.switch-active span {
  color: #ffffff;
}
@media screen and (max-width: 667px) {
  .switch-contain {
    flex-wrap: wrap;
  }
  .switch-box {
    width: 50%;
  }
  .switch-box span {
    padding: 15px 25px;
    font-size: 14px;
  }
}
.manufact {
  padding: 80px 0;
}
.manufact-content {
  padding: 30px;
  background-color: #eef1f3;
  border-bottom: 5px solid #e1e4e6;
}
.manufact-box {
  padding-bottom: 50px;
}
.manufact-title {
  border-left: 4px solid #008cdd;
}
.manufact-title p {
  font-family: "Alibaba-PuHuiTi-Medium";
  font-size: 22px;
  color: #000000;
  margin: 0;
  margin-top: 30px;
  padding-left: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.manufact-title p:hover {
  color: #008cdd;
  cursor: pointer;
}
.manufact-img {
  overflow: hidden;
}
.manufact-img img {
  width: 100%;
  cursor: pointer;
  transition: all 0.2s linear;
}
.manufact-img img:hover {
  transform: scale(1.2);
  transition: all 0.2s linear;
}
.proclass {
  padding: 80px 0;
}
.proclass-title span {
  font-family: "Alibaba-PuHuiTi-Bold";
  font-size: 26px;
  color: #000000;
  padding-left: 28px;
}
.proclass-article {
  padding-top: 30px;
}
.proclass-article p {
  font-family: "Alibaba-PuHuiTi-Regular";
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  margin: 0;
}
.proclass-bg {
  background: url(../images/proclass-bg_03.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.proclass-pdr {
  padding-right: 0;
}
.proclass-pdl {
  padding-left: 0;
}
.proclass-text {
  padding: 75px 60px 0 60px;
}
.proclass .mb-10 {
  margin-bottom: 10px;
}
.proclass .prolist-box {
  padding-bottom: 10px;
  padding-right: 6px;
  padding-left: 6px;
}
.proclass .prolist-img {
  overflow: hidden;
  height: 100%;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
}
.proclass .prolist-img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.2s linear;
}
.proclass .prolist-img img:hover {
  transform: scale(1.2);
  transition: all 0.2s linear;
}
.proclass .prolist-content {
  padding: 0 9px;
}
@media screen and (max-width: 667px) {
  .proclass-pdr {
    padding-right: 15px;
  }
  .proclass-pdl {
    padding-left: 15px;
  }
  .proclass-title span {
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }
  .proclass-article p {
    padding-bottom: 20px;
  }
}
.material {
  padding: 80px 0;
}
.material-title p {
  font-family: "Alibaba-PuHuiTi-Bold";
  font-size: 36px;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
.material-title span {
  width: 80px;
  height: 4px;
  background-color: #008cdd;
  display: block;
  margin: 30px 0;
}
.material-text {
  font-family: "Alibaba-PuHuiTi-Regular";
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.material-btn p {
  font-size: 18px;
  color: #000000;
  font-family: "Alibaba-PuHuiTi-Bold";
}
.material-btn span {
  font-family: "Alibaba-PuHuiTi-Regular";
  font-size: 16px;
  color: #01659e;
}
.material-box {
  margin-bottom: 35px;
}
.material-box .col-md-5 {
  padding-right: 0;
}
.material-box .col-md-5 img {
  width: 100%;
  height: 100%;
}
.material-box .col-md-7 {
  padding: 35px 50px;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.material-btn p {
  margin: 0;
  padding: 10px 0 15px 0;
}
.material-btn span {
  background-color: #e2f4ff;
  padding: 10px 23px;
  border-radius: 42px;
  display: inline-block;
}
.material-btn span:nth-child(3) {
  margin-left: 14px;
}
@media screen and (max-width: 667px) {
  .material-box {
    margin: 15px auto;
  }
  .material-box .col-md-5 {
    padding-left: 0;
  }
  .material-box .col-md-7 {
    border-left: 1px solid #dcdcdc;
  }
}
.surface {
  padding: 80px 0;
}
.surface-box {
  margin-bottom: 25px;
  cursor: pointer;
}
.surface-box .col-md-3 {
  padding-right: 0;
}
.surface-box .col-md-3 img {
  width: 100%;
  height: 100%;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.surface-box .col-md-9 {
  padding: 40px 25px;
  background-color: #f5f5f5;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.surface-box:hover .col-md-3 img {
  border-top: 1px solid #008cdd;
  border-left: 1px solid #008cdd;
  border-bottom: 1px solid #008cdd;
}
.surface-box:hover .col-md-9 {
  border-top: 1px solid #008cdd;
  border-right: 1px solid #008cdd;
  border-bottom: 1px solid #008cdd;
}
.surface-text {
  font-family: "Alibaba-PuHuiTi-Regular";
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.surface-title p {
  font-family: "Alibaba-PuHuiTi-Bold";
  font-size: 36px;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
.surface-title span {
  width: 80px;
  height: 4px;
  background-color: #008cdd;
  display: block;
  margin: 30px 0;
}
@media screen and (max-width: 667px) {
  .surface-box {
    margin: 15px auto;
  }
  .surface-box .col-md-3 {
    padding-left: 0;
  }
}
.production {
  padding: 80px 0;
}
.production-box {
  position: relative;
  margin-bottom: 35px;
}
.production-text {
  position: absolute;
  bottom: 0;
  background-color: #008cdd;
  opacity: 0.8;
  width: 100%;
  padding: 10px 25px;
}
.production p {
  color: #ffffff;
  font-size: 28px;
  display: inline-block;
  margin: 0;
}
.production span {
  color: #ffffff;
  font-size: 20px;
}
.quality {
  padding: 80px 0 40px 0;
}
.quality-title {
  padding-bottom: 40px;
}
.quality-title p {
  font-family: "Alibaba-PuHuiTi-Bold";
  font-size: 48px;
  color: #000000;
  text-align: center;
}
.quality-box {
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 30px 20px;
  margin-bottom: 40px;
  transition: all 0.5s linear;
  cursor: pointer;
}
.quality-box p {
  font-family: "Alibaba-PuHuiTi-Bold";
  font-size: 22px;
  margin-bottom: 10px;
}
.quality-box span {
  font-family: "Alibaba-PuHuiTi-Regular";
  font-size: 13px;
  color: #666666;
}
.quality-box img {
  position: absolute;
  top: -28px;
}
.quality-box:hover {
  background-color: #008cdd;
}
.quality-box:hover p,
.quality-box:hover span {
  color: #ffffff;
}
.quality .pt-0 {
  padding-top: 0;
}
.fast {
  padding: 80px 0;
}
.fast-box {
  padding: 30px 20px;
}
.fast-contain {
  margin-bottom: 40px;
}
.fast-border {
  border: 1px solid #dcdcdc;
}
.fast-imgl {
  padding-left: 0;
}
.fast-imgr {
  padding-right: 0;
}
.fast-title p {
  font-family: "Alibaba-PuHuiTi-Bold";
  font-size: 24px;
}
.fast-text span {
  font-family: "Alibaba-PuHuiTi-Regular";
  font-size: 14px;
}
.fast-text-color {
  font-family: "Alibaba-PuHuiTi-Bold" !important;
  font-size: 26px !important;
  color: #008cdd;
}
.fast-flex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fast-flex li {
  width: 50%;
}
.fast-list {
  padding: 20px 0;
}
.fast-list p {
  font-family: "Alibaba-PuHuiTi-Bold";
  font-size: 14px;
  display: inline-block;
  padding-left: 5px;
  margin: 0;
  padding-bottom: 8px;
}
.fast-list span {
  display: block;
  padding-left: 25px;
  font-size: 14px;
  padding-bottom: 10px;
}
.fast-img img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 667px) {
  .fast-imgl {
    padding: 0;
  }
  .fast-imgr {
    padding: 0;
  }
  .fast-contain {
    margin: 15px auto;
  }
  .fast-flex li {
    width: 100%;
  }
}
.capability {
  padding: 80px 0;
}
.capability-box {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}
.capability-box:hover .capability-text {
  height: 100%;
}
.capability-box:hover .capability-textcontain {
  height: 100%;
}
.capability-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 40px;
  transition: 0.5s ease;
  background-color: #252b3a;
  opacity: 0.6;
}
.capability-textcontain {
  color: #ffffff;
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 40px;
  transition: 0.5s ease;
}
.capability-textcontain p {
  font-family: "Alibaba-PuHuiTi-Medium";
  font-size: 16px;
  margin: 0;
}
.capability-textcontain span {
  font-size: 15px;
}
.capability img {
  width: 100%;
}
.aboutUsPage {
  padding: 80px 0;
}
.aboutUsPage-title {
  padding: 60px 0;
  text-align: center;
}
.aboutUsPage-title p {
  font-family: "Alibaba-PuHuiTi-Bold";
  font-size: 48px;
  color: #000000;
}
.aboutUsPage .precision-title {
  font-family: "Alibaba-PuHuiTi-Bold";
}
.aboutUsPage .precision-title p {
  font-size: 38px;
  color: #008cdd;
  margin: 0;
  display: inline-block;
}
.aboutUsPage .precision-title span {
  font-size: 38px;
  color: #000000;
}
.aboutUsPage .precision-text {
  padding: 60px 0;
}
.aboutUsPage .precision-text p {
  font-family: "Alibaba-PuHuiTi-Regular";
  font-size: 16px;
}
.aboutUsPage .numroll {
  background-color: #e0e5eb;
  text-align: center;
  padding: 40px 0;
}
.aboutUsPage .numroll img {
  display: block;
  margin: 0 auto;
}
.aboutUsPage .numroll p {
  font-family: "Alibaba-PuHuiTi-Bold";
  font-size: 38px;
  color: #008cdd;
  margin: 0;
  padding: 10px 0;
  display: inline-block;
}
.aboutUsPage .numroll span {
  font-family: "Alibaba-PuHuiTi-Regular";
  font-size: 18px;
  color: #000000;
  display: block;
}
.aboutUsPage .history .container {
  position: relative;
}
.aboutUsPage .history .swiper-button-prev,
.aboutUsPage .history .swiper-button-next {
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 66;
}
.aboutUsPage .history .swiper-button-prev::after,
.aboutUsPage .history .swiper-button-next::after {
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 10px;
  color: #008cdd;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #008cdd;
}
.aboutUsPage .history .swiper-button-next.swiper-button-disabled,
.aboutUsPage .history .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.aboutUsPage .history .swiper-button-next.swiper-button-disabled::after,
.aboutUsPage .history .swiper-button-prev.swiper-button-disabled::after {
  color: #d2d2d2;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}
.aboutUsPage .history .swiper-button-prev {
  left: 0;
  top: 67.5%;
}
@media screen and (min-width: 1500px) {
  .aboutUsPage .history .swiper-button-prev {
    top: 65.5%;
  }
}
.aboutUsPage .history .swiper-button-next {
  right: 0;
  top: 67.5%;
}
@media screen and (min-width: 1500px) {
  .aboutUsPage .history .swiper-button-next {
    top: 65.5%;
  }
}
.aboutUsPage .history .history-top {
  position: relative;
  border-bottom: 2px solid #d2d2d2;
  margin-bottom: 50px;
  height: 271px;
}
.aboutUsPage .history .history-top::before {
  display: block;
  content: '';
  position: absolute;
  left: calc(50% - 35px);
  bottom: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d2d2d2;
  z-index: 3;
}
.aboutUsPage .history .history-top::after {
  display: block;
  content: '';
  position: absolute;
  left: calc(50% - 30px);
  bottom: -12px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #d2d2d2;
  z-index: 2;
  background-color: #fff;
}
.aboutUsPage .history .history-top .history-line {
  position: absolute;
  width: 40px;
  height: 2px;
  left: calc(50% - 50px);
  bottom: 27px;
  background-color: #d2d2d2;
  transform: rotateZ(90deg);
}
.aboutUsPage .history .history-intro {
  text-align: left;
  padding-right: 30px;
}
.aboutUsPage .history .history-intro p {
  margin-bottom: 10px;
}
.aboutUsPage .history .history-intro .history-time {
  font-size: 40px;
  font-family: 'Alibaba-PuHuiTi-Bold';
  color: #008cdd;
}
.aboutUsPage .history .history-intro .history-title {
  font-size: 18px;
  font-family: 'Alibaba-PuHuiTi-Bold';
  color: #000;
}
.aboutUsPage .history .history-intro .history-des {
  font-size: 14px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  color: #666666;
}
.aboutUsPage .history .history-img {
  padding-right: 30px;
}
.aboutUsPage .culture-box {
  margin-bottom: 40px;
}
.aboutUsPage .culture-box .col-md-4 {
  padding: 0;
}
.aboutUsPage .culture-box .col-md-8 {
  background-color: #e0e5eb;
}
.aboutUsPage .culture-box img {
  width: 100%;
  height: 100%;
}
.aboutUsPage .culture-text {
  padding: 50px;
}
.aboutUsPage .culture-text p {
  font-family: "Alibaba-PuHuiTi-Bold";
  font-size: 30px;
  margin: 0;
  display: inline-block;
  padding-bottom: 20px;
}
.aboutUsPage .culture-text-color {
  color: #008cdd;
  padding-left: 5px;
}
.aboutUsPage .culture-text span {
  display: block;
}
.aboutUsPage .certificat {
  background: url(../images/certificat-bg_02.jpg) no-repeat;
  background-size: 100% 100%;
}
.aboutUsPage .certificat-content .swiper {
  width: 100%;
  height: 100%;
}
.aboutUsPage .certificat-content .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.aboutUsPage .certificat-content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutUsPage .certificat-content .swiper-button-next {
  top: 80%;
  background: #ffffff url(../images/certificat-button.png) no-repeat center;
}
.aboutUsPage .certificat-content .swiper-button-prev {
  top: 80%;
  background: #ffffff url(../images/certificat-button2.png) no-repeat center;
}
.aboutUsPage .certificat-content .swiper-button-next,
.aboutUsPage .certificat-content .swiper-rtl .swiper-button-prev {
  left: 52%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.aboutUsPage .certificat-content .swiper-button-prev,
.aboutUsPage .certificat-content .swiper-rtl .swiper-button-next {
  left: 44%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.aboutUsPage .certificat-content .swiper-button-prev:after,
.aboutUsPage .certificat-content .swiper-rtl .swiper-button-next:after {
  content: none;
}
.aboutUsPage .certificat-content .swiper-button-next:after,
.aboutUsPage .certificat-content .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.aboutUsPage .certificat-contain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 150px;
}
.aboutUsPage .certificat-box {
  width: 20%;
  padding: 20px;
  display: block;
}
.aboutUsPage .partner .col-md-2 {
  margin-bottom: 30px;
}
.aboutUsPage .partner-box {
  box-shadow: 0 0 8px #999;
}
@media screen and (max-width: 667px) {
  .aboutUsPage-title p {
    font-size: 32px;
  }
  .aboutUsPage .culture-box {
    margin: 0 auto;
  }
  .aboutUsPage .certificat-box {
    width: 50%;
    padding: 10px;
    margin-bottom: 40px;
  }
  .aboutUsPage .certificat-content .swiper-button-next,
  .aboutUsPage .certificat-content .swiper-rtl .swiper-button-prev {
    left: 60%;
    margin-top: 40px;
  }
  .aboutUsPage .certificat-content .swiper-button-prev,
  .aboutUsPage .certificat-content .swiper-rtl .swiper-button-next {
    left: 30%;
    margin-top: 40px;
  }
}
#pagination {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
#pagination ul {
  display: flex;
  justify-content: space-between;
}
#pagination ul li {
  width: 18%;
  text-align: center;
}
#pagination ul li:hover {
  background-color: #008cdd;
}
#pagination ul li:hover a,
#pagination ul li:hover span {
  color: #fff;
}
#pagination ul .ontrue {
  background-color: #008cdd;
}
#pagination ul .ontrue a {
  color: #fff;
}
#tidio-chat-iframe {
  inset: auto 9px 200px auto !important;
}
.rightbox,
.leftbox {
  position: fixed;
  bottom: 300px;
  right: 0;
  z-index: 9999;
}
.rightbox-contain,
.leftbox-contain {
  display: flex;
  flex-direction: column;
}
.rightbox ul,
.leftbox ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.rightbox ul li,
.leftbox ul li {
  width: 45px;
  height: 45px;
  line-height: 45px;
  float: left;
  position: relative;
  background: #333;
  border-bottom: 1px solid #999;
}
.rightbox .sidebox,
.leftbox .sidebox {
  transition: all 0.5s;
  width: 180px;
  opacity: 1;
  background: #01a2ea;
}
.rightbox-box,
.leftbox-box {
  opacity: 1;
  color: #fff;
  height: 45px;
  overflow: hidden;
}
.rightbox-box img,
.leftbox-box img {
  padding: 3px;
  width: 45px;
  height: 45px;
}
.rightbox-content2,
.leftbox-content2 {
  position: relative;
  transition: all 0.5s;
}
.rightbox-content2 .wechat-img,
.leftbox-content2 .wechat-img {
  width: 0;
  height: 0;
  transition: all 0.5s;
}
.rightbox-content2:hover .wechat-img,
.leftbox-content2:hover .wechat-img {
  width: 100px;
  height: 100px;
  transition: all 0.5s;
}
.leftbox {
  left: 0;
  right: auto;
  text-align: center;
}
.leftbox ul {
  align-items: flex-start;
}
.leftbox .sidebox {
  width: 60px;
}
.wechat-img {
  position: absolute;
  right: 50px;
  top: 0;
  max-width: none;
  box-shadow: 0px 0px 5px #666;
}
.footer-form label {
  color: #fff;
  font-size: 14px;
}
.footer-form .form-control {
  padding: 0.2rem 0.2rem;
  font-size: 14px;
}
.footer-form .form-group {
  margin-bottom: 0px;
  padding: 5px;
}
.footer-form .submit-box {
  padding: 5px;
}
.footer-form .submit-box button {
  font-size: 14px;
}
.error-contain {
  text-align: center;
  color: #444;
  position: relative;
  padding-bottom: 50px;
}
.error-title {
  z-index: 10;
  padding: 50px;
  font-size: 48px;
  color: #008cdd;
}
.error-title-text {
  display: inline-block;
  font-weight: bolder;
}
.error img {
  width: 50%;
  z-index: 2;
  bottom: 0;
  left: 82px;
}
.error-text {
  padding: 30px 0;
}
.error-text h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #39404a;
}
.error-text span {
  font-size: 16px;
}
.error-link {
  background-color: #008cdd;
  font-size: 16px;
  padding: 15px 35px;
  border-radius: 8px;
  letter-spacing: 0.3px;
  display: inline-block;
}
