.content {
  min-width: 1200px;
}

.header {
  min-width: 1200px;
}

.logo {
  width: 283px;
  vertical-align: middle;
  margin-right: 26px;
}

.nav-cont {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  box-shadow: 0px 4px 10px 0px #00000005;
  height: 64px;
  align-items: center;
  /* backdrop-filter: blur(12px); */
  background-color: hsla(0, 0%, 100%, 0.24) !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-size: 16px;
  border-bottom: 1px solid #0000001a;
  box-sizing: border-box;
}

.header .nav-fff {
  background: #fff !important;
  border-bottom: 0 none;
  box-shadow: 0px 4px 10px 0px #0000000f;
}

.nav-cont:after {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* 从父元素继承 background 属性的设置 */
  background: inherit;
  filter: blur(2px);
  z-index: 1;
}

.nav-cont .left {
  color: #656667;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
  margin-left: 25px;
  cursor: pointer;
  height: 64px;
}

.nav-cont .left .level1 {
  position: relative;
  height: 64px;
  line-height: 64px;
}

.level2Wrap {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 6px;
  padding: 5px 0px;
  box-sizing: border-box;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  flex-wrap: nowrap;
  align-content: space-between;
  align-items: center;
  flex-direction: column;
  min-width: 135px;
}

.level2Wrap::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.level2Wrap .level2 {
  /* margin-bottom: 13px; */
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-align: end;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

.level2Wrap .level2 a {
  color: #606266;
}
.level2Wrap .nav-on{
  background: #F5F7FA;
}
.level2Wrap .level2:hover {
  background: #F5F7FA;
}
.nav-on .level1Title{
  color: #0054ff !important;
  font-weight: bold !important;
}
.level2Wrap .nav-on a {
  color: #0054ff;
  font-weight: 600;
}
.level2Wrap .level2:hover a {
  color: #0054ff;
  font-weight: 600;
}

.level1Title{
  color: #656667;
}
.nav-cont .left .level1:hover .level1Title {
  color: #0054ff;
  font-weight: bold !important;
}
.nav-cont .left .level1 .level1Title i{
  display: inline-block;
  margin-left: 3px;
  width: 7px;
  height: 7px;
  border-top:1px solid #656667;
  border-right:1px solid #656667;
  transform: rotate(135deg);
  position: relative;
  top:-2px;
}
.nav-cont .left .level1:hover .level1Title i{
  border-top:1px solid #0054ff;
  border-right:1px solid #0054ff;
  transform: rotate(-45deg);
  top:2px;
}
.nav-cont .left .level1:hover .level2Wrap {
  display: flex;
}

.nav-cont .left .level1+.level1 {
  margin-left: 20px;
}

.nav-cont .right {
  color: #656667;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

.try-free {
  display: inline-block;
  text-align: center;
  padding: 0 15px;
  background: #0054ff;
  color: #ffffff;
  cursor: pointer;
  height: 64px;
  display: flex;
  align-items: center;
}

.banner {
  width: 1200px;
  margin: 0 auto;
}

.title {
  font-size: 40px;
  color: #131415;
  font-weight: bold;
  margin-top: 120px;
  letter-spacing: 2px;
}

.describe {
  width: 604px;
  margin: 20px 0 40px;
  color: #363738;
  line-height: 24px;
  text-align: justify;
}

.banner-btn {
  display: inline-block;
  width: 180px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: #fff;
  box-shadow: 0px 8px 32px 0px rgba(105, 123, 140, 0.06);
  border-radius: 4px;
  font-weight: bold;
  color: #363738;
}

.banner-btn+.banner-btn {
  margin-left: 20px;
}

.banner-btn.on {
  background: #0054ff;
  color: #fff;
}

.tip {
  color: #656667;
  margin-top: 10px;
  display: inline-block;
  text-align: justify;
  line-height: 24px;
}

@keyframes fadeInUp {
  from {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.myanimation {
  animation: fadeInUp 1s both;
  -webkit-animation: fadeInUp 1s both;
}

.cont-title {
  font-size: 28px;
  color: #131415;
  font-weight: bold;
  text-align: center;
  margin: 80px 0 60px 0;
}

.schools-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.school-item {
  /* width:20%; */
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}

.school-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.school-name {
  font-size: 20px;
  color: #656667;
  line-height: 20px;
  margin-top: 40px;
  display: block;
}

.theySay-cont {
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.school-info {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  margin-left: 48px;
  margin-bottom: 30px;
}

.school-info-logo {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

.school-info-name {
  font-size: 20px;
  color: #363738;
  line-height: 20px;
  font-weight: bold;
}

.say-cont {
  font-size: 16px;
  color: #363738;
  line-height: 32px;
  width: 400px;
  text-align: justify;
}

.yinhao {
  width: 20px;
  height: 20px;
  margin: 0 24px 0 48px;
}

.list-wrap {
  background: #ffffff;
  box-shadow: 0px 8px 32px 0px rgba(105, 123, 140, 0.06);
  border-radius: 2px;
  padding: 48px;
  box-sizing: border-box;
  width: 1200px;
  /* height:340px; */
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.list-wrap ul li {
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
}

.list-wrap ul li+li {
  margin-top: 20px;
}

.artical-title {
  display: inline-block;
  color: #656667;
  width: 416px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin-right: 18px;
}

.list-wrap ul li:hover .artical-title {
  color: #0054ff;
}

.artical-time {
  color: #959595;
  letter-spacing: 0;
}

.seemore {
  color: #959595;
  cursor: pointer;
}

.try-ad {
  width: 100%;
  height: 180px;
  background: url("https://www.eol.cn/e_zjyun/release/images/public/banner_shiyong@2x.jpg") 0 0 no-repeat;
  background-size: cover;
}

.try-con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  height: 180px;
}

.try-ad-text {
  font-size: 36px;
  color: #131415;
  line-height: 50px;
  font-weight: bold;
}

.try-ad-btn {
  width: 180px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  background: #ff2626;
  box-shadow: 0px 6px 26px 0px rgba(105, 123, 140, 0.06);
  border-radius: 4px;
  outline: none;
  border: 0 none;
  cursor: pointer;
}

.try-ad-btn a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  height: 48px;
}

.try-ad-tip {
  font-size: 14px;
  color: #656667;
  letter-spacing: 0;
  line-height: 19px;
  margin-top: 10px;
}

.footer-cont {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 25px;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
}

.qr-code {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.97);
  font-weight: 600;
}

.qr-code+.qr-code {
  margin-left: 40px;
}

.qr-code-img {
  width: 136px;
  height: 136px;
}

.footer-cont .footer-left .footer-col dt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.97);
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 28px;
  margin-right: 124px;
}

.footer-cont .footer-left .footer-col dd ul li {
  margin-bottom: 16px;
}

.footer-cont .footer-left .footer-col dd ul li a {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 22px;
  font-weight: 200;
}

.footer-cont .footer-left .footer-col dd ul li a:hover {
  color: #fff;
}

.footer-left {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.youlian {
  font-size: 14px;
  color: #c4c4c4;
  line-height: 22px;
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 12px;
}

.downarrow {
  position: relative;
  top: -1px;
  width: 16px;
}

.arrow-right {
  left: 4px;
}

.level1 {
  position: relative;
}

/* .level1.on:hover .product-list {
  display: block;
}

.level1.on:hover .downarrow {
  transform: rotate(-180deg);
} */

.product-list {
  /* display: none; */
  display: block;
  position: absolute;
  top: 64px;
  left: -68px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 2px 2px;
  padding: 48px;
  box-sizing: border-box;
  font-weight: normal;
}

#theySay {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

#theySay .swiper-container {
  padding-bottom: 60px;
}

#theySay .swiper-slide {
  width: 520px;
  height: 340px;
  background: #fff;
}

#theySay .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#theySay .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 0px none;
  opacity: 0.25;
  background: #000000;
  width: 56px;
  height: 4px;
  border-radius: 2px;
}

