/* header */
.header-bar{
    width: 100%;
    height: 90px;
    margin: 0 auto;
    background: #fbfbfb;
}
.header-bar .header{
    width: 1000px;
    height: 10px;
    margin: 0 auto;
}
.header .logo{
    width: 1000px;
    margin: 0 auto;
    cursor: pointer;
}
.logo h1 {
    float: left;
    margin-top: 23px;
    width: 363px;
    height: 45px;
    text-indent: -9999em;
    background: url(../img/logo.png);
}
.menu-bar{
    float: left;
    margin-left: 5%;
}
.menu-bar .consulting{
    display: inline-block;
    width: 82px;
    height: 90px;
    line-height: 90px;
    margin-right: 10px;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    /* border: 2px solid #0DC288;
    border-radius: 24px; */
    /* color:#0DC288; */

}
.menu-bar .consulting:hover{
    color:#0DC288;
    border-bottom: 2px solid #0DC288;
}
.operate-bar{
    float: right;
    margin-top: 28px;
}

.operate-bar .appdown{
    width: 122px;
    height: 34px;
    cursor: pointer;
}
.content-bar{
    width: 1920px;
    margin: 0 auto;
}
.content-bar img{
    width: 1920px;
}
/* 底部信息 */
.footer-bar{
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    height: 90px;
    background: #f5f5f5;
}
.footer-bar p{
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
}
@media screen and (max-width: 1440px){
    .content-bar{
        width: 100%;
        margin: 0 auto;
    }
    .content-bar img{
        width: 100%;
    }
}