.sec1 {
    background: #F3F4F6;
}

.sec1 .wrap {
    width: 1520px;
    margin: auto;
    padding: 156px 0 113px;
}

.sec1 .wrap h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 50px;
}

.sec1 .wrap .flex {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .flex a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.sec1 .wrap .flex a img {
    display: block;
    transition: 3s;
}

.sec1 .wrap .flex a:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .flex a .text {
    position: absolute;
    bottom: 31px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1 .wrap .flex a .text p {
    background: rgba(255, 255, 255, 0.65);
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    line-height: 60px;
    padding: 0px 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.sec1 .wrap .flex a .text .img_btn .iconfont {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    color: #003894;
    font-size: 20px;
    transform: scale(0);
    transition: 0.6s;
}

.sec1 .wrap .flex a .text .img_btn .iconfont:hover {
    background: #003894;
    color: #FFFFFF;
}

.sec1 .wrap .flex a:hover .text .img_btn .iconfont {
    transform: scale(1);
}

.sec1 .wrap .flex .r {
    width: 470px;
}

.sec1 .wrap .flex .r a {
    width: 470px;
    height: 308px;
}

.sec1 .wrap .flex .r a:not(:nth-last-child(1)) {
    margin-bottom: 40px;
}

.sec1 .wrap .flex .r a .text {
    bottom: 21px;
}

.sec1 .wrap .flex .r a .text p {
    font-size: 20px;
    padding: 0 30px;
}

.sec1 .wrap .flex > a {
    width: 1010px;
    height: 650px;
    border-radius: 20px;
}

.more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 55px;
    border-radius: 28px;
    border: 1px solid rgba(0, 55, 148, 0.3);
    transition: 0.6s;
    margin: 60px 0 0;
}

.more p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
    margin-right: 16px;
}

.more .iconfont {
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
}

.more:hover {
    border: 1px solid #003794;
    background: #003794;
}

.more:hover p {
    color: #FFFFFF;
}

.more:hover .iconfont {
    color: #FFFFFF;
}

.sec2 {
    background: #F3F4F6;
    width: 100vw;
    overflow: hidden;
}

.sec2 .wrap {
    width: calc(100vw - (100vw - 1520px) / 2);
    margin: 0 0 0 calc((100vw - 1520px) / 2);
}

.sec2 .wrap .case_swiper {
    width: 1910px;
    margin: 0;
}

.sec2 .wrap .case_swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sec2 .wrap .case_swiper .swiper-slide a .img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.sec2 .wrap .case_swiper .swiper-slide a .img img {
    display: block;
    transition: 3s;
}

.sec2 .wrap .case_swiper .swiper-slide a .img:hover img {
    transform: scale(1.1);
}

.sec2 .wrap .case_swiper .swiper-slide a .img:hover .img_btn .iconfont {
    transform: scale(1);
}

.sec2 .wrap .case_swiper .swiper-slide a .img .img_btn {
    position: absolute;
    right: 33px;
    bottom: 22px;
}

.sec2 .wrap .case_swiper .swiper-slide a .img .img_btn .iconfont {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    color: #111111;
    font-size: 20px;
    transform: scale(0);
    transition: 0.6s;
}

.sec2 .wrap .case_swiper .swiper-slide a .img .img_btn .iconfont:hover {
    background: #003894;
    color: #FFFFFF;
}

.sec2 .wrap .case_swiper .swiper-slide a p {
    font-weight: 400;
    font-size: 20px;
    color: #6A7183;
}

.sec2 .wrap .case_swiper .swiper-slide a:hover p {
    color: #003794;
}

.sec2 .wrap h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 50px;
}

.sec3 {
    background: #F3F4F6;
    padding: 110px 0 150px;
}

.sec3 .wrap {
    width: 1520px;
    margin: 0 auto;
}

.sec3 .wrap .case_swiper2 {
    width: 100%;
    margin: 0;
}

.sec3 .wrap .case_swiper2 .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sec3 .wrap .case_swiper2 .swiper-slide a .img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.sec3 .wrap .case_swiper2 .swiper-slide a .img img {
    display: block;
    transition: 3s;
}

