.banner {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 62.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.banner img {
    /* width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0; */

}

.banner .tit1 {
    font-weight: normal;
    font-size: 3.5rem;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2.5rem;
    /* margin-top: 23.75rem; */

}

.banner .tit2 {
    width: 52.5rem;
    font-weight: normal;
    font-size: 1.875rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 4.375rem;
}

.banner .more {
    width: 9.125rem;
    height: 3.125rem;
    background: #0066FE;
    border-radius: 0.25rem;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    line-height: 3.125rem;

}

.pro1 {}

.pro1 .tit {
    font-size: 2.75rem;
    color: #222;
    font-weight: 600;
    text-align: center;
    margin: 6.25rem auto 3.4375rem;
}

.pro1 .desc {
    padding: 0 22.5rem;
    font-size: 1.125rem;
    color: #444444;
    line-height: 2;
    margin-bottom: 2.6875rem;
    text-align: center;
}

.check {
    display: flex;
    justify-content: center;

}

.check .check1 {
    min-width: 9rem;
    height: 2.875rem;
    line-height: 2.875rem;
    text-align: center;
    color: #222222;
    font-size: 1rem;
    border-radius: 0.25rem;
    border: 1px solid #DFDFDF;
    justify-content: center;
    margin: 0 0.75rem;
}

.check .active {
    color: #fff;
    background-color: #0066FE;
    border: 1px solid #0066FE;


}

.pro1 .bot {
    margin: 5rem auto 0;
}

.pro1 .bot1 {
    width: 110rem;
    min-height: 30rem;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0rem 0.1875rem 1.5rem 0rem rgba(165, 165, 165, 0.24);
    display: flex;
    align-items: center;
    padding: 2.9375rem 0;
    box-sizing: border-box;


}

.pro1 .bot1 .left {
    width: 30rem;
    height: 24.125rem;
    background: #CDBDF8;
    margin: 0 5.625rem 0 2.875rem;
}

.pro1 .bot1 .right {
    width: 62rem;
}

.pro1 .bot1 .right .tit {
    color: #222222;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 3.75rem;
}

.pro1 .bot1 .right a {
    width: 9.125rem;
    height: 3.125rem;
    background: #0066FE;
    border-radius: 0.25rem;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    line-height: 3.125rem;
    display: block;
    float: right;
}

.pro1 .bot1 .right .botn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 2.875rem;
    margin-bottom: 2.5rem;
}

.pro1 .bot1 .right .botn .botn1 {
    margin-bottom: 1.75rem;
    display: flex;
    align-items: center;
    width: 25%;
}

.pro1 .bot1 .right .botn .botn1 img {
    width: 1.4375rem;
    height: 1.4375rem;
    margin-right: 0.4375rem;
}







.pro2 {
    width: 87.5rem;
    height: 67.1875rem;
    margin: 9.375rem auto 5.75rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 5.875rem 5.4375rem 0 5.4375rem;
    box-sizing: border-box;
}

.pro2 .logo1 {
    width: 20.75rem;
    height: 7.5625rem;
    margin-bottom: 2.5rem;
}

