@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  /* font-family: '微软雅黑', 'PingFang SC'; */
  font-size: 14px;
  font-family: "pingfang SC", "webfont", "helvetica neue", arial,
    "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun,
    sans-serif !important;
}

body {
  overflow-x: hidden;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
}

em,
i {
  font-style: normal;
}

a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

input {
  border: none;
  outline: none;
  background: none;
}

.base {
  width: 1196px;
  margin: 0 auto;
}

.cls-1 {
  fill: #fff;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tit {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  background: url(http://www.qfedu.com/images/index2021/tit_bg.png) no-repeat;
  background-size: 187px 13px;
  background-position: center bottom;
  line-height: 1;
}

.des {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 16px;
}

.video_list li a .video_mask {
  position: absolute;
  z-index: 20;
  left: 0px;
  top: 0px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.84) no-repeat center center;
  opacity: 0;
  transition: all ease 0.3s;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 87px;
  border-radius: 6px;
}

@keyframes maskFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.video_list li a:hover .video_mask {
  animation: maskFadeIn 0.4s ease 0.3s forwards;
}

.video_list li a .video_mask:hover span:nth-child(1),
.video_list li a .video_mask:hover span:nth-child(3) {
  width: 166px;
}

.video_list li a .video_mask:hover span:nth-child(2),
.video_list li a .video_mask:hover span:nth-child(4) {
  height: 154px;
}

.video_list li:nth-child(6n) {
  margin-right: 0px;
}

.sec2 {
  padding-bottom: 40px;
}

.sec2 .tab-nav {
  margin: 40px 0 0 0;
  display: flex;
  align-items: center;
}

.sec2 .tab-nav-item {
  margin-right: 20px;
  width: 150px;
  height: 42px;
  background: #f7f7ff;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.2s;
}

.sec2 .tab-nav-item.active {
  color: #fff;
  background: #056cff;
}

.sec2 .tab-nav-item.active .icon {
  color: #fff;
}

.sec2 .tab-nav-item .icon {
  margin-right: 10px;
  font-size: 18px;
  color: #326cf6;
}

.sec2 .tab-links {
  margin-top: -28px;
  float: right;
  height: 16px;
}

.sec2 .tab-links .link-more {
  display: none;
  font-size: 16px;
  color: #7f7f7f;
  line-height: 16px;
}

.sec2 .tab-links .link-more:hover {
  color: #326cf6;
}

.sec2 .tab-links .link-more.active {
  display: block;
}

.sec2 .tab-content {
  margin-top: 30px;
  position: relative;
  height: 286px;
}

.sec2 .tab-content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  opacity: 0;
}

.sec2 .tab-content-item.active {
  z-index: 10;
  opacity: 1;
}

.sec2 .tab-content .swiper-container {
  flex-shrink: 0;
  margin: 0;
  position: relative;
  width: 390px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(50, 108, 246, 0.1);
  border-radius: 10px;
  /*             .swiper-btns {
                position: absolute;
                bottom: 0;
                right: 0;
                width: 70px;
                height: 106px;
                overflow: hidden;
                background-color: #fff;
                z-index: 1090;
                box-sizing: border-box;
                border: 1px solid #e8e9ef;
                border-left: none;

                .swiper-button {
                    left: 0;
                    right: 0;
                    top: 0;
                    margin-top: 0;

                    float: left;
                    width: 50%;
                    height: 100%;
                    background-image: url('http://www.qfedu.com/subject_images2021/icon-nextBtn.png');
                    background-size: 8px 14px;
                    opacity: 0.6;

                    &:hover {
                        opacity: 1;
                    }
                }
            }

            .swiper-button-next {
                margin-left: 50%;
            }

            .swiper-button-prev {
                transform: rotate(180deg);
            } */
}

.sec2 .tab-content .swiper-container .hot-tag {
  z-index: 10;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 95px;
  height: 31px;
  background: linear-gradient(90deg, #ff4e00, #ff2400);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.sec2 .tab-content .swiper-container .hot-tag .icon {
  margin-left: 5px;
  font-size: 12px;
}

.sec2 .tab-content .swiper-container .tit-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 21px;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  box-shadow: 0px 2px 7px 0px rgba(216, 220, 233, 0.35);
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
}

