@charset "gb2312";

/* 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;
}

body {
  color: #333;
}

/* 通用头部 */
.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;
}

#s5_rotate1 {
  background: url(../images/circle1.png) no-repeat;
  width: 1821px;
  height: 616px;
  position: absolute;
  top: 196px;
  left: -308px;
  -webkit-animation: go 8s ease-in-out alternate infinite;
  -moz-animation: go 8s ease-in-out alternate infinite;
  animation: go 8s ease-in-out alternate infinite;
}

@keyframes go {
  0% {
    -webkit-transform: rotate(15deg);
    -webkit-transform-origin: center center;
    -moz-transform: rotate(15deg);
    -moz-transform-origin: center center;
    transform: rotate(15deg);
    transform-origin: center center;
  }

  100% {
    -webkit-transform: rotate(-15deg);
    -webkit-transform-origin: center center;
    -moz-transform: rotate(-15deg);
    -moz-transform-origin: center center;
    transform: rotate(-15deg);
    transform-origin: center center;
  }
}

#s5_rotate2 {
  background: url(../images/circle2.png) no-repeat;
  width: 1821px;
  height: 616px;
  position: absolute;
  top: 196px;
  left: -308px;
  -webkit-animation: goBack 8s ease-in-out alternate infinite;
  -moz-animation: goBack 8s ease-in-out alternate infinite;
  animation: goBack 8s ease-in-out alternate infinite;
}

@keyframes goBack {
  0% {
    -webkit-transform: rotate(-15deg);
    -webkit-transform-origin: center center;
    -moz-transform: rotate(-15deg);
    -moz-transform-origin: center center;
    transform: rotate(-15deg);
    transform-origin: center center;
  }

  100% {
    -webkit-transform: rotate(15deg);
    -webkit-transform-origin: center center;
    -moz-transform: rotate(15deg);
    -moz-transform-origin: center center;
    transform: rotate(15deg);
    transform-origin: center center;
  }
}

/*右侧悬浮样式*/
.ht-fx {
  position: fixed;
  bottom: 300px;
  z-index: 1000;
  left: 0;
}

.ht-fx .close-btn {
  width: 13px;
  height: 14px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  top: 10px;
  cursor: pointer;
}

.ht-fx img.ht-mob {
  display: none;
}

@media screen and (min-width:1601px) {
  .ht-fx .close-btn {
    right: 10%;
  }
}

@media screen and (min-width:1381px) and (max-width:1600px) {
  .ht-fx .close-btn {
    right: 10%;
    top: -8px;
  }

  .ht-fx img {
    width: 160px;
    height: 240px;
  }
}

@media screen and (max-width:1380px) {
  .ht-fx img.pc {
    display: none;
  }

  .ht-fx img.ht-mob {
    display: block;
  }

  .ht-fx {
    left: 0;
  }

  .ht-fx .close-btn {
    right: -23%;
    top: 2px;
  }
}

/*右侧选悬浮样式结束*/
.banner {
  position: relative;
  height: 620px;
  color: #fff;
  background: url(../images/ban.jpg) top center no-repeat;
  text-align: center;
  padding-top: 174px;
  box-sizing: border-box;
}

.title {
  font-size: 40px;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 65px;
  letter-spacing: 5px;
  position: relative;
  font-weight: bold;
}

.beat-char {
  position: relative;
  display: inline-block;
  background: transparent;
}

.titbeat span {
  z-index: 2;
  position: relative;
}

.panel {
  padding: 65px 0;
  overflow: hidden;
  box-sizing: border-box;
}

.panel06 {
  padding-bottom: 140px;
}

.panel01 {
  height: 760px;
  background: url(../images/bg.jpg) top center no-repeat;
}

