@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 {
    width: 100%;
}

.cn-title.h5 {
    display: none;
}

.investment-content {
    padding-top: calc(120vw / 19.2);
    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: 100px;
}

.investment-content .title {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
}

.investment-content .investment-top .textImg-box {
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
}

.investment-content .investment-top .textImg-box .text-box {
    width: 33%;
    font-size: 18px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #666666;
    line-height: 23px;
    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: 60%;
    overflow: hidden;
}

.revitalize .img-box {
    width: 100%;
    overflow: hidden;
}

.investment-content .img-box img {
    transition: 1s;
}

.investment-content .img-box img:hover {
    transition: 1s;
    transform: scale(1.1);
}

.revitalize {
    width: 100%;
    height: calc(762vw / 19.2);
    background: url(../../images/2024/tz-js-bg.png) no-repeat;
    background-size: cover;
  //  margin-top: calc(120vw / 19.2);
    padding-top: calc(120vw / 19.2);
    box-sizing: border-box;
}

.revitalize .investment-content .title-box .line {
    margin-top: calc(20vw / 19.2);
}

.revitalize-words {
    margin-top: calc(80vw / 19.2);
    font-weight: 400;
    font-size: calc(18vw / 19.2);
    color: #FFFFFF;
    line-height: calc(30vw / 19.2);
    text-align: justify;
}

.revitalize-img + .revitalize-img {
    margin-left: calc(62vw / 19.2);
}

.revitalize-img-group {
    margin-top: calc(78vw / 19.2);
    width: 100%;
}

.revitalize-img {
    width: 30.8%;
}

.revitalize-img:nth-child(2) {
    width: 65%;
}

.revitalize-img img {
    width: 100%;
}

.investment-card-group {
    margin-top: 66px;
    display: flex;
    flex-wrap: wrap;
}

.investment-card-group .card-item {
    width: 33.33%;
    /* height: 272px; */
}

.card-line {
    margin-bottom: calc(32vw / 19.2);
    width: calc(35vw / 19.2);
    height: 8px;
    background: #22B7C4;
    opacity: 1;
}

.card-words-1 {
    padding: calc(104vw / 19.2) calc(45vw / 19.2) 0 calc(45vw / 19.2);
    /* height: calc(274vw / 19.2); */
    height: calc(274vw / 19.2);
}

.card-words {
    font-weight: 400;
    font-size: calc(18vw / 19.2);
    color: #3D4864;
    line-height: calc(30vw / 19.2);
    text-align: justify;
}

.card-words-2 {
    margin-top: calc(44vw / 19.2);
    padding: 0 calc(40vw / 19.2);
}

.investment-card-group .card-item img{
    width: 100%;
    /* height: calc(274vw / 19.2); */
    /* height: 274px; */
    height: 100%;
    object-fit: cover;
}

.revitalize .text-box {
    margin-top: calc(42vw / 19.2);
    font-size: calc(18vw / 19.2);
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: calc(23vw / 19.2);
    letter-spacing: -.5px;
    text-align: justify;
}

.revitalize .text-box .text+.text {
    margin-top: calc(20vw / 19.2);
}

.revitalize .img-box {
    margin-top: calc(47vw / 19.2);
    overflow: hidden;
}

.revitalize .bottom-box {
    /* height: 613px; */
    display: flex;
    justify-content: space-between;
    margin-top: 79px;
    /* padding-top: 79px;
    box-sizing: border-box; */
    /* border-top: 2px solid #E5E5E5; */
}

.revitalize .title {
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 48px;
}

.revitalize .textImg-box {
    width: 774px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 23px;
    text-align: justify;
    letter-spacing: -1.5px;
}

.revitalize .textImg-box .img-box {
    margin-top: 39px;
}

/* 投资服务 */

.service-content {
    width: 1180px;
    margin: 0 auto;
}

.union {
    width: 100%;
    background: url(../../images/2024/tzfw-bg-1.png) no-repeat;
    background-size: cover;
    padding: calc(120vw / 19.2) 0 calc(146vw / 19.2) 0;
    box-sizing: border-box;
}

.union-content {
    position: relative;
    margin-top: calc(80vw / 19.2);
}

.union-content .pc {
    width: 100%;
}

.union-text {
    position: absolute;
    /* top: 196px; */
    top: 20%;
    width: 100%;
    font-weight: 400;
    font-size: calc(18vw / 19.2);
    color: #3D4864;
    line-height: calc(30vw / 19.2);
    text-align: center;
}

.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: calc(36vw / 19.2);
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: calc(48vw / 19.2);
}

.service-content .line {
    width: calc(51vw / 19.2);
    height: 4px;
    background: #5290C7;
    margin-top: calc(27vw / 19.2);
}

