@charset "utf-8";

/* CSS Document */

body {
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
  font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  max-width: 100%;
}

a {
  color: #2b2a3c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a,
area {
  blr: expression(this.onFocus=this.blur());
}

ul,
ol,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

input,
:focus {
  outline: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input::focus-inner {
  padding: 0;
  border: 0;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  display: block;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  height: 0;
  width: 100%;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  visibility: hidden;
}

.Width {
  width: 1190px;
  margin: 0 auto;
}

.hide,
.onlymob {
  display: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.container::after {
  display: block;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
}

/* ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } */

.no_after::after {
  display: none;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
}

/* 通用头部 */

.ht_top {
  width: 100%;
  overflow: hidden;
  background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif)
    repeat-x 0 0;
  line-height: 41px;
}

.ht_top .zt_top {
  width: 1200px;
  height: 41px;
  margin: 0 auto;
}

.ht_top h1 {
  float: left;
}

.ht_top h1 a {
  float: left;
  width: 131px;
  height: 40px;
  overflow: hidden;
  background: url(https://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
  font-size: 12px;
  text-indent: -100em;
}

.ht_top .topnav {
  float: right;
  color: #333;
  font-size: 12px;
}

.ht_top .topnav a {
  padding: 0 8px;
}

.ht_top .topnav a:hover {
  color: #e4393c;
  text-decoration: underline;
}

/* 通用底部 */

.footer {
  clear: both;
  position: relative;
  padding: 30px 0;
  text-align: center;
}

.footer p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.footer p span {
  padding: 0 5px;
}

.footer p a {
  color: #fff;
}

.box_container {
  padding: 40px 0;
}

#app {
}

[v-cloak] {
  display: none;
}

.box {
  /* padding: 0 0 80px; */
  background: url("../images/box_bg.png") repeat-y center;
}

.banner_box {
  width: 100%;
  height: 1456px;
  text-align: center;
  background: url("../images/banner_bg.png") center top no-repeat;
}

.banner_box .container {
  padding-top: 72px;
}

.txt1 {
  width: 176px;
  height: 148px;
  background: url("../images/txt1_bg.png") no-repeat center;
  position: absolute;
  right: 60px;
  top: 0;
  box-sizing: border-box;
  padding-top: 42px;
  font-size: 42px;
  font-family: FZLanTingHeiS-H-GB;
  font-weight: 600;
  color: #f7f7f7;
  text-align: center;
}

.banner_box h2 {
  text-align: center;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 4px;
}

.banner_box h2:before,
.banner_box h2:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background: rgb(242, 120, 117);
  margin: 0 10px;
}

.banner_box h1 {
  font-size: 0;
  background: url("../images/title.png") center top no-repeat;
  background-size: auto 100%;
  height: 356px;
  margin: 21px auto;
}

.banner_box h3 span {
  font-size: 30px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 600;
  color: #df0017;
  background: -webkit-linear-gradient(0deg, #e3142f 0%, #f9a969 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-ul {
  margin: 55px 0 41px;
}

.banner-ul ul {
  display: flex;
  justify-content: center;
}

.banner-ul li {
  width: 277px;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #df0017;
  background: #fff;
}

.banner-ul li:nth-child(2) {
  margin: 0 30px;
}

.banner-ul li span {
  font-size: 30px;
  font-family: FZLTZHK;
  font-weight: normal;
  color: #df0017;
}

.banner-ul li img {
  margin-right: 20px;
}

.banner-bottom ul {
  display: flex;
  justify-content: space-between;
}

.banner-bottom li {
  width: 227px;
  height: 264px;
  background: url("../images/rotate_bg.png") no-repeat center;
  /* display: flex;
    align-items: center;
    justify-content: center; */
  position: relative;
  box-sizing: border-box;
  padding: 49px 0 0;
  cursor: pointer;
}

.banner-icon {
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-bottom li h5 {
  font-size: 60px;
  line-height: 60px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #f7f7f7;
  margin-top: 10px;
}

.banner-word {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/rotate_bg2.png") no-repeat center;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
}

.banner-word p {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
}

.box-title {
  height: 218px;
  background: url("../images/title_bg.png") no-repeat center;
  /* background-size: 100%; */
  text-align: center;
  box-sizing: border-box;
  padding-top: 66px;
}

.box-title span {
  font-size: 70px;
  font-family: FZLanTingHeiS-H-GB;
  font-weight: 600;
  color: #b93042;
  /* text-shadow: 0px 11px 5px #FEFCFC; */
  background: -webkit-linear-gradient(
    94deg,
    #e3142f 0%,
    #e22e47 20.8984375%,
    #fd492e 50.9521484375%,
    #ee1d41 96.58203125%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box-bg {
  background: url("../images/bj2.png") repeat-y top center;
}

/* 分校课程 */

.box1 {
  margin-top: -220px;
}

.box1 > .container {
  background: #fefafa;
  padding: 40px 40px;
}

/* 分校 */

.box3_container_fx {
  padding-bottom: 40px;
}

.box3_title {
  font-size: 30px;
  font-family: "FZLTZHJW";
  color: rgb(244, 26, 20);
}

.box3_tab_list li {
  cursor: pointer;
  position: relative;
  float: left;
  text-align: center;
  margin: 12px 4px 12px 0;
  width: 183px;
  height: 56px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #e32740;
  box-sizing: border-box;
  padding: 4px;
}

.box3_tab_list li:nth-child(6n) {
  margin-right: 0;
}

.box3_tab_list li:hover,
.box3_tab_list li.active,
.box3_tab_list li.on {
  /* background: linear-gradient(90deg, #F7C145, #F83C29); */
}

.box3_tab_list li:hover > a,
.box3_tab_list li.active > a,
.box3_tab_list li.on > a {
  background: linear-gradient(147deg, #fe9a0b 0%, rgb(230, 5, 12) 100%);
  color: #fff;
}

.box3_tab_list li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f6f7fe;
  width: 100%;
  height: 100%;
  line-height: 24px;
  background: linear-gradient(
    -147deg,
    rgb(255, 109, 82) 0%,
    rgb(230, 5, 12) 100%
  );
  box-shadow: 0px 0px 16px 0px rgba(255, 122, 126, 0.26);
}

.box3_tab_list li > a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.box3_table {
  text-align: center;
  width: 100%;
  /* border: 1px solid #DB0B13; */
}

.box3_table th {
  line-height: 60px;
  font-size: 18px;
  border: 1px solid #db0b13;
  color: #db0b13;
  background: #fbb712;
  white-space: nowrap;
}

.box3_table td {
  box-sizing: border-box;
  border: 1px solid #db0b13;
  color: #0f0e0e;
  padding: 10px;
  line-height: 28px;
  font-size: 18px;
}

.box3_table td:nth-child(1),
.box3_table td:nth-child(2) {
  width: 15%;
}

.box3_table td:nth-child(3),
.box3_table td:nth-child(4) {
  width: 23%;
}

.box3_table td a {
  display: block;
  box-sizing: border-box;
  margin: 10px auto;
  width: 120px;
  line-height: 34px;
  font-size: 18px;
}

.box3_table td a.box3_table_gm,
.box3_table td a.box3_table_zx:hover {
  color: #fff;
  background: linear-gradient(265deg, #e5394c, #ff6d52, #ea4f51);
  border: 2px solid #f6761c;
}

.box3_table td a.box3_table_zx,
.box3_table td a.box3_table_gm:hover {
  color: #f6771e;
  border: 2px solid #f6761c;
  background: none;
}

.course_arrow {
  display: none;
  position: absolute;
  top: 55px;
  left: 50%;
  width: 19px;
  height: 9px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 10;
}

.course_show {
  display: none;
  width: 1115px;
  background-color: #fff;
  padding: 0 7px;
  border-radius: 2px;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 9;
  text-align: left;
  border: 1px solid #e32740;
}

.box3_tab_list {
  position: relative;
}

.course_show a {
  /* white-space: nowrap; */
  display: inline-block;
  padding: 0 12px;
}

.course_show a:hover,
.course_show a.active {
  text-decoration: underline;
  color: #d51016;
}

.box4_container {
  position: relative;
  margin-bottom: 90px;
  margin-top: 30px;
}

.box4_text {
  /* background: #F6F7FE; */
  border: 1px solid #e32740;
  box-sizing: border-box;
  padding: 10px 40px 40px;
  height: 220px;
  overflow: hidden;
}

.box4_in h5 {
  text-align: center;
  font-size: 26px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 600;
  color: #000000;
  line-height: 30px;
}
.box4_in img {
  width: 100%;
}

.more_btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 76px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(135deg, #ff6d52, #db0b13);
  border-radius: 0 0 5px 5px;
  text-align: center;
  cursor: pointer;
  color: #f6f7fe;
  font-size: 16px;
  display: none;
}

.more_btn img {
  vertical-align: middle;
  margin-left: 5px;
}

/* 巩固提升 */

.promote {
  display: flex;
  margin: 16px auto 22px;
}

.promote-fl {
  width: 228px;
  height: 153px;
  background: url("../images/ts_bg.png") no-repeat center;
  box-sizing: border-box;
  padding: 40px 85px 36px 71px;
  font-size: 36px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #f7f7f7;
  line-height: 40px;
}

.promote-fr {
  width: 890px;
  height: 117px;
  box-sizing: border-box;
  border: 1px solid #e2324b;
  border-left: none;
  margin-top: 25px;
  padding: 23px 60px;
  color: #0f0e0e;
  font-size: 20px;
}

.promote-fr span {
  color: #fd4934;
}

.fz24 {
  font-size: 24px;
}

.fz20 {
  font-size: 20px;
}

.fz30 {
  font-size: 30px;
}

.box1-bottom {
}

.box1-bottom li {
  float: left;
  width: 203px;
  height: 222px;
  margin-right: 26px;
  border: 1px solid #ea4e51;
  box-sizing: border-box;
  padding: 8px;
  text-align: center;
}

.box1-bottom li:last-child {
  margin-right: 0;
}

.box1-bottom li img {
  display: block;
  margin: 0 auto 23px;
}

.box1-bottom li:nth-child(1) img {
  margin: 0 auto;
}

.box1-bottom li p {
  font-size: 22px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #f7321c;
  line-height: 34px;
}

.box2-content {
  background: #fefafa;
  box-sizing: border-box;
  padding: 48px 63px;
}

.box2-fl {
  float: left;
  width: 565px;
}

.box2-swiper {
  position: relative;
}

.box2-teacher {
  width: 273px;
  height: 479px;
  border: 8px solid;
  border-image: linear-gradient(0deg, #e73d4c, #d74d40) 8 8;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.box2-teacher:hover .box2-teacher-text {
  display: block;
}

.box2-teacher-text {
  display: none;
  position: absolute;
  bottom: -4px;
  left: -5px;
  width: 270px;
  height: 215px;
  background: url("../images/detail_bg.png") no-repeat center;
  box-sizing: border-box;
  padding: 65px 25px;
}

.tea-name {
  font-size: 24px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #fefafa;
  margin-bottom: 10px;
}

.box2-teacher-text p {
  font-size: 16px;
  font-family: FZLanTingHeiS-R-GB;
  color: #fefafa;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.box2-swiper img {
  width: 100%;
  height: 100%;
}

.box2-swiper .swiper-pagination {
  width: 100%;
}

.box2-swiper .swiper-pagination-bullet {
  width: 17px;
  height: 4px;
  background: #f6624e;
  opacity: 0.34;
  margin: 0 5px;
  border-radius: 20px;
}

.box2-swiper .swiper-pagination-bullet-active {
  width: 29px;
  opacity: 1;
  border-radius: 20px;
}

.box2-tips {
  margin-top: 45px;
}

.box2-tips li {
  float: left;
  width: 268px;
  line-height: 63px;
  background: #fce0de;
  text-align: center;
  margin-top: 9px;
  font-size: 20px;
  font-family: FZLanTingHeiS-R-GB;
  color: #b00000;
}

.box2-tips li:nth-child(odd) {
  margin-right: 29px;
}

.box2-fr {
  float: right;
  width: 466px;
}

.box2-tab {
  display: flex;
  flex-wrap: wrap;
}

.box2-tab li {
  width: 50%;
  height: 65px;
  box-sizing: border-box;
  border: 1px solid #e73d4c;
  border-bottom: none;
  padding: 5px;
  text-align: center;
  font-size: 22px;
  font-family: FZLanTingHeiS-R-GB;
  color: #fefafa;
  cursor: pointer;
}

.box2-tab li:nth-child(odd) {
  border-right: none;
}

.li-bg {
  width: 100%;
  height: 100%;
  line-height: 55px;
  background: linear-gradient(90deg, #ff6d52, #e2383e);
}

.box2-tab li:hover .li-bg,
.box2-tab li.active .li-bg {
  background: #cb0b20;
}

.box2-tab-all {
  width: 100%;
  height: 536px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #e73d4c;
}

.box2-tab-all img {
  display: none;
}

.box2-tab-all img.active {
  display: block;
}

.box3-content {
  background: #fefafa;
  box-sizing: border-box;
  padding: 38px 24px 32px 30px;
}

.box3-content li {
  float: left;
  width: 270px;
  height: 480px;
  position: relative;
  margin-right: 20px;
}

.box3-content li:last-child {
  margin-right: 0;
}

.box3-word {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 148px;
  height: 148px;
  background: url("../images/box3_bg.png") no-repeat center;
  box-sizing: border-box;
  padding: 42px 0;
  transform: rotate(-45deg);
}

.box3-word p {
  /* transform: rotate(-45deg); */
  text-align: center;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}

.box5-content {
  background: #fefafa;
  box-sizing: border-box;
  padding: 18px 15px;
}

.city_list li {
  float: left;
  font-weight: bold;
  text-align: center;
  background: #d70000;
  font-size: 18px;
  margin: 15px 8px;
  width: 130px;
  line-height: 54px;
  transition: all 0.5s;
}

.city_list li a {
  display: block;
  color: #fff;
}

.city_list li:hover {
  transform: translateY(-10px);
  background: url("../images/city_bg.png") no-repeat center;
  position: relative;
}

/* 联系我们 */

.box6 {
  background: #cc1927;
  margin-top: 50px;
}

.fx_box7 {
  color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.fx_box7 h3 {
  line-height: 50px;
  margin-bottom: 30px;
  font-size: 40px;
}

.fx_box7 h3 span {
  font-size: 40px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 600;
  color: #fff;
}

.fx_tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.fx_tab span {
  font-size: 22px;
  margin-right: 20px;
}

.fx_tab select {
  border: 0;
  background: #fff url("../images/fx_select_bg.png") 95% center no-repeat;
  width: 330px;
  height: 50px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 18px;
  color: #330000;
  border-radius: 5px;
}

.tab_cont {
  display: none;
  color: #f6f7fe;
  line-height: 42px;
  font-size: 18px;
}

.tab_cont.active {
  display: block;
}

.tab_cont a {
  color: #f6f7fe;
}

/* 左侧 */

.fixed_left_show {
  z-index: 99;
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  line-height: 38px;
  text-align: center;
  height: 140px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  background: linear-gradient(0deg, #e22f48, #ff6d52);
  border-radius: 0 5px 5px 0;
}

.fixed_left_show span,
.fixed_right_show span {
  font-size: 20px;
  font-family: FZLanTingHeiS-DB-GB;
  /* font-weight: 600; */
  color: #fff;
}

.fixed_left_show img {
  margin-bottom: 4px;
}

.fixed_left {
  display: none;
  z-index: 99;
  position: fixed;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 132px;
  box-sizing: border-box;
  background: #f6f7fe;
  box-shadow: 0px 0px 15px 0px rgba(102, 0, 0, 0.3);
  border-radius: 5px;
}

.left_close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -30px;
}

.left_nav {
  overflow: hidden;
  zoom: 1;
}

.left_nav li {
  text-align: center;
  zoom: 1;
  font-size: 16px;
  box-sizing: inherit;
  padding: 0 10px;
  font-size: 16px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #000000;
}

.left_nav li:hover span,
.left_nav li.active span,
.left_bottom_btn:hover,
.left_bottom_btn.active {
  color: #fff;
}

.left_nav li:hover,
.left_nav li.active {
  background: linear-gradient(
    -138deg,
    rgb(255, 109, 82) 0%,
    rgb(226, 47, 72) 100%
  );
}

.left_bottom_btn {
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.left_bottom_btn:nth-last-child(1) {
  background: none;
}

.left_bottom_btn:hover,
.left_bottom_btn.active {
  background: rgba(146, 22, 12, 0.15);
}

.left_nav li div {
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  overflow: hidden;
  align-items: center;
  box-sizing: border-box;
}

.left_nav li span {
  max-height: 44px;
  line-height: 22px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  color: #000000;
}

/* 右侧 */

.fixed_right {
  display: none;
  z-index: 99;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.right_close {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -30px;
}

.logo_r {
  position: absolute;
  top: -80px;
  left: -40px;
}

.fixed_top {
  box-sizing: border-box;
  padding: 20px 0 0;
  width: 183px;
  height: 412px;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(0deg, #e22f48, #ff6d52);
  border-radius: 5px;
}

.zxrx {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding-top: 6px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.zxrx h5 img {
  margin-right: 10px;
}

.fixed_top h5 {
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-size: 24px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #fff;
}

.fixed_top h5 img,
.fixed_top h5 span {
  display: inline-block;
  vertical-align: middle;
}

.fixed_top p {
  margin-top: 4px;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 600;
  color: #fff;
}

.fixed_right_list li {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 62px;
  margin: 0 auto;
  line-height: 62px;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

.fixed_right_list li:hover {
  background: linear-gradient(0deg, #e22f48, #ff6d52);
}

.fixed_right_list li:hover a {
  color: #fefbe1;
}

.fixed_right_list li a {
  display: block;
  color: #f6f7fe;
}

.fixed_right_show {
  z-index: 99;
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  line-height: 38px;
  text-align: center;
  height: 140px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  background: linear-gradient(0deg, #e22f48, #ff6d52);
  border-radius: 5px 0 0 5px;
}

.fixed_right_show img {
  margin-bottom: 4px;
}

.right_course {
  display: block;
  width: 143px;
  line-height: 42px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 15px auto 0;
  color: rgb(230, 56, 73);
}

.right_course:hover {
  color: #fc5326;
  /* background: linear-gradient(-135deg, #FEF8EF, #FC9322);; */
}

.fixed_right > p {
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.slogen {
  display: block;
  /* position: absolute;
    top: -100px; */
  width: 150px;
  margin: 0 auto;
}

/* 底部 */

.bottomBarOpen {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 158px;
  z-index: 888;
  cursor: pointer;
}

.bottomBarOpen.active {
  /* width: 240px; */
}

.bottomBarbg {
  position: fixed;
  left: -100%;
  bottom: 0;
  z-index: 888;
  width: 100%;
  height: 88px;
  background-color: #333;
}

.bottomBar {
  position: fixed;
  left: -100%;
  bottom: 0;
  z-index: 888;
  width: 100%;
  height: 88px;
}

.bottomBarcon {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
}

.pic02 {
  width: 340px;
}

.bottom_line {
  height: 60px;
  margin: 0 48px;
}

.bottomBar .pic01 {
  position: relative;
  width: 158px;
  height: 88px;
}

.pic01 img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.bottomBar .closebtn {
  position: absolute;
  right: 50px;
  top: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/close01.png);
  cursor: pointer;
  transition: transform 1s ease;
}

.bottomBar .closebtn:hover {
  transform: rotate(360deg);
}

.ht20 {
  display: none;
}

@media only all and (max-width: 1080px) {
  .onlymob {
    display: block;
  }
  html {
    font-size: 20px;
  }
  body {
    width: 100%;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
  html,
  body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .Width {
    width: 17.5rem;
  }
  .container {
    width: 98%;
  }
  .fl,
  .fr {
    float: none;
  }
  /* 隐藏元素 */
  .ht_top .topnav a:nth-child(n + 2),
  .stage,
  .footer p,
  .pc,
  .onlypc {
    display: none;
  }
  /* 通用头部 */
  .ht_top {
    height: 2.5rem;
    background-size: auto 100%;
    line-height: 2.5rem;
  }
  .ht_top h1 a {
    height: 2.5rem;
    width: 7.5rem;
    background: url(https://www.huatu.com/images/2015css/images/mob_logo.png)
      no-repeat center / contain;
  }
  .ht_top .topnav {
    font-size: 0.8rem;
    text-indent: -1000rem;
  }
  .ht_top .topnav a {
    padding: 0 0 0 0.3rem;
    text-indent: 0;
    float: right;
  }
  .footer {
    position: relative;
    height: 2.4rem;
    padding: 0;
    overflow: hidden;
  }
  .footer:before {
    display: block;
    content: "华图教育集团版权所有";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.4rem;
    overflow: hidden;
    color: #fff;
    font-size: 0.7rem;
    line-height: 2.4rem;
    text-align: center;
  }
  .box_container {
    padding: 1rem 0;
  }
  .banner_box {
    width: 100%;
    height: 30rem;
    background-size: 140%;
  }
  .banner_box .container {
    padding-top: 1rem;
  }
  .txt1 {
    width: 3.5rem;
    height: 3rem;
    background-size: 100%;
    right: 0;
    top: 0;
    padding-top: 0.8rem;
    font-size: 0.7rem;
  }
  .banner_box h2 {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
  }
  .banner_box h2:before,
  .banner_box h2:after {
    width: 1rem;
    height: 1px;
    margin: 0 0.2rem;
  }
  .banner_box h1 {
    height: 7rem;
    margin: 0.5rem auto;
  }
  .banner_box h3 span {
    font-size: 0.7rem;
  }
  .banner-ul {
    margin: 0.5rem 0;
  }
  .banner-ul li {
    width: 32%;
    height: 2rem;
    border: 1px solid #df0017;
  }
  .banner-ul li:nth-child(2) {
    margin: 0 1.2%;
  }
  .banner-ul li span {
    font-size: 0.7rem;
  }
  .banner-ul li img {
    width: 1rem;
    margin-right: 0.5rem;
  }
  .banner-bottom ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .banner-bottom li {
    width: 30%;
    height: 6.5rem;
    background-size: 100%;
    padding: 1.5rem 0 0;
  }
  .banner-icon {
    height: 2rem;
  }
  .banner-icon img {
    height: 1.5rem;
  }
  .banner-bottom li h5 {
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 0.25rem;
  }
  .banner-bottom li:nth-child(4),
  .banner-bottom li:nth-child(5) {
    margin-top: -1.3rem;
  }
  .banner-word {
    background-size: 100%;
  }
  .banner-word p {
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .box-title {
    height: 4rem;
    background-size: 120%;
    padding-top: 1rem;
  }
  .box-title span {
    font-size: 1.4rem;
  }
  .box-bg {
    background: url("../images/bj2.png") repeat-y top center;
  }
  .box1 {
    margin-top: 0;
  }
  .box1 > .container {
    padding: 1rem 0.5rem;
  }
  /* 分校课程 */
  /* 分校 */
  .box3_table {
    margin-top: 0.5rem;
    border-radius: 0.5rem;
  }
  .box3_table th {
    line-height: 1.4rem;
    font-size: 0.7rem;
    font-weight: normal;
  }
  .box3_table td {
    padding: 0.2rem;
    line-height: 0.9rem;
    font-size: 0.7rem;
  }
  .box3_table td:nth-child(1),
  .box3_table td:nth-child(2) {
    width: auto;
  }
  .box3_table td:nth-child(3),
  .box3_table td:nth-child(5),
  .box3_table th:nth-child(3),
  .box3_table th:nth-child(5) {
    display: none;
  }
  .box3_table td:nth-child(3),
  .box3_table td:nth-child(4) {
    width: auto;
  }
  .box3_table td:nth-child(4) {
    width: 40%;
  }
  .box3_table td a {
    margin: 0.2rem auto;
    width: 2.6rem;
    line-height: 1.2rem;
    font-size: 0.5rem;
  }
  .box3_table td a.box3_table_gm {
    /* box-shadow: 0px .1rem 0px 0px #DE5715; */
  }
  .box3_table td a.box3_table_zx {
    border: 1px solid #f6761c;
  }
  #box4_box {
    margin-top: 1rem;
  }
  .box4_container {
    border-radius: 0.5rem 0.5rem 0 0;
    margin: 1rem 0 2rem;
  }
  .box4_text {
    padding: 0.5rem 1rem;
  }
  .box4_in h5 {
    font-size: 0.9rem;
    line-height: 1.9rem;
  }
  .more_btn {
    height: 1.3rem;
    line-height: 1.3rem;
    border-radius: 0 0 0.1rem 0.1rem;
    font-size: 0.6rem;
  }
  .more_btn img {
    vertical-align: middle;
    margin-left: 5px;
  }
  .box3_title {
    line-height: 1.3rem;
    font-size: 0.85rem;
  }
  .box3_tab_list li {
    margin: 0.2rem 0.5%;
    width: 24%;
    height: 2rem;
    font-size: 0.7rem;
    padding: 0.1rem;
  }
  .box3_tab_list li:hover,
  .box3_tab_list li.active,
  .box3_tab_list li.on {
    /* box-shadow: 0 .1rem 0 #de5715; */
  }
  .box3_tab_list li > a {
    line-height: 0.8rem;
  }
  .box3_tab_list li > a span {
    line-height: 0.8rem;
    font-size: 0.7rem;
  }
  .course_show a {
    padding: 0 0.2rem;
  }
  .box3_container_fx {
    padding: 0.5rem 0.2rem;
    background-size: 100%;
  }
  .course_arrow {
    top: 1.85rem;
    width: 0.65rem;
    height: 0.3rem;
  }
  .course_show {
    width: 17.5rem;
    padding: 0 0.2rem;
    border-radius: 0.1rem;
    top: 2.05rem;
  }
  /* 巩固提升 */
  .promote {
    display: flex;
    align-items: center;
    margin: 0.4rem auto 0.5rem;
  }
  .promote-fl {
    width: 5rem;
    height: 5rem;
    background-size: 100%;
    padding: 1.4rem 1.6rem 0.8rem 1.5rem;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  .promote-fr {
    width: calc(100% - 5rem);
    height: auto;
    border-left: 1px solid #e2324b;
    margin-top: 0;
    padding: 0.5rem;
    font-size: 0.6rem;
  }
  .fz24 {
    font-size: 0.8rem;
  }
  .fz20 {
    font-size: 0.6rem;
  }
  .fz30 {
    font-size: 1rem;
  }
  .box1-bottom ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box1-bottom li {
    width: 33%;
    height: 6.5rem;
    margin-right: 0;
    padding: 0.2rem;
  }
  .box1-bottom li img {
    margin: 0 auto 0.5rem;
    width: 3rem;
  }
  .box1-bottom li p {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  .box2-content {
    background: #fefafa;
    box-sizing: border-box;
    padding: 1rem 0.5rem;
  }
  .box2-fl {
    width: 100%;
  }
  .box2-teacher {
    width: 100%;
    height: 12rem;
    border: 0.2rem solid;
    border-image: linear-gradient(0deg, #e73d4c, #d74d40) 8 8;
    padding: 0 0 0;
  }
  .box2-teacher-text {
    bottom: -0.1rem;
    left: -0.1rem;
    width: 102%;
    height: 6.5rem;
    background-size: 100%;
    padding: 1.5rem 0.4rem;
  }
  .tea-name {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
  }
  .box2-teacher-text p {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  .box2-swiper .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.1rem;
    margin: 0 0.2rem;
    border-radius: 0.5rem;
  }
  .box2-swiper .swiper-pagination-bullet-active {
    width: 0.8rem;
    border-radius: 0.5rem;
  }
  .box2-tips {
    margin-top: 1rem;
  }
  .box2-tips li {
    width: 48%;
    line-height: 1.5rem;
    margin-top: 0.5rem;
    font-size: 0.7rem;
  }
  .box2-tips li:nth-child(odd) {
    margin-right: 4%;
  }
  .box2-fr {
    width: 100%;
    margin-top: 1rem;
  }
  .box2-tab {
    display: flex;
    flex-wrap: wrap;
  }
  .box2-tab li {
    width: 50%;
    height: 1.8rem;
    padding: 0.1rem;
    font-size: 0.7rem;
  }
  .li-bg {
    line-height: 1.6rem;
  }
  .box2-tab li:hover .li-bg,
  .box2-tab li.active .li-bg {
    background: #cb0b20;
  }
  .box2-tab-all {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }
  .box2-tab-all img {
    width: 70%;
  }
  .box3-content {
    padding: 1rem 0.5rem;
  }
  .box3-content li {
    width: 49%;
    height: 15rem;
    margin-right: 2%;
    margin-bottom: 0.5rem;
  }
  .box3-content li:nth-child(even) {
    margin-right: 0;
  }
  .box3-word {
    bottom: 0.25rem;
    width: 4rem;
    height: 4rem;
    background-size: 100%;
    padding: 1rem 0;
  }
  .box3-word p {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .box5-content {
    background: #fefafa;
    box-sizing: border-box;
    padding: 18px 15px;
  }
  .city_list li {
    font-size: 0.7rem;
    margin: 0.2rem 0.5%;
    width: 24%;
    line-height: 1.2rem;
  }
  .city_list li:hover {
    transform: translateY(-0.1rem);
  }
  .box6 {
    height: auto;
    background-size: auto 100%;
    margin-top: 1rem;
    padding-bottom: 3rem;
  }
  .fx_box7 {
    border-radius: 0.3rem;
    padding: 1rem;
  }
  .fx_box7 h3 {
    line-height: 1.3rem;
    margin-bottom: 0.7rem;
    font-size: 1rem;
  }
  .fx_tab {
    margin-bottom: 0.5rem;
  }
  .fx_tab span {
    font-size: 0.8rem;
    margin-right: 0.5rem;
  }
  .fx_box7 h3 span {
    font-size: 1rem;
  }
  .fx_tab select {
    background-size: 0.5rem;
    width: 8rem;
    height: 1.6rem;
    padding-left: 0.5rem;
    font-size: 0.7rem;
    border-radius: 0.15rem;
  }
  .tab_cont {
    line-height: 1rem;
    font-size: 0.7rem;
  }
  .fixed_right_show,
  .fixed_right,
  .fixed_left,
  .fixed_left_show,
  .bottomBar .closebtn,
  .bottomBarbg,
  .bottomBar,
  .bottomBarOpen {
    display: none;
  }
  .ht20 {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 3.33rem;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ht20 .hkbg {
    height: 3.5rem;
    width: auto;
  }
  .ht20 .ershi {
    height: 2.23rem;
    width: auto;
  }
  .ht20 .line {
    height: 2.08rem;
    width: auto;
    margin: 0 1rem;
  }
}
