@font-face {
  font-family: xingshu;
  src: url('../static/fonts/xingshu.ttf');
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei, PingFang SC, Droidsansfallback;
  font-weight: 300;
  color: #a3adb9;
}

body,
html {
  background: #262635;
}

body {
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: 0 auto !important;
  position: relative;
}
.white{
  color: #fff;
}
.fp-tableCell,
.section,
.slide {
  position: relative;
}

/*加载*/
.load-progress {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000000;
  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;
  background: #262635;
}

.loading-svg {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.load-progress img {
  max-width: 100%;
}

.fp-slidesNav.bottom {
  bottom: 1rem;
}

.fp-slidesNav ul li a span {
  height: 10px;
  width: 10px;
  margin: -4px 0 0 -4px;
  border-radius: 100%;
  /*background: #3a394b !important;*/
  background: #7e8690 !important;
}

.fp-slidesNav ul li a.active span {
  background: #00c3ff !important;
  height: 10px;
  width: 10px;
  margin: -4px 0 0 -4px;
}

/*导航按钮*/
.menu,
img.logo {
  position: absolute;
  top: 0.2rem;
}

img.logo {
  z-index: 100000;
  left: 0.2rem;
  width: 1.8rem;
}

.menu {
  z-index: 10000;
  right: 0.2rem;
  background: #1c1a25;
  overflow: hidden;
}

.menu .button {
  width: 1rem;
  height: 1rem;
  border: 1px solid #00c3ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.menu .line {
  width: 60%;
  height: 1px;
  margin: 3px;
  border-radius: 1px;
  background: #fff;
  -webkit-transition: all 1s linear 0.5s;
  transition: all 1s linear 0.5s;
  position: relative;
  z-index: 100;
}

.menu .button-mask {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.menu .button-mask:after,
.menu .button-mask:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}

.menu .button-mask:before {
  /*background: #1d1b27;*/
  background: -webkit-gradient(linear, left top, left bottom, from(#1d1b27), to(#312a51));
  background: linear-gradient(180deg, #1d1b27, #312a51);
}

.menu .button-mask:after {
  /*background: #1d1b27;*/
  background: -webkit-gradient(linear, left top, left bottom, from(#312a51), to(#1d1b27));
  background: linear-gradient(180deg, #312a51, #1d1b27);
}

.menu.active .line {
  width: 0;
  -webkit-transition: all 1.1s linear;
  transition: all 1.1s linear;
}

.menu .line-x-l,
.menu .line-x-r {
  width: 60%;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 20%;
  opacity: 0;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.menu .line-x-l {
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}

.menu.active .line-x-l,
.menu.active .line-x-r {
  width: 60%;
  opacity: 1;
  -webkit-transition: all 1.1s linear 0.5s;
  transition: all 1.1s linear 0.5s;
}

.menu.active .line-x-l {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.menu .line-x-r {
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
}

.menu.active .line-x-r {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

/*导航*/

.navigation {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  color: #fff;
  text-align: center;
  font-size: 30px;
  width: 100%;
  height: 100%;
  background-image: url(../img/navigationbg.74d0a59.png);
  background-size: 100% 100%;
  display: none;
}

.navigation.active {
  display: flex;
}

.navigation nav {
  display: block;
  margin-bottom: 20px;
}

.navigation a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.navigation nav .main {
  font-size: 30px;
  font-weight: 500;
}

.navigation nav .sub {
  font-size: 16px;
}

.navigation nav.active .main {
  color: #07b1f9;
}

.navigation nav.active .sub {
  color: #05a9e6;
}

/*首页*/
#index-page {
  background-image: url(../img/navigationbg.74d0a59.png);
  background-size: 100% 100%;
}

#index-page .mobile-logo {
  /* max-width: 85%; */
  /* width: 6.02rem; */
  max-width: 80.5%;
  margin-top: 2.19rem;
}

#index-page .slogan {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}

#index-page .slogan .index-arrow {
  width: 33.5px;
  margin-top: -3px;
}

#index-page .index-arrow:first-child {
  animation-name: arrowMove;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 50ms;
  animation-iteration-count: infinite;
}

#index-page .index-arrow:nth-child(2) {
  animation-name: arrowMove;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
}

#index-page .index-arrow:nth-child(3) {
  animation-name: arrowMove;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0.15s;
  animation-iteration-count: infinite;
}

@keyframes arrowMove {
  0% {
    transform: translate(0);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translate(0);
  }
}

@-webkit-keyframes arrowMove

/*Safari and Chrome*/ {
  0% {
    transform: translate(0);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translate(0);
  }
}

/* #index-page .slogan .slogan-img {
  max-width: 65%;
  margin-top: 20px;
} */

/*首页结束*/

/*产品与服务*/
.product-infomation {
  overflow: hidden;
}

.product-title {
  position: absolute;
  top: 10px;
  position: absolute;
  top: 1.35rem;
  font-size: 16px;
  background: #262635;
  left: 50%;
  margin-left: -3em;
  z-index: 2;
  color: #fff;
  padding: 0 15px;
}
.decorate-wrapper {
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.6rem;
  top: 1.5rem;
  padding: 0.3rem;
  border: 1px solid #7e8690;
}

#index-page .index-decorate-wrapper {
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap; */
  width: 100%;
  border: 0;
  text-align: center;
}

.index-decorate-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 1px solid #7e8690;
}

.index-decorate-wrapper .text-box {
  margin-top: 1.03rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-decorate-wrapper .text-box .p-1 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #00b1ff;
  letter-spacing: 1px;
  color: #00b1ff;
}
.index-decorate-wrapper .text-box .p-2 {
  margin-top: 5px;
  /* font-size: 0.16rem; */
  font-size: 12px;
  font-weight: 400;
  color: #7b838d;
}

.sectionItem,
#cooperative-partner {
  background: linear-gradient(180deg, #1d1b27, #312a51);
}

#about-page .content-top,
#partner-page .content-top,
#product-page .content-top,
#service-page .content-top,
#cooperative-partner .content-top {
  width: 100%;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /*margin-bottom: 10px;*/
  margin: 0.3rem auto;
}

#product-page .content-top .event-img,
#cooperative-partner .content-top .event-img {
  transform: translateX(-200%);
  transition: all 1s linear;
}

