  .common_banner {
    height: unset;
}

.common_banner .text {
    position: absolute;
    top: 40%;
    left: 260px;
}

.common_banner .text h5 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.common_banner .text p {
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
}

.section {
    background: #F7F7F7;
    padding: 105px 0 170px;
}

.section .wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.section .wrap .l {
    width: 340px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 15px;
}

.section .wrap .l .l_title {
    width: 100%;
    height: 104px;
    background: #F7F7F7;
    border-radius: 16px;
    padding: 0 38px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
}

.section .wrap .l .l_link {
    padding: 38px 27px 38px 38px;
}

.section .wrap .l .l_link a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 22px;
    color: #1A1A1A;
    line-height: 46px;
    transition: 0.6s;

}
.section .wrap .l .l_link a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .wrap .l .l_link a .iconfont {
    font-size: 14px;
    color: #2461AD;
    opacity: 0;
}

.section .wrap .l .l_link a:hover {
    color: #2461AD;
}

.section .wrap .l .l_link a.on {
    color: #2461AD;
}

.section .wrap .l .l_link a.on .iconfont {
    opacity: 1;
}

.section .wrap .r {
    width: 950px;
    padding: 30px 0 0;
}

.section .wrap .r .r_top {
    padding: 0 0 14px;
    margin-bottom: 38px;
    border-bottom: 1px solid #E6E6E6;
}

.section .wrap .r .r_top .r_title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
}

.section .wrap .r .r_top .r_label {
    font-weight: 500;
    font-size: 20px;
    color: #666666;
    margin: 25px 0 15px;
}

.section .wrap .r .r_top .r_sqs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.section .wrap .r .r_top .r_sqs .r_sq {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 50px;
    border-radius: 4px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 20px;
    color: #2461AD;
    border: 1px solid #2461AD;
    transition: 0.6s;
    cursor: pointer;
}
.section .wrap .r .r_top .r_sqs .r_sq.on,.section .wrap .r .r_top .r_sqs .r_sq:hover {

  background: #2461AD;
  color: #FFFFFF;
}
.section .wrap .r .r_content {
    display: none;
}
.section .wrap .r .r_content.on {
    display: block;
}
.section .wrap .r .r_content p {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 32px;
}
.section .wrap .r .r_content p img {
    height: unset !important;
}
/*# sourceMappingURL=application_info1.css.map */
@media screen and (max-width: 1919px) {
    .common_banner .text{
        left: 13.5416666667vw;
    }
    .common_banner .text h5{
        font-size: 0.9375vw;
        margin-bottom: 1.3020833333vw;
    }
    .common_banner .text p{
        font-size: 2.1875vw;
    }
    .section{
        padding: 5.46875vw 0px 8.8541666667vw;
    }
    .section .wrap{
        width: 72.9166666667vw;
    }
    .section .wrap .l{
        width: 17.7083333333vw;
        border-radius: 1.25vw;
        padding: 0.78125vw;
    }
    .section .wrap .l .l_title{
        height: 5.4166666667vw;
        border-radius: 0.8333333333vw;
        padding: 0px 1.9791666667vw;
        font-size: 1.6666666667vw;
    }
    .section .wrap .l .l_link{
        padding: 1.9791666667vw 1.40625vw 1.9791666667vw 1.9791666667vw;
    }
    .section .wrap .l .l_link a{
        font-size: 1.1458333333vw;
        line-height: 2.3958333333vw;
    }
    .section .wrap .l .l_link a .iconfont{
        font-size: 0.7291666667vw;
    }
    .section .wrap .r{
        width: 49.4791666667vw;
        padding: 1.5625vw 0px 0px;
    }
    .section .wrap .r .r_top{
        padding: 0px 0px 0.7291666667vw;
        margin-bottom: 1.9791666667vw;
    }
    .section .wrap .r .r_top .r_title{
        font-size: 2.1875vw;
    }
    .section .wrap .r .r_top .r_label{
        font-size: 1.0416666667vw;
        margin: 1.3020833333vw 0px 0.78125vw;
    }
    .section .wrap .r .r_top .r_sqs{
        gap: 0.78125vw;
    }
    .section .wrap .r .r_top .r_sqs .r_sq{
        height: 2.6041666667vw;
        border-radius: 0.2083333333vw;
        padding: 0px 1.0416666667vw;
        font-size: 1.0416666667vw;
    }
    .section .wrap .r .r_content p{
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
    }
}
@media screen and (max-width: 768px) {
    .common_banner {
        height: 100vh;
    }
    .common_banner .text {
        top: 50%;
    }
    .common_banner .text h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .common_banner .text p {
        font-size: 24px;
    }
    .section .wrap {
        width: 90%;
        display: block;
    }
    .section .wrap .l {
        width: 100%;
        background: unset;
        padding: 0 0 15px;
        border-radius: unset;
        border-bottom: 1px solid #cccccc;
    }
    .section .wrap .l .l_title {
        height: unset;
        padding: 0;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .section .wrap .l .l_link a {
        padding: 0 20px;
        line-height: 35px;
        font-size: 14px;
        width: fit-content;
        background: #FFFFFF;
        border-radius: 4px;
    }
    .section .wrap .l .l_link a.on {
        color: #fff;
        background: #2461AD;
    }
    .section .wrap .l .l_link a .iconfont {
        display: none;
    }
    .section .wrap .l .l_link {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        gap: 15px;
    }
    .section {
        padding: 50px 0 80px;
    }
    .section .wrap .r {
        width: 100%;
        padding: 30px 0 0;
    }
    .section .wrap .r .r_top .r_title {
        font-size: 20px;
    }
    .section .wrap .r .r_top .r_label {
        font-size: 15px;
        margin: 10px 0;
    }
    .section .wrap .r .r_top .r_sqs {
        gap: 8px;
    }
    .section .wrap .r .r_top .r_sqs .r_sq {
        min-height: 35px;
        height: unset;
        padding: 5px 15px;
        border-radius: 4px;
        font-size: 15px;
    }
    .section .wrap .r .r_top {
        padding: 0 0 10px;
        margin-bottom: 15px;
    }
    .section .wrap .r .r_content p {
        font-size: 15px;
        line-height: 2;
    }
}
