.section {
    padding: 80px 0 147px;
}

.section .wrap .part1 {
    position: relative;
}

.section .wrap .part1 .back {
    width: 65px;
    height: 65px;
    background: #184392;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -174px;
    top: 42px;
}

.section .wrap .part1 .back .iconfont {
    font-size: 26px;
    color: #FFFFFF;
}

.section .wrap .part1 .content {
    width: 1135px;
    margin: 45px 0 0;
}

.section .wrap .part1 .content p {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.section .wrap .part2 {
    padding: 133px 0 0;
}

.section .wrap .part2 .content {
    margin: 39px 0 0;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.section .wrap .part3 {
    padding: 172px 0 0;
}

.section .wrap .part3 .content {
    margin: 55px 0 0;
}

.section .wrap .part3 .content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 100px;
}

.section .wrap .part3 .content ul li {
    width: 400px;
    font-weight: normal;
    font-size: 18px;
    color: #111111;
    line-height: 37px;
    position: relative;
    padding: 0 0 0 24px;
}

.section .wrap .part3 .content ul li:after {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #094AB3;
    position: absolute;
    top: 12px;
    left: 0;
}

.section .wrap .part3 .content ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #184392;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 4px;
}

.section .wrap .part4 {
    padding: 176px 0 0;
}

.section .wrap .part4 .list {
    margin: 49px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section .wrap .part4 .list .item {
    width: 680px;
}

.section .wrap .part4 .list .item p {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    color: #111111;
    margin: 20px 0 0;
}

.section .wrap .part4 .list .item .img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.section .wrap .part4 .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

/*# sourceMappingURL=applicationInfo.css.map */


.section .wrap .part3 .content table {
  width: 100%;
}



.section .wrap .part3 .content table tr th {
  height: 54px;
  border: 1px solid #E6E6E6;
  background: #F5F5F7;
  font-weight: bold;
  font-size: 20px;
  color: #111111;
}

.section .wrap .part3 .content table tr th p {
  font-weight: bold;
  font-size: 20px;
  color: #111111;
}

.section .wrap .part3 .content table tr td {
  border: 1px solid #E6E6E6;
  height: 59px;
  font-weight: normal;
  font-size: 18px;
  color: #111111;
  text-align: center;
  width: fit-content;
}
@media screen and (max-width: 1919px) {
    .section{
        padding: 4.1666666667vw 0px 7.65625vw;
    }
    .section .wrap .part1 .back{
        width: 3.3854166667vw;
        height: 3.3854166667vw;
        border-radius: 1.71875vw;
        right: -9.0625vw;
        top: 2.1875vw;
    }
    .section .wrap .part1 .back .iconfont{
        font-size: 1.3541666667vw;
    }
    .section .wrap .part1 .content{
        width: 59.1145833333vw;
        margin: 2.34375vw 0px 0px;
    }
    .section .wrap .part1 .content p{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .section .wrap .part2{
        padding: 6.9270833333vw 0px 0px;
    }
    .section .wrap .part2 .content{
        margin: 2.03125vw 0px 0px;
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .section .wrap .part3{
        padding: 8.9583333333vw 0px 0px;
    }
    .section .wrap .part3 .content{
        margin: 2.8645833333vw 0px 0px;
    }
    .section .wrap .part3 .content ul{
        gap: 0.8333333333vw 5.2083333333vw;
    }
    .section .wrap .part3 .content ul li{
        width: 20.8333333333vw;
        font-size: 0.9375vw;
        line-height: 1.9270833333vw;
        padding: 0px 0px 0px 1.25vw;
    }
    .section .wrap .part3 .content ul li::after{
        width: 0.6770833333vw;
        height: 0.6770833333vw;
        top: 0.625vw;
    }
    .section .wrap .part3 .content ul li::before{
        width: 0.2604166667vw;
        height: 0.2604166667vw;
        top: 0.8333333333vw;
        left: 0.2083333333vw;
    }
    .section .wrap .part4{
        padding: 9.1666666667vw 0px 0px;
    }
    .section .wrap .part4 .list{
        margin: 2.5520833333vw 0px 0px;
    }
    .section .wrap .part4 .list .item{
        width: 35.4166666667vw;
    }
    .section .wrap .part4 .list .item p{
        font-size: 1.0416666667vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .section .wrap .part4 .list .item .img{
        height: 20.8333333333vw;
    }
    .section .wrap .part3 .content table tr th{
        height: 2.8125vw;
        font-size: 1.0416666667vw;
    }
    .section .wrap .part3 .content table tr th p{
        font-size: 1.0416666667vw;
    }
    .section .wrap .part3 .content table tr td{
        height: 3.0729166667vw;
        font-size: 0.9375vw;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 30px 0 50px;
    }
    .section .wrap .part1 .back {
        position: unset;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-bottom: 40px;
    }
    .section .wrap .part1 .back .iconfont {
        font-size: 16px;
    }
    .section .wrap .part1 .content {
        width: 100%;
        margin: 20px 0 0;
    }
    .section .wrap .part1 .content p {
        font-size: 15px;
        line-height: 2;
    }
    .section .wrap .part2 {
        padding: 60px 0 0;
    }
    .section .wrap .part2 .content {
        margin: 20px 0 0;
        font-size: 15px;
        line-height: 1.8;

    }
    .section .wrap .part2 .content img {
        height: unset !important;
    }
    .section .wrap .part3 {
        padding: 60px 0 0;
    }
    .section .wrap .part3 .content ul li {
        width: 100%;
        font-size: 15px;
        line-height: 3;
        padding: 0 0 0 20px;
    }
    .section .wrap .part3 .content ul li::after {
        width: 12px;
        height: 12px;
        top: 17px;
    }
    .section .wrap .part3 .content ul li::before {
        width: 4px;
        height: 4px;
        top: 21px;
        left: 4px;
    }
    .section .wrap .part3 .content {
        margin: 25px 0 0;
    }
    .section .wrap .part4 {
        padding: 60px 0 0;
    }
    .section .wrap .part4 .list {
        margin: 30px 0 0;
        gap: 30px;
    }
    .section .wrap .part4 .list .item p {
        font-size: 18px;
        margin: 20px 0 0;
    }
    .section .wrap .part4 .list .item {
        width: 100%;
        padding: 0 0 20px;
        border-bottom: 1px solid #e6e6e6;
    }
    .section .wrap .part4 .list .item .img {
        height: 53vw;
    }
}
