@charset "utf-8";
body {
    font-family:"SimHei",SimHei,sans-serif;
    overflow: hidden;
    position: relative;
}
* {
    padding: 0;
    margin:0;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
a,a:hover,a:link,a:active {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color:transparent;
    border: none;
}
img{
    border:none;
    vertical-align: middle;
}

.top{position: absolute;top: 0.05rem;left:0;font-size: 13px;z-index: 999;width: 100%;}
.top li{display:inline-block;}
.logo {
    float: left;
    height: 36px;
}
.logo img {
    height: 100%;
}
.address{float: right;text-align: right;margin-right: 5px;height: 36px;line-height: 36px;}
.address img{width: 9.5px;margin-right: 5px;position: relative;top: -4px;}
.number{text-align: center;position: absolute;width: 100%;left: 0;top: 10px;font-size: 14px;}
.number img{margin-right: 5px;height: 20px;position: relative;top: -1px;}
.number span{margin-top: 0.01rem;}
.nav{
    position: absolute;
    right: 5px;
    bottom: 15px;
    width:75.5%;
    height: 36px;
    border-radius: 100px;
    background: rgba(255,255,255,.86);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    max-width: 321px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav li {
    width: 8.5%;
    float: left;height: 36px;
    line-height:32px;
    margin-left: 11%;
    position: relative;
}
.nav li:last-child{
    width: 18%;
    margin-left: 5%;
}
.nav li > img {
    height: 24px;
    cursor: pointer;
}
.nav li:last-child img {
    height: 48px;
    position: relative;
    top: -8px;
    left: 10px;
}
.nav.hide {
    width: 0;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.nav li:first-child {
    margin-left: 2.4%;
}
.nav li .code {
    position: absolute;
    width: 110px;
    top: -138px;
    left: 50%;
    margin-left: -57px;
    display: none;
}
.nav li .code img {
    width: 100%;
}
.toggle {
    position: absolute;
    height: 60px;
    right: -.05rem;
    bottom: 2px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.toggle.hide {
    display: none;
}
.toggle.op {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.toggle img {
    height: 100%;
}
.vrinfo{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff url(../img/info.png) no-repeat;background-size: auto 100%;background-position: 50% 50%;z-index: 2111111;display: none;}
.thumbbox{
    position: absolute;
    text-align: center;
    width: 100%;
    overflow : hidden;
    background: rgba(255,255,255,.6);
}
.thumbbox ul {
    display: inline-block;
}
.thumbbox li{
    border-radius: 5px;
    width: 70px;
    height: 70px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 5px 5px 5px 0;
    border: 2px solid transparent;
}
.thumb li.active {
    border: 2px solid #3d3d3d;
}
.thumbbox li img{
    width: 100%;
    border-radius: 5px;
}
.thumbbox span {   
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: rgba(0,0,0,.5);
    padding: 2px 0;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.thumbbox .left,
.thumbbox .right {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    height: 34px;
    cursor: pointer;
    display: none;
}
.thumbbox .left {
    left: 30px;
}
.thumbbox .right {
    right: 30px;
}
.thumbbox .left img,
.thumbbox .right img {
    height: 100%;
}
.map-show {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0,0,0,.6);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    vertical-align: bottom;
}
.map-show.op {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 9999;
}
.map-show .img {
    width: 100%;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    text-align: center;
}
.map-show .img img {
    width: 100%;
}
.map-show .img .map-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 22px;
    width: 22px;
    display: block;
}
.map-show .img .map-close img {
    height: 100%;
    height: 100%;
    vertical-align: top;
}
.map-show  .close-pc {
    position: absolute;
    width: 50px;
    right: 50px;
    top: 50px;
    cursor: pointer;
    display: none;
}
.map-show  .close-pc img {
    width: 100%;
}
@media (min-width: 641px) {
    .map-show .img {
        bottom: auto;
    }
    .map-show .img img {
        width: 50%;
        min-width: 500px;
    }
    .map-show .img .map-close {
       display: none;
    }
    .map-show  .close-pc {
        display: block;
    }
    .thumbbox{
        width: auto;
        padding: 0 80px;
        border-radius: 5px;
    }
    .thumbbox .left,
    .thumbbox .right {
        display: block;
    }
    .number{
        text-align: center;
        position: relative;
        float: right;
        width: auto;
        left: 0;
        top: 10px;
        margin: 0 12px;
    }
    .number img{
        margin-right: 5px;
        height: 20px;
        position: relative;
        top: -1px;
    }
    .number span{
        margin-top: 0.01rem;
    }
}