/*初始设置*/
*{
    box-sizing:border-box;
}
h1,h2,h3,h4,h5,h6,button,ul,li,ol,p,div,textarea{
    list-style: none;
    margin:0;
    padding: 0;
}
#top,#header,#nav,#section,#footer{
    width:980px;
    margin:0 auto;
    background: #fff;
}
body{
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 12px;
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
a{
    color:#000;
    text-decoration: none;
}
a:link{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color:#888;
}
a:active{
    text-decoration: none;
}
.clear{
    clear: both;
}


/*头部logo信息*/
#top{
    height:63px;
}
#top div.logo{
    width:200px;
    height: inherit;
    margin:0 auto;
    padding:5px 0;
}
#top>div.logo img{
    width:190px;
    height:51px;
}
/*头部导航*/
#nav{
    width: 100%;
    height: 40px;
    padding:0 10px;
    background: #fff;
}
#nav>ul.nav-pills{
    width:950px;
    height: inherit;
    background:#fff;
    margin:0 auto;
}
#nav>ul.nav-pills>li{
    width:20%;
    height: inherit;
    margin:0;
}
#nav>ul.nav-pills>li>a{
    font-size:16px;
    text-align: center;
    padding:0;
    line-height: 40px;
}
/*header滚动后变为固定定位*/
#nav.fixed{
    position: fixed;
    left:50%;
    top:0;
    transform: translate(-50%,0);
    z-index: 999;
    background:rgba(255,255,255,.5);
}



/*地图部分*/
#header{
    padding-top:20px;
    position: relative;
    width: 100%;
    min-width: 980px;
}
#header>div.where{
    width: 500px;
    height: 270px;
    background: rgba(0,0,0,.6);
    position: absolute;
    top:20px;
    right: 0;
    padding:10px;
}

/*二维码*/
#header div.qr{
    width: 480px;
    height: 200px;
    padding:35px 0 0 200px;
    background:url("../images/mmq.png") no-repeat 0 0;
    background-size: contain;
}
#header div.qr div.android{
    width: 140px;
    height: 55px;
    display: block;
    padding:0 0 0 55px;
    background: url("../images/Android.png") no-repeat 0 0;
    font-size:18px;
    line-height: 55px;
    color:#fff;
    margin: 0 auto;
    border-radius: 10px;
    background-color: rgba(0,0,0,.6);
    cursor: pointer;
}
#header div.qr div.ios{
    width:140px;
    height:55px;
    display: block;
    padding:0 0 0 55px;
    background:#000 url("../images/IOS.png") no-repeat 0 0;
    font-size:18px;
    line-height: 55px;
    color:#fff;
    margin: 0 auto;
    margin-top:10px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.6);
    cursor: pointer;
}
#header div.qr div.android:hover,#header div.qr div.ios:hover{
    background-color: rgba(0,0,0,.9);
}

#header div.where p.top{
    font-size:30px;
    color:#fff;
    text-align: center;
}
#container{
    width:100%;
    height: 600px;
}
#header div.map img{
    width: 1280px;
    height: 600px;
}
/*留言板模块*/
#section{
    padding:20px 40px 0 40px;
    background-size: cover;
    position: relative;
}
#section div.title{
    width: 900px;
    height: 50px;
    background:-webkit-linear-gradient(90deg,#000,#666);
    background:linear-gradient(90deg,#000,#666);
    text-align: center;
    line-height: 50px;
    color:#fff;
    font-weight: bold;
}

#section div.title>p{
    font-size:20px;
}

/*底部留言*/
#section div.write-message{
    width: 900px;
    position: relative;
    height: 200px;
}
#section div.write-message textarea{
    width: 900px;
    height: 150px;
    border-color:#000;
    background: #fff;
    border-bottom:none;
    outline: none;
    resize: none;
    font-size:14px;
}
#write{
    width: 900px;
    height: 41px;
    margin-top:-5px;
    text-align: right;
    font-size:16px;
    border:1px solid #000;
    border-top:none;

}
#write [name=nameTxt]{
    width:220px;
    height: 40px;
    font-size: 14px;
    margin-right:20px;
    border-radius: 5px;
}
#write [name=phoneTxt]{
    height: 40px;
    width: 220px;
    font-size: 14px;
    border-radius: 5px;
}

