@charset "UTF-8"; body {
    overflow-x: hidden;
}

.banner-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.banner-swiper.swiper {
    height: 100% !important;
    width: 100%;
}

.banner-swiper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-swiper .content {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    cursor: default;
}

.banner-swiper .content>div:first-child {
    margin-top: 16.5rem;
}

.banner-swiper .content .title {
    font-size: 4.5rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 4.5rem;
}

.banner-swiper .content .intro {
    font-size: 1.13rem;
    margin-top: 2rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}

.banner-swiper .content .idea {
    margin-top: 2.5rem;
    background: rgba(0, 153, 255, .8);
    /* opacity: 0.8; */
    border-radius: 0.19rem;
    padding: 1rem 3rem;
    font-family: SourceHanSansCN-Regular;
    font-size: 1.3rem;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.38rem;
    height: 1.13rem;
    background-color: #ffffff;
    border-radius: 0.13rem;
    opacity: 1;
    /*transition: height 300ms ease;*/
    transition: background-color 500ms;
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
    height: 2.25rem;
    background-color: #0099ff;
}

.information-box, .profile-box, .partner-box {
    padding: 2rem 0;
}

.business-box .title-box, .information-box .title-box, .partner-box .title-box, .profile-box .title-box {
    display: flex;
    align-items: center;
    padding: 0;
}