#product-page.active .slide.active .content-top .event-img,
#cooperative-partner.active .slide.active .content-top .event-img {
  transform: translateX(0);
  transition: all 1s linear;
}

.sectionItem .content-bottom {
  overflow: hidden;
}

.top-desc {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
}

.Monitoring {
  position: relative;
}

.Monitoring p {
  /*position: absolute;*/
  font-size: 20px;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.Monitoring p:first-child {
  font-size: 30px;
}

.sectionItem .content-bottom div.title,
#cooperative-partner .content-bottom div.title {
  overflow: hidden;
  height: 0.7rem;
  position: relative;
  margin-bottom: 0.2rem;
}

#cooperative-partner .content-bottom div.title {
  overflow: hidden;
  height: 0.53rem;
  position: relative;
  margin-bottom: 0.2rem;
}

#cooperative-partner .content-bottom div.title img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0.5rem);
  transition: all 1s linear;
}

.school-slide {
  background-image: url(../img/mobile-img/hrbschool.png);
  /* background: url(../img/mobile-img/hrbschool.png) no-repeat 0 0; */
  background-repeat: no-repeat;
  background-size: 100%;
  /* background-position: -33px -277px; */
}
#cooperative-partner .school-slide .partner-college .content-top {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.school-slide .professor {
  text-align: center;
  margin-top: 0 !important;
}
.school-slide .school-name {
  font-size: 20px;
  font-weight: 300;
  color: #8d96a1;
}

