#banner{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
}
#buttons{
    position:absolute;
    top:calc(42.66666666666vw + 0.2rem);
    z-index:0;
}
#buttons span{
    width: .10667rem;
    height: .10667rem;
    border-radius: 50%;
    cursor:pointer;
    background:#000;
    opacity:0.2;
    display:block;
    margin:0 5px;
    float:left;
}
#buttons .on{
    width: .32rem;
    height: .10667rem;
    border-radius: .05333rem;
    background-color: #4db740;
    opacity:1;
}
.slide_left,.slide_right{
	position:absolute;
	width:0.8rem;
	height:0.8rem;
	top:calc(21.33333333333vw - 0.4rem);
	background:rgba(0,0,0,0.3);
	text-align:center;
	font-size:0.8rem;
	line-height:0.8rem;
	color:#fff;
}
.slide_left{
	left:0;
}
.slide_right{
	right:0;
}
.img_banner{display:none;}
.img_banner>a{
    width:100%;
}
.img_banner .img_text{
	width:90%;
    font-size: 0.32rem;
    text-align: center;
	/* height:0.8rem; */
    /* line-height:0.8rem; */
    margin: 0.2rem auto;
	/* overflow:hidden; */
}

.contWrap {
    padding: 0 0.32rem;
    background: #f6f6f6; 
}
.headers {
    background-color: #fdda32;
    width: 100%;
    height: auto;
    text-align: center; 
}
  
.headWrap {
    padding: 0 0.32rem; 
}
  
.header_title {
    font-size: 0.42667rem;
    color: #000;
    line-height: 1.17333rem;
    font-weight: 400; 
}
  
.pageIntroduce {
    overflow: hidden;
    height: 1.06667rem;
    background: #fff;
    padding: 0 0.58667rem;
    border-radius: 0.06667rem;
    margin-top: 0.26667rem;
    margin-bottom: 0.26667rem;
    box-shadow: 0 0 0.04rem 0.04rem #eee; 
}
  
.introduce_icon {
    height: 0.54667rem;
    width: 0.54667rem;
    display: inline-block;
    float: left;
    margin-top: 0.26667rem; 
}
  
.introduce_state {
    font-size: 0.32rem;
    float: left;
    margin-left: 0.25333rem;
    color: #694e41;
    line-height: 1.06667rem; 
}

  
.titWrap {
    display: table;
    height: 1.06667rem; 
}
  
.middleWrap {
    display: table-cell;
    vertical-align: middle; 
}
  
.stateWrap {
    border-radius: 0.06667rem;
    /* height: calc(100vh - 42.66666666666vw - 4.2rem); */
	height:auto;
    overflow: hidden;
    background: #fff; 
    margin-bottom: 0.33333rem; 
}
  
.stateContWrap {
    background: #fff;
    /* height: 100%; */
    overflow-y: auto; 
}

.stateContWrap .littleList {
    margin: 0;
    padding: 0;
    border: none;
    border-top: 0.01333rem solid #f2f2f2; 
    display:none;
}

.stateContWrap .littleList.active{
    display:block;
}

.littleList .ac_list_type_03{
    display:block;
    padding: 0 0.50667rem 0.4rem;
    border-bottom: 0.01333rem solid #f2f2f2;
    min-height: 2.18667rem;
}

.littleList .ac_list_type_03:last-child {
    border-bottom: none; 
}
  
.littleList .ac_list_type_03 .ac_list_label {
    margin-left: 2.21333rem; 
}

.littleList .ac_list_icon{
    width: 2rem;
    height: 1.46667rem;
    display:block;
    float:left;
    padding-top: 0.53333rem;
}

.ac_list_type_03 .ac_list_icon img{
    width:100%;
}

.littleList .ac_list_type_03 .ac_list_label{
    margin-left: 2.21333rem;
    margin-right: .13333rem;
    font-size: .32rem;
}

.ac_list_type_03 .ac_list_label .ac_list_title{
    color: #333;
    font-size: .37333rem;
    padding-top: .56rem;
    margin-bottom: .09333rem;
}

.w_tabs{
    width:100%;
    height:1.2rem;
    line-height:1.2rem;
    font-size: .42667rem;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.w_tabs>a{
    width:50%;
    height:100%;
    color:#666;
    float:left;
    text-align: center;
    position:relative
}
.w_tabs>a.active{
    color:#4db740;
}
.w_tabs>a.active::after{
    content:'';
    position:absolute;
    width:100%;
    height:.05333rem;
    background: #4db740;
    left:0;
    bottom:0;
}
