@charset "utf-8";

header .head-box .head-tel {
  display: none
}

header .head-box {
  margin-top: 0
}

@keyframes probtncolor {
  0% {
    transform: translate(-50%, -50%) scale(0)
  }

  100% {
    transform: translate(-50%, -50%) scale(1)
  }
}

.btn-water {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color .3s
}

.btn-water::after {
  content: "";
  display: block;
  width: 120%;
  padding-bottom: 100%;
  background-color: #06f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%) scale(0);
  z-index: -1
}

.btn-water:hover::after {
  transition: transform .8s;
  transform: translateY(-50%) scale(1)
}

.inner header {
  border: none
}

.inner-banner {
  position: relative
}

.inner-banner .inner-banner-cont {
  width: 100%;
  max-width: 1240px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #fff;
  padding: 0 20px
}

.inner-banner .inner-banner-cont h1 {
  font-size: 40px;
  letter-spacing: 10px;
  margin-bottom: 20px
}

.inner-banner .inner-banner-cont p {
  font-size: 20px;
  letter-spacing: 6px
}

.inner-banner .inner-banner-cont p.no-letter {
  letter-spacing: 1px
}

.inner-banner-s {
  position: relative
}

.inner-banner-s .inner-banner-cont {
  width: 100%;
  max-width: 1240px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  color: #fff;
  padding: 0 20px
}

.inner-banner-s .inner-banner-cont h1 {
  font-size: 40px;
  letter-spacing: 10px;
  margin-bottom: 10px
}

.inner-banner-s .inner-banner-cont p {
  font-size: 18px;
  letter-spacing: 14px
}

.inner-banner-s .inner-banner-cont p.no-letter {
  letter-spacing: 1px
}

section[data-bg] {
  background-size: cover;
  background-repeat: no-repeat
}

.page-about {
  padding: 4.5% 0 3%
}

.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;
  margin-top: 30px;
}


.page-about .company-culture .company-culture-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.page-about .company-culture .company-culture-list li {
  width: calc(25% - 18px);
  background-color: rgba(255, 255, 255, .6);
  box-shadow: 0 11px 54px 0 rgba(19, 28, 114, .2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2% 10px;
  transition: box-shadow .3s, transform .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 {
  box-shadow: 0 10px 50px 0 rgba(19, 28, 114, .3);
  transform: scale(1.03)
}

.sec-contact {
  padding: 2% 0
}

.sec-contact .container-s {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

@media (max-width:900px) {
  .sec-contact .container-s {
    justify-content: center;
    padding: 20px 0
  }
}

.sec-contact .container-s>p {
  color: #fff;
  font-size: 24px
}

.sec-contact .container-s>p img {
  vertical-align: text-top;
  margin-right: 4px
}

.sec-contact-btn {
  display: flex;
  justify-content: center;
  align-items: center
}

@media (max-width:900px) {
  .sec-contact-btn {
    margin-top: 20px
  }
}

.sec-contact-btn a {
  width: 150px;
  height: 54px;
  background: #06f;
  color: #fff;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s linear;
  overflow: hidden
}

.sec-contact-btn a::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #1a6be6;
  border-radius: 50%;
  z-index: -1
}

.sec-contact-btn a:hover {
  transform: translateY(-6px)
}

.sec-contact-btn a:hover::after {
  animation: probtncolor 1s forwards
}

.sec-contact-btn a img {
  margin-right: 10px
}

.sec-contact-btn a:nth-child(2) {
  background: #da9b38;
  margin-left: 24px
}

.sec-contact-btn a:nth-child(2)::after {
  background: #a17c2d
}

.page-honor {
  padding: 4% 0
}

.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, .8);
  text-align: center;
  padding: 18px 10px 10px 10px;
  transition: box-shadow .3s, transform .3s
}

.page-honor .about-honor-list li .lazy-wrap::after {
  padding-bottom: 66%
}

.page-honor .about-honor-list li .lazy-wrap.lazy-loaded::after {
  padding-bottom: 0
}