.school-slide .major {
  font-size: 15px;
  font-weight: 300;
  color: #8d96a1;
}
.partner-college {
  padding: 0 !important;
}
.partner-college .content-top {
  height: 7.55rem !important;
  overflow: hidden;
  margin-top: 0 !important;
}

#cooperative-partner.active .slide.active .content-bottom div.title img {
  transform: translateY(0);
}

#product-page .content-top .event-img,
#product-page .content-top .spread-img,
#cooperative-partner .content-top .event-img {
  width: 65%;
  max-width: 65%;
}

#product-page .content-bottom div.title span,
#cooperative-partner .content-bottom div.title span {
  height: 0.7rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0.5rem);
  transition: all 1s linear;
  font-size: 28px;
  font-weight: 400;
  background: -webkit-linear-gradient(left, #00c3ff, #1886e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#product-page.active .slide.active .content-bottom div.title span,
#cooperative-partner.active .slide.active .content-bottom div.title span {
  transform: translateY(0);
}

.sectionItem .content-bottom .description {
  font-size: 14px;
  line-height: 1.5;
  text-indent: 1rem;
  position: relative;
  transition: all 1s linear;
  transform: translateX(-200%);
}

.description {
  text-align: justify;
}

.sectionItem.active .slide.active .content-bottom .description {
  transform: translateX(0);
}

.sectionItem.active .slide.active .content-bottom .p_list {
  text-indent: unset !important;
}

.sectionItem.active .slide.active .content-bottom .p_list p {
  padding: 0.05rem 0;
  font-family: unset !important;
  font-size: 0;
  font-weight: lighter;
  line-height: 1.5 !important;
  letter-spacing: 1px;
  color: #ffffff;
  word-break: keep-all;
}

.sectionItem.active .slide.active .content-bottom .p_list p span.desc_txt {
  font-size: 14px;
}

.sectionItem.active .slide.active .content-bottom .p_list p span.obv_txt {
  display: inline-block;
  background-image: linear-gradient(to bottom, #008cff, #00b1ff);
  -webkit-background-clip: text;
  color: transparent;

  font-weight: lighter;
}
.font_s28 {
  font-size: 20px;
}
.font_s30 {
  font-size: 30px;
}

.font_s26 {
  font-size: 28px;
}

.sectionItem .content-bottom .head-line {
  position: absolute;
  left: 0;
  top: 0.5em;
  display: inline-block;
  height: 2px;
  width: 0;
  border-radius: 3px;
  transition: all 1.5s linear;
  background: #00c3ff;
}

.sectionItem.active .slide.active .content-bottom .head-line {
  position: absolute;
  transition: all 1.5s linear;
  width: 0.8rem;
}

.child-products {
  margin-top: 0.5rem;
  font-size: 13px;
}

.child-products p {
  font-size: 14px;
}

.child-products ul {
  margin-top: 20px;
}

.child-products ul li {
  transition: all 0.5s linear;
  transform: translateY(50px);
}

.child-products ul li:nth-child(1) {
  transition-delay: 0.3s;
}

.child-products ul li:nth-child(2) {
  transition-delay: 0.5s;
}

.child-products ul li:nth-child(3) {
  transition-delay: 0.7s;
}

.sectionItem.active .slide.active .child-products ul li {
  transform: translateY(0);
}

.child-products ul li {
  list-style: none;
  float: left;
  margin-right: 0.3rem;
  margin-bottom: 10px;
  color: #00c3ff;
}

.child-products ul li:last-child {
  margin-right: 0;
}

/*合作伙伴*/

#cooperative-partner .content-top {
  margin-bottom: 0.25rem !important;
  /*overflow: hidden;*/
  height: 4rem;
  width: 100% !important;
}

#cooperative-partner .content-top img {
  max-width: 100%;
}

#cooperative-partner .content-top .img img {
  z-index: 2;
  width: 117% !important;
  top: -40%;
  transform: rotate(-90deg);
  margin: 0;
  left: -8%;
  padding: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  /* height: 100%; */
  max-width: none;
}

