body{
    width: 100%;
    min-width: 1038px;
}
.main-width{
    max-width: 1324px;
    min-width: 1038px;
    margin: 0 auto;
}
/* 公共头部 */
header{
    height: 94px;
}
header .main-width{
    max-width: 1632px;
    justify-content: space-between;
}
.logo img{
    width: 190px;
    height: 68px;
}
.nav{
    width: 414px;
    justify-content: space-between;
    margin-left: 90px;
}
@media all and (max-width: 1080px) {
    .nav {
        margin-left: 50px;
    }
}
.nav li{
    padding: 35px 0 34px;
}
.nav li a{
    color:#343434;
    font-size: 18px;
    line-height: 25px;
}
.nav .active{
    position: relative;
}
.nav .active:after{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 4px;
    background: #B71D28;
}

header .right li{
    font-size: 14px;
    color: #9F9F9F;
    margin-left: 20px;

}
header .right li img{
    vertical-align: middle;
}



/* 公共底部 */
footer{
    /* position: fixed;
    bottom: 0; */
    width: 100%;
    height: 219px;
    background-color: #2B2C33 ;
    color:#939393;
    font-size: 14px;
    line-height: 30px;
    justify-content: center;
}
footer .info a{
    color:#939393;
}
footer .info img{
    width: 20px;
    height: 20px;
    margin: 0 5px 0 10px;
    vertical-align: text-bottom;
}
/* footer>div{
    height: 100%;
    background-color: #2B2C33 ;
} */
.qcode-list{
    font-size: 12px;
    margin-left: 165px;
}
.qcode-list img{
    width: 85px;
    height: 85px;
}
.qcode-item{
    margin-right: 60px;
}
.qcode-item:last-child{
    margin-right: 0;
    /* background-color: #fff; */

}
.qcode-item:last-child img{
    /* width: 135px;
    height: 135px; */

}
/* 公共banner */
.common-banner{
    width: 100%;
    position: relative;
}
.common-banner img{
    width: 100%;
}
.common-banner img.text{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    /* width: 407px; */
    width: 21%;
    /* height: 103px; */
    height: auto;
}

