html {
    overflow-x: hidden !important;
}

body {
    font-size: 12px;
    width: 100%;
    overflow-x: hidden !important;
    font-family: '微软雅黑', '微软雅黑 Regular', 'Adobe 黑体 Std R', '黑体 Regular', '黑体', '宋体 Regular', '宋体', 'Arial Regular', 'Arial';
}

header {
    position: relative;

}

.wrap {
    position: relative;
    width: 1110px;
    margin: 0 auto;
}

.slogen {
    height: 38px;
    background: #eee;
}

.slogen .wrap {
    height: 38px;
    display: flex;
    color: #616161;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
}

.slogen h6 {
    font-weight: normal;
}

.slogen a {
    color: #616161;
}

.slogen a:hover {
    color: #d20000;
}

.slogen em {
    color: #cecece;
    margin: 0 13px;
}

.slogen a.icon {
    width: 20px;
    height: 20px;
    margin: 0 0 0 12px;
}

.slogenR {
    display: flex;
    align-items: center;
}

.slogen img {
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 999;
    padding: 5px;
    width: 200px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 1px 1px 2px #ccc;
}

.slogen a.wx {
    position: relative;
    margin-right: 15px;
    color: #aaa;
}

.slogen a.wx:hover img {
    display: block;
}

.slogen a.wx i {
    font-size: 16px;
}

.slogen a.wb {
    position: relative;
    color: #aaa;
}

.slogen a.wb:hover img {
    display: block;
}

.slogen a.wb i {
    font-size: 16px;
}