#cooperative-partner .content-top img.event-img {
  position: absolute;
  top: 0;
  right: -5%;
  max-width: 78.21%;
  width: auto;
}

#cooperative-partner .school-logo {
  position: absolute;
  /*width: 30% !important;*/
  width: 29.5% !important;
}

#cooperative-partner .img em {
  position: absolute;
  display: block;
  /*width:50px;
	height: 35px;*/
  /*width: 25.5% !important;*/
  width: 1.6rem;
  height: 0.9rem;
  outline: none;
  z-index: 2;
  transform: rotate(90deg);
  /*-webkit-box-shadow:0 0 15px rgba(0,0,0,0.20);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.20);
	box-shadow:0 0 15px rgba(0,0,0,0.20);*/
  -webkit-animation: breathe2 2s infinite;
  background: #312a51;

  /*width: 50px !important;*/
  /*height: 31px;*/
  /*left: 24px;*/
  left: 0.6rem;
}

@media only screen and (min-width: 376px) {
  #cooperative-partner .img em {
    width: 1.4rem;
    height: 0.78rem;
  }

  #cooperative-partner .img1 em {
    left: 36.5% !important;
  }

  #cooperative-partner .img4 em {
    top: 70% !important;
    left: 64% !important;
    width: 1.3rem;
    height: 0.78rem;
  }

  #cooperative-partner .content-top .img4 img {
    top: -34%;
  }

  #cooperative-partner .img5 em {
    top: 69.5% !important;
    left: 12% !important;
    width: 1.3rem;
    height: 0.78rem;
  }

  #cooperative-partner .content-top .img5 img {
    top: -34%;
  }
}

@media only screen and (max-width: 374px) {
  #cooperative-partner .img1 em {
    left: 37% !important;
  }

  #cooperative-partner .img2 em {
    /*top: 70% !important;
    left: 64% !important;*/
    width: 1.3rem;
    height: 0.78rem;
  }

  #cooperative-partner .content-top .img2 img {
    top: -34%;
  }

  #cooperative-partner .img3 em {
    /*top: 70% !important;
    left: 64% !important;*/
    width: 1.3rem;
    height: 0.78rem;
  }

  #cooperative-partner .content-top .img3 img {
    top: -34%;
  }

  #cooperative-partner .img4 em {
    top: 70% !important;
    left: 64% !important;
    width: 1.3rem;
    height: 0.78rem;
  }

  #cooperative-partner .content-top .img4 img {
    top: -34%;
  }

  #cooperative-partner .img5 em {
    top: 69.5% !important;
    left: 12% !important;
    width: 1.3rem;
    height: 0.78rem;
  }

  #cooperative-partner .content-top .img5 img {
    top: -34%;
  }
}

#cooperative-partner .img em::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #312a51;
  width: 100%;
  height: 100%;
  z-index: 0;
  /*-webkit-box-shadow:0 0 15px rgba(0,0,0,0.20);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.20);
	box-shadow:0 0 15px rgba(0,0,0,0.20);*/
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation: breathe2 2s infinite;
}

#cooperative-partner .img em::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #312a51;
  width: 100%;
  height: 100%;
  z-index: 0;
  /*-webkit-box-shadow:0 0 15px rgba(0,0,0,0.20);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.20);
	box-shadow:0 0 15px rgba(0,0,0,0.20);*/
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-animation: breathe2 2s infinite;
}

#cooperative-partner .img em i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #312a51;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

#cooperative-partner .img em i::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #312a51;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

#cooperative-partner .img em i:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #312a51;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

#cooperative-partner .img.active:before {
  display: none;
}

/*inset*/
@-webkit-keyframes breathe2 {
  from {
    box-shadow: rgb(11, 234, 235) 0px 0px 18px;
  }

  to {
    box-shadow: rgb(11, 234, 235) 0px 0px 8px;
  }
}

