body {
    background: #f9f9f9;
}

._app {
    width: 100%;
}

.service-banner-box {
    width: 100%;
    height: 800px;
    background: url("../images/service/banner.png") center center no-repeat;
    position: relative;
}

.service-banner-h5 {
    display: none;
}

.service_search {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0%;
    height: 64px;
    border-radius: 18px;
    z-index: 112
}

.service_search .input_search {
    width: 24px;
    height: 24px;
    background: url("../images/icon_search_l.png");
    background-size: contain;
    float: right;
    margin-top: 20px;
    cursor: pointer;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}

.service_search .input_search:hover {
    transform: scale(1.38);
    -moz-transform: scale(1.38);
    -webkit-transform: scale(1.38);
}

.service_search ._search {
    width: 650px;
    height: 64px;
    border-radius: 32px;
    background: #ffffff;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -32px;
    box-sizing: border-box;
    padding: 0 40px;

}

.service_search ._search .input_wrap {
    float: left;
    padding: 16px 0;
    width: calc(100% - 24px);
}

.service_search ._search .input_wrap input {
    color: #333333;
    border: none;
    outline: none;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    width: 100%;
}

.service_search ._search .input_wrap input::-webkit-input-placeholder {
    color: #999999;
}

.service_search ._search .input_wrap input:-moz-placeholder {
    color: #999999;
}

.service_search ._search .input_wrap input::-moz-placeholder {
    color: #999999;
}

.service_search ._search .input_wrap input:-ms-input-placeholder {
    color: #999999;
}

.service_crumb {
    width: 1400px;
    margin: 0 auto;
}

.service_breadcrumb-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #fff;
    padding: 700px 0 0px 0;
}

.service_breadcrumb-box>li {
    margin-right: 3px;
}

.service_breadcrumb-box>li:first-child {
    background: url(../images/service/breadcrumb-w-icon.png) no-repeat center left;
    padding-left: 22px;
}

.content-main-box {
    width: 1400px;
    margin: 0 auto;
    /*padding-bottom: 60px;*/
}

.main-box {
    width: 100%;
}

.service_nav {
    width: 100%;
    text-align: center;
    margin: -36px auto 80px;
    z-index: 1;
    position: relative;
}

.service_nav_a {
    width: 180px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 72px;
    text-align: center;
}

.service_nav_a:hover {
    background: url("../images/service/service_nav_a.png") no-repeat;
    color: #fff;
    font-weight: bold;
}

.service_nav_a.active {
    background: url("../images/service/service_nav_a.png") no-repeat;
    color: #fff;
    font-weight: bold;
}


.content-main-box2 {
    width: 1400px;
    margin: 0 auto;
    padding-bottom: 60px;
    /*padding-top: 48px;*/
}

.main-box2 {
    width: 100%;
    display: flex;
}

.main-box2>.left-box {
    width: 310px;
    border-right: 1px dashed #e0e0e0;
}

.left-menu-box>.menu-title-box {
    padding-bottom: 10px;
}

.left-menu-box>.menu-title-box>.menu-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 260px;
    height: auto;
    line-height: 1.2;
    padding: 0 42px;
    border-radius: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    min-height: 64px;
    display: flex;
    align-items: center;
}

.left-menu-box>.menu-title-box>.menu-title:hover {
    background-color: #fff;
    color: #004ea2;
}

.left-menu-box>.menu-title-box>.menu-title-active {
    background-color: #fff;
    color: #004ea2;
}


.right-box {
    width: calc(100% - 311px);
    padding-left: 54px;
}

.right-menu-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 36px;
}

.right-menu-title-box {
    margin-right: 30px;
    padding: 20px 0;
    cursor: pointer;
}

.right-menu-title-box:hover .right-menu-title{
    color: #004ea2;
    /*font-weight: bold;*/
}

/*.right-menu-title-box{*/
/*    position: relative;*/
/*}*/