.sec2 .tab-content .swiper-container .swiper-item-tit {
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sec2 .tab-content .swiper-container .swiper-item-digest {
  margin-top: 14px;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  opacity: 0.8;
}

.sec2 .tab-content .swiper-container .swiper-slide a:first-child {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.sec2 .tab-content .swiper-container .swiper-slide a:first-child:hover .img-con {
  transform: scale(1.1);
}

.sec2 .tab-content .swiper-container .img-con {
  width: 100%;
  height: 100%;
  transition: all ease 0.2s;
}

.sec2 .tab-content .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 25px;
  left: unset;
  right: 30px;
  height: 5px;
  text-align: end;
}

.sec2 .tab-content .swiper-container .swiper-pagination-bullet {
  margin: 0 0 0 4px;
  width: 13px;
  height: 5px;
  background: #ffffff;
  opacity: 0.4;
  border-radius: 3px;
  transition: all ease 0.2s;
}

.sec2 .tab-content .swiper-container .swiper-pagination-bullet-active {
  width: 22px;
  opacity: 1;
}

.sec2 .tab-content .swiper-container.hyzxswiper .tit-box {
  height: 60px;
}

.sec2 .tab-content .swiper-container.hyzxswiper .swiper-item-tit {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec2 .tab-content .swiper-container.hyzxswiper .hyzx-swiper-pagination {
  bottom: 20px;
}

.sec2 .tab-content .article-list {
  margin-left: 30px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec2 .tab-content .article-list li {
  margin-bottom: 20px;
  width: 368px;
  height: 82px;
}

.sec2 .tab-content .article-list li:last-child {
  margin-bottom: 0;
}

.sec2 .tab-content .article-list a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.sec2 .tab-content .article-list a:hover .info .title {
  color: #326cf6;
}

.sec2 .tab-content .article-list .cover {
  flex-shrink: 0;
  margin-right: 13px;
  width: 143px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.sec2 .tab-content .article-list .cover img {
  width: 100%;
  /* height: 100%; */
}

.sec2 .tab-content .article-list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec2 .tab-content .article-list .info .title {
  font-size: 15px;
  color: #333;
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.2s ease;
}

.sec2 .tab-content .article-list .info .time {
  display: flex;
  align-items: center;
  height: 16px;
  font-size: 14px;
  color: #999999;
}

.sec2 .tab-content .article-list .info .time .icon {
  margin-right: 10px;
  font-size: 16px;
}

.sec2 .tab-content-item.jsgh-article-wrapper {
  display: block;
}

.sec2 .tab-content-item.jsgh-article-wrapper .jsgh-tab-navs {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sec2 .tab-content-item.jsgh-article-wrapper .jsgh-tab-navs .jsgh-tab-nav {
  height: 30px;
  position: relative;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
}

.sec2 .tab-content-item.jsgh-article-wrapper .jsgh-tab-navs .jsgh-tab-nav.active::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #326cf6;
  border-radius: 2px;
}

.sec2 .tab-content-item.jsgh-article-wrapper .jsgh-tab-cont {
  display: flex;
  justify-content: space-between;
  display: none;
}

.sec2 .tab-content-item.jsgh-article-wrapper .jsgh-tab-cont.active {
  display: flex;
}

.sec2 .tab-content-item.jsgh-article-wrapper .hot-article-list {
  flex-shrink: 0;
  width: 345px;
  height: 286px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(50, 108, 246, 0.1);
  border-radius: 10px;
  padding: 24px 20px 0 20px;
  box-sizing: border-box;
}

.sec2 .tab-content-item.jsgh-article-wrapper .hot-article-list .hot-tit {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 19px;
}

.sec2 .tab-content-item.jsgh-article-wrapper .hot-article-list .hot-tit .icon {
  margin-left: 4px;
  color: #fe5133;
}

.sec2 .tab-content-item.jsgh-article-wrapper .hot-article-list .articles {
  margin-top: 18px;
}

.sec2 .tab-content-item.jsgh-article-wrapper .hot-article-list .articles .article {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec2 .tab-content-item.jsgh-article-wrapper .hot-article-list .articles .article:hover {
  color: #fe5133;
}

.sec2 .tab-content-item.jsgh-article-wrapper .hot-article-list .articles .article::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
}

.sec2 .tab-content-item.jsgh-article-wrapper .hot-article-list .articles .article:nth-child(-n + 3)::before {
  background: none;
  top: 0;
}

.sec2 .tab-content-item.jsgh-article-wrapper .hot-article-list .articles .article:nth-child(1)::before {
  content: "1";
  color: #ff0000;
}

.sec2 .tab-content-item.jsgh-article-wrapper .hot-article-list .articles .article:nth-child(2)::before {
  content: "2";
  color: #ff7200;
}

.sec2 .tab-content-item.jsgh-article-wrapper .hot-article-list .articles .article:nth-child(3)::before {
  content: "3";
  color: #ffae00;
}

.sec2 .tab-content-item.jsgh-article-wrapper .article-list li {
  width: 398px;
}

.sec2 .xwzx-li {
  position: relative;
  transition: all ease 0.5s;
  background-color: #fff;
  box-shadow: 8px 8px 16px #e9e9e9, -8px -8px 16px #ffffff !important;
}

.sec2 .xwzx-li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("http://www.qfedu.com/imgs2022/xwzz-bg.png") no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0;
  transition: all ease 0.5s;
}

.sec2 .xwzx-li:hover {
  box-shadow: inset 8px 8px 16px #e9e9e9, inset -8px -8px 16px #ffffff !important;
}

.sec2 .xwzx-li:hover::after {
  opacity: 1;
}

.sec2 .xwzx-li a,
.sec2 .xwzx-li p {
  position: relative;
  z-index: 10;
}

.sec3 {
  background: #f3f5f8;
  padding-top: 52px;
  padding-bottom: 60px;
}

.swiper-subjects {
  width: 1196px !important;
}

.swiper-subjects .swiper-slide {
  position: relative;
  width: 150px;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.swiper-subjects .swiper-slide:hover a {
  color: #326cf6;
}

.swiper-subjects .swiper-slide a {
  color: #333333;
}

.swiper-subjects .swiper-slide .logo {
  margin-bottom: 7px;
  width: 55px;
  height: 55px;
  background-image: url(http://www.qfedu.com/imgs2022/frame-java.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 55px;
}

.swiper-subjects,
.swiper-subjects .swiper-wrapper {
  height: 100%;
}

.swiper-subjects .swiper-slide:nth-of-type(2) .logo {
  background-image: url(http://www.mobiletrain.org/images_index/frame-hm.png);
}

.swiper-subjects .swiper-slide:nth-of-type(3) .logo {
  background-image: url(http://www.qfedu.com/imgs2022/frame-h5.png);
}

.swiper-subjects .swiper-slide:nth-of-type(4) .logo {
  background-image: url(http://www.qfedu.com/imgs2022/frame-yun.png);
}

.swiper-subjects .swiper-slide:nth-of-type(5) .logo {
  background-image: url(http://www.qfedu.com/imgs2022/frame-python.png);
}

.swiper-subjects .swiper-slide:nth-of-type(6) .logo {
  background-image: url(http://www.qfedu.com/imgs2022/frame-wlw.png);
}

.swiper-subjects .swiper-slide:nth-of-type(7) .logo {
  background-image: url(http://www.qfedu.com/imgs2022/frame-software.png);
}

.swiper-subjects .swiper-slide:nth-of-type(8) .logo {
  background-image: url(http://www.qfedu.com/imgs2022/frame-wlaq.png);
}

.swiper-subjects .swiper-slide:nth-of-type(9) .logo {
  background-image: url(http://www.qfedu.com/imgs2022/frame-ui.png);
}

.swiper-subjects .swiper-slide:nth-of-type(10) .logo {
  background-image: url(http://www.qfedu.com/imgs2022/frame-media.png);
}

.swiper-subjects .swiper-slide:nth-of-type(11) .logo {
  background-image: url(http://www.qfedu.com/imgs2022/frame-bigdata.png);
}

.swiper-subjects .swiper-slide:nth-of-type(12) .logo {
  background-image: url(http://www.qfedu.com/imgs2022/frame-unity.png);
}

.swiper-subjects .swiper-slide:nth-of-type(13) .logo {
  background-image: url(http://www.qfedu.com/imgs2022/frame-yh.png);
}

.swiper-subjects .swiper-slide:nth-of-type(14) .logo {
  background-image: url(http://www.qfedu.com/imgs2022/frame-videoclip.png);
}

.swiper-subjects .swiper-slide.active a {
  color: #326cf6;
}

.swiper-subjects .swiper-slide.active a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 4px;
  background: #326cf6;
  transform: translateX(-50%);
  animation: lineGrow 1 0.4s ease forwards;
}

@keyframes lineGrow {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes logo_ani {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -1375px;
  }
}

@keyframes logo_ani_leave {
  from {
    background-position: 0 -1375px;
  }

  to {
    background-position: 0 0;
  }
}

.sec3 .swiper-subjects .logo-ani {
  animation: 0.6s logo_ani steps(25) forwards;
}

.sec3 .swiper-subjects .logo-ani-leave {
  animation: 0.6s logo_ani_leave steps(25) forwards;
}

.swiper-subjects .swiper-slide:last-child {
  border: none;
}

.swiper-subjects-box .swiper-button-prev,
.swiper-subjects-box .swiper-container-rtl .swiper-button-next,
.swiper-subjects-box .swiper-button-next,
.swiper-subjects-box .swiper-container-rtl .swiper-button-prev {
  background-size: 52px 52px;
  width: 38px;
  height: 38px;
  background: linear-gradient(0deg, #f3f5f8, #ffffff);
  border: 1px solid #c8d3dc;
  box-shadow: 0px 6px 9px 0px rgba(5, 8, 11, 0.14);
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  color: #326cf6;
  font-weight: bold;
}

.swiper-subjects-box {
  position: relative;
  height: 136px;
  box-shadow: 0px 10px 20px 0px rgba(212, 235, 255, 0.21);
  margin-top: 30px;
  box-sizing: border-box;
  background-color: #fff;
}

.swiper-subjects-buttons {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 1300px;
  height: 100%;
}

.sec3 .content {
  margin-top: 25px;
}

.sec3 .content .con {
  display: none;
  height: 531px;
}

.sec3 .content .con.active {
  display: block;
}

.sec3 .content .con-left {
  float: left;
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  height: 100%;
  background: linear-gradient(1deg, #ffffff, #f7f7f7);
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.2);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0 60px 0;
  box-sizing: border-box;
}

.sec3 .content .con-left .colorful-logo {
  width: 110px;
  height: 120px;
  color: #fff;
  text-align: center;
  background-image: url(http://www.qfedu.com/imgs2022/colorful-logo-bg.gif);
  background-size: 100% 100%;
}

.sec3 .content .con-left .colorful-logo i {
  font-size: 60px;
}

.sec3 .content .con-left h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.sec3 .content .con-left h3 span {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}

.sec3 .content .con-left .employment-info-swiper-container {
  position: relative;
  width: 186px;
  display: none;
}

.sec3 .content .con-left .employment-info-swiper-container .employment-info-swiper {
  max-width: 120px;
}

.sec3 .content .con-left .employment-info-swiper-container .employment-info-swiper .swiper-slide {
  width: auto;
  text-align: center;
}

.sec3 .content .con-left .employment-info-swiper-container .employment-info-swiper .swiper-slide h4 {
  margin-bottom: 9px;
  height: 13px;
  font-size: 14px;
  color: #666;
  line-height: 13px;
}

.sec3 .content .con-left .employment-info-swiper-container .employment-info-swiper .swiper-slide p {
  font-size: 30px;
  font-weight: 600;
  color: #056cff;
  line-height: 28px;
  white-space: nowrap;
}

.sec3 .content .con-left .employment-info-swiper-container .employment-info-btns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec3 .content .con-left .employment-info-swiper-container .employment-info-btns .btn {
  width: 14px;
  height: 100%;
  background-image: none;
  color: #999;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec3 .content .con-left .employment-info-swiper-container .employment-info-btns .btn:hover {
  color: #056cff;
}

.sec3 .content .con-left .nav-mask-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 184px;
  flex-wrap: wrap;
}

.sec3 .content .con-left .nav-mask-info a {
  width: 50%;
  text-align: center;
  font-size: 14px;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec3 .content .con-left .nav-mask-info a .icon {
  font-size: 18px;
}

.sec3 .content .con-left .nav-mask-info a .icon-wrap {
  margin: 23px auto 6px auto;
  position: relative;
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  text-align: center;
  line-height: 39px;
  color: white;
  background: linear-gradient(0deg, #3ba5e1, #71d2fa);
}

.sec3 .content .con-left .nav-mask-info a:nth-of-type(2) .icon-wrap {
  background: linear-gradient(0deg, #ff4e00, #ff8400) !important;
}

.sec3 .content .con-left .nav-mask-info a:nth-of-type(3) .icon-wrap {
  background: linear-gradient(0deg, #5900d3, #c61dfe);
}

.sec3 .content .con-left .nav-mask-info a:nth-of-type(4) .icon-wrap {
  background: linear-gradient(0deg, #43d7b9, #76df3d);
}

.sec3 .content .con-left .nav-mask-info a .icon-wrap::before {
  position: absolute;
  top: -4px;
  left: -7px;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: inherit;
  opacity: 0.25;
  border-radius: 50%;
}

.sec3 .content .con-left .nav-mask-info a .icon-wrap::after {
  position: absolute;
  bottom: 1px;
  right: -8px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: inherit;
  opacity: 0.15;
  border-radius: 50%;
}

@keyframes cycleRotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.sec3 .content .con-left .nav-mask-info a:hover .icon-wrap::before {
  animation: cycleRotate ease 0.6s;
  transform-origin: 23px 24px;
}

.sec3 .content .con-left .nav-mask-info a:hover .icon-wrap::after {
  animation: cycleRotate ease 0.6s;
  transform-origin: -10px -10px;
}

.sec3 .content .con-left .nav-mask-info a:hover {
  font-family: SourceHanSansCN-Bold;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.sec3 .content .con-center {
  float: right;
  overflow: hidden;
  position: relative;
  width: 942px;
  height: 100%;
  padding: 40px 30px;
  background: linear-gradient(1deg, #ffffff, #f7f7f7);
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.2);
  border-radius: 10px;
  box-sizing: border-box;
}

.sec3 .content .con-center .ul1 {
  display: flex;
  justify-content: space-between;
}

.sec3 .content .con-center .ul1 li {
  display: flex;
  white-space: nowrap;
}

.sec3 .content .con-center .ul1 li i {
  margin-right: 8px;
  color: #326cf6;
  font-size: 20px;
  line-height: 20px;
}

.sec3 .content .con-center .part {
  width: 662px;
}

.sec3 .content .con-center .part .sub-tit {
  padding-left: 9px;
  border-left: 4px solid #326cf6;
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 16px;
  box-sizing: border-box;
  white-space: nowrap;
}

.sec3 .content .con-center .part1 {
  margin: 21px 0 17px 0;
  display: flex;
  align-items: center;
  height: 42px;
}

.sec3 .content .con-center .part1 .ul2 {
  margin-left: 10px;
  width: 576px;
  height: 42px;
  background: #ffffff;
  border-radius: 21px;
}

.sec3 .content .con-center .part1 .ul2 li {
  position: relative;
  margin-right: 40px;
  font-size: 12px;
  max-width: 146px;
  white-space: nowrap;
}

@keyframes forwardArrow {
  from {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0.4;
  }
}

.sec3 .content .con-center .part1 .ul2 li::before,
.sec3 .content .con-center .part1 .ul2 li::after {
  position: absolute;
  top: 4px;
  right: -28px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 7px solid #326cf6;
  opacity: 0.6;
  animation: forwardArrow ease 0.8s infinite alternate;
}

.sec3 .content .con-center .part1 .ul2 li::after {
  opacity: 1;
  right: -33px;
  animation: forwardArrow ease 0.8s infinite alternate-reverse;
}

.sec3 .content .con-center .part1 .ul2 li:last-of-type {
  margin-right: 0;
}

.sec3 .content .con-center .part1 .ul2 li:last-of-type::after,
.sec3 .content .con-center .part1 .ul2 li:last-of-type::before {
  display: none;
}

.sec3 .content .con-center .part2 {
  height: 197px;
  min-height: 197px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.sec3 .content .con-center .part2 .chooseBox {
  margin-top: -6px;
  float: right;
  position: relative;
}

.sec3 .content .con-center .part2 .chooseBox .showBtn {
  width: 133px;
  height: 27px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  font-size: 13px;
  line-height: 27px;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
}

.sec3 .content .con-center .part2 .chooseBox .showBtn i {
  margin-left: 30px;
  font-size: 12px;
  color: #cccccc;
}

.sec3 .content .con-center .part2 .chooseBox .showXq {
  display: none;
  z-index: 1000;
  position: absolute;
  right: 0;
  bottom: -9px;
  transform: translateY(100%);
  width: 324px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 6px 16px 0px rgba(212, 235, 255, 0.21);
  border-radius: 6px;
}

.sec3 .content .con-center .part2 .chooseBox .showXq ul {
  padding: 20px 22px 10px 22px;
  display: flex;
  flex-wrap: wrap;
}

.sec3 .content .con-center .part2 .chooseBox .showXq ul li {
  width: 25%;
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: normal;
  color: #666666;
  cursor: pointer;
}

.sec3 .content .con-center .part2 .chooseBox .showXq ul li:nth-child(4n) {
  margin-right: 0;
}

.sec3 .content .con-center .part2 .chooseBox .showXq ul li:hover {
  color: #326cf6;
}

.sec3 .content .con-center .part2 .ul3 {
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #666666;
}

.sec3 .content .con-center .part2 .ul3 li {
  width: 282px;
}

.sec3 .content .con-center .part2 .ul3 li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 25px;
  height: 25px;
  color: #666666;
  font-size: 13px;
}

.sec3 .content .con-center .part2 .ul3 li a:hover {
  color: #326cf6;
}

.sec3 .content .con-center .part2 .ul3 li a:hover span {
  color: #326cf6;
}

.sec3 .content .con-center .part2 .ul3 li span:first-of-type {
  max-width: 134px;
  width: 128px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec3 .content .con-center .part2 .ul3 li span:last-of-type {
  margin-left: 10px;
  color: #999999;
}

.sec3 .content .con-center .part2 .ul3 li span[data-mode="1"] {
  color: #326cf6;
}

.sec3 .content .con-center .part2 .ul3 li span[data-mode="1"]:hover {
  border-bottom: 1px solid #326cf6;
}

.sec3 .content .con-center .part2 .ul3 li span[data-mode="0"] {
  color: #ff0000;
  position: relative;
}

.sec3 .content .con-center .part2 .ul3 li span[data-mode="0"] i {
  position: absolute;
  right: -20px;
  font-size: 14px;
}

.sec3 .content .con-center .part3 {
  display: flex;
  justify-content: space-between;
}

.sec3 .content .con-center .part3 .articles-box {
  width: 302px;
}

.sec3 .content .con-center .part3 ul {
  margin-top: 13px;
  width: 100%;
  padding: 0 11px;
}

.sec3 .content .con-center .part3 ul li {
  float: left;
  line-height: 26px;
  padding-right: 10px;
}

.sec3 .content .con-center .part3 ul li a {
  width: 280px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 27px;
  color: #666666;
  position: relative;
}

.sec3 .content .con-center .part3 ul li a:hover {
  color: #326cf6;
}

.sec3 .content .con-center .part3 ul li a::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(http://www.qfedu.com/images/index2021/ques-icon2.png) no-repeat;
  background-size: 18px 18px;
}

.sec3 .content .con-center .part4 {
  position: absolute;
  right: 30px;
  bottom: 56px;
  width: 201px;
  height: 395px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 0 3px 3px #f6f6f6;
  padding: 20px;
}

.sec3 .content .con-center .part4 .kcdd {
  position: relative;
  color: #666;
}

.sec3 .content .con-center .part4 .kcdd .pageenation-btns {
  position: absolute;
  top: -26px;
  right: 0;
}

.sec3 .content .con-center .part4 .kcdd .pageenation-btns i {
  display: inline-block;
  color: #999;
  cursor: pointer;
}

.sec3 .content .con-center .part4 .kcdd .pageenation-btns i:hover {
  color: #000;
}

.sec3 .content .con-center .part4 .kcdd-swiper {
  margin-top: 9px;
}

.sec3 .content .con-center .part4 .kcdd-swiper p {
  font-size: 13px;
  margin-top: 16px;
  line-height: 21px;
}

.sec3 .content .con-center .part4 .kcdd-swiper p .p-tit {
  margin-bottom: 14px;
  display: inline-block;
  padding: 0 7px;
  height: 19px;
  background: #326cf6;
  border-radius: 2px;
  color: #fff;
  line-height: 19px;
}

.sec4 {
  padding: 40px 0 0 0;
  position: relative;
  background: #f3f8ff url(/images/index2/sec4-bg.png) no-repeat;
}

.sec4 a.more {
  display: inline-block;
  margin-top: 16px;
  color: #326cf6;
  font-size: 16px;
}

.sec4 a.more:hover {
  opacity: 0.8;
}

.sec4 .solgans {
  z-index: 2;
  position: relative;
  margin-top: 40px;
  height: 55px;
}

.sec4 .solgans ul {
  display: flex;
  justify-content: space-between;
}

.sec4 .solgans ul li {
  flex: 1;
  display: flex;
}

.sec4 .solgans ul li .logo {
  width: 55px;
  height: 55px;
  background: rgba(199, 218, 255, 0.7);
  border-image: linear-gradient(0deg, #c0e6ff, #ffffff) 10 10;
  box-shadow: 0px 1px 0px 0px #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  position: relative;
}

.sec4 .solgans ul li .logo::before {
  position: absolute;
  top: -8px;
  left: -10px;
  z-index: -1;
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #0048c4;
  border-radius: 50%;
  transition: all ease 0.3s;
}

.sec4 .solgans ul li .logo:hover {
  width: 60px;
  height: 60px;
}

.sec4 .solgans ul li .logo:hover .icon {
  transform: scale(1.1);
}

.sec4 .solgans ul li .logo:hover::before {
  top: -16px;
  left: -18px;
}

.sec4 .solgans ul li .logo .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 128, 223, 0.4));
  transition: all ease 0.3s;
}

.sec4 .solgans ul li .text p {
  margin-left: 12px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.sec4 .solgans ul li .text p:nth-child(2) {
  margin-top: 9px;
  font-size: 14px;
  color: #666;
  line-height: 14px;
  height: 14px;
}

.sec4 .solgans ul li .text strong {
  font-size: 24px;
  color: #056cff;
  font-weight: 600;
}

.sec4 .head-teachers-box {
  margin: 30px auto;
  display: flex;
}

.sec4 .head-teachers-box .teacher-detail-box {
  width: 492px;
  height: 508px;
  background: linear-gradient(transparent, #fff);
  border-radius: 20px;
  position: relative;
}

.sec4 .head-teachers-box .teacher-detail-box .teacher-item {
  width: 100%;
  height: 100%;
  display: none;
}

.sec4 .head-teachers-box .teacher-detail-box .teacher-item.active {
  display: block;
}

.sec4 .head-teachers-box .teacher-detail-box .teacher-item:first-child {
  display: block;
}

@keyframes s4_fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes s4_fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes s4_fadeInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateY(0);
  }
}

.sec4 .head-teachers-box .teacher-detail-box .cover-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.sec4 .head-teachers-box .teacher-detail-box .cover-box img {
  /* width: 100%; */
  height: 100%;
  animation: s4_fadeInRight ease 0.6s 1;
}

.sec4 .head-teachers-box .teacher-detail-box .action-btns {
  position: absolute;
  top: 50px;
  left: 30px;
  width: 113px;
  animation: s4_fadeInDown ease 0.6s 1;
}

.sec4 .head-teachers-box .teacher-detail-box .action-btns .btn {
  margin-bottom: 10px;
  display: block;
  height: 30px;
  background: #ffffff;
  border: 1px solid #326cf6;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #326cf6;
  transition: all ease 0.1s;
  position: relative;
  overflow: hidden;
}

.sec4 .head-teachers-box .teacher-detail-box .action-btns .btn .icon {
  margin-right: 4px;
}

.sec4 .head-teachers-box .teacher-detail-box .action-btns .btn::before {
  position: absolute;
  content: "";
  left: 56px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: cycleScale_40 1s ease infinite;
}

.sec4 .head-teachers-box .teacher-detail-box .action-btns .btn:hover {
  background-color: #326cf6;
  color: #fff;
}

.sec4 .head-teachers-box .teacher-detail-box .name-box {
  z-index: 2;
  position: absolute;
  top: 208px;
  left: 333px;
  width: 237px;
  height: 96px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(50, 108, 246, 0.1);
  border-radius: 10px;
}

.sec4 .head-teachers-box .teacher-detail-box .name-box::before {
  z-index: -1;
  position: absolute;
  left: 6px;
  bottom: -6px;
  content: "";
  width: 100%;
  height: 100%;
  background: #326cf6;
  opacity: 0.3;
  border-radius: 10px;
}

.sec4 .head-teachers-box .teacher-detail-box .name-box .inbox {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px 0px 0 20px;
  border-radius: 10px;
  box-sizing: border-box;
}

.sec4 .head-teachers-box .teacher-detail-box .name-box .inbox::before {
  position: absolute;
  top: 6px;
  right: 6px;
  content: "";
  width: 17px;
  height: 17px;
  opacity: 0.2;
  border: 1px solid #326cf6;
  border-radius: 0 6px 0 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.sec4 .head-teachers-box .teacher-detail-box .name-box .inbox p {
  animation: s4_fadeInUp ease 0.6s 1;
}

.sec4 .head-teachers-box .teacher-detail-box .name-box .name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #326cf6;
  line-height: 20px;
}

.sec4 .head-teachers-box .teacher-detail-box .name-box .dec {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  white-space: nowrap;
}

.sec4 .head-teachers-box .teacher-detail-box .intro-box {
  position: absolute;
  bottom: 22px;
  left: 52px;
  width: 536px;
  height: 157px;
  background: rgba(50, 108, 246, 0.85);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 25px 0 50px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}

.sec4 .head-teachers-box .teacher-detail-box .intro-box p {
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 120px;
  animation: s4_fadeInUp ease 0.6s 1;
}

.sec4 .head-teachers-box .teacher-detail-box .intro-box::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  color: #fff;
}

.sec4 .head-teachers-box .teacher-thumb-box {
  margin-left: 128px;
  flex: 1;
}

.sec4 .head-teachers-box .teacher-thumb-box .teacher-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec4 .head-teachers-box .teacher-thumb-box .teacher-list .teacher-thumb {
  position: relative;
  margin-bottom: 20px;
  width: 130px;
  height: 156px;
  background: linear-gradient(180deg, #7f8393 0%, #b3b9ca 100%);
  border-radius: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}

.sec4 .head-teachers-box .teacher-thumb-box .teacher-list .teacher-thumb:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

.sec4 .head-teachers-box .teacher-thumb-box .teacher-list .teacher-thumb.active {
  border: 2px solid #326cf6;
}

.sec4 .head-teachers-box .teacher-thumb-box .teacher-list .teacher-thumb.active::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 9px;
  width: 112px;
  height: 138px;
  background: url(/images/index2/teacher-avatar-active.png) no-repeat;
  background-size: 100% 100%;
}

.sec4 .head-teachers-box .teacher-thumb-box .teacher-list .teacher-thumb .avatar {
  height: 100%;
}

.sec4 .extra-teachers-box {
  min-width: 1200px;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec4 .extra-teachers-box .teacher-item {
  margin-bottom: 4px;
  position: relative;
  width: 11%;
  text-align: center;
  background-color: #fff;
}

.sec4 .extra-teachers-box .teacher-item-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(0deg, #9ea3b0 0%, #808393 100%);
  overflow: hidden;
  padding-top: 6px;
}

.sec4 .extra-teachers-box .teacher-item-img img {
  max-width: 100%;
}

.sec4 .extra-teachers-box .teacher-item-mask {
  display: none;
  opacity: 0;
  z-index: 10;
  position: absolute;
  top: -10px;
  left: 100%;
  padding: 22px 20px 26px 20px;
  width: calc(100% + 10px);
  height: calc(100% + 20px);
  color: #fff;
  text-align: start;
  line-height: 21px;
  box-sizing: border-box;
  background: #056cff;
}

.sec4 .extra-teachers-box .teacher-item-mask h3 {
  margin-bottom: 16px;
  padding-left: 9px;
  font-size: 20px;
  font-weight: 600;
  border-left: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}

.sec4 .extra-teachers-box .teacher-item-mask h3 .btn {
  width: 73px;
  height: 25px;
  background: #f7f9ff;
  border-radius: 4px;
  line-height: 25px;
  font-size: 14px;
  color: #056cff;
  text-align: center;
  font-weight: normal;
}

.sec4 .extra-teachers-box .teacher-item-mask p {
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  max-height: 144px;
}

.sec4 .extra-teachers-box .teacher-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 52, 181, 0.6);
  opacity: 0;
}

.sec4 .extra-teachers-box .teacher-item:hover::before {
  opacity: 1;
  transition: all ease 0.2s;
}

.sec4 .extra-teachers-box .teacher-item:hover .teacher-item-mask {
  opacity: 1;
  display: block;
  transition: all ease 0.2s;
}

.sec4 .extra-teachers-box .teacher-item:nth-child(9n) .teacher-item-mask {
  left: unset;
  right: 100%;
}

@media screen and (max-width: 1772px) {
  .sec4 .extra-teachers-box .teacher-item {
    width: 12.3%;
  }

  .sec4 .extra-teachers-box .teacher-item:nth-last-child(-n + 2) {
    display: none;
  }

  .sec4 .extra-teachers-box .teacher-item:nth-child(9n) .teacher-item-mask {
    left: 100%;
  }

  .sec4 .extra-teachers-box .teacher-item:nth-child(8n) .teacher-item-mask {
    left: unset;
    right: 100%;
  }
}

@media screen and (max-width: 1570px) {
  .sec4 .extra-teachers-box .teacher-item {
    width: 14.1%;
  }

  .sec4 .extra-teachers-box .teacher-item:nth-last-child(-n + 4) {
    display: none;
  }

  .sec4 .extra-teachers-box .teacher-item:nth-child(8n) .teacher-item-mask {
    left: 100%;
  }

  .sec4 .extra-teachers-box .teacher-item:nth-child(7n) .teacher-item-mask {
    left: unset;
    right: 100%;
  }
}

@media screen and (max-width: 1360px) {
  .sec4 .extra-teachers-box .teacher-item {
    width: 16.5%;
  }

  .sec4 .extra-teachers-box .teacher-item:nth-last-child(-n + 6) {
    display: none;
  }

  .sec4 .extra-teachers-box .teacher-item:nth-child(7n) .teacher-item-mask {
    left: 100%;
  }

  .sec4 .extra-teachers-box .teacher-item:nth-child(6n) .teacher-item-mask {
    left: unset;
    right: 100%;
  }
}

.sec5 {
  padding: 60px 0 15px 0;
  box-sizing: border-box;
  background: #f1f2fc url(/images/index2/sec5-bg.png) no-repeat;
  background-size: 1920px 100%;
  background-position: center;
  color: #fff;
}

.sec5 .base .tab-btns {
  margin: 30px 0;
  height: 54px;
  position: relative;
}

.sec5 .base .tab-btns .it-swiper-box {
  margin: 0 55px;
  width: 1090px;
  height: 100%;
  padding: 9px 11px;
  background: #fff;
  border-radius: 27px;
  box-sizing: border-box;
  color: #333;
}

.sec5 .base .tab-btns .swiper-container .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.sec5 .base .tab-btns .swiper-container .swiper-slide:last-child {
  justify-content: flex-start;
}

.sec5 .base .tab-btns .swiper-container .swiper-slide:last-child span {
  margin-right: 10px;
}

.sec5 .base .tab-btns .swiper-container .swiper-slide span {
  display: inline-block;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  color: #333;
}

.sec5 .base .tab-btns .swiper-container .swiper-slide span:hover {
  color: #326cf6;
}

.sec5 .base .tab-btns .swiper-container .swiper-slide span.active {
  background: #056cff;
  border-radius: 18px;
  font-weight: 600;
  color: #fff;
}

.sec5 .base .tab-btns .swiper-container .swiper-slide span:last-child {
  margin-right: 0;
}

.sec5 .base .tab-btns .swiper-btns .swiper-button-prev,
.sec5 .base .tab-btns .swiper-btns .swiper-button-next {
  background: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sec5 .base .tab-btns .swiper-btns .swiper-button-prev .icon,
.sec5 .base .tab-btns .swiper-btns .swiper-button-next .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  color: #056cff;
  text-align: center;
  line-height: 28px;
  transition: all ease 0.2s;
}

.sec5 .base .tab-btns .swiper-btns .swiper-button-prev:hover .icon,
.sec5 .base .tab-btns .swiper-btns .swiper-button-next:hover .icon {
  color: #fff;
  background: #056cff;
}

.sec5 .base .tab-content .tab-item {
  display: none;
  height: 375px;
  padding: 5px 48px 38px 31px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.04);
}

.sec5 .base .tab-content .tab-item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec5 .base .tab-content .tab-item ul li {
  margin-top: 40px;
  width: 338px;
  cursor: pointer;
}

.sec5 .base .tab-content .tab-item ul li:nth-of-type(-n + 3) {
  margin-top: 0;
}

.sec5 .base .tab-content .tab-item ul li a {
  display: block;
  height: 100%;
  color: #fff;
}

.sec5 .base .tab-content .tab-item ul li .title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 5px 0 46px;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  position: relative;
  color: #333333;
}

.sec5 .base .tab-content .tab-item ul li .title .num {
  position: absolute;
  left: 5px;
  top: 5px;
  margin-right: 15px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #056cff;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  color: #fff;
}

.sec5 .base .tab-content .tab-item ul li .title span:nth-child(2) {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sec5 .base .tab-content .tab-item ul li p {
  color: #666666;
  height: 34px;
  margin-left: 47px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
}

.sec5 .base .tab-content .tab-item ul li:hover .title {
  background: #ffffff;
  border-radius: 17px;
  color: #056cff;
}

.sec5 .base .tab-content .tab-item ul li:hover .title .num {
  background-color: #056cff;
}

.sec6 {
  background-color: #fff;
  padding: 52px 0;
}

.sec6 .base {
  width: 100%;
  min-width: 1285px;
}

.sec6 .container {
  margin-top: 50px;
  position: relative;
  height: 632px;
}

.sec6 .container .video-box {
  position: relative;
  cursor: pointer;
  /* 
            &:hover .icon {
                transition: all ease, 3s;
                animation: iconScale ease 0.8s infinite;
            } */
}

.sec6 .container .video-box .video-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  transition: all ease 0.3s;
}

.sec6 .container .video-box .video-mask::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sec6 .container .video-box .video-mask .icon {
  position: absolute;
  z-index: 10;
  font-size: 34px;
  color: #fff;
  cursor: pointer;
}

.sec6 .container .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec6 .container .con-left {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 55.25%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

.sec6 .container .con-left .video-mask .playBtn {
  z-index: 20;
  font-size: 116px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  position: relative;
  transition: all ease 0.2s;
}

.sec6 .container .con-left .video-mask .playBtn:hover {
  transform: scale(1.1);
}

.sec6 .container .con-left .video-mask .playBtn img {
  width: 176px;
  height: 176px;
  position: absolute;
  left: -30px;
  top: -30px;
}

@keyframes playBtn_ripple_1 {
  to {
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
  }
}

@keyframes playBtn_ripple_2 {
  from {
    opacity: 1;
  }

  5% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sec6 .container .con-left .video-mask .playBtn::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  transform-origin: center;
  transform: scale(1.5);
  animation: playBtn_ripple_2 1.5s infinite 1.5s;
}

.sec6 .container .con-left .video-mask .playBtn::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  transform-origin: center;
  animation: playBtn_ripple_1 1.5s infinite;
}

.sec6 .container .con-left img {
  height: 100%;
}

.sec6 .container .con-center {
  width: 18.8%;
  z-index: 20;
  position: absolute;
  left: 55.25%;
  margin-left: -18.4%;
  height: 632px;
  background: url(http://www.qfedu.com/imgs2022/videoModel-centerSkewLine.png);
  background-size: 100% 100%;
}

.sec6 .container .con-right {
  position: absolute;
  z-index: 22;
  right: 0;
  top: 0;
  width: 62.65%;
  height: 632px;
  background: url(http://www.qfedu.com/imgs2022/videoModel-bg.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.sec6 .container .con-right .wrapper {
  position: absolute;
  left: 9%;
  width: 709px;
  font-style: italic;
  text-align: right;
  padding-top: 108px;
  box-sizing: border-box;
  color: #ffffff;
}

.sec6 .container .con-right .wrapper h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 29px;
}

.sec6 .container .con-right .wrapper p {
  line-height: 22px;
  margin: 28px 0 36px 0;
  color: #ffffff;
}

.sec6 .container .con-right .wrapper .btn-more {
  float: right;
  width: 181px;
  height: 39px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  line-height: 39px;
  text-align: center;
  transition: all ease 0.3s;
}

.sec6 .container .con-right .wrapper .btn-more:hover {
  background-color: #fff;
  color: #326cf6;
}

.sec6 .container .con-right .wrapper h3,
.sec6 .container .con-right .wrapper p,
.sec6 .container .con-right .wrapper .btn-more {
  margin-right: 48px;
}

.sec6 .container .con-right .wrapper .swiper-container {
  margin-top: 131px;
  width: 616px;
  box-sizing: border-box;
}

.sec6 .container .con-right .wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: 190px !important;
}

.sec6 .container .con-right .wrapper .swiper-container .swiper-wrapper .swiper-slide .video-box {
  width: 100%;
  height: 106px;
  background-color: #000;
  border-radius: 8px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.sec6 .container .con-right .wrapper .swiper-container .swiper-wrapper .swiper-slide p {
  margin-right: 0;
  margin-top: 13px;
  font-style: normal;
  text-align: center;
  line-height: 18px;
}

.sec6 .container .con-right .wrapper .swiper-btns {
  position: absolute;
  right: 0;
  bottom: 140px;
  width: 709px;
}

.sec6 .container .con-right .wrapper .swiper-btns .swiper-btn {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background-image: none;
  font-size: 25px;
  text-align: center;
}

@keyframes iconScale {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.videoalert {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1000034;
}

@keyframes videoDown {
  0% {
    margin-top: -700px;
  }

  50% {
    margin-top: -197px;
  }

  80% {
    margin-top: -280px;
  }

  100% {
    margin-top: -197px;
  }
}

.videoalert>div {
  position: absolute;
  width: 700px;
  height: 394px;
  margin-left: -350px;
  margin-top: -300px;
  padding: 3px;
  top: 50%;
  left: 50%;
  /* border: 1px solid #444; */
  border: 6px solid #b1b1b1;
  border-radius: 6px;
  animation: videoDown 0.7s ease-in-out forwards;
}

.videoalert .videoalert21-videobox {
  width: 100%;
  height: 100%;
}

.videoalert .videoalert21-videobox>video {
  width: 100%;
  height: 100%;
}

.videoalert .videoalert21-close {
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
}

.videoalert .videoalert21-close .icon {
  font-size: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  color: #fff;
}

#div_company_mini {
  z-index: 1000035 !important;
}

.sec7 .slogan-list {
  margin: 38px auto 30px auto;
}

.sec7 .slogan-list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sec7 .slogan-list ul li {
  padding-left: 48px;
  position: relative;
}

.sec7 .slogan-list ul li .pre-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
}

.sec7 .slogan-list ul li h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

.sec7 .slogan-list ul li h3 span {
  font-size: 24px;
  color: #056cff;
  font-weight: 600;
}

.sec7 .slogan-list ul li p {
  margin-top: 5px;
  font-size: 13px;
  color: #666666;
  line-height: 20px;
}

.sec7 .main-box {
  padding: 40px 0 60px 0;
  background: #f7f7ff;
}

.sec7 .projects-container {
  margin-bottom: 14px;
  overflow: hidden;
}

.sec7 .projects-container .projects-track {
  display: flex;
  width: 2342px;
  box-sizing: border-box;
}

.sec7 .projects-container .projects-track .projects-item {
  margin-right: 17px;
  width: 320px;
  height: 176px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  background-position: no-repeat;
  background-size: 100% 100%;
  position: relative;
  background-position: center center;
  transition: background-size 0.2s ease;
}

.sec7 .projects-container .projects-track .projects-item:last-child {
  margin-right: 0;
}

.sec7 .projects-container .projects-track .projects-item:hover {
  background-size: 110% 110%;
}

.sec7 .projects-container .projects-track .projects-item:hover .dec-box {
  bottom: 0;
}

.sec7 .projects-container .projects-track .projects-item .dec-box {
  position: absolute;
  bottom: -53px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 53px;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
  box-sizing: border-box;
  font-size: 15px;
  color: #ffffff;
  line-height: 16px;
  transition: bottom ease 0.2s;
}

.sec7 .projects-container .projects-track .projects-item .dec-box .btn {
  width: 86px;
  height: 29px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  line-height: 29px;
}

.sec7 .projects-container .projects-track .projects-item .dec-box .btn:hover {
  background-color: #fff;
  color: #333333;
}

.sec7 .project-steps-box {
  margin-top: 40px;
}

.sec7 .project-steps-box .sec7-c-tit {
  padding-left: 13px;
  border-left: 5px solid #326cf6;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.sec7 .project-steps-box .sec7-c-tit em {
  margin-right: 25px;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.sec7 .project-steps-box .steps-wrapper {
  margin-top: 30px;
  height: 207px;
  background: #ffffff;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 40px 30px 28px 30px;
  display: flex;
}

.sec7 .project-steps-box .steps-wrapper .left-txts {
  margin-right: 15px;
}

.sec7 .project-steps-box .steps-wrapper .left-txts .s-tit {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 17px;
}

.sec7 .project-steps-box .steps-wrapper .left-txts .dec {
  margin-top: 26px;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.sec7 .project-steps-box .steps-wrapper .steps-list {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.sec7 .project-steps-box .steps-wrapper .steps-list .step {
  text-align: center;
  position: relative;
}

.sec7 .project-steps-box .steps-wrapper .steps-list .step .s-tit {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 600;
  color: #326cf6;
  line-height: 16px;
  position: relative;
}

.sec7 .project-steps-box .steps-wrapper .steps-list .step .s-tit::before {
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #326cf6;
  font-weight: normal;
}

.sec7 .project-steps-box .steps-wrapper .steps-list .step .dec {
  padding: 0 23px;
  height: 95px;
  background: #e6eeff;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.sec7 .project-steps-box .steps-wrapper .steps-list .step .arrow-right {
  z-index: 2;
  position: absolute;
  bottom: 33px;
  right: -17px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #326cf6;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  animation: phoneIcon_ani ease 0.5s infinite alternate;
}

.sec7 .project-steps-box .steps-wrapper .steps-list .step:last-child .arrow-right {
  display: none;
}

.sec8 {
  padding: 50px 0 0 0;
}

.sec8 .tit {
  display: inline-block;
}

.sec8 .tab-nav {
  display: flex;
  align-items: center;
}

.sec8 .tab-nav-item {
  margin-right: 20px;
  width: 150px;
  height: 42px;
  background: #f7f7ff;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.2s;
}

.sec8 .tab-nav-item.active {
  color: #fff;
  background: #056cff;
}

.sec8 .tab-nav-item.active .icon {
  color: #fff;
}

.sec8 .tab-nav-item .icon {
  margin-right: 10px;
  font-size: 18px;
  color: #326cf6;
}

.sec8 .tab-links {
  margin-top: -28px;
  float: right;
  height: 16px;
}

.sec8 .tab-links .link-more {
  display: none;
  font-size: 16px;
  color: #7f7f7f;
  line-height: 16px;
}

.sec8 .tab-links .link-more:hover {
  color: #326cf6;
}

.sec8 .tab-links .link-more.active {
  display: block;
}

.sec8 .tab-content {
  margin-top: 30px;
}

.sec8 .tab-content-item {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}

.sec8 .tab-content-item.active {
  position: relative;
  z-index: 2;
  opacity: 1;
}

.sec8 .it-zcjy-box .content-tab-navs,
.sec8 .it-mst-box .content-tab-navs {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sec8 .it-zcjy-box .content-tab-navs .content-tab-nav,
.sec8 .it-mst-box .content-tab-navs .content-tab-nav {
  height: 30px;
  position: relative;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
}

.sec8 .it-zcjy-box .content-tab-navs .content-tab-nav.active::after,
.sec8 .it-mst-box .content-tab-navs .content-tab-nav.active::after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #326cf6;
  border-radius: 2px;
}

.sec8 .it-zcjy-box .articles-box,
.sec8 .it-mst-box .articles-box {
  display: none;
}

.sec8 .it-zcjy-box .articles-box.active,
.sec8 .it-mst-box .articles-box.active {
  display: flex;
}

.sec8 .it-zcjy-box .swiper-container,
.sec8 .it-mst-box .swiper-container {
  flex-shrink: 0;
  margin: 0;
  position: relative;
  width: 335px;
  height: 286px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(50, 108, 246, 0.1);
  border-radius: 10px;
}

.sec8 .it-zcjy-box .swiper-container .hot-tag,
.sec8 .it-mst-box .swiper-container .hot-tag {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 30px;
  width: 46px;
  height: 46px;
  background: linear-gradient(90deg, #ff4e00, #ff2400);
  border-radius: 0px 0px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec8 .it-zcjy-box .swiper-container .hot-tag .icon,
.sec8 .it-mst-box .swiper-container .hot-tag .icon {
  font-size: 24px;
  color: #fff;
}

.sec8 .it-zcjy-box .swiper-container .tit-box,
.sec8 .it-mst-box .swiper-container .tit-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 15px;
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  background-color: #fff;
  overflow: hidden;
}

.sec8 .it-zcjy-box .swiper-container .swiper-item-tit,
.sec8 .it-mst-box .swiper-container .swiper-item-tit {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 17px;
}

.sec8 .it-zcjy-box .swiper-container .swiper-item-digest,
.sec8 .it-mst-box .swiper-container .swiper-item-digest {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  opacity: 0.8;
}

.sec8 .it-zcjy-box .swiper-container .swiper-slide a:first-child,
.sec8 .it-mst-box .swiper-container .swiper-slide a:first-child {
  overflow: hidden;
  width: 100%;
  height: 176px;
}

.sec8 .it-zcjy-box .swiper-container .swiper-slide a:first-child:hover .img-con,
.sec8 .it-mst-box .swiper-container .swiper-slide a:first-child:hover .img-con {
  transform: scale(1.1);
}

.sec8 .it-zcjy-box .swiper-container .img-con,
.sec8 .it-mst-box .swiper-container .img-con {
  width: 100%;
  height: 100%;
  transition: all ease 0.2s;
}

.sec8 .it-zcjy-box .swiper-container .swiper-pagination,
.sec8 .it-mst-box .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 25px;
  left: unset;
  right: 30px;
  height: 5px;
  text-align: end;
}

.sec8 .it-zcjy-box .swiper-container .swiper-pagination-bullet,
.sec8 .it-mst-box .swiper-container .swiper-pagination-bullet {
  margin: 0 0 0 4px;
  width: 13px;
  height: 5px;
  background: #ffffff;
  opacity: 0.4;
  border-radius: 3px;
  transition: all ease 0.2s;
}

.sec8 .it-zcjy-box .swiper-container .swiper-pagination-bullet-active,
.sec8 .it-mst-box .swiper-container .swiper-pagination-bullet-active {
  width: 22px;
  opacity: 1;
}

.sec8 .it-zcjy-box .article-list,
.sec8 .it-mst-box .article-list {
  margin-left: 30px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec8 .it-zcjy-box .article-list li,
.sec8 .it-mst-box .article-list li {
  margin-bottom: 20px;
  width: 398px;
  height: 82px;
}

.sec8 .it-zcjy-box .article-list li:last-child,
.sec8 .it-mst-box .article-list li:last-child {
  margin-bottom: 0;
}

.sec8 .it-zcjy-box .article-list a,
.sec8 .it-mst-box .article-list a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.sec8 .it-zcjy-box .article-list a:hover .info .title,
.sec8 .it-mst-box .article-list a:hover .info .title {
  color: #326cf6;
}

.sec8 .it-zcjy-box .article-list .cover,
.sec8 .it-mst-box .article-list .cover {
  flex-shrink: 0;
  margin-right: 13px;
  width: 143px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.sec8 .it-zcjy-box .article-list .cover img,
.sec8 .it-mst-box .article-list .cover img {
  width: 100%;
  height: 100%;
}

.sec8 .it-zcjy-box .article-list .info,
.sec8 .it-mst-box .article-list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec8 .it-zcjy-box .article-list .info .title,
.sec8 .it-mst-box .article-list .info .title {
  font-size: 15px;
  color: #333;
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.2s ease;
}

.sec8 .it-zcjy-box .article-list .info .time,
.sec8 .it-mst-box .article-list .info .time {
  display: flex;
  align-items: center;
  height: 16px;
  font-size: 14px;
  color: #999999;
}

.sec8 .it-zcjy-box .article-list .info .time .icon,
.sec8 .it-mst-box .article-list .info .time .icon {
  margin-right: 10px;
  font-size: 16px;
}

.sec9 {
  padding: 20px 0 40px 0;
}

.sec9 .articles-wrapper {
  display: flex;
  justify-content: space-between;
}

.sec9 .articles-wrapper .article-box {
  width: 580px;
}

.sec9 .articles-wrapper .article-box .s-tit {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.sec9 .articles-wrapper .article-box .s-tit a:first-child {
  color: #000;
}

.sec9 .articles-wrapper .article-box .s-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 26px;
  background: #326cf6;
  border-radius: 3px;
}

.sec9 .articles-wrapper .article-box .s-tit .btn {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.sec9 .articles-wrapper .article-box .s-tit .btn:hover {
  color: #326cf6;
}

.sec9 .articles-wrapper .article-box .content-box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  height: 163px;
}

.sec9 .articles-wrapper .article-box .content-box .cover-box {
  margin-right: 20px;
  width: 255px;
  height: 163px;
  overflow: hidden;
  border-radius: 10px;
}

.sec9 .articles-wrapper .article-box .content-box .cover-box .cover {
  width: 100%;
  height: 100%;
  transition: all ease 0.2s;
}

.sec9 .articles-wrapper .article-box .content-box .cover-box:hover .cover {
  transform: scale(1.1);
}

.sec9 .articles-wrapper .article-box .content-box .article-list {
  width: 316px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec9 .articles-wrapper .article-box .content-box .article-list .article {
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.sec9 .articles-wrapper .article-box .content-box .article-list .article:hover {
  color: #fe5133;
}

.sec9 .articles-wrapper .article-box .content-box .article-list .article::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
}

.sec9 .articles-wrapper .article-box .content-box .article-list .article:nth-child(-n + 3)::before {
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  text-align: center;
  line-height: 14px;
  color: #fff;
  font-style: 12px;
}

.sec9 .articles-wrapper .article-box .content-box .article-list .article:nth-child(1)::before {
  content: "1";
  background-color: #ff0000;
}

.sec9 .articles-wrapper .article-box .content-box .article-list .article:nth-child(2)::before {
  content: "2";
  background-color: #ff7200;
}

.sec9 .articles-wrapper .article-box .content-box .article-list .article:nth-child(3)::before {
  content: "3";
  background-color: #ffae00;
}

.sec10 {
  padding: 55px 0;
}

.sec10 .solgans {
  margin: 44px 0 48px 0;
  padding: 0 74px;
  display: flex;
  justify-content: space-between;
}

.sec10 .solgans .item {
  display: block;
  width: 128px;
}

.sec10 .solgans .item span {
  margin: 0 auto 16px auto;
  display: block;
  width: 87px;
  height: 87px;
  background: url("http://www.qfedu.com/imgs2022/hexagon_bg.png") no-repeat;
  background-size: 100% 100%;
  line-height: 87px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 1px 1px #056cff;
  text-indent: 10px;
  transition: all ease 0.3s;
}

.sec10 .solgans .item span:hover {
  transform: translateY(-10px);
}

.sec10 .solgans .item p {
  height: 16px;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  white-space: nowrap;
}

.sec10 .content {
  display: flex;
  justify-content: center;
  flex-grow: 0;
}

.sec10 .content .item {
  width: 240px;
  height: 400px;
  position: relative;
  color: #fff;
  transition: all ease 0.3s;
  overflow: hidden;
}

@keyframes maskFadeOut {
  from {
    background-color: rgba(0, 0, 0, 0.4);
  }

  to {
    background-color: rgba(0, 0, 0, 0);
    z-index: -1;
    display: none;
  }
}

.sec10 .content .item::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.sec10 .content .item .cover {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}

.sec10 .content .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  height: 100px;
  background: rgba(0, 14, 50, 0.7);
  box-sizing: border-box;
  transition: all ease 0.3s;
}

.sec10 .content .item .text h3 {
  margin-bottom: 10px;
  padding-left: 10px;
  height: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 19px;
  border-left: 5px solid #056cff;
}

.sec10 .content .item .text p {
  font-size: 13px;
  line-height: 17px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sec10 .content .item.active {
  flex-grow: 1;
}

.sec10 .content .item.active::after {
  animation: maskFadeOut 0.5s ease forwards 1;
}

.sec10 .content .item.active .text {
  background: #056cff;
}

.sec10 .content .item.active .text h3 {
  border-left-color: #fff;
}

.adver-banner {
  height: 110px;
  position: relative;
  overflow: hidden;
}

.adver-banner:hover img {
  width: 2016px;
  height: 117.5px;
}

.adver-banner:hover .btn {
  transform: scale(1.05);
}

.adver-banner img {
  position: absolute;
  width: 1920px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}

.adver-banner .base {
  position: relative;
}

.adver-banner .btn {
  position: absolute;
  right: 0;
  top: 32px;
  width: 173px;
  height: 46px;
  background: linear-gradient(-90deg, #29f19c, #02a1f9);
  border-radius: 23px;
  font-size: 18px;
  font-family: Alibaba;
  font-weight: normal;
  font-style: italic;
  color: #0c36c5;
  line-height: 46px;
  text-align: center;
  transition: all ease 0.3s;
  overflow: hidden;
}

.adver-banner .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  left: 83px;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: cycleScale_40 1s ease infinite;
}

.sec11 {
  padding: 50px 0;
}

.sec11 .rmbd_message {
  width: 1196px;
  height: 38px;
  margin-top: 30px;
  position: relative;
  background-color: #f8f8fa;
}

.sec11 .rmbd_message .head {
  position: absolute;
  left: 0;
  top: 0;
  width: 115px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  color: #326cf6;
  background-color: #d4e9fb;
}

.sec11 .rmbd_message .head::after {
  position: absolute;
  right: -22px;
  top: 8px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left-color: #d4e9fb;
}

.sec11 .rmbd_message .mess {
  height: 38px;
  margin-left: 170px;
}

.sec11 .rmbd_message .mess .swiper-slide {
  display: inline-flex;
  align-items: center;
}

.sec11 .rmbd_message .mess .swiper-slide a {
  display: block;
  width: 338px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}

.sec11 .rmbd_message .mess .swiper-slide a:hover {
  color: #326cf6;
}

.sec11 .rmbd_message .mess .swiper-slide a:nth-child(2) {
  border-left: 1px solid #aaaaab;
  border-right: 1px solid #aaaaab;
}

.sec11 .video_list {
  padding-top: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec11 .video_list li {
  margin-top: 20px;
}

.sec11 .video_list li a {
  position: relative;
  display: block;
  width: 224px;
  height: 87px;
  box-sizing: border-box;
  border-radius: 8px;
  transition: all ease 0.3s;
  overflow: hidden;
}

.sec11 .video_list li a div {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.sec11 .video_list li a .video_ico {
  width: 224px;
  height: 87px;
  font-size: 18px;
  color: #333333;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
}

.sec11 .video_list li a .video_ico::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  opacity: 0.05;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  right: -25px;
  top: 14px;
  transition: all ease 0.3s;
}

.sec11 .video_list li a .video_ico::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  opacity: 0.05;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  right: -45px;
  top: 14px;
  transition: all ease 0.3s;
}

.sec11 .video_list li a .video_ico>div:first-child {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 29px;
}

.sec11 .video_list li a .video_ico .icon {
  position: absolute;
  z-index: 20;
  right: 29px;
  bottom: 12px;
  display: inline-block;
  width: 34px;
  height: 36px;
  font-size: 36px;
  color: #fff;
  transition: all ease 0.3s;
}

.sec11 .video_list li a .video_ico h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
  transition: all ease 0.3s;
}

.sec11 .video_list li a .video_ico em {
  font-size: 13px;
  color: #fff;
  transition: all ease 0.3s;
}

.sec11 .video_list li a:hover .icon {
  transform: rotateY(360deg);
  transition: all ease 1.2s;
}

.sec11 .video_list li a:hover .video_ico h4,
.sec11 .video_list li a:hover .icon,
.sec11 .video_list li a:hover em {
  color: #fff !important;
}

.sec11 .video_list li a:hover .video_ico {
  /*         &::after,
              &::before {
                background-color: rgb(255, 255, 255) !important;
                opacity: 0.1;
                transition: all ease 0.6s;
              } */
}

.sec11 .video_list li a:hover .video_ico::after {
  transform: translateY(-60px) translateX(-130px);
}

.sec11 .video_list li a:hover .video_ico::before {
  transform: translateY(-30px) translateX(30px);
}

.sec11 .video_list li:first-of-type a .video_ico {
  background-color: #ff2b00;
}

.sec11 .video_list li:first-of-type a:hover .video_ico {
  background-color: #ff2b00;
}

.sec11 .video_list li:nth-of-type(2) a .video_ico {
  background-color: #3166e8;
}

.sec11 .video_list li:nth-of-type(3) a .video_ico {
  background-color: #ed6c14;
}

.sec11 .video_list li:nth-of-type(4) a .video_ico {
  background-color: #d13089;
}

.sec11 .video_list li:nth-of-type(5) a .video_ico {
  background-color: #ec371f;
}

.sec11 .video_list li:nth-of-type(6) a .video_ico {
  background-color: #189f75;
}

.sec11 .video_list li:nth-of-type(7) a .video_ico {
  background-color: #0685c4;
}

.sec11 .video_list li:nth-of-type(8) a .video_ico {
  background-color: #8716e1;
}

.sec11 .video_list li:nth-of-type(9) a .video_ico {
  background-color: #374974;
}

.sec11 .video_list li:nth-of-type(10) a .video_ico {
  background-color: #36ac1a;
}

.sec11 .video_list li:nth-of-type(11) a .video_ico {
  background-color: #8020c7;
}

.sec11 .video_list li:nth-of-type(12) a .video_ico {
  background-color: #1db168;
}

.sec11 .video_list li:nth-of-type(13) a .video_ico {
  background-color: #10958b;
}

.sec11 .video_list li:nth-of-type(14) a .video_ico {
  background-color: #ffac00;
}

.sec11 .video_list li:nth-of-type(15) a .video_ico {
  background-color: #0083fb;
}

.sec12 {
  /* height: 630px; */
  background: #f7f8fa;
  padding: 52px 0;
}

.sec12 .service-box {
  display: flex;
  width: 1196px;
  margin-top: 29px;
}

.sec12 .service-box .list {
  display: flex;
  /* width: 758px; */
}

@keyframes hoverMotion {
  from {
    transform: translateX(0);
  }

  50% {
    transform: translateX(20px);
  }

  to {
    transform: translateX(0);
  }
}

.sec12 .ser-left {
  position: relative;
  width: 146px;
  height: 342px;
  background: #40b2f1 url(http://www.qfedu.com/images/index2021/xqfw.jpg) no-repeat;
  background-size: 146px 468px;
  transition: 0.5s ease;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 126px;
  display: none;
}

.sec12 .ser-left .text {
  animation: hoverMotion 0.5s ease 1;
}

.sec12 .ser-left.xxfw {
  background: #40b2f1 url(http://www.qfedu.com/images/index2021/xxfw.jpg) no-repeat;
  background-size: 146px 468px;
}

.sec12 .ser-left.shfw {
  background: #40b2f1 url(http://www.qfedu.com/images/index2021/shfw.jpg) no-repeat;
  background-size: 146px 468px;
}

.sec12 .ser-left.jyfw {
  background: #40b2f1 url(http://www.qfedu.com/images/index2021/jyfw.jpg) no-repeat;
  background-size: 146px 468px;
}

.sec12 .ser-left.zhfw {
  background: #40b2f1 url(http://www.qfedu.com/images/index2021/zhfw.jpg) no-repeat;
  background-size: 146px 468px;
}

.sec12 .ser-left .i5-button {
  display: block;
  width: 91px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  border: solid 1px #e8f3fc;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin: 28px auto 0 auto;
  transition: all ease-out 0.3s;
}

.sec12 .ser-left .i5-button:hover {
  background: #fff;
  color: #326cf6;
}

.sec12 .ser-left.active {
  /* width: 146px; */
  display: block;
}

.sec12 .ser-right.active {
  /* display: none; */
  width: 0;
}

.sec12 .ser-middle.active {
  /* display: block; */
  width: 466px;
}

.sec12 .ser-middle {
  /* width: 466px; */
  width: 0;
  height: 468px;
  background: #fff;
  /* display: none; */
  overflow-x: hidden;
  overflow-y: auto;
  transition: all ease 0.5s;
}

.sec12 .ser-middle ul {
  width: 416px;
  margin: 0 auto;
}

.sec12 .ser-middle ul li {
  width: 416px;
  border-bottom: 1px solid #dde0e5;
  padding-bottom: 12px;
}

.sec12 .ser-middle ul li:last-child {
  border: none;
}

.sec12 .ser-middle ul li h3 {
  font-size: 18px;
  color: #333333;
  padding: 20px 0 12px 0;
}

.sec12 .ser-middle ul li div {
  display: flex;
  justify-content: space-between;
}

.sec12 .ser-middle ul li p {
  width: 266px;
  font-size: 14px;
  color: #999999;
}

.sec12 .ser-middle ul li .i5-button2 {
  width: 91px;
  height: 30px;
  line-height: 28px;
  border-radius: 6px;
  border: solid 1px #326cf6;
  font-size: 14px;
  text-align: center;
  color: #326cf6;
  box-sizing: border-box;
  transition: all ease-out 0.3s;
}

.sec12 .ser-middle ul li .i5-button2:hover {
  color: #fff;
  background: #326cf6;
}

.sec12 .ser-right {
  position: relative;
  width: 146px;
  height: 468px;
  background: #475967 url(http://www.qfedu.com/images/index2021/xqfw1.jpg) no-repeat;
  background-size: 146px 468px;
  /* display: none; */
  overflow: hidden;
}

.sec12 .ser-right.xxfw1 {
  background: #475967 url(http://www.qfedu.com/images/index2021/xxfw1.png) no-repeat;
  background-size: 146px 468px;
}

.sec12 .ser-right.shfw1 {
  background: #475967 url(http://www.qfedu.com/images/index2021/shfw1.png) no-repeat;
  background-size: 146px 468px;
}

.sec12 .ser-right.jyfw1 {
  background: #475967 url(http://www.qfedu.com/images/index2021/jyfw1.png) no-repeat;
  background-size: 146px 468px;
}

.sec12 .ser-right.zhfw1 {
  background: #475967 url(http://www.qfedu.com/images/index2021/zhfw1.png) no-repeat;
  background-size: 146px 468px;
}

.sec12 .ser-right h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 186px;
  text-align: center;
}

.sec12 .ser-right img {
  display: block;
  width: 38px;
  height: 10px;
  margin: 40px auto 0 auto;
}

.ser-left span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 14px;
  border-bottom: solid 2px #ffffff;
}

.ser-left p {
  width: 112px;
  font-size: 14px;
  color: #ffffff;
  margin: 36px auto 0 auto;
}

.sec13 {
  width: 100%;
  padding: 52px 0 20px 0;
  position: relative;
}

.sec13::before {
  z-index: -1;
  position: absolute;
  top: 440px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 331px;
  background: linear-gradient(1deg, #056cff, #0040e8);
  border: 2px solid #fff;
}

.sec13-tit {
  position: relative;
  font-size: 16px;
  color: #666666;
  margin-top: 54px;
  padding-left: 20px;
  line-height: 1;
}

.sec13-tit span {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-right: 30px;
}

.sec13-tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 19px;
  background-color: #326cf6;
}

.sec13-books {
  display: flex;
  justify-content: center;
  width: 1196px;
  margin-top: 44px;
}

.sec13-books div {
  position: relative;
  width: 198px;
  height: 284px;
  margin-left: -103px;
}

.sec13-books div:first-child {
  margin-left: 0;
}

.sec13-books div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 198px;
  height: 284px;
  transition: all ease 0.8s;
}

.sec13-books div:hover img {
  transform: translate(-80px);
}

.sec13-tips {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.sec13-tips li {
  display: flex;
  width: 299px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.sec13-tips li .icon {
  margin-right: 16px;
  display: inline-block;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec13-tips li div {
  width: 170px;
  font-size: 14px;
  color: #ffffff;
}

.sec13-tips li div h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 17px;
}

.sec13-tips li div p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 16px;
}

.sec13-logos-box {
  width: 1196px;
  overflow: hidden;
}

.sec13-logos {
  position: relative;
  width: 1196px;
  height: 164px;
  overflow: hidden;
}

.sec13-logos ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 32px;
}

.sec13-logos ul li {
  flex: 1;
  width: 80px;
  text-align: center;
  font-size: 14px;
  color: #999999;
}

.sec13-logos ul li img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.sec13-logos ul li p {
  white-space: nowrap;
}

/* 品牌矩阵 */
.ppjz {
  height: 120px;
  padding-top: 19px;
  box-sizing: border-box;
}

.ppjz-tit {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  color: #2a2a2a;
  line-height: 1;
}

.ppjz-tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 19px;
  background-color: #326cf6;
}

.ppjz-box {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  width: 1132px;
  margin-left: 36px;
}

.ppjz-box img {
  width: 135px;
  /* height: 37px; */
}

/* banner */
.banner_wrap {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.banner_box {
  position: relative;
  width: 100%;
  height: 400px;
}

.banner_box .base {
  position: relative;
  height: 400px;
}

.banner_box .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}

.banner_box .banner .swiper-slide {
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner_box .banner .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  min-width: 1920px;
  height: 100%;
  transform: translate(-50%, -50%);
}

.banner-swiper-btns {
  position: absolute;
  top: 174px;
  left: 50%;
  transform: translateX(-50%);
  width: 1232px;
  z-index: 1;
}

.banner_list {
  position: absolute;
  top: 0;
  left: 0;
  display: table-cell;
  vertical-align: middle;
  width: 228px;
  z-index: 10;
}

.banner_left_tit {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: 45px;
  background: #326CF6;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: PingFangSC;
  font-weight: 600;
  color: #fff;
}

.banner_left_tit .icon {
  margin-left: 7px;
  font-size: 12px;
}

.banner_up_left {
  position: relative;
  height: 534px;
  padding: 10px 6px;
  background: #fff;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 2px 13px 0px rgba(215, 220, 234, 0.32);
}

.banner_up_left a {
  position: relative;
  align-items: center;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  width: 100%;
  color: #333333;
  overflow: hidden;
  border-radius: 8px;
  transition: all ease 0.1s;
}

.banner_up_left a:hover,
.banner_up_left a.active {
  background: #326CF6;
  color: #fff;
}

.banner_up_left a span,
.banner_up_left a i {
  display: inline-block;
}

.banner_up_left a i.icon,
.banner_up_left a i.xkiconfont {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 32px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  padding-left: 7px;
  color: #fff;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.banner_up_left a:hover i.icon,
.banner_up_left a.active i.icon,
.banner_up_left a:hover i.xkiconfont,
.banner_up_left a.active i.xkiconfont {
  background: url(/images/index2/subject-icon-bg.jpg) no-repeat;
}

.banner_up_left a span {
  width: 175px;
  padding-left: 10px;
  white-space: nowrap;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev,
.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
  display: none;
  width: 32px;
  height: 68px;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  transition: all ease 0.1s;
  line-height: 50px;
  text-align: center;
  font-size: 40px;
}

.banner .swiper-button-next:hover,
.banner .swiper-container-rtl .swiper-button-prev:hover,
.banner .swiper-button-prev:hover,
.banner .swiper-container-rtl .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.banner .swiper-pagination {
  position: absolute;
  bottom: -208px;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}

.banner .swiper-pagination-bullet {
  width: 45px;
  height: 3px;
  background: rgba(121, 124, 130, 0.4);
  border-radius: 0;
  opacity: 1;
  margin: 0 5px;
}

.banner .swiper-pagination-bullet-active {
  position: relative;
  width: 45px;
  height: 3px;
  background: rgba(121, 124, 130, 0.4);
}

.banner .swiper-pagination-bullet-active::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 45px;
  height: 3px;
  background: #f0f1f2;
  animation: mymove 3s linear;
  -webkit-animation: mymove 3s linear;
}

@keyframes mymove {
  from {
    width: 0px;
  }

  to {
    width: 22;
  }
}

@-webkit-keyframes mymove {
  from {
    width: 0px;
  }

  to {
    width: 22px;
  }
}

/* @keyframes myFadeInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }
} */
.nav-right-mask {
  display: none;
  /* opacity: 0; */
  position: absolute;
  top: 0;
  right: -340px;
  width: 340px;
  height: 400px;
  padding: 20px 20px 18px 20px;
  background: #FFFFFF;
  border-radius: 0px 10px 10px 0px;
  box-sizing: border-box;
  /* animation: myFadeInRight ease 0.2s forwards 1; */
}

.nav-right-mask .show-banner {
  width: 100%;
  height: 90px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-left: 25px;
  box-sizing: border-box;
}

.nav-right-mask .show-banner em {
  margin-bottom: 8px;
  line-height: 15px;
  font-size: 16px;
  font-weight: 600;
}

.nav-right-mask .show-banner span {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

.nav-right-mask-tit {
  margin: 15px 0 10px 0;
  line-height: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.nav-right-mask .nav-mask-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.nav-right-mask .nav-mask-info a {
  width: 145px;
  height: 56px;
  background: #F7F7FF;
  border-radius: 6px;
  box-sizing: border-box;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all ease 0.1s;
}

.nav-right-mask .nav-mask-info a:nth-of-type(-n+2) {
  margin-bottom: 10px;
}

.nav-right-mask .nav-mask-info a:hover {
  background: #326CF6;
}

.nav-right-mask .nav-mask-info a:hover em,
.nav-right-mask .nav-mask-info a:hover p,
.nav-right-mask .nav-mask-info a:hover .icon {
  color: #fff;
}

.nav-right-mask .nav-mask-info a em {
  display: block;
  line-height: 16px;
  color: #333333;
}

.nav-right-mask .nav-mask-info a p {
  margin-left: 24px;
  margin-top: 5px;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
}

.nav-right-mask .nav-mask-info a .icon {
  font-size: 18px;
  color: #326CF6;
}

.nav-right-mask .nav-mask-info a .icon:first-of-type {
  margin-right: 7px;
}

.nav-right-mask .nav-mask-info a .icon:nth-of-type(2) {
  font-size: 13px;
  margin-left: 7px;
}

.nav-right-mask .nav-mask-info a .icon-HOT {
  color: #FF2020;
}

.nav-right-mask .nav-mask-info a .icon-NEW {
  color: #FFAE00;
}

.nav-right-mask .nav-mask-foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav-right-mask .nav-mask-foot p {
  width: 145px;
  height: 31px;
  background: #F7F7FF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666666;
}

.nav-right-mask .nav-mask-foot p:nth-of-type(-n+2) {
  margin-bottom: 10px;
}

.nav-right-mask .nav-mask-foot p:hover {
  background: #326CF6;
  color: #fff;
}

.nav-right-mask .nav-mask-foot p:hover .pre-icon {
  color: #326CF6;
  background-color: #fff;
}

.nav-right-mask .nav-mask-foot p .pre-icon {
  flex-shrink: 0;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background-color: #C9CDD7;
  border-radius: 50%;
  color: #fff;
}

.nav-right-mask:nth-of-type(11),
.nav-right-mask:nth-of-type(12),
.nav-right-mask:nth-of-type(13),
.nav-right-mask:nth-of-type(14),
.nav-right-mask:nth-of-type(15) {
  top: unset;
  bottom: 0;
}

@keyframes cycleRotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes moveTop {
  from {
    bottom: -50px;
  }

  to {
    bottom: 0;
  }
}

@keyframes cycleScale_40 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(30);
  }
}

.nav-right-mask .nav-right-pmp {
  margin: 31px auto 12px auto;
  background: url(http://www.qfedu.com/images/index2021/mask/pmp.png) no-repeat;
}

.nav-right-mask .nav-right-redhat {
  background: url(http://www.qfedu.com/images/index2021/mask/redhat.png) no-repeat;
}

.nav-right-mask .nav-right-rzks {
  background: url(http://www.qfedu.com/images/index2021/mask/rzks.png) no-repeat;
}

.nav-right-mask .nav-right-huawei {
  margin-bottom: 0;
  background: url(http://www.qfedu.com/images/index2021/mask/huawei.png) no-repeat;
}

.nav-right-mask .nav-right-pmp,
.nav-right-mask .nav-right-redhat,
.nav-right-mask .nav-right-rzks,
.nav-right-mask .nav-right-huawei {
  width: 248px;
  height: 76px;
  line-height: 76px;
  background-size: 265px 76px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 17px;
  margin: 0 auto 12px auto;
  overflow: hidden;
  position: relative;
}

.nav-right-mask .nav-right-pmp:hover::before,
.nav-right-mask .nav-right-redhat:hover::before,
.nav-right-mask .nav-right-rzks:hover::before,
.nav-right-mask .nav-right-huawei:hover::before {
  content: '';
  display: block;
  position: absolute;
  top: 33px;
  left: 119px;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: cycleScale_40 1.3s ease infinite;
}

.sec1 {
  position: relative;
  height: 129px;
  /* z-index: 1000034; */
  border-radius: 9px;
}

.sec1 ul {
  padding-left: 224px;
  width: 976px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}

.sec1 ul li {
  width: 204px;
  height: 48px;
  text-align: center;
  border-right: 1px solid #d2d2d3;
  font-size: 14px;
  color: #999999;
  box-sizing: border-box;
}

.sec1 ul li:last-child {
  border: none;
}

.sec1 ul li h3 {
  font-size: 14px;
  color: #333333;
}

.sec1 ul li h3 span {
  font-size: 34px;
  color: #326cf6;
}