

/* 头部样式 */
.header_nav {
    width: 1280px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header_logo {
    display: inline-block;
    margin-right: 56px;
    padding: 10px 0;
}

.header_logo a {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
}
.header_logo .image {
    height: 40px;
    width: 50px;
    display: inline-block;
    margin-right: 5px;
    background: url(../images/header_logo.svg) no-repeat center;
    background-size: auto;
    vertical-align: top;
}

.header_list {
    display: inline-block;
}

.header_list li {
    display: inline-block;
    padding: 0 16px;
}

.header_list li a {
    font-size: 14px;
    line-height: 60px;
    padding-top: 23px;
    padding-bottom: 16px;
}

.header_list li a.active {
    border-bottom: 2px solid #c7000b;
}

.header_opt {
    /* float: right; */
    display: inline-block;
}

.header_users_mb,
.header_list_mb {
    display: none;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 18px 10px;
}

.header_users_mb {
    background-image: url(../images/header-user.png);
}

.header_list_mb {
    background-image: url(../images/header-btn.svg);
    transition: 0.3s;
}

.header_list_mb.close {
    background-image: url(../images/icon-close.svg);
}

.list_mb_dropdown {
    display: none;
    position: fixed;
    left: 0;
    top: 60px;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px 14px;
    z-index: 9999;
}

.list_mb_dropdown ul li {
    padding: 12px 15px;
    position: relative;
}

.list_mb_dropdown ul li.active {
    background-color: #fff;
}

.list_mb_dropdown ul li.active::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 2px;
    height: 16px;
    background-color: #c7000b;
    transition: all 0.3s;
}

.list_mb_dropdown ul li a {
    font-size: 14px;
    line-height: 22px;
}

.user_info_mb {
    display: none;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    background-color: #FFF;
    padding: 20px;
    z-index: 9999;
}

.user_info_mb .user_name_mb {
    font-size: 14px;
    font-weight: 600;
}

.user_info_mb .user_logout_mb {
    font-size: 14px;
    float: right;
}

#languageToggle,
#userInfo,
#userRegister {
    display: inline-block;
    position: relative;
    padding: 14px 0;
}

#userInfo + #userRegister {
    margin-left: 12px;
}

#languageToggle a,
#userInfo a,
#userRegister a {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    /* padding: 8px 12px; */
    /* height: 60px; */
    /* line-height: 60px; */
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
}

#userInfo a {
    color: #c7000b;
}

#userRegister a {
    color: #fff;
    background-color: #c7000b;
}

#userInfo > a .userImg {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/header-user.png) no-repeat center;
    background-size: contain;
}

#languageToggle > a .arrow, #userInfo > a .arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background: url(../images/arrowdown.png) no-repeat center;
}

#languageToggle:hover #langDropdown, #userInfo:hover #userDropdown {
    display: block;
}

#langDropdown, #userDropdown {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    cursor: default;
    background: #fff;
    display: none;
    z-index: 10;
}

#userDropdown a {
    color: #252b3a;
    /* padding: 6px 20px; */
    display: block;
    text-align: center;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

#userDropdown a:hover {
    color: #c7000b;
}

/* #userDropdown .logout a {
    height: 50px;
    line-height: 50px;
} */


/* 尾部样式 */
#footer {
    background-color: #f3f3f3;
}

.footer_region {
    width: 1280px;
    margin: 0 auto;
}

.footer_menus {
    padding-top: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
}

.footer_menus > li {
    display: inline-block;
    margin-right: 180px;
}

.footer_menus .menus_title {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
}

.footer_menus .mueus_list > li {
    line-height: 36px;
}

.footer_menus .mueus_list > li a {
    font-size: 14px;
    color: rgba(37, 43, 58, .7);
}

.footer_copyright {
    padding: 15px 0;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
}

.footer_copyright .menu_copyright,
.footer_copyright .menu_private {
    display: inline-block;
    font-size: 14px;
    color: rgba(37, 43, 58, .7);
}

.footer_copyright .menu_private ul li {
    display: inline-block;
}

.footer_copyright .menu_private ul li a {
    font-size: 14px;
    color: rgba(37, 43, 58, .7);
    position: relative;
}

.footer_copyright .menu_private ul li:not(:last-child) a::after {
    display: inline-block;
    content: '';
    width: 0;
    height: 16px;
    border-right: 1px solid #ccc;
    margin: 0 12px;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .section {
        padding: 0 20px;
        width: 100%;
    }

    .main_banner {
        height: 250px;
        padding: 0 20px;
    }

    .header_nav {
        width: 100%;
        padding: 0 20px;
    }

    .footer_region {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 0 15px;
        width: 100%;
    }

    .section .sectionTitle {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .section .subTitle {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .swiper-pagination-bullet:not(:last-child) {
        margin-right: 6px !important;
    }

    .main_container {
        margin-top: 60px;
    }

    .main_banner {
        height: 250px;
        padding: 0 15px;
    }

    .bannerTitle {
        font-size: 24px;
    }

    .bannerDesc {
        display: none;
    }

    .uptitle {
        font-size: 16px;
    }

    .uptitle .red {
        font-size: 16px;
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        z-index: 9999;
    }

    .header_nav {
        width: 100%;
        padding: 0 15px;
        background-color: #fff;
        position: relative;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid #DFE1E6;
    }

    .header_list,
    #languageToggle,
    #userInfo,
    #userRegister {
        display: none;
    }

    .header_users_mb,
    .header_list_mb {
        display: inline-block;
    }

    #footer {
        display: none;
    }
}

/* 视频样式 */
.video_show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.video_show_cover {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
}

#videoShow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_block {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    margin-top: 220px;
    position: relative;
}

.icon.close_bigger {
    position: absolute;
    top: 2px;
    right: 2px;
    opacity: 0.8;
    width: 44px;
    height: 44px;
    background: url(../images/close-bigger.png) no-repeat;
    background-position: 0;
    margin-left: 20px;
    cursor: pointer;

}

#popup_container * {
    font-size: 12px;
}