

.products-title {
  text-align: center;
  font-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .products-title {
    font-size: 24px;
  }
}
.products-title span {
  display: inline-block;
}
.products-title .rect1,
.products-title .rect2 {
  width: 20px;
  height: 20px;
  border-radius: 1px;
}
.products-title .rect3 {
  width: 80px;
  height: 20px;
  border-radius: 1px;
}
.products-title .rect1 {
  background-color: #88befd;
}
.products-title .rect2 {
  background-color: #a6cefd;
}
.products-title .rect3 {
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#b8d8fd));
  background-image: linear-gradient(90deg, transparent, #b8d8fd);
}
.products-title .tit-left {
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  margin-right: 20px;
}
.products-title .tit-left span {
  margin-left: 5px;
}
.products-title .tit-right {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  margin-left: 20px;
}
.products-title .tit-right .rect3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#b8d8fd), to(transparent));
  background-image: linear-gradient(90deg, #b8d8fd, transparent);
}
.products-title .tit-right span {
  margin-right: 5px;
}

.products-subtitle {
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.products-section1 {
  background-color: #f1f9ff;
}

@media (max-width: 767px) {
  .products-section1 .feature-list > div {
    background-image: url(../image/product1_bg1.webp);
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: auto 100%;
    background-color: #d9effe;
  }
  .products-section1 .feature-list > div p {
    color: #000003;
    min-height: 135px;
  }
  .products-section1 .feature-list > div .icon {
    height: 22px;
  }
  .products-section1 .feature-list > div:nth-child(2) {
    background-image: url(../image/product1_bg2.webp);
    background-color: #dae0fe;
  }
  .products-section1 .feature-list > div:nth-child(3) {
    background-image: url(../image/product1_bg3.webp);
    background-color: #f4e3dd;
  }
  .products-section1 .feature-list > div:nth-child(4) {
    background-image: url(../image/product1_bg4.webp);
    background-color: #b0d0ff;
  }
  .products-section1 .feature-list > div:nth-child(5) {
    background-image: url(../image/product1_bg5.webp);
    background-color: #e8f0fe;
  }
  .products-section1 .feature-list > div:nth-child(6) {
    background-image: url(../image/product1_bg6.webp);
    background-color: #fde9d7;
  }
}
.products-section2 {
  background: url(../image/products2_bg.webp) no-repeat;
  background-size: cover;
}
.products-section2 .advantage-list .advantage-item {
  background: -webkit-gradient(linear, left top, right top, from(#1085f2), to(#79c8fb));
  background: linear-gradient(90deg, #1085f2, #79c8fb);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
}
.products-section2 .advantage-list .advantage-item:hover {
  -webkit-transform: scaleY(1.05);
          transform: scaleY(1.05);
}
@media (max-width: 768px) {
  .products-section2 .advantage-list .advantage-item {
    margin-bottom: 1rem;
  }
}
.products-section2 .advantage-list .con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d4e2ff), color-stop(35%, #ffffff));
  background: linear-gradient(180deg, #d4e2ff 0, #ffffff 35%);
}
@media (max-width: 768px) {
  .products-section2 .advantage-list .con {
    font-size: 14px;
    min-height: 100px;
  }
}

.products-section3 {
  background: url(../image/products3_bg.webp) no-repeat;
  background-size: cover;
}
.products-section3 .model-table-wrap {
  overflow: hidden;
}
.products-section3 .model-table-wrap .model-top div:nth-child(2) {
  background-image: linear-gradient(110deg, #c1deff 0, #d1e8ff 28%, #b6cffa 57%, #86a4f1 100%);
}
.products-section3 .model-table-wrap .model-top div:nth-child(3) {
  background-image: linear-gradient(110deg, #fcd9ab 0, #fff0d4 30%, #fad3a0 53%, #f7bf7e 100%);
}
.products-section3 .model-table-wrap .model-top div:nth-child(4) {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e4a193), color-stop(52%, #fdd3cb), to(#d2876d));
  background-image: linear-gradient(90deg, #e4a193 0, #fdd3cb 52%, #d2876d 100%);
}
.products-section3 .model-table-wrap .model-top div {
  position: relative;
}
.products-section3 .model-table-wrap .model-top div:after {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../image/model_icon.webp) no-repeat;
  background-position: 90% center;
}
@media (max-width: 1024px) {
  .products-section3 .model-table-wrap .model-top div {
    font-size: 14px;
    padding: 12px 5px;
    white-space: normal;
    line-height: 1.25;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.products-section3 .model-table-wrap .model-title {
  cursor: pointer;
}
.products-section3 .model-table-wrap .model-title i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products-section3 .model-table-wrap .model-title.active i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.products-section3 .model-table-wrap table .icon-gou {
  color: #0bd52b;
}
.products-section3 .model-table-wrap table .icon-cha {
  color: #d62b14;
}
.products-section3 .model-table-wrap table td {
  background-color: #fff;
}
.products-section3 .model-table-wrap table td:first-child {
  text-align: left;
}
.products-section3 .model-table-wrap table td:nth-last-child(3) {
  background-color: #f2f9ff;
}
.products-section3 .model-table-wrap table td:nth-last-child(2) {
  background-color: #fffbf2;
}
.products-section3 .model-table-wrap table td:nth-last-child(1) {
  background-color: #fff6f2;
}
.products-section3 .model-table-wrap table td {
  padding: 0.75rem 1.5rem;
  border: 1px solid #eaeaea;
  color: #333333;
}
.products-section3 .model-table-wrap .model-table table td:first-child {
  width: 46%;
}
.products-section3 .model-table-wrap .model-table table td:nth-child(2) {
  width: 18%;
}
.products-section3 .model-table-wrap .model-table table td:nth-child(3) {
  width: 18%;
}
.products-section3 .model-table-wrap .model-table table td:nth-child(4) {
  width: 18%;
}
.products-section3 .model-table-wrap .model-table:nth-child(2) table td:first-child {
  width: auto;
}
@media (max-width: 1024px) {
  .products-section3 .model-table-wrap .model-table table {
    table-layout: fixed;
    font-size: 12px;
  }
  .products-section3 .model-table-wrap table td {
    padding: 8px;
  }
}

.products-section4 {
  background: url(../image/products4_bg.webp) no-repeat;
  background-size: cover;
}

.investment-tabs a.active {
  color: var(--color1);
  border-bottom: 1px solid var(--color1);
}

@media (max-width: 1024px) {
  .investment-tabs {
    overflow: hidden;
  }
  .investment-tabs .wrapper {
    overflow-x: auto;
  }
  .investment-tabs .wrapper::-webkit-scrollbar {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
    background: 0 0;
  }
  .investment-tabs .wrapper::-webkit-scrollbar-thumb {
    background: 0 0;
  }
  .investment-tabs .wrapper::-webkit-scrollbar-thumb {
    background-clip: padding-box;
  }
  .investment-tabs a {
    white-space: nowrap;
  }
  .investment-tabs a.active {
    border-bottom-width: 4px;
  }
}
.investment-section3 .icon-phone {
  font-size: 22px;
}
.investment-section3 table {
  text-align: left;
  -webkit-box-shadow: 0 0 30px rgba(181, 181, 181, 0.3);
          box-shadow: 0 0 30px rgba(181, 181, 181, 0.3);
  border-radius: 8px;
}
.investment-section3 table thead {
  background: url(../image/table_bg.webp) no-repeat;
  background-size: cover;
}
.investment-section3 table thead th {
  color: #fff;
}
.investment-section3 table tbody tr:nth-child(2n) {
  position: relative;
}
.investment-section3 table tbody tr:nth-child(2n):after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  background-color: #f0f7ff;
  height: 100%;
  width: calc(100% - 30px);
  z-index: -1;
}
.investment-section3 table tbody td:first-child {
  color: var(--color1);
}
.investment-section3 table tbody td:first-child i {
  margin-right: 15px;
}
.investment-section3 table td,
.investment-section3 table th {
  padding: 18px 24px;
  white-space: nowrap;
}

.investment-section4 {
  background: url(../image/investment4_bg.webp) no-repeat;
  background-size: cover;
}

.table-wrap {
  overflow: auto;
  width: 100%;
}

.page-about {
  padding: 4.5% 0 3%;
  background: url(../image/aboutusbg.webp) no-repeat;
  background-size: cover;
}

.page-about .company-introduction h3 {
  font-size: 40px;
  color: #0d144b;
}

.page-about .company-introduction h5 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  letter-spacing: 10px;
  margin: 10px 0 30px;
}

.page-about .company-introduction p {
  font-size: 16px;
  color: #333;
  line-height: 2.2;
  text-indent: 2em;
  margin-bottom: 20px;
}

.page-about .company-culture h5 {
  font-size: 30px;
  color: #333;
  margin-bottom: 30px;
}

.page-about .company-culture .company-culture-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-about .company-culture .company-culture-list li {
  width: calc(25% - 18px);
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 11px 54px 0 rgba(19, 28, 114, 0.2);
          box-shadow: 0 11px 54px 0 rgba(19, 28, 114, 0.2);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2% 10px;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  text-align: center;
}

.page-about .company-culture .company-culture-list li p {
  font-size: 26px;
  font-weight: 700;
  color: #0d144b;
  margin-top: 10px;
}

.page-about .company-culture .company-culture-list li span {
  font-size: 15px;
  color: #333;
}

.page-about .company-culture .company-culture-list li:hover {
  -webkit-box-shadow: 0 10px 50px 0 rgba(19, 28, 114, 0.3);
          box-shadow: 0 10px 50px 0 rgba(19, 28, 114, 0.3);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.page-honor {
  padding: 4% 0;
  background: url(../image/honor_bg.webp) no-repeat;
  background-size: cover;
}

.page-honor .about-honor-list {
  display: grid;
  gap: 30px 40px;
  grid-template-columns: repeat(4, 1fr);
}

.page-honor .about-honor-list li {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 18px 10px 10px 10px;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}

.page-honor .about-honor-list li p {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  line-height: 1.2;
}

.page-honor .about-honor-list li img.lazy {
  width: auto;
  margin: 0 auto;
}

.page-honor .about-honor-list li:hover {
  -webkit-box-shadow: 0 10px 50px 0 rgba(19, 28, 114, 0.3);
          box-shadow: 0 10px 50px 0 rgba(19, 28, 114, 0.3);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.page-secondary-tit {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.page-secondary-text {
  font-size: 12px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-pw {
  padding: 4% 0;
}

.page-pw .about-pw-list {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.page-pw .about-pw-list li {
  background-color: #fff;
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
}

.page-pw .about-pw-list li > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-pw .about-pw-list li .lazy-wrap::after {
  padding-bottom: 56.7%;
}

.page-pw .about-pw-list li .lazy-wrap.lazy-loaded::after {
  padding-bottom: 0;
}

.page-pw .about-pw-list li .item-cont {
  padding: 20px;
}

.page-pw .about-pw-list li .item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  color: #8a8e99;
}

.page-pw .about-pw-list li .item-date .icon-date,
.page-pw .about-pw-list li .item-date .icon-view {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}

.page-pw .about-pw-list li .item-date .icon-date {
  background: url(/themes/image/about/date.png) no-repeat center;
}

.page-pw .about-pw-list li .item-date .icon-view {
  background: url(/themes/image/about/view.png) no-repeat center;
}

.page-pw .about-pw-list li .item-title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #252b3a;
  margin-top: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.page-pw .about-pw-list li .item-text {
  color: #252b3a;
  margin-top: 10px;
  line-height: 1.8;
}

.page-pw .about-pw-list li .item-more {
  display: block;
  background-color: rgba(245, 248, 252, 0.8);
  text-align: center;
  font-size: 20px;
  color: #06f;
  padding: 14px 0;
}

.page-pw .about-pw-list li .item-more:hover {
  color: #fff;
}

.page-pw .about-pw-list li:hover .item-title {
  color: #06f;
}

.page-pw .about-pw-list li:hover img.lazy {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.page-partner {
  padding: 4% 0;
  background: url(../image/partner_bg.webp) no-repeat;
  background-size: cover;
}

.page-secondary-tit2 {
  font-size: 36px;
  color: #222;
  position: relative;
  padding: 10px 0;
  margin-bottom: 40px;
}

.page-secondary-tit2::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: var(--color1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-course {
  padding: 5% 0;
  background: url(../image//about-course-bg.webp) no-repeat;
  background-size: cover;
}

.page-course .course-list .course-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf9fe), to(#fefefe));
  background: linear-gradient(180deg, #ecf9fe, #fefefe);
  border: 1px solid rgba(127, 206, 237, 0.58);
  -webkit-box-shadow: 0 5px 15px 0 rgba(19, 28, 114, 0.1);
          box-shadow: 0 5px 15px 0 rgba(19, 28, 114, 0.1);
  border-radius: 10px;
  padding: 16px;
  margin: 0 5px;
}

.page-course .course-list .course-item p:nth-of-type(1) {
  font-size: 30px;
  font-weight: 700;
  color: #165ce2;
}

.page-course .course-list .course-item p:nth-of-type(2) {
  font-size: 16px;
  color: #222;
  line-height: 1.7;
}

.page-course .course-list .course-item p:nth-of-type(2) span {
  display: block;
}

.page-course .course-list .course-item p:nth-of-type(2) span.text-color {
  color: #2476ef;
}

.page-course .course-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-course .course-list li:nth-of-type(1) .course-item:nth-of-type(1) {
  width: 13%;
}

.page-course .course-list li:nth-of-type(1) .course-item:nth-of-type(2) {
  width: 14%;
}

.page-course .course-list li:nth-of-type(1) .course-item:nth-of-type(3) {
  width: 10.5%;
}

.page-course .course-list li:nth-of-type(1) .course-item:nth-of-type(4) {
  width: 23.5%;
}

.page-course .course-list li:nth-of-type(1) .course-item:nth-of-type(5) {
  width: 13%;
}

.page-course .course-list li:nth-of-type(1) .course-item:nth-of-type(6) {
  width: 18%;
}

.page-course .course-list li:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 5% 0;
}

.page-course .course-list li:nth-of-type(2) .course-item:nth-of-type(1) {
  width: 25.8%;
}

.page-course .course-list li:nth-of-type(2) .course-item:nth-of-type(2) {
  width: 26%;
}

.page-course .course-list li:nth-of-type(2) .course-item:nth-of-type(3) {
  width: 17%;
}

.page-course .course-list li:nth-of-type(2) .course-item:nth-of-type(4) {
  width: 27%;
}

.page-course .course-list li:nth-of-type(3) .course-item:nth-of-type(1) {
  width: 15.6%;
}

.page-course .course-list li:nth-of-type(3) .course-item:nth-of-type(2) {
  width: 32%;
}

.page-course .course-list li:nth-of-type(3) .course-item:nth-of-type(3) {
  width: 18.1%;
}

.page-course .course-list li:nth-of-type(3) .course-item:nth-of-type(4) {
  width: 23%;
}

.page-inspect {
  position: relative;
  padding: 190px 0 4%;
  min-height: 100vh;
}

.page-inspect .page-inspect-box {
  padding-right: 53%;
  color: #fff;
}

.page-inspect .page-inspect-box .inspect-title {
  font-size: 34px;
  font-weight: 400;
}

.page-inspect .page-inspect-box .inspect-intro {
  font-size: 20px;
  margin: 20px 0 50px;
}

.page-inspect .inspect-list li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  cursor: pointer;
}

.page-inspect .inspect-list li:first-of-type {
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}

.page-inspect .inspect-list li .inspect-item-title {
  font-size: 18px;
  padding: 26px 0;
}

.page-inspect .inspect-list li .inspect-item-text {
  font-size: 14px;
  line-height: 1.9;
  display: none;
  margin-bottom: 10px;
}

.page-inspect .inspect-list li .inspect-item-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48vw;
  height: calc(100% - 190px);
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
  -webkit-transition: none;
  transition: none;
}

.page-inspect .inspect-list li.is-active .inspect-item-title {
  font-size: 24px;
  color: #da9938;
}

.page-inspect .inspect-list li.is-active .inspect-item-text {
  display: block;
}

.page-inspect .inspect-list li.is-active .inspect-item-img {
  display: block;
}

.page-team {
  padding: 10% 0 4%;
  background: url(../image/team-chairman.webp) no-repeat;
  background-size: 100%;
}

.page-team .page-team-box {
  padding-left: 40%;
  color: #fff;
}

.page-team .page-team-box .team-chairman-name {
  font-size: 32px;
}

.page-team .page-team-box .team-chairman-label {
  font-size: 16px;
}

.page-team .page-team-box .team-chairman-intro {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 20px;
}

.page-team .page-team-box .team-zs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.page-team .page-team-box .team-zs li {
  text-align: center;
  width: 24%;
}

.page-team .page-team-box .team-zs li img {
  border-radius: 10px;
}

.page-team .page-team-box .team-zs li p {
  font-size: 16px;
  margin-top: 16px;
}
@media (max-width: 1600px) {
  .page-team .page-team-box .team-zs li p {
    font-size: 14px;
  }
}

.page-team .page-team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 64px;
}
@media (max-width: 1023px) {
  .page-team .page-team-list {
    margin-top: 32px;
  }
}

.page-team .page-team-list li {
  width: 25%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.page-team .page-team-list li:first-of-type {
  width: 50%;
  padding: 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-team .page-team-list li img {
  width: 100%;
}

.page-team .page-team-list li .item-title {
  font-size: 28px;
  color: #333;
  padding: 20px 0;
  position: relative;
}

.page-team .page-team-list li .item-title::before {
  content: "";
  display: block;
  width: 19px;
  height: 4px;
  background: #9a9a9a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-team .page-team-list li .item-label {
  font-size: 20px;
  color: #333;
  margin: 20px 0 10px;
}

.page-team .page-team-list li .item-text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
}

.page-team .page-team-list li .item-name-en {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-top: 16px;
}

.page-team .page-team-list li .item-name-en::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.page-team .page-team-list li .item-name {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}

.page-team .page-team-list li .item-name span {
  font-size: 13px;
  display: block;
}

.page-team .page-team-list li .item-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.page-team .page-team-list li:hover .item-layer {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page-team .page-team-list li .tean-num {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #333;
  line-height: 1;
  font-size: 12px;
  aspect-ratio: 1/1;
}

.page-team .page-team-list li .tean-num div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-team .page-team-list li .tean-num div:nth-child(1),
.page-team .page-team-list li .tean-num div:nth-child(4) {
  font-weight: 700;
  font-size: 30px;
  padding: 10px 0;
}

.page-team .page-team-list li .tean-num div:nth-child(1) span,
.page-team .page-team-list li .tean-num div:nth-child(4) span {
  font-size: 50px;
}

.page-team .page-team-list li .tean-num div:nth-child(3) {
  width: 50px;
  height: 3px;
  background: #fff;
  padding: 0;
  margin: 20px 0 10px;
}

@media (max-width: 1440px) {
  .page-team {
    background-size: 120% auto;
    background-position-x: -200px;
  }
}
@media (max-width: 1200px) {
  .page-team .page-team-box .team-zs li p {
    color: #000;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .page-honor .about-honor-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .page-honor .about-honor-list li p {
    font-size: 16px;
  }
  .page-contact .page-contact-list1 li div {
    font-size: 16px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .page-course .course-list {
    padding: 0 40px;
  }
  .page-course .course-list .course-item {
    padding: 12px;
  }
  .page-course .course-list .course-item p:nth-of-type(1) {
    font-size: 22px;
  }
  .page-course .course-list .course-item p:nth-of-type(2) {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .page-about .company-culture .company-culture-list li {
    width: 48%;
    margin-bottom: 4%;
    padding: 8vw 10px;
  }
  .sec-contact {
    display: none;
  }
  .page-honor .about-honor-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .page-pw .about-pw-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .page-course .course-list {
    background: 0 0;
    padding: 0;
  }
  .page-course .course-list .course-item {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-course .course-list .course-item p:nth-of-type(1) {
    color: #222;
    white-space: nowrap;
    position: relative;
    padding: 10px 0;
  }
  .page-course .course-list .course-item p:nth-of-type(1)::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #da9b38;
    border-radius: 6px;
    vertical-align: middle;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    margin-left: 20px;
  }
  .page-course .course-list .course-item p:nth-of-type(1)::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #e6e6e6;
    position: absolute;
    top: 0;
    right: 4px;
  }
  .page-course .course-list .course-item p:nth-of-type(2) {
    font-size: 24px;
    position: relative;
    padding: 10px 0 10px 50px;
    margin-left: 20px;
  }
  .page-course .course-list .course-item p:nth-of-type(2)::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #222;
    position: absolute;
    top: 1.3em;
    left: 0;
  }
  .page-course .course-list li {
    display: block;
    margin: 0 !important;
  }
  .page-course .course-list li:first-of-type .course-item:first-of-type p:first-of-type::before {
    height: 50%;
    top: 50%;
  }
  .page-course .course-list li:last-of-type .course-item:last-of-type p:first-of-type::before {
    height: 0.9em;
  }
  .page-inspect .page-inspect-box {
    padding-right: 0;
  }
  .page-inspect .page-inspect-box .inspect-intro {
    margin: 10px 0 30px;
  }
  .page-inspect .inspect-list li .inspect-item-text {
    margin-bottom: 20px;
  }
  .page-inspect .inspect-list li .inspect-item-img {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .page-team {
    padding: 80% 0 4%;
  }
  .page-team {
    background: url(../image/team-chairman-mob.webp) top/100% no-repeat !important;
  }
  .page-team .page-team-box {
    padding: 50px 30px 0;
    background-color: #fff;
    color: #222;
  }
  .page-team .page-team-box .team-chairman-sign {
    display: none;
  }
  .page-team .page-team-box .team-zs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-team .page-team-box .team-zs li {
    width: 48%;
    margin-bottom: 20px;
  }
  .page-team .page-team-list li {
    width: 50%;
    margin-bottom: 10px;
  }
  .page-team .page-team-list li .tean-num {
    height: auto;
    padding: 20px 0;
  }
  .page-team .page-team-list li:first-of-type {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .page-team .page-team-list li .item-name-en {
    color: #666;
    padding-top: 10px;
    font-weight: 400;
  }
  .page-team .page-team-list li .item-name-en::before {
    width: 30px;
    height: 4px;
    background: #165ce2;
  }
  .page-team .page-team-list li .item-name {
    font-size: 30px;
    color: #222;
    line-height: 1.2;
  }
  .page-team .page-team-list li .item-name span {
    font-size: 24px;
    display: inline-block;
    margin-left: 10px;
  }
  .page-team .page-team-list li .item-layer {
    position: static;
    background-color: #fff;
    padding: 24px 0;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 480px) {
  .page-about .company-introduction h3 {
    font-size: 26px;
  }
  .page-about .company-introduction h5 {
    font-size: 18px;
    letter-spacing: 6px;
    margin-bottom: 20px;
  }
  .page-about .company-culture h5 {
    font-size: 26px;
  }
  .page-about .company-culture .company-culture-list li {
    padding: 20px 0;
  }
  .page-about .company-culture .company-culture-list li img {
    max-width: 100px;
  }
  .page-about .company-culture .company-culture-list li p {
    font-size: 18px;
  }
  .page-about .company-culture .company-culture-list li span {
    font-size: 14px;
  }
  .page-secondary-tit {
    font-size: 26px;
  }
  .page-pw .about-pw-list li .item-title {
    font-size: 18px;
  }
  .page-pw .about-pw-list li .item-date,
  .page-pw .about-pw-list li .item-more,
  .page-pw .about-pw-list li .item-text {
    font-size: 16px;
  }
  .page-secondary-tit2 {
    font-size: 24px;
  }
  .page-course .course-list .course-item p:nth-of-type(1) {
    padding: 6px 0;
    font-size: 20px;
  }
  .page-course .course-list .course-item p:nth-of-type(1)::after {
    width: 6px;
    height: 6px;
    margin-left: 10px;
  }
  .page-course .course-list .course-item p:nth-of-type(1)::before {
    right: 2px;
  }
  .page-course .course-list .course-item p:nth-of-type(2) {
    font-size: 14px;
    padding: 8px 0 8px 30px;
    margin-left: 10px;
  }
  .page-course .course-list .course-item p:nth-of-type(2)::before {
    width: 20px;
    top: 1.4em;
  }
  .page-inspect {
    padding: 120px 0 4%;
  }
  .page-inspect .page-inspect-box .inspect-title {
    font-size: 26px;
  }
  .page-inspect .page-inspect-box .inspect-intro {
    font-size: 18px;
  }
  .page-inspect .inspect-list li .inspect-item-title {
    font-size: 16px;
    padding: 16px 0;
  }
  .page-inspect .inspect-list li.is-active .inspect-item-title {
    font-size: 20px;
  }
  .page-team .page-team-box {
    padding: 10px 10px 0;
  }
  .page-team .page-team-box .team-chairman-name {
    font-size: 24px;
  }
  .page-team .page-team-list li .item-title {
    font-size: 24px;
  }
  .page-team .page-team-list li .item-label {
    font-size: 18px;
  }
  .page-team .page-team-list li .item-name-en {
    font-size: 14px;
  }
  .page-team .page-team-list li .item-name {
    font-size: 18px;
    white-space: nowrap;
  }
  .page-team .page-team-list li .item-name span {
    font-size: 16px;
  }
  .page-team .page-team-list li .tean-num div:nth-child(1) span,
  .page-team .page-team-list li .tean-num div:nth-child(4) span {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .page-team .page-team-list li .tean-num div:nth-child(3) {
    margin: 8px 0 -3px;
  }
}
@media (max-width: 415px) {
  .page-honor .about-honor-list li p {
    font-size: 12px;
  }
  .page-contact .page-contact-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.aboutwrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-x: inherit;
  height: 100%;
}

.aside {
  position: sticky;
  top: 90px;
}

.aside ul {
  background: #fff;
  border-radius: 10px;
  padding: 9px 17px;
}

.aside ul a {
  width: 152px;
  height: 49px;
  border-radius: 5px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.aside ul a:hover {
  opacity: 0.8;
}

.aside ul a img {
  width: 19px;
  margin-right: 10px;
}

.aside ul a .img1 {
  display: block;
}

.aside ul a .img2 {
  display: none;
}

.aside ul a.active {
  color: #fff;
  background: var(--color1);
}

.aside ul a.active .img1 {
  display: none;
}

.aside ul a.active .img2 {
  display: block;
}

.page-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .aside {
    position: relative;
    top: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .aside::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #dfdfdf;
    height: 1px;
    width: 1920px;
  }
  .aside ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    background: 0 0;
    padding: 0;
    border-radius: 0;
  }
  .aside ul::-webkit-scrollbar {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
    background: 0 0;
  }
  .aside ul::-webkit-scrollbar-thumb {
    background: 0 0;
  }
  .aside ul::-webkit-scrollbar-thumb {
    background-clip: padding-box;
  }
  .aside ul li:last-child a {
    margin-right: 0;
  }
  .aside ul a {
    width: auto;
    padding: 0;
    border-radius: 0;
    margin-right: 25px;
    padding-bottom: 10px;
  }
  .aside ul a img {
    display: none !important;
  }
  .aside ul a.active {
    background: 0 0;
    color: var(--color1);
    border-bottom: 4px solid var(--color1);
  }
  .aboutwrap {
    display: block;
  }
  .aboutwrap .page-main {
    margin-left: 0;
  }
}
.history-title {
  text-align: center;
}

.history-title p:nth-child(1) {
  font-size: 30px;
  font-weight: 700;
  color: #2d3263;
}

.history-title p:nth-child(2) {
  margin-top: 15px;
  width: auto;
  border: 2px solid;
  border: 2px solid #4a3afe;
  background: #e0e7ff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(45, 50, 99, 0.11);
          box-shadow: 0 3px 5px 0 rgba(45, 50, 99, 0.11);
  border-radius: 10px;
  color: #2d3263;
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  padding: 10px 20px;
}

.history-list {
  position: relative;
  margin-top: 150px;
}

.history-list .dian {
  position: absolute;
  top: -2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 3px solid #000;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
}

.history-list .dian::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}

.history-list::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2%;
  height: 100%;
  width: 3px;
  background: #2d3263;
}

.history-list:after {
  content: "";
  display: table;
  clear: both;
}

.history-list .course-item {
  width: 594px;
  border-radius: 10px;
  width: 45%;
  margin-bottom: 180px;
  position: relative;
  float: left;
}

@media (min-width: 769px) {
  .history-list .course-item:nth-child(2n+1) p:nth-child(2) img {
    margin-left: auto;
  }
}

.history-list .course-item:nth-child(2n) {
  float: right;
  margin-top: -100px;
  clear: both;
}

.history-list .course-item:nth-child(2n) p:nth-child(1) {
  right: auto;
  left: 30px;
}

.history-list .course-item:nth-child(2n) p:nth-child(2) {
  text-align: left;
}

.history-list .course-item:nth-child(2n) p:nth-child(2)::after {
  right: 109.9%;
  left: auto;
}

.history-list .course-item:nth-child(2n) p:nth-child(2)::before {
  left: auto;
  right: 100%;
  border: 10px solid transparent;
  border-right: 15px solid #c4f4fd;
}

.history-list .course-item:hover p:nth-child(2) {
  -webkit-box-shadow: 0 3px 5px 0 rgba(45, 50, 99, 0.3);
          box-shadow: 0 3px 5px 0 rgba(45, 50, 99, 0.3);
}

.history-list .course-item p:nth-child(1) {
  width: 98px;
  height: 98px;
  background: var(--color1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  font-size: 22px;
  color: #fff;
  top: -60px;
  right: 30px;
  z-index: 9;
}

.history-list .course-item p:nth-child(1) span {
  font-size: 16px;
}

.history-list .course-item p:nth-child(2) {
  width: 100%;
  height: 100%;
  background: #c4f4fd;
  -webkit-box-shadow: 0 3px 5px 0 rgba(45, 50, 99, 0.11);
          box-shadow: 0 3px 5px 0 rgba(45, 50, 99, 0.11);
  padding: 40px 3%;
  border-radius: 10px;
  position: relative;
  text-align: right;
  line-height: 1.6;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.history-list .course-item p:nth-child(2) .text-color {
  color: #2476ef;
}

.history-list .course-item p:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 109.9%;
  border: 3px solid #000;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.history-list .course-item p:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 15px solid #c4f4fd;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.history-list .course-item p:nth-child(2) img {
  margin-left: 20px;
  max-height: 50px;
  margin-top: 10px;
}

.company-honor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company-honor li {
  width: 23%;
  margin: 0 1% 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-honor li a {
  border-radius: 5px;
  width: 100%;
}
.company-honor li .imgbox img {
  width: auto;
  margin: 0 auto;
}

.company-honor li:nth-child(-n+4) a {
  width: 100%;
  text-align: center;
}

.company-honor li:nth-child(-n+4) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-honor li span {
  padding-top: 10px;
  font-size: 15px;
  text-align: center;
}

@media (max-width: 1280px) {
  .history-list::before {
    height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .history-list::before {
    height: 100%;
  }
  .history-list {
    padding-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .company-honor {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-honor li {
    width: 48%;
    margin: 0 0 20px;
  }
  .history-title p:nth-child(1) {
    font-size: 22px;
  }
  .history-title p:nth-child(2) {
    font-size: 14px;
    white-space: nowrap;
  }
  .history-list::before {
    top: 0;
    left: 10px;
    height: 100%;
  }
  .history-list .dian {
    left: 10px;
    top: 0;
  }
  .history-list .course-item {
    width: 100%;
    padding-left: 40px;
  }
  .history-list .course-item:nth-child(2n) {
    margin-top: 0 !important;
    float: none;
  }
  .history-list .course-item:nth-child(2n) p:nth-child(2)::after {
    left: -39px;
  }
  .history-list .course-item p:nth-child(1) {
    right: auto;
    left: 50px !important;
    width: 70px;
    height: 70px;
    top: -40px;
    font-size: 20px;
  }
  .history-list .course-item p:nth-child(2) {
    text-align: left;
    padding-bottom: 20px;
  }
  .history-list .course-item p:nth-child(2)::before {
    left: auto;
    right: 100%;
    border: 10px solid transparent;
    border-right: 15px solid #c4f4fd;
  }
  .history-list .course-item p:nth-child(2)::after {
    left: -39px;
    right: auto !important;
  }
}
@media (max-width: 768px) {
  .history-list {
    margin-top: 80px;
  }
  .company-honor li span {
    font-size: 14px;
  }
  .page-about .company-introduction p {
    line-height: 1.8;
  }
  .page-team .page-team-box .team-chairman-name {
    font-weight: 700;
  }
  .page-team .page-team-box .team-zs li p,
  .page-team .page-team-list li .item-title {
    font-weight: 700;
  }
  .history-list .course-item p:nth-child(2) img {
    margin-top: 10px;
  }
  .page-honor .about-honor-list li {
    padding: 18px 5px 10px;
  }
  .page-honor .about-honor-list li p {
    white-space: nowrap;
  }
  .page-contact .page-contact-list1 li {
    padding: 20px 20px 20px 110px;
    position: relative;
    text-align: left;
  }
  .page-contact .page-contact-list1 li img {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 65px;
  }
  .page-contact .page-contact-list1 li span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
  }
}
@media (max-width: 1300px) and (min-width: 769px) {
  .company-honor li {
    width: 22%;
  }
  .history-list .course-item:nth-child(11) {
    padding-top: 70px;
  }
  .history-list .course-item:nth-child(11) p:nth-child(1) {
    top: 10px;
  }
  .history-list .course-item:nth-child(13) {
    padding-top: 80px;
  }
  .history-list .course-item:nth-child(13) p:nth-child(1) {
    top: 20px;
  }
  .container-s {
    max-width: 100%;
  }
}
.ins-date {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-bottom: 15px;
}

.history-list .item2023 {
  position: absolute;
  top: 0;
  float: right;
  right: 0;
}

@media (min-width: 768px) {
  .history-list .item2023 p:nth-child(2) {
    text-align: left;
  }
  .history-list .item2023 p:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -25px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 15px solid #c4f4fd;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .history-list .item2023 p:nth-child(2)::after {
    left: -13%;
  }
  .history-list .item2023 p:nth-child(1) {
    left: 30px;
  }
}
.partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partner-list li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.partner-list li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .partner-list li {
    width: calc((100% - 20px) / 2);
  }
  .partner-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .partner-list li:nth-child(2n) {
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .partner-list li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.partner-list li .imgbox {
  aspect-ratio: 3/2;
}
.partner-list li .con {
  padding: 20px;
}
@media (max-width: 480px) {
  .partner-list li .con {
    padding: 15px;
  }
}
.partner-list li .con .date {
  font-size: 14px;
  color: #999999;
}
.partner-list li .con .date i {
  margin-right: 5px;
}
.partner-list li .con .title {
  font-size: 20px;
  margin: 12px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .partner-list li .con .title {
    font-size: 18px;
  }
}
.partner-list li .con .desc {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.partner-list li .con .more {
  color: var(--color1);
  display: inline-block;
  margin-top: 20px;
}
.partner-list li .con .more i {
  margin-left: 5px;
}
.partner-list li:hover {
  -webkit-box-shadow: 0 0 30px rgba(181, 181, 181, 0.7);
          box-shadow: 0 0 30px rgba(181, 181, 181, 0.7);
}

.newscontent h1 {
  text-align: center;
  font-size: 30px;
}
.newscontent .date {
  text-align: center;
  margin: 20px 0;
}
.newscontent article img {
  margin: 0 auto;
  height: auto !important;
}
.newscontent .prenext-news p {
  margin-bottom: 20px;
}
.newscontent .prenext-news p a {
  color: #999;
}
@media (max-width: 768px) {
  .newscontent h1 {
    font-size: 24px;
  }
  .newscontent .date {
    font-size: 14px;
    margin: 12px 0;
  }
}
.newscontent .d-title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
}
.newscontent .d-date {
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.newscontent .d-intro {
  font-size: 16px;
  color: #7b7b7b;
  background: #f8f8f8;
  padding: 15px;
  text-indent: 2em;
  margin: 30px 0;
}
.newscontent .d-cont {
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}
.newscontent .d-cont .d-cont-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
  text-indent: 0;
}
.newscontent .d-cont .d-cont-title span {
  display: inline-block;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding: 10px 20px 6px;
}
.newscontent .d-cont .img-pag {
  display: block;
  margin: 20px auto;
}

.contact-section2 {
  background: url(../image/contact_bg.webp) no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .inner-aiseo-banner.inner-banner .banner-text {
    top: 30%;
  }
}

.aiseo-section1 {
  background: url(../image/aiseo1_bg.webp) no-repeat;
  background-size: cover;
}
.aiseo-section1 .aiplat-box {
  position: relative;
}
.aiseo-section1 .aiplat-box .plat {
  background-color: #ffffff;
  line-height: 56px;
  padding: 0 20px;
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  border-radius: 999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aiseo-section1 .aiplat-box .plat:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.aiseo-section1 .aiplat-box .plat img {
  margin-right: 5px;
}
.aiseo-section1 .aiplat-box .plat.doubao {
  left: 50%;
  bottom: 5%;
  margin-left: -65px;
  border: 1px solid #70bafb;
}
.aiseo-section1 .aiplat-box .plat.deepseek {
  left: 16%;
  top: 25%;
  border: 1px solid #8d9ffd;
}
.aiseo-section1 .aiplat-box .plat.baidu {
  right: 20%;
  bottom: 25%;
  border: 1px solid #3d9ffd;
}
.aiseo-section1 .aiplat-box .plat.weixin {
  right: 18%;
  top: 27%;
  border: 1px solid #24db5a;
}
.aiseo-section1 .aiplat-box .plat.douyin {
  left: 20%;
  bottom: 22%;
  border: 1px solid #3784ec;
}
@media (max-width: 1024px) {
  .aiseo-section1 .aiplat-box .plat {
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px;
  }
  .aiseo-section1 .aiplat-box .plat img {
    max-width: 28px;
    max-height: 28px;
  }
}
@media (max-width: 480px) {
  .aiseo-section1 .aiplat-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .aiseo-section1 .aiplat-box > img {
    display: none;
  }
  .aiseo-section1 .aiplat-box .plat {
    position: static;
    margin-left: 0 !important;
    width: 48%;
    margin-bottom: 15px;
  }
}

.aiseo-section2 .products-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.aiseo-section2 .products-subtitle {
  text-align: left;
}
.aiseo-section2 ul li {
  background: url(../image/gou.webp) no-repeat;
  background-position: left 6px;
}
.aiseo-section2 .adv-icon {
  position: absolute;
  padding: 13px 20px 13px 10px;
  background-color: #f0f3ff;
  border-radius: 999px;
  -webkit-box-shadow: 15px 15px 50px rgba(57, 127, 253, 0.15);
          box-shadow: 15px 15px 50px rgba(57, 127, 253, 0.15);
}
.aiseo-section2 .adv-icon img {
  margin-right: 8px;
}
.aiseo-section2 .adv-icon.adv-icon1 {
  left: 5%;
  top: 16%;
}
.aiseo-section2 .adv-icon.adv-icon2 {
  left: 3%;
  top: 50%;
}
.aiseo-section2 .adv-icon.adv-icon3 {
  left: 35%;
  bottom: 2%;
}
.aiseo-section2 .adv-icon.adv-icon4 {
  right: 2%;
  top: 51%;
}
.aiseo-section2 .adv-icon.adv-icon5 {
  right: 5%;
  top: 17%;
}
@media (max-width: 480px) {
  .aiseo-section2 .adv-icon {
    font-size: 14px;
    padding: 5px 10px 5px 5px;
  }
  .aiseo-section2 .adv-icon.adv-icon2, .aiseo-section2 .adv-icon.adv-icon4 {
    top: 60%;
  }
  .aiseo-section2 .adv-icon.adv-icon3 {
    left: 25%;
    bottom: -4%;
  }
}

.aiseo-section3 {
  background: url(../image/aiseo3_bg.webp) no-repeat;
  background-size: cover;
}
.aiseo-section3 .company-advbox {
  position: relative;
}
@media (max-width: 768px) {
  .aiseo-section3 .company-advbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.aiseo-section3 .company-advbox .adv-box {
  position: absolute;
  z-index: 1;
}
.aiseo-section3 .company-advbox .adv-box .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aiseo-section3 .company-advbox .adv-box .icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.aiseo-section3 .company-advbox .adv-box p {
  font-size: 26px;
}
.aiseo-section3 .company-advbox .adv-box.adv1 {
  top: -3%;
  left: 30%;
}
.aiseo-section3 .company-advbox .adv-box.adv1 p {
  margin-left: -25px;
  margin-top: -35px;
  background: url(../image/aiseo3_icon1_bg.webp) no-repeat;
  width: 394px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #3e5cff;
  -webkit-box-shadow: 10px 10px 25px rgba(70, 108, 255, 0.1);
          box-shadow: 10px 10px 25px rgba(70, 108, 255, 0.1);
}
.aiseo-section3 .company-advbox .adv-box.adv2 {
  top: 42%;
  left: 7%;
}
.aiseo-section3 .company-advbox .adv-box.adv2 .icon {
  margin-left: 151px;
}
.aiseo-section3 .company-advbox .adv-box.adv2 p {
  margin-top: -66px;
  padding-top: 45px;
  padding-left: 30px;
  padding-right: 20px;
  background: url(../image/aiseo3_icon2_bg.webp) no-repeat;
  width: 268px;
  height: 148px;
  text-align: left;
  color: #ff9714;
  -webkit-box-shadow: 10px 10px 25px rgba(21, 190, 108, 0.1);
          box-shadow: 10px 10px 25px rgba(21, 190, 108, 0.1);
}
.aiseo-section3 .company-advbox .adv-box.adv3 {
  top: 42%;
  right: 7%;
}
.aiseo-section3 .company-advbox .adv-box.adv3 .icon {
  margin-left: -32px;
}
.aiseo-section3 .company-advbox .adv-box.adv3 p {
  padding-top: 50px;
  margin-top: -68px;
  background: url(../image/aiseo3_icon3_bg.webp) no-repeat;
  width: 268px;
  height: 108px;
  text-align: center;
  color: #00af59;
}
@media (max-width: 1280px) {
  .aiseo-section3 .company-advbox .adv-box {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 1024px) {
  .aiseo-section3 .company-advbox .adv-box {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media (max-width: 768px) {
  .aiseo-section3 .company-advbox .adv-box {
    position: static;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .aiseo-section3 .company-advbox .adv-box p {
    font-size: 20px;
  }
  .aiseo-section3 .company-advbox .adv-box.adv1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aiseo-section3 .company-advbox .adv-box.adv1 .icon {
    margin-left: 0;
  }
  .aiseo-section3 .company-advbox .adv-box.adv1 p {
    max-width: 414px;
    width: 100%;
    text-align: left;
    height: auto;
    padding: 21px 25px;
    line-height: 1;
    background: url(../image/aiseo3_icon1_mbg.webp) no-repeat;
  }
  .aiseo-section3 .company-advbox .adv-box.adv2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aiseo-section3 .company-advbox .adv-box.adv2 .icon {
    margin-left: 0;
  }
  .aiseo-section3 .company-advbox .adv-box.adv2 p {
    margin-left: -25px;
    margin-top: -35px;
    max-width: 414px;
    width: 100%;
    text-align: left;
    height: auto;
    padding: 21px 25px;
    line-height: 1;
    background: url(../image/aiseo3_icon2_mbg.webp) no-repeat;
  }
  .aiseo-section3 .company-advbox .adv-box.adv3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aiseo-section3 .company-advbox .adv-box.adv3 .icon {
    margin-left: 0;
  }
  .aiseo-section3 .company-advbox .adv-box.adv3 p {
    margin-left: -25px;
    margin-top: -35px;
    max-width: 414px;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 21px 25px;
    line-height: 1;
    background: url(../image/aiseo3_icon3_mbg.webp) no-repeat;
  }
}
@media (max-width: 480px) {
  .aiseo-section3 .company-advbox .adv-box p {
    font-size: 14px;
  }
}

.aiseo-section5 {
  background: url(../image/aiseo5_bg.webp) no-repeat;
  background-size: cover;
}
.aiseo-section5 .servie-models .model:first-child {
  background: url(../image/aiseo5_model_bg1.webp) no-repeat;
  background-size: cover;
}
.aiseo-section5 .servie-models .model:nth-child(2) {
  background: url(../image/aiseo5_model_bg2.webp) no-repeat;
  background-size: cover;
}
.aiseo-section5 .servie-models .model:nth-child(3) {
  background: url(../image/aiseo5_model_bg3.webp) no-repeat;
  background-size: cover;
}

.aiseo-section6 {
  background: url(../image/aiseo6_bg.webp) no-repeat;
  background-size: cover;
}
.aiseo-section6 .feedback-form .input-area {
  margin-bottom: 20px;
}
.aiseo-section6 .feedback-form .input-area:last-child {
  margin-bottom: 0;
}
.aiseo-section6 .feedback-form .input-area input[type=text] {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  height: 50px;
  padding: 0 15px;
}
.aiseo-section6 .feedback-form .input-area button,
.aiseo-section6 .feedback-form .input-area input[type=submit] {
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: #0c72ea;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.aiseo-section6 .feedback-form .input-area button:hover,
.aiseo-section6 .feedback-form .input-area input[type=submit]:hover {
  opacity: 0.9;
}

.aiseo-section7 {
  background: url(../image/aiseo7_bg.webp) no-repeat;
  background-size: cover;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}
.pager a,
.pager span {
  min-width: 42px;
  padding: 0 10px;
  height: 42px;
  background: rgba(244, 244, 244, 0);
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pager a:first-child {
  border: none;
}
.pager a:not(:first-child):hover,
.pager > span {
  background: var(--color1);
  color: #ffffff;
  border-color: var(--color1);
}
@media (max-width: 768px) {
  .pager {
    font-size: 12px;
  }
  .pager a,
  .pager span {
    height: 30px;
    min-width: 30px;
  }
}