.sec3 .wrap .case_swiper2 .swiper-slide a .img:hover img {
    transform: scale(1.1);
}

.sec3 .wrap .case_swiper2 .swiper-slide a .img:hover .img_btn .iconfont {
    transform: scale(1);
}

.sec3 .wrap .case_swiper2 .swiper-slide a .img .img_btn {
    position: absolute;
    right: 33px;
    bottom: 22px;
}

.sec3 .wrap .case_swiper2 .swiper-slide a .img .img_btn .iconfont {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    color: #111111;
    font-size: 20px;
    transform: scale(0);
    transition: 0.6s;
}

.sec3 .wrap .case_swiper2 .swiper-slide a .img .img_btn .iconfont:hover {
    background: #003894;
    color: #FFFFFF;
}

.sec3 .wrap .case_swiper2 .swiper-slide a p {
    font-weight: 400;
    font-size: 20px;
    color: #6A7183;
}

.sec3 .wrap .case_swiper2 .swiper-slide a:hover p {
    color: #003794;
}

.sec3 .wrap h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 50px;
}

.caseList {
    padding: 156px 0 9px;
}

.caseList .wrap {
    width: 1520px;
    margin: 0 auto;
}

.caseList .wrap h2 {
    font-weight: bold !important;
    font-size: 40px;
    color: #111111;
    margin-bottom: 40px;
}

.caseList .wrap .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.caseList .wrap .flex a {
    display: block;
    width: 740px;
    margin-bottom: 100px;
}

.caseList .wrap .flex a .img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}

.caseList .wrap .flex a .img img {
    width: 100%;
    display: block;
    transition: 3s;
}

.caseList .wrap .flex a .img:hover img {
    transform: scale(1.1);
}

.caseList .wrap .flex a .img:hover .img_btn .iconfont {
    transform: scale(1);
}

.caseList .wrap .flex a .img .img_btn {
    position: absolute;
    right: 33px;
    bottom: 22px;
}

.caseList .wrap .flex a .img .img_btn .iconfont {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    color: #111111;
    font-size: 20px;
    transform: scale(0);
    transition: 0.6s;
}

.caseList .wrap .flex a .img .img_btn .iconfont:hover {
    background: #003894;
    color: #FFFFFF;
}

.caseList .wrap .flex a p {
    font-weight: 400;
    font-size: 20px;
    color: #6A7183;
}

.caseList .wrap .flex a:hover p {
    color: #003794;
}

.caseList .page {
    display: flex;
    justify-content: center;
}

.caseList .page .iconfont {
    width: 47px;
    height: 47px;
    background: #F3F4F6;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    color: #111111;
    opacity: 0.6;
}

.caseList .page .iconfont:nth-child(1) {
    margin-right: 30px;
    transform: rotate(180deg);
}

.caseList .page .iconfont:nth-child(1):hover {
    opacity: 1;
    transform: rotate(180deg) scale(1.5);
}

.caseList .page .iconfont:hover {
    opacity: 1;
    transform: scale(1.5);
}

