@charset "utf-8";
/* CSS Document */
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: "微软雅黑";
  font-size: 14px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

li {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
}

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-size: 100%;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
}

em,
i {
  font-style: normal;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: inline;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline-style: none;
}

body {
  min-width: 1200px;
  background: #fbfbfb;
}
.nav_right .nav:nth-child(1) {
  margin-left: 38px !important;
}

/*公共*/
/* .l_gkk_img img,
.l_hyzx_list a,
.list_left a,
.bread_list a,
.list_page span,
.list_page em,
.list_page i,
.nav_left .p1,
.contain7 i,
.wen a,
.kc_bottom li,
.ui_bottom li,
.contain7 .span span,
.nav_right a,
.java_bottom li,
.nav_right span,
.nav_right span p,
.sxh_left img,
.sxh_left p,
.sxh_title a,
.btnw span,
.bottom_part1 p a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3;
  -ms-transition: 0.3s;
} */

/*list*/
.bread_list {
  display: flex;
  padding: 18px 0 18px 0;
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  color: #333333;
}

.bread_list a,
.bread_list span,
.bread_list i {
  display: inline-block;
  font-size: 13px;
  color: #333333;
}

.bread_list a:hover {
  color: #1b7ed7;
}

.list_left {
  width: 890px;
  /* background: #fff; */
  float: left;
}

.list_left_word {
  margin-bottom: 49px;
}

.list_left_word span {
  float: left;
}

.list_left_word i {
  float: right;
}

.list_left_word a {
  display: block;
  color: #838080;
  font-size: 14px;
  border-bottom: 1px dashed #838080;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.list_left_word a:nth-last-child(1) {
  margin-bottom: 0;
}

.list_left_word a:hover {
  color: #f74c4c;
  border-color: #f74c4c;
}

.list_page {
  text-align: center;
  padding-bottom: 15px;
}

.list_page i,
.list_page em,
.list_page span {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
}

.list_page div {
  display: inline-block;
}

.list_page em,
.list_page i {
  width: 50px;
  height: 20px;
  color: #818181;
  border: 1px solid #d5d5d5;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.list_page span {
  font-size: 14px;
  width: 38px;
  text-align: center;
  height: 20px;
  color: #2e3340;
  border: 1px solid #dadada;
}

.list_page .list_on1 {
  border-color: #0099e6;
  background: #0099e6;
  color: #fff;
}

.list_page span:hover,
.list_page em:hover,
.list_page i:hover {
  border-color: #0099e6;
  background: #0099e6;
  color: #fff;
}

.list_right {
  width: 290px;
  float: right;
}

.list_hyzx h3 a,
.l_xygy h3 a {
  float: right;
  font-size: 12px;
  color: #e74545;
  display: block;
}

.l_hyzx_list a {
  display: block;
  font-size: 14px;
  color: #595959;
  margin-bottom: 10px;
}

.l_hyzx_list a:hover {
  color: #e74545;
  text-decoration: underline;
}

ul.h5_bottom li {
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
}

.c_top {
  padding: 40px 30px;
  background: #fff;
}

