@media all and (max-width:1480px) {
    .service-content .swiper-buttons-prev {
        margin-left: -77px !important;
    }
    .service-content .swiper-buttons-next {
        margin-right: -77px !important;
    }
}

.banner {
    width: 100%;
}

.banner img {
    height: 100%;
    width: 100%;
}


/* .investment-content {
margin-top: 80px;
} */


/* .investment-content .modular {
    height: 500px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.investment-content .modular .title {
    font-size: 36px;
    color: #333333;
}

.investment-content .modular .title img {
    margin-top: -25px;
}

.investment-content .modular .text-img-box {
    width: 778px;
}

.investment-content .modular .text-img-box .img-box {
    margin-top: 40px;
    width: 780px;
    height: 330px;
    overflow: hidden;
}

.investment-content .modular .text-img-box .img-box img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.investment-content .modular .text-img-box .img-box img:hover {
    transform: scale(1.1);
    transition: 1s;
    cursor: pointer;
}

.investment-content .modular .text-img-box .text {
    font-size: 18px;
    color: #666666;
    text-align: justify;
}

.investment-content .bottom-modular {
    margin-top: 80px;
}

.bottom-modular .text-top {
    display: flex;
    justify-content: space-between;
}

.bottom-modular .text-top .title .text {
    width: 290px;
    font-size: 36px;
    color: #333333;
}

.bottom-modular .text-top .right-text {
    width: 766px;
    font-size: 18px;
    color: #666666;
    text-align: justify;
}

.bottom-modular .img-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.bottom-modular .img-box div {
    width: 580px;
    height: 330px;
    overflow: hidden;
}

.bottom-modular .img-box div img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.bottom-modular .img-box div img:hover {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: 1s;
    cursor: pointer;
}

*/

.investment-content {
    width: 1198px;
    margin: 0 auto;
}

.investment-content .title-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.investment-content .investment-top .title-box {
    margin-top: 106px;
}

.investment-content .title {
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
    text-align: justify;
}

.investment-content .line {
    width: 51px;
    height: 4px;
    background: #5290C7;
    margin-top: 27px;
}