.union .service-content .text-box {
    margin-top: calc(25vw / 19.2);
    font-size: calc(18vw / 19.2);
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: calc(30vw / 19.2);
    text-align: justify;
}

.union .service-content .text-box .text+.text {
    margin-top: calc(48vw / 19.2);
}

.union .service-content .img-box {
    width: calc(780vw / 19.2);
    height: calc(330vw / 19.2);
    /* background-color: red; */
    margin-top: calc(45vw / 19.2);
    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;
}

***
/* 红色列表 */

.service-content {
    width: 1180px;
    margin: 0 auto;
}

.unionxx {
    width: 100%;
    height: 1000px;
    background-color: rgba(246, 242, 235, .5);
    ;
    padding-top: 82px;
    box-sizing: border-box;
}

.unionxx .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: 500;
    color: #333333;
    line-height: 48px;
}

.service-content .line {
    width: 51px;
    height: 4px;
    background: #5290C7;
    margin-top: 27px;
}

.unionxx .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;
}

.unionxx .service-content .text-box .text+.text {
    margin-top: 40px;
}

.unionxx .service-content .img-box {
    width: 484px;
    height: 330px;
    /* background-color: red; */
    margin-top: 45px;
    cursor: pointer;
    overflow: hidden;
}

.unionxx .service-content .img-box img {
    transition: 1s;
}

.unionxx .service-content .img-box:hover img {
    transform: scale(1.1);
    transition: 1s;
}

/* 专栏红色学习资料 */

.unionxx .dynamic {
    height: 675px;
    margin-top: calc(63vw / 19.2);
    box-sizing: border-box;
}

.unionxx .dynamic a {
    opacity: 1;
}

.dynamic-title {
    font-size: 27px;
    color: #333333;
}

.unionxx .dynamic .dynamic-img-box {
    height: 588px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.unionxx .dynamic .dynamic-img-box .img-box {
    height: 555px;
    margin-top: 0;
    position: relative;
}

.unionxx .dynamic .dynamic-img-box .img-box img {
    width: 100%;
    height: 100%;
}

.unionxx .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;
}

.unionxx .dynamic .dynamic-img-box .swiper {
    width: 620px;
    height: 487px;
    overflow: hidden;
}

.unionxx .dynamic .dynamic-img-box .swiper-slide {
    width: 610px;
    height: 40px;
    /* background-color: red; */
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.unionxx .dynamic .dynamic-img-box .swiper-slide img {
    transition: 1s;
}

.unionxx .dynamic .dynamic-img-box .swiper-slide:hover img {
    transform: scale(1.1);
    transition: 1s;
}

.unionxx .dynamic .dynamic-img-box .swiper-slide .swiper-slide-text {
    position: absolute;
    bottom: 0;
    height: 35px;
    width: 100%;
    color: #000000;
    background-color: rgb(239 222 222);
    padding: 0 14px;
    box-sizing: border-box;
    line-height: 35px;
}

.unionxx .dynamic .dynamic-img-box .swiper-button-dt-prev,
.swiper-button-dt-next {
    height: 26px;
    background-color: #e0e0db;
    text-align: center;
    overflow: hidden;
}

.unionxx .dynamic .dynamic-img-box .swiper-button-dt-prev:hover,
.swiper-button-dt-next:hover {
    background: #2C7BB1;
}

.unionxx .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: calc(90vw / 19.2);
    position: relative;
    padding: calc(120vw / 19.2);
    /* padding-bottom: 0; */
    background: url(../../images/2024/tzfw-bg-2.png) no-repeat;
    background-size: 100% 100%;
}

/* .intelligence .container{
    padding-bottom: 120px;
    background: url(/images/tzfw-bg-3.png) no-repeat;
    background-position: 35% 50%;
} */

.intelligence .intelligence-bg{
    position: absolute;
    /* left: 524px; */
    left: 27.6%;
    top: calc(167vw / 19.2);
    width: calc(646vw / 19.2);
    height: calc(646vw / 19.2);
    background: url(../../images/2024/tzfw-bg-3.png) no-repeat;
    background-size: 100% 100%;
}

.intelligence-content {
    margin-top: calc(94vw / 19.2);
}

.intelligence-group {
    margin-left: calc(139vw / 19.2);
    padding-top: calc(25vw / 19.2);
}

.intelligence-item {
    justify-content: left;
}