/*.right-menu-title-box:hover::before {*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 5px solid transparent;*/
/*    border-right: 5px solid transparent;*/
/*    border-bottom: 10px solid #004ea2;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    bottom: 4px;*/
/*}*/

/*.right-menu-title-box:hover::after {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    background-color: #004ea2;*/
/*}*/

.right-menu-title-box:last-child {
    margin-right: 15px;
}

.right-menu-title-box-active {
    position: relative;
}

.right-menu-title-box-active .right-menu-title {
    color: #004ea2;
    font-weight: bold;
}

.right-menu-title-box-active::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #004ea2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
}

.right-menu-title-box-active::after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #004ea2;

}

.publicity_profile {
    width: 100%;
    margin-bottom: 36px;
}


.publicity_profile_header {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    cursor: pointer;
}

.publicity_profile_header>.profile_show_arrow.open {
    width: 18px;
    height: 11px;
    background: url("../images/service/arrow_open.png") center center no-repeat;
    float: right;
    margin-top: 7px;
}

.publicity_profile_header>.profile_show_arrow.closed {
    width: 18px;
    height: 11px;
    background: url("../images/service/arrow_close.png") center center no-repeat;
    float: right;
    margin-top: 7px;
}

.publicity_profile_box {
    width: 100%;
    padding: 36px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.publicity_profile_ul {
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fill, 300px);*/
    /*grid-gap: 40px;*/
}

.publicity_profile_li {
    position: relative;
    width: 300px;
    height: auto;
    margin-top: 25px;
    text-align: center;
    overflow: hidden;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 26px 0px rgba(14, 59, 105, 0.08);
    border-radius: 10px;
}

.publicity_profile_li>.profile_li_head {
    width: 300px;
    height: 164px;
    background: #F2F7FE;
    border-radius: 10px;
    text-align: center;
}

.publicity_profile_li>.profile_li_head>img {
    margin: 38px auto 19px;
}

.publicity_profile_li>.profile_li_head>p {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.publicity_profile_li>.video_li_head {
    width: 300px;
    height: auto;
    border-radius: 10px;
    text-align: center;
}

.publicity_profile_li>.video_li_head>img {
    margin: 0 auto;
}

.publicity_profile_li>.video_li_head>p {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin: 27px auto 19px;
}

.profile_li_btn {
    padding: 27px 24px;
    display: flex;
    justify-content: space-between;
}

.profile_li_btn>a {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    padding: 12px 24px;
    background: #F5F5F5;
    border-radius: 20px;
    cursor: pointer;
}

.profile_li_btn>a:hover {
    background: #004EA2;
    color: #fff;
}

.center-bottom,
.center-top {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.center-bottom>p {
    margin: 20px 0;
}

.center-bottom img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.detail-main-center {
    margin-top: 45px;
}


.pagination {
    display: flex;
    gap: 30px;
    justify-content: center;
}

#prev>a>img {
    width: 12px;
    height: 12px;
}

#next>a>img {
    width: 12px;
    height: 12px;
}

#page-numbers {
    cursor: pointer;
    display: flex;
}

#page-numbers>a>.active {
    width: 36px;
    height: 36px;
    background-color: #164ba3;
    border-radius: 10px;
    color: #fff;
}

#page-numbers>a>span:not(:last-child) {
    margin-right: 30px;
}

#page-numbers>a>span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#prev,
#next {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#prev>img,
#next>img {
    width: 10px;
}

.pagination_pc {
    display: flex;
}

.pagination_h5 {
    display: none;
}

@media (max-width: 1400px) {
    .content-main-box {
        width: 1200px;
    }

    .breadcrumb-box {
        padding: 24px 0 32px 0;
    }

    .service_crumb {
        width: 1200px;
        margin: 0 auto;
    }

    .service-banner-box {
        height: 583px;
    }

    .service_breadcrumb-box {
        padding-top: 500px;
    }

    .content-main-box2 {
        width: 1200px;
    }

    .main-box2>.left-box {
        width: 280px
    }


}