/*# sourceMappingURL=case.css.map */
@media screen and (max-width: 1600px) {
    .sec1 .wrap {
        width: 90%;
        padding: 100px 0 113px;
    }
    .sec1 .wrap .flex > a {
        width: 66.447%;
        height: auto;
    }
    .sec1 .wrap .flex .r {
        width: 30.921%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .sec1 .wrap .flex .r a:not(:nth-last-child(1)) {
        margin-bottom: unset;
    }
    .sec1 .wrap .flex .r a {
        width: 100%;
        height: auto;
    }
    .sec1 .wrap h2,.sec2 .wrap h2,.sec3 .wrap h2 {
        font-size: 32px;
    }
    .sec1 .wrap .flex a .text p,.sec1 .wrap .flex .r a .text p,.sec2 .wrap .case_swiper .swiper-slide a p,.sec3 .wrap .case_swiper2 .swiper-slide a p {
        font-size: 18px;
    }
    .sec2 .wrap .case_swiper {
        width: 99vw;
    }
    .sec1 .wrap .flex a .text p {
        padding: 0px 29px;
    }
    .more p,.more .iconfont {
        font-size: 16px;
    }
    .more {
        width: 157px;
        height: 50px;
    }
    .sec2 .wrap {
        width: 95vw;
        margin-left: 5vw;
    }
    .sec3 .wrap {
        width: 90%;
    }
    .caseList .wrap {
        width: 90%;
    }
    .caseList {
        padding: 100px 0 9px;
    }
    .caseList .wrap h2 {
        font-size: 32px;
    }
    .caseList .wrap .flex a {
        width: 48%;
    }
    .caseList .wrap .flex a p {
        font-size: 18px;
    }
    .caseList .wrap .flex a {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1400px) {
    .sec1 .wrap h2,.sec2 .wrap h2,.sec3 .wrap h2 {
        font-size: 28px;
    }
    .sec1 .wrap .flex a .text p, .sec1 .wrap .flex .r a .text p, .sec2 .wrap .case_swiper .swiper-slide a p, .sec3 .wrap .case_swiper2 .swiper-slide a p,.caseList .wrap .flex a p {
        font-size: 16px;
    }
    .caseList .wrap h2 {
        margin-bottom: 30px;
    }
    .more p, .more .iconfont {
        font-size: 14px;
    }
    .more {
        width: 138px;
        height: 44px;
    }
    .caseList {
        padding: 80px 0 0;
    }
    .caseList .wrap h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1200px) {
    .sec1 .wrap h2, .sec2 .wrap h2, .sec3 .wrap h2,.caseList .wrap h2 {
        font-size: 24px;
    }
    .sec1 .wrap .flex a .text .img_btn {
        display: none;
    }
    .sec1 .wrap .flex a .text p, .sec1 .wrap .flex .r a .text p, .sec2 .wrap .case_swiper .swiper-slide a p, .sec3 .wrap .case_swiper2 .swiper-slide a p,.caseList .wrap .flex a p {
        font-size: 14px;
    }
    .sec1 .wrap .flex a .text p {
        line-height: 40px;
    }
    .sec1 .wrap .flex a .text p,.sec1 .wrap .flex .r a .text p {
        padding: 0 15px;
    }
    .sec1 .wrap {
        padding: 80px 0 60px;
    }
    .sec1 .wrap h2,.sec2 .wrap h2,.sec3 .wrap h2 {
        margin-bottom: 30px;
    }
    .sec2 .wrap .case_swiper {
        width: 100%;
    }
    .sec2 .wrap {
        width: 90%;
        margin: 0 auto;
    }
    .more {
        margin: 35px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .sec1 .wrap {
        padding: 40px 0;
    }
    .sec1 .wrap .flex {
        display: block;
    }
    .sec1 .wrap .flex .r a {
        width: 48%;
        border-radius: 10px;
    }
    .sec1 .wrap .flex > a {
        width: 100%;
        border-radius: 10px;
    }
    .sec1 .wrap .flex .r {
        width: 100%;
        flex-direction: row;
        margin: 20px 0 0;
    }
    .sec1 .wrap .flex .r a .text p {
        font-size: 12px;
        line-height: 24px;
        padding: 0 10px;
    }
    .sec1 .wrap .flex a .text {
        bottom: 20px;
    }
    .sec1 .wrap .flex .r a .text {
        bottom: 10px;
    }
    .more p, .more .iconfont {
        font-size: 12px;
    }
    .more p {
        margin-right: 6px;
    }
    .more {
        width: 116px;
        height: 34px;
    }
    .sec1 .wrap h2, .sec2 .wrap h2, .sec3 .wrap h2,.caseList .wrap h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .caseList .wrap .flex a .img {
        border-radius: 10px;
    }
    .caseList .wrap .flex a {
        width: 100%;
    }
    .caseList .wrap .flex a {
        margin-bottom: 30px;
    }
    .caseList .wrap .flex a .img {
        margin-bottom: 10px;
    }
    .sec3 {
        padding: 40px 0 60px;
    }
    .caseList {
        padding: 40px 0 0;
    }
}
