/*pc隐藏掉*/
.pchidden {
    display: none;
}
.nav_box{
    display: none;
}
.displaynone {
    display: none;
}
* {
    margin:0;
    padding:0;
}
body {
    /*padding:0;*/
}
.bodyBg{
    background: #FFFFFF url('/style/brand/img/backg.jpg');
}

.swiper-container img{
    width: 100%;
    height: 455px;
}
.logo-main {
    padding: 0 40px 40px;
}
.logo-item {
    margin:20px 0;
    cursor: pointer;
}
.logo-item .img-title {
    margin-bottom: 20px;
    margin-top:50px;
}

.logo-item img {
    width: 100%;
}
.logo-item .title-logo{
    color:#fff;
    font-size: 58px;
    text-align: center;
    display: block;
    margin: 20px 0;
}
.img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.img-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 21%;
    margin:1%;
}
.img-list img {
    width: 100%;
}
.img-item span {
    color:#fff;
    margin-top:10px;
    height: 44px;
    font-size: 17px;
}
@media only screen and (min-width: 500px) {
    .container-width{
        width: 1200px;
        margin: 0 auto;
        min-height: 100vh;
    }
    .img-item:hover img {
        transform: scale(1.2);
        transition: all .3s ease-out;
    }
    .img-item:hover span {
        font-size: 19px;
        transition: all .3s ease-out;
    }
}
@media only screen and (min-width: 100px) and (max-width: 480px) {
    .head{
        height: 56px !important;
        position: fixed;
    }
    .h5hidden {
        display: none !important;
    }
    .h5showbox {
        display: block !important;
    }
    .swiper-container-logo img {
        width: 100%;
        height: 100%;
    }
    .logo-item .img-title {
        margin-top: 0;
    }
    .logo-main {
        padding:0 20px 20px;
    }
    .img-item {
        width: 46%;
        margin:2%;
    }
    .img-item span {
        font-size: 12px;
        line-height: 20px;
    }
    .logo-item .title-logo {
        font-size: 24px;
    }
}