.panel01 .left-cont {
  width: 665px;
  height: 520px;
  background: url(../images/bg2.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 50px;
  box-sizing: border-box;
}

.panel01 .adv-box {
  border-radius: 8px;
  background-image: -moz-linear-gradient(-4deg, rgb(253, 225, 239) 12%, rgb(255, 251, 252) 100%);
  background-image: -webkit-linear-gradient(-4deg, rgb(253, 225, 239) 12%, rgb(255, 251, 252) 100%);
  background-image: -ms-linear-gradient(-4deg, rgb(253, 225, 239) 12%, rgb(255, 251, 252) 100%);
  width: 534px;
  height: 123px;
  margin: 0 auto 17px;
  position: relative;
  padding-left: 65px;
  box-sizing: border-box;
  color: rgb(92, 26, 20);
}

.panel01 .adv-box img {
  position: absolute;
  top: 5px;
  right: 40px;
  width: 123px;
  height: 113px;
}

.panel01 .adv-box h4 {
  font-size: 28px;
  padding-top: 25px;
  margin-bottom: 5px;
}

.panel01 .adv-box p {
  font-size: 22px;
}

.panel01 .left-title {
  font-size: 28px;
  color: #FFDFBF;
  text-align: center;
  background: url(../images/dd.png) center no-repeat;
  margin-bottom: 30px;
}

.panel01 .sm {
  color: #FFDFBF;
  font-size: 16px;
  text-align: center;
  margin-bottom: 18px;
  padding-top: 20px;
}

.panel01 .time {
  font-size: 18px;
  text-align: center;
}

.panel01 .right-cont {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  width: 515px;
  height: 521px;
}

/*预约样式*/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
}

.yy-title {
  text-align: center;
  font-size: 26px;
  padding: 38px 0;
}

.yy-box .list-infor {
  margin-bottom: 10px;
  padding: 0 33px;
}

.yy-box .list-infor input, .list-infor select {
  border: 1px solid #B8B8B8;
  background-color: rgb(255, 254, 255);
  border-radius: 8px;
  width: 445px;
  height: 63px;
  font-size: 20px;
  text-indent: 18px;
}

.list-infor select {
  width: 217px;
  appearance: none;
  -webkit-appearance: none;
  background: #fff url(../images/xia.png) no-repeat 92% center;
  float: left;
}

.list-infor select#province {
  margin-right: 12px;
}

#PhoneCode {
  width: 287px;
  float: left;
  margin-right: 10px;
}

#fs {
  width: 150px;
  cursor: pointer;
}

.list-infor input#tjBtn {
  width: 277px;
  height: 54px;
  line-height: 54px;
  border: none;
  font-size: 22px;
  color: #fff;
  margin: 24px auto 0;
  display: block;
}

.list-infor input#tjBtn, .sx-tip a {
  background-image: -moz-linear-gradient(-90deg, rgb(247, 89, 84) 0%, rgb(250, 108, 57) 99%);
  background-image: -webkit-linear-gradient(-90deg, rgb(247, 89, 84) 0%, rgb(250, 108, 57) 99%);
  background-image: -ms-linear-gradient(-90deg, rgb(247, 89, 84) 0%, rgb(250, 108, 57) 99%);
  box-shadow: 0px 17px 13px 0px rgba(242, 68, 61, 0.22);
  border-radius: 50px;
}

