@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;
  position: relative;
  z-index: 101;
}

.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: #3A0000;
  font-size: 16px;
  line-height: 30px;
}

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

.footer p a {
  color: #3A0000;
}

#app {}

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

.banner_box {
  width: 100%;
  height: 1275px;
  text-align: center;
  background: url("../images/banner_bg.png") center top no-repeat;
  position: relative;
  z-index: 105;
}

.banner_box>.container {
  padding: 98px 0 0;
}

.head {
  text-align: center;
  font-size: 30px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #1A1616;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head:before, .head:after {
  content: '';
  display: block;
  width: 139px;
  height: 30px;
  background: url('../images/head_l.png') no-repeat center;
}

.head:before {
  margin-right: 20px;
}

.head:after {
  transform: rotate(180deg);
  margin-left: 20px;
}

.banner_box h1 {
  width: 723px;
  height: 496px;
  background: url("../images/title.png") center top no-repeat;
  margin: 15px auto 0;
}

.bird {
  position: absolute;
  top: 257px;
  left: -79px;
  width: 197px;
  height: 200px;
  background: url('../images/bird.png') no-repeat center;
}

.problem {
  width: 1297px;
  height: 557px;
  background: url('../images/ask_bg.png') no-repeat center;
  margin: 70px auto 0;
}

.problem .container {
  padding: 105px 176px 0 166px;
}

.problem ul li {
  float: left;
  height: 108px;
  line-height: 101px;
  margin-bottom: -20px;
  font-size: 24px;
  font-family: FZYanSongS-B-GB;
  color: #CC0000;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.problem ul li a {
  color: #CC0000;
}

.problem ul li:nth-child(odd) {
  width: 360px;
  background: url('../images/ask_bg2.png') no-repeat center;
  margin-right: 57px;
}

.problem ul li:nth-child(even) {
  width: 428px;
  background: url('../images/ask_bg4.png') no-repeat center;
}

.problem ul li:nth-child(odd):hover {
  background: url('../images/ask_bg1.png') no-repeat center;
}

.problem ul li:nth-child(even):hover {
  background: url('../images/ask_bg3.png') no-repeat center;
}

.problem-btn {
  display: block;
  width: 638px;
  height: 105px;
  background: url('../images/btn_bg.png') no-repeat center;
  line-height: 92px;
  text-align: center;
  margin: auto;
  font-size: 30px;
  font-family: FZYanSongS-B-GB;
  color: #FEF6F6;
  cursor: pointer;
  transition: all .3s;
}

.problem-btn:hover {
  transform: translateY(-10px);
}

.box1 {
  margin: 30px auto 70px;
}

.title-box {
  width: 1090px;
  height: 177px;
  background: url('../images/title_bg.png') no-repeat center;
  position: absolute;
  top: -170px;
  left: 20px;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 48px;
  font-family: FZYanSongS-B-GB;
  /* font-weight: 400; */
  color: #FEFEFE;
  text-shadow: 0px 7px 35px rgba(222, 20, 14, 0.3);
  box-sizing: border-box;
  padding-left: 55px;
  padding-top: 82px;
  letter-spacing: -1px;
}

.title-box:after {
  content: '';
  display: block;
  width: 197px;
  height: 200px;
  background: url('../images/bird2.png') no-repeat center;
  position: absolute;
  top: 4px;
  right: 0px;
}

.box1 .container {
  padding: 69px 0 0;
}
.course-bg {
  background: url('../images/course_c.png') repeat-y top center;
  position: relative;
  box-sizing: border-box;
}

.box1-content {
  width: 764px;
  height: 764px;
  background: url('../images/circle_bg.png') no-repeat center;
  margin: auto;
  box-sizing: border-box;
  padding: 245px 0 0;
  position: relative;
}

.box1-content>img {
  display: block;
  margin: auto;
}

.box1-word {
  width: 396px;
  height: 119px;
  background: url('../images/box1_word_bg.png') no-repeat center;
  margin: 13px auto 0;
  text-align: center;
  box-sizing: border-box;
  padding: 16px 15px 0 55px;
  font-size: 22px;
  font-family: FZYanSongS-B-GB;
  color: #E51707;
  line-height: 32px;
}