.intelligence-item .icon {
    width: calc(66vw / 19.2);
    height: calc(66vw / 19.2);
    background-color: #29b4c2;
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.intelligence-item .icon img{
  width:100%;
}

.intelligence-item:nth-child(2) {
    margin-top: calc(54vw / 19.2);
    padding-left: calc(31vw / 19.2);
}


.intelligence-item:nth-child(3) {
    margin-top: calc(48vw / 19.2);
    padding-left: calc(7vw / 19.2);
}

.intelligence-words {
    margin-left: calc(18vw / 19.2);
}

.intelligence-title {
    font-weight: bold;
    font-size: calc(24vw / 19.2);
    color: #FFFFFF;
    line-height: calc(30vw / 19.2);
    text-align: justify;
}

.intelligence-tips {
    margin-top: calc(10vw / 19.2);
    width: calc(462vw / 19.2);
    font-weight: 400;
    font-size: calc(18vw / 19.2);
    color: #FFFFFF;
    line-height: calc(30vw / 19.2);
    text-align: justify;
}

.intelligence .service-content .text {
    margin-top: calc(45vw / 19.2);
    font-size: calc(18vw / 19.2);
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: calc(30vw / 19.2);
}

.intelligence .service-content .intelligence-dynamic {
    height: calc(610vw / 19.2);
    border-top: 2px solid #E5E5E5;
    margin-top: calc(55vw / 19.2);
    padding-top: calc(55vw / 19.2);
    box-sizing: border-box;
}

.intelligence .service-content .intelligence-newdynamic {
    height: calc(610vw / 19.2);
    border-top: 0px solid #E5E5E5;
    margin-top: calc(55vw / 19.2);
    padding-top: calc(10vw / 19.2);
    box-sizing: border-box;
}

.intelligence .service-content .intelligence-dynamic .swiper-slide {
    width: calc(380vw / 19.2) !important;
    cursor: pointer;
}

.intelligence .service-content .intelligence-dynamic .swiper-img-box {
    width: calc(380vw / 19.2);
    height: calc(260vw / 19.2);
    overflow: hidden;
}

.intelligence .service-content .intelligence-newdynamic .swiper-slide {
    width: calc(380vw / 19.2) !important;
    cursor: pointer;
}

.intelligence .service-content .intelligence-newdynamic .swiper-img-box {
    width: calc(380vw / 19.2);
    height: calc(260vw / 19.2);
    overflow: hidden;
}

.service-content .swiper-img-box img {
    transition: 1s;
    width: calc(580vw / 19.2);
}

.service-content .swiper-slide:hover .swiper-img-box img {
    transform: scale(1.1);
    transition: 1s;
}

.intelligence .service-content .intelligence-dynamic .date {
    font-size: calc(16vw / 19.2);
    font-family: Arial;
    color: #666666;
    margin-top: calc(20vw / 19.2);
}

.intelligence .service-content .intelligence-newdynamic .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: 82px;
    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: 60px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    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;
}

/* 最新动态 */

.union .dynamic {
    height: 675px;
    border-top: 2px solid #E5E5E5;
    margin-top: calc(63vw / 19.2);
    padding-top: calc(61vw / 19.2);
    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: rgb(0 0 0);
    padding: 0 14px;
    box-sizing: border-box;
    line-height: 35px;
}

.union .dynamic .dynamic-img-box .swiper-slide .swiper-text {
    position: absolute;
    bottom: 0;
    height: 35px;
    width: 100%;
    color: #000;
    background-color: rgb(247 217 216);
    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 .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-newdynamic {
    height: 610px;
    border-top: 0px solid #E5E5E5;
    margin-top: 55px;
    padding-top: 10px;
    box-sizing: border-box;
}

.intelligence .service-content .intelligence-dynamic .swiper-slide {
    width: 380px !important;
    cursor: pointer;
}

.intelligence .service-content .intelligence-newdynamic .swiper-slide {
    width: 380px !important;
    cursor: pointer;
}

.intelligence .service-content .intelligence-dynamic .swiper-img-box {
    width: 380px;
    height: 260px;
    overflow: hidden;
}

.intelligence .service-content .intelligence-newdynamic .swiper-img-box {
    width: 380px;
    height: 260px;
    overflow: hidden;
}

.service-content .swiper-img-box img {
    transition: 1s;
    width: 580px;
}

.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-newdynamic .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;
}

.intelligence .service-content .intelligence-newdynamic .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;
}

.intelligence .service-content .intelligence-newdynamic .intelligence-swiper-box {
    margin-top: 30px;
    position: relative;
}

.cooperation {
    width: 100%;
    height: 740px;
    background-color: #f9f9f4;
    padding-top: 82px;
    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: 60px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    display: flex;
    align-items: center;
    padding-left: 14px;
    box-sizing: border-box;
}

