.dh .brand_subnav {
    position: absolute;
    top: 125px;
    z-index: 100;
    background: #fff;
    box-shadow: 0 2px 2px #ccc;
    padding: 0;
    display: none;
    width: 100%;
}

.shou .dh ul li .brand_subnav li {
    display: block !important;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 100%;
    /* padding: 0 30px; */
}

.dh ul li .brand_subnav a {
    color: #999;
    font-size: 15px;
}

.shou .dh ul li .brand_subnav li:hover a {
    color: #da251d;
}

.header .animated {
    display: flex;
}

.dh .menu:hover .subnav {
    display: flex;
}

.dh .menu:hover .subnav a div {
    width: 0;
    min-width: 100%;
}

.dh .menu:hover .brand_subnav {
    display: block;
}

.en {
    line-height: 50px;
}

.dh ul li .subnav a {
    color: #333;
}

.dh .subnav img {
    width: 80%;
    margin-bottom: 10px;
}

.dh .subnav {
    position: fixed;
    height: 150px;
    padding: 0 10%;
    background-color: #F7F7F9;
    z-index: 10000;
    top: 125px;
    box-shadow: 0 2px 2px #fafafa;
    width: 80%;
    left: 0;
    color: #333;
    display: none;
}

.shou .logo img, .shou .dh ul li {
    padding: 0;
}

.shou .dh ul .menu {
    position: relative;
    /* padding: 40px 0; */
    height: 122px;
    border-bottom: 3px solid transparent;
    flex: 1;
}

.shou .dh ul .menu:hover {
    border-bottom: 3px solid #da251d;
}

.shou {
    position: relative;
    margin: 0;
}

.shoufixed .shou {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}

.sort {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px;
    width: 30px;
    height: 30px;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 10000;
}

.dh ul li.hover a {
    letter-spacing: 2px;
}

/* 	.shou{
	margin: 50px 0 0;
} */
.logo img, .dh ul li {
    padding-bottom: 20px;
}

.dh .subnav li {
    padding-bottom: 0;
}

.shoufixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    z-index: 1000;
}

.header .shou {
    align-items: flex-start;
}

.logo img {
    height: 57px;
    width: 340px;
    margin-top: 34px;
}

html {
    font-size: 10px;
}

.side_main {
    position: fixed;
    top: 60%;
    right: 0;
    width: 60px;
    height: auto;
    z-index: 100;
}

.side_li {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    line-height: 60px;
    border-bottom: 2px solid #fff;
}

.side_li:last-child {
    border-bottom: 0;
}

.side_li a {
    display: block;
}

.side_li:hover {
    background: #FD3831;
}

.side_li .iconfont {
    color: #fff;
    font-size: 28px;
}
.pages {
    width: 100%;
    margin-bottom: 7.5rem;
    text-align: center;
}
.pages .page, .pages span {
    display: inline-block;
    height: 35px;
    min-width: 35px;
    background-color: #f5f5f5;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    margin: 0 10px;
    font-size: 14px;
    padding: 0 5px;
}
.pages span.short {
    color: #CCC;
    cursor: not-allowed;
}
.pages .current {
    background-color: #da251d;
    color: #fff;
}

@media (max-width: 800px) {
    .dh .menu:hover .brand_subnav,
    .dh .menu:hover .subnav {
        display: none;
    }

    .shou .dh ul .menu {
        padding: 0 !important;
    }
    .pages .short {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .shou .logo img {
        object-fit: contain;
    }

    .shoufixed .shou {
        margin: 0;
    }

    .shou .dh ul .menu {
        position: relative;
        /* padding: 40px 0; */
        height: auto;
        border-bottom: 3px solid transparent;
        flex: 1;
    }

    .header .shou {
        align-items: center;
    }

    .logo {
        text-align: center;
    }

    .logok {
        margin: auto !important;
    }

    .logo img {
        height: auto;
        width: 100%;
        margin: auto;
    }
}