.box1-content li {
  width: 238px;
  height: 206px;
  background: url('../images/five_bg.png') no-repeat center;
  box-sizing: border-box;
  padding: 54px 34px;
  text-align: center;
  font-family: FZYanSongS-B-GB;
  color: #CC0000;
  position: absolute;
}

.box1-content li p {
  font-size: 25px;
  line-height: 25px;
}

.box1-content li h2 {
  font-size: 42px;
  line-height: 42px;
  margin-top: 13px;
}

.five1 {
  top: 42px;
  left: 266px;
}

.five2 {
  left: 0;
  top: 230px;
}

.five5 {
  top: 230px;
  right: 0;
}

.five3 {
  left: 100px;
  top: 502px;
}

.five4 {
  top: 502px;
  right: 100px;
}

/* 分校课程 */
/* 分校 */
.course {
  margin-bottom: 50px;
}

.top, .bottom {
  display: block;
  margin: auto;
}

.box3_container_fx {
  background: url('../images/course_c.png') repeat-y top center;
  box-sizing: border-box;
  padding: 50px 50px 0 55px;
  position: relative;
}

.box3_title span {
  font-size: 22px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #AA0101;
}

.box3_tab_list li, .city_list li {
  cursor: pointer;
  position: relative;
  float: left;
  text-align: center;
  margin: 12px 18px 12px 0;
  width: 167px;
  height: 52px;
  background: url("../images/city_bg.png") no-repeat center;
  font-size: 16px;
  color: #000000;
}
.city_list li {
  line-height: 52px;
}
.city_list li a {
  display: block;
}

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

.box3_tab_list li:hover,
.box3_tab_list li.active,
.box3_tab_list li.on,.city_list li:hover {
  background: url("../images/city_bg2.png") no-repeat center;
}

.box3_tab_list li:hover>a,
.box3_tab_list li.active>a,
.box3_tab_list li.on>a,
.city_list li:hover > a {
  color: #FEFEFE;
}

.box3_tab_list li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  width: 100%;
  height: 100%;
  line-height: 24px;
}

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

.course_arrow {
  display: none;
  position: absolute;
  top: 55px;
  left: 46%;
  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: 1096px;
  background-color: #FAE3A0;
  padding: 5px 7px;
  border-radius: 2px;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 9;
  text-align: left;
}

.course_show a {
  /* white-space: nowrap; */
  display: inline-block;
  padding: 0 12px;
  color: #000000;
  font-size: 17px;
}

.course_show a:hover,
.course_show a.active {
  text-decoration: underline;
  font-size: 18px;
  color: #D51016;
}

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

.box4_container img {
  display: block;
}

.box4_text {
  background: #fdf8e7;
  border: 1px solid #ff6c00;
  box-sizing: border-box;
  height: 138px;
  overflow: hidden;
}

.box4_in {
  box-sizing: border-box;
  padding: 29px 35px;
}

.box4_in h5 {
  text-align: left;
  font-size: 22px;
  line-height: 22px;
  color: #0E0D0D;
  margin-bottom: 10px;
}

.box4_text p {
  font-size: 16px;
  color: #333;
  line-height: 34px;
}

.more_btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 76px;
  height: 32px;
  line-height: 32px;
  background: #FF6C00;
  text-align: center;
  cursor: pointer;
  color: #f6f7fe;
  font-size: 16px;
  display: none;
}

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

.more_btn:hover {
  background: #FFCD24;
}

.box3_table {
  text-align: center;
  width: 100%;
}

.box3_table tr:nth-child(1) {
  background: url('../images/th_bg.png') no-repeat center;
}

.box3_table th {
  line-height: 60px;
  font-size: 20px;
  color: #AA0101;
  white-space: nowrap;
}

.box3_table td {
  background: #faf1d1;
  box-sizing: border-box;
  border: 1px solid #fadc99;
  color: #181717;
  padding: 10px;
  line-height: 28px;
  font-size: 16px;
}

.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: 134px;
  line-height: 38px;
  font-size: 18px;
  color: #fff;
}