.investment-content .investment-top .textImg-box {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.investment-content .investment-top .textImg-box .text-box {
    width: 33%;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: justify;
    /* letter-spacing: -1.5px; */
}

.investment-content .investment-top .textImg-box .text-box .text+.text {
    margin-top: 15px;
}

.investment-content .img-box {
    width:65%;
    overflow: hidden;
}
.revitalize .img-box {
    width:100%;
    overflow: hidden;
}
.investment-content .img-box img {
    width: 100%;
    height: 100%;
    transition: 1s;
}
.top-img-investment{
   width:585px;
}
.investment-content .img-box img:hover {
    transition: 1s;
    transform: scale(1.1);
}

.revitalize {
    width: 100%;
    height: 1567px;
    background: #F6F2EB;
    margin-top: 100px;
    padding-top: 84px;
    box-sizing: border-box;
}

.revitalize .investment-content .title-box .line {
    margin-top: 20px;
}

.revitalize .text-box {
    margin-top: 42px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: justify;
}

.revitalize .text-box .text+.text {
    margin-top: 20px;
}

.revitalize .img-box {
    margin-top: 48px;
    overflow: hidden;
}

.revitalize .bottom-box {
    /* height: 613px; */
    display: flex;
    justify-content: space-between;
    margin-top: 69px;
    padding-top: 70px;
    box-sizing: border-box;
    border-top: 2px solid #E5E5E5;
}

.revitalize .title {
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
}

.revitalize .textImg-box {
    width: 774px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: justify;
}

.revitalize .textImg-box .img-box {
    margin-top: 39px;
}

.fund {
    margin-top: 87px;
}

.fund .investment-content {
    width: 1177px;
}

.fund .investment-content>.text {
    width: 1163px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 57px;
}

.fund .fund-card {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

.fund .fund-card .card-item {
    width: 580px;
    /* height: 330px; */
}

.fund .fund-card .card-item .title {
    height: 89px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    padding-left: 21px;
    box-sizing: border-box;
    text-align:left;
}

.fund .fund-card .card-item.left .title {
    background: #5290C7;
}

.fund .fund-card .card-item.right .title {
    background: #BB9962;
}

.fund .fund-card .card-item .text-box {
    height: 430px;
    /* background: rgba(233, 241, 248, 1); */
    text-align: justify;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    box-sizing: border-box;
}

.fund .fund-card .card-item.left .text-box {
    background: rgba(233, 241, 248, 1);
}

.fund .fund-card .card-item.right .text-box {
    background: rgba(246, 242, 235, 1);
}

.fund .fund-card .card-item .text-box .box {
    width: 541px;
}

.fund .fund-card .card-item .text-box .text {
    margin-top: 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.fund .fund-card .card-item .text-box .text.ls2 {
    letter-spacing: -.2px;
}

.fund .fund-card .card-item .text-box .text.ls4 {
    line-height: 23px;
    letter-spacing: -.4px;
}

.fund .fund-card .card-item .text-box .text+.text {
    margin-top: 25px;
}


/* 投资服务 */

.service-content {
    width: 1180px;
    margin: 0 auto;
}

.union {
    width: 100%;
    /* height: 1490px; */
    background-color: #f9f9f4;
    padding-top: 80px;
    /* box-sizing: border-box; */
    padding-bottom: 35px;
}

.union .service-content .union-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-content .title-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-content .title {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #333333;
    line-height: 48px;
}

.service-content .line {
    width: 51px;
    height: 4px;
    background: #5290C7;
    margin-top: 27px;
}

.union .service-content .text-box {
    margin-top: 25px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
    text-align: justify;
}

.union .service-content .text-box .text+.text {
    margin-top: 40px;
}

.union .service-content .img-box {
    width: 780px;
    height: 330px;
    /* background-color: red; */
    margin-top: 45px;
    cursor: pointer;
    overflow: hidden;
}

.union .service-content .img-box img {
    transition: 1s;
}

.union .service-content .img-box:hover img {
    transform: scale(1.1);
    transition: 1s;
}


/* 最新动态 */

.union .dynamic {
    height: 675px;
    border-top: 2px solid #E5E5E5;
    margin-top: 63px;
    padding-top: 60px;
    box-sizing: border-box;
}

.union .dynamic a {
    opacity: 1;
}

.dynamic-title {
    font-size: 27px;
    color: #333333;
}

.union .dynamic .dynamic-img-box {
    height: 555px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.union .dynamic .dynamic-img-box .img-box {
    height: 555px;
    margin-top: 0;
    position: relative;
}

.union .dynamic .dynamic-img-box .img-box img {
    width: 100%;
    height: 100%;
}

.union .dynamic .dynamic-img-box .dynamic-text-box {
    width: 780px;
    height: 90px;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    padding: 15px 48px 0 22px;
    box-sizing: border-box;
}

.union .dynamic .dynamic-img-box .swiper {
    width: 380px;
    height: 487px;
    overflow: hidden;
}

.union .dynamic .dynamic-img-box .swiper-slide {
    width: 380px;
    height: 150px;
    /* background-color: red; */
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.union .dynamic .dynamic-img-box .swiper-slide img {
    transition: 1s;
}

.union .dynamic .dynamic-img-box .swiper-slide:hover img {
    transform: scale(1.1);
    transition: 1s;
}

.union .dynamic .dynamic-img-box .swiper-slide .swiper-slide-text {
    position: absolute;
    bottom: 0;
    height: 35px;
    width: 100%;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0 14px;
    box-sizing: border-box;
    line-height: 35px;
}

.union .dynamic .dynamic-img-box .swiper-button-dt-prev,
.swiper-button-dt-next {
    height: 26px;
    background-color: #e0e0db;
    text-align: center;
    overflow: hidden;
}

.union .dynamic .dynamic-img-box .swiper-button-dt-prev:hover,
.swiper-button-dt-next:hover {
    background: #2C7BB1;
}

.union .dynamic .dynamic-img-box .swiper-button-dt-prev:hover i,
.swiper-button-dt-next:hover>i {
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    border-radius: 1px;
}

.swiper-button-dt-prev {
    margin-bottom: 8px;
}

.swiper-button-dt-next {
    margin-top: 8px;
    /* background-color: #1C80BA; */
}

.intelligence {
    margin-top: 90px;
    margin-bottom: 60px;
}

.intelligence .service-content .text {
    margin-top: 45px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
}

.intelligence .service-content .intelligence-dynamic {
    height: 610px;
    border-top: 2px solid #E5E5E5;
    margin-top: 55px;
    padding-top: 55px;
    box-sizing: border-box;
}

.intelligence .service-content .intelligence-dynamic .swiper-slide {
    width: 380px !important;
    cursor: pointer;
}

.intelligence .service-content .intelligence-dynamic .swiper-img-box {
    width: 380px;
    height: 260px;
    overflow: hidden;
}

.service-content .swiper-img-box img {
    transition: 1s;
}

.service-content .swiper-slide:hover .swiper-img-box img {
    transform: scale(1.1);
    transition: 1s;
}

.intelligence .service-content .intelligence-dynamic .date {
    font-size: 16px;
    font-family: Arial;
    color: #666666;
    margin-top: 20px;
}

.intelligence .service-content .intelligence-dynamic .swiper-text {
    margin-top: 15px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.service-content .swiper-buttons-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: -138px;
}

.service-content .swiper-buttons-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    margin-right: -138px;
}

.intelligence .service-content .intelligence-dynamic .intelligence-swiper-box {
    margin-top: 30px;
    position: relative;
}

.cooperation {
    width: 100%;
    /* height: 740px; */
    background-color: #f9f9f4;
    padding-top: 80px;
    padding-bottom: 50px;
    /* box-sizing: border-box; */
}

.cooperation .cooperation-text {
    margin-top: 35px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: 30px;
}

.cooperation-swiper {
    margin-top: 50px;
    position: relative;
}

.cooperation-swiper .swiper-slide {
    width: 580px;
    background-color: #fff;
    cursor: pointer;
}

.cooperation-swiper .swiper-img-box {
    width: 580px;
    height: 314px;
    overflow: hidden;
}

.cooperation-swiper .swiper-text {
    height: 90px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    /* line-height: 30px; */
    line-height: 26px;
    display: flex;
    align-items: center;
    padding-left: 14px;
    box-sizing: border-box;
}

.swiper-buttons {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    background-color: #fff;
}

.swiper-buttons:hover {
    background: #1C80BA;
    color: #fff;
}

.swiper-buttons:hover i {
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    border-radius: 1px;
}


/* 箭头 */

i {
    border: solid #999999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    border-radius: 1px;
}

i.right {
    margin-right: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

i.left {
    margin-left: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    margin-top: 10px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    margin-bottom: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
@media all and (max-width:1350px) and (min-width:990px) {
    .content {
        width: 93vw;
    }
    .investment-content {
        width: 93vw;
    }
    .revitalize .img-box {
        width: 100%;
    }
    .investment-content .investment-top .textImg-box .text-box{
    }
   
    .investment-content .img-box img {
        width: 100%;
        height: 100%;
    }
    .fund .investment-content {
        width: 93vw;
    }
    .fund .fund-card .card-item {
        width: calc(580vw / 13);
    }
    .fund .investment-content>.text {
        width: 93vw;
    }
    .fund .fund-card .card-item .text-box .box {
        width: calc(541vw / 13);
    }
    .fund .fund-card .card-item .title {
        font-size: calc(18vw / 13);
    }
    .fund .fund-card .card-item .text-box .text {
        font-size: calc(16vw / 13);
    }
    /* 投资服务 */
    .service-content {
        width: 93vw;
    }
    .union .dynamic .dynamic-img-box .img-box {
        width: calc(83vw / 1.9);
    }
    .intelligence .service-content .intelligence-dynamic .swiper-slide {
        width: calc(83vw / 3.2) !important;
        margin-right: calc(30vw / 13) !important;
    }
    .intelligence .service-content .intelligence-dynamic .intelligence-swiper-box .swiper-container {
        width: 83vw;
    }
    .intelligence .service-content .intelligence-dynamic .swiper-img-box {
        width: 100% !important;
    }
    .intelligence .service-content .intelligence-dynamic .intelligence-swiper-box {
        width: 83vw;
    }
    .intelligence .service-content .intelligence-dynamic .intelligence-swiper-box .swiper-container .swiper-wrapper {
        width: 83vw;
    }
    .service-content {
        width: 83vw;
    }
    .cooperation-swiper .swiper-slide {
        /* width: 50% !important; */
        width: calc(83vw / 2.05) !important;
    }
    .cooperation-swiper .swiper-img-box {
        width: 100%;
    }
    .service-content .swiper-img-box img {
        width: 100%;
        height: 100%;
    }
}

@media all and (max-width:990px) {
    .room-tab-box>div:nth-of-type(1){
        width: auto !important;
    }
    .room-tab-box .line{
        width: auto !important;
        height: auto !important;
    }
    .investment-content {
        width: 93vw;
    }
    .investment-content .investment-top .textImg-box {
        flex-direction: column;
        margin-top: calc(61vw / 7.5);
    }
    .investment-content .investment-top .title-box {
        margin-top: calc(70vw / 7.5);
    }
    .investment-content .title {
        /* width: calc(431vw / 7.5); */
        font-size: calc(36vw / 7.5);
        line-height: calc(48vw / 7.5);
        text-align: center;
    }
    .investment-content .investment-top .textImg-box .text-box {
        width: 100%;
        font-size: calc(24vw / 7.5);
        line-height: calc(36vw / 7.5);
        letter-spacing: 0;
    }
    .investment-content .img-box {
        width: calc(691vw / 7.5);
        height: calc(294vw / 7.5);
        margin-top: calc(32vw / 7.5);
    }
    .investment-content .img-box img {
        width: 100%;
        height: 100%;
    }
    .revitalize .investment-content .title-box .line {
        margin-top: calc(22vw / 7.5);
    }
    .revitalize {
        margin-top: calc(79vw / 7.5);
        padding-top: calc(80vw / 7.5);
        height: calc(1864vw / 7.5);
    }
    .revitalize .text-box {
        font-size: calc(24vw / 7.5);
        margin-top: calc(62vw / 7.5);
        line-height: calc(36vw / 7.5);
    }
    .revitalize .bottom-box {
        flex-direction: column;
        margin-top: calc(78vw / 7.5);
        padding-top: calc(70vw / 7.5);
    }
    .revitalize .bottom-box .title {
        text-align: left;
    }
    .revitalize .text-box .text+.text {
        margin-top: calc(40vw / 7.5);
    }
    .revitalize .textImg-box {
        width: 100%;
        margin-top: calc(28vw / 7.5);
        font-size: calc(24vw / 7.5);
        line-height: calc(36vw / 7.5);
        letter-spacing: 0;
    }
    .revitalize .textImg-box .img-box {
        margin-top: calc(32vw / 7.5);
    }
    .fund {
        margin-top: calc(83vw / 7.5);
    }
    .investment-content .line {
        margin-top: calc(22vw / 7.5);
    }
    .fund .investment-content {
        width: 93vw;
    }
    .fund .investment-content>.text {
        width: 100%;
        font-size: calc(24vw / 7.5);
        margin-top: calc(35vw / 7.5);
        line-height: calc(30vw / 7.5);
        text-align: justify;
    }
    .fund .fund-card {
        flex-direction: column;
        margin-top: calc(51vw / 7.5);
    }
    .fund .fund-card .card-item {
        width: 100%;
        height: auto;
    }
    .fund .fund-card .card-item+.card-item {
        margin-top: calc(40vw / 7.5);
    }
    .fund .fund-card .card-item .title {
        width: 100%;
        height: calc(120vw / 7.5);
        font-size: calc(24vw / 7.5);
        line-height: calc(30vw / 7.5);
        /* padding-left: calc(21vw / 7.5); */
        text-align: left;
    }
    .fund .fund-card .card-item .text-box .box {
        width: 90%;
    }
    .fund .fund-card .card-item .text-box .text {
        line-height: calc(30vw / 7.5);
        font-size: calc(24vw / 7.5);
    }
    .fund .fund-card .card-item .text-box .text+.text {
        margin-top: calc(30vw / 7.5);
    }
    .fund .fund-card .card-item .text-box {
        padding-top: calc(33vw / 7.5);
        height: calc(751vw / 7.5);
    }
    .fund .fund-card .card-item.right .text-box{
        height: calc(750vw / 7.5);
        line-height: calc(30vw / 7.5) !important;
    }
    .fund .fund-card .card-item .text-box .text.ls4{
        line-height: calc(30vw / 7.5);
        letter-spacing: 0;
    }
    /* 投资和服务 */
    .service-content {
        width: 93vw;
    }
    .service-content .title {
        /* 定宽是由于有一个问题需要换行 */
        width: calc(433vw / 7.5);
        font-size: calc(36vw / 7.5);
        line-height: calc(48vw / 7.5);
        text-align: center;
    }
    .union {
        padding-top: calc(80vw / 7.5);
        /* height: auto; */
        /* 修改 */
        height:auto;
        padding-bottom: 30px;
    }
    .union .service-content .text-box {
        font-size: calc(24vw / 7.5);
        line-height: calc(36vw / 7.5);
    }
    .union .service-content .text-box .text+.text {
        margin-top: calc(45vw / 7.5);
    }
    .service-content .line {
        width: calc(51vw / 7.54);
        height: calc(4vw / 7.5);
        margin-top: calc(16vw / 7.5);
    }
    .union .service-content .img-box {
        width: 93vw;
        height: auto;
        margin-top: calc(65vw / 7.5);
    }
    .union .service-content .img-box img {
        width: 100%;
        height: 100%;
    }
    .union .dynamic .dynamic-img-box {
        flex-direction: column;
    }
    .union .dynamic {
        padding-top: calc(42vw / 7.5);
        margin-top: calc(61vw / 7.5);
        border-top: calc(2vw / 7.5) solid #E5E5E5;
    }
    .dynamic-title {
        font-size: calc(36vw / 7.5);
        line-height: calc(48vw / 7.5);
    }
    .union .dynamic .dynamic-img-box .img-box {
        /* height: calc(506vw / 7.5); */
        flex: 0 0 calc(506vw / 7.5);
    }
    .union .dynamic .dynamic-img-box .dynamic-text-box {
        width: 100%;
        font-size: calc(24vw / 7.5);
        line-height: calc(36vw / 7.5);
        height: calc(110vw / 7.5);
        padding-top: 0;
        display: flex;
        align-items: center;
    }
    .swiper-box {
        margin-top: calc(89vw / 7.5);
    }
    .union .dynamic .dynamic-img-box .swiper {
        width: 93vw;
        height: calc(300vw / 7.5 * 3);
    }
    .swiper-button-dt-prev {
        height: calc(70vw / 7.5) !important;
        margin-bottom: calc(21vw / 7.5);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .swiper-button-dt-next {
        height: calc(70vw / 7.5);
        margin-top: calc(21vw / 7.5);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .union .dynamic .dynamic-img-box .swiper-slide {
        width: 93vw;
        height: calc(278vw / 7.5) !important;
        margin-bottom: calc(20vw / 7.5);
    }
    .union .dynamic .dynamic-img-box .swiper-slide img {
        width: 100%;
    }
    .union .dynamic .dynamic-img-box .swiper-slide .swiper-slide-text {
        font-size: calc(24vw / 7.5);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: calc(181vw / 7.5);
        /*! autoprefixer: ignore next */
    }
    .intelligence {
        margin-top: calc(82vw / 7.5);
    }
    .intelligence .service-content .text {
        margin-top: calc(60vw / 7.5);
        font-size: calc(24vw / 7.5);
        line-height: calc(36vw / 7.5);
            text-align: justify;
    }
    .intelligence .service-content .intelligence-dynamic {
        margin-top: calc(46vw / 7.5);
        border-top: calc(2vw / 7.5) solid #E5E5E5;
        padding-top: calc(43vw / 7.5);
    }
    .intelligence .service-content .intelligence-dynamic .intelligence-swiper-box {
        margin-top: calc(39vw / 7.5);
    }
    .intelligence .service-content .intelligence-dynamic .intelligence-swiper-box .swiper-container {
        height: calc(2155vw / 7.5);
        overflow: hidden;
    }
    .intelligence .service-content .intelligence-dynamic {
        height: auto;
    }
    .service-content .swiper-buttons-prev {
        display: none;
    }
    .service-content .swiper-buttons-next {
        display: none;
    }
    .intelligence .service-content .intelligence-dynamic .swiper-slide {
        width: 100% !important;
        margin-bottom: calc(83vw / 7.5) !important;
        /* height: auto !important; */
        height: calc(642vw / 7.5) !important;
    }
    .intelligence .service-content .intelligence-dynamic .swiper-img-box {
        width: 93vw;
        height: calc(486vw / 7.5);
    }
    .service-content .swiper-img-box img {
        width: 100%;
        height: 100%;
    }
    .intelligence .service-content .intelligence-dynamic .date {
        font-size: calc(24vw / 7.5);
        margin-top: calc(39vw / 7.5);
    }
    .intelligence .service-content .intelligence-dynamic .swiper-text {
        margin-top: calc(35vw / 7.5);
        font-size: calc(30vw / 7.5);
        line-height: calc(36vw / 7.5);
    }
    .cooperation {
        height: auto;
        padding-top: calc(82vw / 7.5);
        padding-bottom: calc(80vw / 7.5);
        margin-top: calc(80vw / 7.5);
    }
    .cooperation .cooperation-text {
        font-size: calc(24vw / 7.5);
        line-height: calc(36vw / 7.5);
            text-align: justify;
    }
    .cooperation-swiper {
        margin-top: calc(31vw / 7.5);
    }
    .cooperation-swiper .swiper-container {
        height: calc(1060vw  / 7.5);
    }
    .cooperation-swiper .swiper-slide {
        width: 93vw;
        height: calc(500vw / 7.5) !important;
    }
    .cooperation-swiper .swiper-text {
        height: calc(120vw / 7.5);
        font-size: calc(24vw / 7.5);
        line-height: calc(29vw / 7.5);
        padding-left: calc(23vw / 7.5);
    }
    .cooperation-swiper .swiper-img-box {
        width: 93vw;
        height: calc(380vw / 7.5);
    }
    .line {
        width: calc(51vw / 7.5) !important;
        height: calc(4vw / 7.5) !important;
    }
    /* .footer {
        margin-top: 0;
    } */
}   
<!--耗时1768491984.9277秒-->