/*::-webkit-input-placeholder { margin-left:10px;  }*/
/*::-moz-placeholder { margin-left:10px; } !* firefox 19+ *!*/
/*:-ms-input-placeholder { margin-left:10px;  } !* ie *!*/
/*input:-moz-placeholder { margin-left:10px; }*/

#write button.send{
    width: 60px;
    height: 40px;
    border:none;
    background: #1D8646;
    color:#fff;
    font-size: 18px;
    font-weight: bold;
}
/*发送成功提示框*/
#success-notice{
    display: none;
    position: absolute;
    top:60px;
    left:400px;
    width: 400px;
    height: 60px;
    font-size: 20px;
    color:red;
}

/*验证码设置*/
#section div.write-message div.security-code{
    position: absolute;
    width: 175px;
    height: 100px;
    z-index: 900;
    top:25px;
    left: 225px;
    display: none;
}
#refresh{
    float: left;
    width: 100px;
    height: 50px;
    background: gray;
}
#section div.refresh-group{
}
#section div.refresh-group button{
    float: left;
    width: 52px;
    height: 50px;
    border:none;
    background: gray;
    color:#fff;
}
#input-code>input{
    width: 102px;
    height: 30px;
}
#input-code>button{
    width: 52px;
    height: 30px;
    border:none;
    background:#1D8646 ;
    color:#fff;
    margin-left:-4px;
}


/*留言板插入div*/
#section div.main{
    width: 900px;
    height: 1200px;
    overflow: scroll;
    background: rgba(250,250,250,.6);
    border:1px solid #ccc;
    border-bottom:none;
    border-top-color: transparent;
    overflow-x: hidden;
}
/*滚动条遮盖层*/
#section div.main-top{
    width: 17px;
    height: 1200px;
    background: #FCFCFC;
    position: absolute;
    z-index: 100;
    top:70px;
    left: 922px;
    border:none;
}

/*留言组设置*/
#section div.main div.group{
    width:900px;
    padding-bottom:5px;
    padding-top:10px;
}
#section div.group>div.two{
    float: left;
}
#section div.group>div.image{
    float: left;
    width: 70px;
    padding:0 5px;
}
#section div.group>div.two{
    width:830px; ;
    position: relative;
}
/*用户头像*/
#section div.main div.image img{
    width: 60px;
    height:60px;
}
#section div.main div.people{
    width: 150px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-left:5px;
    color:#666;
}
/*游客留言具体内容*/
#section div.main div.message{
    width: 820px;
    float: left;
    line-height: 30px;
    font-size:16px;
    padding:0 5px;
}
#section div.main div.time{
    position: absolute;
    top:5px;
    right: 5px;
    width: 100px;
    height: 20px;
    color:#888;
}
/*线条*/
#section div.line{
    width: 810px;
    border-bottom:1px dotted #1D8646;
    margin-left:70px;
}



/*侧边提示*/
#aside{
    position:fixed;
    right:0;
    top:80%;
    cursor: pointer;
    z-index: 500;
    display: none;
}
#aside div.wechat img{
    width: 80px;
    height: 80px;
}
#aside div.to-top span{
    color:red;
}
#aside div.to-top p{
    color:red;
}

/*返回顶部按钮*/
#aside div.to-top a{
    color:#fff;
    text-align: center;
}
#aside div.to-top a span{
    font-size: 20px;
    left: 50%;
    transform: translate(-50%);
}
#bigQR{
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
    background-color:rgba(0,0,0,.7);
    position: fixed;
    top:0;
    left: 0;
}
#bigQR>div{
    z-index: 999;
    width: 200px;
    height:250px;
    position: fixed;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 50px;
}
#bigQR p{
    color:red;
    font-size:20px;
}
#bigQR img{
    width: 200px;
    height:200px;
}



/*底部信息*/
#footer{
    padding:10px 0;
}
#footer>div.company{
    width: 980px;
}
#footer>div.company p{
    text-align: center;
    width: 980px;
    color:#666;
}

#footer div.copyright{
    text-align: center;
    width: 980px;
}
#footer div a{
    color:#666;
}