* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    min-height: 100vh;
}

html {
    min-height: 100vh;
}

.container {
    width: 13.6rem;
    margin: 0 auto;
}

.header_title_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    min-width: 13.6rem;
}

.header {
    margin: 0 auto;
    height: 9.4rem;
    background: url(../images/index_banner.jpg) no-repeat center;
    background-color: #2A0360;
    background-size: cover;
    min-width: 13.6rem;
    position: relative;
}

.header_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4rem .6rem 0 .6rem;
}

.header_logo_img {
    width: 2.6rem;
    height: .42rem;
}

.nav_list_box {
    display: flex;
    align-items: center;
    z-index: 1000;
}

.header_nav_box {
    display: flex;
    align-items: flex-start;
}

.nav_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: .6rem;
}

.nav_name {
    font-size: .16rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .08rem;
}

.about_name:hover .about_logo {
    display: block !important;
}

.about_name:hover .nav_name {
    font-weight: bold;
}

.marketing_logo {
    display: none;
}

.marketing_nav_box:hover .marketing_logo {
    display: block !important;
}

.marketing_nav_box:hover .nav_name {
    font-weight: bold;
}

.business_nav_box:hover .business_nav_logo, .actor_nav_box:hover .actor_nav_logo {
    display: block !important;
}

.business_nav_box:hover .nav_name, .actor_nav_box:hover {
    font-weight: bold;
}

.business_nav_logo, .actor_nav_logo, .contact_active_logo {
    display: none;
}

.contact_nav_box:hover .contact_active_logo {
    display: block !important;
}

.contact_nav_box:hover .nav_name {
    font-weight: bold;
}

.nav_active, .marketing_active, .actor_active, .business_active, .contact_active {
    width: .48rem;
    height: .1rem;
}

.about_logo, .marketing_logo, .business_nav_logo, .actor_nav_logo, .contact_active_logo {
    display: none;
    width: 100%;
    height: 100%;
}

.nav_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #B62625;
    padding: .12rem .2rem;
    margin-top: -.1rem;
    cursor: pointer;
}

.nav_btn:hover {
    background: #C72A29;
}

.btn_name {
    font-size: .16rem;
    font-weight: 400;
    color: #FFFFFF;
}

.arrow {
    width: .2rem;
    height: .2rem;
}

.nav_h5 {
    display: none;
}

main {
    height: auto;
    min-width: 13.6rem;
}

