<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

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

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

.footer p a {
  color: #333;
}

.box_container {
  padding: 40px 0;
}

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

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

.banner_box p {
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  color: #333;
  letter-spacing: 40px;
  text-indent: 40px;
}

.banner_box h1 {
  font-size: 0;
  background: url("../images/banner_h1.png");
  background-size: 100%;
  width: 955px;
  height: 280px;
  margin: 0 auto;
}

.banner_box h2 {
  line-height: 40px;
  text-align: center;
  color: #333;
  font-size: 38px;
  font-weight: normal;
}

.box1,
.box4,
.box6 {
  background: linear-gradient(45deg, #dd410f, #d82216);
}

.box2 {
  background: url("../images/box2_bg.png") center top no-repeat;
}

.box3 {
  background: url("../images/box3_bg.png") center top no-repeat;
}

.box5 {
  background: url("../images/box5_bg.png") center top no-repeat;
}

.box_title {
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 44px;
  margin-bottom: 40px;
}

.box_title_red {
  background: linear-gradient(135deg, rgba(213, 19, 25, 1) 0%, rgba(222, 67, 15, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_title::before,
.box_title::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/title_icon.png");
  background-size: 100%;
  width: 50px;
  height: 59px;
  margin: 0 20px;
}

.box1_container {
  padding-top: 180px;
  background: url("../images/box1_img.png") center top no-repeat;
}

.box1_container li {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 125px;
}

.box1_box {
  background-image: url("../images/box1_box.png");
  background-size: 100%;
  width: 260px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.box1_box h5 {
  color: #BA403A;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}

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

.box1_container li .box1_box:nth-child(2) {
  margin-top: 150px;
  width: 280px;
  height: 280px;
}

.box2_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box2_list li {
  width: 580px;
  margin: 25px 0;
}

.box2_title {
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, rgba(213, 19, 25, 1), rgba(222, 67, 15, 1));
  border-radius: 12px;
}

.box2_title h5 {
  line-height: 40px;
  font-size: 26px;
}

.box2_title p {
  line-height: 30px;
  font-size: 20px;
}

.box2_box {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 16px 0px rgba(112, 112, 112, 0.2);
  border-radius: 12px;
  box-sizing: border-box;
  padding: 45px 40px;
  display: flex;
  justify-content: flex-start;
}

.box2_box img {
  display: block;
  width: 200px;
  margin-right: 40px;
}

.box2_r {
  width: calc(100% - 240px);
}

.box2_r h5 {
  line-height: 32px;
  font-size: 20px;
  color: #333;
  font-weight: normal;
}

.box2_r p {
  line-height: 28px;
  font-size: 18px;
  color: #333;
  margin: 10px 0 25px;
  text-align: justify;
}

.box2_r a {
  display: block;
  width: 160px;
  line-height: 52px;
  background: linear-gradient(135deg, rgba(235, 94, 46, 1), rgba(232, 58, 55, 1));
  box-shadow: 0px 1px 13px 0px rgba(232, 58, 55, 0.5);
  border-radius: 26px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.box3_list {
  box-sizing: border-box;
  padding-top: 125px;
  background: url("../images/teacher.png") center top no-repeat;
  height: 500px;
}

.box3_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  box-sizing: border-box;
}

.box3_list li p {
  line-height: 40px;
  font-size: 24px;
  width: 350px;
  color: #333;
}

.box3_list li p i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #e05243;
  border: 4px solid #fad0cb;
}

.box3_list li:nth-child(1) {
  padding: 0 115px;
}

.box3_list li:nth-child(2) {
  padding: 0 60px;
}

.box3_list li:nth-child(3) {
  padding: 0 110px;
}

.box3_list li p:nth-child(odd) {
  text-align: right;
}

.box3_list li p:nth-child(even) {
  text-align: left;
}

.box3_btn {
  display: block;
  margin: 20px auto 0;
  width: 200px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  background: linear-gradient(135deg, rgba(235, 94, 46, 1), rgba(232, 58, 55, 1));
  box-shadow: 0px 1px 13px 0px rgba(232, 58, 55, 0.5);
  color: #fff;
  font-size: 22px;
}

.box4_title {
  line-height: 60px;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-size: 36px;
}

.box4_title span {
  color: #FFF601;
}

.box4_list {
  display: none;
}

.box4_list.active {
  display: block;
}

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

.box04_btn span {
  width: 140px;
  line-height: 40px;
  margin-right: 10px;
  background: linear-gradient(135deg, rgba(251, 139, 0), rgba(232, 58, 55, 1));
  box-shadow: 0px 1px 13px 0px rgba(232, 58, 55, 0.5);
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.box04_btn span.active {
  background: #f6661f;
}

.box4_list li {
  float: left;
  margin: 15px;
  width: 270px;
  height: 315px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 70px 0px rgba(51, 51, 51, 0.14);
  border-radius: 16px;
  box-sizing: border-box;
  padding: 25px 0;
}

.box4_list li h5 {
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: normal;
}

.box4_list li img {
  display: block;
  margin: 15px auto;
  width: 165px;
}

.box4_list li a {
  display: block;
  margin: 0 auto;
  width: 140px;
  line-height: 40px;
  background: linear-gradient(135deg, rgba(235, 94, 46, 1), rgba(232, 58, 55, 1));
  box-shadow: 0px 1px 13px 0px rgba(232, 58, 55, 0.5);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.box4_list li a:hover {
  background: linear-gradient(135deg, rgba(255, 153, 0, 1), rgba(255, 102, 0, 1));
  box-shadow: 0px 7px 9px 0px rgba(255, 102, 0, 0.4);
}

.box5_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box5_list li {
  width: 410px;
  line-height: 80px;
  background: linear-gradient(-90deg, rgba(252, 252, 252, 1), rgba(255, 255, 255, 1));
  box-shadow: 0px 5px 43px 0px rgba(230, 230, 230, 0.75);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.box5_list li span {
  font-size: 24px;
  background: linear-gradient(135deg, rgba(213, 19, 25, 1) 0%, rgba(222, 67, 15, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box5_container h3 {
  font-size: 36px;
  line-height: 60px;
  background: linear-gradient(135deg, rgba(213, 19, 25, 1) 0%, rgba(222, 67, 15, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box5_container h3 img {
  display: inline-block;
  vertical-align: middle;
}

.box5_line {
  width: 2px;
  height: 450px;
  background: rgba(216, 38, 21, 1);
  position: relative;
}

.box5_line::before {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(216, 38, 21, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.box5_line::after {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(216, 38, 21, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.box5_type {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box5_type p {
  width: 140px;
  line-height: 55px;
  font-size: 24px;
  border-radius: 20px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, rgba(235, 94, 46, 1), rgba(232, 58, 55, 1));
  box-shadow: 0px 0px 9px 0px rgba(232, 58, 55, 0.5);
}

.box5_r {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box5_qr {
  width: 290px;
  box-sizing: border-box;
  padding: 50px;
  background: linear-gradient(-90deg, rgba(252, 252, 252, 1), rgba(255, 255, 255, 1));
  box-shadow: 0px 5px 43px 0px rgba(230, 230, 230, 0.75);
  border-radius: 6px;
}

.box5_qr img {
  display: block;
  width: 100%;
}

.box5_type1 h5 {
  font-size: 28px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 32px;
  text-align: center;
  margin-top: 25px;
}

.box5_type2 {
  display: block;
  margin: 0 auto;
  width: 290px;
  line-height: 70px;
  border-radius: 35px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, rgba(235, 94, 46, 1), rgba(232, 58, 55, 1));
  box-shadow: 0px 2px 16px 0px rgba(232, 58, 55, 0.5);
}

.poster_list {
  display: flex;
  justify-content: space-between;
}

.poster_list li {
  width: 380px;
}

.poster_list li a {
  display: block;
  width: 380px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  background: #ff8050;
}

.poster_list li a img {
  display: block;
  width: 100%;
}

.poster_list li p {
  text-align: center;
  color: #fff;
  line-height: 40px;
  margin-top: 20px;
  font-size: 24px;
}

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

  html {
    font-size: 20px;
  }

  body {
    width: 18.75rem;
    font-size: .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%;
  }

  .fl, .fr {
    float: none;
  }

  /* 隐藏元素 */
  .ht_top .topnav a:nth-child(n+2),
  .stage,
  .footer p,
  .pc, .onlypc {
    display: none;
  }

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

  /* 通用头部 */
  .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: .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: .7rem;
    line-height: 2.4rem;
    text-align: center;
  }

  .box_container {
    padding: 1rem 0;
  }

  .banner_box {
    height: 11rem;
    background-size: auto 100%;
  }

  .banner_box .container {
    padding-top: 1rem;
  }

  .banner_box p {
    line-height: 1rem;
    margin-bottom: .4rem;
    font-size: .7rem;
    letter-spacing: 1rem;
    text-indent: 1rem;
  }

  .banner_box h1 {
    width: 17rem;
    height: 5rem;
  }

  .banner_box h2 {
    line-height: 1.2rem;
    font-size: .85rem;
  }

  .box2, .box3, .box5 {
    background-size: auto 100%;
  }

  .box_title {
    line-height: 1.5rem;
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .box_title::before,
  .box_title::after {
    width: 1.25rem;
    height: 1.475rem;
    margin: 0 .4rem;
  }

  .box1_container {
    padding-top: 0;
    background: none;
  }

  .box1_container li {
    display: block;
    padding: 0;
  }

  .box1_box {
    float: left;
    width: 8.8rem;
    height: 8.8rem;
    margin: .5rem 0;
  }

  .box1_box h5 {
    font-size: .8rem;
    line-height: 1rem;
    margin-bottom: .2rem;
  }

  .box1_box p {
    font-size: .7rem;
    line-height: 1rem;
  }

  .box1_container li .box1_box:nth-child(2) {
    width: 8.8rem;
    height: 8.8rem;
    margin: .5rem 0;
  }

  .box1_container li .box1_box:nth-child(3) {
    margin: -2.5rem 4.4rem 0;
  }

  .box2_list {
    display: block;
  }

  .box2_list li {
    width: 90%;
    margin: .5rem auto;
  }

  .box2_title {
    padding: .25rem 0;
    border-radius: .3rem;
  }

  .box2_title h5 {
    line-height: 1.3rem;
    font-size: .8rem;
  }

  .box2_title p {
    line-height: 1rem;
    font-size: .7rem;
  }

  .box2_box {
    border-radius: .3rem;
    padding: 1rem;
    display: block;
  }

  .box2_box img {
    width: 8rem;
    margin: 0 auto;
  }

  .box2_r {
    margin-top: .5rem;
    width: 100%;
  }

  .box2_r h5 {
    line-height: 1.1rem;
    font-size: .8rem;
  }

  .box2_r p {
    line-height: 1rem;
    font-size: .7rem;
    margin: .3rem 0;
  }

  .box2_r a {
    margin: 0 auto;
    width: 6rem;
    line-height: 1.5rem;
    border-radius: .75rem;
    font-size: .8rem;
  }

  .box3_list {
    padding-top: 0;
    background: none;
    height: auto;
  }

  .box3_list li {
    display: flex;
    margin-bottom: 0;
  }

  .box3_list li p {
    line-height: 1rem;
    font-size: .7rem;
    width: 50%;
    margin-bottom: .5rem;
  }

  .box3_list li p i {
    margin: 0 .1rem;
    width: .3rem;
    height: .3rem;
    border: .1rem solid #fad0cb;
  }

  .box3_list li:nth-child(1),
  .box3_list li:nth-child(2),
  .box3_list li:nth-child(3) {
    padding: 0;
  }

  .box3_list li p:nth-child(odd) {
    text-align: center;
  }

  .box3_list li p:nth-child(even) {
    text-align: center;
  }

  .box3_btn {
    margin: .5rem auto 0;
    width: 5rem;
    line-height: 1.4rem;
    border-radius: .7rem;
    font-size: .8rem;
  }

  .box4_title {
    line-height: 1.5rem;
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .box4_list {
    display: block;
  }

  .box4_list li {
    float: left;
    margin: .3rem 1%;
    width: 48%;
    height: 11rem;
    border-radius: .4rem;
    padding: .5rem 0;
  }

  .box4_list li h5 {
    line-height: 1.2rem;
    font-size: .8rem;
  }

  .box4_list li img {
    margin: .4rem auto 1rem;
    width: 6rem;
  }

  .box4_list li a {
    width: 5rem;
    line-height: 1.4rem;
    border-radius: .7rem;
    font-size: .7rem;
  }

  .box5_container {
    display: block;
  }

  .box5_list li {
    width: 60%;
    line-height: 1.5rem;
    border-radius: .2rem;
    padding: 0 1rem;
    margin: .3rem auto;
  }

  .box5_list li span {
    font-size: .75rem;
  }

  .box5_container h3 {
    text-align: center;
    margin: .5rem auto;
    line-height: 1.4rem;
    font-size: .8rem;
  }

  .box5_container h3 img {
    height: .7rem;
  }

  .box5_line,
  .box5_type {
    display: none;
  }

  .box5_r {
    height: auto;
    display: block;
  }

  .box5_qr {
    margin: 0 auto;
    width: 8rem;
    padding: 1rem;
  }

  .box5_type1 h5 {
    font-size: .8rem;
    line-height: 1.1rem;
    margin-top: .5rem;
  }

  .box5_type2 {
    display: none;
  }

  .poster_list {
    display: block;
  }

  .poster_list li {
    float: left;
    margin: 0 .5%;
    width: 32.3%;
  }

  .poster_list li a {
    width: 100%;
    padding: .25rem;
    border-radius: .25rem;
  }

  .poster_list li p {
    font-size: .7rem;
    line-height: 1rem;
    margin-top: .5rem;
  }
  .box04_btn{
    margin-bottom: .5rem;
  }
  .box04_btn span {
    width: 24%;
    line-height: 1.8rem;
    margin-right: 1%;
    border-radius: .2rem;

    font-size: .75rem;

  }
}
</pre></body></html>