#theySay .swiper-pagination-bullets .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 8px;
}

#theySay .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 0.65;
  background: #000000;
}

#theySay .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#theySay .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

#theySay .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#theySay .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}

.product-list .level2 {
  color: #363738;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(242, 242, 242, 1);
  margin-bottom: 18px;
  font-weight: bold;
}

.product-list .level3-li {
  width: 212px;
  line-height: 0px;
}

.product-list .level3-li+.level3-li {
  margin-top: 14px;
}

.product-list .dl-col+.dl-col {
  margin-left: 69px;
}

.product-list .level3-tip {
  display: block;
  width: 202px;
  white-space: break-spaces;
  font-size: 12px;
  color: #959595;
  line-height: 20px;
  margin: 7px 0 40px 0;
}

.product-list .level3-title {
  font-size: 14px;
  color: #363738;
  line-height: 20px;
  font-weight: bold;
}

.product-list .level3-title:hover {
  color: #0054ff;
  font-weight: bold;
}

@keyframes carousel-slow {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

#flowing {
  background: url("https://www.eol.cn/e_zjyun/release/images/xunjian/img_bg_tmdzy.jpg") 0 0 no-repeat;
  background-size: cover;
  /* max-width: 1980px; */
  position: relative;
  width: 100%;
  background-color: #f0f5ff;
  box-shadow: 0px 4px 20px 0px rgba(0, 84, 255, 0.05);
  padding: 80px 0;
  box-sizing: border-box;
  overflow: hidden;
}

#flowing .cont-title {
  margin-top: 0px;
}

.flowing-row {
  /* width: 8070px; */
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: carousel-slow;
  animation-name: carousel-slow;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: flex;
  display: -webkit-flex;
  height: 86px;
  margin-bottom: 32px;
  position: relative;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.flowing-row:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  cursor: default;
}

.flowing-row:nth-child(even) {
  -webkit-animation-duration: 80s;
  animation-duration: 80s;
}

.flowing-item {
  height: 86px;
  border-radius: 8px;
  display: flex;
  display: -webkit-flex;
  flex: 1 0 260px;
  width: 260px;
  box-sizing: border-box;
  margin-left: 30px;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 16px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 10px 0px rgba(13, 41, 167, 0.1);
}

