.font {
  color: #fefefe;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  --color: #3cb3fe;
}

.container .banner-wrapper {
  width: 100%;
  background-image: url(../img/banner.png);
  background-position: center center;
  background-size: 100% 100%;
  height: 464px;
  background-repeat: no-repeat;
}

.container .header {
  width: 100%;
}

.container .header-container {
  height: 60px;
  background: var(--color);
  width: 100%;
  align-items: center;
}

.container .header-container .nav-head {
  justify-content: space-between;
  cursor: pointer;
  font-family: 'fangzheng-z';
}

.container .nav-head .right .phone {
  margin-right: 13px;
}

.container .right .right-f {
  padding-left: 5px;
}

.container .nav-head .nav-item {
  font-size: 24px;
  padding: 0px 25px;
}

.container .nav-head .nav-item:first-child {
  padding-left: 120px;
}

.container .nav-head .logo {
  width: 129px;
  height: 40px;
}

.container .container .header .header-c {
  padding-top: 169px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container .container .header .header-c .title {
  font-size: 97px;
  text-align: center;
}

.container .container .header .header-c .tag {
  font-size: 33px;
  text-align: center;
  padding: 0px 10px;
  background-color: var(--color);
  height: 61px;
  line-height: 61px;
  border-radius: 30px;
  margin: 34px;
}

.container .banner-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 130px;
}

.container .banner-wrapper .banner-block {
  flex-direction: column;
}

.container .banner-wrapper .banner-block .icon-1 {
  width: 730px;
  height: 82px;
}

.container .banner-wrapper .banner-block .icon-2 {
  margin-top: 26px;
  width: 900px;
  height: 52px;
}

.container .information {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
}

.container .information .information-list {
  flex-direction: column;
  padding-top: 33px;
}

.container .information .information-list .iiii {
  display: flex;
}

.container .information .information-list .iiii .right {
  width: 453px;
  margin-left: 10px;
}

.container .information .information-list .left .aricle {
  width: 710px;
  font-size: 25.42px;
  align-items: flex-start;
  line-height: 50px;
  margin-top: 20px;
}

.container .information .information-list .left .aricle img {
  width: 28px;
  height: 24px;
  margin-right: 16px;
  margin-top: 15px;
}