@-webkit-keyframes breathe {
  0% {
    opacity: 0.2;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
  }

  100% {
    opacity: 1;
    /*border:1px solid rgba(59,235,235,1);*/
    box-shadow: 0 1px 4px rgba(59, 255, 255, 1);
  }
}

/* 兼容写法，要放在@keyframes前面 */
@-webkit-keyframes animate {
  /* 背景从-100px的水平位置，移动到+100px的水平位置。如果要移动Y轴的，设置第二个数值 */
  from {
    background-position: -300px;
  }

  to {
    background-position: 100px;
  }
}

@keyframes animate {
  from {
    background-position: -300px;
  }

  to {
    background-position: 100px;
  }
}

#cooperative-partner .img:first-child .school-logo {
  /*left: 34.5%;
    top: 10%;*/
  /*width: 30.5% !important;*/
}

#cooperative-partner .img1 em {
  top: 20.4%;
  left: 39%;
  width: 1.4rem;
  height: 0.8rem;
}

#cooperative-partner .img:nth-child(2) .school-logo {
  /*left: 9.5%;
    top: 30%;*/
  /*width: 29.5% !important;*/
}

#cooperative-partner .img2 em {
  top: 37.5%;
  left: 12%;
}

#cooperative-partner .img:nth-child(3) .school-logo {
  /*left: 60.5%;
    top: 29.5%;*/
}

#cooperative-partner .img3 em {
  top: 36.5%;
  /*width: 29.5% !important;*/
  left: 63.5%;
}

#cooperative-partner .img:nth-child(4) .school-logo {
  /*left: 60.5%;
    top: 65.5%;*/
  /*width: 29.5% !important;*/
}

#cooperative-partner .img4 em {
  top: 74.5%;
  left: 63.5%;
}

#cooperative-partner .img:nth-child(5) .school-logo {
  /*left: 9.5%;
    top: 65%;*/
  /*width: 29.5% !important;*/
}

#cooperative-partner .img5 em {
  top: 74.5%;
  left: 12%;
}

/*#cooperative-partner .img:before{
	width:68px !important;
}*/

#cooperative-partner .partner-college p span {
  font-family: xingshu;
  font-size: 30px;
  color: #00c3ff;
}

#cooperative-partner .partner-college p,
#cooperative-partner .partner-college ul {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 14px;
}

#cooperative-partner .content-bottom ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #07b0f8;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 0.5em;
}

.professor {
  display: none;
}

.professor p em {
  font-style: normal;
}

.professor .school-text {
  font-size: 14px;
  margin-bottom: 0.2rem;
}

.professor .school-text:before {
  content: '';
  width: 0.85rem;
  height: 0.07rem;
  border-radius: 4px;
  background: #00beff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.professor.active {
  display: block;
}

/*关于我们*/

.user-box {
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.6rem;
  bottom: 0.6rem;
  padding: 0.3rem 0.2rem 0.2rem;
}

#homeVideo,
#homeVideo2,
#homeVideo3 {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  object-fit: fill;
  width: 100%;
  height: auto;
  /*-ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../video/cover.jpg) no-repeat;
    background-size: cover;*/
}

#homeVideo3 {
  width: 100%;
  height: 30%;
  max-height: 3.5rem;
  position: relative;
}

.us-down-content {
  position: absolute;
  bottom: 0rem;
  left: 0.2rem;
  right: 0.2rem;
  display: flex;
  display: -webkit-flex;
  font-size: 12px;
  /*padding: 0 .28rem;*/
}

.user-bg-box {
  width: 100%;
  height: 100%;
  background: url(../img/users.jpg) no-repeat 0 0;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%) brightness(50%);
  filter: gray;
  z-index: 0;
}

.contact-list {
  /*position: absolute;
	bottom: 30px;
	padding: .3rem;*/
}

.content-text {
  width: 4.3rem;
  margin: 0.24rem auto 0;
}

