html{
    height:100%;
}
div,p,h3,ul,a{
    list-style:none;
    padding:0;
    margin:0;
    box-sizing:border-box;
}
input{
    border: none;
    outline-color:#ddb86a;
    -webkit-appearance: none;
}
body{
    margin:0;
    height:100%;
}
.back{
    background:url(../images/H5back.jpg) no-repeat;
    background-size:100% 100%;
    width:100%;
    padding-bottom:1rem;
    padding-top:2.5rem;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.dropUl::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0.05rem;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.dropUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 0.02rem;
    -webkit-box-shadow: inset 0 0 0.02rem rgba(0,0,0,0.2);
    background: #d1d4db;
}
.dropUl::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    /*background: #EDEDED;*/
}
.clear:after{
    content:"";
    display:block;
    clear:both;
}
.alt{
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.4);
    position:fixed;
    top:0;
    left:0;
    display:none;
}
.altBack{
    width: 6.9rem;
    height:7.5rem;
    background:#fff;
    margin:2.7rem auto 0;
    position:relative;
    text-align:center;
}
.altBack>img{
    position:absolute;
    width:2rem;
    display:block;
    margin:0 auto;
    top:-1rem;
    left:calc(50% - 1rem);
}
.back_text{
    display:block;
    width:5rem;
    margin-left:0.6rem;
    background:#fff;
}
.back_text_title{
    font:0.6rem/100% "微软雅黑";
    text-align:center;
}
.back_text .back_text_nemes,.back_text .back_text_number,.back_text .back_text_city,.back_text .back_text_joinin{
    width:5rem;
    font:0.18rem/100% "微软雅黑";
    color:#333;
}
.back_text .back_text_bnt{
    width:2rem;
    font:0.18rem/0.48rem "微软雅黑";
}
.back_text div p{
    margin-bottom:.2rem;
}
.back_text div input{
    width:5rem;
    height:0.48rem;
    padding:0;
    border-radius:0.02rem;
    margin:0;
    margin-bottom:0.2rem;
    text-indent:0.22rem;
    font:0.18rem/0.48rem "微软雅黑";
    border:1px solid #cccccc;
    outline: none;
}
.back_text_city .dropDown{
    position:absolute;
    width:100%;
    top:0.48rem;
    height:0;
    transition:0.3s;
    left:0;
    background:#fff;
    z-index:1;
    overflow:hidden;
}
.dropProvUl{
    width:1.6rem;
    overflow: scroll;
    height:1.92rem;
    background:#fff;
    overflow-x: hidden;
    overflow-y: auto;
}
.dropProvUl li{
    width:100%;
    font:0.18rem/0.48rem "微软雅黑";
    text-align:center;
}
.dropCityUl{
    width:3.4rem;
    height:1.92rem;
    text-align:center;
    overflow: scroll;
    overflow-x: hidden;
     overflow-y: auto;
}
.dropCityUl li{
    width:100%;
    font:0.18rem/0.48rem "微软雅黑";
    text-align:center;
}
.search{
    position:relative;
    width: 100%;
    margin-bottom: 0.2rem;
    text-indent: 0.22rem;
    font: 0.18rem/0.48rem "微软雅黑";
    color:#999999;
}
.search .citySelect{
    width: 100%;
    height: 0.48rem;
    position:relative;
    border:1px solid #cccccc;
}
.back_text_joinin .back_text_joinin_p2{
    width: 100%;
    height: 0.48rem;
    margin-bottom: 0.2rem;
    text-indent: 0.22rem;
    font: 0.18rem/0.48rem "微软雅黑";
    border:1px solid #ccc;
    color:#999999;
    position:relative;
}
.back_text_joinin{
    position:relative;
}
.back_text_joinin ul{
    width:100%;
    background:#fff;
    position:absolute;
    left:0;
    top:0.48rem;
    transition:0.3s;
    height:0;
    overflow:hidden;
    z-index:2;
}
.back_text_joinin ul li{
    width:100%;
    height:0.48rem;
    text-indent: 0.22rem;
    font: 0.18rem/0.48rem "微软雅黑";
    color:#999;
}
.back_text_joinin_p2 i,.citySelect i{
    position:absolute;
    width:0.43rem;
    height:0.3rem;
    top:0.08rem;
    right:0.3rem;
    background:url(../images/index/boten.png) no-repeat;
    background-size:100%;
}
.back_text_bnt_div{
    text-decoration:none;
    margin-bottom:0rem;
    display:inline-block;
    width:100%;
    border-radius:0.04rem;
    border:none;
    background:#35b0fa;
    text-align:center;
    color:#fff;
    font:0.16rem/0.48rem "微软雅黑";
    box-shadow:none!important;
}
.back_text_p{
    font:0.24rem "微软雅黑";
    text-align:center;
}
.back_text_p a{
    color:#ddb86a;
}
.back_alt{
    width:2rem;
    height:0.8rem;
    background:rgba(0,0,0,0.6);
    position:fixed;
    top:calc(50% - 0.5rem);
    left:calc(50% - 1rem);
    z-index:3;
    font: 0.18rem/0.8rem "微软雅黑";
    color:#fff;
    text-align:center;
    display:none;
}
.BMapLabel{
    line-height:26px!important;
    border:none!important;
    top: 0px!important;
    width: 240px;
    height: 26px;
    text-align: center;
    font-size:14px!important;
    box-shadow: #ccc 5px 5px 5px;
}
.BMap_Marker img {
    max-width: none;
    margin-left: 0px!important;
}
.maps{
    width:100%;
    margin-bottom:0.8rem;
}
#page-wrapper:after{
    display:none;
}
.centact{
    width:100%;
    background:#fff;
}
.centact>div{
    width:12rem;
    margin:0 auto;
    padding:1rem 0 0.6rem;
}
.centact_border{
    margin:0 auto;
    margin-bottom:0.4rem;
    width: 0.6rem;
    height: 2px;
    background: #ccc;
}
.centact_title{
    width:1.92rem;
    margin:0 auto;
}
.centact_text{
    font:0.16rem/0.28rem "微软雅黑";
    text-align:center;
    margin-bottom:0.6rem;
}
.centact_bottom{
    padding:0 1.5rem;
}
.centact_bottom_left_top .img{
    width:1.5rem;
    margin-right:0.27rem;
}
.centact_bottom_left_top{
    text-align:center;
    margin-bottom:0.32rem;
}
.centact_bottom_left_top .text{
    padding-top:0.1rem;
    font:0.18rem/0.32rem "微软雅黑";
    letter-spacing:0.04rem;
}
.centact_bottom_left_top .text p{
    font:0.175rem/0.32rem "微软雅黑";
}
.centact_bottom_left_top .text img{
    margin-bottom:0.33rem;
    width:0.76rem;
}
.centact_bottom_left>p{
    margin-bottom:0.25rem;
    font:0.16rem/100% "微软雅黑";
    position:relative;
}
.centact_bottom_left>p>span{
    display:inline-block;
    font:0.16rem/0.3rem "微软雅黑";
    position:absolute;
    top:-0.05rem;
    width:1.94rem;
}
.centact_bottom_left>p>span>br{
    display:none;
}
.centact_bottom_left{
    padding-right:0.5rem;
}
.centact_bottom_right{
    border-left:2px solid #ccc;
}
.xright{
    width: 0.6rem;
    height: 1.4rem;
    position:fixed;
    right:0.6rem;
    top:7rem;
    z-index:5;
}
.zixun{
    border-top-left-radius:0.09rem;
    border-top-right-radius:0.09rem;
    width:100%;
    height: 50%;
    text-align:center;
    border:1px solid #ccc;
    padding-top:0.09rem;
    background:#fff;
}
.zixun a{
    display:inline-block;
    width:0.32rem;
    height:0.54rem;
    background:url(../images/zixun.png) no-repeat;
    background-size:100%;
}
.return{
    border-bottom-left-radius:0.09rem;
    border-bottom-right-radius:0.09rem;
    background:#fff;
    width:100%;
    height: 50%;
    text-align:center;
    padding-top:0.12rem;
    border:1px solid #ccc;
    border-top:none;
}

