@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?tomleg');
    src: url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?tomleg') format('truetype'),
        url('../fonts/icomoon.woff?tomleg') format('woff'),
        url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.style_red {
    color: #c81623;
}


.shortcut {
    height: 31px;
    background-color: #f1f1f1;
    line-height: 31px;
}

.shortcut ul li {
    float: left;
}


.shortcut .fr ul li:nth-child(even) {
    width: 1px;
    height: 12px;
    background-color: #666;
    margin: 9px 15px 0;
    ;
}

.arrow-icon::after {
    content: '\e95e';
    font-family: 'icomoon';
    margin-left: 6px;
}






/* 头部制作*/
.container {
    margin: 0 auto;
    min-width: 992px;
    min-height: 100vh;
    position: relative;
}

header {
    background: url(../images/headerbg.png) no-repeat;
    width: 100%;
    height: 104px;
    background-size: cover;
    min-width: 1300px;
    box-shadow: 0 2px 8px 0px rgb(0, 0, 0 / 30%);
    border-bottom: 4px solid #cf0d17;
}

.header_content {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    height: 104px;
    border-bottom: 4px solid #cf0d17;
}

.header_content_logo img {
    height: 64px;
    position: relative;
    top: 18px;
    left: 0;
}

.header_content_logo a {
    font-size: 0;
}

.header_content_nav {
    height: 104px;
    margin-left: 64px;
    margin-right: auto;
}

.header_content_nav .itembox {
    margin: 0 auto;
}

.header_content_nav .itembox .active {
    font-weight: bold;
    color: #1d1d1d;
}

.header_content_nav .itembox .tab_item {
    font-size: 18px;
    margin-top: 56px;
    margin-right: 14px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: #404040;
}

.header_content_nav .itembox .tab_item::after {
    content: " ";
    display: inline-block;
    width: 28px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 38px;
}

.header_content_nav .itembox .active::after {
    border-bottom: 6px solid #cf0d17;
}

.header_content_nav .itembox .tab_item:hover::after {
    border-bottom: 7px solid #cf0d17;
}


.popularity_zone .popularity_item .num {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    margin-right: 12px;
    display: inline-block;
    width: 20px;
}

.popularity_zone .popularity_item .content {
    width: 172px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 26px;
}

.popularity_zone .popularity_item span {
    display: inline-block;
}

.popularity_zone .popularity_item .kaiwan_btn {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #cf0d17;
    letter-spacing: 0;
    text-decoration: underline;
    margin-left: 14px;
}



.header_right_btn {
    width: 120px;
    height: 40px;
    margin-top: 45px;
    background: #f9f6f2;
    color: #cf0d17;
    border: 1px solid #cf0d17;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.header_right_btn a {
    color: #cf0d17;
}

.header_right_btn a:hover {
    text-decoration: underline;
}


.footer {
    border-top: 4px solid #c81623;
    height: 310px;
    margin-top: 32px;
    background-color: rgb(247, 236, 219);

}

.footer_center {
    margin: 0 auto;
    width: 1300px;

    margin-top: 10px;
}

.footer_center .top_info {
    display: flex;
    border-top: 1px solid #c81623;
    border-bottom: 1px solid #c81623;
}


.footer_center .top_info li {
    float: left;
    width: 140px;
    height: 140px;
    text-align: center;
    padding-top: 40px;
}

.footer_center .top_info li img {
    display: block;
    margin: 0 auto;

}

.footer_center .top_info .long {
    background-color: #c81623;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 28px;
}

.footer_center .top_info .end {
    margin-left: 40px;
    background-color: #c81623;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 28px;
}

.footer_center .top_info .kan:hover {
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.footer_center .text_info {
    padding: 10px 0;
    text-align: center;
    line-height: 25px;

}