
/* 导航条 */
#menuBar{
    position: fixed;
    width: 100%;
    height: 86px;
    background: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 6px 48px 0 rgba(0, 0, 0, 0.06);
    z-index: 2;
}
#menuBar .container-fluid{
    position: relative;
    padding: 0;
}
#menuBar .logo{
    position: absolute;
    left: 0;
    top: 2px;
    cursor: pointer;
}
#menuBar .logo .pic{
    width: 330px;
    /*height: 46px;*/
}
#menuBar .icons{
    position: absolute;
    right: 0;
    top: 25px;
}
#menuBar .icons .icon{
    cursor: pointer;
}
#menuBar .icons .icon .pic{
    width: 36px;
    height: 36px;
}
#menuBar .navs{
    position: relative;
    max-width: 677px;
    /* max-width: 540px; */
    margin: auto;
    line-height: 86px;
}
#menuBar .nav{
    height: 86px;
    margin-left: 32px;
    margin-right: 32px;
    font-size: 17px;
    
    cursor: pointer;
}
#menuBar .nav a{color: #222326;text-decoration: none;}
#menuBar .nav.curr{
    font-weight: bold;
    color: #E80E36;
    border-bottom: solid 4px #E80E36;
}
#menuBar .qrcode{
    position: absolute;
    right: -23px;
    top: 45px;
    display: none;
}
#menuBar .qrcode .bg{
    width: 174px;
    height: 185px;
}
#menuBar .qrcode .pic{
    position: absolute;
    width: 120px;
    height: 120px;
    left: 30px;
    top: 33px;
}

@media (max-width: 1200px) {
    #menuBar .navs{
        max-width: 696px;
        padding-left: 100px;
    }
    #menuBar .nav{
        margin-left: 25px;
        margin-right: 25px;
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    #menuBar{
        height: 80px;
        overflow: hidden;
        background: url(../images/menu-bg.png) left top repeat-x;
        background-size: 2px 92px;
        padding: 0;
        transition: all 0.3s;
    }
    #menuBar .logo{
        top: 15px;
        left: 50%;
        margin-left: -60.5px;
    }
    #menuBar .logo .pic{
        width: 121px;
        /*height: 32px;*/
    }
    #menuBar .opemMenu{
        position: absolute;
        width: 32px;
        height: 32px;
        left: 15px;
        top: 15px;
    }
    #menuBar .opemMenu img{
        width: 32px;
        height: 32px;
    }
    #menuBar .loginBtn{
        position: absolute;
        width: 32px;
        height: 32px;
        right: 15px;
        top: 15px;
    }
    #menuBar .loginBtn img{
        width: 32px;
        height: 32px;
    }
    #menuBar .navs{
        width: 100%;
        top: 50%;
        margin-top: -150px;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        display: none;
        opacity: 0;
    }
    #menuBar .nav, #menuBar .nav.curr{
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding-left: 100px;
        float: none!important;
        margin: 0;
        padding: 0;
        color: #FFFFFF;
        border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    }
    #menuBar .nav a{color: #ffffff;text-decoration: none;}
    #menuBar.open{
        height: 100%;
        background: #466887;
    }
    #menuBar.open .container-fluid{
        height: 100%;
    }
    #menuBar.open .navs{
        display: block;
        opacity: 1;
    }
}






/* 浮层 */
.floatPage{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.floatPage .floatBg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    -khtml-opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity=50);
    filter:"alpha(opacity=50)";
    opacity:0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);/*兼容ie8及以下*/
}
.floatPage .floatInfo{
    position: absolute;
    width: 960px;
    height: 628px;
    left: 50%;
    margin-left: -480px;
    top: 50%;
    margin-top: -314px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.floatPage .floatInfo .floatHader{
    position: absolute;
    width: 100%;
    height: 78px;
    left: 0;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0 0px 48px rgba(0, 0, 0, 0.1);
    padding-left: 40px;
}
.floatPage .floatInfo .floatHader .title{
    font-size: 28px;
    line-height: 78px;
    font-weight: bold;
    color: #222326;
}
.floatPage .floatInfo .floatContent{
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 98px;
    padding-bottom: 110px;
    overflow: auto;
}
.floatPage .floatInfo .floatContent .text{
    font-size: 13px;
    line-height: 26px;
    color: #505558;
}
.floatPage .floatFooter{
    position: absolute;
    width: 100%;
    height: 90px;
    left: 0;
    bottom: 0;
    box-shadow: 0 0px 48px rgba(0, 0, 0, 0.1);
    padding-left: 40px;
    padding-right: 40px;
    background: #FFFFFF;
}
.floatPage .floatFooter .checkBox{
    margin-top: 25px;
}
.floatPage .floatInfo .btns{
    overflow: hidden;
    margin-top: 21px;
}
.floatPage .floatInfo .button{
    position: relative;
    width: 200px;
    height: 50px;
    background: #E80E36;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.floatPage .floatInfo .button:last-child{
    margin-right: 0;
}
.floatPage .floatInfo .button .icon{
    width: 26px;
    height: 26px;
    margin-left: 12px;
    margin-top: 12px;
}
.floatPage .floatInfo .button .txt{
    position: absolute;
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    left: 0;
    top: 0;
}
.floatPage .floatInfo #noBtn{
    background: #222326;
}
@media (max-width: 768px) {
    .floatPage .floatInfo{
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0;
        overflow: hidden;
    }
    .floatPage .floatInfo .floatHader{
        height: 60px;
        padding-left: 20px;
    }
    .floatPage .floatInfo .floatHader .title{
        font-size: 22px;
        line-height: 60px;
    }
    .floatPage .floatInfo .floatContent{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 75px;
        padding-bottom: 145px;
    }
    .floatPage .floatInfo .floatFooter{
        height: 130px;
    }
    .floatPage .floatInfo .checkBox{
        margin-top: 8px;
    }
    .floatPage .floatInfo .btns{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
    }
    .floatPage .floatInfo .btns .button{
        float: none;
        height: 44px;
    }
    .floatPage .floatInfo .btns .button .txt{
        line-height: 44px;
    }
    .floatPage .floatInfo .btns .button .icon{
        width: 24px;
        height: 24px;
        margin-top: 10px;
        margin-left: 10px;
    }
}