.return a{
    display:inline-block;
    width:0.32rem;
    height:0.47rem;
    background:url(../images/return.png) no-repeat;
    background-size:100%;
}
.zixun:hover,.return:hover{
    background:#ddb86a!important;
    border-color:#ddb86a!important;
}
.zixun:hover a{
    background-image:url(../images/zixunfff.png)!important;
}
.return:hover a{
    background-image:url(../images/returnfff.png)!important;
}
.index_h3{
    font: 0.3rem/0.7rem "微软雅黑";
    text-align: center;
}
.index_border{
    width: 0.6rem;
    height: 2px;
    background: #ccc;
    margin: 0 auto 0.4rem;
}
.alt{
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.4);
    position:fixed;
    top:0;
    left:0;
    display:none;
    z-index: 6;
}
.altBack{
    width: 6.4rem;
    height:6rem;
    background:#fff;
    margin:2.5rem auto 0;
    position:relative;
    text-align:center;
    border-radius:0.09rem;
}
.altBack>img{
    position:absolute;
    width:2rem;
    display:block;
    margin:0 auto;
    top:-1rem;
    left:calc(50% - 1rem);
}
.altBack_p1{
    padding-top:1rem;
    font:0.3rem "微软雅黑";
    color:#ddb86a;
    margin-bottom: 0.2rem;
}
.altBack_p2{
    font:0.18rem "微软雅黑";
    margin-bottom:0.3rem;
    color:#999;
}
.altBack>div p{
    font:0.18rem "微软雅黑";
    text-align:center;
    color:#333;
    margin-bottom:0.1rem;
}
.altBack>div{
    width:4rem;
    margin:0 auto;
}
.altBack>div img{
    width:1.6rem;
}
.altBack_p3{
    font:0.18rem "微软雅黑";
    word-spacing:0.22rem;
    margin-bottom:0.38rem;
    margin-top:0.2rem;
}
.altBack_p3 a{
    color:#ddb86a;
    text-decoration:none;
}
.bnt{
    display:block;
    width:4.6rem;
    height:0.68rem;
    background:#ddb86a;
    color:#fff;
    font:0.3rem/0.68rem "微软雅黑";
    margin:0 auto;
    text-decoration:none;
    border-radius:0.07rem;
}
#cnzz_stat_icon_1275457511{
    position:absolute;
    top:0;
    left:-9999999px;
}