@media (max-width: 1200px) {
    .content-main-box {
        width: 100%;
    }

    .breadcrumb-box {
        padding: 16px 0 24px 0;
    }

    .service_crumb {
        width: 100%;
    }

    .service-banner-box {
        height: 500px;
    }

    .service_breadcrumb-box {
        padding-top: 420px;
        width: 96%;
        margin: 0 auto;
    }

    .content-main-box2 {
        width: 100%;
    }

    .main-box2>.left-box {
        width: 260px;
    }

    .main-box2>.right-box {
        width: calc(100% - 261px);
        padding-left: 18px;
    }

}

@media (max-width: 640px) {
    .service-banner-h5 {
        display: block;
        width: 100%;
        height: 340px;
        background: url("../images/service/banner_h5.png") center center no-repeat;
        position: relative;
    }

    .service-banner-box {
        display: none;
    }

    .service_search ._search {
        width: 90%;
        height: 56px;
        top: 0;
    }

    .service_search ._search .input_wrap {
        padding: 12px 0;
    }

    .service_search .input_search {
        margin-top: 16px;
    }

    .service_crumb {
        width: 100%;
    }

    .service_nav {
        width: 100%;
        text-align: center;
        margin: -26px 0 24px 0;
        z-index: 1;
        white-space: nowrap;
        overflow: auto;
    }

    .service_nav::-webkit-scrollbar {
        width: 0;
        height: 0;
        background-color: #fff;
        display: none;
    }

    .service_nav::-webkit-scrollbar-thumb {
        background-color: #fff;
        display: none;
    }

    .service_nav_a {
        width: 180px;
        height: 56px;
        background: #FFFFFF;
        border-radius: 10px;
        margin: 0 1%;
        display: inline-block;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        line-height: 56px;
        text-align: center;
    }

    .service_nav_a:hover {
        background: url("../images/service/service_nav_a.png") no-repeat;
        color: #fff;
        font-weight: bold;
    }

    .service_nav_a.active {
        background: url("../images/service/service_nav_a.png") no-repeat;
        color: #fff;
        font-weight: bold;
    }

    .content-main-box2 {
        /*padding-top: 24px;*/
    }

    .main-box2 {
        flex-wrap: wrap;
    }

    .main-box2>.left-box {
        border-right: none;
        display: flex;
        justify-content: center;
    }


    .main-box2>.left-box,
    .breadcrumb-box {
        width: 100%;
    }


    .left-menu-box>.menu-title-box>.menu-title {
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .main-box2>.right-box {
        width: 100%;
    }

    .right-menu-box {
        width: 100%;
        margin-bottom: 24px;
        overflow-y: scroll;
    }

    .right-menu-box::-webkit-scrollbar {
        width: 0;
    }

    .right-menu-box::-webkit-scrollbar {
        display: none;
    }

    .right-menu-box::-webkit-scrollbar-thumb {
        display: none;
    }


    .right-menu-box>.right-menu-title-box>.right-menu-title {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }

    .publicity_profile {
        padding: 10px;
        margin-bottom: 0;
    }

    .profile_li_btn {
        padding: 13px 20px;
        display: flex;
        justify-content: space-between;
    }

    .publicity_profile_li {
        height: auto;
        margin: 0 auto;
    }

    .publicity_profile_box {
        padding: 18px;
    }

    .publicity_profile_ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, 100%);
        grid-gap: 40px;
    }

    .publicity_profile_li:first-child {
        margin: 25px auto 0;
    }

    .center-top,
    .center-bottom {
        font-size: 13px;
    }

    .center-bottom>p {
        margin: 10px 0;
    }

    .detail-main-center {
        margin-top: 19px;
    }

    #next_h5 {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pagination_pc {
        display: none;
    }

    .pagination_h5 {
        display: block;
    }

    .pagination {
        margin-top: 12px;
        margin-bottom: 24px;
    }

}