.common_banner1 {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_banner1 .bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.common_banner1 .text {
    position: relative;
    z-index: 3;
}

.common_banner1 .text .h5 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 14px;
    text-align: center;
}

.common_banner1 .text .img {
    max-width: 1394px;

}

.common_banner1 .text .img .logo {
    display: block;
    width: 768px;
    margin: 0 auto;
}

.common_banner1 .text .img .pi {
    display: block;
    max-width: 100%;
    max-height: 50vh;
    margin: -190px auto 0;
}

body {
    background: #F8F9FC;
}

.sec1 {
    padding: 60px 0 0;
}

.sec1 .wrap .box {
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 60px 70px 65px;
    margin-bottom: 60px;
}

.sec1 .wrap .box .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}

.sec1 .wrap .box .title1 {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}

.sec1 .wrap .box .table table {
    width: 100%;
}

.sec1 .wrap .box .table table tr {
    border-bottom: 1px solid #E1E5E8;
}

.sec1 .wrap .box .table table tr th {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    opacity: 0.4;
    text-align: left;
    padding: 24px 0;
    width: 25%;
}

.sec1 .wrap .box .table table tr th:nth-child(3) {
    padding: 0 0 0 30px;
}

.sec1 .wrap .box .table table tr td {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: right;
    width: 25%;
}

.sec1 .wrap .box .table table tr td:nth-child(2) {
    padding: 0 30px 0 0;
}

.sec1 .wrap .box .list {
    display: flex;
    gap: 20px 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.sec1 .wrap .box .list .item .item_box {
    width: 460px;
    height: 220px;
    background: #F8F9FC;
    border-radius: 10px;
    padding: 44px 0 0;
    transition: 0.6s;
}

.sec1 .wrap .box .list .item .icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    transition: 0.6s;
}

.sec1 .wrap .box .list .item .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.sec1 .wrap .box .list .item p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    transition: 0.6s;
}

.sec1 .wrap .box .list .item:hover .item_box {
    background: #005FD5;
}

.sec1 .wrap .box .list .item:hover .icon {
    filter: brightness(0) invert(1);
}

.sec1 .wrap .box .list .item:hover p {
    color: #FFFFFF;
}

.sec1 .wrap .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
}

.sec1 .wrap .flex .item {
    width: 740px;
}

.sec1 .wrap .flex .item .h5 {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin-bottom: 20px;
    min-height: 50px;
}

.sec1 .wrap .flex .item .p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    min-height: 90px;
    margin-bottom: 30px;
}

.sec1 .wrap .flex .item .imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
}

.sec1 .wrap .flex .item .imgs .img {
    width: 100%;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
}

.sec1 .wrap .flex .item .imgs .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .flex .item .imgs .img:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .flex .item .imgs.two .img {
    width: 360px;
    height: 200px;
    background: linear-gradient(to bottom,#EBEDF3, #fff);
}
.sec1 .wrap .flex .item .imgs.two .img img {
    width: unset;
    height: unset;
}
.sec2 {
    padding: 60px 0 0;
}

.sec2 .wrap .box {
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 74px 70px 80px;
}

.sec2 .wrap .box .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.sec2 .wrap .box .step_box .jt1 {
    width: 220px;
    margin: 22px 0;
    display: flex;
    justify-content: center;
}

.sec2 .wrap .box .step_box .jt1 img {
    display: block;
    width: 37px;
    transform: rotate(90deg);
}

.sec2 .wrap .box .step_box .jt1:nth-child(4n-2) {
    margin: 22px 0 22px auto;
}

.sec2 .wrap .box .step_box .step_flex {
    display: flex;
    align-items: center;
    gap: 26px;
}

.sec2 .wrap .box .step_box .step_flex .jt {
    width: 37px;
}

.sec2 .wrap .box .step_box .step_flex .jt img {
    display: block;
    width: 100%;
}

.sec2 .wrap .box .step_box .step_flex .item {
    width: 220px;
    height: 140px;
    background: #F8F9FC;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sec2 .wrap .box .step_box .step_flex .item .sort {
    font-weight: 400;
    font-size: 40px;
    color: #0F5EC5;
}

.sec2 .wrap .box .step_box .step_flex .item .p {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin: 2px 0 0;
}

.sec2 .wrap .box .step_box .step_flex:nth-child(4n-1) {
    flex-direction: row-reverse;
}

.sec2 .wrap .box .step_box .step_flex:nth-child(4n-1) .jt img {
    transform: rotate(180deg);
}

.sec3 {
    padding: 80px 0 0;
}

.sec3 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.sec3 .wrap .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}

.sec3 .wrap .img img {
    display: block;
    width: 100%;
    transition: 3s;
}

.sec3 .wrap .img .play {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #005FD5;
    transition: 0.6s;
}

.sec3 .wrap .img .play:hover {
    background: #005FD5;
    color: #FFFFFF;
}

.sec3 .wrap .img:hover img {
    transform: scale(1.1);
}

.sec4 {
    padding: 80px 0 89px;
}