.box3_table td a.box3_table_gm,
.box3_table td a.box3_table_zx:hover {
  background: url("../images/buy_bg.png") no-repeat center;
  color: #fff;
}

.box3_table td a.box3_table_zx,
.box3_table td a.box3_table_gm:hover {
  background: url("../images/zx_bg.png") no-repeat center;
  color: #AA0101;
}

.box3_tab_list {
  position: relative;
}

.box2 {
  margin: 70px 0;
}
.box2 .course-bg {
  padding: 20px 40px;
}

.box2 li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.li-fl {
  width: 317px;
  height: 124px;
  background: url('../images/li_fl.png') no-repeat center;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-family: FZYanSongS-B-GB;
  font-weight: 600;
  color: #F9F7F7;
  text-shadow: 0px 0px 15px #FEA00D;
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
  z-index: 2;
}

.li-fr {
  width: 837px;
  height: 100px;
  background: url('../images/li_fr.png') no-repeat center;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 67px;
  margin-left: -70px;
  font-size: 18px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #0B0B0B;
}

.box3 {
  margin: 70px auto;
}

.box3 .course-bg {
  padding: 20px 50px;
}

.box3-content {
  background: url('../images/box3_img.png') no-repeat top center;
}

.box3-content li {
  display: flex;
  justify-content: space-between;
  padding: 0 36px 0 67px;
}

.box3-content li:nth-child(3) {
  padding: 0 16px 0 46px;
}

.box3-content li:nth-child(2) {
  padding: 0;
  margin-bottom: 27px;
}

.box3-fl {
  display: flex;
  align-items: center;
}

.box3-word {
  width: 241px;
  height: 70px;
  background: url('../images/box3_word.png') no-repeat center;
  font-size: 18px;
  font-family: FZYanSongS-B-GB;
  font-weight: 400;
  color: #CC0000;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
}

.box3-fl:nth-child(odd) .box3-word {
  padding: 10px 20px 0 0;
}

.box3-fl:nth-child(even) .box3-word {
  padding: 10px 0 0 20px;
}

.box3-icon {
  width: 178px;
  height: 179px;
  background: url('../images/box3_icon.png') no-repeat center;
  position: relative;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 0 0;
  font-family: FZYanSongS-B-GB;
  color: #FDF8E7;
}

.box3-fl:nth-child(odd) .box3-icon {
  margin-left: -54px;
}

.box3-fl:nth-child(even) .box3-icon {
  margin-right: -54px;
}

.box3-icon h4 {
  font-size: 23px;
  font-weight: 400;
}

.box3-icon h3 {
  font-weight: 400;
  font-style: italic;
  font-size: 27px;
}

.box3-icon h2 {
  font-size: 29px;
  font-weight: 400;
  color: #F3FC0A;
}

.fz24 {
  font-size: 24px !important;
}

.zxydy {
  display: block;
  margin: -45px auto 0;
}

.box4 {
  margin: 70px auto;
}

.box4 .course-bg {
  padding: 28px 45px 0;
}

.box4-swiper {
  position: relative;
}

.box4-teacher {
  width: 271px;
  height: 492px;
  background: url('../images/tea_bg.png') no-repeat center;
  box-sizing: border-box;
  padding: 30px 0 0;
  position: relative;
  cursor: pointer;
}

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

.box4-teacher-text {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  margin: auto;
  width: 262px;
  height: 195px;
  background: url('../images/tea_detail.png') no-repeat center;
  box-sizing: border-box;
  padding: 60px 25px;
}

.tea-name {
  font-size: 22px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #3A0000;
}

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

.box4-swiper img {
  display: block;
  width: 90%;
  height: 94%;
  margin: auto;
}

.box4-btn {
  position: relative;
  width: 150px;
  height: 40px;
  background: rgba(254, 199, 28, 0.53);
  border-radius: 20px;
  margin: 50px auto 0;
}

.box4 .swiper-button-prev,
.box4 .swiper-button-next {
  width: 37px;
  height: 16px;
  top: 30%;
  margin: 0 auto;
}

.box4 .swiper-button-prev {
  background: url("../images/arr_l.png") no-repeat center;
  left: 30px;
}