.content-text h4 {
  color: #00b1ff;
  font-size: 0.4rem;
  line-height: 0.48rem;
  margin-bottom: 0.26rem;
  text-align: center;
}

.content-text h4 em {
  color: #00b1ff;
  font-size: 0.7rem;
  font-style: normal;
}

.content-text p {
  font-size: 0.22rem;
  line-height: 0.48rem;
  color: #ffffff;
  text-align: left;
  text-align: justify;
}

#about-us .contact-list li {
  list-style: none;
  /*width: 48%;*/
  margin-bottom: 0.28rem;
  color: #fff;
  font-size: 0.24rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  /*float: left;*/
}

#about-us .contact-list li:nth-child(odd) {
  margin-right: 2%;
}

#about-us .contact-list li

/*#about-us .contact-list li:last-child{
	margin-bottom: 0;
}*/
.i-text {
  background: -webkit-linear-gradient(left, #00c3ff, #1886e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#about-us .contact-list li i {
  display: inline-block;
  width: 0.46rem;
  height: 0.46rem;
  vertical-align: middle;
  margin-right: 0.14rem;
}

#about-us .contact-list li.tel i {
  background: url(../img/mobile-user-foot-icon.png) no-repeat 0 center;
  background-size: cover;
  background-size: cover;
}

#about-us .contact-list li.wechat i {
  background: url(../img/mobile-user-foot-icon.png) no-repeat -1.2rem 0;
  background-size: cover;
  background-size: cover;
}

#about-us .contact-list li.weibo i {
  background: url(../img/mobile-user-foot-icon.png) no-repeat -2.39rem 0;
  background-size: cover;
  background-size: cover;
}

#about-us .contact-list li.email i {
  background: url(../img/mobile-user-foot-icon.png) no-repeat -4.9rem 0;
  background-size: cover;
  background-size: cover;
}

#about-us .contact-list {
  /*width: 100%;*/
  /*width:4rem;*/
  margin: 0 auto;
  /*display: flex;
    flex-direction: column;
    justify-content: center;*/
  font-size: 24;
}

@media only screen and (min-width: 375px) {
  .sectionItem .content-bottom p.description {
    font-size: 14px;
    line-height: 1.5;
  }
}

/*产品详情页*/
.product-details {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  color: #fff;
  text-align: center;
  font-size: 30px;
  width: 100%;
  height: 100%;
  background: #1c1a25;
  display: none;
}

.product-details.active {
  display: flex;
}

.detail-content {
  /*height: calc(100% - 2.1rem);*/

  width: calc(100% - 0.4rem);
  margin: 0 auto;
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  top: 1.5rem;
  bottom: 0.6rem;
  padding: 0 0.7rem 0.3rem;
  border: 2px solid #7e8690;
}

.product-details .detail-content {
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.6rem;
  top: 1.5rem;
  padding: 0 0.7rem 0.3rem;
  border: 2px solid #7e8690;
}

.close-details {
  position: absolute;
  width: 1.54rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border: 1px solid #07adf7;

  background: #1c1a25;
  left: 50%;
  margin-left: -0.77rem;
  color: #fff;
  font-size: 0.22rem;
  text-align: center;
}

.detail-content .detail-inner-content {
  /*padding: 0 .73rem;*/
  position: relative;
  height: 100%;
}

.detail-content a {
  display: block;
  width: 100%;
  height: calc(50% - 0.53rem);
}

.detail-content a .content-top-img {
  /*background: url(../img/prodects/知微数见.png) no-repeat center 0;*/
  background-size: contain;
  width: 80%;
  height: 90%;
  margin: 0 auto;
}

.detail-content > .detail-inner-content a.img-top-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.detail-content > .detail-inner-content a img {
  /*max-width: 100%;*/
  max-height: 100%;
}