.business-box .title-box .dot, .information-box .title-box .dot, .partner-box .title-box .dot, .profile-box .title-box .dot {
    width: 0.69rem;
    height: 0.19rem;
    background-image: linear-gradient(#0099ff, #0099ff), linear-gradient(#0068b7, #0068b7);
    background-blend-mode: normal, normal;
    border-radius: 0.09rem;
}

.business-box .title-box .title, .information-box .title-box .title, .partner-box .title-box .title, .profile-box .title-box .title {
    font-size: 1.5rem;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    margin: 0;
    padding: 0 .6rem;
}

.business-box .title-box .alias, .information-box .title-box .alias, .partner-box .title-box .alias, .profile-box .title-box .alias {
    font-size: 0.88rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    padding-top: .5rem;
}

.business-box .body-box, .information-box .body-box, .partner-box .body-box, .profile-box .body-box {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.business-box {
    padding-top: 2rem;
}

.business-box .body-box .col {
    margin-bottom: 1.5rem;
}

.business-box .body-box .box {
    height: 7.5rem;
    background-color: #ffffff;
    border-radius: 0.19rem;
    border: solid 0.06rem #dbdbdb;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: default;
    transition: 500ms;
    padding: 0 .5rem;
    cursor: pointer;
}

.business-box .body-box .box:hover {
    box-shadow: 0 4px 20px 0 rgba(1, 12, 19, 0.12);
    background-image: url("/template/1/default/_files/images/business-background.png");
    background-size: cover;
}

.business-box .body-box .box > div:first-child {
    width: 3.5rem;
}

.business-box .body-box .box > div:first-child > img {
    width: 100%;
}

.business-box .body-box .box:hover > div:first-child {
    overflow: hidden;
}

.business-box .body-box .box:hover > div:first-child > img {
    filter: drop-shadow(3.5rem 0 #fff);
    transform: translateX(-100%);
}

.business-box .body-box .box .text {
    display: flex;
    flex-direction: column;
    margin-left: 1.6rem;
}

.business-box .body-box .box .text .title {
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #333333;
}

.business-box .body-box .box .text .intro {
    font-family: MicrosoftYaHei;
    font-size: 0.88rem;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #999999;
}

.business-box .body-box .box:hover .text .title, .business-box .body-box .box:hover .text .intro {
    color: #fff;
}

.profile-box .desc-box {
    flex: 1;
}

.profile-box .desc-box .text-box {
    line-height: 1.625rem;
    font-size: .875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.profile-box .desc-box .text-box .text {
    text-indent: 2em;
    font-size: 1rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
}

.profile-box .desc-box .more-box {
    margin-top: 2rem;
}

.profile-box .desc-box .more {
    width: 6.25rem;
    height: 2.5rem;
    background-color: #0099ff;
    border-radius: 0.19rem;
    font-family: MicrosoftYaHei;
    font-size: 0.88rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.profile-box .desc-box .more:hover {
    opacity: .8;
}

.profile-box .profile-swiper {
    box-sizing: content-box;
    width: 26.25rem;
    height: 15rem;
    margin-left: 3.1rem;
    margin-top: -3.5rem;
}

.profile-box .profile-swiper .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-box .header-box {
    display: flex;
    flex-direction: row;
}

.information-box .header-box .header-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.information-box .header-box .header-tab span {
    font-family: MicrosoftYaHei;
    font-size: 0.88rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5rem;
    letter-spacing: 0;
    display: inline-block;
    padding: 0 .8rem;
    cursor: pointer;
    position: relative;
}

.information-box .header-box .header-tab span a {
    color: #666666;
}

.information-box .header-box .header-tab span a:hover {
    color: #0099ff;
}

.information-box .header-box .header-tab span:first-child {
    padding-left: 0;
}

.information-box .header-box .header-tab span:last-child {
    padding-right: 0;
}

.information-box .header-box .header-tab span:before {
    content: "";
    position: absolute;
    width: 0.05rem;
    height: 0.88rem;
    background-color: #dbdbdb;
    top: 0.31rem;
    left: 0;
}

.information-box .header-box .header-tab span:first-child:before {
    background-color: transparent;
}

.information-box .body-box .card-box {
    background-color: #ffffff;
    border-radius: 0.19rem;
    border: solid 0.06rem #dbdbdb;
    transition: 500ms;
    cursor: pointer;
}

.information-box .body-box .card-box:hover {
    box-shadow: 0 0.25rem 1.25rem 0 rgba(4, 0, 0, 0.12);
}

.information-box .body-box .card-box .img {
    
aspect-ratio: 16/9;}

.information-box .body-box .card-box .img img {
    height: 100%;
    width: 100%;
}

.information-box .body-box .card-box .text {
    padding: 1.25rem 1.3rem 1.3rem;
}

.information-box .body-box .card-box .text .category {
    font-family: MicrosoftYaHei;
    font-size: 0.88rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5rem;
    letter-spacing: 0;
}

.information-box .body-box .card-box .text .category a {
    color: #999999;
}

.information-box .body-box .card-box .text .title a {
    color: #333333;
}

.information-box .body-box .card-box .text .title {
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5rem;
    letter-spacing: 0;
    margin-top: 0.88rem;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.information-box .body-box .card-box .text .date {
    font-family: MicrosoftYaHei;
    font-size: 0.88rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: #999999;
    margin-top: .5rem;
}

.partner-box .body-box {
    display: block;
}

.partner-box .pc-roll .image {
    width: 11.25rem;
    height: 6.25rem;
}

.partner-box .mobile .image {
    width: 100%;
    height: 100%;
}

.partner-box .body-box .pc-roll li {
    display: inline-block;
    margin: 0 1.2rem;
}

.partner-box .body-box .pagination {
    position: relative;
}

.partner-box .body-box .pagination .prev, .partner-box .body-box .pagination .next {
    background-color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 0.25rem 1.25rem 0 rgba(4, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
}

.partner-box .body-box .pagination .prev img, .partner-box .body-box .pagination .next img {
    width: 35%;
    height: 35%;
}

.partner-box .body-box .pagination .prev {
    left: -5rem;
    top: -5rem;
}

.partner-box .body-box .pagination .next {
    right: -5rem;
    top: -5rem;
}

.consult-box {
    position: fixed;
    right: 30px;
    top: 50%;
    width: 7rem;
    font-size: .875rem;
    text-align: center;
    background: #fff;
    border: 1px solid #dadee7;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 99;
}

.consult-box .title {
    padding: .5rem 0;
}

.consult-box .image {
    width: 80px;
    border-radius: 50%;
}

.consult-box .bottom {
    color: #fff;
    background: #12b7f5;
    padding: .5rem 0;
    margin-top: .5rem;
    cursor: pointer;
}

.consult-box .bottom .icon {
    vertical-align: middle;
}

.consult-box .bottom .text {
    margin-left: .5rem;
}

.backTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 70px;
    height: 70px;
    background: #d8271c url(../images/icon-arrow-top.png) 50% 50% no-repeat;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
}

@media (max-width: 1199px) {
    .information-box .body-box .col {
        margin-bottom: .7rem;
    }
}

@media (max-width: 767px) {
    .banner-swiper .content>div:first-child {
        margin-top: 0;
        justify-content: center;
    }

    .information-box .body-box .card-box .text {
        padding: 0.7rem 1.3rem;
    }

    .information-box .body-box .card-box .text .title,.information-box .body-box .card-box .text .date {
        margin-top: .5rem;
    }

    .partner-swiper .swiper-wrapper {
        /* padding-bottom: 3rem; */
    }

    .profile-box .body-box {
        flex-direction: column-reverse;
        padding: 0 1rem;
        display: flex;
    }

    .profile-box .profile-swiper {
        width: 100%;
        height: 100%;
        margin: 0 0 1rem 0;
    }

    .profile-box .desc-box .more-box {
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }

    .profile-box .desc-box .more {
        /* background-color: #fff; */
        /* color: #0099FF; */
    }

    .profile-box .desc-box .text-box {
        -webkit-line-clamp: 10;
    }

    .partner-box .mobile {
        display: flex;
    }

    .partner-box .mobile .col {
        border: 0.07rem solid #dbdbdb;
    }

    .partner-box .mobile .col:nth-child(even) {
        border-left-width: 0.03rem;
    }

    .partner-box .mobile .col:nth-child(odd) {
        border-right-width: 0.03rem;
    }

    .partner-box .mobile .col:not(:first-child,:nth-child(2)) {
        border-top-width: 0.03rem;
    }

    .partner-box .pc-roll {
        display: none;
    }

    .partner-box .pagination {
        display: none;
    }

    .information-box .header-box {
        flex-direction: column;
    }

    .information-box .header-box .header-tab {
        justify-content: center;
        padding-top: 1rem;
    }

    .information-box .header-box .header-tab span a {
        font-size: 1rem;
    }

    .banner-swiper .swiper-pagination {
        display: none;
    }

    .banner-swiper .content .title {
        font-size: 1.88rem;
        line-height: unset;
    }

    .banner-swiper .content .intro {
        font-size: 0.88rem;
        width: 80%;
        text-align: center;
        margin-top: 1.3rem;
    }

    .banner-swiper .content .idea {
        font-size: 0.88rem;
        padding: 0.5rem 1rem;
        margin-top: 1.3rem;
    }
}

/*Plugin CSS*/
.str_wrap {
    overflow: hidden;
    zoom: 1; width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_wrap.str_active {
    background: #fff;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    /*display: inline;*/
    /*zoom: 1;*/
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move, .str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move, .no_drag .str_move, .noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}
