﻿@charset "utf-8";


.jsfc1 h3 {
    font-size: 0.5rem;
    line-height: .75rem;
    font-weight: normal;
    color: #333333;
    position: relative;
}

.jsfc1 h3::before {
    content: "";
    position: absolute;
    background: #81E2FF;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    z-index: -1;
    left: 0;
    top: -.07rem;
}

.jsfc1 h4 {
    font-size: 0.36rem;
    font-weight: normal;
    line-height: .54rem;
    color: #F57A99;
    text-align: center;
    margin-top: .25rem;
    margin-bottom: .5rem;
}

.jsfc1 div p {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: .36rem;
    letter-spacing: 0em;
    color: #4A4A4A;
}

.jsfc2-box {
    margin-top: .5rem;
    border-radius: 0.92rem 0rem 0.92rem 0px;
    opacity: 1;
    background: linear-gradient(180deg, #EEF4FF 0%, rgba(238, 244, 255, 0) 100%);
    padding: .75rem;
    display: flex;
    position: relative;
}

.jsfc2-box::before {
    content: "";
    position: absolute;
    top: .15rem;
    right: .15rem;
    width: 100%;
    bottom: .15rem;
    border-radius: 0.92rem 0rem 0.92rem 0px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid rgba(88, 185, 233, .2);
    border-image: linear-gradient(270deg, #58B9E9 0%, rgba(88, 185, 233, 0) 100%) 1;
    z-index: 1;
}

.jsfc2-box-bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}

.jsfc2-box::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.jsfc2-pics {
    width: 5.3rem;
    border-radius: 50%;
    position: relative;
    margin-right: 1.2rem;
    z-index: 9;
}

.jsfc2-pics .pic {
    padding-top: 100%;
    z-index: 9;
    border-radius: 50%;
    background: #fff;
}

.jsfc2-piccir {
    position: absolute;
    left: -.58rem;
    top: -0.58rem;
    right: -0.58rem;
    bottom: -0.58rem;
    z-index: 1;
}

.jsfc2-piccir::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45rem;
    width: 68%;
    padding-top: 68%;
    border-radius: 50%;
    background: #2564C6;
    animation: circle_animation 5s -2.5s ease-in-out infinite;
}

.jsfc2-piccir::after {
    content: "";
    position: absolute;
    left: .58rem;
    bottom: .26rem;
    width: 68%;
    padding-top: 68%;
    border-radius: 50%;
    background: #37C8F2;
    animation: circle_animation 5s ease-in-out infinite;
}


@keyframes circle_animation {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

.jsfc2-picline {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.jsfc2-picline::before {
    content: "";
    position: absolute;
    top: -7%;
    right: -13%;
    width: 123.2%;
    height: 115.4%;
    background: url(/images/jsfc2-picline1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: _anirotate 55s linear infinite;
}

.jsfc2-picline::after {
    content: "";
    position: absolute;
    top: -6%;
    right: -10%;
    width: 114.9%;
    height: 109.24%;
    background: url(/images/jsfc2-picline2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: _anirotate2 55s linear infinite;
}

@keyframes _anirotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _anirotate2 {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0);
    }
}

.jsfc2-info {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 9;
}



.jsfc2-info h3 {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: normal;
    color: #2FA8E2;
}

.jsfc2-info ul {
    margin-top: .4rem;
    min-height: 1.08rem;
}

.jsfc2-info ul li p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .36rem;
    color: #2D51B2;
}

.jsfc2-info .jsfc2-info-text {
    margin-top: .4rem;
    min-height: 1.8rem;
}

.jsfc2-info .jsfc2-info-text p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .36rem;
    color: #434343;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 1.8rem;
}

.jsfc2-info .jsfc2-info-more {
    margin-top: .4rem;
}

.jsfc2-info .jsfc2-info-more a {
    display: flex;
    align-items: center;
    background: url(/images/jsfc2-info-more1.png) no-repeat;
    background-position: left center;
    background-size: .21rem;
}