.list-infor input#tjBtn:hover,
.sx-tip a:hover,
.panel04 td a:hover {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.panel02 .title {
  color: #333;
  margin-bottom: 90px;
}

.panel .ball {
  position: absolute;
  top: -23px;
  left: 22.5%;
}

.panel02 .ball {
  left: 18%;
}

.panel03 .ball {
  left: 33.5%;
}

.panel04 .ball {
  left: 31.5%;
}

.panel06 .ball {
  left: 25.5%;
}

.panel02 {
  height: 860px;
  background: url(../images/bg3.jpg) bottom center no-repeat;
}

.panel02 ul {
  position: relative;
  height: 410px;
}

.panel02 li {
  position: absolute;
  text-decoration: underline;
  color: #000;
  /*-webkit-animation-name: fadeIn,movef;
  animation-name: fadeIn,movef;*/
  animation: 1.4s 3s linear fadeIn, 1.6s 4.4s linear movef infinite alternate;
  ? -webkit-animation: 1.4s 3s linear fadeIn, 1.6s 4.4s linear movef infinite alternate;
}

.panel02 .list-txt01,
.panel02 .list-txt04,
.panel02 .list-txt07 {
  left: 167px;
  font-size: 26px;
  color: #F03F2F;
}

.panel02 .list-txt02 {
  left: 548px;
  font-size: 24px;
  text-decoration: none;
  top: 16px;
  animation: 1.4s 3s linear fadeIn, 1.6s 4.4s linear moves infinite alternate;
  ? -webkit-animation: 1.4s 3s linear fadeIn, 1.6s 4.4s linear moves infinite alternate;
}

.panel02 .list-txt03,
.panel02 .list-txt06 {
  font-size: 20px;
  top: 82px;
  text-decoration: none;
  color: #8C8C8C;
}

.panel02 .list-txt03 {
  left: 425px;
}

.panel02 .list-txt04 {
  left: 634px;
  top: 106px;
  animation: 1.4s 3s linear fadeIn, 1.6s 4.4s linear moves infinite alternate;
  ? -webkit-animation: 1.4s 3s linear fadeIn, 1.6s 4.4s linear moves infinite alternate;
}

.panel02 .list-txt05 {
  left: 167px;
  top: 154px;
  font-size: 20px;
  text-decoration: none;
  animation: 1.4s 3s linear fadeIn, 1.6s 4.4s linear moves infinite alternate;
  ? -webkit-animation: 1.4s 3s linear fadeIn, 1.6s 4.4s linear moves infinite alternate;
}

.panel02 .list-txt06 {
  left: 695px;
  top: 178px;
  animation: 1.4s 3s linear fadeIn, 1.6s 4.4s linear moves infinite alternate;
  ? -webkit-animation: 1.4s 3s linear fadeIn, 1.6s 4.4s linear moves infinite alternate;
}

.panel02 .list-txt07 {
  left: 365px;
  top: 237px;
}

.panel02 .list-txt08 {
  left: 490px;
  top: 320px;
  font-size: 20px;
  text-decoration: none;
}

.sx {
  margin: 0 auto 24px;
  display: block;
  animation: down .5s linear infinite;
}

.sx-tip a {
  display: block;
  width: 646px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin: 0 auto;
}

.panel03 {
  height: 720px;
  background: url(../images/bg4.jpg) top center no-repeat;
}

.panel03 .main-cont {
  position: relative;
}

.panel03 .list-div {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 41, 72);
  background-color: rgb(255, 255, 255);
  position: relative;
  width: 355px;
  height: 226px;
  float: left;
}

.panel03 .txt01 {
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 36px;
  letter-spacing: 3px;
  padding-top: 40px;
  box-sizing: border-box;
}

.panel03 .txt01 img {
  display: block;
  margin: 0 auto 5px;
  height: 104px;
}

.panel03 .txt01 strong {
  color: #F34031;
}

.panel03 .txt02 {
  width: 355px;
  height: 226px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.639);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.panel03 .txt02 p {
  width: 355px;
  height: 226px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 24px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8;
}

.panel03 .rr-img {
  position: absolute;
  right: 0;
  top: 0;
}

.panel03 {
  position: relative;
}

.panel04 .title {
  color: #333;
}

.panel04 .title>span {
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 6px;
  display: block;
}

.panel04 .list-tab-menu {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 41, 72);
  background-color: rgb(255, 255, 255);
  width: 210px;
  height: 170px;
  margin-bottom: 9px;
  text-align: center;
  color: rgb(242, 68, 61);
  font-size: 24px;
  position: relative;
}

.panel04 .list-tab-menu p {
  font-size: 30px;
  font-weight: bold;
}

.panel04 .list-tab-menu .txt-box {
  display: table-cell;
  vertical-align: middle;
  width: 223px;
  height: 170px;
}

.panel04 .list-tab-menu:hover,
.panel04 .list-tab-menu.on {
  background: #F54236;
  color: #fff;
}