.pro2 .desc {
    width: 50rem;
    font-size: 1.4375rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 1.875rem;
}
.pro2 .bot{
    display: flex;
    border-top: 1px solid #fff;
    padding-top: 7rem;
    margin-top: 3.5625rem;
    width: 64.5rem;
}
.pro2 .bot .tit{
    font-size: 1.875rem;
    margin-right: 5.4375rem;
    font-weight: 600;
    color: #fff;
}
.pro2 .bot .right{
    width: 46.875rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro2 .bot .right1{
    width: 25%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 1.125rem;
}
.pro2 .bot .right1 img{
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 1.125rem;
}
.pro3 {
    padding: 6.25rem 9.9375rem 9.75rem 7.6875rem;
    box-sizing: border-box;
    background: #F6F7F9;
}

.pro3 .tit {
    color: #222222;
    font-size: 2.75rem;
    margin-bottom: 1.875rem;
    font-weight: 600;
    padding: 0 13.125rem;
    box-sizing: border-box;
    text-align: center;
}

.pro3 .desc {
    padding: 0 13.125rem;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 6.4375rem;
    color: #444444;
    font-size: 1.125rem;
    line-height: 1.5;
}

.pro3 .bot {
    width: 100%;
    height: 25.375rem;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    display: flex;
    justify-content: space-between;
    padding-left: 4.875rem;
    box-sizing: border-box;

}

.pro3 .bot .bot1 {
    width: 14.625rem;
    height: 14.75rem;
    text-align: center;
    position: relative;
    line-height: 20rem;
    z-index: 1;
    color: #222222;
    font-size: 1.25rem;
}

.pro3 .bot .bot1 img {
    width: 14.625rem;
    height: 14.75rem;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}

.pro3 .bot .bot1:nth-child(2n) {
    margin-top: 6.9375rem;
}

.pro4 {
    padding: 6.25rem 22.5rem 6.5625rem;
    box-sizing: border-box;
    background: #F6F7F9;
    height: 56.4375rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.pro4 .tit {
    color: #222222;
    font-size: 2.75rem;
    margin-bottom: 1.875rem;
    font-weight: 600;
    box-sizing: border-box;
    text-align: center;
}

.pro4 .desc {
    text-align: center;
    margin-bottom:8.5625rem;
    color: #444444;
    font-size: 1.125rem;
    line-height: 1.5;
}

.pro4 .ce {
    width: 30.25rem;
    height: 30.375rem;
    position: absolute;
    left: 44.9375rem;
    bottom: 6.5625rem;
}
.pro4  .bot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* width: 24.75rem; */
.pro4  .bot .bot1{

    width: 27.75rem;

    height: 9.375rem;
    background: rgba(255,255,255,0.85);
    border-radius: 0.5rem;
    border: 0.125rem solid #FFFFFF;
    padding: 1.5625rem;
    box-sizing: border-box;
    margin-bottom: 5.625rem;
    z-index: 1;
}
.pro4  .bot .bot1 .top{
    display: flex;
    color: #222222;
    font-size: 1.375rem;
    font-weight: 600;
    align-items: center;

}
.pro4  .bot .bot1 .top .dd{
    width: 0.8125rem;
    height: 0.8125rem;
    background: linear-gradient( 192deg, #A1C5FF 0%, #1E78FF 100%);
    border: 0.375rem solid #eaf3ff;
    border-radius: 50%;
    margin-right: 0.375rem;
}
.pro4  .bot .bot1 .desc{
    font-size: 1rem;
    color: #666666;
    line-height: 1.5rem;
    margin-top: 0.625rem;
    text-align: left;
}



.pro5 {
    padding: 6.25rem 22.5rem 4.8125rem;
    box-sizing: border-box;
    background: #ffffff;
}

.pro5 .tit {
    color: #222222;
    font-size: 2.75rem;
    margin-bottom: 5rem;
    font-weight: 600;
    box-sizing: border-box;
    text-align: center;
}

.pro5 .bot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;

}

.pro5 .bot .bot1 {
    width: 23.25rem;
    max-width: 33%;
    margin-bottom: 3.75rem;
}

.pro5 .bot .bot1 .img {
    width: 23.25rem;
    height: 14.375rem;
    overflow: hidden;
}

.pro5 .bot .bot1 .img img {
    width: 100%;
    height: 100%;
    transition: all 1.2s;

}

.pro5 .bot .bot1:hover .img img {
    transform: scale(1.2);
    transition: all 1.2s;
}

.pro5 .bot .bot1 .tit1 {
    font-weight: 600;
    font-size: 1.25rem;
    color: #222222;
    text-align: left;
    margin-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.pro5 .bot .bot1 .desc {
    font-size: 1rem;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;

}

.pro5 .bot .bot1 .more {
    width: 9.375rem;
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #0066FE;
    border-radius: 0.25rem;
}

.pro5 .bot .bot1 .tag {
    margin-top: 1.125rem;
    margin-bottom: 1.625rem;
    color: #999999;
    font-size: 14px;
}
@media screen and (max-width:767px) {
    /* .Header_header__11G5T {
        min-width: 0px;
        display: none;
    } */
    .banner {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        position: relative;
        height: 300px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
	.banner .tit1 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        margin-top: 30px;
    }	
    .banner .tit2 {
        width: 90%;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .banner .more {
        width: 100px;
        height: 30px;
        background: #0066FE;
        border-radius: 5px;
        font-size: 16px;
        line-height: 30px;
    }
    .pro1 .tit {
        font-size: 18px;
        color: #222;
        font-weight: 600;
        text-align: center;
        margin: 40px auto 20px;
    }
    .pro1 .desc {
        padding: 0 5%;
        font-size: 14px;
        color: #444444;
        line-height: 1.5;
        margin-bottom: 10px;
        text-align: center;
    }
    .check .check1 {
        min-width: 50px;
        height: 35px;
        line-height: 35px;
        padding: 0 5px;
        font-size: 16px;
        margin: 0 10px 10px;
    }
    .check {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .pro1 .bot1 {
        width: 90%;
        min-height: 100px;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .pro1 .bot1 .left {
        width: 100%;
        min-height: 100px;
        height: auto;
        padding: 0 10px;
        margin: 0 0 20px;
    }
    .pro1 .bot1 .right {
        width: 100%;
    }
    .pro1 .bot1 .right .tit {
        color: #222222;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin: 0 0 20px;
    }
    .pro1 .bot1 .right .botn .botn1 {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        width: 50%;
        font-size: 16px;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .pro1 .bot1 .right .botn .botn1 img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .pro1 .bot1 .right a {
        width: 100px;
        height: 35px;
        border-radius: 5px;
        font-size: 16px;
        line-height: 35px;
    }
    .pro2 .logo1 {
        width: 150px;
        height: auto;
        margin-bottom: 20px;
    }
    .pro2 {
        width: 100%;
        height: auto;
        margin: 30px auto;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .pro2 .desc {
        width: 100%;
        font-size: 14px;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .pro2 .bot {
        display: flex;
        border-top: 1px solid #fff;
        padding-top: 20px;
        margin-top: 0;
        width: 100%;
    }
    .pro2 .bot .tit {
        font-size: 16px;
        margin-right: 20px;
        font-weight: 600;
        color: #fff;
        min-width: 20%;
        line-height: 1.5;
    }
    .pro2 .bot .right1 {
        width: 50%;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .pro2 .bot .right1 img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .pro2 .bot .right {
        width: auto;
    }
    .pro3 {
        padding: 30px 5%;
    }
    .pro3 .tit {
        color: #222222;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
        padding: 0 5%;
        box-sizing: border-box;
        text-align: center;
    }
    .pro3 .desc {
        padding: 0;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 20px;
        color: #444444;
        font-size: 14px;
        line-height: 1.5;
    }
    .pro3 .bot {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        padding-left: 0;
        box-sizing: border-box;
        padding-bottom: 40px;
    }
    .pro3 .bot .bot1 img {
        width: 100px;
        height: 100px;
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
    }
    .pro3 .bot .bot1 {
        width: 100px;
        height: 100px;
        text-align: center;
        position: relative;
        line-height: 135px;
        z-index: 1;
        color: #222222;
        font-size: 14px;
    }
    .pro3 .bot .bot1:nth-child(2n) {
        margin-top: 0;
    }
    .pro4 .tit {
        color: #222222;
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 600;
        box-sizing: border-box;
        text-align: center;
    }
    .pro4 {
        padding: 30px 5%;
        box-sizing: border-box;
        background: #F6F7F9;
        height: auto;
    }
    .pro4 .desc {
        text-align: center;
        margin-bottom: 10px;
        color: #444444;
        font-size: 14px;
        line-height: 1.5;
    }
    .pro4 .bot .bot1 {
        width: 48%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
        z-index: 1;
    }
    .pro4 .bot .bot1 .top {
        display: flex;
        color: #222222;
        font-size: 14px;
        font-weight: 600;
        align-items: center;
    }
    .pro4 .bot .bot1 .top .dd {
        width: 10px;
        height: 10px;
        background: linear-gradient(192deg, #A1C5FF 0%, #1E78FF 100%);
        border: 5px solid #eaf3ff;
        border-radius: 50%;
        margin-right: 10px;
    }
    .pro4 .bot .bot1 .desc {
        font-size: 14px;
        color: #666666;
        line-height: 1.5;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: left;
    }
    .pro5 {
        padding: 30px 5%;
        box-sizing: border-box;
        background: #ffffff;
    }
    .pro5 .tit {
        color: #222222;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .pro5 .bot .bot1 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .pro5 .bot .bot1 .img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .pro5 .bot .bot1 .tit1 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .pro5 .bot .bot1 .tag {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #999999;
        font-size: 14px;
    }
    .pro5 .bot .bot1 .desc {
        font-size: 14px;
    }
    .pro5 .bot .bot1 .more {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        background: #0066FE;
        border-radius: 5px;
    }
    
}