.detail-content .detail-des {
  width: 100%;
  /*background: #07adf7;*/
  height: 50%;
  border: 2px solid #07adf7;
  /*margin-top: .7rem;*/
  /*position: absolute;*/
  bottom: 0.53rem;
  left: 0;
  background: rgba(0, 177, 255, 0.2);
}

.detail-content .detail-des h4 {
  /*background: #07adf7;*/
  height: 0.6rem;
  max-height: 60%;
  line-height: 0.6rem;
  font-size: 0.32rem;
  text-align: center;
  color: #fff;
  padding: 0 0.15rem;
  color: #07adf7;
}

.detail-content .detail-des h4 a {
  text-decoration: none;
  color: #07adf7;
}

.inform {
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #838b96;
  background: url(../img/li-bg.png) no-repeat 0 0;
  background-size: cover;
  background-color: #1c1a25;
  padding: 0.2rem;
  /*height: 3.8rem;*/
  height: 80%;
  text-align: left;
}

.inform .inform_span {
  width: 0.64rem;
  background: #07adf7;
  height: 0.19rem;
  display: inline-block;
  margin-right: 2px;
}

.product-infomation .content-top {
  background-size: contain;
  width: 75% !important;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}

#product-detail-page {
  background: linear-gradient(180deg, #1d1b27, #312a51);
}

.swiper-container {
  width: 100%;
  height: 3.2rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: flex-start;
}

.swiper-pagination {
  bottom: -0.3em !important;
  font-size: 10px;
}

.swiper-pagination-bullet {
  background: #ffffff;
}

#pop-up-bg {
  display: none;
  z-index: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: rgba(255,255,255,0.3);*/
  background: rgba(0, 0, 0, 0.5);
}

#pop-up {
  display: none;
  z-index: 0;
  background: rgb(28, 26, 37);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.51rem;
  height: 1.57rem;
  margin-top: -0.785rem;
  margin-left: -2.225rem;
  color: rgb(1, 193, 254);
  display: flex;
  text-align: center;
  line-height: 1.57rem;
}

#pop-up img {
  width: 100%;
}

#adadvert {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(28, 26, 37, 0.7);
  opacity: 0;
  animation: showDel 1s linear 1s;
  animation-fill-mode: forwards;
}

#adadvert .advert {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 80%;
  left: 50%;
  animation: showAd 1s linear 1s;
  animation-fill-mode: forwards;
}

#adadvert .advert img.cat {
  /* width: 151px;
    height: 289px; */
  width: 40%;
  aspect-ratio: 151 / 289;
  animation: showCat 1s linear 0.5s, delCat 1s linear 2s;
  animation-fill-mode: forwards;
}

@keyframes showAd {
  from {
    transform: translate(-50%, 100%);
  }

  to {
    transform: translate(-50%, 25%);
  }
}

