.index-wrap {
    width: 100%;
}

.index-title {
    width: 100%;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    color: #262424;
    position: relative;
}

.index-title::after {
    content: "123";
    width: 60px;
    height: 4px;
    background-color: #be282d;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}

/**
banner
 */
.index-wrap>.banner {
    width: 100%;
    height: 36vw;
    max-height: 690px;
    position: relative;
}

.index-wrap>.banner>.banner-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.index-wrap>.banner>.banner-container .banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.index-wrap>.banner>.banner-container .banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: block;
}

.index-wrap>.banner>.banner-container .banner-video-img {
    display: none;
}

.index-wrap>.banner>.banner-container .icon-play {
    width: 74px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.index-wrap>.banner>.banner-container .banner-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-wrap>.banner>.banner-container .swiper-slide-active .banner-img>img {
    -webkit-animation: slide_on1 6s linear forwards;
    animation: slide_on1 6s linear forwards;
}

.index-wrap>.banner>.banner-container .swiper-slide-active .banner-wrap {
    -webkit-animation: fadeInUp 4s linear forwards;
    animation: fadeInUp 4s linear forwards;
}

.index-wrap>.banner>.banner-container .banner-wrap {
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.index-wrap>.banner>.banner-container .name {
    margin-bottom: 34px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #f4f7fc;
    text-shadow: 0 4px 5px rgba(40, 86, 130, 0.8);
    display: none;
}

.index-wrap>.banner>.banner-container .title {
    font-size: 60px;
    font-weight: 800;
    line-height: 0;
    color: #FFFFFF;
    text-shadow: 0 0 15px rgba(40, 86, 130, 0.3);
    white-space: nowrap;
}

.index-wrap>.banner>.banner-container>.banner-prev-btn {
    width: 28px;
    height: 50px;
    margin: 0;
    padding: 0;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/static/icon/icon-prev-arrow.png");
    background-size: cover;
}

.index-wrap>.banner>.banner-container>.banner-next-btn {
    width: 28px;
    height: 50px;
    margin: 0;
    padding: 0;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/static/icon/icon-next-arrow.png");
    background-size: cover;
}

.banner-pagination {
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

.banner-pagination .swiper-pagination-bullet {
    width: 100px;
    height: 5px;
    margin-right: 20px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    opacity: 1;
    display: inline-block;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    opacity: 1;
}

.banner-pagination .swiper-pagination-bullet-active:before {
    content: '';
    background: #DA2027;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: pagination 3s 0s linear both;
}

@keyframes pagination {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.banner-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

/**
¼ò½é
 */
.index-wrap>.introduce {
    width: 100%;
    background: url("/static/image/index/banner-desc-bg.png") no-repeat;
    background-size: cover;
    position: relative;
}

.index-wrap>.introduce .introduce-wrap {
    padding: 80px 0;
    margin: 0 auto;
}

.introduce-wrap>.content {
    width: 100%;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 38px;
    color: #7a7b7d;
    /*display: -webkit-box;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
    /*line-clamp:3;*/
}

.introduce-wrap>.data-list {
    width: 100%;
    padding: 0 2.5%;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.introduce-wrap>.data-list .item {
    width: 260px;
}

.introduce-wrap>.data-list .item p {
    min-width: 144px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0;
    color: #7a7b7d;
    white-space: nowrap;
}

.introduce-wrap>.data-list .item small {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: 0;
    color: #5C5C5C;
}

.introduce-wrap>.data-list .item .num {
    margin-bottom: 28px;
    font-size: 60px;
    font-weight: bold;
    line-height: 84px;
    color: #5C5C5C;
    display: inline-block;
}

.introduce-wrap>a {
    width: 160px;
    margin: 0 auto;
    display: block;
}


/**
field
 */
.index-wrap>.field {
    width: 100%;
    height: auto;
    padding: 100px 0 50px 0;
}

.index-wrap>.field>.tab-list {
    width: 100%;
    height: auto;
    margin-top: 70px;
    border-bottom: 1px solid rgba(42, 42, 4, 0.11);
}

.index-wrap>.field>.tab-list>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.index-wrap>.field>.tab-list>ul li {
    padding: 0 2px;
    margin-right: 5.8%;
    font-size: 24px;
    line-height: 53px;
    color: #221e1f;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.index-wrap>.field>.tab-list>ul li:last-child {
    margin-right: 0;
}

.index-wrap>.field>.tab-list>ul .active::after {
    content: "123";
    width: 100%;
    height: 3px;
    background: #be282d;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index-wrap>.field>.content {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
}

.index-wrap>.field>.content>.introduce,
.field-img-list {
    width: 100%;
}

.index-wrap>.field .introduce-title {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-wrap>.field .desc {
    width: 760px;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    color: #666666;
}

.index-wrap>.field .introduce-title .build {
    width: 34px;
    height: 34px;
    margin-right: 5px;
}

.index-wrap>.field .introduce-title .build img {
    width: 100%;
    height: 100%;
}

.index-wrap>.field .introduce-title span {
    font-size: 34px;
    line-height: 48px;
    color: #221e1f;
}

.index-wrap>.field .more-btn {
    margin-top: 30px;
}

.index-wrap>.field .more-case {
    width: 760px;
    margin-top: 60px;
}

.index-wrap>.field .more-case .title {
    font-size: 34px;
    line-height: 48px;
    color: #221e1f;
}

.index-wrap>.field .item-list {
    width: 100%;
    height: 194px;
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.index-wrap>.field .item {
    width: 48%;
    height: 194px;
    margin-right: 29px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.index-wrap>.field .item:last-child {
    margin-right: 0;
}

.index-wrap>.field .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-wrap>.field .item .mask {
    width: 100%;
    height: auto;
    min-height: 48px;
    padding: 5px 10px 5px 10px;
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.field-img-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index-wrap>.field .illustration {
    width: auto;
    /*height: auto;*/
    height: 520px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.index-wrap>.field .illustration img {
    height: 100%;
}

/**
boutique
 */
.boutique .more-btn {
    width: auto;
}

.index-wrap>.boutique {
    width: 100%;
    padding: 50px 0;
    background-color: #f4f7fc;
}

.index-wrap>.boutique .content {
    width: 100%;
    margin-top: 80px;
}

.boutique-swiper .swiper-wrapper {
    display: block;
}

.index-wrap>.boutique .group {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.index-wrap>.boutique .item {
    /*width: 446px;*/
    height: 363px;
    margin-right: 40px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

.index-wrap>.boutique .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-wrap>.boutique .item:hover {
    /*width: 560px;*/
    height: 363px;
}

.index-wrap>.boutique .item:hover+.index-wrap>.boutique>.content .item {
    width: 390px;
}

.index-wrap>.boutique .item:nth-child(3n) {
    margin-right: 0;
}

.index-wrap>.boutique .item .mask {
    width: 100%;
    height: 100%;
    padding: 0 47px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    transition: all 0.3s;
}

.index-wrap>.boutique .item:hover .mask {
    display: block;
    transition: all 0.3s;
}

.index-wrap>.boutique .item .mask .mask-info {
    width: 466px;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.boutique>a>.more-btn {
    margin: 0 auto;
}

.mask-info p {
    width: fit-content;
    margin: 0 auto 40px auto;
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.mask-info .more-btn {
    width: 168px;
    height: 44px;
    margin: 0 auto;
    border-radius: 22px;
}

/*.mask-info .more-btn:hover{
    background: #DA2027;
    color: #ffffff;
    border: none;
}*/

.index-wrap>.boutique .type-mask {
    width: auto;
    height: auto;
    padding: 10px 13px;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background-color: #234b86;
    position: absolute;
    top: 0;
    left: 20px;
}

.index-wrap>.boutique>.content .item .title {
    position: absolute;
    top: 0;
    left: 40px;
    width: 54px;
    height: 54px;
    background: #234B86;
    padding: 10px 13px;
}

.index-wrap>.boutique>.content .item .title>p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.index-wrap>.boutique>.content .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**
dynamic
 */
.index-wrap>.dynamic {
    width: 100%;
    /*height: 846px;*/
    height: auto;
    padding: 50px 0 42px 0;
    background: #f4f7fc url("../image/index/group-dynamic-bg.png") no-repeat right bottom;
    background-size: contain;
}

.index-wrap>.dynamic>.content {
    margin: 85px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index-wrap>.dynamic>.content>.dynamic-container {
    width: 52%;
    margin: 0;
}

.dynamic-container .dynamic-slide {
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.dynamic-container .dynamic-slide>.dy-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.dynamic-container .dynamic-slide>.dy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dynamic-container .dynamic-slide>.mask {
    width: 100%;
    height: 149px;
    padding: 20px;
}

.dynamic-container .dynamic-slide>.mask .mask-title {
    width: 100%;
    height: 64px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 800;
    line-height: 32px;
    color: #262424;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dynamic-container .dynamic-slide:hover {
    background: #FFFFFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.dynamic-container .dynamic-slide:hover .mask-title {
    color: #DA2027;
}

.dynamic-container .dynamic-slide>.mask .mask-desc {
    width: 100%;
    height: 105px;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    color: #7A7B7D;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: none;
}

.dynamic-container .dynamic-slide>.mask .mask-time {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #B4B6B9;
}


.dynamic-container .dynamic-pagination {
    padding-right: 40px;
    text-align: right;
    bottom: 30px;
}

.dynamic-container .dynamic-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
    background: #ffffff;
    opacity: 0.6;
}

.dynamic-container .dynamic-pagination .swiper-pagination-bullet-active {
    background: #be282d;
}

.index-wrap>.dynamic>.content>.dynamic-message {
    width: 45.21%;
    height: auto;
}

.index-wrap>.dynamic .dynamic-message>a {
    width: 100%;
    display: block;
}

.index-wrap>.dynamic .dynamic-message>a>.more-btn {
    margin: 32px auto 0 auto;
}

.dynamic-message>.tab-list {
    width: 100%;
    height: 49px;
    border-radius: 4px;
    overflow: hidden;
}

.dynamic-message>.tab-list>ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dynamic-message>.tab-list>ul>li {
    cursor: pointer;
    width: 26.5%;
    height: 100%;
    margin-right: 1px;
    font-size: 24px;
    text-align: center;
    line-height: 49px;
    letter-spacing: 0;
    color: #221e1f;
    background: #ffffff;
    float: left;
}

.dynamic-message>.tab-list>ul>.active {
    background: #be282d;
    color: #ffffff;
}

.dynamic-message>.message {
    width: 100%;
    margin-top: 30px;
}

.dynamic-message>.message>.item {
    width: 100%;
    height: auto;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
}

.dynamic-message>.message>.item:hover .title {
    color: #DA2027;
}

.dynamic-message>.message>.item:nth-child(n+ 4) {
    display: none;
}

.dynamic-message>.message>.item:first-child {
    margin-top: 0;
}

.dynamic-message>.message>.item>.title {
    width: 100%;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: #221e1f;

    height: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dynamic-message>.message>.item>.desc {
    width: 100%;
    margin: 10px 0;
    font-size: 20px;
    line-height: 28px;
    min-height: 14px;
    color: #7a7b7d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dynamic-message>.message>.item>.time {
    font-size: 18px;
    line-height: 25px;
    color: #b4b6b9;
    margin-top: 10px;
}

/**
party-build
 */
.index-wrap>.party-build {
    width: 100%;
    height: auto;
    padding: 42px 0 110px 0;
    background: #f5f8ff url("../image/index/party-build-bg.png") no-repeat right bottom;
    background-size: contain;
}

.index-wrap>.party-build .content {
    margin-top: 80px;
}

.index-wrap>.party-build .item {
    width: 445px;
    height: auto;
    margin-right: 42px;
    position: relative;
    transition: all .4s;
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.index-wrap>.party-build .item:nth-child(n + 4) {
    display: none;
}

.index-wrap>.party-build .item:nth-child(3n) {
    margin-right: 0;
}

.index-wrap>.party-build .img {
    width: 100%;
    height: 267px;
    overflow: hidden;
}

.index-wrap>.party-build .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-wrap>.party-build .info {
    width: 100%;
    height: 137px;
    padding: 20px;
}

.index-wrap>.party-build .item:nth-child(n + 4) {
    display: block;
}

.index-wrap>.party-build .item:hover {
    background: #FFFFFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.index-wrap>.party-build .item:hover .title {
    color: #be282d;
}

.index-wrap>.party-build .time {
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    color: #b4b6b9;
}

.index-wrap>.party-build .title {
    font-size: 22px;
    line-height: 31px;
    color: #262424;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.index-wrap>.party-build .desc {
    height: 105px;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0;
    color: #7a7b7d;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-wrap>.party-build a {
    width: 100%;
    display: block;
}

.index-wrap>.party-build a>.more-btn {
    margin: 40px auto 0 auto;
}

/**
responsibility
 */
.index-wrap>.responsibility {
    width: 100%;
    height: 504px;
    padding-top: 50px;
    background: url("/static/image/index/social-respon-img.png") no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
    .index-wrap>.responsibility {
        height: 423px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
    .index-wrap>.responsibility {
        height: 372px;
    }
}

.index-wrap>.responsibility>.content {
    margin: 80px auto 0 auto;
}

.index-wrap>.responsibility>.index-title {
    color: #000000;
}

.index-wrap>.responsibility>.content>p {
    height: 66px;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/**
develop
 */
.index-wrap>.develop {
    width: 100%;
    padding: 0 0 160px 0;
    position: relative;
}

.index-wrap>.develop>.card-list {
    height: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-60%);
}

.index-wrap>.develop>.card-list>.item {
    width: 21.83%;
    height: 287px;
    padding: 43px 36px 43px 36px;
    background-color: #ffffff;
    box-shadow: 0 6px 29px 0 rgba(118, 121, 130, 0.5);
    border-radius: 16px;
    position: relative;
}

.develop>.card-list>.item:hover .inifo-mask {
    display: block;
    transition: all 0.3s;
}

.develop>.card-list>.item>.icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
    display: block;
}

.develop>.card-list>.item>.icon img {
    width: 100%;
    height: 100%;
}

.develop>.card-list>.item>.title {
    width: 100%;
    font-size: 34px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    color: #221e1f;
}

.develop>.card-list>.item>.inifo-mask {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    background-color: #dbdbdb;
    border-radius: 16px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    transition: all 0.3s;
}

.develop>.card-list>.item>.inifo-mask .title {
    width: 100%;
    font-size: 34px;
    line-height: 48px;
    color: #262424;
    text-align: center;
}

.develop>.card-list>.item>.inifo-mask .desc {
    width: 100%;
    height: 81px;
    margin: 18px 0 40px 0;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #7a7b7d;
    display: block;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;*/
}

.develop>.card-list>.item>.inifo-mask .more-btn {
    margin: 0 auto;
}

.index-wrap>.develop>.more-box {
    margin-top: 190px;
}

.index-wrap>.develop>.more-box .more-btn {
    margin: 0 auto;
}

.index-wrap>.develop .index-title {
    margin-top: 100px;
}

.index-wrap>.develop>.content {
    margin: 47px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-wrap>.develop>.content>.introduce {
    width: 51%;
}

.develop>.content>.introduce>.title {
    width: 100%;
    font-size: 30px;
    line-height: 87px;
    font-weight: bold;
    letter-spacing: 0;
    color: #262424;
}

.develop>.content>.introduce>.info {
    width: 100%;
    height: 228px;
    /*margin-bottom: 58px;*/
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0;
    color: #7a7b7d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

.develop>.content>.introduce>.more-btn {
    margin-top: 56px;
}

.index-wrap>.develop .cooperate-swiper {
    width: 49%;
    height: 610px;
    position: relative;
    overflow: visible;
    padding: 30px 0;
}

.cooperate-swiper .cooperate {
    width: 100%;
    height: 100%;
}

.cooperate-pagination,
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #BE282D;
}

.cooperate-item {
    position: absolute;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(174, 175, 206, 0.6);
    border-radius: 50%;
    transition: all .4s;
}

.cooperate-item:hover,
.cooperate-item.active {
    transform: scale(1.1428);
    border: 4px solid #BE282D;
    box-shadow: 0px 5px 25px 0px rgba(174, 175, 206, 0.6);
}

.cooperate-item:hover:before,
.cooperate-item.active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 17px solid #C4322D;
    border-bottom: 12px solid transparent;
    left: 0;
    top: 50%;
    transform: translate(-110%, -50%);
}

.cooperate-item img {
    width: 80%;
}

.cooperate-item:nth-of-type(1) {
    left: 270px;
    top: 210px;
}

.cooperate-item:nth-of-type(2) {
    left: 50px;
    top: 173px;
}

.cooperate-item:nth-of-type(3) {
    left: 425px;
    top: 60px;
}

.cooperate-item:nth-of-type(4) {
    left: 190px;
    top: 0;
}

.cooperate-item:nth-of-type(5) {
    left: 495px;
    top: 270px;
}

.cooperate-item:nth-of-type(6) {
    left: 346px;
    top: 410px;
}

.cooperate-item:nth-of-type(7) {
    left: 123px;
    top: 397px;
}

.center-btn {
    display: block;
    margin: 0 auto;
    color: #ffffff;
}

#move_port {
    cursor: pointer;
    position: fixed;
    width: 12.5%;
    left: 0;
    top: 600px;
    background: #ccc;
    z-index: 99;
    box-shadow: 0px 0px 10px rgb(230 230 230);
}

#move_port img {
    width: 100%;
    user-select: none;
    -webkit-user-drag: none;
}


@-moz-document url-prefix() {
    .index-wrap {
        width: 100%;
    }

    .index-title {
        width: 100%;
        font-size: 40rem;
        line-height: 55rem;
        text-align: center;
        color: #262424;
        position: relative;
    }

    .index-title::after {
        content: "123";
        width: 60rem;
        height: 4rem;
        background-color: #be282d;
        position: absolute;
        bottom: -22rem;
        left: 50%;
        transform: translateX(-50%);
    }

    /**
    banner
     */
    .index-wrap>.banner {
        width: 100%;
        height: 36vw;
        max-height: 690rem;
        position: relative;
    }

    .index-wrap>.banner>.banner-container {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .index-wrap>.banner>.banner-container .banner-img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
    }

    .index-wrap>.banner>.banner-container .banner-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        display: block;
    }

    .index-wrap>.banner>.banner-container .banner-video-img {
        display: none;
    }

    .index-wrap>.banner>.banner-container .icon-play {
        width: 74rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .index-wrap>.banner>.banner-container .banner-img>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .index-wrap>.banner>.banner-container .swiper-slide-active .banner-img>img {
        -webkit-animation: slide_on1 6s linear forwards;
        animation: slide_on1 6s linear forwards;
    }

    .index-wrap>.banner>.banner-container .swiper-slide-active .banner-wrap {
        -webkit-animation: fadeInUp 4s linear forwards;
        animation: fadeInUp 4s linear forwards;
    }

    .index-wrap>.banner>.banner-container .banner-wrap {
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .index-wrap>.banner>.banner-container .name {
        margin-bottom: 34rem;
        font-size: 30rem;
        line-height: 30rem;
        letter-spacing: 2rem;
        color: #f4f7fc;
        text-shadow: 0 4rem 5rem rgba(40, 86, 130, 0.8);
        display: none;
    }

    .index-wrap>.banner>.banner-container .title {
        font-size: 60rem;
        font-weight: 800;
        line-height: 0;
        color: #FFFFFF;
        text-shadow: 0 0 15rem rgba(40, 86, 130, 0.3);
        white-space: nowrap;
    }

    .index-wrap>.banner>.banner-container>.banner-prev-btn {
        width: 28rem;
        height: 50rem;
        margin: 0;
        padding: 0;
        left: 50rem;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("/static/icon/icon-prev-arrow.png");
        background-size: cover;
    }

    .index-wrap>.banner>.banner-container>.banner-next-btn {
        width: 28rem;
        height: 50rem;
        margin: 0;
        padding: 0;
        right: 50rem;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("/static/icon/icon-next-arrow.png");
        background-size: cover;
    }

    .banner-pagination {
        width: auto;
        position: absolute;
        left: 50%;
        bottom: 50rem;
        transform: translateX(-50%);
    }

    .banner-pagination .swiper-pagination-bullet {
        width: 100rem;
        height: 5rem;
        margin-right: 20rem;
        border-radius: 3rem;
        background: rgba(255, 255, 255, 0.75);
        overflow: hidden;
        opacity: 1;
        display: inline-block;
    }

    .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        position: relative;
        opacity: 1;
    }

    .banner-pagination .swiper-pagination-bullet-active:before {
        content: '';
        background: #DA2027;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        animation: pagination 3s 0s linear both;
    }

    @keyframes pagination {
        0% {
            width: 0;
        }

        100% {
            width: 100%;
        }
    }

    .banner-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }

    /**
    ¼ò½é
     */
    .index-wrap>.introduce {
        width: 100%;
        background: url("/static/image/index/banner-desc-bg.png") no-repeat;
        background-size: cover;
        position: relative;
    }

    .index-wrap>.introduce .introduce-wrap {
        padding: 80rem 0;
        margin: 0 auto;
    }

    .introduce-wrap>.content {
        width: 100%;
        margin-bottom: 60rem;
        font-size: 20rem;
        line-height: 38rem;
        color: #7a7b7d;
        /*display: -webkit-box;*/
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 3;*/
        /*line-clamp:3;*/
    }

    .introduce-wrap>.data-list {
        width: 100%;
        padding: 0 12.5%;
        margin-bottom: 60rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .introduce-wrap>.data-list .item {
        width: 260rem;
    }

    .introduce-wrap>.data-list .item p {
        min-width: 144rem;
        font-size: 20rem;
        line-height: 28rem;
        text-align: center;
        letter-spacing: 0;
        color: #7a7b7d;
        white-space: nowrap;
    }

    .introduce-wrap>.data-list .item small {
        font-size: 16rem;
        line-height: 22rem;
        font-weight: normal;
        letter-spacing: 0;
        color: #5C5C5C;
    }

    .introduce-wrap>.data-list .item .num {
        margin-bottom: 28rem;
        font-size: 60rem;
        font-weight: bold;
        line-height: 84rem;
        color: #5C5C5C;
        display: inline-block;
    }

    .introduce-wrap>a {
        width: 160rem;
        margin: 0 auto;
        display: block;
    }


    /**
    field
     */
    .index-wrap>.field {
        width: 100%;
        height: auto;
        padding: 100rem 0 50rem 0;
    }

    .index-wrap>.field>.tab-list {
        width: 100%;
        height: auto;
        margin-top: 70rem;
        border-bottom: 1rem solid rgba(42, 42, 4, 0.11);
    }

    .index-wrap>.field>.tab-list>ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
    }

    .index-wrap>.field>.tab-list>ul li {
        padding: 0 2rem;
        margin-right: 5.8%;
        font-size: 24rem;
        line-height: 53rem;
        color: #221e1f;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

    .index-wrap>.field>.tab-list>ul li:last-child {
        margin-right: 0;
    }

    .index-wrap>.field>.tab-list>ul .active::after {
        content: "123";
        width: 100%;
        height: 3rem;
        background: #be282d;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .index-wrap>.field>.content {
        margin-top: 80rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: column;
    }

    .index-wrap>.field>.content>.introduce,
    .field-img-list {
        width: 100%;
    }

    .index-wrap>.field .introduce-title {
        width: 100%;
        margin-bottom: 20rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .index-wrap>.field .desc {
        width: 760rem;
        font-size: 20rem;
        font-weight: 400;
        line-height: 33rem;
        color: #666666;
    }

    .index-wrap>.field .introduce-title .build {
        width: 34rem;
        height: 34rem;
        margin-right: 5rem;
    }

    .index-wrap>.field .introduce-title .build img {
        width: 100%;
        height: 100%;
    }

    .index-wrap>.field .introduce-title span {
        font-size: 34rem;
        line-height: 48rem;
        color: #221e1f;
    }

    .index-wrap>.field .more-btn {
        margin-top: 30rem;
    }

    .index-wrap>.field .more-case {
        width: 760rem;
        margin-top: 60rem;
    }

    .index-wrap>.field .more-case .title {
        font-size: 34rem;
        line-height: 48rem;
        color: #221e1f;
    }

    .index-wrap>.field .item-list {
        width: 100%;
        height: 194rem;
        margin-top: 18rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .index-wrap>.field .item {
        width: 48%;
        height: 194rem;
        margin-right: 29rem;
        border-radius: 10rem;
        position: relative;
        overflow: hidden;
    }

    .index-wrap>.field .item:last-child {
        margin-right: 0;
    }

    .index-wrap>.field .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .index-wrap>.field .item .mask {
        width: 100%;
        height: auto;
        min-height: 48rem;
        padding: 5rem 10rem 5rem 10rem;
        font-size: 20rem;
        line-height: 1.2;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 0 0 10rem 10rem;
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .field-img-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .index-wrap>.field .illustration {
        width: auto;
        /*height: auto;*/
        height: 520rem;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .index-wrap>.field .illustration img {
        height: 100%;
    }

    /**
    boutique
     */
    .boutique .more-btn {
        width: auto;
    }

    .index-wrap>.boutique {
        width: 100%;
        padding: 50rem 0;
        background-color: #f4f7fc;
    }

    .index-wrap>.boutique .content {
        width: 100%;
        margin-top: 80rem;
    }

    .boutique-swiper .swiper-wrapper {
        display: block;
    }

    .index-wrap>.boutique .group {
        width: 100%;
        margin-bottom: 40rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
    }

    .index-wrap>.boutique .item {
        /*width: 446rem;*/
        height: 363rem;
        margin-right: 40rem;
        border-radius: 20rem;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        transition: all 0.3s;
    }

    .index-wrap>.boutique .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .index-wrap>.boutique .item:hover {
        /*width: 560rem;*/
        height: 363rem;
    }

    .index-wrap>.boutique .item:hover+.index-wrap>.boutique>.content .item {
        width: 390rem;
    }

    .index-wrap>.boutique .item:nth-child(3n) {
        margin-right: 0;
    }

    .index-wrap>.boutique .item .mask {
        width: 100%;
        height: 100%;
        padding: 0 47rem;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        bottom: 0;
        display: none;
        transition: all 0.3s;
    }

    .index-wrap>.boutique .item:hover .mask {
        display: block;
        transition: all 0.3s;
    }

    .index-wrap>.boutique .item .mask .mask-info {
        width: 466rem;
        height: auto;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .boutique>a>.more-btn {
        margin: 0 auto;
    }

    .mask-info p {
        width: fit-content;
        margin: 0 auto 40rem auto;
        font-size: 22rem;
        line-height: 34rem;
        color: #ffffff;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .mask-info .more-btn {
        width: 168rem;
        height: 44rem;
        margin: 0 auto;
        border-radius: 22rem;
    }

    /*.mask-info .more-btn:hover{
        background: #DA2027;
        color: #ffffff;
        border: none;
    }*/

    .index-wrap>.boutique .type-mask {
        width: auto;
        height: auto;
        padding: 10rem 13rem;
        font-size: 14rem;
        line-height: 16rem;
        color: #ffffff;
        background-color: #234b86;
        position: absolute;
        top: 0;
        left: 20rem;
    }

    .index-wrap>.boutique>.content .item .title {
        position: absolute;
        top: 0;
        left: 40rem;
        width: 54rem;
        height: 54rem;
        background: #234B86;
        padding: 10rem 13rem;
    }

    .index-wrap>.boutique>.content .item .title>p {
        text-align: center;
        font-size: 14rem;
        font-weight: 400;
        color: #FFFFFF;
    }

    .index-wrap>.boutique>.content .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /**
    dynamic
     */
    .index-wrap>.dynamic {
        width: 100%;
        /*height: 846rem;*/
        height: auto;
        padding: 50rem 0 42rem 0;
        background: #f4f7fc url("../image/index/group-dynamic-bg.png") no-repeat right bottom;
        background-size: contain;
    }

    .index-wrap>.dynamic>.content {
        margin: 85rem auto 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .index-wrap>.dynamic>.content>.dynamic-container {
        width: 52%;
        margin: 0;
    }

    .dynamic-container .dynamic-slide {
        width: 100%;
        height: auto;
        position: relative;
        cursor: pointer;
        background: #ffffff;
        border-radius: 20rem;
        overflow: hidden;
    }

    .dynamic-container .dynamic-slide>.dy-img {
        width: 100%;
        height: 260rem;
        overflow: hidden;
    }

    .dynamic-container .dynamic-slide>.dy-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .dynamic-container .dynamic-slide>.mask {
        width: 100%;
        height: 149rem;
        padding: 20rem;
    }

    .dynamic-container .dynamic-slide>.mask .mask-title {
        width: 100%;
        height: 64rem;
        margin-bottom: 20rem;
        font-size: 22rem;
        font-weight: 800;
        line-height: 32rem;
        color: #262424;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .dynamic-container .dynamic-slide:hover {
        background: #FFFFFF;
        box-shadow: 0 0 6rem rgba(0, 0, 0, 0.1);
    }

    .dynamic-container .dynamic-slide:hover .mask-title {
        color: #DA2027;
    }

    .dynamic-container .dynamic-slide>.mask .mask-desc {
        width: 100%;
        height: 105rem;
        margin: 10rem 0;
        font-size: 20rem;
        font-weight: 400;
        line-height: 35rem;
        color: #7A7B7D;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        display: none;
    }

    .dynamic-container .dynamic-slide>.mask .mask-time {
        font-size: 18rem;
        font-weight: 400;
        line-height: 25rem;
        color: #B4B6B9;
    }


    .dynamic-container .dynamic-pagination {
        padding-right: 40rem;
        text-align: right;
        bottom: 30rem;
    }

    .dynamic-container .dynamic-pagination .swiper-pagination-bullet {
        width: 20rem;
        height: 4rem;
        border-radius: 0;
        background: #ffffff;
        opacity: 0.6;
    }

    .dynamic-container .dynamic-pagination .swiper-pagination-bullet-active {
        background: #be282d;
    }

    .index-wrap>.dynamic>.content>.dynamic-message {
        width: 45.21%;
        height: auto;
    }

    .index-wrap>.dynamic .dynamic-message>a {
        width: 100%;
        display: block;
    }

    .index-wrap>.dynamic .dynamic-message>a>.more-btn {
        margin: 32rem auto 0 auto;
    }

    .dynamic-message>.tab-list {
        width: 100%;
        height: 49rem;
        border-radius: 4rem;
        overflow: hidden;
    }

    .dynamic-message>.tab-list>ul {
        width: 100%;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dynamic-message>.tab-list>ul>li {
        cursor: pointer;
        width: 26.5%;
        height: 100%;
        margin-right: 1rem;
        font-size: 24rem;
        text-align: center;
        line-height: 49rem;
        letter-spacing: 0;
        color: #221e1f;
        background: #ffffff;
        float: left;
    }

    .dynamic-message>.tab-list>ul>.active {
        background: #be282d;
        color: #ffffff;
    }

    .dynamic-message>.message {
        width: 100%;
        margin-top: 30rem;
    }

    .dynamic-message>.message>.item {
        width: 100%;
        height: auto;
        margin-top: 20rem;
        cursor: pointer;
        position: relative;
    }

    .dynamic-message>.message>.item:hover .title {
        color: #DA2027;
    }

    .dynamic-message>.message>.item:nth-child(n+ 4) {
        display: none;
    }

    .dynamic-message>.message>.item:first-child {
        margin-top: 0;
    }

    .dynamic-message>.message>.item>.title {
        width: 100%;
        margin-bottom: 0rem;
        font-size: 22rem;
        line-height: 30rem;
        font-weight: bold;
        color: #221e1f;

        height: 100%;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .dynamic-message>.message>.item>.desc {
        width: 100%;
        margin: 10rem 0;
        font-size: 20rem;
        line-height: 28rem;
        min-height: 14rem;
        color: #7a7b7d;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .dynamic-message>.message>.item>.time {
        font-size: 18rem;
        line-height: 25rem;
        color: #b4b6b9;
        margin-top: 10rem;
    }

    /**
    party-build
     */
    .index-wrap>.party-build {
        width: 100%;
        height: auto;
        padding: 42rem 0 110rem 0;
        background: #f5f8ff url("../image/index/party-build-bg.png") no-repeat right bottom;
        background-size: contain;
    }

    .index-wrap>.party-build .content {
        margin-top: 80rem;
    }

    .index-wrap>.party-build .item {
        width: 445rem;
        height: auto;
        margin-right: 42rem;
        position: relative;
        transition: all .4s;
        display: inline-block;
        vertical-align: top;
        background: #ffffff;
        border-radius: 20rem;
        overflow: hidden;
    }

    .index-wrap>.party-build .item:nth-child(n + 4) {
        display: none;
    }

    .index-wrap>.party-build .item:nth-child(3n) {
        margin-right: 0;
    }

    .index-wrap>.party-build .img {
        width: 100%;
        height: 267rem;
        overflow: hidden;
    }

    .index-wrap>.party-build .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .index-wrap>.party-build .info {
        width: 100%;
        height: 137rem;
        padding: 20rem;
    }

    .index-wrap>.party-build .item:nth-child(n + 4) {
        display: block;
    }

    .index-wrap>.party-build .item:hover {
        background: #FFFFFF;
        box-shadow: 0 0 6rem rgba(0, 0, 0, 0.1);
    }

    .index-wrap>.party-build .item:hover .title {
        color: #be282d;
    }

    .index-wrap>.party-build .time {
        margin-top: 10rem;
        font-size: 18rem;
        line-height: 25rem;
        letter-spacing: 0;
        color: #b4b6b9;
    }

    .index-wrap>.party-build .title {
        font-size: 22rem;
        line-height: 31rem;
        color: #262424;
        font-weight: bold;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .index-wrap>.party-build .desc {
        height: 105rem;
        font-size: 20rem;
        line-height: 35rem;
        letter-spacing: 0;
        color: #7a7b7d;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .index-wrap>.party-build a {
        width: 100%;
        display: block;
    }

    .index-wrap>.party-build a>.more-btn {
        margin: 40rem auto 0 auto;
    }

    /**
    responsibility
     */
    .index-wrap>.responsibility {
        width: 100%;
        height: 504rem;
        padding-top: 50rem;
        background: url("/static/image/index/social-respon-img.png") no-repeat;
        background-size: cover;
    }

    @media screen and (min-width: 1367rem) and (max-width: 1600rem) {
        .index-wrap>.responsibility {
            height: 423rem;
        }
    }

    @media screen and (min-width: 769rem) and (max-width: 1366rem) {
        .index-wrap>.responsibility {
            height: 372rem;
        }
    }

    .index-wrap>.responsibility>.content {
        margin: 80rem auto 0 auto;
    }

    .index-wrap>.responsibility>.index-title {
        color: #000000;
    }

    .index-wrap>.responsibility>.content>p {
        height: 66rem;
        font-size: 20rem;
        line-height: 33rem;
        letter-spacing: 0;
        color: #666666;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /**
    develop
     */
    .index-wrap>.develop {
        width: 100%;
        padding: 0 0 160rem 0;
        position: relative;
    }

    .index-wrap>.develop>.card-list {
        height: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transform: translateY(-60%);
    }

    .index-wrap>.develop>.card-list>.item {
        width: 21.83%;
        height: 287rem;
        padding: 43rem 36rem 43rem 36rem;
        background-color: #ffffff;
        box-shadow: 0 6rem 29rem 0 rgba(118, 121, 130, 0.5);
        border-radius: 16rem;
        position: relative;
    }

    .develop>.card-list>.item:hover .inifo-mask {
        display: block;
        transition: all 0.3s;
    }

    .develop>.card-list>.item>.icon {
        width: 120rem;
        height: 120rem;
        margin: 0 auto 20rem auto;
        display: block;
    }

    .develop>.card-list>.item>.icon img {
        width: 100%;
        height: 100%;
    }

    .develop>.card-list>.item>.title {
        width: 100%;
        font-size: 34rem;
        line-height: 48rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0;
        color: #221e1f;
    }

    .develop>.card-list>.item>.inifo-mask {
        width: 100%;
        height: 100%;
        padding: 30rem 20rem;
        background-color: #dbdbdb;
        border-radius: 16rem;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        transition: all 0.3s;
    }

    .develop>.card-list>.item>.inifo-mask .title {
        width: 100%;
        font-size: 34rem;
        line-height: 48rem;
        color: #262424;
        text-align: center;
    }

    .develop>.card-list>.item>.inifo-mask .desc {
        width: 100%;
        height: 81rem;
        margin: 18rem 0 40rem 0;
        font-size: 18rem;
        line-height: 27rem;
        letter-spacing: 0;
        color: #7a7b7d;
        display: block;
        /*display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        line-clamp: 3;*/
    }

    .develop>.card-list>.item>.inifo-mask .more-btn {
        margin: 0 auto;
    }

    .index-wrap>.develop>.more-box {
        margin-top: 190rem;
    }

    .index-wrap>.develop>.more-box .more-btn {
        margin: 0 auto;
    }

    .index-wrap>.develop .index-title {
        margin-top: 100rem;
    }

    .index-wrap>.develop>.content {
        margin: 47rem auto 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .index-wrap>.develop>.content>.introduce {
        width: 51%;
    }

    .develop>.content>.introduce>.title {
        width: 100%;
        font-size: 30rem;
        line-height: 87rem;
        font-weight: bold;
        letter-spacing: 0;
        color: #262424;
    }

    .develop>.content>.introduce>.info {
        width: 100%;
        height: 228rem;
        /*margin-bottom: 58rem;*/
        font-size: 20rem;
        line-height: 38rem;
        letter-spacing: 0;
        color: #7a7b7d;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 6;
        line-clamp: 6;
    }

    .develop>.content>.introduce>.more-btn {
        margin-top: 56rem;
    }

    .index-wrap>.develop .cooperate-swiper {
        width: 49%;
        height: 610rem;
        position: relative;
        overflow: visible;
        padding: 30rem 0;
    }

    .cooperate-swiper .cooperate {
        width: 100%;
        height: 100%;
    }

    .cooperate-item {
        position: absolute;
        width: 140rem;
        height: 140rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        box-shadow: 0 0 6rem 0 rgba(174, 175, 206, 0.6);
        border-radius: 50%;
        transition: all .4s;
    }

    .cooperate-item:hover,
    .cooperate-item.active {
        transform: scale(1.1428);
        border: 4rem solid #BE282D;
        box-shadow: 0 5rem 25rem 0rem rgba(174, 175, 206, 0.6);
    }

    .cooperate-item:hover:before,
    .cooperate-item.active:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 12rem solid transparent;
        border-right: 17rem solid #C4322D;
        border-bottom: 12rem solid transparent;
        left: 0;
        top: 50%;
        transform: translate(-110%, -50%);
    }

    .cooperate-item.item1 {
        left: 270rem;
        top: 210rem;
    }

    .cooperate-item.item2 {
        left: 50rem;
        top: 173rem;
    }

    .cooperate-item.item3 {
        left: 425rem;
        top: 60rem;
    }

    .cooperate-item.item4 {
        left: 190rem;
        top: 0;
    }

    .cooperate-item.item5 {
        left: 495rem;
        top: 270rem;
    }

    .cooperate-item.item6 {
        left: 346rem;
        top: 410rem;
    }

    .cooperate-item.item7 {
        left: 123rem;
        top: 397rem;
    }

    .center-btn {
        display: block;
        margin: 0 auto;
        color: #ffffff;
    }
}

@media screen and (min-width: 980px) {
    .index-wrap>.field .desc {
        min-height: 66px;
    }

    .index-wrap>.boutique .item {
        flex: 1;
    }

    .index-wrap>.boutique .item:hover {
        flex: 1.26;
    }
}

@media screen and (max-width: 980px) {
    #move_port {
        display: none !important;
    }

    .index-wrap {
        width: 100%;
        overflow: hidden;
    }

    .index-wrap>.banner {
        height: 2.32rem;
        margin-bottom: 0;
    }

    .index-wrap>.introduce>.introduce-wrap {
        padding: 0.4rem 0.3rem;
    }

    .introduce-wrap>.content {
        margin-bottom: 0.2rem;
        font-size: 0.11rem;
        font-weight: 400;
        line-height: 0.2rem;
        color: #7A7B7D;
        -webkit-box-orient: horizontal;
    }

    .introduce-wrap>.data-list {
        width: 100%;
        padding: 0;
        margin-bottom: 0.1rem;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .introduce-wrap>.data-list .item {
        width: 33%;
        margin-bottom: 0.2rem;
    }

    .introduce-wrap>.data-list .item .num {
        margin-bottom: 0.04rem;
        font-size: 0.14rem;
        font-weight: bold;
        line-height: 0.14rem;
    }

    .introduce-wrap>.data-list .item small {
        font-size: 0.08rem;
        font-weight: 400;
        line-height: 0.08rem;
        color: #262424;
    }

    .introduce-wrap>.data-list .item p {
        font-size: 0.10rem;
        font-weight: 400;
        line-height: 0.14rem;
        color: #7A7B7D;
        min-width: auto;
    }

    .introduce-wrap>a {
        width: 0.78rem;
    }

    .index-wrap>.field {
        width: 100%;
        height: auto;
        padding: 0.38rem 0.3rem;
    }

    .index-wrap>.field>.tab-list>ul {
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        padding: 0;
    }

    .index-wrap>.field>.tab-list>ul::-webkit-scrollbar {
        width: 0 !important
    }

    .index-wrap>.field>.tab-list>ul::-webkit-scrollbar {
        width: 0 !important
    }

    .index-wrap>.field>.tab-list>ul li {
        width: auto;
        display: inline-block;
    }

    .index-wrap>.dynamic>.content {
        flex-direction: column;
    }

    .index-wrap>.dynamic>.content>.dynamic-container,
    .index-wrap>.dynamic>.content>.dynamic-message {
        width: 100%;
    }

    .index-wrap>.banner>.banner-container .name {
        display: none;
    }

    .index-wrap>.banner>.banner-container .title {
        font-size: 0.20rem;
        font-weight: 400;
        line-height: 0.28rem;
        text-shadow: 0.04rem 0 0.05rem rgba(40, 86, 130, 0.8);
    }

    .index-wrap>.banner>.banner-container>.banner-prev-btn,
    .index-wrap>.banner>.banner-container>.banner-next-btn {
        width: 0.12rem;
        height: 0.24rem;
    }

    .index-wrap>.banner>.banner-container>.banner-prev-btn {
        left: 0.12rem;
    }

    .index-wrap>.banner>.banner-container>.banner-next-btn {
        right: 0.12rem;
    }

    .index-wrap>.banner>.banner-container>.banner-pagination {
        display: block;
    }

    .banner-pagination {
        bottom: 0.1rem;
    }

    .banner-pagination .swiper-pagination-bullet {
        width: 0.05rem;
        height: 0.05rem;
        margin-right: 0.05rem;
        background: #E8E8E8;
        border-radius: 50%;
    }

    .banner-pagination .swiper-pagination-bullet-active {
        width: 0.17rem;
        height: 0.05rem;
        background: #DA2027;
        border-radius: 0.03rem;
    }

    .banner-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }

    .index-title {
        font-size: 0.14rem;
        font-weight: bold;
        line-height: 0.20rem;
        color: #262424;
    }

    .index-title::after {
        width: 0.18rem;
        height: 0.01rem;
        bottom: -0.06rem;
    }

    .index-wrap>.field>.tab-list {
        height: 0.32rem;
        margin-top: 0.22rem;
    }

    .index-wrap>.field>.tab-list>ul li {
        font-size: 0.12rem;
        font-weight: 400;
        line-height: 0.32rem;
        color: #262424;
    }

    .index-wrap>.field>.tab-list>ul .active::after {
        height: 0.02rem;
    }

    .index-wrap>.field>.content {
        padding: 0.24rem 0 0 0;
        margin: 0;
    }

    .index-wrap>.field>.content>.introduce .introduce-title span {
        font-size: 0.14rem;
        font-weight: bold;
        line-height: 0.2rem;
        color: #262424;
    }

    .index-wrap>.field>.content>.introduce .introduce-title {
        margin-bottom: 0.1rem;
    }

    .index-wrap>.field>.content>.introduce .desc {
        font-size: 0.10rem;
        font-weight: 400;
        line-height: 0.2rem;
        color: #7A7B7D;
    }

    .index-wrap>.field>.content>.introduce .more-btn {
        width: 0.78rem;
        height: 0.20rem;
        margin-top: 0.1rem;
        border-radius: 0.10rem;
    }

    .index-wrap>.field .more-case .title {
        font-size: 0.14rem;
        font-weight: bold;
        line-height: 0.3rem;
        color: #262424;
        white-space: nowrap;
    }

    .index-wrap>.field .item-list {
        width: 1.60rem;
        height: 0.82rem;
        margin-top: 0.05rem;
        border-radius: 0.2rem;
    }

    .index-wrap>.field .more-case {
        width: 1.60rem;
        margin-top: 0.1rem;
    }

    .index-wrap>.field .item {
        display: none;
    }

    .index-wrap>.field .item:first-child {
        width: 100%;
        height: 100%;
        border-radius: 0.08rem;
        margin-right: 0;
        display: block;
    }

    .index-wrap>.field .item .mask {
        height: auto;
        min-height: .23rem;
        padding: .05rem;
        font-size: .11rem;
        line-height: 1.5;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index-wrap>.field .introduce {
        width: 100%;
    }

    .index-wrap>.field .illustration {
        width: 1.37rem;
        height: auto;
    }

    .index-wrap>.field .illustration img {
        width: 100%;
        height: auto;
    }

    .boutique-swiper .swiper-wrapper {
        width: 100%;
        display: flex;
        height: 1.41rem;
    }

    .boutique-swiper .swiper-slide {
        width: 100%;
    }

    .index-wrap>.boutique {
        padding: 0.2rem 0;
    }

    .index-wrap>.boutique .content {
        width: 100%;
        height: 1.41rem;
        margin-top: 0.25rem;
    }

    .dynamic-container .dynamic-slide>.dy-img {
        height: 1.44rem;
    }

    .index-wrap>.boutique .item {
        width: 100% !important;
        height: 100% !important;
        margin-right: 0;
        border-radius: 0;
    }

    .index-wrap>.boutique .item .mask {
        width: 100%;
        height: 0.34rem;
        padding: 0.13rem 0.15rem 0.05rem 0.15rem;
        font-size: 0.11rem;
        color: #ffffff;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(64, 64, 64, 0.75) 100%);
        display: block;
    }

    .index-wrap>.boutique .item .mask .mask-info {
        width: 100%;
        height: 100%;
    }

    .mask-info p {
        margin: 0;
        font-size: 0.11rem;
        line-height: 0.16rem;
        font-weight: 400;
        color: #FFFFFF;
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .boutique .more-btn {
        display: none;
    }

    .index-wrap>.boutique .type-mask {
        width: auto;
        height: auto;
        padding: 0.05rem 0.06rem;
        font-size: 0.1rem;
        font-weight: 400;
        line-height: 0.13rem;
        left: 0.1rem;
    }

    .boutique .boutique-pagination,
    .party-build .part-pagination {
        width: 100%;
        margin: 0.1rem auto 0.2rem auto;
        display: block;
        text-align: center;
    }

    .party-build .part-pagination {
        bottom: -0.05rem;
        margin: 0 0 0.2rem 0;
    }

    .boutique-pagination .swiper-pagination-bullet,
    .part-pagination .swiper-pagination-bullet,
    .cooperate-pagination .swiper-pagination-bullet {
        width: 0.05rem;
        height: 0.05rem;
        margin-right: 0.05rem;
        background: #666666;
        border-radius: 0.05rem;
        opacity: 1;
    }

    .boutique-pagination .swiper-pagination-bullet:last-child,
    .part-pagination .swiper-pagination-bullet:last-child,
    .cooperate-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }

    .boutique .more-btn {
        margin: 0 auto;
    }

    .boutique-pagination .swiper-pagination-bullet-active,
    .part-pagination .swiper-pagination-bullet-active,
    .cooperate-pagination .swiper-pagination-bullet-active {
        width: 0.17rem;
        height: 0.05rem;
        background: #DA2027;
        border-radius: 0.03rem;
        overflow: hidden;
    }

    .cooperate-pagination {
        bottom: -0.32rem !important;
    }

    .index-wrap>.dynamic {
        height: auto;
        padding: 0.2rem 0;
    }

    .index-wrap>.dynamic>.content {
        margin-top: 0.26rem;
        flex-direction: column;
    }

    .dynamic-container .swiper-wrapper {
        flex-direction: column;
    }

    .dynamic-container .dynamic-slide {
        width: 100% !important;
        height: auto;
        margin-right: 0 !important;
        margin-bottom: 0.2rem;
        overflow: hidden;
        border-radius: .1rem;
    }

    .dynamic-container .dynamic-slide:last-child {
        margin-bottom: 0;
    }

    .dynamic-container .dynamic-slide>.mask .mask-title {
        width: 100%;
        height: auto;
        margin: 0rem 0 0 0;
        font-size: 0.14rem;
        line-height: 0.2rem;
        color: #262424;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        display: block;
    }

    .dynamic-container .dynamic-slide>.mask .mask-time {
        display: none;
    }

    .index-wrap>.dynamic>.content>.dynamic-message {
        margin-top: 0.3rem;
    }

    .index-wrap>.dynamic .dynamic-message>a>.more-btn {
        margin: 0.2rem auto 0 auto;
    }

    .dynamic-message>.tab-list>ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dynamic-message>.tab-list {
        height: auto;
    }

    .dynamic-message>.tab-list>ul>li {
        width: 1.02rem;
        height: auto;
        font-size: 0.10rem;
        padding: 0.08rem 0;
        font-weight: 400;
        line-height: 1;
        justify-content: center;
        border-radius: 0.03rem;
        overflow: hidden;
    }

    .dynamic-message>.tab-list>ul>li:first-child {
        margin-right: 0.05rem;
    }

    .dynamic-message>.message {
        margin-top: 0.1rem;
    }

    .dynamic-message>.message>.item {
        margin-top: 0.1rem;
        height: auto;

    }

    .dynamic-message>.message>.item>.title {
        font-size: 0.14rem;
        font-weight: bold;
        line-height: 0.20rem;
        color: #262424;
    }

    .dynamic-message>.message>.item>.desc {
        display: none;
    }

    .dynamic-message>.message>.item>.time {
        font-size: 0.10rem;
        font-weight: 400;
        line-height: 0.1rem;
        color: #B4B6B9;
    }

    .index-wrap>.dynamic>a>.more-btn {
        margin-top: 0.2rem;
    }

    .dynamic-container .dynamic-slide>.mask {
        height: auto;
        padding: 0.1rem 0.1rem;
        font-size: 0.14rem;
        font-weight: 400;
        line-height: 0.19rem;
        color: #FFFFFF;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .index-wrap>.party-build {
        height: auto;
        margin: 0;
        padding: 0.3rem 0 0.2rem 0;
    }

    .index-wrap>.party-build .content {
        margin-top: 0.25rem;
    }

    .index-wrap>.party-build .item {
        width: 1.52rem;
        height: auto;
        padding: 0 !important;
        margin: 0 0 0.4rem 0 !important;
        background: transparent;
        box-shadow: none;
        border-radius: 0.1rem;
        overflow: hidden;
    }

    .index-wrap>.party-build .item::before,
    .index-wrap>.party-build .item::after {
        content: "123";
        display: none;
    }

    .index-wrap>.party-build .item:nth-child(2n+1) {
        margin-right: 0.11rem;
    }

    .index-wrap>.party-build .img {
        width: 100%;
        height: 1.41rem;
        border-radius: 0 0 .1rem .1rem;
    }

    .index-wrap>.party-build .info {
        width: 100%;
        height: 0.79rem;
        padding: 0.1rem;
        background-color: white;
    }

    .index-wrap>.party-build .time {
        font-size: 0.08rem;
        font-weight: 400;
        line-height: 0.11rem;
        color: #B4B6B9;
    }

    .index-wrap>.party-build .title {
        margin-bottom: 0.05rem;
        font-size: 0.14rem;
        font-weight: bold;
        line-height: 0.17rem;
        color: #262424;
    }

    .index-wrap>.party-build .desc {
        height: 0.45rem;
        line-height: 0.15rem;
        font-size: 0.10rem;
        font-weight: 400;
        color: #7A7B7D;
    }

    .index-wrap>.party-build a>.more-btn {
        margin-top: 0.1rem;
    }

    .index-wrap>.responsibility {
        height: 2.78rem;
        padding-top: 0.2rem;
    }

    .index-wrap>.responsibility .content {
        margin-top: 0.26rem;
    }

    .index-wrap>.responsibility .content>p {
        height: 0.96rem;
        font-size: 0.11rem;
        font-weight: 400;
        line-height: 0.20rem;
        /*color: #262424;*/
        opacity: 0.8;
        -webkit-line-clamp: 5;
        line-clamp: 5;
    }

    .index-wrap>.develop>.card-list {
        height: auto;
        flex-wrap: wrap;
        padding: 0;
        transform: translateY(-25%);
    }

    .index-wrap>.develop>.card-list>.item {
        width: 1.45rem;
        height: 1.45rem;
        margin-bottom: 0.25rem;
        padding: 0.36rem 0;
        background: #ffffff;
        box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
        border-radius: 0.06rem;
    }

    .index-wrap>.develop>.card-list>.item:nth-child(n + 3) {
        margin-bottom: 0;
    }

    .develop>.card-list>.item>.icon {
        width: 0.52rem;
        height: 0.52rem;
        margin-bottom: 0;
    }

    .develop>.card-list>.item>.title {
        font-size: 0.12rem;
        font-weight: bold;
        line-height: 0.17rem;
        color: #262424;
    }

    .index-wrap>.develop {
        padding: 0.2rem 0.3rem;
        margin-top: -0.2rem;
    }

    .develop>.card-list>.item>.inifo-mask {
        padding: 0.15rem 0.10rem 0.10rem 0.10rem;
        border-radius: .06rem;
    }

    .develop>.card-list>.item>.inifo-mask .title {
        width: 100%;
        margin-bottom: 0.1rem;
        font-size: 0.12rem;
        font-weight: bold;
        line-height: 0.17rem;
        color: #262424;
    }

    .develop>.card-list>.item>.inifo-mask .desc {
        width: 100%;
        height: auto;
        margin: 0px 0 .1rem 0;
        font-size: .1rem;
        line-height: 1.5;
    }

    .index-wrap>.develop>.more-box {
        margin-top: -.5rem;
    }

    .index-wrap>.develop .index-title {
        margin-top: .4rem;
    }

    .index-wrap>.develop>.content {
        padding: 0;
        margin-top: 0.3rem;
        flex-direction: column-reverse;
    }

    .index-wrap>.develop .cooperate-swiper {
        width: 100%;
        height: 0.75rem;
        padding: 0;
    }

    .index-wrap>.develop .cooperate {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
    }

    .cooperate-item {
        position: unset;
        width: 0.75rem !important;
        height: 0.75rem;
        margin-right: 0;
        flex-shrink: 0;
    }

    .cooperate-item:hover,
    .cooperate-item.active {
        border: 2px solid #BE282D;
    }

    .cooperate-item:hover:before,
    .cooperate-item.active:before {
        border-top: .12rem solid transparent;
        border-right: .09rem solid #C4322D;
        border-bottom: .12rem solid transparent;
        left: 50%;
        top: auto;
        bottom: -.17rem;
        transform: translate(-50%, 0%) rotateZ(-90deg);
    }

    .index-wrap>.develop>.content>.introduce {
        width: 100%;
        margin-top: 0.64rem;
    }

    .develop>.content>.introduce>.title {
        font-size: 0.14rem;
        font-weight: bold;
        line-height: 0.20rem;
        color: #262424;
        opacity: 0.8;
    }

    .develop>.content>.introduce>.info {
        font-size: 0.12rem;
        font-weight: 400;
        line-height: 0.20rem;
        color: #7A7B7D;
        opacity: 0.8;
        height: auto;
        display: block;
        margin: 0.2rem auto;
    }

    .index-wrap>.field .introduce .desc {
        width: 100%;
        height: auto;
        font-size: 0.12rem;
        line-height: 0.36rem;
        color: #7a7b7d;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .develop .more-btn {
        margin: 0 auto;
    }

    .index-wrap>.banner>.banner-container .banner-video {
        display: none;
    }

    .index-wrap>.banner>.banner-container .banner-video-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        display: block;
    }

    .index-wrap>.banner>.banner-container .banner-video-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .index-wrap>.banner>.banner-container .icon-play {
        width: .35rem;
    }

}