@charset "utf-8";
/* CSS Document */

body {
  font-family: "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
  overflow-x: hidden;
  color: #333;
}

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: #0d0d0d;
  text-decoration: none;
}

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

ul, li {
  list-style: none;
}

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

input {
  outline: 0;
}

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

:focus {
  outline: none;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.clearfix {
  zoom: 1;
}

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

.Width {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.hide {
  display: none;
}

.onlymob {
  display: none;
}

.pointer {
  cursor: pointer;
}

.ml480 {
  margin-left: 620px;
}

/* 通用头部 */

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

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

.ht_top h1 {
  float: left;
}

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

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

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

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

@keyframes movef {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}

@keyframes moves {
  0% {
    transform: translateX(25px);
  }
  100% {
    transform: translateX(-25px);
  }
}

@keyframes scrollBad {
  0% {
    background-position: bottom center;
  }
  100% {
    background-position: 100% bottom;
  }
}

.banner {
  height: 590px;
  padding-top: 65px;
  background: url(../images/ban.jpg) top center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
}

.title {
  font-size: 40px;
  line-height: 1;
  padding-top: 64px;
  padding-bottom: 25px;
  color: #CC3333;
  text-align: center;
}

.sub-title {
  font-size: 26px;
  color: #CC3333;
  text-align: center;
  margin-bottom: 45px;
}

.panel01 {
  font-size: 20px;
  color: #333;
  padding-bottom: 80px;
  background: #F7F7F7;
}

.panel01 .list-cont {
  position: relative;
}

.panel01 .left-tip {
  border-style: solid;
  border-width: 1px;
  border-color: #898888;
  background-color: rgb(202, 53, 56);
  width: 152px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  position: absolute;
  left: 0;
}

.panel01 ul {
  float: left;
  margin-left: 164px;
}

.panel01 ul li {
  border-style: solid;
  border-width: 1px;
  border-color: #898888;
  background-color: rgb(255, 255, 255);
  text-align: center;
  width: 127px;
  height: 56px;
  line-height: 56px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}

.panel01 ul li a {
  display: block;
  cursor: pointer;
}

.panel01 ul li:hover {
  border-color: #E4A0A0;
}

.panel01 ul li a:hover {
  color: #CC3333!important;
}

.panel02 {
  padding-bottom: 55px;
  background-image: url(../images/bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  /*-webkit-animation: scrollBad 5s linear infinite;*/
  /*-moz-animation: scrollBad 5s linear infinite;*/
  /* animation: scrollBad 5s linear infinite;*/
}

.panel02 .intro-txt {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
  margin-bottom: 45px;
}

.panel02 .list-item {
  padding-left: 346px;
  margin-bottom: 40px;
}

.panel02 .list-item>div {
  display: inline-block;
}

.month {
  font-size: 35px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}

.city {
  width: 116px;
  height: 116px;
  background: url(../images/cir.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 116px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  margin-right: 30px;
  position: relative;
  margin-left: 20px;
}

.city:after {
  width: 2px;
  content: "";
  background-color: #CC3333;
  height: 60px;
  position: absolute;
  top: 106px;
  left: 50%;
  margin-left: -1px;
}

.panel02 .list-item:last-child .city:after {
  display: none;
}

.panel02 h2.tip {
  padding-left: 300px;
  position: relative;
  top: 20px;
}

.ks-intro {
  font-size: 25px;
  height: 116px;
  box-sizing: border-box;
  position: relative;
  top: 15px;
}

.ks-intro p {
  line-height: 44px;
}

.ks-intro p:hover {
  color: #CC3333;
}

.panel03 {
  background: #CC3333;
  text-align: center;
}

.panel03 p {
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
  padding-top: 45px;
  padding-bottom: 25px;
}

.panel03 .list01, .panel03 .list02 {
  display: inline-block;
  width: 436px;
  text-align: center;
  margin: 0 80px 35px;
}

/* 通用底部 */

.footer {
  position: relative;
  padding: 30px 0;
  background: #000;
  text-align: center;
}

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

.footer p a {
  color: #fff;
  font-size: 14px;
}

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

.mob {
  display: none;
}

.maker-wrap {
  display: none;
}

.masker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.masker-erm {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}

.masker-erm span {
  position: absolute;
  top: -25px;
  right: -13px;
  cursor: pointer;
}

.code_container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.code_item {
  width: 190px;
}

.masker-erm img {
  width: 180px;
  height: 180px;
}

@media screen and (max-width:1080px) {
  .onlymob {
    display: block;
  }
  html {
    font-size: 20px;
  }
  body {
    font: 0.7rem/1.2rem "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "\9ED1\4F53", Arial, sans-serif;
    width: 18.75rem;
    margin: 0 auto;
    overflow-x: hidden;
    background-size: 200% 24rem;
  }
  html, body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .Width {
    width: 96%;
  }
  /* 隐藏元素 */
  .ht_top .topnav a:nth-child(n+2), .footer p, .pc, .onlypc, .ht_top .topnav, .right-fix {
    display: none;
  }
  .mob {
    display: block;
  }
  /* 通用头部 */
  .ht_top {
    line-height: 2.5rem;
    height: 2.5rem;
    background-size: auto 100%;
  }
  .ht_top .zt_top {
    width: 17.5rem;
    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;
    background-size: 100%;
  }
  .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;
  }
  .banner {
    height: 11rem;
    background-size: cover;
    padding-top: 2rem;
  }
  .banner img {
    width: 85%;
    margin: 0 auto;
  }
  .banner p {
    color: #fff;
    font-size: .7rem;
    padding-left: 30%;
    padding-top: .1rem;
  }
  .title {
    font-size: 1rem;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
  }
  .sub-title {
    font-size: .8rem;
    margin-bottom: 1rem;
  }
  .panel01 {
    font-size: .65rem;
    padding-bottom: 1rem;
  }
  .panel01 .left-tip {
    width: 3.8rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .panel01 ul li {
    width: 3rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-right: .25rem;
    margin-bottom: .65rem;
  }
  .panel01 ul {
    margin-left: 4.25rem;
  }
  .panel02 {
    padding-bottom: 1.25rem;
  }
  .panel02 h2.tip {
    padding-left: 3%;
    font-size: .75rem;
    top: 0.5rem;
  }
  .panel02 .intro-txt {
    font-size: .65rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .panel02 .list-item {
    padding-left: 15%;
    margin-bottom: .5rem;
  }
  .month {
    font-size: .8rem;
  }
  .city {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: .75rem;
    margin-right: .5rem;
    margin-left: .25rem;
  }
  .city:after {
    width: 1px;
    height: 1.5rem;
    top: 3rem;
  }
  .ks-intro p {
    line-height: 1.4;
  }
  .ks-intro {
    height: 3rem;
    font-size: .65rem;
    top: .5rem;
  }
  .panel03 .list01, .panel03 .list02 {
    width: 48%;
    margin: 0 1%;
    float: left;
  }
  .panel03 {
    padding-bottom: 1.25rem;
  }
  .panel03 p {
    font-size: .75rem;
    padding-top: 1.5rem;
    padding-bottom: .65rem;
  }
  /* 通用底部 */
  .footer {
    height: 2.1rem;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
  .footer p {
    display: none;
  }
  .footer:before {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "华图教育集团版权所有";
    width: 100%;
    height: 2.1rem;
    padding: 0;
    overflow: hidden;
    line-height: 2.1rem;
    font-size: 0.7rem;
    text-align: center;
  }
  .masker-erm {
    font-size: .7rem;
  }
  .code_container {
    flex-direction: column;
  }
  .masker-erm span {
    top: -1rem;
    right: -.5rem;
  }
  .code_item {
    width: 5.2rem;
    margin-bottom: .3rem;
  }
  .code_item p{
    line-height: 1;
  }
  .masker-erm img {
    width: 5rem;
    height: 5rem;
  }
}