.box4 .swiper-button-next {
  background: url("../images/arr_l.png") no-repeat center;
  transform: rotate(180deg);
  right: 30px;
}

/* 联系我们 */

.box6 {
  /* margin-top: -70px; */
}

.fx_box7 {
  height: 288px;
  background: url('../images/fx_bg.png') no-repeat center;
  color: #AA0101;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
}

.fx_box7 h3 {
  line-height: 22px;
  margin-bottom: 28px;
}

.fx_box7 h3 span {
  font-size: 22px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: bold;
  color: #AA0101;
  line-height: 29px;
}

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

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

.fx_tab select {
  border: 0;
  background: #FEF0BB url("../images/fx_select_bg.png") 95% center no-repeat;
  width: 330px;
  height: 50px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 16px;
  color: #323232;
  border-radius: 4px;
  border: 1px solid #F9A21E;
}

.tab_cont {
  display: none;
  color: #AA0101;
  line-height: 26px;
  font-size: 14px;
  word-break: break-all;
}

.tab_cont.active {
  display: block;
}

.tab_cont a {
  color: #AA0101;
}

.phone {
  position: absolute;
  top: 96px;
  left: 871px;
}

.phone p {
  font-size: 18px;
  margin-bottom: 10px;
}

.tab_phone {
  display: block;
  box-sizing: border-box;
  padding-left: 36px;
  background: url('../images/phone.png') no-repeat top left;
  line-height: 26px;
  font-size: 25px;
}

.tab_cont_box {
  width: 70%;
}

/* 左侧 */

.fixed_left_show {
  z-index: 99;
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  line-height: 38px;
  text-align: center;
  height: 140px;
  font-size: 18px;
  letter-spacing: 5px;
  color: #fff;
  cursor: pointer;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  background: url('../images/fix_l.png') no-repeat right top;
  box-sizing: border-box;
  padding-top: 5px;
}

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

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

.fixed_left {
  z-index: 99;
  position: fixed;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 155px;
  box-sizing: border-box;
  padding: 5px;
  background: linear-gradient(174deg, #FDD95C, #FB5623);
}

.kiosk {
  position: absolute;
  top: -84px;
  left: 0;
  right: 0;
  margin: auto;
}

.fixed_left:before, .fixed_left:after {
  content: '';
  display: block;
  width: 155px;
  height: 56px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.fixed_left:before {
  background: url('../images/fixed_t.png') no-repeat center;
  top: 0;
}

.fixed_left:after {
  background: url('../images/fixed_t2.png') no-repeat center;
  bottom: 0;
}

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

.left_nav {
  overflow: hidden;
  zoom: 1;
  box-sizing: border-box;
  padding: 0 16px;
  border: 1px solid #FFE24F;

}

.left_nav li {
  text-align: center;
  zoom: 1;
  box-sizing: inherit;
  font-size: 18px;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  padding: 20px 0;
  color: #ffffff;
  border-bottom: 1px dashed #ff3b31;
}

.left_nav li:last-child {
  border-bottom: none;
}

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

.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: #fff;
}

/* 右侧 */

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

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

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

.fixed_top {
  box-sizing: border-box;
  width: 193px;
  margin: 0 auto;
  position: relative;
  background: url('../images/fixed_r.png') no-repeat top center;
}

.fixed_border {
  box-sizing: border-box;
  padding: 33px 0 0;
}

.zxrx {
  width: 100%;
  height: 65px;
  line-height: 25px;
  background: url('../images/right_btn.png') no-repeat center;
  box-sizing: border-box;
  margin: -10px auto 0;
  text-align: center;
  padding-top: 8px;
}
.zxrx p {
  /* line-height: 30px; */
  color: #fff;
}


.fixed_top h5 {
  text-align: center;
  font-size: 18px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #FFFFFF;
}


.fixed_right_list li {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 65px;
  line-height: 65px;
  background: url('../images/right_btn.png') no-repeat center;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  margin-top: -10px;
}

.right_course {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
  background: url('../images/right_btn.png') no-repeat center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: -10px;
}

.fixed_right_list li:hover, .zxrx:hover, .right_course:hover {
  background: url('../images/right_btn2.png') no-repeat center;
}


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

.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: url('../images/fix_r.png') no-repeat left top;
  letter-spacing: 3px;
  box-sizing: border-box;
  padding-top: 3px;
}