.panel04 .list-tab-menu i {
  width: 23px;
  height: 27px;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -13.5px;
  background: url(../images/arr.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}

.panel04 .list-tab-menu:hover i,
.panel04 .list-tab-menu.on i {
  display: block;
}

.panel04 table {
  width: 974px;
  text-align: center;
  height: 535px;
}

.panel04 th {
  background: #363636;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  line-height: 1.2;
}

.panel04 td {
  font-size: 16px;
  background: #EBEBEB;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #000;
  line-height: 2;
}

.panel04 td:nth-child(3),
.panel04 td:nth-child(4) {
  padding: 0 20px;
  text-align: left;
}

.panel04 td a {
  border-radius: 8px;
  background-color: rgb(242, 68, 61);
  width: 108px;
  height: 42px;
  display: block;
  margin: 0 auto;
  line-height: 42px;
  color: #fff;
}

.panel04 .list-tab-cont {
  display: none;
}

.panel05 {
  height: 776px;
  background: url(../images/bg5.jpg) no-repeat;
  background-size: cover;
}

.panel05 .Width {
  height: 776px;
}

.panel05 .tab-menu {
  text-align: center;
  border-bottom: 1px solid #524A4B;
}

.panel05 .list-tab-menu {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(242, 68, 61);
  background-color: rgb(32, 30, 30);
  display: inline-block;
  text-align: center;
  line-height: 49px;
  width: 165px;
  height: 49px;
  margin: 0 19px 15px;
  font-size: 22px;
  color: rgb(242, 68, 61);
}

.panel05 .list-tab-menu:hover,
.panel05 .list-tab-menu.on {
  background-color: rgb(242, 68, 61);
  color: #fff;
  cursor: pointer;
}

.panel05 .list-tab-cont {
  display: none;
}

.panel05 .tpic-box {
  width: 414px;
  text-align: center;
  float: left;
  color: #fff;
  font-size: 16px;
  padding-top: 55px;
  box-sizing: border-box;
}

.panel05 .tpic-box img {
  margin-bottom: 20px;
}

.panel05 .name {
  font-size: 38px;
  margin-bottom: 10px;
}

.panel05 .tpic-txt {
  background-color: rgb(242, 68, 61);
  width: 781px;
  height: 354px;
  color: #fff;
  float: left;
  padding: 0px 45px;
  box-sizing: border-box;
  position: relative;
  top: 65px;
}

.panel05 .tpic-txt p {
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.8;
  width: 781px;
  height: 354px;
  /*margin-bottom: 35px;*/
}

.btn_wrap {
  width: 154px;
  height: 24px;
  position: absolute;
  left: 412px;
  bottom: 115px;
  color: #fff;
  font-size: 24px;
}

.btn_wrap .pageState {
  line-height: 24px;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 24px;
  color: #fff;
}

.btn_wrap .prev, .btn_wrap .next {
  display: block;
  width: 47px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 11px;
}

.btn_wrap .prev {
  background: url(../images/pre_1.png) no-repeat center center;
}

.btn_wrap .prev:hover {
  background: url(../images/pre_2.png) no-repeat center center;
}

.btn_wrap .next {
  left: auto;
  right: 0;
  background: url(../images/next_1.png) no-repeat center center;
}

.btn_wrap .next:hover {
  background: url(../images/next_2.png) no-repeat center center;
  background-size: 100% 100%;
}

.panel05 .list-tab-cont02 {
  padding: 25px 20px 0;
}

.panel05 .list-tab-cont03 {
  padding-top: 42px;
}

.swiper-button-next, .swiper-button-prev {
  width: 54px;
  height: 54px;
}

.swiper-button-prev {
  background: url(../images/prv.png) no-repeat;
  background-size: 100% 100%;
}

.swiper-button-next {
  background: url(../images/next.png) no-repeat;
  background-size: 100% 100%;
}

.panel05 .right-img {
  padding-top: 1px;
  margin-left: 13px;
}

.panel05 .right-img img {
  display: block;
  margin-bottom: 10px;
}

.panel06 .title {
  color: #333;
}

.provinces-wrap {
  margin-bottom: 40px;
}

.provinces-wrap li {
  float: left;
  font-size: 20px;
}

.provinces-wrap li a {
  display: block;
  color: #fff;
  background-color: rgb(235, 235, 235);
  width: 144px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  margin: 0 3px 8px;
  color: #000;
}

.provinces-wrap li a:hover {
  background: #F54236;
  color: #fff;
}

.bottom-adv {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 204px;
  background: url(../images/abg.png) no-repeat;
  z-index: 999;
  /* margin-bottom: 112px;*/
  text-align: center;
  padding-top: 84px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
}

.bottom-adv>div {
  position: relative;
  padding-left: 120px;
  box-sizing: border-box;
}

.bottom-adv h3 {
  font-size: 32px;
  color: #FEF109;
  margin-bottom: 5px;
}

.bottom-adv h3:before, .bottom-adv h3:after {
  width: 33px;
  height: 1px;
  background: #FFF628;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.bottom-adv h3:before {
  margin-right: 10px;
}

.bottom-adv h3:after {
  margin-left: 10px;
}

.bottom-adv p {
  margin-bottom: 5px;
}

.bottom-adv h4 {
  font-size: 24px;
}

.bottom-adv h4 a {
  background-image: -moz-linear-gradient(-84deg, rgb(253, 249, 0) 0%, rgb(248, 184, 12) 100%);
  background-image: -webkit-linear-gradient(-84deg, rgb(253, 249, 0) 0%, rgb(248, 184, 12) 100%);
  background-image: -ms-linear-gradient(-84deg, rgb(253, 249, 0) 0%, rgb(248, 184, 12) 100%);
  width: 117px;
  height: 33px;
  border-radius: 50px;
  font-size: 18px;
  display: inline-block;
  line-height: 33px;
  color: #F22143;
  margin-left: 12px;
}

#closeBtn2 {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

/*专题预约样式结束*/
/* 通用底部 */
/* 通用底部 */
.footer {
  padding: 30px 0;
  background: #000;
  text-align: center;
  z-index: 998;
}

.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;
}