@keyframes showCat {
  from {
    transform: translateY(200px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes delCat {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(200px);
    opacity: 0;
  }
}

#adadvert .advert .del {
  position: absolute;
  width: 36px;
  height: 36px;
  top: -50px;
  right: -10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAEFUlEQVRYhcXZS6hVVRzH8c/ZNdObEV2kmpiigzAfaFApviIlo4mPdJg1CKEX0aCkzBK0gZOMNBqUk0oUI8jiKmV1jR4YlnJzkEk46KUQiTlLb4P/Ot7T8Tz2Pnvf62+yz9l7r//67rXXXv//+v9rtg0roXGYj4W4DdMwEePT9X/wJ37CCQziMC702mGtB+AalmFdOh7DIRxPYL8noOEEflN6kBlYgpk4gLfTsRBAUeAV2Jh+v4nd+KuIAdyANXg0/d+ED/I2zgs8BTtxowD+SMGRadk392OreCvrcapboyyH4TX4CgO4A/uVh5Vs7MdsHEx9rO3W6NoO12rYnIwsFXN1NPQvtgnofZiOF7QZlHbANbyGOzFPfOmjreOpr4/F1FuvBXS7KbFFvP57jA1sXWdSn7MSwxVqNcJrsRp34dyoobXXOTyAr8Wov9d4sXmEp2A7HsTZsaBro7OJYXtiuqxm4J14BUfHhqujjoppsbPxZCPwCvTj1S6GJlcENFl83J20XTCtqJ+oA9eEQ3gOFzsYuBXfYlGvlElzxByd0eW+i4npxcR4GXgpLgnn0Em/YCX26h16jli6HpFvbR8Q4MsYAV6HHTk7HNQ79FwjsPsLtNuBh4hYYhx+xST8XcDIAuGZVuPzHPfPFTFIUViYgNO4JRPx7DHFYCk20mVgibX5GOZnIvj+rAcj5IMuC1vXISzMRLDxQwlDnaCrgiVGeHqGqWKnUEatoKuEJRinZmJhriLAaYR+XLWwBGN/hj6cr8joIF4SHup11cESjH15dhxFNFcE3xvFKC+q2L5MIq/AVuOc3ay8R2xWH85nIpSbWNJYqw+sjEdspYk4m+GkyBv0qk6rQZXQ03Ayw5DYkvSiPEtXHXqPctAzMZQlg4t7MFBknR3EKuWgl2AwE7mumbi+QONenEIZ6AmC8XAm8mAD4rXlURkP1iv0KpGHu1Bfh3fhMd23LJOU92CN0LfnuL+W2HYxEsAfSL+Xd2l8Gvcq78EGxZw8kePe5YJtgBHgYeFSt+qcvhoWuYIqNKTz/lFi2YKXU9//2zW/jz/wVEVAVehJkQ3aVz/RPJrr8Y0Ilq92bmI2nhUZqMtqDn5OiaBljwg7r5b6hXd8Aj83XmgVre1ON3+I60Yd7Ur1pb73asqr0T57uQHf4RNjO9L9+FRs2Ta0uqEd8LCYGvXMeK+xRhHNSn0d1CY3TOeSwTCeF2mig3ga11TLiPjwnxG+YFPqs21JIs+O413cjftwRBRSunnEPKoXZY6KNNQ8vNO9UbGy10qx/bmEN8SH0UvZa7Uoe2Vid7KvY4sGlSksPpyO34tETL2w+JuogBKFxZuNFBYXi/X1AN4yBoXFZo0Xqa4FIiEz1ZWl2zPiQX7EF/jSyAMV1n/pbgz98x4RigAAAABJRU5ErkJggg==);
  background-size: 100%;
  cursor: pointer;
  opacity: 0;
  animation: showDel 1s linear 3.5s;
  animation-fill-mode: forwards;
}

@keyframes showDel {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#adadvert .advert img.ad {
  margin-bottom: -32px;
  width: 100%;
  aspect-ratio: 480 / 635;
  z-index: 1;
  /* transition: transform 9s cubic-bezier(.62,-0.14,.62,1.25); */
  animation: bigAdImg 2s ease-in-out 2s;
}

@keyframes bigAdImg {
  5% {
    transform: translateY(0%);
  }

  10% {
    transform: translateY(2%);
  }

  15% {
    transform: translateY(1%);
  }

  20% {
    transform: translateY(0%);
  }

  25% {
    transform: translateY(-1%);
  }

  30% {
    transform: translateY(-2%);
  }

  35% {
    transform: translateY(-1%);
  }

  40% {
    transform: translateY(0%);
  }

  45% {
    transform: translateY(0.5%);
  }

  50% {
    transform: translateY(0%);
  }

  55% {
    transform: translateY(-0.5%);
  }

  60% {
    transform: translateY(0%);
  }

  65% {
    transform: translateY(0.3%);
  }

  70% {
    transform: translateY(0%);
  }

  75% {
    transform: translateY(-0.3%);
  }

  80% {
    transform: translateY(0%);
  }
}

.showAd {
  display: block;
}

.delAd {
  display: none;
}
