﻿body{position:relative;}
/*导航*/
.header-nav{
    background: -webkit-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0)); /* 标准的语法（必须放在最后） */
    color:#fff;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9998;
}
.header-nav .nav-wrapper{position:relative;padding-right:184px;overflow:auto;}
.header-nav .logol-img{margin-top:28px;}
.header-nav ul li{float:left;width:124px;text-align:center;}
.header-nav ul li a{color:#fff;font-size:16px;padding: 34px 30px;display: inline-block;}
.header-nav ul li.active a{color:#ef8200}
.header-nav ul li a:hover{color:#ef8200;text-decoration:none;}
.scan-wrapper{position:absolute;right:35px;top:21px;}
.icon-wx,.icon-app{cursor:pointer}
.icon-wx{margin-right:40px;}
.ewm-popover{position:fixed;top:69px;right:0px;width: 100%; z-index:9999;}
.ewm-popover .y-row{text-align:right;}
.ewm-popover.ewm-popover-wx{right:60px;}
#buoy {
    position: absolute;
    width: 124px;
    height: 2px;
    background: #ef8200;
    bottom: 0px;
    left: -124px;
}
@media(max-width:1200px){
    .header-nav,.ewm-popover{
        position:absolute;
    }
}
