body {
  overflow-x: hidden;
}

@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
}

body {
  padding-bottom: 0;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

table,
tr,
td,
th,
thead,
tbody {
  position: static;
}

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 {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
}

em,
i {
  font-style: normal;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.base {
  width: 1200px;
  margin: auto;
}

/*top*/
.sy_top {
  position: relative;
  width: 100%;
  height: 37px;
  background-color: #eef0f4;
  z-index: 1000033;
}

.sy_top_c {
  height: 37px;
}

.sy_top p {
  float: left;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #979797;
}

.sy_top .sy_top_left {
  width: 517px;
  float: left;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 36px;
}

.sy_top .sy_top_right {
  float: right;
  width: auto;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 100%;
}

.sy_top .sy_top_right .addFavorite {
  display: inline-block;
  font-size: 14px;
  color: #979797;
  padding-right: 10px;
  margin-right: 15px;
  border-right: 1px solid #999d9f;
  height: 14px;
  line-height: 14px;
}

.sy_top .sy_top_right .addFavorite:hover {
  text-decoration: underline;
}

.sy_top .sy_top_right .weibo {
  position: relative;
  padding-left: 5px;
  width: 78px;
  height: 24px;
  background: #fff;
  border: 1px solid #999d9f;
  border-radius: 4px;
  line-height: 24px;
  box-sizing: border-box;
}

.sy_top .sy_top_right .weibo .icon {
  margin-top: 3px;
  width: 18px;
}

.sy_top .sy_top_right .weibo span {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  background: linear-gradient(1deg, #fe6662, #d90e07);
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.sy_top .sy_top_right a:last-child {
  margin-left: 20px;
  display: inline-block;
  width: 108px;
  height: 24px;
  background: #326cf6;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  position: relative;
}

.sy_top .sy_top_right a:last-child div {
  position: absolute;
  width: 140px;
  height: 180px;
  left: 50%;
  top: 27px;
  margin-left: -70px;
  box-sizing: border-box;
  padding-top: 9px;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: none;
}

.sy_top .sy_top_right a:last-child div img {
  margin-top: -8px;
}

.sy_top .sy_top_right a:last-child div p {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

.sy_top .sy_top_right a:last-child:hover div {
  display: block;
}

/*---------------------------------------------nav---------------------------*/
.nav_main {
  position: relative;
  background: #fff;
}

.nav_bg {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  height: 103px;
}

.nav-logo-box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
}

.nav_logo {
  width: 156px;
  height: 43px;
  /* margin-right: 30px; */
}

.index_nav_r {
  width: 174px;
  height: 18px;
}

.nav_main a:hover {
  text-decoration: none;
}

.nav_left {
  width: 132px;
  margin-left: 30px;
  padding-right: 20px;
}

.nav_left .xq_tab {
  position: relative;
  cursor: pointer;
  /* width: 65px; */
  z-index: 11;
  border-bottom: solid 1px #238be9;
  text-align: center;
  padding-bottom: 10px;
}

.nav_left .p1 {
  position: absolute;
  left: 140px;
  /* top: 40px; */
  top: -30px;
  width: 0px;
  height: 0px;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #fff;
  opacity: 0;
}

.nav_left:hover .p1 {
  width: 515px;
  height: 115px;
  border: 1px solid #dfdfdf;
  text-align: left;
  transition: all ease 0.3s;
  opacity: 1;
}

.nav_left i {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  margin-bottom: 2px;
}

.nav_left .xq_tab em {
  position: relative;
  font-size: 16px;
  color: #3c3c3c;
  font-weight: normal;
}

.nav_left em::before {
  position: absolute;
  left: -24px;
  top: 0;
  width: 16px;
  height: 22px;
  content: "";
  background: url(http://www.qfedu.com/images/index2021/school_icon1.png) no-repeat;
  background-size: 16px;
}

.nav_left em:after {
  position: absolute;
  right: -18px;
  top: 8px;
  width: 10px;
  height: 6px;
  content: "";
  background: url(http://www.qfedu.com/images/index2021/school_icon2.png) no-repeat;
  background-size: 10px 6px;
}

.nav_left span {
  display: inline-block;
  font-size: 14px;
  color: #000;
  margin-left: 20px;
  padding-top: 10px;
}

.nav_left p {
  display: flex;
  margin-left: 20px;
}

.nav_left a {
  color: #333;
  font-size: 14px;
}

.nav_left a:hover {
  color: #326cf6;
}

.nav_phone {
  position: absolute;
  right: 0;
  font-size: 25px;
  color: #326cf6;
  line-height: 23px;
  display: flex;
}

@keyframes phoneIcon_ani {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

.nav_phone .icon {
  margin-right: 9px;
  font-size: 28px;
  animation: phoneIcon_ani ease 0.5s infinite alternate;
}

.nav_right_bg {
  position: relative;
  height: 47px;
  background-color: #326cf6;
}

.nav_right {
  display: flex;
}

.nav_right .nav:nth-child(1) {
  margin-left: 0 !important;
}

.nav_right a:nth-last-child(1) {
  padding-right: 0;
}

.nav_right i a {
  padding: 0;
  display: block;
  margin: 0 auto;
  line-height: 45px;
  font-size: 16px;
  color: #000;
}

.nav_right i {
  position: relative;
  line-height: 47px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

.nav_right i div {
  position: absolute;
  top: 47px;
  background: #fff;
  text-align: center;
  width: 100%;
  left: -1px;
  height: 0px;
  overflow: hidden;
  white-space: nowrap;
}

.nav_right i:hover div {
  height: 130px !important;
  animation: aniHeight 0.2s;
  -webkit-animation: aniHeight 0.2s;
  border: 1px solid #38adea;
}

.nav_right i:hover div.shizi {
  height: 66px !important;
}

@keyframes aniHeight {
  from {
    transform: scale(0.5);
    transform-origin: center 0;
  }

  to {
    transform: scale(1);
    transform-origin: center 0;
  }
}

@-webkit-keyframes aniHeight {
  from {
    transform: scale(0.5);
    transform-origin: center 0;
  }

  to {
    transform: scale(1);
    transform-origin: center 0;
  }
}

@keyframes navani {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

.nav_right i:hover {
  font-weight: 900;
}

.nav_right i em.icon {
  display: inline-block;
  font-size: 11px;
  transform: rotate(-180deg);
  transition: all ease 0.3s;
}

.nav_right i:hover em.icon {
  display: inline-block;
  font-size: 11px;
  transform: rotate(0);
}

.nav_right a,
.nav_right span,
.nav_right i {
  flex: 1;
  text-align: center;
  padding: 0 !important;
  height: 47px;
  line-height: 47px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.nav_right i div a {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}

.nav_right i div a:hover {
  background: #e6eef7;
  font-weight: normal;
}

.nav_right span {
  position: relative;
}

.nav_right span:before {
  position: absolute;
  display: block;
  right: 18px;
  top: 23px;
  width: 0;
  height: 0;
  border-width: 5px 5px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
}

.nav_right span.on:before {
  border-color: #fff transparent transparent transparent;
  left: 50%;
  margin-left: -7px;
  top: 37px;
  -webkit-transform: rotate(180deg);
  border-width: 7px 7px;
}

.nav_right a:hover {
  font-weight: 900;
}

.nav_right span {
  position: relative;
}

.nav_right span p {
  position: absolute;
  top: 60px;
  height: 0;
  overflow: hidden;
}

.nav_right p a {
  display: block;
  width: 70px;
  height: 40px;
  padding: 0;
  border-bottom: 1px solid #515258;
  line-height: 40px;
  color: #f5f5f5;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
}

.nav_right span:hover p {
  height: 410px;
  font-weight: 100;
}

.nav_right span p a:hover {
  color: #ea4c06;
  background: rgba(0, 0, 0, 0.5);
}

a.nav_on,
i.nav_on {
  font-weight: 900;
}

.nav_right span p .cloud {
  font-size: 12px;
}

.nav {
  background: none;
  height: auto;
  margin-bottom: 0;
}

.nav_right span {
  border-bottom: none;
  position: relative;
}

.nav_right span.on {
  font-weight: 900;
  border-bottom: none;
  background: #38adea;
}

.nav_right span.on:after {
  display: block;
}

.nav_right span:hover p {
  height: 0;
}

.nav_right_bg .nav_dropmenu_box {
  display: none;
  z-index: 999999999;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
}

.nav_right_bg .nav_dropmenu_box .base {
  height: 327px;
}

.nav_right_bg .nav_dropmenu_box .base ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav_right_bg .nav_dropmenu_box .base ul li a {
  margin-top: 20px;
  display: flex;
  align-items: center;
  width: 185px;
  height: 70px;
  background: #f6faff;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
  transition: all ease 0.3s;
}

.nav_right_bg .nav_dropmenu_box .base ul li a .icon {
  margin: 0 17px 0 20px;
  display: inline-block;
  width: 33px;
  height: 33px;
  background: #326cf6;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  color: #fff;
  font-size: 18px;
  transition: all ease 0.3s;
}

.nav_right_bg .nav_dropmenu_box .base ul li a:hover {
  background: #326cf6;
  color: #fff;
}

.nav_right_bg .nav_dropmenu_box .base ul li a:hover .icon {
  background-color: #fff !important;
  color: #326cf6 !important;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(1) a .icon {
  background: #e84325;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(3) a .icon {
  background: #ea652b;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(4) a .icon {
  background: #e83e25;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(5) a .icon {
  background: #5dc297;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(6) a .icon {
  background: #5da938;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(7) a .icon {
  background: #397dda;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(8) a .icon {
  background: #7b28d9;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(9) a .icon {
  background: #1b42c3;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(10) a .icon {
  background: #d12e7f;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(11) a .icon {
  background: #ffa209;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(12) a .icon {
  background: #761ede;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(13) a .icon {
  background: #60c960;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(14) a .icon {
  background: #5cc1af;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(15) a .icon {
  background: #4f1bc3;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(16) a .icon {
  background: #d60000;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(17) a .icon {
  background: #326cf6;
}

.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(18) a .icon {
  background: #ff2700;
}

.nav_right_bg .nav_dropmenu_box .base2 {
  height: 150px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 40px 0;
}

.nav_right_bg .nav_dropmenu_box .base2 ul {
  width: 1200px;
  margin: auto;
  display: flex;
}

.nav_right_bg .nav_dropmenu_box .base2 ul li {
  margin-right: 15px;
  flex: 1;
}

.nav_right_bg .nav_dropmenu_box .base2 ul li:last-child {
  margin-right: 0;
}

.nav_right_bg .nav_dropmenu_box .base2 ul li a {
  width: 100%;
  height: 70px;
  background: #f6faff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  transition: all ease 0.3s;
}

.nav_right_bg .nav_dropmenu_box .base2 ul li a .icon {
  margin-right: 12px;
  font-size: 25px;
  transition: all ease 0.3s;
}

.nav_right_bg .nav_dropmenu_box .base2 ul li a:hover {
  background: #326cf6;
  color: #fff;
}

.nav_right_bg .nav_dropmenu_box .base2 ul li a:hover .icon {
  color: #fff !important;
}

.edu-footer {
  background: #2f3234;
  box-sizing: border-box;
}

.edu-footer .base1 {
  padding: 55px 0 40px 0;
  display: flex;
}

.edu-footer .base1 .con-right {
  width: 220px;
  color: #fff;
}

.edu-footer .base1 .con-right .edu-footer-logo {
  width: 100%;
  height: 60px;
}

.edu-footer .base1 .con-right .edu-footer-sologan {
  margin: 18px 0 40px 0;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.5em;
}

.edu-footer .base1 .con-right .edu-footer-phoneNumber {
  font-size: 25px;
  line-height: 23px;
  color: #ff2400;
  white-space: nowrap;
}

.edu-footer .base1 .con-right .edu-footer-phoneNumber .icon {
  font-size: 26px;
}

.edu-footer .base1 .con-right .edu-footer-phoneNumber a {
  margin: 9px auto 0 auto;
  display: block;
  width: 130px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  transition: all ease 0.2s;
}

.edu-footer .base1 .con-right .edu-footer-phoneNumber a:hover {
  background-color: #fff;
  color: #2f3234;
}

.edu-footer .base1 .con-center {
  margin: 0 65px 0 130px;
  width: 313px;
  display: flex;
  justify-content: space-between;
}

.edu-footer .base1 .con-center .qrcode-box {
  color: #fff;
  text-align: center;
}

.edu-footer .base1 .con-center .qrcode-box .qrcode {
  margin: auto;
  width: 129px;
  height: 129px;
  padding: 8px;
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
}

.edu-footer .base1 .con-center .qrcode-box .qrcode img {
  width: 100%;
  height: 100%;
}

.edu-footer .base1 .con-center .qrcode-box h4 {
  white-space: nowrap;
  margin: 13px 0 0 0;
  line-height: 16px;
  font-size: 14px;
  color: #c6c7c9;
  font-weight: normal;
}

.edu-footer .base1 .con-center .qrcode-box h4 span {
  margin-top: 5px;
  display: block;
  font-weight: 400;
}

.edu-footer .base1 .con-center .qrcode-box p {
  font-size: 14px;
}

.edu-footer .base1 .con-left {
  flex: 1;
}

.edu-footer .base1 .con-left .edu-footer-about-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.edu-footer .base1 .con-left .edu-footer-about-links .list h4 {
  margin-bottom: 26px;
  line-height: 20px;
  font-size: 20px;
  color: #c6c7c9;
  white-space: nowrap;
  font-weight: normal;
}

.edu-footer .base1 .con-left .edu-footer-about-links .list ul li {
  height: 33px;
  line-height: 33px;
}

.edu-footer .base1 .con-left .edu-footer-about-links .list ul li a {
  color: #676b6f;
  font-size: 14px;
  transition: all ease 0.3s;
}

.edu-footer .base1 .con-left .edu-footer-about-links .list ul li a:hover {
  color: #fff;
}

.edu-footer .base2 {
  background: #2c2f31;
  padding-bottom: 35px;
}

.edu-footer .base2 .tab-btns {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.edu-footer .base2 .tab-btns .tab-btn {
  margin-right: 30px;
  width: 62px;
  height: 47px;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  color: rgba(240, 240, 240, 0.6);
  line-height: 47px;
  transition: all ease 0.1s;
  cursor: pointer;
}

.edu-footer .base2 .tab-btns .tab-btn.active {
  color: #ff2400;
  border-bottom: 1px solid #ff2400;
  font-weight: bold;
}

.edu-footer .base2 .tab-content {
  padding-top: 15px;
}

.edu-footer .base2 .tab-content-item {
  display: flex;
  flex-wrap: wrap;
  display: none;
}

.edu-footer .base2 .tab-content-item.active {
  display: flex;
}

.edu-footer .base2 .tab-content-item a {
  padding-right: 18px;
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  line-height: 30px;
}

.edu-footer .base2 .tab-content-item a:hover {
  opacity: 1;
}

.edu-footer .copyright-box {
  padding: 16px 0 20px 0;
  background-color: #25282a;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  box-sizing: border-box;
}

.edu-footer .copyright-box p {
  line-height: 15px;
}

.edu-footer .copyright-box p a {
  padding: 0 4px;
  text-align: center;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}

.edu-footer .copyright-box p a:hover {
  color: #fff;
}

.edu-footer .copyright-box .copyright-p {
  margin: 14px 0;
}

.edu-footer .copyright-box .copyright-p img {
  width: 18px;
}