.slogen .user {
    margin-right: 12px;
    width: 30px;
    height: 24px;
    border-radius: 19px;
    border: 1px solid #d2c398;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: transparent;
    background-image: url(../img/order.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
}

.slogen .user:hover {
    background-color: #d2c398;
    background-image: url(../img/orderOn.png);
}

.slogen .user img {
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.slogen .user .tel {
    position: absolute;
    right: 48px;
    top: 0;
    background: #1a1a1a;
    border-radius: 5px;
    min-width: 144px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.slogen .user .tel:before {
    content: '';
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #1a1a1a;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -6px;
}

.slogen .user:hover .tel {
    opacity: 1;
    visibility: visible;
}

.header {
    display: flex;
    height: 114px;
    align-items: center;
    justify-content: space-between;
}

.search {
    border-radius: 6px;
    height: 38px;
    width: 356px;
    overflow: hidden;
    position: relative;
    padding: 0 80px 0 13px;
    border: 1px solid #e0e0e0;
}

.search .sr {
    width: 100%;
    height: 38px;
    color: #333;
    font-size: 14px;
    line-height: 38px;
}

.search .btn {
    width: 67px;
    height: 38px;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    background: #d20000;
    position: absolute;
    border-radius: 0;
}

.logo {
    width: 281px;
    height: 64px;
}

.logo img {
    width: 240px;
    display: block;
}

/* 导航 */
nav {
    width: 100%;
    height: 56px;
    position: relative;
    background: #d20000;
}

nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
}

nav li {
    text-align: center;
}

nav li span {
    display: none;
    width: 10px;
    height: 18px;
    transition: all 0.5s;
    position: relative;
    background: url(../img/right.png) no-repeat center / cover;
}

.navOne {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav li span.on {
    transform: rotate(90deg);
}

nav li a::after,
nav li:nth-child(1) a::before {
    width: 0px;
    height: 20px;
    right: 0;
    top: 50%;
    content: "";
    position: absolute;
    background: #dc3d3d;
    transform: translateY(-50%);
}

nav li a {
    padding: 0 13px 0 13px;
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 40px;
    position: relative;
}

nav li a.active,
nav li:hover a.top-link {
    font-weight: bold;
    border-bottom: solid 5px #a60000;
    line-height: 56px;
    height: 56px;
}

nav li:hover a::after,
nav li.active a::after {
    background: #a60000;
}

nav li:nth-child(1) a::before {
    width: 0px;
    height: 20px;
    right: auto;
    left: 0;
    top: 50%;
    content: "";
    position: absolute;
    background: #dc3d3d;
    transform: translateY(-50%);
}

nav li:nth-child(1):hover a::before,
nav li:nth-child(1).on a::before {
    background: #a60000;
}

.ejNav {
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 20;
    display: none;
    position: absolute;
    background: #f5f5f5;
}

nav li:hover .ejNav a {
    background: none;
    font-weight: normal;
}

nav li.active .ejNav a,
nav li:hover .ejNav a {
    background: none;
    color: #d20000;
    font-weight: normal;
}

.ejNav a {
    display: inline-block;
    font-size: 14px;
    color: #d20000;
    margin: 0 10px;
    width: auto;
}

.ejNav a::before,
.ejNav a::after {
    display: none;
}

.ejNav a:hover {
    color: #c2ae75;
}

.webNav {
    display: none;
}


/* 底部 */
footer {
    padding: 35px 0 47px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: #f0f0f0;
    border-top: 5px solid #d20000;
}

footer .aBox {
    padding: 0 0 24px;
}

footer .aBox em {
    margin: 0 14px;
}

footer .aBox a,
footer a {
    color: #333 !important;
}

footer .aBox a:hover {
    text-decoration: underline;
}

/* 移动端 */
.headerR {
    display: none;
    align-items: center;
}

.search_a {
    width: 27px;
    height: 26px;
    background: url(../img/search_a.png) no-repeat center / 100% 100%;
}

.nav_a {
    width: 26px;
    height: 20px;
    position: relative;
    margin: 0 0 0 15px;
}

.nav_a span {
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    border-radius: 2px;
    position: absolute;
    background: #d20000;
    transition: all 0.5s;
}

.nav_a span:nth-child(2) {
    top: 9px;
}

.nav_a span:nth-child(3) {
    top: 18px;
}

.nav_a.on span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 8px);
}

.nav_a.on span:nth-child(2) {
    transform: rotate(-45deg) translate(-2px, -2px);
}

.nav_a.on span:nth-child(3) {
    opacity: 0;
}


@media only screen and (max-width: 1199px) {
    .wrap {
        width: 1000px;
    }


}

@media only screen and (max-width: 1023px) {
    .wrap {
        width: 94%;
    }


}

@media only screen and (max-width: 959px) {
    .headerR {
        display: flex;
    }

    .slogen .user {
        width: 36px;
        height: 26px;
    }

    header {
        border-bottom: 3px solid #d20000;
    }

    .webNav {
        display: block;
    }

    .pcNav {
        display: none;
    }

    nav li span {
        display: inline-block;
    }

    nav {
        width: 60%;
        right: -100%;
        top: 120px;
        height: auto;
        position: absolute;
        background: #d20000;
        z-index: 20;
        transition: all 0.5s;
        box-shadow: 0 10px 8px rgba(0, 0, 0, 0.2);
    }

    nav.on {
        right: 0;
    }

    nav ul {
        display: block;
        padding: 20px 0;
        height: auto;
    }

    nav li {
        width: 100%;
        padding: 0;
        height: 56px;
        border-bottom: 1px dotted #ccc;
    }

    nav li a::before,
    nav li a::after {
        display: none;
    }

    nav li:hover a,
    nav li.active a {
        color: #fff;
        background: none;
    }

    nav li a {
        width: 80%;
        color: #fff;
        height: auto;
        text-align: left;
        line-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    nav li a span {
        display: block;
    }

    nav li .ejNav {
        position: sticky;
        background: none;
    }

    nav li .wrap {
        display: block;
    }

    nav li .ejNav a {
        color: #fff;
        margin: 0;
        display: block !important;
        text-align: left;
        border-bottom: 1px dotted #fff;
    }

    nav li .ejNav a:hover {
        color: #fff;
    }

    nav li .ejNav a:last-child {
        border-bottom: 0;
    }

    .header {
        height: 80px;
    }

    .logo {
        width: 230px;
        height: auto;
    }

    .headerSearch {
        display: none;
        width: 100%;
        padding: 20px 0;
        left: 0;
        top: 121px;
        z-index: 20;
        position: absolute;
        background: #fff;
        box-shadow: 0 10px 8px rgba(0, 0, 0, 0.2);
    }

    .headerSearch form {
        margin: 0 3%;
        width: auto;
    }

    nav li.active .ejNav a,
    nav li:hover .ejNav a,
    nav li.active .ejNav a,
    nav li.active .ejNav a,
    nav li:hover .ejNav a {
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 559px) {

    .logo {
        width: 170px;
    }

}

@media only screen and (max-width: 479px) {
    .slogen a.icon {
        margin: 0 0 0 5px;
    }

    .slogen em {
        margin: 0 5px;
    }
}

/* new */
.breadcrumbs {
    color: #e30c0c!important;
    background: #f0f0f0;
    padding: 10px 10px;
    border-radius: 3px;
}

.news-list-v5 {
    margin-top: 30px;
}

/*pager*/
.pager {
    margin: 0px auto 5px auto;
    text-align: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.pager a {
    display: block;
    margin: 0 .3rem;
    padding: .5rem .8rem;
    background: #d20000;
    border: 1px solid #d20000;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
}

.pager .ellipsis {
    padding-top: .3rem;
    background-color: transparent;
    color: #3DB3B1;
    border: 0;
}

.pager .prev, .pager .next {
    flex-shrink: 0 !important;
}

.pager li.active a {
    background: #fff;
    color: #3DB3B1;
}

/* sub-nav */
nav li.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
}

.subNav {
    visibility: hidden;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 40px;
    background: #eee;
    justify-content: flex-start;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .23);
    transition: opacity .5s;
}

.subNav li a {
    font-weight: normal;
    border-bottom: none;
    color: #d20000;
}

.subNav li a:hover,
.subNav li:hover a {
    font-weight: bold;
    border-bottom: none;
}

.subNav li:hover a::after,
.subNav li.active a::after {
    background: none;
}