.about_box {
    background: url(../images/about_banner.png) no-repeat center;
    background-size: cover;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.main {
    margin: 0 auto;
}

.about_h5,
.marketing_h5,
.business_h5,
.actor_h5,
.contact_h5 {
    display: none;
}

.about_info_box {
    display: flex;
    justify-content: space-between;
}

.about_left_box {
    margin-right: .6rem;
    margin-top: -.1rem;
}

.about_img {
    width: 1.88rem;
    height: .96rem;
}

.about_title_box {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.title_img {
    width: .2rem;
    height: .2rem;
    margin-right: .1rem;
}

.about_title {
    font-size: .24rem;
    font-weight: bold;
    color: #2A2930;
}

.about_content {
    font-size: .18rem;
    font-weight: 400;
    color: #767384;
    margin-bottom: .32rem;
}

.about_content:last-child {
    margin-bottom: 0;
}

.about_right_img {
    width: 5.6rem;
    height: 4.7rem;
}

.marketing_box {
    background: url(../images/marketing_bg.jpg) no-repeat center;
    background-size: cover;
    height: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.marketing_content_box {
    width: 7.6rem;
}

.marketing_content_img {
    width: 3.22rem;
    height: .96rem;
}

.marketing_title_box {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.marketing_title_img {
    width: .2rem;
    height: .2rem;
    margin-right: .11rem;
}

.marketing_title_name {
    font-size: .24rem;
    font-weight: bold;
    color: #fff;
}

.marketing_content {
    font-size: .17rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .32rem;
}

.marketing_content:last-child {
    margin-bottom: 0;
}

.business_box {
    background: #F4F4F4;
    padding: .8rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.business_content_img {
    width: 2.75rem;
    height: .96rem;
}

.business_title_box {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.business_title_img {
    width: .2rem;
    height: .2rem;
    margin-right: .12rem;
}

.business_title_name {
    font-size: .24rem;
    font-weight: bold;
    color: #2A2930;
}

.business_list_box {
    display: flex;
    flex-wrap: wrap;
}

.business_list {
    width: 3.9rem;
    height: 2.4rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: .5rem;
    background: #fff;
}

.business_list:nth-child(3) {
    margin-right: 0;
}

.business_list:nth-child(6) {
    margin-right: 0;
}

.business_logo {
    width: .6rem;
    height: .6rem;
    margin-bottom: .2rem;
}

.business_name {
    font-size: .28rem;
    font-weight: 400;
    color: #2A2930;
    margin-bottom: .16rem;
}

.business_remark {
    font-size: .16rem;
    font-weight: 400;
    color: #767384;
}

.actor_box {
    background: #F4F4F4;
    padding-top: .8rem;
    text-align: center;
}

.actor_content_img {
    width: 2.75rem;
    height: .96rem;
}

.actor_title_box {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.actor_title_img {
    width: .2rem;
    height: .2rem;
    margin-right: .12rem;
}

.actor_title_name {
    font-size: .24rem;
    font-weight: bold;
    color: #2A2930;
}

.actor_list_box {
    display: flex;
    flex-wrap: wrap;
}

.actor_list {
    width: 1.75rem;
    height: 2.4rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: .3rem;
    background: #fff;
}

.actor_logo {
    width: 2rem;
    height: 2.8rem;
    margin-bottom: .2rem;
    cursor: pointer;
}

.actor_name {
    font-size: .28rem;
    font-weight: 400;
    color: #2A2930;
    margin-bottom: .16rem;
    padding-right: 0.35rem;
    text-align: center;
    cursor: pointer;
}
.actor_name:hover{
    color: #C72A29;
}

.actor_remark {
    font-size: .16rem;
    font-weight: 400;
    color: #767384;
}

.swiper-wrapper {
    padding-bottom: .6rem;
}

.swiper-pagination {
    z-index: -1;
}
.swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,30%);
    padding: .1rem .1rem;
    /*background: #cccccc;*/
    opacity: 0.9;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,-10px);
}
.swiper-button-next {
    right: var(--swiper-navigation-sides-offset,-10px);
}

.contact_box {
    height: 6.02rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_info_box {
    display: flex;
}

.contact_left_box {
    margin-top: -.12rem;
    margin-right: .7rem;
}

.contact_title_logo {
    width: 2.45rem;
    height: .96rem;
}

.contact_title_box {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.contact_logo {
    width: .2rem;
    height: .2rem;
    margin-right: .11rem;
}

.contact_title_name {
    font-size: .24rem;
    font-weight: bold;
    color: #2A2930;
}

.contact_email_box {
    margin-bottom: .3rem;
}

.contact_email_label,
.contact_site_label {
    font-size: .18rem;
    font-weight: 400;
    color: #2A2930;
    margin-bottom: .1rem;
}

.contact_email_value {
    font-size: .18rem;
    font-weight: 400;
    width: 3.5rem;
    color: #767384;
}

.contact_site_value {
    font-size: .18rem;
    font-weight: 400;
    color: #767384;
    margin-bottom: .16rem;
}

.contact_site_value:last-child {
    margin-bottom: 0;
}

.contact_right_box {
    display: flex;
}

.contact_map_box {
    background: url(../images/map2.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    width: 4.2rem;
    height: 3.4rem;
    margin-right: .20rem;
    padding: 0 .2rem .2rem .2rem;
}

.contact_map_box:first-child {
    background: url(../images/map1.png) no-repeat center;
    background-size: cover;
}

.contact_map_box:last-child {
    margin-right: 0;
}

.contact_site_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .12rem;
    background: #fff;
    border-radius: .2rem;
    width: 100%;
}

.contact_site_name {
    font-size: .16rem;
    font-weight: 400;
    color: #2A2930;
}

.contact_site_logo {
    width: .36rem;
    height: .36rem;
    cursor: pointer;
}

footer {
    height: 1.6rem;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 13.6rem;
}

.footer {
    font-size: .16rem;
    font-weight: 400;
    color: #FFFFFF !important;
}

.linkName {
    color: #FFF;
}

.back_top_logo {
    position: fixed;
    bottom: .9rem;
    right: .5rem;
    width: .6rem;
    height: .6rem;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .wrap {
        width: 7.5rem;
    }

    .container {
        width: 6.5rem;
        margin: 0 auto;
    }

    .header_logo_img {
        width: 3.1rem;
        height: .48rem;
    }

    .menu_img {
        width: .48rem;
        height: .48rem;
    }

    .header_banner {
        font-size: .48rem;
        margin-left: -2.4rem;
    }

    .header {
        width: 7.5rem;
        /* height: 6.8rem; */
        background: url(../images/h5_banner1.jpg) no-repeat center;
        background-size: cover;
        min-width: 7.5rem;
    }

    .header_logo img {
        margin-left: .28rem;
    }

    .header_logo_text {
        display: none;
    }

    .header_title_box {
        display: none;
    }

    .pc_img {
        display: none;
    }

    .h5_img {
        display: block;
        margin: 0 auto;
    }

    .nav_h5 {
        display: block;
        line-height: .48rem;
    }

    .nav_pc {
        display: none;
    }

    main {
        height: auto;
        min-width: 7.5rem;
    }

    .main {
        width: 7.5rem;
    }

    .about_box {
        background: #FFFFFF;
        padding-top: .8rem;
        padding-bottom: .8rem;
    }

    .about_pc,
    .marketing_pc,
    .business_pc,
    .actor_pc,
    .contact_pc {
        display: none;
    }

    .about_h5,
    .marketing_h5,
    .business_h5,
    .actor_h5,
    .contact_h5 {
        display: block;
    }

    .h5_about_title_box {}

    .h5_about_img {
        width: 1.88rem;
        height: .96rem;
    }

    .h5_about_title_box {
        display: flex;
        align-items: center;
        margin-bottom: .4rem;
    }

    .h5_title_img {
        width: .28rem;
        height: .28rem;
        margin-right: .04rem;
    }

    .h5_about_title {
        font-size: .32rem;
        font-weight: bold;
        color: #2A2930;
    }

    .h5_about_content {
        font-size: .28rem;
        font-weight: 400;
        color: #767384;
        margin-bottom: .36rem;
    }

    .h5_about_content:last-child {
        margin-bottom: .6rem;
    }

    .h5_about_content_img_box {
        text-align: center;
    }

    .h5_about_content_img {
        width: 5.6rem;
        height: 4.7rem;
        margin: 0 auto;
    }

    .contact_map_box {
        padding: 0 .3rem .3rem .3rem !important;
        background-size: cover;
        height: 4.94rem !important;
    }

    .contact_site_name {
        font-size: .24rem !important;
        font-weight: 500 !important;
    }

    .contact_site_logo {
        width: .52rem !important;
        height: .52rem !important;
    }

    .marketing_box {
        width: 7.5rem;
        /* height: 9.52rem; */
        background: url(../images/marketing_h5_bg.jpg) no-repeat center;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .marketing_info_box {
        width: 6.7rem;
    }

    .marketing_content_img {
        width: 3.22rem;
        height: .96rem;
    }

    .marketing_title_box {
        margin-bottom: .4rem;
    }

    .marketing_title_img {
        width: .28rem;
        height: .28rem;
        margin-right: .11rem;
    }

    .marketing_title_name {
        font-size: .32rem;
        font-weight: bold;
        color: #FFFFFF;
    }

    .marketing_content {
        font-size: .28rem;
        font-weight: 400;
        color: #FFFFFF;
        margin-bottom: .36rem;
    }

    .marketing_content:last-child {
        margin-bottom: 0;
    }

    .business_content_img {
        width: 2.75rem;
        height: .96rem;
    }

    .business_title_box {
        display: flex;
        align-items: center;
        margin-bottom: .4rem;
    }

    .business_title_img {
        width: .28rem;
        height: .28rem;
        margin-right: .11rem;
    }

    .business_title_name {
        font-size: .32rem;
        font-weight: bold;
        color: #2A2930;
    }

    .business_h5_list {
        height: 2.48rem;
        margin-bottom: .2rem;
        background: #FFFFFF;
        padding: 0 .5rem;
    }

    .business_box {
        background: #F4F4F4;
        padding: .8rem 0;
        height: auto;
    }

    .business_logo {
        margin-bottom: 0;
    }

    .business_name {
        margin-bottom: .12rem;
    }

    .business_list:last-child {
        margin-bottom: 0;
    }

    .actor_content_img {
        width: 2.75rem;
        height: .96rem;
    }

    .actor_title_box {
        display: flex;
        align-items: center;
        margin-bottom: .4rem;
        width: 100%;
    }

    .actor_title_img {
        width: .28rem;
        height: .28rem;
        margin-right: .11rem;
    }

    .actor_title_name {
        font-size: .32rem;
        font-weight: bold;
        color: #2A2930;
    }

    .actor_h5 {
        display: flex;
        flex-wrap: wrap;
    }

    .actor_box {
        width: 100%;
        padding-top: .8rem;
        height: auto;
        text-align: center;
    }

    .actor_logo {
        margin-bottom: 0;
    }

    .actor_name {
        margin-bottom: .12rem;
    }

    .actor_list:last-child {
        margin-bottom: 0;
    }

    .contact_box {
        height: auto;
        padding: .8rem 0;
    }

    .contact_info_box,
    .contact_right_box {
        display: flex;
        flex-direction: column;
    }

    .contact_left_box {
        margin-bottom: .4rem;
    }

    .contact_map_box {
        width: auto;
        margin-right: 0;
    }

    .contact_map_box:first-child {
        margin-bottom: .4rem;
    }

    .footer {
        font-size: .22rem;
    }

    .h5_nav_name {
        font-size: .36rem;
        font-weight: 400;
        color: #2A2930;
        margin-bottom: .8rem;
    }

    .h5_nav_btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .35rem .5rem;
        background: #B62625;
    }

    .h5_btn_name {
        font-size: .36rem;
        font-weight: 400;
        color: #FFFFFF;
    }

    .h5_arrow {
        width: .48rem;
        height: .48rem;
    }

    footer {
        min-width: 7.5rem;
    }

    .el-drawer__header {
        padding: 0 !important;
        margin: 0 !important;
    }

    .h5_nav_list_box {
        padding: .26rem .5rem;
        position: relative;
    }

    .close_logo_box {
        width: 1rem;
        height: 1rem;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
    }

    .close_logo {
        width: .48rem;
        height: .48rem;
    }

    .page_logo {
        width: 3.1rem;
        height: .48rem;
        margin-bottom: 1.06rem;
    }
}
