@charset "utf-8";

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.head-top {
    border-top: 3px solid #F0BB50;
    background: url(../images/htbg.jpg) no-repeat center top/cover;

}

.head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.16rem 0;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
    height: .82rem;
}


.head-r {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.search {
    position: relative;
    text-align: left;
    width: 1.98rem;
    height: 0.3rem;
    border-radius: .05rem;
    background-color: transparent;
    font-size: 0;
    padding-right: 0.38rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: .2rem;
}

.search input[type="text"] {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    width: 100%;
    height: 0.28rem;
    line-height: .28rem;
    background-color: transparent;
    color: #fff;
}

.search input::placeholder {
    font-size: 0.14rem;
    color: #fff;
}

.search span {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 0.38rem;
    height: 0.28rem;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 0 .05rem .05rem 0;

}

.search input[type="image"] {
    height: .15rem;
}

.hr-r p {
    font-size: .16rem;
    color: #fff;
    line-height: .24rem;
}

#nav {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.nav>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0;
}

.nav>ul>li {
    position: relative;
    text-align: center;
    line-height: 0.54rem;
}

.nav>ul>li>a {
    display: block;
    position: relative;
    font-size: 0.22rem;
    color: #fff;
}

.nav>ul>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    bottom: 0px;
    height: 4px;
    background: #FF940B;
    transition: all .6s;
}

.nav>ul>li.on>a:after {
    left: 0;
    right: 0;

}


.nav>ul>li .sub {
    position: absolute;
    left: 50%;
    width: 1.5rem;
    margin-left: -0.75rem;
    top: 98%;
    z-index: 999;

    background: #fff;
    display: none;
}

.nav>ul>li ul {
    padding: 6px 0;
}

.nav>ul>li ul>li {
    line-height: 0.46rem;
}

.nav>ul>li ul>li:last-child a {
    border-bottom: none;
}

.nav>ul>li ul>li>a {
    display: block;
    font-size: 0.18rem;
    color: #333;
    border-bottom: 0.01rem dashed rgba(124, 24, 36, 0.1);
}

.nav>ul>li ul>li:hover>a {
    background: #fff;
    color: #AB0000;
}

.ban-slick {
    position: relative;
}

.brand_pro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.brand_pro .wp {
    position: relative;
    display: flex;

    flex-wrap: wrap;
}

.brand_pro .wp span {
    position: relative;
    display: flex;
    align-items: center;
    width: 1.1rem;
}

.brand_pro .wp span img {
    position: relative;
    height: .64rem;
    z-index: 9;
}

.brand_pro .wp span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100vw;
    background: rgba(44, 29, 30, 0.7);
    border-radius: 0rem 0.2rem 0rem 0rem;
    height: 100%;
    bottom: 0;
}

.brand_pro .wp ul {
 position: relative;
 /* flex: 1; */
 /* min-width: 0; */
 padding-left: rem;
 /* display: flex; */
 justify-content: space-between;
 align-items: center;
 z-index: 999;
 width: calc(100% - 1.1rem);
}

.brand_pro .wp ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: .2rem;
    bottom: 0;
    width: 1px;
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
}

.brand_pro .wp ul li {
    position: relative;
    z-index: 6;
}

.brand_pro .wp ul::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: rgba(44, 29, 30, 0.7);
    border-radius: 0.2rem 0rem 0rem 0rem;
    z-index:-1;
}

.brand_pro .wp ul li {
    padding: .15rem 0.4rem;
}

