﻿/*通用类*/
*{
	margin:0;		
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*兼容老设备的rem-px基准*/
html{
	font-size:36.4px;	
}
@media screen and (max-width: 320px){ 
  html{
  	font-size:36.4px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px){ 
  html{
  	font-size:41px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px){ 
  html{
  	font-size:42.6666px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px){ 
  html{
  	font-size:47px;
  }
}
@media screen and (min-width: 415px) and (max-width: 484px){ 
  html{
  	font-size:54.6112px;
  }
}
@media screen and (min-width: 485px) and (max-width: 720px){ 
  html{
  	font-size:82px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){ 
  html{
  	font-size:87px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px){ 
  html{
  	font-size:123px;
  }
}
@media screen and (min-width: 1080px){ 
  html{
  	font-size:123px;
  }
}

html{
	overflow-x:hidden;	
	font-size:15.625vw;	
}

body{		
	width:100%;	
	min-width:320px;
	min-height: 100vh;
	margin:0 auto;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.24rem;
	color:#000;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#000;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
	-webkit-appearance: none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}

.header{
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background:#fff;
	box-shadow:0 0 0.1rem #ddd;
}
.header .menu_btn{
	display: block;
	width: 0.86rem;
	height: 0.86rem;
	position: absolute;
	left: 0;
	top: 0;
	background:url("../images/menu_btn.png") no-repeat center center;
	background-size:100% 100%;
}
.header .tel{
	display: block;
	width: 0.86rem;
	height: 0.86rem;
	position: absolute;
	right: 0;
	top: 0;
	background:url("../images/head_tel.png") no-repeat center center;
	background-size:100% 100%;
}
.header_zw{
	height: 0.86rem;
	clear: both;
}
.nav{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0.86rem;
	z-index: 100;
	background:#fff;
	display: none;
}
.nav a{
	display: block;
	height: 0.7rem;
	line-height: 0.7rem;
	padding:0 0.3rem;
}
.nav_flog{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 90;
}

.thumb100{
	display: block;
	width: 100%;
	height:auto;
}
.area{
	position: relative;
}
.area1 .go{
	display: block;
	width: 3.3rem;
	height: 0.64rem;
	line-height: 0.64rem;
	border:1px solid #fff;
	text-align: center;
	position: absolute;
	bottom: 1.3rem;
	left: 50%;
	margin-left:-1.65rem;
	color:#fff;
}
.area1 .ani{
	width: 0.64rem;
	height: 0.64rem;
	position: absolute;
	right: 0.55rem;
	top: 0;
	background:url("../images/ani.png") no-repeat center center;
	background-size:100% 100%;
	-webkit-animation-name: mouseAni;
  	animation-name: mouseAni;
  	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
  	animation-timing-function:linear;
	-webkit-animation-timing-function:linear; /*循环播放*/
}
@-webkit-keyframes mouseAni {
  from {   
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);            
  }
  
  50%{
  	 transform: translate(0, 3px);
   	 -webkit-transform: translate(0, 3px);          
  }  

  to {    
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);     
  }
}

@keyframes mouseAni {
  from {   
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);            
  }
  
  50%{
  	 transform: translate(0, 3px);
   	 -webkit-transform: translate(0, 3px);          
  }  

  to {    
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);     
  }
}
.floor_pos{
	position: absolute;
	top: -0.86rem;
}
.area2 .go{
	width: 4.6rem;
	height: 0.8rem;
	position: absolute;
	left: 0.9rem;
	bottom: 0.55rem;	
}
.area4 .handle{
	position: absolute;
	left: 0.2rem;
	top: 2.1rem;
	z-index: 10;
	width: 6rem;
	height: 0.4rem;
	background:#fff;
}
.area4 .btn{
	font-size:0.22rem;
	color:#5d7ebe;
	float: left;
	width: 50%;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	position: relative;
}
.area4 .hover{
	color:#fff;
	background:#f4a930;
}
.area4 .hover i{
	width: 0.3rem;
	height: 0.15rem;
	position: absolute;
	bottom: -0.15rem;
	left: 50%;
	margin-left:-0.15rem;
	background:url("../images/a5_hover.png") no-repeat top center;
	background-size:100% 100%;
}
.area4 .con{
	width: 6rem;
	position: absolute;
	left: 0.2rem;
	top: 2.9rem;
	display: none;
}
.area4 .show{
	display: block;
}
.area4 .con img{
	display: block;
	width: 100%;
	height:auto;
}
.area5 .text{
	width: 2.6rem;
	height: 0.45rem;
	border:0;
	background:none;
	position: absolute;
	z-index: 10;
	font-size:0.2rem;
	text-indent:0.26rem;
}
.area5 .text1{
	left: 0.5rem;
	top: 1.98rem;
}
.area5 .text2{
	left: 3.33rem;
	top: 1.98rem;
}
.area5 .text3{
	left: 0.5rem;
	top: 2.8rem;
}
.area5 .go{	
	display: block;
	position: absolute;
	left: 3.33rem;
	top: 2.8rem;
	width: 2.6rem;
	height: 0.45rem;		
	z-index: 10;
}
.a6_slider{
	height: 5.2rem;
}

.a6_slider .swiper-slide{
	width:100%;
}

.a6_slider .swiper-pagination-bullet{
	opacity:1;
	background:#cecdcd;
}
.a6_slider .swiper-pagination-bullet-active{
	background:#5d7ebe;
}
.tea_item{
	display: block;
	width: 2.7rem;
	margin:0 auto;
	box-shadow:0 0.1rem 0.1rem #ddd;
}
.tea_item img{
	display: block;
	width: 100%;
	height:auto;
}
.area7{

	background:#f0f0f0;
	overflow: hidden;
}
.area7 ul{
	
}
.area7 li{
	height: 0.7rem;
}
.area7 li span{
	display: inline-block;
	background:#f4a930;
	font-size:0.15rem;
	font-weight: bold;
	color:#fff;
	height: 0.35rem;
	line-height: 0.35rem;
	border-radius:0.18rem;
	padding:0 0.2rem;
	margin-right:0.3rem;
}
.area7 li em{
	color:#000;
	font-weight: normal;
}
.a7_slider{
	padding-top:0.3rem;
	height: 5.6rem;
	background:#f0f0f0;
}
.footer_zw{
	height: 1.04rem;
	clear: both;
}
.footer{
	width:6.5rem;
	height: .9rem;
	position: fixed;
	left: 50%;
	margin-left:-3.25rem;
	bottom: 0;
	z-index: 100;
	background:url("../images/footer.jpg") no-repeat center center #111;
	background-size:100% auto;
}
.footer a{
	display: block;
	width: 50%;
	height: 1.04rem;
	float: left;
} .barrager{height:5rem;overflow:hidden;position:relative;}
        .barrager li{position:absolute;}
      