.bottom_no {
  margin-bottom: 112px;
}

.footer_bottom {
  margin-top: -112px;
}

.mob {
  display: none;
}

@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,
  .panel03 .rr-img {
    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: 10.25rem;
    background: url(../images/mban.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 3rem;
  }

  .banner img {
    width: 55%;
  }

  .title {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: .1rem;
    /* font-weight:bold;*/
  }

  .panel .ball {
    width: 3rem;
    top: -.5rem;
    left: 8%;
  }

  .panel01 {
    margin-top: -.15rem;
  }

  .panel03 .ball,
  .panel003 .ball {
    left: 24%;
  }

  .panel {
    padding: 1.5rem 0;
  }

  .panel01, .panel03, .panel05 {
    height: auto;
    background-size: cover;
  }

  .panel01 .left-cont {
    width: 100%;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    margin-bottom: .5rem;
  }

  .panel01 .left-title {
    font-size: 1rem;
    background-size: 82%;
    margin-bottom: 1rem;
  }

  .panel01 .adv-box {
    width: 17rem;
    height: 4.75rem;
    margin-bottom: .5rem;
    padding-left: 1.5rem;
  }

  .panel01 .adv-box h4 {
    font-size: 1rem;
    padding-top: 1rem;
  }

  .panel01 .adv-box img {
    top: 50%;
    right: 5%;
    width: 4rem;
    height: 3.5rem;
    margin-top: -1.75rem;
  }

  .panel01 .adv-box p {
    font-size: .8rem;
  }

  .panel01 .sm {
    font-size: .7rem;
    margin-bottom: 0;
    padding-top: 0rem;
  }

  .panel01 .time {
    font-size: .75rem;
  }

  /*预约*/
  .panel01 .right-cont {
    width: 100%;
    height: auto;
  }

  .yy-box .list-infor {
    padding: 0 5%;
    margin-bottom: .5rem;
  }

  .yy-box .list-infor input, .list-infor select, .list-infor input#tjBtn {
    width: 16.15rem;
    height: 2rem;
    font-size: .7rem;
  }

  .yy-box .list-infor select {
    width: 7.7rem;
    float: left;
    background-size: .75rem .4rem;
  }

  .list-infor select#province {
    margin-right: .65rem;
  }

  #PhoneCode {
    width: 9rem;
    margin-right: .15rem;
  }

  #fs {
    width: 6.85rem;
    text-indent: 0;
  }

  .list-infor input#tjBtn {
    margin-top: 1rem;
    font-size: .85rem;
    line-height: 2rem;
  }

  .yy-title {
    font-size: 1rem;
    padding: .75rem;
  }

  .panel02 {
    height: auto;
    background-size: 100%;
    padding-bottom: 1.5rem;
  }

  .panel02 .title {
    margin-bottom: 2rem;
  }

  .panel02 ul {
    height: 9rem;
  }

  .panel02 .list-txt01, .panel02 .list-txt04, .panel02 .list-txt07 {
    left: 20%;
    font-size: .8rem;
  }

  .panel02 .list-txt02 {
    left: 16%;
    top: 1.5rem;
    font-size: .75rem;
  }

  .panel02 .list-txt03 {
    left: 35%;
    font-size: .65rem;
    top: 2.75rem;
  }

  .panel02 .list-txt04 {
    left: 10%;
    top: 4rem;
  }

  .panel02 .list-txt05 {
    left: 15%;
    font-size: .7rem;
    top: 5.5rem;
  }

  .panel02 .list-txt07 {
    top: 6.85rem;
  }

  .sx {
    width: 1.25rem;
    margin-bottom: .75rem;
  }

  .sx-tip a {
    width: 90%;
    height: 2rem;
    line-height: 2rem;
    font-size: .75rem;
  }

  .panel03 .list-div {
    width: 48%;
    height: 6rem;
    float: left;
    box-sizing: border-box;
    margin: 0 1% .5rem;
  }

  .panel03 .txt01 img {
    height: 2.5rem;
  }

  .panel03 .txt01 {
    font-size: 1rem;
    padding-top: 1rem;
  }

  .panel04 .ball {
    left: 20%;
  }

  .xy-box .ball {
    left: 30%;
  }

  .panel04 .title>span,
  .xy-box .title>span {
    font-size: .75rem;
    margin-top: 0;
  }

  .panel04 .left-tab-menu {
    width: 100%;
  }

  .panel04 .list-tab-menu {
    width: 5.75rem;
    margin: 0 .1rem 1rem;
    float: left;
    box-sizing: border-box;
    font-size: .7rem;
    height: 3rem;
    text-align: center;
  }

  .panel04 .list-tab-menu:hover i,
  .panel04 .list-tab-menu.on i {
    right: 50%;
    top: 3.45rem;
    width: .7rem;
    height: .75rem;
    margin-right: -.35rem;
    transform: rotate(90deg);
  }

  .panel04 .list-tab-menu p {
    font-size: .85rem;
  }

  .panel04 .list-tab-menu .txt-box {
    width: 5.75rem;
    height: 3rem;
  }

  .panel04 table {
    width: 100%;
  }

  .panel04 th {
    font-size: .7rem;
  }

  .panel04 td {
    font-size: .6rem;
    line-height: 1.4;
  }

  .panel04 td a {
    width: 80%;
    font-size: .6rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }

  .panel04 td:nth-child(3), .panel04 td:nth-child(4) {
    padding: 0 2%;
    text-align: center;
  }

  .panel05 .tpic-box {
    width: 30%;
    font-size: .6rem;
    padding-top: 1rem;
  }

  .panel05 .tpic-box p {
    padding: 0 5%;
    line-height: 1.4;
  }

  .panel05 li {
    margin-bottom: 1rem;
  }

  .panel05 .tpic-txt {
    width: 70%;
    padding: 0 2%;
    height: 17rem;
    top: 1rem;
  }

  .panel05 .tpic-txt p {
    font-size: .65rem;
    line-height: 1.6;
    margin-bottom: .15rem;
    width: 100%;
    height: 17rem;
  }

  .panel05 .list-tab-cont01 {
    padding-bottom: 1rem;
  }

  .btn_wrap {
    left: 30%;
    font-size: .7rem;
    bottom: -.75rem;
    width: 100px;
    line-height: 1rem;
  }

  .btn_wrap .pageState {
    font-size: .7rem;
  }

  .btn_wrap .prev, .btn_wrap .next {
    width: 25px;
    height: 6px;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -3px;
  }

  .panel05 .name {
    font-size: .8rem;
  }

  .panel05 .tpic-box img {
    width: 5rem;
    margin-bottom: .5rem;
    margin-top: 15%;
  }

  .panel05 .list-tab-menu {
    width: 31.33%;
    margin: 0 1% .5rem;
    float: left;
    box-sizing: border-box;
    font-size: .8rem;
    height: 1.75rem;
    line-height: 1.6rem;
  }

  .panel05 .list-tab-cont02 {
    padding: .5rem 0;
  }

  .panel05 .left-img img {
    width: 11.5rem;
    height: 8rem;
  }

  .panel05 .right-img {
    margin-left: .5rem;
  }

  .panel05 .right-img img {
    width: 6rem;
    height: 3.85rem;
    margin-bottom: .25rem;
  }

  .panel05 .list-tab-cont03 {
    padding-top: 1rem;
  }

  .swiper-slide img {
    height: 8rem;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2rem;
    height: 2rem;
  }

  .panel05 .Width {
    height: auto;
  }

  .xy-box .title {
    color: #333;
  }

  .xy-box {
    background: #F2F2F2;
  }

  .provinces-wrap {
    padding-bottom: 0rem;
    margin-bottom: 5rem;
  }

  .provinces-wrap li {
    width: 23%;
    margin: 0 1% .5rem;
    height: 1.75rem;
  }

  .provinces-wrap li a {
    width: 100%;
    font-size: .7rem;
    height: 1.55rem;
    line-height: 1.55rem;
    margin: 0;
  }

  .bottom-adv.mob {
    background: url(../images/mabg.png) top center no-repeat;
    background-size: 100% 100%;
    height: 3.75rem;
    padding-top: 1rem;
    font-size: .6rem;
    margin-bottom: 2rem;
    margin-top: 4.5rem;
  }

  .bottom-adv.mob h3 {
    font-size: .7rem;
    margin: 0;
    padding-left: 18%;
  }

  .bottom-adv.mob p {
    line-height: 1.2;
    margin-bottom: 0;
    padding-left: 18%;
  }

  .bottom-adv.mob h3:before, .bottom-adv.mob h3:after {
    width: .5rem;
  }

  .xn-kf {
    font-weight: normal;
  }

  .xn-kf a {
    width: 3.75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #FDEC00;
    border-radius: 30px;
    color: #F22143;
    display: inline-block;
    margin-left: .25rem;
    margin-top: .25rem;
  }

  .panel003 {
    background: #DB2622;
  }

  .panel003-cont {
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    padding: 0 .5rem;
  }

  .panel003-cont .list-cont {
    border-radius: 7px;
    background-color: rgb(255, 253, 248);
    position: relative;
    font-size: .65rem;
    padding: 1rem 0 1rem 4rem;
    margin-bottom: .5rem;
  }

  .panel003-cont .list-cont img {
    width: 3.35rem;
    position: absolute;
    top: 0;
    left: 2%;
    margin: auto 0;
    bottom: 0;
  }

  .panel003-cont h4 {
    font-size: .8rem;
  }

  .panel003-cont h4 strong {
    font-size: .85rem;
  }

  .panel003-cont p {
    line-height: 1.2;
  }

  /* 通用底部 */
  .footer {
    height: 2.1rem;
    padding: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .footer p {}

  .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;
  }
}
