/*common mobile fullscreen*/
body,div,ul,li,h1,h2,h3,h4,h5,dl,dt,dd,p{
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    color: white;
    font-size: 0.7rem;
}
*{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
ul,li{
    list-style: none;
}
img{
    border: none;
    display: block;
}
html,body {
    height: 100%;
    display:block;
    color: #434343;
    background: #fff;
    -webkit-overflow-scrolling:touch;
    /*overflow: hidden;*/
}
body{
    /*overflow-y:hidden;*/
    overflow-x: hidden;
    position: relative;
    background: #fff;
    overflow-y: scroll;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input,textarea,button{outline: none;border:none;}
.clearfix:after{display: block;clear: both;height: 0;visibility: hidden;font-size: 0;line-height: 0;content: "";}
.clearfix{zoom:1;}
.fl{
    float: left;
}
.fr{
    float: right;
}
.page{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: none;
}


.center{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
}
.logo::before{
    content: '';
    display: block;
    width: 3rem;
    height: 4.1rem;
    position: fixed;
    left: 1rem;
    top: 1rem;
    background: url("../img/logo.png") no-repeat;
    background-size: 100% 100%;
}

/**/
.scroll-y{
    overflow: scroll;
    height: auto;
    z-index: 999;
}
.skip{
    position: fixed;
    right: 0.4rem;
    top: 0.4rem;
    font-size: 0.7rem;
    color: #91541E;
    z-index: 999;
    letter-spacing: 0.1rem;
}
.scroll-y::after{
    content: '';
    display: block;
    width: 3rem;
    height: 1rem;
    position: fixed;
    left: 6.5rem;
    bottom: 0.5rem;
    background: url("../img/down.png") no-repeat;
    background-size: 100% 100%;
    -webkit-animation: op2 3s linear infinite;
    opacity: 0;
}
@-webkit-keyframes op2 {
    from{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}
.map1:after,.map:after{
    content: '▲点击放大';
    color: #91541E;
    font-size: 0.6rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    bottom: -1rem;
}
#fengmian .back{
    z-index: 100;
}
#huodong{
    z-index: 999;
}