.jsfc2-info .jsfc2-info-more a span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .28rem;
    color: #2D51B2;
    margin-left: .31rem;
}

.jsfc2-xk {
    margin-top: .6rem;
}

.jsfc2-xk ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.17rem;
}

.jsfc2-xk ul li {
    width: 20%;
    margin-top: .38rem;
}

.jsfc2-xk ul li a {
    display: block;
    margin: 0 .17rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.98rem;
    color: #FFFFFF;
    border-radius: 0.49rem;
    text-align: center;
    padding: 0 .1rem;
    transition: all 0.5s;
}

.jsfc2-xk ul li a:hover {
    box-shadow: 0.05em .1rem .2rem rgba(0, 0, 0, .3);
}

.jsfc2-box2 {
    flex-direction: row-reverse;
    background: #2D51B2;
    padding-top: 1.1rem;
}

.jsfc2-box2 .jsfc2-pics {
    margin-left: 1.2rem;
    margin-right: 0;
}

.jsfc2-box2 .jsfc2-piccir::before {
    left: auto;
    right: 0;
    background: #FF5D5E;
}

.jsfc2-box2 .jsfc2-piccir::after {
    background: #34C2F2;
    right: .58rem;
    left: auto;
}

.jsfc2-box2 .jsfc2-picline::before {
    top: -7%;
    right: -5%;
    width: 114.3%;
    height: 109.24%;
    background: url(/images/jsfc2-picline3.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.jsfc2-box2 .jsfc2-picline::after {
    top: -6%;
    right: -11%;
    width: 117.54%;
    height: 109.24%;
    background: url(/images/jsfc2-picline4.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.jsfc2-box2 .jsfc2-info h3 {
    color: #B3E6FF;
}

.jsfc2-box2 .jsfc2-info ul li p {
    color: #FFFFFF;
}

.jsfc2-box2 .jsfc2-info .jsfc2-info-text p {
    color: #FFFFFF;
}

.jsfc2-box2 .jsfc2-info .jsfc2-info-more a {
    background: url(/images/jsfc2-info-more2.png) no-repeat;
    background-position: left center;
    background-size: .21rem;
}

.jsfc2-box2 .jsfc2-info .jsfc2-info-more a span {
    color: rgba(255, 255, 255, .7);
}

.jsfc2-box2 .jsfc2-box-bg{
    background-position: left center;
}
.jsfc2-box2::before{
    right: 0;
}

@media screen and (max-width:1024px){
    .jsfc1 h3{
        font-size: .3rem;
    }
   
    .jsfc1 h4,.jsfc2-xk ul li a{
        font-size: .24rem;
    }
    .jsfc2-box{
        flex-wrap: wrap;
        padding: .5rem 0.2rem;
    }
    .jsfc2-pics{
        width: 3rem;
        margin: 0 auto;
        max-width: 80%;
    }
    .jsfc2-box2 .jsfc2-pics{
        margin: 0 auto;

    }
    .jsfc2-info{
        flex: auto;
        width: 100%;
        margin-top: .5rem;
    }
    .jsfc2-info h3{
        font-size: .24rem;
    }
    .jsfc2-info ul{
        min-height: auto;
        margin-top: .25rem;
    }
    .jsfc2-info .jsfc2-info-text {
        min-height: auto;
        margin-top: .25rem;
    }
    .jsfc2-info .jsfc2-info-more{
        margin-top: .25rem;
    }
    .jsfc2-xk ul{
        margin: 0 -0.05rem;
    }
    .jsfc2-xk ul li{
        width: 33.33%;
        margin-top: .2rem;
    }
    .jsfc2-xk ul li a{
        margin: 0 .05rem;
        line-height: .6rem;
        font-size: .2rem;
    }
    .jsfc2-xk{
        margin-top: .2rem;
    }
}