@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: 86%;
  max-width: 1400px;
  min-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;
}

/* 通用头部 */
.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: #333;
  font-size: 16px;
  line-height: 30px;
}
.footer p span {
  padding: 0 5px;
}
.footer p a {
  color: #333;
}

.banner_box {
  width: 100%;
  height: 531px;
  background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container {
  padding-top: 90px;
}
.banner_box h2 {
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}
.banner_box h1 {
  text-align: center;
  font-size: 144px;
  line-height: 144px;
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 4px 0px rgba(161, 8, 13, 0.89);
  margin: 45px auto;
}
.colFFF94B {
  color: #fff94b;
}
.banner_box p {
  margin: 0 auto;
  width: 570px;
  line-height: 74px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 8px 0px 0px rgba(161, 8, 13, 0.89);
  border-radius: 38px;
  box-sizing: border-box;
  text-align: center;
  color: rgba(209, 11, 11, 1);
  font-size: 36px;
  font-weight: 600;
}
.search_box {
  margin: 50px auto;
  /* padding: 0 90px; */
}
.box_search {
  width: 1205px;
  height: 65px;
  background: url("../images/search_bg.png") no-repeat center;
  margin: auto;
}
.search_container {
  width: calc(100% - 470px);
  float: left;
  box-sizing: border-box;
  position: relative;
}
.search_container input {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
  box-sizing: border-box;
  background: transparent;
  border: none;
  /* border-radius:5px; */
  padding-left: 60px;
  font-size: 18px;
  /* color: #999; */
}
.search_keywords {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999;
}
.search_keywords a {
  color: #999;
}
.search_btn {
  width: 470px;
  float: right;
  display: flex;
  justify-content: center;
}
.search_btn a {
  display: block;
  width: 238px;
  line-height: 65px;
  background: url("../images/search_btn.png") no-repeat center;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.search_btn a:last-child {
  margin-right: 10px;
  margin-left: -35px;
}
.qa_container {
  max-height: 1440px;
  border: 2px solid rgba(221, 221, 221, 1);
  padding: 35px;
  overflow-y: scroll;
}
.qa_tip {
  padding-left: 58px;
  font-size: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 10px;
  position: relative;
}
.colE11010 {
  color: #e11010;
}
.qa_tip::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background: linear-gradient(
    130deg,
    rgba(184, 10, 10, 1),
    rgba(243, 18, 18, 1)
  );
  box-shadow: 0px 0px 11px 0px rgba(219, 15, 15, 0.53);
  border-radius: 50%;
  font-size: 23px;
}
.qa_tip::after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 28px;
  height: 27px;
  background: url("../images/lb.png") no-repeat center;
  background-size: 20px;
}
.qa_box {
  background: rgba(251, 251, 251, 1);
  box-shadow: 0px 0px 57px 0px rgba(214, 214, 214, 0.57);
  box-sizing: border-box;
  padding: 30px 30px 10px 30px;
  margin-bottom: 10px;
}
.qa_show {
  height: auto;
}
.qa_show .qa_a {
  display: block;
  -webkit-line-clamp: 999;
}
.qa_q {
  position: relative;
  box-sizing: border-box;
  padding-left: 70px;
  line-height: 50px;
  margin-bottom: 15px;
  font-size: 24px;
  color: rgba(223, 15, 15, 1);
  font-weight: normal;
}
.qa_q::before {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(
    130deg,
    rgba(184, 10, 10, 1),
    rgba(243, 18, 18, 1)
  );
  box-shadow: 0px 0px 11px 0px rgba(219, 15, 15, 0.53);
  border-radius: 50%;
  font-size: 23px;
  color: #fff;
  text-align: center;
}
.qa_a {
  position: relative;
  box-sizing: border-box;
  padding-left: 70px;
  line-height: 40px;
  font-size: 18px;
  text-align: justify;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.qa_a::before {
  content: "A";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(
    130deg,
    rgba(184, 10, 10, 1),
    rgba(243, 18, 18, 1)
  );
  box-shadow: 0px 0px 11px 0px rgba(219, 15, 15, 0.53);
  border-radius: 50%;
  font-size: 23px;
  color: #fff;
}
.qa_more {
  display: block;
  width: 190px;
  margin: 30px auto 0;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.qa_more img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.bottom {
  padding: 40px 0;
}
.slide_l {
  float: left;
  width: 230px;
}
.region {
  width: 230px;
  height: 530px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #dddddd;
  padding: 15px 25px;
  font-size: 20px;
  overflow-y: scroll;
}
.region li {
  cursor: pointer;
  text-align: center;
  width: 80px;
  height: 50px;
  line-height: 50px;
  color: #333;
  float: left;
}
.region li.active {
  color: rgba(224, 15, 15, 1);
}
.slide_r {
  position: relative;
  /* float: right;
  width: calc(100% - 260px); */
  height: 530px;
  overflow: hidden;
}
.contact_r_w {
  display: none;
  color: #333;
}
.contact_r_w a {
  color: #333;
}
.contact_r_w:first-child {
  display: block;
}
.address li {
  cursor: pointer;
  float: left;
  width: 200px;
  height: 60px;
  margin: 10px 8px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #333;
  background: #f2f1f1;
}
.address li.on {
  background: linear-gradient(
    130deg,
    rgba(184, 10, 10, 1),
    rgba(243, 18, 18, 1)
  );
  box-shadow: 0px 0px 9px 0px rgba(184, 10, 10, 0.27);
  color: #fff;
}
.address-box {
  height: 300px;
  overflow-y: scroll;
}
.address_info {
  display: none;
  margin: 30px;
}
.address_info.active {
  display: block;
}
.scrollY {
  overflow-y: scroll;
  max-height: 585px;
}
.service {
  margin-top: 15px;
}
.service span {
  font-weight: bold;
}
.service a {
  display: inline-block;
  text-align: center;
  width: 116px;
  line-height: 47px;
  background: url("../images/service.png");
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.fixed_nav {
  display: none;
  z-index: 10;
  width: 60px;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.fixed_nav li {
  position: relative;
}
.fixed_nav li:hover .fixed_a {
  background: linear-gradient(
    130deg,
    rgba(184, 10, 10, 1),
    rgba(243, 18, 18, 1)
  );
  box-shadow: 0px 0px 10px 0px rgba(219, 15, 15, 0.53);
}
.fixed_nav li:hover .fixed_p {
  color: rgba(243, 18, 18, 1);
}
.fixed_nav li .fixed_a {
  display: flex;
  flex-direction: row;
  align-items: center; /*垂直居中*/
  justify-content: center; /*水平居中*/
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(208, 208, 208, 0.61);
  border-radius: 50%;
  margin: 0 auto;
}
.fixed_nav li a img {
  vertical-align: middle;
  align-items: center;
}
.fixed_nav li .fixed_p {
  display: block;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.fixed_nav li:hover .fixed_qr_box {
  display: block;
}
.fixed_qr_box {
  display: none;
  position: absolute;
  top: 0;
  left: -90px;
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(208, 208, 208, 0.61);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px;
}
.fixed_qr_box img {
  display: block;
  width: 100%;
}
.qr_box {
  margin-top: 30px;
}
.sec_qr_list li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.sec_qr_list li p {
  line-height: 60px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #333;
}
.sec_qr_box {
  margin: 0 auto;
  width: 260px;
  background: rgba(239, 239, 239, 1);
  box-shadow: 0px 0px 51px 0px rgba(204, 204, 204, 0.73);
  border-radius: 12px;
  box-sizing: border-box;
  padding: 10px;
}
.sec_qr_box img {
  display: block;
  width: 100%;
}
.qr_bottom_p {
  line-height: 50px;
  margin: 40px 0;
  text-align: center;
  font-size: 24px;
  color: #333;
}
.yuyue {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 99;
}
.yuyue-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 540px;
  height: 280px;
  background: #fff;
  z-index: 99;
  padding: 40px 20px 0;
  border-radius: 20px;
}
.yuyue-box form {
  width: 100%;
}
.yuyue-box form dl {
  width: 100%;
  margin-bottom: 20px;
}
.yuyue-box form dl dt {
  width: 15%;
  text-align: right;
  font-size: 18px;
  color: #c32022;
  line-height: 46px;
}
.yuyue-box form dl dd {
  width: 76%;
  padding-left: 16px;
}
.yuyue-box form dl dd .yuyue-info {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  background: white;
  border: 1px solid #c32022;
  border-radius: 5px;
  padding-left: 10px;
  /* box-shadow: 0 0 0 1000px white inset; */
}
.yuyue-box form dl dd .text-code {
  width: 68%;
}
.yuyue-box form dl dd .sendcode {
  width: 28%;
  height: 46px;
  background: #c32022;
  color: white;
  display: inline-block;
  margin: 0;
  float: right;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  outline: none;
  border: none;
}
.yuyue-box form .yuyue-btn {
  width: 258px;
  height: 50px;
  background: #c32022;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  color: white;
  display: block;
  margin: 50px auto 0;
  outline: none;
  border: none;
}
.yuyue-box form dl dd select.yuyue-info {
  color: #999;
  width: 49%;
  background-image: url('../images/select.png');
  background-repeat: no-repeat;
  background-position: 95% center;
}
.close {
  width: 31px;
  height: 32px;
  background: url("../images/close.png");
  position: absolute;
  top: -35px;
  right: 0;
  cursor: pointer;
}

@media only all and (max-width: 1200px) {
  .onlymob {
    display: block;
  }

  html {
    font-size: 20px;
  }

  body {
    width: 18.75rem;
    font-size: 0.7rem;
    line-height: 1.2rem;
    background-size: auto 12rem;
    background-position: center 2rem;
  }

  html,
  body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .Width {
    width: 17.5rem;
  }
  .container {
    width: 98%;
    max-width: 98%;
    min-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: #333;
    font-size: 0.7rem;
    line-height: 2.4rem;
    text-align: center;
  }

  .banner_box {
    height: 10.5rem;
    background-size: auto 100%;
  }
  .banner_box .container {
    padding-top: 1rem;
  }
  .banner_box h2 {
    line-height: 1.5rem;
    font-size: 1.1rem;
  }
  .banner_box h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    width: 16rem;
    height: 2.3rem;
    margin: 0.5rem auto;
  }
  .banner_box p {
    width: 15rem;
    line-height: 1.6rem;
    border-radius: 0.8rem;
    font-size: 0.8rem;
  }
  .search_box {
    margin: 1rem auto 3rem;
    padding: 0;
  }
  .box_search {
    width: 16.5rem;
    height: 1.8rem;
    background-size: 100% 100%;
    margin: auto;
  }
  .search_container {
    width: 100%;
    float: none;
  }
  .search_container input {
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 0.6rem;
    font-size: 0.7rem;
  }
  .search_keywords {
    right: 0.5rem;
    font-size: 0.7rem;
  }
  .search_btn {
    float: none;
    width: 14rem;
    margin: 0.5rem auto 0;
  }
  .search_btn a {
    width: 5.5rem;
    line-height: 2rem;
    font-size: 0.8rem;
    background-size: 100%;
  }
  .search_btn a:last-child {
    margin-left: -0.5rem;
    margin-right: 0;
  }
  .qa_tip {
    padding-left: 1.2rem;
    font-size: 0.55rem;
    margin-bottom: 0.25rem;
  }
  .qa_tip::before {
    width: 1rem;
    height: 1rem;
    line-height: 0.8rem;
    font-size: 0.8rem;
    top: 0;
    transform: translateY(0);
  }
  .qa_tip::after {
    content: "";
    display: block;
    position: absolute;
    left: 0.15rem;
    top: 0.15rem;
    transform: translateY(0);
    box-sizing: border-box;
    width: 0.7rem;
    height: 0.7rem;
    background: url("../images/lb.png") no-repeat center / 0.7rem;
  }
  .qa_container {
    max-height: 31rem;
    padding: 0.5rem;
  }
  .qa_box {
    padding: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .qa_q {
    padding-left: 1.2rem;
    line-height: 1rem;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
  }
  .qa_q::before {
    width: 1rem;
    height: 1rem;
    line-height: 0.8rem;
    font-size: 0.8rem;
    top: 0;
    transform: translateY(0);
  }
  .qa_a {
    padding-left: 1.2rem;
    line-height: 1rem;
    font-size: 0.7rem;
  }
  .qa_a::before {
    width: 1rem;
    height: 1rem;
    line-height: 0.8rem;
    font-size: 0.8rem;
  }
  .qa_more {
    width: 6rem;
    margin: 0.5rem auto 0;
    line-height: 1.5rem;
    font-size: 0.7rem;
  }
  .qa_more img {
    margin-right: 0.3rem;
    height: 0.6rem;
  }
  .bottom {
    padding: 1rem 0;
  }
  .slide_l {
    float: left;
    width: calc(3.5rem - 2px);
    margin-left: 0.6rem;
  }
  .region {
    position: relative;
    width: calc(3.5rem - 2px);
    height: 15.75rem;
    border: 1px solid #dddddd;
    padding: 0;
    text-align: center;
    font-size: 0.72rem;
  }
  .region li {
    width: 100%;
    height: 1.375rem;
    line-height: 1.375rem;
  }
  .slide_r {
    /* width: calc(100% - 4.5rem); */
    height: 15.75rem;
  }
  .address li {
    width: 3.25rem;
    height: 1.1rem;
    margin: 0 0.2rem 0.3rem 0;
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
  .address_info {
    margin: 1rem 0;
  }
  .scrollY {
    height: 15.75rem;
  }
  .service {
    margin: 0.2rem 0;
  }
  .service a {
    width: 2.9rem;
    line-height: 1.2rem;
    font-size: 0.7rem;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .qr_box {
    margin-top: 1rem;
  }
  .sec_qr_list li p {
    line-height: 1.2rem;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
  }
  .sec_qr_box {
    width: 80%;
    border-radius: 0.3rem;
    padding: 0.3rem;
  }
  .qr_bottom_p {
    line-height: 1.3rem;
    margin: 1rem 0;
    font-size: 0.7rem;
  }

  .yuyue-box {
    width: 90%;
    height: 9rem;
    padding: 1rem .5rem 0;
    border-radius: .5rem;
  }
  .yuyue-box form {
    width: 100%;
  }
  .yuyue-box form dl {
    width: 100%;
    margin-bottom: 0.45rem;
  }
  .yuyue-box form dl dt {
    float: left;
    width: 15%;
    font-size: 0.5rem;
    line-height: 1.5rem;
  }
  .yuyue-box form dl dd {
    float: left;
    width: 76%;
    padding-left: 0.4rem;
  }
  .yuyue-box form dl dd .yuyue-info {
    width: 100%;
    height: 1.5rem;
    border-radius: 5px;
    padding-left: 0.25rem;
    font-size: 0.5rem;
  }
  .yuyue-box form dl dd .text-code {
    width: 70%;
  }
  .yuyue-box form dl dd .sendcode {
    width: 28%;
    height: 1.5rem;
    display: inline-block;
    margin: 0;
    float: right;
    border-radius: 5px;
    font-size: 0.45rem;
    text-align: center;
    line-height: 1.5rem;
    cursor: pointer;
  }
  .yuyue-box form .yuyue-btn {
    width: 6.45rem;
    height: 1.5rem;
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.5rem;
    border-radius: 5px;
    display: block;
    margin: 1.25rem auto 0;
  }
  .yuyue-box form dl dd select.yuyue-info {
      background-size: .5rem;
  }
}
