﻿.section{
    padding: 3rem 0;
}
.section .section-title{
    text-align: center;
}
.section-title p{
    font-size: 1.7rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.45rem;
}
.section-title text{
    font-size: 1rem;
    color: #666666;
}
/* 内容0 */
.section-0{
    height: 32.5rem;
    background: url(../../../images/scheme/industry_scheme/jypx/section-0-bg.png) no-repeat center;
    background-size: cover;
}
.section-0 .section-banner{
    padding: 7rem 0 0 18rem;
}
.section-0 .section-banner p{
    width: 14.45rem;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem;
    background: #ffffff;
    border-radius: 1.2rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #0143EF;
    margin-bottom: 0.5rem;
}
.section-0 .section-banner .section-banner-title{
    color: #ffffff;
    font-weight: bold;
    font-size: 1.9rem;
    margin-bottom: 1.7rem;
}
.section-0 .section-banner ul{
    font-size: 0.85rem;
    color: #ffffff;
    margin-bottom: 3rem;
}
.section-0 .section-banner ul li{
    margin-bottom: 0.5rem;
}
.section-0 .section-banner ul li i{
    width: 0.65rem;
    height: 0.65rem;
    background: #fed041;
    border: 1.5px solid #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 0.65rem;
    display: inline-block;
}
.section-0 .section-banner .section-down-btn{
    width: 9rem;
    height: 2.35rem;
    text-align: center;
    line-height: 2.35rem;
    color: #ffffff;
    background: linear-gradient(109deg,#f9a856 8%, #ff8442 86%);
    border-radius: 1.2rem;
    font-size: 1.05rem;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}
/* 内容1 */
.section-1{
    padding-bottom: 2rem;
}
.section-1 .section-content {
    height: 23rem;
    background: url(../../../images/scheme/industry_scheme/jypx/section-1-1.png) no-repeat center 2rem;
    background-size: 50.35rem 23.148rem;
}
.section-1 .section-content .section-flex{
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    padding-right: 3rem;
}
.section-1 .section-content .section-flex .section-flex-option{
    display: flex;
    flex-direction: column;
    margin-top: 7rem;
}
.section-1 .section-content .section-flex .section-flex-option .section-border{
    width: 9.4rem;
    height: 1.75rem;
    background: linear-gradient(116deg,#62c5ff 15%, #006bff 100%);
    border-radius: 0.9rem;
    box-shadow: 0px 0px 6px 0px rgba(179,209,255,0.49);
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #fff;
    letter-spacing: 0.34px;
    font-weight: bold;
    margin-bottom: 0.75rem;
}
.section-1 .section-content .section-flex .section-flex-option .section-border span{
    width: 0.5rem;
    height: 0.5rem;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 0.85rem 0 0.5rem;
}
/* 内容2 */
.section-2{
    background: #f6f9ff;
    height: 36rem;
    box-sizing: border-box;
}
.section-2 .section-content{
    margin-top: 6rem;
    padding: 0 19.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.section-2 .section-content .section-bg{
    width: 64.75rem;
    height: 12rem;
    position: absolute;
    left: 49%;
    bottom: -12rem;
    transform: translate(-50%, 0);
}
.section-2 .section-content .section-item{
    width: 8.5rem;
    min-height: 12rem;
    padding: 1rem 0.5rem 0 0.5rem;
    background: #ffffff;
    box-shadow: 0px 4px 15px 0px rgba(213,230,254,0.95);
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.section-2 .section-content .section-item:nth-child(even){
    margin-top: -7rem;
}
.section-2 .section-content .section-item .section-triangle-down{
    width: 1.8rem;
    height: 1.4rem;
    position: absolute;
    left: 50%;
    bottom: -1.2rem;
    transform: translate(-50%, 0);
}
.section-2 .section-content .section-item .section-image{
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-2 .section-content .section-item .section-image img{
    width: 3.45rem;
    height: 3.45rem;
}
.section-2 .section-content .section-item .section-desc{
    margin-top: 0.3rem;
    margin-bottom: 0.25rem;
}
.section-2 .section-content .section-item .section-desc p{
    color: #434245;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 0.36px;
    margin-bottom: 0.4rem;
}
.section-2 .section-content .section-item .section-desc text{
    font-size: 0.7rem;
    color: #666666;
    display: inline-block;
    line-height: 1rem;
}
/* 内容3 */
.section-3{
    padding-bottom: 2rem;
}
.section-3 .section-content{
    padding: 0 20rem;
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-3 .section-content .section-item{
    position: relative;
    margin-bottom: 1rem;
}
.section-3 .section-content .section-item .section-image{
    width: 17.65rem;
    height: 10.25rem;
}
.section-3 .section-content .section-item .section-image img{
    width: 100%;
    height: 100%;
}
.section-3 .section-content .section-item .section-image .section-desc{
    position: absolute;
    left: 50%;
    top: 3.5rem;
    transform: translate(-50%, 0);
}
.section-3 .section-content .section-item .section-image .section-desc p{
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.48px;
    position: relative;
    display: inline-block;
}
.section-3 .section-content .section-item .section-image .section-desc p i{
    width: 0.8rem;
    height: 0.8rem;
    border: 2.5px solid #1771ff;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    left: -1rem;
    top: 0;
}
.section-3 .section-content .section-item .section-image .section-desc p span{
    width: 5.7rem;
    height: 0.4rem;
    background: #1771ff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    z-index: -1;
}
.section-3 .section-content .section-item .section-image .section-desc text{
    color: rgba(255,255,255,0.8);
    font-size: 0.75rem;
    display: block;
    margin-top: 0.5rem;
    text-align: center;
    margin-left: -1rem;
}
/* 内容4 */
.section-4{
    height: 43.25rem;
    background: url(../../../images/scheme/industry_scheme/jypx/section-4-1.png) no-repeat center;
    background-size: cover;
}
/* 内容5 */
.section-5{
    padding-bottom: 2rem;
}
.section-5 .section-content{
    margin-top: 3rem;
    padding: 0 19.5rem;
    display: flex;
    justify-content: space-between;
}
.section-5 .section-content .section-left{
    width: 18.3rem;
    height: 18.85rem;
}
.section-5 .section-content .section-left img{
    width: 18.3rem;
    height: 18.85rem;
}
.section-5 .section-content .section-right{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.section-5 .section-content .section-right .section-item{
    margin-bottom: 2rem;
    text-align: center;
    width: 8.5rem;
}
.section-5 .section-content .section-right .section-item img{
    width: 2.8rem;
    height: 2.8rem;
}
.section-5 .section-content .section-right .section-item .section-desc{
    margin-top: 0.9rem;
}
.section-5 .section-content .section-right .section-item .section-desc p{
    color: #434245;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.36px;
}
.section-5 .section-content .section-right .section-item .section-desc text{
    color: #666666;
    font-size: 0.7rem;
}
/* 内容6 */
.section-6{
    background: #f6fafe;
}
.section-6 .section-content{
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}
.section-6 .section-content .section-item{
    width: 10.6rem;
    background: #fff;
    border: 1px solid #bed8ff;
    border-radius: 15px;
    cursor: pointer;
}
.section-6 .section-content .section-item .section-select1 .section-item-title{
    width: 100%;
    height: 3.9rem;
    display: flex;
    align-items: center;
    background: #ebf5ff;
    border-radius: 14px 14px 0px 0px;
    color: #000000;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.48px;
    position: relative;
}
.section-6 .section-content .section-item .section-select1 .section-item-title i{
    width: 0.85rem;
    height: 0.85rem;
    border: 2.5px solid #1771ff;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 0.8rem 0 1.4rem;
}
.section-6 .section-content .section-item .section-select1 .section-item-title p{
    position: relative;
    z-index: 2;
}
.section-6 .section-content .section-item .section-select1 .section-item-title span{
    width: 5.5rem;
    height: 0.4rem;
    background: #bfd2ff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: 1.2rem;
    transform: translate(-50%, 0);
}
.section-6 .section-content .section-item .section-select1 .section-item-content{
    text-align: center;
}
.section-6 .section-content .section-item .section-select1 .section-item-content p{
    width: 9.5rem;
    margin: 0 auto;
    margin-top: 1.4rem;
    color: #434245;
    font-size: 1rem;
}
.section-6 .section-content .section-item .section-select1 .section-item-content .section-line{
    width: 1.65rem;
    height: 3px;
    background: #1771ff;
    margin: 2.3rem auto;
}
.section-6 .section-content .section-item .section-select1 .section-item-content img{
    width: 4.5rem;
    height: 4.5rem;
    margin-bottom: 1.8rem;
}
.section-6 .section-content .section-item.active{
    width: 25.5rem;
    height: 19.8rem;
    background: #ffffff;
    border: 1px solid #177ff5;
    border-radius: 0.75rem;
    box-shadow: 0px 4px 15px 0px #bfd6f8;
}
.section-6 .section-content .section-item .section-select1{
    display: block;
}
.section-6 .section-content .section-item.active .section-select1{
    display: none;
}
.section-6 .section-content .section-item .section-select2{
    display: none;
}
.section-6 .section-content .section-item.active .section-select2{
    display: block;
}
.section-6 .section-content .section-item .section-select2 .section-item-title{
    font-size: 1.2rem;
    color: #ffffff;
    height: 4rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    background: url(../../../images/scheme/industry_scheme/jypx/section-6-title.png) no-repeat center;
    background-size: cover;
    padding-left: 2.9rem;
}
.section-6 .section-content .section-item .section-select2 .section-item-title img{
    width: 25.5rem;
    height: 4rem;
}
.section-6 .section-content .section-item .section-select2 .section-item-content{
    text-align: center;
}
.section-6 .section-content .section-item .section-select2 .section-item-content p{
    display: inline-block;
    color: #434245;
    font-size: 1rem;
    margin: 0.9rem 0;
}
.section-6 .section-content .section-item .section-select2 .section-item-content img{
    width: 21.6rem;
    height: 11.65rem;
    margin-bottom: 1rem;
}
/* 内容7 */
.section-7{
    background: #f6fafe;
    padding-bottom: 4.5rem;
}
.section-7 .section-content{
    margin: 0 auto;
    margin-top: 1rem;
    width: 55.35rem;
    height: 24.3rem;
    background: url(../../../images/scheme/industry_scheme/jypx/section-7-bg.png) no-repeat center;
    background-size: 100%;
    display: flex;
    justify-content: center;
}
.section-7 .section-content .section-flex{
    margin-top: 2rem;
    width: 13.1rem;
    height: 24.3rem;
    background: #ffffff;
    border-radius: 1.4rem;
    box-shadow: 0px 0px 15px 0px #d5e5fe;
}
.section-7 .section-content .section-flex .section-image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-7 .section-content .section-flex .section-image img{
    width: 8.8rem;
    height: 8.8rem;
}
.section-7 .section-content .section-flex .section-desc{
    text-align: center;
}
.section-7 .section-content .section-flex .section-desc p{
    position: relative;
    margin-bottom: 1.25rem;
}
.section-7 .section-content .section-flex .section-desc p i{
    width: 0.8rem;
    height: 0.8rem;
    border: 2.5px solid #1771ff;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 0.8rem 0 1.4rem;
    display: inline-block;
    position: absolute;
    left: 1.5rem;
    bottom: 0.5rem;
}
.section-7 .section-content .section-flex .section-desc p strong{
    font-size: 1.2rem;
    color: #000000;
    position: relative;
    z-index: 1;
}
.section-7 .section-content .section-flex .section-desc p span{
    width: 5.75rem;
    height: 0.4rem;
    background: #bfd2ff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.section-7 .section-content .section-flex .section-desc text{
    color: #434245;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.5rem;
}
/* 内容8 */
.section-8{
    width: 57.5rem;
    margin: 0 auto;
}
.section-8 .section-swiper{
    position: relative;
}
.section-8 .swiper-button-l{
    width: 3.1rem;
    height: 3.1rem;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.11);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 9.95rem;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    cursor: pointer;
}
.section-8 .swiper-button-l .section-btn{
    width: 2.7rem;
    height: 2.7rem;
    background: #ffffff;
    border: 1px solid #4468e6;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-8 .swiper-button-l.active .section-btn{
    background: #3481fc;
}
.section-8 .swiper-button-l .section-btn img{
    width: 2rem;
    height: 2rem;
}
.section-8 .swiper-button-r{
    width: 3.1rem;
    height: 3.1rem;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.11);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 9.95rem;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    cursor: pointer;
}
.section-8 .swiper-button-r .section-btn{
    width: 2.7rem;
    height: 2.7rem;
    background: #ffffff;
    border: 1px solid #4468e6;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-8 .swiper-button-r.active .section-btn{
    background: #3481fc;
}
.section-8 .swiper-button-r .section-btn img{
    width: 2rem;
    height: 2rem;
}
.section-8 .section-swiper{
    margin-top: 3rem;
}
.section-8 .section-swiper .swiper-slide{
    width: 11.5rem!important;
    height: 22.9rem;
    background: #f7f8fc;
    border-radius: 1.05rem;
    padding: 1.2rem;
    box-sizing: border-box;
    transition: 300ms;
}
.section-8 .section-swiper .swiper-slide-prev{
    width: 34.5rem!important;
    background: url(../../../images/scheme/industry_scheme/jypx/section-8-bg.png) no-repeat center;
    background-size: 100%;
}
.section-8 .section-swiper .swiper-slide .section-select1{
    display: block;
}
.section-8 .section-swiper .swiper-slide-prev .section-select1{
   display: none;
}
.section-8 .section-swiper .swiper-slide .section-select2{
    display: none;
}
.section-8 .section-swiper .swiper-slide-prev .section-select2{
    display: block;
}
.section-8 .section-swiper .swiper-slide .section-select1 .section-item-title{

}
.section-8 .section-swiper .swiper-slide .section-select1 .section-item-title strong{
    font-size: 3.9rem;
    color: #d9dbe4;
}
.section-8 .section-swiper .swiper-slide .section-select1 .section-item-title p{
    font-weight: bold;
    font-size: 1.2rem;
    color: #434245;
}
.section-8 .section-swiper .swiper-slide .section-select1 .section-item-title ul{
    display: flex;
    margin: 0.7rem 0 0.8rem 0;
}
.section-8 .section-swiper .swiper-slide .section-select1 .section-item-title ul li{
    width: 0.55rem;
    height: 0.55rem;
    background: #fac858;
    border-radius: 50%;
    margin-right: 0.4rem;
}
.section-8 .section-swiper .swiper-slide .section-select1 .section-desc{
    font-size: 0.8rem;
    color: #434245;
}
.section-8 .section-swiper .swiper-slide .section-select2{
    text-align: center;
    padding: 0 1.4rem;
}
.section-8 .section-swiper .swiper-slide .section-select2 .section-item-title{
    display: flex;
    align-items: center;
}
.section-8 .section-swiper .swiper-slide .section-select2 .section-item-title strong{
    font-size: 3.9rem;
    color: #d9dbe4;
}
.section-8 .section-swiper .swiper-slide .section-select2 .section-item-title .section-flex{
    display: flex;
    flex-direction: column;
    margin-left: 1.35rem;
}
.section-8 .section-swiper .swiper-slide .section-select2 .section-item-title .section-flex .section-flex-right{
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
}
.section-8 .section-swiper .swiper-slide .section-select2 .section-item-title .section-flex .section-flex-right p{
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
}
.section-8 .section-swiper .swiper-slide .section-select2 .section-item-title .section-flex .section-flex-right ul{
    display: flex;
    margin-left: 0.75rem;
}
.section-8 .section-swiper .swiper-slide .section-select2 .section-item-title .section-flex .section-flex-right ul li{
    width: 0.55rem;
    height: 0.55rem;
    background: #fac858;
    border-radius: 50%;
    margin-right: 0.4rem;
}
.section-8 .section-swiper .swiper-slide .section-select2 .section-item-title .section-flex .section-desc{
    color: #ffffff;
    font-size: 0.8rem;
    width: 14.5rem;
}
.section-8 .section-swiper .swiper-slide .section-select2 img{
    width: 29.1rem;
    height: 15rem;
    margin-top: 0.5rem;
}
/* 内容9 */
.section-9{
    background: #f6fafe;
}
.section-9 .section-box-o{
    margin-top: 2rem;
}
.section-9 .section-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
.section-9 .section-box .section-square{
    width: 1.3rem;
    height: 1.3rem;
}
.section-9 .section-box .section-border{
    width: 10.55rem;
    text-align: center;
    border-radius: 0.75rem;
    height: 5.3rem;
    padding: 0.5rem 0;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0px 0px 10px 0px rgba(161,208,255,0.76);
}
.section-9 .section-box .section-border:hover{
    -webkit-transform: scale(1.08) translate(-10px, -10px);
    ransform: scale(1.08) translate(-10px, -10px);
}
.section-9 .section-box .section-border img{
    height: 4.25rem;
}