.container .information .information-list .left .tag {
  background-image: linear-gradient(to right, #3fb5fe, #2799fc);
  width: 220px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
}

.container .information .information-list .left .title {
  background: linear-gradient(to bottom, #3fb5fe, #289afc);
  font-size: 48.19px;
  padding: 25px 0px 50px;
  -webkit-background-clip: text;
  /* Safari/Chrome */
  -webkit-text-fill-color: transparent;
  /* Safari/Chrome */
  color: transparent;
  width: 540px;
}

.container .information .information-list .left .free {
  background: linear-gradient(to bottom, #3fb5fe, #289afc);
  font-weight: 700;
  -webkit-background-clip: text;
  /* Safari/Chrome */
  -webkit-text-fill-color: transparent;
  /* Safari/Chrome */
  color: transparent;
}

.container .information .information-list .right {
  position: relative;
  height: 777px;
}

.container .aricle-boxs {
  width: 100%;
  background-image: url(../img/aricle-info.png);
  background-position: center center;
  background-size: 100% 100%;
  height: 220px;
  background-repeat: no-repeat;
  display: flex;
  margin-top: 44px;
  justify-content: center;
}

.container .aricle-boxs .aricle-info-list {
  align-items: center;
  justify-content: space-between;
}

.container .aricle-boxs .aricle-info-list .aricle-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container .aricle-boxs .aricle-info-list .aricle-item .icon-around {
  width: 81px;
  height: 77px;
}

.container .aricle-boxs .aricle-info-list .aricle-item .title {
  font-size: 24px;
  color: #fff;
}

.container .aricle-boxs .aricle-info-list .aricle-item .info {
  font-size: 33.7px;
  color: #fff;
  font-weight: 700;
  padding: 10px 0px;
}

.container .curriculum {
  padding: 40px 0px;
  display: flex;
  justify-content: center;
}

.container .curriculum .curriculum-title {
  display: flex;
  justify-content: center;
}

.container .curriculum .curriculum-wrapper {
  padding: 100px 0px 50px;
  display: flex;
  flex-wrap: wrap;
}

.container .curriculum .curriculum-wrapper .curriculum-item {
  background-image: url(../img/gaodun-b.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 382px;
  margin-right: 25px;
  margin-bottom: 25px;
  display: flex;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  padding-top: 51px;
}

.container .curriculum .curriculum-wrapper .curriculum-item:nth-child(3n) {
  margin-right: 0px;
}

.container .curriculum .curriculum-wrapper .curriculum-item .box-img {
  min-height: 67px;
}

.container .curriculum .curriculum-wrapper .curriculum-item .title {
  font-size: 24px;
  color: #393939;
  padding: 46px 0px 43px 0px;
  text-align: center;
  font-weight: 700;
}

.container .curriculum .curriculum-wrapper .curriculum-item .info {
  color: #656565;
  font-size: 20px;
  line-height: 40px;
  min-height: 300px;
}

.container .curriculum .curriculum-wrapper .curriculum-item .footer {
  width: 150px;
  height: 43px;
  background-image: url(../img/ar.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 43px;
  font-size: 24px;
  color: #fff;
  margin: 10px 0px;
}

.container .curriculum .curriculum-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .curriculum .curriculum-footer .common-ion {
  width: 465px;
  height: 73px;
  text-align: center;
  line-height: 73px;
  border-radius: 36px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.container .curriculum .curriculum-footer .common-ion.one {
  background-color: #3fb5fe;
  margin-right: 83px;
}

.container .curriculum .curriculum-footer .common-ion.two {
  background-color: #0172ff;
}

.container .sharing {
  padding-top: 30px;
  width: 100%;
}

.container .sharing .sharing-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.container .sharing .sharing-wrapper .sharing-title {
  padding-bottom: 30px;
}

.container .sharing .sharing-wrapper .sharing-list {
  width: 100%;
  background-image: url(../img/swiper-list.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 50px;
}

.container .sharing .sharing-wrapper .sharing-list .sharing-swiper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.container .sharing .sharing-wrapper .sharing-list .sharing-swiper .footer-ned {
  width: 465px;
  height: 73px;
  text-align: center;
  line-height: 73px;
  border-radius: 36px;
  font-size: 24px;
  color: #fff;
  margin-top: 50px;
  background-color: #3fb5fe;
}

.container .sharing .sharing-wrapper .sharing-list .box {
  align-items: center;
  justify-content: center;
  align-items: center;
}

.container .sharing .sharing-wrapper .sharing-list .box .swiper-lists {
  margin: 0px 20px;
  overflow: hidden;
  border-radius: 10px;
  width: 1109px;
  height: 100%;
}

.container .sharing .sharing-wrapper .sharing-list .box .swiper-lists .wrap-img {
  display: flex;
  padding: 75px 60px;
  background-color: #fff;
  height: 750px;
}

.container .sharing .sharing-wrapper .sharing-list .box .swiper-lists .wrap-img .v {
  margin: 0px 32px;
}

.container .sharing .sharing-wrapper .sharing-list .box .swiper-lists .wrap-img .left {
  width: 341px;
}

.container .sharing .sharing-wrapper .sharing-list .box .swiper-lists .wrap-img .left .icon {
  width: 296px;
  height: 364px;
  border-radius: 0px 80px 0px 0px;
}

.container .sharing .sharing-wrapper .sharing-list .box .swiper-lists .wrap-img .left .student-info {
  font-size: 26px;
  color: #2899fc;
  padding: 10px 0px;
}

.container .sharing .sharing-wrapper .sharing-list .box .swiper-lists .wrap-img .left .student-lists {
  font-size: 22px;
  color: #393939;
  line-height: 45px;
}

.container .sharing .sharing-wrapper .sharing-list .box .swiper-lists .wrap-img .left .student-lists div {
  white-space: nowrap;
}

.container .sharing .sharing-wrapper .sharing-list .box .swiper-lists .wrap-img .right {
  color: #656565;
  font-size: 16px;
}

.container .sharing .sharing-wrapper .sharing-list .box .swiper-lists .wrap-img .right div {
  line-height: 36px;
}

.container .sharing .sharing-wrapper .sharing-list .box .posi-icon {
  width: 45px;
  height: 77px;
  cursor: pointer;
}

.container .footer-list {
  width: 100%;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #292929;
  color: #fff;
}
/*右侧浮动*/
.fixed-contain {
  position: fixed;
  background: #FFF;
  width: 64px;
  box-shadow: rgba(0, 0, 0, .2) 0 0 8px;
  border-radius: 16px;
  padding-bottom: 12px;
  margin-top: -100px;
  top: 50%;
  right: 24px;
  z-index: 99999
}

.fixed-contain li {
  text-align: center;
  margin-top: 9px;
  cursor: pointer;
  position: relative
}

.fixed-contain li .box i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(https://ad.gaodun.com/gg/pc/cfalx/image/fixed-contain-icon.png) no-repeat
}

.fixed-contain li:nth-child(1) .box i {
  background-position: 0 0
}

.fixed-contain li:nth-child(2) .box i {
  background-position: -40px 0
}

.fixed-contain li:nth-child(3) .box i {
  background-position: -120px 0
}

.fixed-contain li:nth-child(4) .box i {
  background-position: -80px 0
}

.fixed-contain li .box span {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 18px
}

.fixed-contain li .tips {
  display: none;
  position: absolute;
  top: 50%;
  right: 80px;
  margin-top: -17px;
  background: #313366;
  width: 185px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 3px
}

.fixed-contain li .weixin {
  background: #FFF;
  margin-top: -75px;
  width: 130px;
  height: 130px;
  padding: 10px;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
}

.fixed-contain li .weixin img {
  width: 100%
}

.fixed-contain li:hover .weixin,
.fixed-contain li:hover .tips {
  display: block;
  -webkit-animation: tipsShow .25s ease-in 1 forwards;
  -moz-animation: tipsShow .25s ease-in 1 forwards;
  -o-animation: tipsShow .25s ease-in 1 forwards;
  -ms-animation: tipsShow .25s ease-in 1 forwards;
  animation: tipsShow .25s ease-in 1 forwards
}

@-moz-keyframes tipsShow {
  0% {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    right: 70px
  }

  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    right: 80px
  }
}

@-webkit-keyframes tipsShow {
  0% {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    right: 70px
  }

  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    right: 80px
  }
}

@-o-keyframes tipsShow {
  0% {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    right: 70px
  }

  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    right: 80px
  }
}

@keyframes tipsShow {
  0% {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    right: 70px
  }

  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    right: 80px
  }
}