.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 {
  box-shadow: 0 10px 50px 0 rgba(19, 28, 114, .3);
  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%;
  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: flex;
  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(https://cdn6.zhuocms.com/storage/wwwepaiotcom/img/date.png) no-repeat center
}

.page-pw .about-pw-list li .item-date .icon-view {
  background: url(https://cdn6.zhuocms.com/storage/wwwepaiotcom/img/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;
  transition: color .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, .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 {
  transform: scale(1.05)
}

.page-partner {
  padding: 4% 0
}

.page-partner .about-partner-list {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

.page-partner .about-partner-list li {
  background-color: #fff;
  min-width: 0;
  padding: 40px 40px 20px 40px;
  display: flex;
  flex-direction: column;
  transition: box-shadow .3s;
  overflow: hidden;
  border-radius: 10px
}

.page-partner .about-partner-list li img {
  width: 100%
}

.page-partner .about-partner-list li .lazy-wrap::after {
  padding-bottom: 55.9%
}

.page-partner .about-partner-list li .lazy-wrap.lazy-loaded::after {
  padding-bottom: 0
}

.page-partner .about-partner-list li .item-cont {
  flex: 1;
  display: flex;
  flex-direction: column
}

.page-partner .about-partner-list li .item-date {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #8a8e99
}

.page-partner .about-partner-list li .item-date .icon-address,
.page-partner .about-partner-list li .item-date .icon-date {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: -.6em;
  margin-right: 4px
}

.page-partner .about-partner-list li .item-date .icon-date {
  background: url(https://cdn6.zhuocms.com/storage/wwwepaiotcom/img/date2.png) no-repeat center
}

.page-partner .about-partner-list li .item-date .icon-address {
  background: url(https://cdn6.zhuocms.com/storage/wwwepaiotcom/img/address.png) no-repeat center
}

.page-partner .about-partner-list li .item-title {
  font-size: 22px;
  font-weight: 700;
  color: #252b3a;
  text-align: center;
  margin: 20px 0 10px;
  height: 60px
}

.page-partner .about-partner-list li .item-text {
  background: #f5f5f6;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-bottom: 20px
}

.page-partner .about-partner-list li .item-text p {
  font-size: 16px;
  color: #252b3a
}

.page-partner .about-partner-list li:hover {
  box-shadow: 0 10px 50px 0 rgba(19, 28, 114, .3)
}

.page-partner .about-partner-list li:hover img.lazy {
  transform: scale(1.05)
}

.page-contact {
  padding: 4% 0
}

.page-contact .page-secondary-tit {
  font-weight: 700
}

.page-contact .page-contact-date {
  font-size: 18px;
  color: #333;
  margin: 40px 0 30px;
  text-align: center
}

.page-contact .page-contact-list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 3%
}

.page-contact .page-contact-list1 li {
  background-color: rgba(255, 255, 255, .6);
  border: 3px solid #fff;
  box-shadow: 0 11px 54px 0 rgba(19, 28, 114, .2);
  border-radius: 10px;
  padding: 30px 24px 20px;
  text-align: center;
  color: #333;
  transition: box-shadow .3s, transform .3s;
  min-width: 0;
  width: 440px;
  height: 300px;
}

.page-contact .page-contact-list1 li:hover img {
  animation: contacticon .5s forwards
}

.page-contact .page-contact-list1 li img {
  display: block;
  margin: 0 auto
}

.page-contact .page-contact-list1 li span {
  font-size: 16px;
  display: block;
  margin: 10px 0
}

.page-contact .page-contact-list1 li div {
  font-size: 18px
}

.page-contact .page-contact-list1 li div a {
  transition: color .3s
}

.page-contact .page-contact-list1 li div a:hover {
  color: #06f
}

.page-contact .page-contact-list1 li:last-of-type div {
  font-size: 18px
}

.page-contact .page-contact-list1 li:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 50px 0 rgba(19, 28, 114, .3)
}

.page-contact .page-contact-list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 4%
}

.page-contact .page-contact-list2 li {
  background-size: cover;
  box-shadow: 0 11px 54px 0 rgba(19, 28, 114, .2);
  border-radius: 10px;
  padding: 20px 40px;
  color: #333;
  transition: box-shadow .3s, transform .3s;
  min-width: 0
}

.page-contact .page-contact-list2 li:nth-of-type(1) {
  background-image: url(https://cdn6.zhuocms.com/storage/wwwepaiotcom/img/page-contact-icon-bg1.png)
}

.page-contact .page-contact-list2 li:nth-of-type(2) {
  background-image: url(https://cdn6.zhuocms.com/storage/wwwepaiotcom/img/page-contact-icon-bg2.png)
}

.page-contact .page-contact-list2 li>p {
  font-size: 26px
}

.page-contact .page-contact-list2 li div {
  font-size: 18px;
  line-height: 2;
  margin-top: 10px
}

.page-contact .page-contact-list2 li:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 50px 0 rgba(19, 28, 114, .3)
}

.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: #165ce2;
  position: absolute;
  bottom: 0;
  left: 0
}

.page-course {
  padding: 5% 0
}

.page-course .course-list {
  background: url(https://cdn6.zhuocms.com/storage/wwwepaiotcom/img/about-course-line.png) center 60px/100% calc(100% - 200px) no-repeat;
  padding: 0 60px
}

.page-course .course-list .course-item {
  background: linear-gradient(180deg, #ecf9fe, #fefefe);
  border: 1px solid rgba(127, 206, 237, .58);
  box-shadow: 0 5px 15px 0 rgba(19, 28, 114, .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: flex;
  justify-content: center;
  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) {
  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, .2);
  cursor: pointer
}

.page-inspect .inspect-list li:first-of-type {
  border-top: 1px solid rgba(153, 153, 153, .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);
  object-fit: contain;
  display: 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: 4% 0 4%
}

.page-team[data-bg] {
  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: flex;
  justify-content: space-between;
  margin-top: 30px
}

.page-team .page-team-box .team-zs li {
  text-align: center;
  width: 29%
}

.page-team .page-team-box .team-zs li img {
  border-radius: 10px
}

.page-team .page-team-box .team-zs li p {
  font-size: 18px;
  margin-top: 16px
}

.page-team .page-team-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6%
}

.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: flex;
  flex-direction: column;
  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, .6);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transform: scale(1.3);
  transition: opacity .3s, transform .3s
}

.page-team .page-team-list li:hover .item-layer {
  opacity: 1;
  transform: scale(1)
}

.page-team .page-team-list li .tean-num {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #333;
  line-height: 1;
  font-size: 12px
}

.page-team .page-team-list li .tean-num div {
  display: inline-flex;
  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[data-bg] {
    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: 16px
  }
}

@media (max-width:1024px) {
  .inner-banner {
    height: 360px
  }

  .inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  .inner-banner-s {
    height: 360px
  }

  .inner-banner-s img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  .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-partner .about-partner-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px
  }

  .page-contact .page-secondary-tit {
    text-align: left;
    font-weight: 400;
    position: relative
  }

  .page-contact .page-secondary-tit::before {
    content: "contact us";
    position: absolute;
    top: .4em;
    left: 0;
    font-size: 40px;
    color: #0f1c43;
    opacity: .1;
    line-height: 1
  }

  .page-contact .page-contact-date {
    text-align: left;
    margin-bottom: 0
  }

  .page-contact .sec-contact-btn {
    display: none
  }

  .page-contact .page-contact-list1 {
    margin-top: 10px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px
  }

  .page-contact .page-contact-list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px
  }

  .page-course .course-list {
    background: 0 0;
    padding: 0
  }

  .page-course .course-list .course-item {
    background: 0 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 100% !important;
    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;
    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: .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
  }

  .page-team {
    padding: 80% 0 4%
  }

  .page-team[data-bg] {
    background: url(https://cdn6.zhuocms.com/storage/wwwepaiotcom/img/team-chairman-mob.jpg) 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 {
    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: 30px 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;
  }

  .page-team .page-team-list li .item-layer {
    position: static;
    background-color: #fff;
    padding: 24px 0;
    opacity: 1;
    transform: scale(1);
    transition: none
  }
}

@media (max-width:480px) {
  .inner-banner {
    height: 250px
  }

  .inner-banner .inner-banner-cont {
    padding-top: 40px
  }

  .inner-banner .inner-banner-cont h1 {
    font-size: 30px
  }

  .inner-banner .inner-banner-cont p {
    font-size: 16px
  }

  .inner-banner-s {
    height: 250px
  }

  .inner-banner-s .inner-banner-cont h1 {
    font-size: 30px
  }

  .inner-banner-s .inner-banner-cont p {
    font-size: 16px
  }

  .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-partner .about-partner-list li {
    padding: 20px
  }

  .page-partner .about-partner-list li .item-title {
    font-size: 18px
  }

  .page-partner .about-partner-list li .item-text p {
    font-size: 16px
  }

  .page-partner .about-partner-list li .item-date {
    font-size: 14px
  }

  .page-partner .about-partner-list li .item-date .icon-address,
  .page-partner .about-partner-list li .item-date .icon-date {
    width: 30px;
    height: 30px;
    background-size: cover
  }

  .page-contact .page-secondary-tit::before {
    font-size: 32px
  }

  .page-contact .page-contact-list2 li {
    padding: 20px
  }

  .page-contact .page-contact-list2 li>p {
    font-size: 20px
  }

  .page-contact .page-contact-list2 li div {
    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: flex;
  align-items: flex-start;
  overflow-x: inherit;
  height: 100%
}

.aside {
  position: sticky;
  top: 100px
}

.aside ul {
  background: #fff;
  border-radius: 10px;
  padding: 9px 17px
}

.aside ul a {
  width: 152px;
  height: 49px;
  border-radius: 5px;
  color: #333;
  display: flex;
  align-items: center;
  padding: 0 15px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .2s linear
}

.aside ul a:hover {
  opacity: .8
}

.aside ul a img {
  width: 20px;
  margin-right: 10px
}

.aside ul a .img1 {
  display: block
}

.aside ul a .img2 {
  display: none
}

.aside ul a.active {
  color: #fff;
  background: linear-gradient(87deg, #0075ff 0, #00a5ff 100%)
}

.aside ul a.active .img1 {
  display: none
}

.aside ul a.active .img2 {
  display: block
}

.page-main {
  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%;
    transform: translateX(-50%);
    background: #dfdfdf;
    height: 1px;
    width: 1920px
  }

  .aside ul {
    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: #06f;
    border-bottom: 4px solid #06f
  }

  .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;
  box-shadow: 0 3px 5px 0 rgba(45, 50, 99, .11);
  border-radius: 10px;
  color: #2d3263;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px 20px
}

.history-list {
  position: relative;
  margin-top: 150px
}

.history-list .dian {
  position: absolute;
  top: -5%;
  left: 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%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000
}

.history-list::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5%;
  height: 114%;
  width: 3px;
  background: #2d3263
}

.history-list .course-item {
  width: 594px;
  border-radius: 10px;
  width: 45%;
  margin-bottom: 100px;
  position: relative
}

.history-list .course-item:nth-child(2n) {
  float: right;
  margin-top: -100px
}

.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.4%;
  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) {
  box-shadow: 0 3px 5px 0 rgba(45, 50, 99, .3)
}

