html,body{
    min-width: 1226px;
}
.container{
    width: 100%;
}
.headerBox{
    width: 1226px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    line-height: 100px;
}
.logoImgBox{
    float: left;
    margin-right: 20px;
}
.logoImg{
    width: 56px;
    height: 56px;
}
.headerTitle{
    font-size: 28px;
    font-weight: bold;
    float: left;
}
.bannerBox{
    width: 100%;
}
.swiper-container{
    width: 100%;
}
.swiper-slide{
    width: 100%;
}
.contentBox{
    width: 100%;
}
.contentBox .listItem_bg{
    width: 100%;
}
.contentBox .listItem_bg:nth-child(3n){
    background: #FFFFFF;
}
.contentBox .listItem_bg:nth-child(2n){
    background: #FAFAFA;
}
.contentBox .listItem{
    width: 1226px;
    margin-left: auto;
    margin-right: auto;
    height: 850px;
}
.listImgBox .listImg1{
    width: 545px;
    height: 338px;
    margin-left: 99px;
}
.listImgBox .listImg2{
    width: 573px;
    height: 830px;
    margin-right: 200px;
}
.listImgBox .listImg3{
    width: 661px;
    height: 632px;
    margin-left: 42px;
}
.listImgBox .listImg4{
    width: 1165px;
    height: 300px;
    margin-top: 30px;
}
.listTextBox .title{
    color: #3071F2;
    font-weight: bold;
}
.title_line_left{
    position: relative;
}
.listTextBox .title_line_left::after{
    content: '';
    position: absolute;
    width: 25px;
    height: 4px;
    background: #3071F2;
    left: 0;
    top: -24px;
}
.listTextBox .listtext{
    font-size: 14px;
    color: #606266;
    margin-top: 45px;
}
.footerBox{
    width: 100%;
    background: #303133;
}
.footermap{
    width: 645px;
    height: 230px;
}
.footerwidth .qrcode{
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
}
.footerwidth{
    width: 1226px;
    height: 515px;
    margin-left: auto;
    margin-right: auto;
}
.footerwidth .address{
    margin-top: 24px;
    margin-bottom: 12px;
}
.qrcodeBox{
    margin-top: 50px;
}