﻿html,body{
    background: #e1f2ff;
}
.section-box{
    position: relative;
    background: #ffffff;
    border-radius: 1.4rem;
    height: 39.4rem;
    box-sizing: border-box;
}
.section-box .section-title{
    height: 4.9rem;
    position: absolute;
    left: 50%;
    top: -1rem;
    transform: translate(-50%,0);
}
.section-box .section-title img{
    width: 49.65rem;
    height: 4.9rem;
}
.section-box .section-title p{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 2.3rem;
    letter-spacing: -1.06px;
    text-shadow: 4.46px 4.01px 7.92px 0.06px rgba(14,87,187,0.55); 
    color: #ffffff;
}
/* 内容0 */
.section-0{
    height: 30rem;
    background: url(/images/scheme/increment_scheme/rjdz/section-0-bg.png) no-repeat;
    background-size: cover;
}
.section-0 .section-banner{
    padding: 8rem 0 0 18rem;
}
.section-0 .section-banner p{
    color: #ffffff;
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom:2rem;
}
.section-0 .section-banner text{
    color: #ffffff;
    letter-spacing: -0.76px;
    font-size: 1.9rem;
    display: block;
    margin-bottom: 3rem;
}
.section-0 .section-banner .section-down-btn {
    width: 8.35rem;
    height: 2.2rem;
    text-align: center;
    line-height: 2.2rem;
    background: #ffffff;
    border-radius: 10px;
    color: #024add;
    font-size: 1.4rem;
    display: inline-block;
    cursor: pointer;
    letter-spacing: -0.56px;
    font-weight: 500;
}
/* 内容1 */
.section-1{
    padding: 0 17rem;
    margin-top: 5.8rem;
}
.section-1 .section-imgs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 7rem;
    padding-top: 6.7rem;
}
.section-1 .section-imgs img{
    width: 14.2rem;
    height: 14.2rem;
    margin: 0 1rem 1.5rem 0;
}
/* 内容2 */
.section-2{
    padding: 0 17rem;
    margin-top: 5rem;
}
.section-2 .section-group{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 3rem;
    padding-top: 6.2rem;
}
.section-2 .section-group .section-item{
    margin: 0 0 1.5rem 0;
    width: 12.65rem;
    height: 14.8rem;
    background: linear-gradient(0deg,#ffffff 0%);
    border-radius: 12px;
    box-shadow: 2.97px 2.68px 21.06px 0.88px rgba(156,192,249,0.34); 
}
.section-2 .section-group .section-item .section-header{
    width: 100%;
    height: 4.6rem;
}
.section-2 .section-group .section-item .section-header img{
    width: 100%;
    height: 100%;
}
.section-2 .section-group .section-item .section-des{
    text-align: center;
}
.section-2 .section-group .section-item .section-des p{
    font-size: 1.2rem;
    color: #2a74f9;
    font-weight: bold;
    letter-spacing: -0.48px;
    margin-top: 1rem;
}
.section-2 .section-group .section-item:nth-child(even) .section-des p{
    color: #fd674c;
}
.section-2 .section-group .section-item .section-des ul{
    display: inline-block;
    margin: 0 auto;
    margin-top: 0.75rem;
    text-align: left;
}
.section-2 .section-group .section-item .section-des li{
    margin-bottom: 0.1rem;
    font-size: 0.9rem;
    letter-spacing: -0.35px;
    color: #484848;
    font-weight: 500;
}
.section-2 .section-group .section-item .section-des li span{
    display: inline-block;
    margin-right: 0.5rem;
    width: 0.35rem;
    height: 0.35rem;
    background: #35bbfc;
    border-radius: 50%;
}
.section-2 .section-group .section-item:nth-child(even) .section-des li span{
    background: #ff7819;
}
/* 内容3 */
.section-3{
    padding: 0 17rem;
    margin-top: 5rem;
}
.section-3 .section-group{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 4.75rem;
    padding-top: 6.7rem;
}
.section-3 .section-group .section-item{
   display: flex;
   margin-bottom: 3rem;
}
.section-3 .section-group .section-item .section-item-l{
   width: 6.5rem;
}
.section-3 .section-group .section-item .section-item-r{
   width: 17rem;
}
.section-3 .section-group .section-item .section-item-r p{
   margin-top: 0.4rem;
   font-weight: 500;
   font-size: 1.3rem;
   color: #2d2d2d;
   letter-spacing: -0.52px;
}
.section-3 .section-group .section-item .section-item-r text{
    display: inline-block;
    margin-top: 0.5rem;
    color: #6d6d6d;
    font-size: 0.9rem;
    letter-spacing: -0.36px;
}
/* 内容4 */
.section-4{
   margin: 5.65rem 0;
   text-align: center;
}
.section-4 img{
    width: 68.1rem;
    height: 28.35rem;
}
/* 内容5 */
.section-5 .section-header{
    background-color: #1f46e5;
    color: #ffffff;
    font-size: 2.65rem;
    font-weight: bold;
    letter-spacing: -1.06px;
    text-shadow: 4.46px 4.01px 7.92px 0.06px rgba(14,87,187,0.55); 
    height: 15rem;
    text-align: center;
    padding-top: 5rem;
    box-sizing: border-box;
 }
 .section-5 .section-center{
    width: 69.85rem;
    height: 13.85rem;
    background: url(/images/scheme/increment_scheme/rjdz/section-5-1.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    margin-top: -4rem;
 }
 .section-5 .section-group{
    padding: 4rem 9.6rem 0 7.75rem;
    display: flex;
    justify-content: space-between;
 }
 .section-5 .section-group .section-item{
    
 }
 .section-5 .section-group .section-item p{
    color: #1f46e5;
    letter-spacing: -0.52px;
    font-size: 1.3rem;
    margin-bottom: 1rem;
 }
 .section-5 .section-group .section-item .desc{
    font-size: 1.2rem;
    letter-spacing: -0.48px;
    color: #1f46e5;
 }
 .section-5 .section-group .section-item .desc strong{
    font-size: 2.4rem;
    margin-right: 0.3rem;
 }
 /* 内容6 */
.section-6{
    text-align: center;
 }
 .section-6 img{
     width: 66.5rem;
     height: 22.8rem;
 }
 /* 内容7 */
.section-7{
    text-align: center;
 }
 .section-7 img{
     width: 69.85rem;
     height: 36.1rem;
 }