.history-list .course-item p:nth-child(1) {
  width: 98px;
  height: 98px;
  background: linear-gradient(0deg, #0079ff 0, #00a6ff 100%);
  border-radius: 50%;
  display: flex;
  align-items: 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;
  box-shadow: 0 3px 5px 0 rgba(45, 50, 99, .11);
  padding: 40px 3%;
  border-radius: 10px;
  position: relative;
  text-align: right;
  line-height: 1.6;
  transition: all .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.4%;
  border: 3px solid #000;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  top: 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%;
  transform: translateY(-50%)
}

.history-list .course-item p:nth-child(2) img {
  margin-left: 20px;
  max-height: 50px;
  margin-top: 10px
}

.company-honor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.company-honor li {
  width: 100%;
  margin: 0 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.company-honor li:nth-child(-n+4) a {
  width: 100%;
  height: 100%;
  text-align: center
}

.company-honor li:nth-child(-n+4) img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.company-honor li img {
  transition: all .1s linear
}

.company-honor li img:hover {
  transform: scale(1.05)
}

.company-honor li span {
  padding-top: 10px;
  font-size: 15px;
  text-align: center
}

@media (max-width:1280px) {
  .history-list .course-item p:nth-child(2)::after {
    left: 109%
  }

  .history-list .course-item:nth-child(2n) p:nth-child(2)::after {
    right: 109%
  }

  .history-list::before {
    height: 115%
  }
}

@media (max-width:1024px) {
  .history-list .course-item p:nth-child(2)::after {
    left: 109%
  }

  .history-list .course-item:nth-child(2n) p:nth-child(2)::after {
    right: 109%
  }
}

@media (max-width:768px) {
  .company-honor {
    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%;
    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 {
  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%;
    transform: translateY(-50%) rotate(180deg)
  }

  .history-list .item2023 p:nth-child(2)::after {
    left: -13%
  }

  .history-list .item2023 p:nth-child(1) {
    left: 30px
  }
}