.service-ban::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 64px;
    bottom: 0;
    left: 0;
    mask: url(/static/images/banner_jj.svg) no-repeat center;
    mask-size: cover;
    background-color: #f7f9fa;
}
.service_main {
    padding: 8rem 0;
    position: relative;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.service_main_tit {
    text-align: center;
}

.service_main_con {
    padding: 0 100px;
}

.top-block {
    margin-top: 6rem;
    padding: 0;
}

.top-block .child {
    display: none;
    text-align: center;
    position: relative;
    z-index: 9;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 60px 50px;
    overflow: hidden;
    opacity: 0.8;
}

.top-block .child.active {
    display: block;
}

.top-block .child.active .pro-box {
    animation: o-FadeUp-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.top-block .pro-box {
    display: inline-block;
    opacity: 0;
}

.top-block .child .pro-tit {
    font-size: 24px;
    text-align: left;
    padding: 0 50px;
    text-indent: 3rem;
}

.top-block .child .pro-con {
    position: relative;
    padding: 0 15px;
}
.top-block .child .gap-30 {
    gap: 0;
}

#pro01 .pro01-item {
    position: relative;
    width: 400px;
    padding: 30px 20px 20px;
    transition: all 0.3s;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 5px 10px 2px #c6c6c6;
}

#pro01 .pro01-item::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #008cd6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: all 0.3s
}

#pro01 .pro01-item:hover {
    -webkit-box-shadow: 0 10px 15px 2px #c6c6c6;
    box-shadow: 0 10px 15px 2px #c6c6c6;
}

#pro01 .pro01-item:hover::before {
    animation: width-90 linear 0.4s forwards
}

#pro01 .pro01-item h5 {
    font-size: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 10px;
}

#pro01 .pro01-item .t {
    font-size: 16px;
    color: #828282;
    padding: 0 10px;
    line-height: 24px;
    text-align: left;
    text-indent: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 72px;
    min-height: 72px;
    margin-top: 10px;
}

#pro02 .pro02-l {
    flex-basis: 45%;
    position: relative;
}

#pro02 .pro-con {
    height: 500px;
    padding: 10px 50px;
}

#pro02 .pro02-l .pro02-item-1 {
    position: absolute;
    top: 0;
    left: 0;
}

#pro02 .pro02-l .pro02-item-1::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 410px;
    height: 420px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #f6f6f6, #e9cde7 80%, #fbf0fc);
    z-index: -1;
    transform: rotate(5deg);
    opacity: 0.8;
}

#pro02 .pro02-l .pro02-img-1 {
    position: absolute;
    top: 0;
    left: 12px;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    overflow: hidden;
    border: #fff 1px solid;
}

#pro02 .pro02-l .pro02-img-1 img {
    width: 500px;
    max-width: 500px;
    margin-left: -60px;
    margin-top: -30px;
}

#pro02 .pro02-l .pro02-item-2 {
    position: absolute;
    top: 65px;
    left: 220px;
}

#pro02 .pro02-l .pro02-item-2::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: linear-gradient(to bottom, #f6f6f6, #e9cde7 40%, #e9cde7 85%, #fbf0fc);
    border-radius: 50%;
    opacity: 0.7;
    transform: rotate(-5deg);
    z-index: -1;
}

#pro02 .pro02-l .pro02-img-2 {
    position: absolute;
    top: 90px;
    left: 80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    border: #fff 1px solid;
}

#pro02 .pro02-l .pro02-img-2 img {
    width: 480px;
    max-width: 480px;
    margin-left: -160px;
}

#pro02 .pro02-r {
    flex-basis: 50%;
}

.pro02-box-1 {
    position: relative;
    width: 668px;
    height: 240px;
    text-align: left;
    border-radius: 15px;
    background: #fff;
}

.pro02-box-1::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    background: linear-gradient(to bottom, #eee 60%, #e9cde7);
    z-index: -1;
    width: 670px;
    height: 242px;
    border-radius: 15px;
}

.pro02-box-1 span {
    position: absolute;
    width: 120px;
    height: 40px;
    background: linear-gradient(190deg, #f7f6fc, #e7c8d8);
    display: inline-block;
    border-radius: 10px;
    top: -20px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
}

.pro02-box-1 p {
    padding: 50px 30px 30px;
    font-size: 20px;
}

.pro02-box-2 {
    background: #f3e1f0;
    border-radius: 10px;
    margin-top: 50px;
    width: 670px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    font-weight: bold;
}
#pro03 .pro-con {
    padding: 10px 50px;
}
.pro03-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 15px;
    width: 230px;
    box-shadow: 0 8px 45px -20px #c6c6c6;
}

.pro03-item .pro03-img {
    width: 200px;
    height: 150px;
}

.pro03-item .pro03-txt {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-top: 15px;
}
#pro04 .pro-con {
    padding: 150px 0 30px;
    background: url(/static/images/pro04-bg.jpg) top no-repeat;
}
#pro04 .pro04-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    width: 310px;
    box-shadow: 0 10px 15px 5px #c6c6c6;
    margin: auto;
}
#pro04 .pro04-item h3 {
    font-size: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 10px;
}

#pro04 .pro04-item .pro04-txt {
    font-size: 18px;
    color: #828282;
    padding: 0 15px;
    line-height: 35px;
    text-align: left;
    text-indent: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 260px;
    min-height: 260px;
    margin-top: 10px;
}
#pro05 .pro-top{
    padding: 0 50px;
    align-items: center;
}
#pro05 .pro-top-l{
    flex-basis: 25%;
    text-align: center;
}
#pro05 .pro-top-l img{
    width: 150px;
}
#pro05 .pro-top-r{
    font-size: 24px;
    text-align: left;
    text-indent: 3rem;
}
#pro06 .pro-tit{
    text-indent: 0;
}
#pro07 .pro-box,#pro08 .pro-box,#pro09 .pro-box,#pro10 .pro-box{
    margin-bottom: 50px;
}
#pro09 .pro-top,#pro10 .pro-top{
    font-size: 24px;
    text-align: left;
    padding: 0 50px;
}
#pro09 .pro-top li{
    margin-top: 10px;
    list-style: circle;
    margin-left: 28px;
}


.bot-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
}

.bot-block .swiper {
    overflow: hidden;
}
.bot-block .swiper-box {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bot-block .item {
    margin-top: 20px;
    width: 270px;
    height: 90px;
    position: relative;
    cursor: pointer;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px #dfdfdf solid;
}

.bot-block .item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("/static/images/lineMask.png") no-repeat 0 -5.65vw;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 3;
    transition: all 0.8s ease-out 0.2s;
    content: "";
    display: block;
}

.bot-block .item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.156vw;
    background: linear-gradient(45deg, #175dc5, #008cd6);
    transition: all 0.4s ease;
    content: "";
    display: block;
}

.bot-block .item p {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 240px;
    font-size: 22px;
    color: #333;
    text-align: center;
    transition: all .3s ease;
    will-change: transform;
    transform: translate(-50%, -50%);
}

.bot-block .item.active::before {
    background-position: 0 -3.125vw;
}

.bot-block .item.active::after {
    height: 100%;
}

.bot-block .item.active p {
    color: #ffffff;
}

.bot-block .btn {
    flex: 5%;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/static/images/icon-1.svg");
    cursor: pointer;
}

.bot-block .btn.prev {
    transform: rotateY(180deg);
}






