.flowing-item .flowing-item-logo {
  width: 54px;
  height: 54px;
  /* border-radius: 50%; */
  margin-right: 10px;
}

.flowing-item .flowing-item-name {
  font-size: 18px;
  color: #363738;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
  display: block;
  width: 162px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flowing-item .flowing-item-label {
  display: inline-block;
  padding: 0px 8px;
  font-size: 14px;
  color: #656667;
  height: 24px;
  line-height: 24px;
  background: #e8efff;
  border-radius: 4px;
  margin-top: 10px;
}

.flowing-item .flowing-item-label+.flowing-item-label {
  margin-left: 5px;
}

.youlian-item {
  color: #c4c4c4;
  display: inline-block;
  padding: 0 16px;
  box-sizing: border-box;
  line-height: 16px;
}

.youlian-item+.youlian-item {
  border-left: 1px solid #ffffff80;
}

.gongban {
  display: inline-block;
  color: #0054ff;
  margin-top: 18px;
  padding: 3px 6px;
  background: #eaf3ff;
  border-radius: 2px;
}

.gongban:nth-child(2) {
  display: inline-block;
  color: #ff6600;
  margin-top: 18px;
  margin-left: 10px;
  padding: 3px 6px;
  background: #fff3e2;
  border-radius: 2px;
}

.label-985 {
  display: inline-block;
  color: #ff6600;
  margin-top: 18px;
  margin-left: 10px;
  padding: 3px 6px;
  background: #fff3e2;
  border-radius: 2px;
}

.product-icon {
  width: 16px;
  margin-right: 10px;
}

.hot-icon {
  width: 25px;
  margin-left: 5px;
}

.copyright-a {
  color: #c4c4c4;
  margin-left: 5px;
}

/* 帧图动画 */
.animate-item-7:hover .animate-item-img-7 {
  animation: tpm-solution__nav-icon-enter-7 0.2s steps(6) forwards;
  -webkit-animation: tpm-solution__nav-icon-enter-7 0.2s steps(6) forwards;
}

.animate-item-img-7 {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  animation: tpm-solution__nav-icon-leave-7 0.2s steps(6) forwards;
  -webkit-animation: tpm-solution__nav-icon-leave-7 0.2s steps(6) forwards;
}

.animate-item-span {
  display: inline-block;
  width: 56px;
  height: 56px;
}

@keyframes tpm-solution__nav-icon-enter-7 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -336px;
  }
}

@keyframes tpm-solution__nav-icon-leave-7 {
  from {
    background-position: 0 -336px;
  }

  to {
    background-position: 0 0;
  }
}

.animate-item-9:hover .animate-item-img-9 {
  animation: tpm-solution__nav-icon-enter-9 0.2s steps(8) forwards;
  -webkit-animation: tpm-solution__nav-icon-enter-9 0.2s steps(8) forwards;
}

.animate-item-img-9 {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  animation: tpm-solution__nav-icon-leave-9 0.2s steps(8) forwards;
  -webkit-animation: tpm-solution__nav-icon-leave-9 0.2s steps(8) forwards;
}

@keyframes tpm-solution__nav-icon-enter-9 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -448px;
  }
}

@keyframes tpm-solution__nav-icon-leave-9 {
  from {
    background-position: 0 -448px;
  }

  to {
    background-position: 0 0;
  }
}

.tip-banner {
  margin-top: 15px;
  font-size: 14px;
}

.record {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -2px;
  left: 0;
}

.level2-title {
  font-size: 18px;
  color: #363738;
  line-height: 28px;
  font-weight: 600;
}

.cont-title2 {
  margin-top: 0px;
  color: #fff;
}

.flowing-style-5 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.flowing-style-5+.flowing-style-5 {
  margin-top: 60px;
}

.flowing-item5 {
  width: 160px;
  /* height:160px; */
  text-align: center;
}

/* .flowing-item5:hover .flowing-img{
  transform-style: preserve-3d;
  animation: zhuan_in 2.5s linear infinite;
} */
.flowing-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* animation: zhuan_leave 2.5s linear; */
}

/* @keyframes zhuan_in {
  0% {
      transform: rotateY(0deg);
  }
  100% {
      transform: rotateY(360deg);
  }
}
@keyframes zhuan_leave {
  0% {
      transform: rotateY(360deg);
  }
  100% {
      transform: rotateY(0deg);
  }
} */
.flowing-schoolname {
  font-size: 16px;
  color: #656667;
  text-align: center;
  line-height: 22px;
  display: block;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .content {
    min-width: 1000px;
  }

  .header {
    min-width: 1000px;
    height: 400px;
  }

  .banner {
    width: 1000px;
  }

  .schools-list {
    width: 1000px;
  }

  .list-wrap {
    width: 1000px;
  }

  .try-con {
    width: 1000px;
  }

  .footer-cont {
    width: 1000px;
  }

  #theySay {
    width: 1000px;
  }

  .flowing-style-5 {
    width: 1000px;
  }

  .try-free {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1400px) {
  .nav-cont .left .level1+.level1 {
    margin-left: 9px;
  }

  .logo {
    margin-right: 5px;
  }
}