.sec4 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin-bottom: 40px;
}

.sec4 .wrap .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0;
}

.sec4 .wrap .list .item {
    display: block;
    width: 780px;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 0 0 38px;
}

.sec4 .wrap .list .item .img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.sec4 .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec4 .wrap .list .item .h5 {
    margin: 35px 0 0;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    transition: 0.6s;
}

.sec4 .wrap .list .item .item_bottom {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
}

.sec4 .wrap .list .item .item_bottom p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    opacity: 0.6;
    transition: 0.6s;
}

.sec4 .wrap .list .item .item_bottom .btn {
    opacity: 0;
    transition: 0.6s;
}

.sec4 .wrap .list .item .item_bottom .btn .btn_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #FFFFFF;
    font-size: 10px;
    color: #326CCB;
    border-radius: 50%;
    transition: background-color 0.6s;
}

.sec4 .wrap .list .item .item_bottom .btn .btn_box:hover {
    background-color: #326CCB;
    color: #FFFFFF;
}

.sec4 .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.sec4 .wrap .list .item:hover .h5 {
    color: #005FD5;
}

.sec4 .wrap .list .item:hover .item_bottom p {
    color: #005FD5;
}

.sec4 .wrap .list .item:hover .item_bottom .btn {
    opacity: 1;
}
.sec2 {
    display: none;
}
@media screen and (max-width: 1919px) {
    .common_banner1 .text .h5{
        font-size: 1.875vw;
        margin-bottom: 0.7291666667vw;
    }
    .common_banner1 .text .img{
        max-width: 72.6041666667vw;
    }
    .common_banner1 .text .img .logo{
        width: 40vw;
    }
    .common_banner1 .text .img .pi{
        margin: -9.8958333333vw auto 0px;
    }
    .sec1{
        padding: 3.125vw 0px 0px;
    }
    .sec1 .wrap .box{
        border-radius: 0.5208333333vw;
        padding: 3.125vw 3.6458333333vw 3.3854166667vw;
        margin-bottom: 3.125vw;
    }
    .sec1 .wrap .box .title{
        font-size: 1.875vw;
        margin-bottom: 1.5625vw;
    }
    .sec1 .wrap .box .title1{
        font-size: 1.875vw;
        margin-bottom: 0.78125vw;
    }
    .sec1 .wrap .box .table table tr th{
        font-size: 0.8333333333vw;
        padding: 1.25vw 0px;
    }
    .sec1 .wrap .box .table table tr th:nth-child(3){
        padding: 0px 0px 0px 1.5625vw;
    }
    .sec1 .wrap .box .table table tr td{
        font-size: 0.8333333333vw;
    }
    .sec1 .wrap .box .table table tr td:nth-child(2){
        padding: 0px 1.5625vw 0px 0px;
    }
    .sec1 .wrap .box .list{
        gap: 1.0416666667vw 2.0833333333vw;
        margin-bottom: 3.125vw;
    }
    .sec1 .wrap .box .list .item .item_box{
        width: 23.9583333333vw;
        height: 11.4583333333vw;
        border-radius: 0.5208333333vw;
        padding: 2.2916666667vw 0px 0px;
    }
    .sec1 .wrap .box .list .item .icon{
        width: 3.3333333333vw;
        height: 3.3333333333vw;
        margin: 0px auto 1.0416666667vw;
    }
    .sec1 .wrap .box .list .item p{
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }
    .sec1 .wrap .flex{
        gap: 1.0416666667vw 0px;
    }
    .sec1 .wrap .flex .item{
        width: 38.5416666667vw;
    }
    .sec1 .wrap .flex .item .h5{
        font-size: 1.875vw;
        margin-bottom: 1.0416666667vw;
        min-height: 2.6041666667vw;
    }
    .sec1 .wrap .flex .item .p{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        min-height: 4.6875vw;
        margin-bottom: 1.5625vw;
    }
    .sec1 .wrap .flex .item .imgs{
        gap: 1.0416666667vw 0px;
    }
    .sec1 .wrap .flex .item .imgs .img{
        height: 21.875vw;
        border-radius: 0.5208333333vw;
    }
    .sec1 .wrap .flex .item .imgs.two .img{
        width: 18.75vw;
        height: 10.4166666667vw;
    }
    .sec2{
        padding: 3.125vw 0px 0px;
    }
    .sec2 .wrap .box{
        border-radius: 0.5208333333vw;
        padding: 3.8541666667vw 3.6458333333vw 4.1666666667vw;
    }
    .sec2 .wrap .box .title{
        font-size: 1.875vw;
        margin-bottom: 2.0833333333vw;
    }
    .sec2 .wrap .box .step_box .jt1{
        width: 11.4583333333vw;
        margin: 1.1458333333vw 0px;
    }
    .sec2 .wrap .box .step_box .jt1 img{
        width: 1.9270833333vw;
    }
    .sec2 .wrap .box .step_box .jt1:nth-child(4n-2){
        margin: 1.1458333333vw 0px 1.1458333333vw auto;
    }
    .sec2 .wrap .box .step_box .step_flex{
        gap: 1.3541666667vw;
    }
    .sec2 .wrap .box .step_box .step_flex .jt{
        width: 1.9270833333vw;
    }
    .sec2 .wrap .box .step_box .step_flex .item{
        width: 11.4583333333vw;
        height: 7.2916666667vw;
        border-radius: 0.5208333333vw;
    }
    .sec2 .wrap .box .step_box .step_flex .item .sort{
        font-size: 2.0833333333vw;
    }
    .sec2 .wrap .box .step_box .step_flex .item .p{
        font-size: 1.0416666667vw;
        margin: 0.1041666667vw 0px 0px;
    }
    .sec3{
        padding: 4.1666666667vw 0px 0px;
    }
    .sec3 .wrap .title{
        font-size: 1.875vw;
        margin-bottom: 1.5625vw;
    }
    .sec3 .wrap .img{
        border-radius: 0.5208333333vw;
    }
    .sec3 .wrap .img .play{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        font-size: 0.7291666667vw;
    }
    .sec4{
        padding: 4.1666666667vw 0px 4.6354166667vw;
    }
    .sec4 .wrap .title{
        font-size: 1.875vw;
        margin-bottom: 2.0833333333vw;
    }
    .sec4 .wrap .list{
        gap: 2.6041666667vw 0px;
    }
    .sec4 .wrap .list .item{
        width: 40.625vw;
        border-radius: 0.5208333333vw;
        padding: 0px 0px 1.9791666667vw;
    }
    .sec4 .wrap .list .item .img{
        height: 20.8333333333vw;
        border-radius: 0.5208333333vw;
    }
    .sec4 .wrap .list .item .h5{
        margin: 1.8229166667vw 0px 0px;
        padding: 0px 1.0416666667vw;
        font-size: 1.0416666667vw;
    }
    .sec4 .wrap .list .item .item_bottom{
        padding: 0px 1.0416666667vw;
    }
    .sec4 .wrap .list .item .item_bottom p{
        font-size: 0.8333333333vw;
    }
    .sec4 .wrap .list .item .item_bottom .btn .btn_box{
        width: 2.34375vw;
        height: 2.34375vw;
        font-size: 0.5208333333vw;
    }
}
@media screen and (max-width: 768px) {
    .common_banner1 {
        height: 60vh;
    }
    .common_banner1 .text .h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .common_banner1 .text .img .logo {
        width: 60vw;
    }
    .common_banner1 .text .img .pi {
        max-height: 30vh;
    }
    .common_banner1 .text .img {
        max-width: 90vw;
    }
    .common_banner1 .text .img .pi {
        margin: -23vw 0 0;
    }
    .sec1 {
        padding: 50px 0;
    }
    .sec1 .wrap .flex .item .h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sec1 .wrap .flex .item .p {
        font-size: 15px;
        line-height: 1.8;
        height: unset;
        margin-bottom: 20px;
    }
    .sec1 .wrap .flex .item .imgs .img {
        height: unset;
        border-radius: 6px;
    }
    .sec1 .wrap .flex .item .imgs {
        gap: 15px 0;
    }
    .sec1 .wrap .flex .item .imgs.two .img {
        width: 48%;
        height: 40vw;
        border-radius: 6px;
        display: flex;
        align-items: center;
    }
    .sec1 .wrap .flex .item {
        width: 100%;
    }
    .sec1 .wrap .flex {
        gap: 30px;
        margin-bottom: 30px;
    }
    .sec1 .wrap .box {
        border-radius: 8px;
        padding: 20px;
    }
    .sec1 .wrap .box .title1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec1 .wrap .box .table table tr {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        border-bottom: none;
    }
    .sec1 .wrap .box .table table tr th {
        display: block;
        font-size: 15px;
        padding: 15px 0 !important;
        width: 30%;
        border-bottom: 1px solid #E1E5E8;
    }
    .sec1 .wrap .box .table table tr td {
        display: block;
        font-size: 15px;
        width: 70%;
        padding: 15px 0 !important;
        border-bottom: 1px solid #E1E5E8;
    }
    .sec4 {
        padding: 30px 0 50px;
    }
    .sec4 .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec4 .wrap .list {
        gap: 30px;
    }
    .sec4 .wrap .list .item {
        width: 100%;
        border-radius: 8px;
        padding: 0 0 20px;
    }
    .sec4 .wrap .list .item .h5 {
        margin: 25px 0 0;
        padding: 0 20px;
        font-size: 18px;
    }
    .sec4 .wrap .list .item .item_bottom .btn {
        display: none;
    }
    .sec4 .wrap .list .item .item_bottom {
        padding: 0 20px;
        margin: 10px 0 0;
    }
    .sec4 .wrap .list .item .item_bottom p {
        font-size: 15px;
    }
    .sec4 .wrap .list .item .img {
        height: 45vw;
        border-radius: 8px;
    }
}