.c_left h1 {
  font-size: 24px;
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.c_time {
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 14px;
  color: #666666; */
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.c_time div {
  margin-left: 10px;
  font-size: 14px;
  color: #666666;
}
.c_time a {
  padding: 5px 8px;
  background-color: #f0f0f0;
  font-size: 14px;
  color: #333333;
  margin-right: 10px;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.c_time a:hover {
  background-color: #1b7ed7;
  color: #ffffff;
}
.c_time .bdsharebuttonbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_time span {
  font-size: 14px;
  color: #666666;
}
.c_time .icon-fenxiang {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-left: 15px;
}

.c_c {
  /* margin-bottom: 40px; */
  background: #fff;
}

.c_c p {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 20px;
}

.c_c p strong {
  font-weight: bold;
}

.c_c font,
.c_c a {
  color: #666666;
}

/* .c_c a:hover {
  color: #e74545;
} */

.c_c strong {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 20px;
  text-indent: 28px;
}

.c_c p img {
  display: inline-block;
}
.c_c .c_c_end {
  padding-top: 20px;
  margin-bottom: 40px;
}
.c_c .c_c_end img {
  display: block;
  width: 818px;
  height: 11px;
  margin: 0 auto;
}
.c_c .c_c_end div {
  text-align: center;
  font-size: 14px;
  color: #999999;
  margin-top: 30px;
}
.c_xgwz_container {
  width: 1200px;
  margin: 0 auto 63px auto;
}
.c_xgwz {
  display: flex;
  /* align-items: center; */
  /* border-bottom: 1px solid #c5c5c5;
  margin-bottom: 10px; */
  margin-top: 30px;
  margin-bottom: 20px;
}
.c_xgwz_bg {
  position: relative;
  width: 41px;
  height: 40px;
  background: url(http://www.qfedu.com/list/img/blue.png) no-repeat;
  background-size: cover;
}
.c_xgwz_bg .icon-weinituijian {
  position: absolute;
  top: 12px;
  left: 15px;
  width: 19px;
  height: 19px;
  fill: #fff;
}
.c_xgwz p {
  font-size: 20px;
  color: #000;
  margin-left: 16px;
  padding-top: 7px;
}

.c_xgwz_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 23px;
}
.c_xgwz_list .c_xgwz_list_item {
  width: 309px;
  height: 129px;
  background: linear-gradient(1deg, #ffffff 0%, #f7f7f7 100%);
  box-shadow: 0px 0px 8px 0px rgba(157, 157, 157, 0.2);
  border: solid 2px #ffffff;
  margin-bottom: 20px;
  padding: 0 36px;
}
.c_xgwz_list a:first-child {
  position: relative;
  display: block;
  font-size: 15px;
  color: #000;
  padding-top: 32px;
  margin-bottom: 8px;
  transition: color 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c_xgwz_list_item:hover a:first-child {
  color: #1b7ed7;
}
.c_xgwz_list a:first-child::before {
  position: absolute;
  top: 40px;
  left: -12px;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1b7ed7;
}

.c_xgwz_list a:last-child {
  width: 300px;
  font-size: 13px;
  line-height: 20px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c_page_bottom {
  display: flex;
  justify-content: space-between;
  width: 818px;
}
.c_page_bottom_item {
  display: flex;
  align-items: center;
  width: 397px;
  height: 86px;
  background-color: #fbfbfb;
  transition: background-color 0.5s;
}
.c_page_bottom_item .c_page_bottom_item_up {
  width: 30px;
  height: 36px;
  background-image: url(./up.png);
  background-repeat: no-repeat;
  background-size: 30px 36px;
  margin-left: 20px;
  margin-right: 15px;
  transition: background-image 0.5s;
}
.c_page_bottom_item .c_page_bottom_item_next {
  width: 30px;
  height: 36px;
  background-image: url(./next.png);
  background-repeat: no-repeat;
  background-size: 30px 36px;
  margin-left: 20px;
  margin-right: 15px;
  transition: background-image 0.5s;
}
.c_page_bottom_item:hover {
  background-color: #d8edff;
}
.c_page_bottom_item:hover .c_page_bottom_item_up {
  background-image: url(./up_active.png);
  background-repeat: no-repeat;
  background-size: 30px 36px;
}
.c_page_bottom_item:hover .c_page_bottom_item_next {
  background-image: url(./next_active.png);
  background-repeat: no-repeat;
  background-size: 30px 36px;
}
.c_page_bottom_item:hover p {
  color: #1b7ed7;
}
.c_page_bottom_item p {
  width: 52px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
  margin-right: 13px;
  transition: color 0.5s;
}
.c_page_bottom a {
  width: 235px;
  font-size: 15px;
  color: #333333;
}

/*bottom*/

.bottom_part1 p {
  min-height: 190px;
}

.c_base {
  width: 1200px;
  margin: 0 auto;
}

.c_bot_lt {
  width: 908px;
  float: left;
}

.c_bot_rg {
  float: right;
}

.c_bot_lt_hd a {
  display: inline-block;
  width: 65px;
  height: 95px;
  line-height: 95px;
  margin-right: 19px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 100;
  padding-bottom: 10px;
}

.c_bot_lt_hd a:nth-child(11) {
  margin-right: 0px;
}

.c_bot_lt_hd a.active {
  background: url(/images/index/bottom_part2.png) no-repeat center top;
}

.c_bot_lt ul {
  padding: 1% 0 0;
}

.c_bot_lt li {
  color: #fff;
  line-height: 200%;
  display: none;
  font-size: 16px;
  text-align: left;
  font-family: "Microsoft YaHei";
  font-weight: 100;
}

.c_bot_rg li {
  float: left;
  font-size: 13px;
  text-align: center;
  color: #fff;
  line-height: 18px;
  padding-top: 35%;
}

.c_bot_rg li p {
  padding-top: 5px;
}

strong {
  font-size: 18px;

  font-weight: 900;

  color: #edba11;

  line-height: 56px;
}

.bottom_part3 {
  width: 100%;

  background: #143257;

  box-sizing: border-box;

  padding: 5px 0px 11px;
}

.c_footer {
  text-align: center;

  font-size: 13px;

  line-height: 28px;

  color: #afafaf;

  font-family: "Microsoft YaHei";
}

.c_footer a {
  padding: 0 2px;
}

.c_footer .c_footer_nav a:hover {
  text-decoration: underline;
}

.c_footer_nav {
  width: 100%;

  text-align: center;
}

.c_footer_nav a {
  font-size: 13px;

  padding: 4px;
  color: #fff;
}

.c_footer_nav a:hover {
  padding: 0 4px;

  color: #ffda0c;
}

.c_footer p a {
  color: #afafaf;
}

.c_footer p {
  font-size: 12px;
  line-height: 14px;
}

.c_bot_lt ul li:nth-child(1) {
  display: list-item;
}

.sxh_lunbo {
  width: 620px;
  height: 581px;
  overflow: hidden;
  position: relative;
}

.sxh_lunbo_list {
  position: absolute;
  left: 0;
  left: 0;
}

.sxh_lunbo_list a {
  position: relative;
  float: left;
}

.jxj_btn {
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6);
}

.jxj_btn a {
  display: inline-block;
  width: 10px;
  height: 5px;
  background: #fff;
  margin-right: 10px;
}

.jxj_btn a.sxh_on {
  background: #3b80db;
}

@media screen and (min-height: 100px) and (max-height: 800px) {
  .box div {
    padding-top: 20px;
  }

  .kc_wrap {
    padding-bottom: 30px;
  }

  .fubiaoti {
    margin-bottom: 10px;
  }

  .kc_bottom {
    margin: 30px auto 30px;
  }
}

/**页码**/

.shpa {
  width: 100%;
  margin: 20px auto 0;

  text-align: center;
}

.shpa li {
  float: left;
  margin-left: 3px;
  color: #ff6600;
}

.shpa a b {
  background: none;
  color: #2e3340;
  padding: 0px 0px;
}

.shpa b {
  padding: 2px 15px;

  border-color: #0099e6;

  background: #0099e6;

  color: #fff;

  display: inline-table;
}

.shpa a {
  font-size: 13px;

  padding: 2px 15px;

  color: #2e3340;

  display: inline-table;

  border: 1px solid #0099e6;

  margin-right: 2px;
}

/*分页*/
.shpa a:nth-child(1) {
  padding: 2px 15px 2px 6px;
}
.shpa a:nth-child(1) b {
  position: relative;
  font-size: 13px;
  text-align: left;
  padding: 0 12px 0 4px;
}
.shpa a:nth-child(1) b {
  font-weight: 100;
}
.shpa a:nth-child(1) b:before {
  content: "条";
  position: absolute;
  right: -2px;
}
.shpa a:hover {
  color: #fff;

  background: #0099e6;

  border: 1px solid #0099e6;
}

.shpa a:hover b {
  color: #fff;
}

.icon_weizhi {
  width: 16px;
  height: 16px;
  fill: #333;
  margin-right: 6px;
}

.list_iconfont_bg {
  position: relative;
  width: 31px;
  height: 30px;
  background: url(http://www.qfedu.com/list/img/blue.png) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

.list_iconfont_bg .icon_folderStar {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 12px;
  height: 10px;
  fill: #fff;
  transform: scale(1.2);
}
.list_hyzx_tit {
  display: flex;
}
.list_hyzx .list_hyzx_tit h3 {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  padding-top: 8px;
}
.list_hyzx {
  padding-top: 19px;
  padding-left: 15px;
  background: #fff;
  margin-bottom: 16px;
}
.l_hyzx_list {
  display: flex;
  align-items: center;
  height: 84px;
  margin-top: 25px;
  padding-bottom: 40px;
  margin-left: 8px;
}
.l_hyzx_list img {
  width: 84px;
  height: 84px;
  margin-right: 40px;
  transform: scale(1.2);
}

.l_hyzx_list ul li {
  position: relative;
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  height: 13px;
  color: #333333;
  line-height: 1;
  margin-bottom: 8px;
}
.l_hyzx_list ul li:last-child {
  margin-bottom: 0;
}
.l_hyzx_list ul li::before {
  position: absolute;
  top: 3px;
  left: -16px;
  content: "";
  width: 7px;
  height: 7px;
  border: solid 1px #1b7ed7;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.list_hyzx_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_hyzx_info a {
  margin-right: 20px;
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  line-height: 34px;
  color: #1b7ed7;
  height: 30px;
}
.qfdt_list {
  padding-top: 28px;
  padding-bottom: 24px;
}
.qfdt_list a {
  position: relative;
  display: block;
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  color: #333333;
  line-height: 1;
  margin-bottom: 16px;
  padding-left: 18px;
  transition: color 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
.qfdt_list a:hover {
  color: #1b7ed7;
}

.qfdt_list a::before {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1b7ed7;
  border-radius: 50%;
}
.rmjc_list .rmjc_list_item {
  width: 254px;
  display: flex;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.rmjc_list .rmjc_list_item:last-child {
  border-bottom: none;
}
.rmjc_list .rmjc_list_item .rmjc_list_item_video {
  position: relative;
  width: 96px;
  height: 54px;
  margin-right: 12px;
}
.rmjc_list .rmjc_list_item .rmjc_list_item_video img {
  width: 100%;
  height: 100%;
}
.rmjc_list .rmjc_list_item .rmjc_list_item_video .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 54px;
  background: rgba(0, 0, 0, 0.6);
}
.rmjc_list .rmjc_list_item .rmjc_list_item_video .mask .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.rmjc_list_item_des h3 {
  width: 147px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 5px;
  transition: color 0.5s;
}

.rmjc_list_item_des div {
  display: flex;
  justify-content: space-between;
}
.rmjc_list_item_des div .rmjc_list_item_num {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000000;
}
.rmjc_list_item_des div .rmjc_list_item_num span {
  color: #ff0000;
}
.rmjc_list_item_des div .rmjc_list_item_sup {
  width: 43px;
  height: 18px;
  line-height: 18px;
  background-color: #1b7ed7;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
}
.rmjc_list {
  padding-top: 30px;
  padding-bottom: 22px;
}
.list_iconfont_bg {
  position: relative;
  width: 31px;
  height: 30px;
  background: url(http://www.qfedu.com/list/img/blue.png) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

.list_iconfont_bg .icon_folderStar {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 12px;
  height: 10px;
  fill: #fff;
  transform: scale(1.2);
}
/* 底部表单start */
.list_footer {
  width: 100%;
  height: 190px;
  background: url(http://www.qfedu.com/list/img/footer.jpg) no-repeat;
  background-size: 1934px 190px;
  background-position: center top;
  margin-bottom: 75px;
}
.list_footer .list_footer_warp {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 190px;
  margin: 0 auto;
}
.list_footer_des {
  position: relative;
}
.list_footer_des h3 {
  font-family: SourceHanSansCN-Medium;
  font-size: 26px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
}
.list_footer_des div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 338px;
}
.list_footer_des div span {
  width: 160px;
  height: 27px;
  line-height: 27px;
  background-color: #ffffff;
  border-radius: 13px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #0496d7;
  text-align: center;
  margin-bottom: 10px;
}

.list_footer_des .footer_ball1 {
  position: absolute;
  top: -18px;
  left: -20px;
  width: 34px;
  height: 34px;
  animation: aniBall 5s infinite;
  -webkit-animation: aniBall 5s infinite;
}
@keyframes aniBall {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15px, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes aniBall {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15px, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.footer_ball2 {
  position: absolute;
  bottom: -20px;
  left: 170px;
  width: 21px;
  height: 22px;
  animation: aniBall2 5s infinite;
}
@keyframes aniBall2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.list_footer_teacher {
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #ffffff;
  line-height: 1;
}
.list_footer_teacher img {
  width: 169px;
  height: 247px;
  margin-top: -58px;
  margin-right: 20px;
}
.list_footer_teacher div h3 {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  margin-bottom: 14px;
}
.list_footer_teacher div p {
  font-family: SourceHanSansCN-Bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 22px;
}
.list_footer_teacher div p span {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
}
.list_seo_qrcode .qr_img {
  position: relative;
  width: 137px;
  height: 137px;
  margin-left: 35px;
  margin-right: 37px;
  z-index: 1;
}
.list_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 306px;
  height: 244px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(134, 187, 235, 0.3);
  border-radius: 20px;
}
.list_form .icon-xingming {
  width: 19px;
  height: 19px;
}
.list_form .icon-shouji {
  width: 16px;
  height: 22px;
  transform: scale(1.2);
}
.list_form h3 {
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  color: #333333;
  margin-bottom: 18px;
  line-height: 1;
}
.list_form .list_form_item {
  display: flex;
  align-items: center;
  width: 259px;
  height: 39px;
  background-color: #ffffff;
  border: solid 1px #f1f1f1;
  margin-bottom: 10px;
}
.list_form .list_form_item svg {
  fill: #999999;
  margin: 0 17px 0 12px;
}
.list_form .list_form_item input {
  background: none;
  outline: none;
  border: none;
}
.list_form .list_form_item input::-webkit-input-placeholder {
  font-size: 16px;
  color: #ccc;
}
.list_form h3 span {
  font-family: SourceHanSansCN-Bold;
  font-size: 28px;
  color: #f40000;
}
.list_form .form-btn {
  position: relative;
  width: 121px;
  height: 31px;
  background-image: linear-gradient(
      90deg,
      #005ffd 0%,
      #00d2ff 47%,
      #00aeff 100%
    ),
    linear-gradient(#1b7ed7, #1b7ed7);
  background-blend-mode: normal, normal;
  border-radius: 15px;
  font-family: SourceHanSansCN-Bold;
  font-size: 16px;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
  margin-top: 8px;
  cursor: pointer;
  overflow: hidden;
}
.list_form .form-btn::after {
  position: absolute;
  content: "";
  width: 334px;
  height: 334px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: mscale 1.5s ease 0s infinite;
  animation: mscale 1.5s ease 0s infinite;
}
@-webkit-keyframes mscale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mscale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.list_seo_qrcode {
  position: relative;
}
.footer_ball3 {
  position: absolute;
  top: -10px;
  left: -165px;
  width: 28px !important;
  height: 28px !important;
  animation: aniball3 5s infinite;
}
@keyframes aniball3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.footer_ball4 {
  position: absolute;
  bottom: -20px;
  left: 48px;
  width: 31px !important;
  height: 31px !important;
  animation: aniball4 5s infinite;
}
@keyframes aniball4 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-18px, 4px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.footer_ball5 {
  position: absolute;
  top: 0;
  right: -340px;
  width: 22px !important;
  height: 21px !important;
  animation: aniball5 5s infinite;
}
@keyframes aniball5 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(2px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* 底部表单end */
.bdsharebuttonbox span.bds_more {
  display: flex;
  align-items: center;
  background: url("") !important;
  padding: 0 !important;
  height: 22px !important;
  font-size: 14px !important;
  color: #666666 !important;
  font-family: SourceHanSansCN-Regular;
}
#bdshare {
  padding: 0 !important;
  font-size: 14px !important;
}
.home_wap_list {
  position: relative;
}
.abs {
  position: absolute;
  bottom: -16px;
  width: 275px;
}
.fix {
  position: fixed;
  top: 20px;
  width: 275px;
}
.sta {
  position: static;
}
    .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;
    }
