@charset "utf-8";
/* 


*/

/*品牌简介*/
.brand-bg-top {width:100%;}
.brand-bg-top img {width:100%; max-height: 700px;height: auto;}
.brand-wrapper{width:1170px; height:380px; margin:20px auto 20px;}
.brand-con{width: 570px;font-size: 16px;color: #333; margin:0px auto; line-height: 45px; float:left;}
.brand-logo{width: 570px; object-fit:cover; float:left; margin-left:30px; padding-top: 12px }
.brand-logo img {width: 570px;}
.brand-pd {width:100%; background-color:#f5f5f6;padding-bottom: 45px;}
.brand-pd .brand-pd-box {width:1170px;height: auto; margin:0px auto;}
.brand-pd .brand-pd-box .brand-pd-title{font-size:20px; font-weight:bold; color:#841BEE; line-height:25px; padding-top:25px;}
.brand-pd .brand-pd-box .brand-pd-list ul{width:277.5px; margin-left:20px; margin-top:20px;float:left;}
.brand-pd .brand-pd-box .brand-pd-list ul:nth-child(4n+1){margin-left:0px;}
.brand-pd .brand-pd-box .brand-pd-list ul li:nth-child(2) {text-align:center; font-size:14px; background-color:white; height:50px; line-height:50px;}
.brand-pd .brand-pd-box .brand-pd-list ul img {width:277.5px;}
.brand-bg-bottom {width:1170px; height:550px; margin:20px auto 20px;}
.brand-bg-bottom .brand-bg-bottom-title {font-size:20px; font-weight:bold; color:#841BEE; height:50px;line-height: 50px; text-align:center;}
.brand-bg-bottom .brand-bg-bottom-img {width:1170px; margin:5px auto 20px;}
.brand-bg-bottom .brand-bg-bottom-img img {width:1170px;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1080px) {
    /* 平板设备 720 适配 */
    .brand-bg-top {
        width: 92%;
        margin:0px 4%;
    }

    .brand-wrapper {
        width: 92%;
        height: auto;
        margin: 3% 4%;
    }

    .brand-con {
        width: 100%;
        line-height: 30px;
    }

    .brand-logo {
        width: 100%;
        margin-left: 0px;
    }

    .brand-logo img {
        width: 100%;
    }

    .brand-pd .brand-pd-box {
        width: 100%;
    }

    .brand-pd {
        width: 92%;
        margin:0px 4%;
    }

    .brand-pd .brand-pd-box .brand-pd-title {
        padding-left: 2%;
    }

    .brand-pd .brand-pd-box .brand-pd-list ul {
        width: 47%;
        margin-left: 2%;
    }

    .brand-pd .brand-pd-box .brand-pd-list ul img {
        width: 100%;
    }

    .brand-pd .brand-pd-box .brand-pd-list ul:nth-child(4n+1) {
        margin-left: 2%;
    }

    .brand-pd .brand-pd-box .brand-pd-list ul .font-normal {
        line-height:normal!important;
    }

    .brand-bg-bottom {
        width: 92%;
        height: auto;
        margin: 3% 4%;
    }

    .brand-bg-bottom .brand-bg-bottom-img {
        width: 100%;
        margin: 3% 0px;
    }

    .brand-bg-bottom .brand-bg-bottom-img img {
        width: 100%;
    }
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