.fixed_right_show img {}


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

.slogen-box {
  display: block;
  position: absolute;
  top: -128px;
  left: 0;
  right: 0;
  height: 190px;
  margin: 0 auto;
  z-index: 99;
}

.slogen {
  vertical-align: middle;
  position: absolute;
  bottom: 53px;
  left: 0;
  right: 0;
  width: 80%;
  margin: 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: 159px;
  background: url('../images/fixed_b.png') no-repeat top center;
}

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

.bottomBarcon {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 159px;
  box-sizing: border-box;
  padding: 28px 0 0;
}

.pic02 {
  width: 506px;
  margin: 0 82px 0 66px;
}

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

.bottomBar .pic01 {
  position: relative;
  width: 195px;
  height: 124px;
}

.pic01 img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.pic01 img.pic012 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
}

.course-bottom {
  display: block;
  width: 232px;
  height: 66px;
  background: url('../images/course_bg.png') no-repeat center;
  line-height: 66px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  font-family: FZLanTingHeiS-DB-GB;
  color: #CC0000;
}

.bottomBar .closebtn {
  position: absolute;
  right: 50px;
  top: 30px;
  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) {
  #app {
    overflow: hidden;
  }

  .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: #3A0000;
    font-size: 0.7rem;
    line-height: 2.4rem;
    text-align: center;
  }

  .box {
    background: url("../images/box_bg.jpg") no-repeat center -4rem;
    background-size: auto 101%;
  }

  .banner_box {
    width: 100%;
    height: 31rem;
    background-size: 200%;
    background-position: top center;
  }

  .banner_box>.container {
    padding: .7rem 0 0;
  }

  .head {
    font-size: .8rem;
  }

  .head:before, .head:after {
    width: 4rem;
    height: .75rem;
    background-size: 100%;
  }

  .head:before {
    margin-right: .3rem;
  }

  .head:after {
    margin-left: .3rem;
  }

  .banner_box h1 {
    width: 80%;
    height: 10rem;
    background-size: 100%;
    margin: .15rem auto 0;
  }

  .txt1 {
    width: 70%;
  }

  .bird {
    display: none;
  }

  .problem {
    width: 98%;
    height: auto;
    background: none;
    margin: 1.5rem auto 0;
  }

  .problem .container {
    background: #FEF3C1;
    box-sizing: border-box;
    border: 5px solid #FFD600;
    padding: 1rem .5rem;
    border-radius: 1rem;
  }

  .problem ul {
    margin: auto;
    width: 80%;
  }

  .problem ul li {
    float: left;
    height: 2.54rem;
    line-height: 2.5rem;
    margin-bottom: -.3rem;
    font-size: .7rem;
    padding: 0 1rem;
  }

  .problem ul li:nth-child(odd) {
    width: 100%;
    background-size: 100%;
    margin-right: 0;
  }

  .problem ul li:nth-child(even) {
    width: 100%;
    background-size: 100%;
  }

  .problem ul li:nth-child(odd):hover {
    background-size: 100%;
  }

  .problem ul li:nth-child(even):hover {
    background-size: 100%;
  }

  .problem-btn {
    width: 100%;
    height: 2.5rem;
    background-size: 100%;
    line-height: 2.2rem;
    font-size: .8rem;
  }

  .problem-btn:hover {
    transform: translateY(-.1rem);
  }

  .box1 {
    /* margin-top: 8rem; */
    margin: 2rem auto 1rem;
  }
  .course-bg {
    background-size: 100%;
  }

  .title-box {
    width: 100%;
    height: 3rem;
    background-size: 115%;
    top: -2.4rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: .95rem;
    text-shadow: 0px .2rem .8rem rgba(222, 20, 14, 0.3);
    padding-left: 1rem;
    padding-top: 1.2rem;
    letter-spacing: -1px;
  }

  .title-box:after {
    display: none;
  }

  .box1 .container {
    padding: 1.5rem 0;
  }

  .box1-content {
    width: 80%;
    height: 16rem;
    background-size: 100%;
    padding: 5rem 0 0;
  }

  .box1-content>img {
    width: 3rem;
  }

  .box1-word {
    width: 10rem;
    height: 3rem;
    background-size: 100%;
    margin: .4rem auto 0;
    padding: .5rem .4rem 0 1.2rem;
    font-size: .6rem;
    line-height: .8rem;
  }

  .box1-content li {
    width: 6rem;
    height: 5rem;
    background-size: 100%;
    padding: 1.3rem .8rem;
  }

  .box1-content li p {
    font-size: .65rem;
    line-height: .65rem;
  }

  .box1-content li h2 {
    font-size: 1rem;
    line-height: 1rem;
    margin-top: .4rem;
  }

  .five1 {
    top: .5rem;
    left: 4.65rem;
  }

  .five2 {
    left: -2rem;
    top: 4.75rem;
  }

  .five5 {
    top: 4.75rem;
    right: -2rem;
  }

  .five3 {
    left: .5rem;
    top: 10.55rem;
  }

  .five4 {
    top: 10.55rem;
    right: .5rem;
  }


  /* 分校课程 */
  /* 分校 */
  .course {
    margin-bottom: .5rem;
  }
  .box-title3 {
    margin-bottom: .9rem;
  }

  .box3_container_fx {
    padding: 1rem .8rem;
    background-size: 100%;
  }

  .box3_table {}

  .box3_table tr:nth-child(1) {
    background-size: 100% 100%;
  }

  .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: 3rem;
    line-height: 1.2rem;
    font-size: 0.5rem;
  }

  .box3_table td a.box3_table_gm, .box3_table td a.box3_table_zx:hover, .box3_table td a.box3_table_zx, .box3_table td a.box3_table_gm:hover {
    background-size: 100% 100%;
  }

  #box4_box {
    margin-top: 1rem;
  }

  .box4_container {
    border-radius: 0.5rem 0.5rem 0 0;
    margin: 1rem 0 2rem;
  }

  .box4_in {
    padding: 1rem;
  }

  .box4_in h5 {
    font-size: 0.9rem;
    line-height: 1rem;
    margin-bottom: .25rem;
  }

  .box4_text p {
    font-size: .8rem;
    line-height: 1.4rem;
  }

  .more_btn {
    width: 3rem;
    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, .box3_title span {
    line-height: 1.3rem;
    font-size: 0.75rem;
  }

  .box3_tab_list li,.city_list li {
    box-sizing: border-box;
    margin: 0.2rem 0.5%;
    width: 24%;
    height: 1.8rem;
    font-size: 0.7rem;
    padding: 0.1rem;
    background-size: 100% 100%;
  }
  .city_list li {
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .box3_tab_list li:hover,
  .box3_tab_list li.active,
  .box3_tab_list li.on {
    /* box-shadow: 0 .1rem 0 #de5715; */
    background-size: 100% 100%;
  }

  .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 {
    font-size: .7rem;
    padding: 0 0.2rem;
  }

  .course_arrow {
    top: 1.85rem;
    width: 0.65rem;
    height: 0.3rem;
  }

  .course_show {
    width: 16.5rem;
    padding: 0 0.2rem;
    border-radius: 0.1rem;
    top: 2.05rem;
  }

  .course_show a:hover, .course_show a.active {
    font-size: .75rem;
  }

  .box2 {
    margin: 1rem auto;
  }

  .box2 .course-bg {
    padding: 1rem .5rem ;
  }

  .box2 li {
    margin-bottom: 0;
  }

  .li-fl {
    width: 4rem;
    height: 5rem;
    background-size: 100% 100%;
    font-size: 0.75rem;
    line-height: 1rem;
    text-shadow: 0rem 0rem 0.375rem #FEA00D;
    padding-left: .35rem;
    z-index: 2;
  }

  .li-fr {
    width: calc(100% - 3.5rem);
    height: 3.5rem;
    background-size: 120% 100%;
    padding-left: .7rem;
    margin-left: -.5rem;
    font-size: 0.65rem;
   line-height: .9rem;
   border-radius: 0 .5rem .5rem 0;
  }

  .box3 {
    margin: 1rem auto;
  }

  .box3 .course-bg {
    padding: .75rem .4rem;
  }

  .box3-content {
    background-size: 60%;
  }

  .box3-content li {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .box3-content li:nth-child(3) {
    padding: 0;
  }

  .box3-content li:nth-child(2) {
    padding: 0;
    margin-bottom: 0;
    margin-top: 6rem;
  }


  .box3-word {
    width: 6.5rem;
    height: 2.25rem;
    background-size: 100%;
    font-size: 0.65rem;
    line-height: 0.9rem;
  }

  .box3-fl:nth-child(odd) .box3-word {
    padding: .3rem 0;
  }

  .box3-fl:nth-child(even) .box3-word {
    padding: .3rem 0 0 .6rem;
  }

  .box3-icon {
    width: 4rem;
    height: 4.175rem;
    background-size: 100%;
    padding: 0.75rem 0 0;
  }

  .box3-fl:nth-child(odd) .box3-icon {
    margin-left: -1.35rem;
  }

  .box3-fl:nth-child(even) .box3-icon {
    margin-right: -1.35rem;
  }

  .box3-icon h4 {
    font-size: 0.7rem;
    line-height: .7rem;
  }

  .box3-icon h3 {
    font-size: 0.675rem;
  }
  .box3-icon h3 img {
    width: 1.6rem;
  }

  .box3-icon h2 {
    font-size: 0.725rem;
    line-height: .725rem;
  }

  .fz24 {
    font-size: 0.6rem !important;
  }

  .zxydy {
    width: 70%;
    display: block;
    margin: -.125rem auto 0;
  }

  .box4 {
    margin: 1rem auto;
  }

  .box4 .course-bg {
    padding: .7rem .5rem ;
  }

  .box4-swiper {
    position: relative;
  }

  .box4-teacher {
    width: 100%;
    height: 12.3rem;
    background-size: 100% 100%;
    padding: 0.75rem 0 0;
  }

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

  .box4-teacher-text {
    display: none;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    right: 0;
    margin: auto;
    width: 98%;
    height: 4.875rem;
    background-size: 100% 100%;
    padding: 1.2rem 0.625rem;
  }

  .tea-name {
    font-size: 0.55rem;
  }

  .box4-teacher-text p {
    font-size: 0.4rem;
    line-height: 0.75rem;
  }

  .box4-swiper img {
    display: block;
    width: 90%;
    height: 94%;
    margin: auto;
  }

  .box4-btn {
    width: 3.75rem;
    height: 1rem;
    border-radius: 0.5rem;
    margin: .25rem auto 0;
  }

  .box4 .swiper-button-prev, .box4 .swiper-button-next {
    width: 0.925rem;
    height: 0.4rem;
    top: 30%;
    margin: 0 auto;
  }

  .box4 .swiper-button-prev {
    background-size: 100%;
    left: 0.75rem;
  }

  .box4 .swiper-button-next {
    background-size: 100%;
    transform: rotate(180deg);
    right: 0.75rem;
  }


  .box6 {
    margin-top: 0;
  }

  .fx_box7 {
    height: auto;
    border-radius: 0.5rem;
    padding: 1rem .5rem;
    border: 1px solid #F8A324;
    background: #FDE8B3;
    margin-bottom: 2rem;
  }

  .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;
  }
  .phone {
    position: static;
  }
  
  .phone p {
    display: inline-block;
    font-size: .7rem;
    margin-bottom: 0;
  }
  .phone p:after {
    content: '：';
  }
  
  .tab_phone {
    display: inline-block;
    padding-left: 0;
    background: none;
    line-height: 1rem;
    font-size: .8rem;
  }
  
  .tab_cont_box {
    width: 100%;
  }

  .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: 800;
    width: 100%;
    height: 3.33rem;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ht20 .hkbg {
    height: 3.5rem;
    width: auto;
  }
  .ht20 .hkbg2 {
    width: 8rem;
    height: auto;
  }

  .ht20 .ershi {
    height: 2.23rem;
    width: auto;
  }

  .ht20 .line {
    height: 2.08rem;
    width: auto;
    margin: 0 1rem;
  }
}