.swiper-buttons {
    width: calc(66vw / 19.2);
    height: calc(66vw / 19.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    background-color: #fff;
}

.swiper-buttons:hover {
    /* background: #1C80BA; */
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 1px 1px 20px #e6e6e6;
}

.swiper-buttons:hover i {
    border: solid #35bdc9;
    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: calc(7vw / 19.2);
    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: calc(10vw / 19.2);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.platform {
    padding-top: 120px;
}

.platform-content {
    margin-top: 80px;
}


.background {
    background: url(../../images/2024/tzfw-bg-4.png) no-repeat;
    background-size: 100% 100%;
}

.enterprise {
    padding-top: calc(200vw / 19.2);
}

.fund-union-bg {
    background: url(/csj/images/2024/fund-union-bg.png) no-repeat;
    background-size: 100% 100%;
}

.enterprise-content {
    margin-top: calc(80vw / 19.2);
}

.enterprise-key-words {
    margin-top: calc(56vw / 19.2);
}

.enterprise-left {
    padding-top: calc(12vw / 19.2);
    width: 60.9%;
}

.enterprise-content .union-words{
    margin-top: calc(63vw / 19.2);
}

.enterprise-content .swiper-box{
    margin-top: calc(40vw / 19.2);
}

.enterprise-content .swiper-box .swiper{
    height: calc(920vw / 19.2);
    overflow: hidden;
}

.swiper-slide{
    position: relative;
    /* width: 400px; */
    width: calc(400vw / 19.2);
    height: 280px;
}

.swiper-slide img{
    object-fit: cover;
}

.swiper-title {
    margin-right: 12px;
    font-weight: bold;
    font-size: 24px;
}

.round {
    width: 16px;
    height: 16px;
    background: #13232F;
    border-radius: 50%;
}

.round + .round {
    margin-left: 8px;
}

.round-1 {
    opacity: 0.6;
}

.round-2 {
    opacity: 0.3;
}

.round-3 {
    opacity: 0.1;
}

.union-words {
    font-size: calc(18vw / 19.2);
    color: #3D4864;
    line-height: calc(30vw / 19.2);
    text-align: justify;
}

.enterprise-left .union-words:nth-child(2) {
    letter-spacing: -.8px;
} 

.union-words + .union-words {
    margin-top: calc(17vw / 19.2);
}

.swiper-button-box {
    margin-left: calc(32vw / 19.2);
    width: calc(66vw / 19.2);
}

.swiper-button-box {
    margin-top: calc(81vw / 19.2);
}

.swiper-bq-pagination {
    position: unset;
    margin: calc(30vw / 19.2) 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(724vw / 19.2);
}

.swiper-button-box .swiper-pagination-bullet-active {
    background: linear-gradient(141deg, #008EFF 0%, #00CADC 100%);
}
.swiper-button-box  .swiper-pagination-bullet {
    width: 4px;
    border-radius: unset;
}

.fund {
    /* margin-top: 400px; */
    margin-top: calc(400vw / 19.2);
    /* padding-bottom: 160px; */
}

.fund-union {
    margin-top: calc(200vw / 19.2);
    padding-bottom: calc(160vw / 19.2);
}

.fund .union-words{
    margin-top: calc(80vw / 19.2);
}

.fund-content {
    margin-top: calc(80vw / 19.2);
}

.fund-content img {
    max-width: unset;
}

.fund-words {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 calc(54vw / 19.2);
    background: #F1F5F8;
    font-size: calc(18vw / 19.2);
    color: #3D4864;
    line-height: calc(30vw / 19.2);
    letter-spacing: -.6px;
}

.fund-words p:nth-child(1) {
    letter-spacing: -.96px;
}

.fund-words p + p {
    margin-top: calc(30vw / 19.2);
}

.fund-introduce {
    margin-top: calc(80vw / 19.2);
    height: calc(200vw / 19.2);
    padding: calc(46vw / 19.2) 0 calc(46vw / 19.2) calc(56vw / 19.2);
    background: url(../../images/2024/jjlm-bg-1.png);
    font-weight: 400;
    font-size: calc(20vw / 19.2);
    color: #3D4864;
    line-height: calc(20vw / 19.2);
}

.fund-introduce-name {
    position: relative;
    padding-left: calc(11vw / 19.2);
    font-weight: 700;
    font-size: calc(20vw / 19.2);
    line-height: calc(20vw / 19.2);
    color: #13232F;    
}

.fund-introduce-name::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 5px;
    height: calc(20vw / 19.2);
    background: linear-gradient( 147deg, #008EFF 0%, #00CADC 100%);
}

.fund-num {
    margin-left: calc(16vw / 19.2);
    font-weight: bold;
    font-size: calc(56vw / 19.2);
    color: #22B7C4;
    line-height: calc(58vw / 19.2);
    letter-spacing: calc(-5vw / 19.2);
}

.unit {
    font-weight: 400;
    font-size: calc(28vw / 19.2);
    color: #13232F;
    line-height: calc(40vw / 19.2);
}

.fund-introduce-words:nth-child(2) {
    margin-left: calc(98vw / 19.2);
}

.fund-introduce-words p + p{
    margin-top: calc(12vw / 19.2);
}

.introduce-words-line {
    margin: 0 calc(32vw / 19.2);
    width: 2px;
    height: calc(40vw / 19.2);
    background: #90969D;
    opacity: 0.2;
}

.introduce-words-content {
    align-items: end;
    font-size: calc(20vw / 19.2);
    line-height: calc(40vw / 19.2);
}

.introduce-words-content .unit:nth-child(2) {
    line-height: calc(50vw / 19.2);
}

.introduce-words-content .unit:nth-child(3) {
    line-height: calc(50vw / 19.2);
}

.fund-news {
    margin-top: calc(80vw / 19.2);
}

.fund-news .swiper-box {
    margin-top: calc(29vw / 19.2);
}

.fund-news .swiper-box .swiper-slide{
    height: calc(300vw / 19.2);
}

.fund-news .swiper-box .swiper-slide-text{
    padding-left: calc(16vw / 19.2);
    height: calc(48vw / 19.2);
    font-size: calc(20vw / 19.2);
    line-height: calc(48vw / 19.2);
    background: rgba(75, 165, 183, .4);
    backdrop-filter: blur(10px);
}

#swiper2 {
    overflow: hidden;
}


.platform-item {
    position: relative;
    flex: 0 0 calc(320vw / 19.2);
    width: calc(320vw / 19.2);
    height: calc(494vw / 19.2);
    background: url(../../images/2024/ptdj-1.png) no-repeat;
    transition: flex .6s cubic-bezier(.08,.4,.25,1), background-color .6s ease-in-out;
    transform: translateZ(0);
    transition: 1s;
}


.platform-item:nth-child(2) {
    background: url(../../images/2024/ptdj-2.png) no-repeat;
}

.platform-item:nth-child(3) {
    background: url(../../images/2024/ptdj-3.png) no-repeat;
}

.platform-item.active{
    /* flex: 1; */
    flex: 3;
    transition: 1s;
}

.platform-item img {
    width: auto;
    height: 100%;
    object-fit: none;
}

.platform-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: calc(20vw / 19.2) 0 0 calc(12vw / 19.2);
    width: calc(44vw / 19.2);
    height: 100%;
    color: #FFFFFF;
    font-size: calc(24vw / 19.2);
    background: linear-gradient( 180deg, #22B7C4 0%, rgba(34,183,196,0.7) 60%, rgba(0,202,220,0) 100%)
} 

.platform-item.active .platform-label{
    display: none;
}

.platform-center-words {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: calc(44vw / 19.2);
    white-space: nowrap;
}

.platform-item.active .platform-center-words {
    display: block;
}

.platform-item + .platform-item {
    margin-left: calc(10vw / 19.2);
}

.platform-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.platform-item.active .platform-mask{
    display: none;
}

.enterprise-right {
    margin-left: calc(64vw / 19.2);
}

.intelligence .swiper-container-pointer-events {
    width: calc(725vw / 19.2);
    height: calc(416vw / 19.2);
}

.investment-introduce {
    padding-top: calc(120vw / 19.2);
    background: url(../../images/introduce-bg.png) no-repeat;
    height: calc(1169vw / 19.2);
    background-size: 100% 100%;
}

.introduce-item {
    position: relative;
    height: calc(553vw / 19.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.introduce-item + .introduce-item{
 margin-left: 10px;
}

.introduce-item .icon {
    position: absolute;
    left: -13px;
}

.introduce-item .words {
    width: calc(450vw / 19.2);
    margin-left: 22px;
    text-align: justify;
    font-size: calc(18vw / 19.2);
}

.introduce-item .words-img{
    width: calc(470vw / 19.2);
}

.investment-introduce .container {
    margin-top: calc(109vw / 19.2);
}

.investment-introduce .introduce-item:nth-child(1) {
    margin-top: calc(120vw / 19.2);
}

.investment-introduce .introduce-item:nth-child(1) .icon {
    top: calc(-196vw / 19.2);
    left: calc(-64vw / 19.2);
}

.investment-introduce .introduce-item:nth-child(2) {
    margin-top: 60px;
}


@media all and (max-width:1600px) and (min-width:990px) { 
    .fund-content img {
        max-width: 100%;
    }
    /* .intelligence-tips{
        width: auto;
    } */
    .intelligence-group {
        margin-left: calc(139vw / 19.2);
    }
    .intelligence .intelligence-bg{
        top: calc(167vw / 19.2);
        left: calc(510vw / 19.2);
        /* width: calc(646vw / 19.2);
        height: calc(646vw / 19.2); */
    }
    .platform-content img:nth-child(1){
        width: 48.4%;
    }

    .platform-content img:nth-child(2){
        width: 44.8%;
    }

    .fund-num {
        font-size: calc(56vw / 19.2);
    }

    .fund-num {
        font-size: calc(56vw / 19.2);
    }
}

@media all and (max-width:990px) {
    .cn-title.pc  {
        display: none;
    }
    .cn-title.h5  {
        display: block;
        text-align: center;
    }
    .card-words {
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
    }
    .card-words-1 {
        margin-top: calc(30vw / 7.5);
        padding: 0;   
        height: auto;
    }
    .card-words-2 {
        padding: 0;
        margin-top: calc(30vw / 7.5);
    }
    .card-line {
        margin-bottom: calc(24vw / 7.5);
        width: calc(35vw / 7.5);
        height: calc(8vw / 7.5);
    }
    .investment-card-group .card-item {
        width: 100%;
        height: auto;
    }
    .investment-card-group .card-item:nth-child(2) {
        margin-top: calc(64vw / 7.5);
        display: flex;
        flex-direction: column-reverse;
    }
    .investment-card-group .card-item+.card-item {
        margin-top: calc(64vw / 7.5);
    }
    .investment-card-group .card-item img {
        height: calc(391vw / 7.5);
    }
    .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 .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(88vw / 7.5);
        padding-top: calc(88vw / 7.5);
        height: calc(737vw / 7.5);
        background: url(../../images/2024/tz-bg-h5.png) no-repeat;
        background-size: 100% 100%;
    }
    .revitalize-words {
        margin-top: calc(64vw / 7.5);
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
        letter-spacing: -.2px;
    }
    .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);
    }

    .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);
    }

    .revitalize-img-group {
        margin-top: calc(64vw / 7.5);
        /* flex-direction: column; */
        justify-content: space-between;
        overflow: hidden;
    }
    .revitalize-img-group  .revitalize-img:nth-child(1) {
        width: calc(217vw / 7.5);
    }

    .revitalize-img-group  .revitalize-img:nth-child(2) {
        width: calc(458vw / 7.5);
    }
    .revitalize-img img{
        width: 100%;
    }
    .fund-content img{
        width: 100%;
    }

    /* 投资和服务 */
    .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: calc(88vw / 7.5) 0 calc(88vw / 7.5);
    }

    .union-content {
        margin-top: calc(64vw / 7.5);
    }

    .union-content img{
        width: 100%;
    }

    .unionxx {
        padding-top: calc(80vw / 7.5);
        /* height: auto; */
        /* 修改 */
        height: calc(2930vw / 7.5);
    }

    .union .service-content .text-box {
        font-size: calc(24vw / 7.5);
        line-height: calc(36vw / 7.5);
    }

    .unionxx .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);
    }
    .unionxx .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);
    }
    .unionxx .service-content .img-box {
        width: 93vw;
        height: auto;
        margin-top: calc(65vw / 7.5);
    }
    .union .service-content .img-box img {
        width: 100%;
        height: 100%;
    }
    .unionxx .service-content .img-box img {
        width: 100%;
        height: 100%;
    }
    .union .dynamic .dynamic-img-box {
        flex-direction: column;
    }
    .unionxx .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;
    }
    .unionxx .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);
    }
    .unionxx .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;
    }
    .unionxx .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);
        width: 100% !important;
    }
    .union .dynamic .dynamic-img-box .swiper {
        width: 93vw;
        height: calc(305vw / 7.5 * 3);
    }
    .unionxx .dynamic .dynamic-img-box .swiper {
        width: 93vw;
        height: calc(305vw / 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);
    }
    .unionxx .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%;
    }
    .unionxx .dynamic .dynamic-img-box .swiper-slide img {
        width: 100%;
    }
    .intelligence {
        margin-top: 0;
        padding: 0;
        padding-top: calc(88vw / 7.5);
        padding-bottom: calc(85vw / 7.5);
        background-image: url(../../h5images/2024/culture-item-bg-h5.png);
    }

    .intelligence-img {
        width: 100%;
    }

    .intelligence-content {
        margin-top: calc(64vw / 7.5);
        flex-direction: column;
    }

    .intelligence .intelligence-bg {
        top: unset;
        bottom: 0;
        left:  calc(-446vw / 7.5);
        width: calc(646vw / 7.5);
        height: calc(646vw / 7.5);
        background-image: url(../../h5images/2024/tzfw-bg-3-h5.png);
    }

    .intelligence-item +  .intelligence-item{
        margin-top: calc(63vw / 7.5);
    }

    .intelligence-item .icon {
        width: calc(68vw / 7.5);
        height: calc(68vw / 7.5);
    }

    .intelligence-item .icon img{
        width: calc(68vw / 7.5);
        height: calc(68vw / 7.5);
    }

    .intelligence-words {
        margin-left: calc(18vw / 7.5);
    }

    .intelligence-tips {
        margin-top: calc(10vw / 7.5);
        width: calc(462vw / 7.5);
        font-size: calc(26vw / 7.5);
        line-height: calc(38vw / 7.5);
    }

    .intelligence-title {
        font-size: calc(32vw / 7.5);
        line-height: calc(30vw / 7.5);
    }

    .intelligence-group {
        margin-left: 0;
        margin-top: calc(64vw / 7.5);
        padding-top: 0;
    }

    .intelligence-item:nth-child(1) {
        /* margin-left: 62px; */
        margin-left: calc(79vw / 7.5);
    }

    .intelligence-item:nth-child(2) {
        padding-left: 0;
        /* margin-left: 60px; */
        margin-left: calc(131vw / 7.5);
    }

    .intelligence-item:nth-child(3) {
        padding-left: 0;
        margin-left: 45px;
    }

    .platform {
        padding-top: calc(88vw / 7.5);
    }

    .platform-content {
        margin-top: calc(62vw / 7.5);
    }

    .platform-content img:nth-child(2) {
        margin-top: calc(62vw / 7.5);
    }

   // .enterprise {
   //     margin-top: calc(88vw / 7.5);
   // }

    .enterprise-content {
        margin-top: calc(64vw / 7.5);
        flex-direction: column;
    }

    .enterprise-left {
        width: 100%;
        padding-top: 0;
    }

    .enterprise-img-1 {
        width: 100%;
    }

    .enterprise-key-words {
        margin-top: calc(30vw / 7.5);
        width: 100%;
    }

    .union-words {
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
    }

    .enterprise-content .union-words {
        margin-top: calc(20vw / 7.5);
    }
   
    .service-content .swiper-buttons-prev {
        display: none;
    }
    .service-content .swiper-buttons-next {
        display: none;
    }
    .revitalize-img + .revitalize-img {
        margin-left: 0;
    }
   
    .service-content .swiper-img-box img {
        width: 100%;
        height: 100%;
    }
    
    .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);
    }
    .cooperation-swiper {
        margin-top: calc(31vw / 7.5);
    }
    .cooperation-swiper .swiper-container {
        height: calc(950vw / 7.5);
    }
    .cooperation-swiper .swiper-slide {
        width: 93vw;
        height: calc(454vw / 7.5) !important;
    }
    .cooperation-swiper .swiper-text {
        height: calc(74vw / 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);
    }

    .fund {
        margin-top: calc(212vw / 7.5);
    }

    .fund-content {
        margin-top: calc(80vw / 7.5);
        flex-direction: column;
        overflow: hidden;
    }

    .fund-words {
        padding: calc(64vw / 7.5) calc(30vw / 7.5);
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
    }

    .union-text {
        padding: 0 calc(20vw / 7.5);
        top: calc(217vw / 7.5);
        font-size: calc(28vw / 7.5);
        line-height: calc(46vw / 7.5);
    }

    .enterprise-right {
        margin-top: calc(88vw / 7.5);
        margin-left: 0;
    }

    .swiper-title {
        margin-right: calc(12vw / 7.5);
        font-size: calc(32vw / 7.5);
        line-height: calc(36vw / 7.5);
    }

    .enterprise-content .swiper-box {
        margin-top: calc(30vw / 7.5);
    }

    .swiper-button-box {
        display: none;
    }

    .enterprise-content .swiper-box .swiper {
        height: calc(920vw / 7.5);
    }
    

    .swiper-slide {
        width: 100%;
        height: calc(280vw / 7.5);
    }

    .round {
        width: calc(16vw / 7.5);
        height: calc(16vw / 7.5);
    }

    .fund-union {
        margin-top: calc(88vw / 7.5);
    }

    .fund-union .union-words {
        margin-top: calc(64vw / 7.5);
    }
    
    .fund-introduce {
        margin-top: calc(40vw / 7.5);
        padding: 0;
        flex-direction: column;
        height: unset;
        background-image: unset;
        font-size: calc(26vw / 7.5);
        line-height: calc(35vw / 7.5);
    }

    .fund-introduce-words {
        padding: calc(30vw / 7.5);
        background: url(../../h5images/2024/fund-introduce-bg-h5-1.png) no-repeat;
        background-size: 100% 100%;
    }

    .fund-introduce-words:nth-child(2) {
        margin-top: calc(30vw / 7.5);
        margin-left: 0;
        background: url(../../h5images/2024/fund-introduce-bg-h5-2.png) no-repeat;
        background-size: 100% 100%;
    }

    .fund-introduce-words>div:nth-child(2) {
        margin-top: calc(20vw / 7.5);
        justify-content: space-between;
    }

    .introduce-words-content .unit:nth-child(2) {
        line-height: calc(40vw / 7.5);
    }

    .enterprise-right>div:nth-child(1) {
        width: 100%;
    }

    .introduce-words-content {
        font-size: calc(26vw / 7.5);
        line-height: calc(35vw / 7.5);
        flex-direction: column;
    }

    .introduce-words-content p{
        width: 100%;
       display: flex;
       align-items: center;
       justify-content: space-between;
    }

    .introduce-words-content p:nth-child(3) {
        margin-top: calc(20vw / 7.5);
    }

    .introduce-words-line {
        display: none;
    }

    .fund-num {
        margin-left: 0;
        font-size: calc(56vw / 7.5);
        line-height: calc(68vw / 7.5);
        letter-spacing: 0;
    }

    .unit {
        font-size: calc(28vw / 7.5);
        line-height: calc(40vw / 7.5);
    }

    .fund-introduce-words p + p {
        margin-top: calc(12vw / 7.5);
    }

    .fund-introduce-name {
        font-size: calc(32vw / 7.5);
        line-height: calc(44vw / 7.5);
        padding-left: calc(8vw / 7.5);
    }

    .fund-introduce-name::after {
        width: calc(5vw / 7.5);
        height: calc(20vw / 7.5);
        top: 50%;
        transform: translateY(-50%);
    }

    .fund-news {
        margin-top: calc(64vw / 7.5);
    }

    .platform-item {
        flex: 0 0 calc(100vw / 7.5);
        height: calc(494vw / 7.5);
        /* background: url(../../h5images/2024/ptdj-1.png) no-repeat; */
        background-size: cover;
    }
    
    .platform-item:nth-child(2) {
        /* background: url(../../h5images/2024/ptdj-2.png) no-repeat; */
        background-size: cover;
    }
    
    .platform-item:nth-child(3) {
        /* background: url(../../h5images/2024/ptdj-3.png) no-repeat; */
        background-size: cover;
    }

    .platform-label {
        padding: 20px 0 0 calc(12vw / 7.5);
        width: calc(44vw / 7.5);
        font-size: calc(24vw / 7.5);
    }
    
    .platform-center-words {
        font-size: calc(32vw / 7.5);
    }
    
    
     .investment-introduce {
          padding-top: calc(88vw / 7.5);
          background: url(../../images/h5-introduce-bg.png) no-repeat;
          background-size: 100%;
          height: auto;
      }
      
      .investment-introduce .container {
          margin-top: calc(80vw / 7.5);
          padding: 0 calc(30vw / 7.5);
          flex-direction: column;
      }

      .introduce-item {
          margin-top: 0;
          padding-left: calc(56vw / 7.5);
          height: auto;
          flex-direction: column-reverse;
      }

      .investment-introduce .introduce-item:nth-child(1) {
          margin-top: 0; 
          min-height: calc(579vw / 7.5);
      }

      .investment-introduce .introduce-item:nth-child(2) {
          margin-top: 0; 
          min-height: calc(479vw / 7.5);
      }

      .investment-introduce .introduce-item:nth-child(3) {
          margin-top: 0; 
          min-height: calc(649vw / 7.5);
      }

      .investment-introduce .introduce-item:nth-child(1) .icon{
          height: calc(579vw / 7.5);
      }

      .investment-introduce .introduce-item:nth-child(2) .icon{
          height: calc(479vw / 7.5);
      }

      .investment-introduce .introduce-item:nth-child(3) .icon{
          height: calc(649vw / 7.5);
      }

      .introduce-item .icon{
          top: 0 !important;
          left: 0 !important;
      }

      .introduce-item .words {
          width: 100%;
          margin-left: 0;
          font-size: calc(28vw / 7.5);
          text-align: justify;
      }
      
      .introduce-item .words-img {
          width: auto;
      }
      
     .investment-introduce .introduce-item + .introduce-item {
        margin-left:0;
        margin-top:calc(51vw / 7.5)
      }
    
}






