.brand_pro .wp ul li a {
    display: block;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand_pro .wp ul li a:hover {
    color: #FF940B;
}

.banner .slick-prev {
    left: 8.5%;
    top: 40%;
    width: .44rem;
    height: .76rem;
    background: rgba(255, 255, 255, 0.2) url(../images/ban-l.png) no-repeat center center/.17rem auto;
}

.banner .slick-next {
    right: 8.5%;
    top: 40%;
    width: .44rem;
    height: .76rem;
    background: rgba(255, 255, 255, 0.2) url(../images/ban-r.png) no-repeat center center/.17rem auto;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner ul li {
    width: calc(50% - .1rem);
}

.footer {
    background: #9B0D14;
    padding: .39rem 0;
}

.foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.ft-l a {
    display: block;
}

.ft-l a img {
    display: block;
    height: .82rem;
}

.ft-r .ftr-t {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .05rem;
}

.ft-r .ftr-t span {
    font-size: .16rem;
    color: #FFFFFF;
}



.ft-r .ftr-t a {
    display: block;
    font-size: .16rem;
    color: #FFFFFF;
    margin: 0 .35rem;
}

.ft-r .ftr-b p {
    line-height: .3rem;

}

.ft-r .ftr-b i {
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.25);
    padding: 0 .23rem;
    font-style: normal;
}

.ft-r .ftr-b p span {
    font-size: .16rem;
    color: #FFFFFF;
}

@media screen and (max-width:1024px) {
    body {
        padding-top: .6rem;
    }

    .head-top {
        display: none;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        background: #ac0000;
        background: linear-gradient(to bottom, #ac0000 4%, #ac0000 95%);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 14px;
        margin-right: 5px;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #333;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 10px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #ac0000;
        overflow-y: scroll;
        width: 100%;
        /* max-width: 375px; */
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        background: linear-gradient(to bottom, #ac0000 4%, #ac0000 95%);
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .ft-l {
        width: 100%;
        margin-bottom: .2rem;
    }

    .ft-l a img {
        margin: 0 auto;
        max-width: 100%;
    }

    .brand_pro {
        position: static;
        margin-top: .15rem;
    }

    .banner .slick-prev {
        top: 50%;
        left: .15rem;
    }

    .banner .slick-next {
        top: 50%;
        right: .15rem;

    }

    .brand_pro .wp ul {
        flex-wrap: wrap;
        padding-left: .2rem;
    }
   .brand_pro .wp .slick-dots{display: none !important;!i;!;}
    .brand_pro .wp span {
        width: .8rem;
    }
}

@media screen and (max-width:768px) {
    .footer {
        padding: .2rem 0;
    }

    .ft-l a img {
        height: initial;
        max-height: .82rem;
    }

    .ft-r .ftr-t a {
        margin: 0 .2rem;
    }

    .banner .slick-prev,
    .banner .slick-next {
        width: .3rem;
        height: .5rem;
        background-size: .12rem auto;
    }
}

.pro_list>ul>li {

    position: relative;
    border-bottom: 1px dashed #D3D3D3;
    padding: 0.1rem .2rem;
    padding-left: .3rem;
    line-height: .35rem;
}

.pro_list>ul>li:nth-child(1) {
    background: #F7F7F7;
    border-bottom: none;
    padding: 0.1rem .2rem;
    padding-left: .3rem;
}

.pro_list>ul>li:nth-child(1) ul li span {
    position: relative;
    font-size: 0.22rem;
    font-weight: bold;
    color: #333;
    /* padding-left: .1rem; */
}

.pro_list>ul>li:nth-child(1) ul li span::after {
    content: "";
    position: absolute;
    left: -.1rem;
    top: 50%;
    transform: translatey(-50%);
    width: .03rem;
    height: .03rem;
    background: #9B0D14;
    transform: rotate(45deg);
}

.pro_list>ul>li:after {
    content: "";
    position: absolute;
    left: 100%;
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
    border: 1px solid #D3D3D3;
    bottom: -.025rem;
}

.pro_list>ul>li:first-child::after {
    display: none;
}

.pro_list>ul>li>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pro_list>ul>li>ul>li:nth-child(1) {
    width: 16%;
}

.pro_list>ul>li>ul>li:nth-child(2) {
    width: 44%;
}

.pro_list>ul>li>ul>li:nth-child(3) {
    width: 29%;
}

.pro_list>ul>li>ul>li:nth-child(4) {
    width: 11%;
}

.pro_list>ul>li>ul>li p {
    font-size: .18rem;
    color: #333;
    padding-left: 0rem;
    /* max-width: 94%; */
}