@charset "utf-8";
/* CSS Document */
body {
  max-width: 100%; overflow-x: hidden;
  background: #fff;
  color:#333; 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: #333; text-decoration: none; }
a:hover { color: #e4393c; 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 { o                        utline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] { -webkit-appearance: none; font-family:"Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif ; }
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%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 1100px; margin: 0 auto; }
.hide , .onlymob { display: none; }

/* 通用头部 */
.ht_top {
  position: relative; width: 100%; overflow: hidden; z-index: 2;
  background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
  line-height: 41px;
}
.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;
  font-size: 12px;
}
.ht_top .topnav a {
  padding: 0 8px;
}

.banner { 
  height:610px; margin-bottom: 50px; box-sizing: border-box;
  background: url(../images/banner01.png) no-repeat top;
}
.banner h3 {
  padding-top: 90px;
  color: #fff; font-size:32px; font-weight: 400; line-height:40px; text-align: center;
}
.banner h2 {
  height:235px; margin:20px auto 25px; overflow: hidden;
  background: url(../images/banner03.png) no-repeat center;
  background-size:contain;
  text-indent: -9999em;
}
.banner p {
  width:550px; height:52px; margin: 0 auto; overflow: hidden;
  background: #F5673C; border-radius: 52px;
  background: linear-gradient(86deg, #F5673C , #FC9531);
  color: #fff; font-size:28px; line-height:52px; text-align: center;
}

.title {
  height:68px; margin-bottom:40px; overflow: hidden;
  background: url(../images/pic01.png) no-repeat bottom;
  font-size: 50px; line-height: 56px; text-align: center;
}
.title span {
  color:#D6172B;
}

.box01 {
  width:670px; padding:10px 0 50px; margin-bottom:50px; box-sizing: border-box;
  background: #fff; border-radius: 20px; box-shadow:0 6px 20px 1px rgba(51,51,51,0.14);
}
.box01 h4 {
  margin-top: 40px; margin-bottom: 20px;
  font-size: 26px; font-weight: 400; text-align: center;
}
.box01 p {
  letter-spacing:1px;
  font-size: 20px; 
  line-height: 32px;
  text-align:center;
}
.box01 p span{
	color:#f00;
	font:weight;
}


.box02 {
  width:670px; padding:10px 0 50px; margin-bottom:50px; box-sizing: border-box;
  background: #fff; border-radius: 20px; box-shadow:0 6px 20px 1px rgba(51,51,51,0.14);
}
.box02 h4 {
  margin-top: 40px; margin-bottom: 20px;
  font-size: 26px; font-weight: 400; text-align: center;
}
.box02 img{
	width:350px;
	display:block;
	margin:0 auto;
	padding:20px 0;
}
.box02 p {
  margin-left:80px;
  text-indent:32px;
  letter-spacing:1px;
  font-size: 16px; 
  line-height: 32px;
}
.box02 .buy{
	display:block;
	width:235px;
	height:66px;
	margin:0 auto;
	background: #FF7000; 
	border-radius:10px;
	background: linear-gradient( 99deg,  #FF7000 , #FD1C32 , #FD1C32 , #FF7000 ) no-repeat left;
	background-size:200%;
	color:#fff; font-size: 32px; line-height: 66px; text-align: center;
	transition:all .2s;
}
.box02 h5 {
  font-weight:400;	
  margin-left:80px;
  letter-spacing:1px;
  font-size: 20px; 
  line-height: 32px;
}
.box02 p span{
	color:#f00;
	font:weight;
}



.nav {
  width:735px; margin:0 auto 60px;
}
.nav a {
  display: block; width:235px; height:66px; margin:0 auto;
  background: #FF7000; border-radius:10px;
  background: linear-gradient( 99deg,  #FF7000 , #FD1C32 , #FD1C32 , #FF7000 ) no-repeat left;
  background-size:200%;
  color:#fff; font-size: 32px; line-height: 66px; text-align: center;
  transition:all .2s;
}
.nav a:hover {
  opacity: .9;
  background-position: right;
}



.box03 {
  width:990px; margin-bottom: 80px; overflow: hidden;
  border-radius:10px;
  box-shadow:0 6px 17px 1px rgba(51,51,51,0.14);
}
.box03 table {
  width:100%;
  background: #FF7000;
  background: linear-gradient( 99deg,  #FF7000 , #FD1C32);
  text-align: center;
}
.box03 th {
  height: 80px;
  border:1px solid #FF8A59;
  color: #fff; font-size: 32px; font-weight: 400;
}
.box03 td {
  height: 80px;
  background: #fff; border:1px solid #FF8A59;
  font-size: 20px;
}
.box03 td:first-child {
  border-left-color:#fff ;
}
.box03 td:nth-child(4) {
  border-right-color:#fff ;
  border-bottom-color:#fff ;
}
.box03 tr:last-child td {
  border-bottom-color:#fff ;
}
.box03 td br {
  display: none;
}
.box03 td img { 
  width: 175px;
}

.box04Left {
  position: relative; float:left; width:600px; height:630px;
  background: url(../images/pic41.png) no-repeat 55px bottom;
}
.box04Left h4 {
  font-size: 24px; line-height: 30px; font-weight: 400; text-indent: 80px;
}
.box04Left .bg044 {
  position: absolute; right:0; bottom: 25px;
  width:200px; height:400px; pointer-events: none;
  background: url(../images/pic42.png) no-repeat center;
}
.box04Left p {
  color:#fff; font-size: 20px; line-height: 30px;
}
.box04Left p span {
  font-size: 26px;
}
.box04Left .row01 {
  position: absolute; left:0; top:120px;
  width:234px; height:103px; padding:10px 0 0 40px; box-sizing: border-box;
  background: url(../images/pic43.png) no-repeat center;
}
.box04Left .row02 {
  position: absolute; left:172px; top:335px;
  width:259px; height:102px; padding:10px 0 0 20px; box-sizing: border-box;
  background: url(../images/pic44.png) no-repeat center;
}

.box04Right {
  float:right; width:470px; padding:25px 30px 35px; margin-top: 200px; box-sizing: border-box;
  background: #fff; border-radius:10px;
  box-shadow:0px 6px 17px 1px rgba(51,51,51,0.14);
}
.box04Right h4 {
  margin-bottom: 25px;
  font-size: 30px; line-height: 40px; font-weight: 400; text-align: center;
}
.box04Right p {
  float: left; width:240px;
  font-size: 20px; line-height: 31px;
}
.box04Right img {
  float:right; width:126px;
}

.title04 {
  margin:55px auto;
  font-size:30px; font-weight: 400; line-height: 40px; text-align: center;
}

.box04b ,
.box05 {
  margin-bottom: 80px;
}
.box04b dd {
  width:365px; height:250px; padding:85px 0 0 105px; box-sizing: border-box;
  background: #2860FD;
  background: linear-gradient( 99deg,  #2860FD , #38B1F5);
  box-shadow:0 5px 18px rgba(27,27,27,0.15);
  border-radius:5px;
  color:#fff; font-size: 24px; line-height: 40px;
}
.box04b dd.fr {
  background: #F18433;
  background: linear-gradient( 146deg, #F18433 , #DC3821);
}
.box04b dt {
  float:left; width:268px; height:268px; margin-left: 51px; margin-top: -9px; box-sizing: border-box;
  background: url(../images/pic45.png) no-repeat center;
  color:#fff; font-size: 26px; font-weight: 800; line-height: 40px;
}
.box04b dt p:nth-child(1) {
  margin-left: 35px; margin-top: 80px;
}
.box04b dt p:nth-child(2) {
  margin-left: 130px; margin-top: 25px;
}

.box05 a {
  display: block; float:left; width:140px; height:62px; margin-right: 20px; margin-bottom: 20px;
  background: #FC9531;
  background: linear-gradient( 145deg,  #FC9531 , #F5673C);
  border-radius:6px;
  color:#fff; font-size: 22px; line-height: 62px; text-align: center;
}
.box05 a:hover {
  background: #F6CA00;
  color: #fff;
}
.box05 a:nth-child(7n) {
  margin-right: 0;
}

/* 通用底部 */
.footer { clear: both; position: relative; padding: 30px 0; background: #333; text-align: center; }
.footer p { position: relative; z-index: 2; color: #fff; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color: #fff; }
.footer p a:hover { color: #fff; }

@media only all and (max-width:1200px) {
  .onlymob { display: block; }
  html { font-size: 20px; }
  body { 
    width: 18.75rem;
    background-image:url(../images/mbanner.png);
    background-position: center 2.5rem;
    background-size: 100%;
    font-size: .7rem; line-height: 1.2rem;
  }
  html , body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .Width { width: 17.5rem; }

  /* 隐藏元素 */
  .ht_top .topnav a:nth-child(n+2),
  .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: .8rem; text-indent: -1000rem; }
  .ht_top .topnav a { padding: 0 0 0 0.3rem; text-indent: 0; float: right; word-break: keep-all; }
  
  .banner {
    height:13.225rem; margin-bottom:1rem;
    background-image: url(../images/mbanner01.png);
    background-size: 100%;
  }
  .banner h3 { padding-top: 2.25rem; font-size:.8rem; line-height:1rem; }
  .banner h2 {
    height:4.8rem; margin:.75rem auto .5rem;
  }
  .banner p { width:13.75rem; height:1.3rem; font-size:.7rem; line-height:1.3rem; }
  
  .title {
    height:1.7rem; margin-bottom:1.25rem;
    background-size: contain;
    font-size: 1.25rem; line-height:1.15rem;
  }
  
  .box01 { width:17.5rem; padding:1rem 0 1.25rem; margin-bottom:1.75rem; border-radius:.5rem; }
  .box01 h4 { margin-top:.75rem; margin-bottom: .35rem; font-size:.8rem; font-weight: 800; }
  .box01 p { font-size: .7rem; line-height: 1.2rem; }
  
  /* 预约 */
  .list-div { width:14rem; margin-bottom:.55rem; }
  .list-div input,
  .list-div select {
    width:6.5rem; height:1.6rem; margin:0 .25rem;
    border-width:.05rem; border-radius:.25rem;
    font-size:.65rem;
  }
  .list-div select { line-height:1.5rem; }
  .list-div #PhoneCode { width:8rem; }
  .list-div .fs,
  .yuyueBtn { border-radius:.25rem }
  .list-div .fs { width:5rem; font-size: .6rem; }
  .yuyueBtn {
    width:13.5rem; height:1.8rem; margin-top:.75rem; 
    font-size:.65rem; line-height:1.8rem;
  }
  
  .nav { width:18rem; margin-bottom:1.75rem; }
  .nav a {
    width:5.75rem; height:1.65rem; margin:0 auto;
    border-radius:.25rem;
    font-size: .8rem; line-height:1.65rem;
  }
  .box02 { width:17.5rem; padding:1rem 0 1.25rem; margin-bottom:1.75rem; border-radius:.5rem; }
  .box02 h4 { margin-top:.75rem; margin-bottom: .35rem; font-size:.8rem; font-weight: 800; }
  .box02 h5 {margin-left:.5rem; margin-bottom: .35rem; font-size:.7rem; font-weight: 800; }
  .box02 p { margin-left:.5rem;font-size: .7rem; line-height: 1.2rem; }
  .box02 img{
	width:15rem;
	display:block;
	margin:0 auto;
	padding:1rem 0;
}
  .box02 .buy{
    width:5.75rem; height:1.65rem; margin:0 auto;
    border-radius:.25rem;
    font-size: .8rem; line-height:1.65rem;
} 
  

  .box03 { width:17.5rem; margin-bottom:1.75rem; border-radius:.25rem; }
  .box03 th { height:2rem; font-size: .7rem; white-space: nowrap; }
  .box03 td { height: 2rem; font-size:.6rem; line-height: .8rem; }
  .box03 td br { display: block; }
  .box03 td img { width:3.75rem; }

  .box04Left {
    float:none; width:17.5rem; height:16.175rem;
    background-size: 9.85rem;
    background-position: 2rem bottom;
  }
  .box04Left h4 { font-size:.8rem; line-height:1rem; font-weight: 800; text-indent:0; text-align: center; }
  .box04Left .bg044 { bottom: .7rem; width:4.525rem; height:10rem; background-size: contain; }
  .box04Left p { font-size:.65rem; line-height: .9rem; }
  .box04Left p span { font-size: .8rem; }
  .box04Left .row01 {
    top:3.5rem;
    width:7.4rem; height:2.725rem; padding:.25rem 0 0 1rem;
    background-size: 100% 100%;
  }
  .box04Left .row02 {
    left:5rem; top:7.95rem;
    width:7.525rem; height:3.25rem; padding:.25rem 0 0 .35rem;
    background-size: 100% 100%;
  }
  
  .box04Right {
    float:none; position: relative; width:17.5rem; padding:.75rem 1.4rem .75rem 1.75rem; margin-top:1.5rem;
    border-radius:.25rem;
	margin-bottom: 1.5rem;
  }
  .box04Right h4 {
    position: absolute; left:0; top:-1.5rem; width:100%;
    font-size:.8rem; line-height:1rem;  font-weight: 800;
  }
  .box04Right p { width:7.5rem; font-size: .7rem; line-height: 1.1rem; }
  .box04Right img { width:4.4rem; }
  
  .title04 { margin:1.75rem auto; font-size:.8rem; line-height:1rem;  font-weight: 800; }
  
  .box04b ,
  .box05 { margin-bottom:2rem; }
  .box04b dd {
    width:5.9rem; height:4rem; padding:1rem 0 0 .4rem;
    border-radius:.15rem;
    font-size:.65rem; line-height:1rem;
  }
  .box04b dt {
    width:5.25rem; height:5.25rem; margin-left: .22rem; margin-top: -.612rem;
    background-size: 100% 100%;
    font-size:.6rem; line-height:.8rem; font-weight: 400;
  }
  .box04b dt p:nth-child(1) {
    margin-left: .75rem; margin-top:1.25rem;
  }
  .box04b dt p:nth-child(2) {
    margin-left:2.25rem; margin-top:1rem;
  }
  
  .box05 a {
    width:4rem; height:1.6rem; margin-right:.5rem; margin-bottom:.5rem;
    border-radius:.15rem;
    font-size: .7rem; line-height:1.6rem;
  }
  .box05 a:hover {
    background: #E63B3D;
    background: linear-gradient( 90deg,  #E63B3D , #F6792D);
  }
  .box05 a:nth-child(7n) { margin-right: .5rem; }
  .box05 a:nth-child(4n) { margin-right: 0; }

  /* 通用底部 */
  .m-footer { 
    background: #333;
    color:#fff; font-size: .7rem; line-height: 2.4rem; text-align: center;
  }
}