.bgInfo{
    /* width: 100%; */
    /* text-align: center; */
    width: 100vw;
    background-color: #524f4a;
    /* background: url('../images/banne1r.png') no-repeat -240px 0; */
    /* background-size: cover; */
}
.bgInfo img{
    /* width: 100%; */
    /* text-align: center; */
    width: 100vw
    /* background: url('../images/banne1r.png') no-repeat -240px 0; */
    /* background-size: cover; */
}
.getqq{
    /* width: 220px;
    height: 200px; */
    /* background-color: red; */
    position: fixed;
    right: 10px;
    top: 55%;
    z-index: 99;
}
.clearfix1{
    position: fixed;
    left: 20%

}
.content{
    width: 100%;
    margin: 0 auto;
    /* padding-top: 32px; */
    position: fixed;
    top: 20%;
    z-index: 99;
    /* height: 680px; */
    /* margin-bottom: 20px; */
}
.content .title{
    height: 40px;
    line-height: 40px;
}
.content .title .logo{
    height: 40px;
    line-height: 40px;
}
.content .title ul li{
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 56px;
    /* position: relative; */
}
.content .title ul li a{
    font-family: Source Han Sans CN;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;

}
.content .title ul li .line{
    position: absolute;
    width: 32px;
    height: 4px;
    left: 16px;
    bottom: 0;
    background: #FFFFFF;
    border-radius: 2px;
}
.infomation ul li{
    float: left;
    margin-bottom: 24px;
    margin-right: 24px;
    /* position: relative; */
}
.ma,.ma1{
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 100;
    display: none;
}
.ma.active,.ma1.active{
    display: block;
}
.bottomInfo{
    color: #ffffff;
    font-size: 12px;
    margin-top:10%;
    text-align: center;
}
.line-img{
    width: 400px;
}
.imgbox{
    width: 100%;
    text-align: center;
    /* background-color: rgb(155, 66, 47); */
        background: url('../images/bg1.jpg') no-repeat;
        background-size: cover;
}
.item-img{
    width: 32vw;
    /* height: 30vh; */
}
.flex-box{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.dibu{
    width: 100vw;
}