.sec1 {
    width: 100%;
    padding: 112px 0 44px;
    background: linear-gradient(180deg, #C1C1C1, rgba(247, 247, 247, 0));
    margin: 225px 0 0;
}

.sec1 .wrap {
    width: 1660px;
    margin: 0 auto;
}

.sec1 .wrap .title {
    text-align: center;
    margin: 0 0 30px;
}

.sec1 .wrap .title p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 0 0 30px;
}

.sec1 .wrap .title h1 {
    font-weight: 600;
    font-size: 48px;
    color: #000000;
}

.sec1 .wrap .img {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    pointer-events: none;
}

.sec1 .wrap .img p {
    font-weight: bold;
    font-size: 408px;
    color: #FFFFFF;
    line-height: 612px;
    opacity: 0.5;
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
}

.sec1 .wrap .img img {
    display: block;
    position: relative;
    z-index: 3;
}

.sec1 .wrap .sec1_bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 3px 0 0;
}

.sec1 .wrap .sec1_bottom .sec1_link {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.sec1 .wrap .sec1_bottom .sec1_link a {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    display: block;
    transition: 0.6s;
    margin-left: 32px;
}

.sec1 .wrap .sec1_bottom .sec1_link a:hover, .sec1 .wrap .sec1_bottom .sec1_link a.on {
    color: #014099;
}

.sec1 .wrap .sec1_bottom .join {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 50px;
    background: #FFFFFF;
}

.sec1 .wrap .sec1_bottom .join .icon {
    width: 17px;
    height: 17px;
    margin: 0 8px 0 0;
    transition: 0.6s;
}

.sec1 .wrap .sec1_bottom .join p {
    font-weight: 500;
    font-size: 16px;
    color: #014099;
    transition: 0.6s;
}

.sec1 .wrap .sec1_bottom .join:hover {
    background: #014099;
}

.sec1 .wrap .sec1_bottom .join:hover .icon {
    filter: grayscale(1) brightness(10);
}

.sec1 .wrap .sec1_bottom .join:hover p {
    color: #FFFFFF;
}

.sec2 {
    padding: 98px 0;
}

.sec2 .wrap {
    width: 1660px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.sec2 .wrap .item {
    width: 100%;
    border-left: 1px solid #E4E4E4;
}

.sec2 .wrap .item:nth-last-child(1) {
    border-right: 1px solid #E4E4E4;
}

.sec2 .wrap .item h5 {
    font-weight: 500;
    font-size: 16px;
    color: #014099;
    text-align: center;
    margin: 0 0 35px;
}

.sec2 .wrap .item .item_text {
    display: flex;
    align-items: end;
    justify-content: center;
}

.sec2 .wrap .item .item_text .num {
    display: flex;
    align-items: center;
}

.sec2 .wrap .item .item_text .num div {
    font-weight: 600;
    font-size: 30px;
    color: #1A1A1A;
}

.sec2 .wrap .item .item_text p {
    font-weight: 500;
    font-size: 18px;
    color: #888888;
    margin: 0 0 5px 10px;
}

.common_title {
    display: flex;
    align-items: center;
}

.common_title .sq {
    width: 14px;
    height: 27px;
    background: #014099;
    margin: 0 18px 0 0;
}

.common_title p {
    font-weight: 800;
    font-size: 32px;
    color: #1A1A1A;
}

.sec3 .wrap {
    width: 1660px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec3 .wrap .l {
    width: 686px;
}

.sec3 .wrap .l .common_title {
    margin: 0 0 60px;
}

.sec3 .wrap .l .text {
    margin: 0 0 40px;
}

.sec3 .wrap .l .text p {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

.sec3 .wrap .l .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 48px;
    background: #014099;
}

.sec3 .wrap .l .btn .icon {
    width: 16px;
    margin-right: 10px;
}

.sec3 .wrap .l .btn p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.sec3 .wrap .r {
    width: 830px;
}

.sec4 {
    padding: 124px 0 0;
}

.sec4 .wrap {
    width: 1660px;
    margin: 0 auto;
}

.sec4 .wrap .common_title {
    margin: 0 0 42px;
}

.sec4 .wrap .content {
    display: flex;
    flex-wrap: wrap;
}

.sec4 .wrap .content .item {
    width: 380px;
    margin-bottom: 40px;
}

.sec4 .wrap .content .item .img {
    width: 100%;
    height: 290px;
    overflow: hidden;
    margin: 0 0 42px;
}

.sec4 .wrap .content .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec4 .wrap .content .item .img:hover img {
    transform: scale(1.1);
}

.sec4 .wrap .content .item p {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.sec4 .wrap .content .item:not(:nth-child(4n)) {
    margin-right: 46px;
}

.sec5 {
    padding: 88px 0 0;
}

.sec5 .sec5_swiper {
    width: 100%;
}

.sec5 .sec5_swiper .swiper-slide {
    position: relative;
}

.sec5 .sec5_swiper .swiper-slide .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    opacity: 0;
}

.sec5 .sec5_swiper .swiper-slide .text h5 {
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.sec5 .sec5_swiper .swiper-slide .text .play {
    width: 107px;
    height: 107px;
    border-radius: 50%;
    border: 1px dashed #FFFFFF;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sec5 .sec5_swiper .swiper-slide .text .play .sq {
    width: 8px;
    height: 16px;
    background: #FFFFFF;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.sec5 .sec5_swiper .swiper-slide .img {
    width: 100%;
}

.sec5 .sec5_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.sec5 .sec5_swiper .swiper-slide.swiper-slide-active .text {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.6s;
}

.sec5 .sec5_swiper .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1660px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 3;
}

.sec5 .sec5_swiper .btns .iconfont {
    pointer-events: auto;
    width: 58px;
    height: 58px;
    background: #FFFFFF;
    box-shadow: 1px 4px 1px 0px rgba(17, 18, 20, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #003E8D;
    transition: 0.6s;
    cursor: pointer;
}

.sec5 .sec5_swiper .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
}

.sec5 .sec5_swiper .btns .iconfont:hover {
    color: #FFFFFF;
    background: #003E8D;
}

.sec5 .sec5_swiper .swiper-pagination {
    bottom: 60px;
}

.sec5 .sec5_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.4;
    transition: 0.6s;
}

.sec5 .sec5_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.sec6 {
    padding: 97px 0 0;
}

.sec6 .wrap {
    width: 1660px;
    margin: 0 auto;
}

.sec6 .wrap .common_title {
    margin: 0 0 30px;
}

.sec6 .wrap .content .item {
    width: 100%;
    margin: 0 0 36px;
}

.sec6 .wrap .content .item .block {
    width: 100%;
    height: 66px;
    background: #E7E7E7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    cursor: pointer;
    transition: 0.6s;
}

.sec6 .wrap .content .item .block h5 {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    transition: 0.6s;
}

.sec6 .wrap .content .item .block .btn {
    display: flex;
    align-items: center;
}

.sec6 .wrap .content .item .block .btn p {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    margin: 0 10px 0 0;
    transition: 0.6s;
}

.sec6 .wrap .content .item .block .btn .icon {
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec6 .wrap .content .item .block .btn .icon span {
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    transition: 0.6s;
    background: #014099;
}

.sec6 .wrap .content .item .block .btn .icon span:nth-child(2) {
    transform: rotate(90deg);
}

.sec6 .wrap .content .item .block:hover {
    background: #014099;
}

.sec6 .wrap .content .item .block:hover h5 {
    color: #FFFFFF;
}

.sec6 .wrap .content .item .block:hover .btn p {
    color: #FFFFFF;
}

.sec6 .wrap .content .item .block:hover .btn .icon span {
    background: #FFFFFF;
}

.sec6 .wrap .content .item .none {
    display: none;
}

.sec6 .wrap .content .item .none table {
    width: 100%;
}

.sec6 .wrap .content .item .none table tr td {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    height: 66px;
    padding: 0 0 0 60px;
}

.sec6 .wrap .content .item .none table tr:nth-child(2n-1) td {
    background: #F7F7F7;
}

.sec6 .wrap .content .item.item_active .block .btn .icon span:nth-child(2) {
    transform: rotate(180deg);
}

.sec6 .wrap .content .down_item {
    margin: 0 0 36px;
    width: 100%;
    height: 66px;
    background: #014099;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    cursor: pointer;
    transition: 0.6s;
}

.sec6 .wrap .content .down_item h5 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    transition: 0.6s;
}

.sec6 .wrap .content .down_item .btn {
    display: flex;
    align-items: center;
}

.sec6 .wrap .content .down_item .btn p {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 10px 0 0;
    transition: 0.6s;
}

.sec6 .wrap .content .down_item .btn .icon {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1) brightness(10);
}

.sec7 {
    padding: 70px 0 44px;
}

.sec7 .wrap {
    width: 1660px;
    margin: 0 auto;
}

.sec7 .wrap .common_title {
    margin: 0 0 35px;
}

/*# sourceMappingURL=proInfo.css.map */
@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 5.8333333333vw 0px 2.2916666667vw;
        margin: 11.71875vw 0px 0px;
    }

    .sec1 .wrap {
        width: 86.4583333333vw;
    }

    .sec1 .wrap .title {
        margin: 0px 0px 1.5625vw;
    }

    .sec1 .wrap .title p {
        font-size: 0.9375vw;
        margin: 0px 0px 1.5625vw;
    }

    .sec1 .wrap .title h1 {
        font-size: 2.5vw;
    }

    .sec1 .wrap .img {
        height: 23.4375vw;
    }

    .sec1 .wrap .img p {
        font-size: 21.25vw;
        line-height: 31.875vw;
    }

    .sec1 .wrap .sec1_bottom {
        margin: 0.15625vw 0px 0px;
    }

    .sec1 .wrap .sec1_bottom .sec1_link {
        margin-right: 2.6041666667vw;
    }

    .sec1 .wrap .sec1_bottom .sec1_link a {
        font-size: 0.9375vw;
        margin-left: 1.6666666667vw;
    }

    .sec1 .wrap .sec1_bottom .join {
        width: 7.3958333333vw;
        height: 2.6041666667vw;
    }

    .sec1 .wrap .sec1_bottom .join .icon {
        width: 0.8854166667vw;
        height: 0.8854166667vw;
        margin: 0px 0.4166666667vw 0px 0px;
    }

    .sec1 .wrap .sec1_bottom .join p {
        font-size: 0.8333333333vw;
    }

    .sec2 {
        padding: 5.1041666667vw 0px;
    }

    .sec2 .wrap {
        width: 86.4583333333vw;
    }

    .sec2 .wrap .item h5 {
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.8229166667vw;
    }

    .sec2 .wrap .item .item_text .num div {
        font-size: 1.5625vw;
    }

    .sec2 .wrap .item .item_text p {
        font-size: 0.9375vw;
        margin: 0px 0px 0.2604166667vw 0.5208333333vw;
    }

    .common_title .sq {
        width: 0.7291666667vw;
        height: 1.40625vw;
        margin: 0px 0.9375vw 0px 0px;
    }

    .common_title p {
        font-size: 1.6666666667vw;
    }

    .sec3 .wrap {
        width: 86.4583333333vw;
    }

    .sec3 .wrap .l {
        width: 35.7291666667vw;
    }

    .sec3 .wrap .l .common_title {
        margin: 0px 0px 3.125vw;
    }

    .sec3 .wrap .l .text {
        margin: 0px 0px 2.0833333333vw;
    }

    .sec3 .wrap .l .text p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .sec3 .wrap .l .btn {
        width: 9.375vw;
        height: 2.5vw;
    }

    .sec3 .wrap .l .btn .icon {
        width: 0.8333333333vw;
        margin-right: 0.5208333333vw;
    }

    .sec3 .wrap .l .btn p {
        font-size: 0.8333333333vw;
    }

    .sec3 .wrap .r {
        width: 43.2291666667vw;
    }

    .sec4 {
        padding: 6.4583333333vw 0px 0px;
    }

    .sec4 .wrap {
        width: 86.4583333333vw;
    }

    .sec4 .wrap .common_title {
        margin: 0px 0px 2.1875vw;
    }

    .sec4 .wrap .content .item {
        width: 19.7916666667vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec4 .wrap .content .item .img {
        height: 15.1041666667vw;
        margin: 0px 0px 2.1875vw;
    }

    .sec4 .wrap .content .item p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .sec4 .wrap .content .item:not(:nth-child(4n)) {
        margin-right: 2.3958333333vw;
    }

    .sec5 {
        padding: 4.5833333333vw 0px 0px;
    }

    .sec5 .sec5_swiper .swiper-slide .text h5 {
        font-size: 1.6666666667vw;
        margin-bottom: 2.6041666667vw;
    }

    .sec5 .sec5_swiper .swiper-slide .text .play {
        width: 5.5729166667vw;
        height: 5.5729166667vw;
    }

    .sec5 .sec5_swiper .swiper-slide .text .play .sq {
        width: 0.4166666667vw;
        height: 0.8333333333vw;
    }

    .sec5 .sec5_swiper .btns {
        width: 86.4583333333vw;
    }

    .sec5 .sec5_swiper .btns .iconfont {
        width: 3.0208333333vw;
        height: 3.0208333333vw;
        box-shadow: rgba(17, 18, 20, 0.08) 1px 0.2083333333vw 1px 0px;
        font-size: 0.7291666667vw;
    }

    .sec5 .sec5_swiper .swiper-pagination {
        bottom: 3.125vw;
    }

    .sec5 .sec5_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }

    .sec6 {
        padding: 5.0520833333vw 0px 0px;
    }

    .sec6 .wrap {
        width: 86.4583333333vw;
    }

    .sec6 .wrap .common_title {
        margin: 0px 0px 1.5625vw;
    }

    .sec6 .wrap .content .item {
        margin: 0px 0px 1.875vw;
    }

    .sec6 .wrap .content .item .block {
        height: 3.4375vw;
        padding: 0px 3.125vw;
    }

    .sec6 .wrap .content .item .block h5 {
        font-size: 0.9375vw;
    }

    .sec6 .wrap .content .item .block .btn p {
        font-size: 0.9375vw;
        margin: 0px 0.5208333333vw 0px 0px;
    }

    .sec6 .wrap .content .item .block .btn .icon {
        width: 0.8333333333vw;
        height: 0.8333333333vw;
    }

    .sec6 .wrap .content .item .block .btn .icon span {
        width: 0.8333333333vw;
        height: 0.1041666667vw;
    }

    .sec6 .wrap .content .item .none table tr td {
        font-size: 0.8333333333vw;
        height: 3.4375vw;
        padding: 0px 0px 0px 3.125vw;
    }

    .sec6 .wrap .content .down_item {
        margin: 0px 0px 1.875vw;
        height: 3.4375vw;
        padding: 0px 3.125vw;
    }

    .sec6 .wrap .content .down_item h5 {
        font-size: 0.9375vw;
    }

    .sec6 .wrap .content .down_item .btn p {
        font-size: 0.9375vw;
        margin: 0px 0.5208333333vw 0px 0px;
    }

    .sec6 .wrap .content .down_item .btn .icon {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }

    .sec7 {
        padding: 3.6458333333vw 0px 2.2916666667vw;
    }

    .sec7 .wrap {
        width: 86.4583333333vw;
    }

    .sec7 .wrap .common_title {
        margin: 0px 0px 1.8229166667vw;
    }
}
@media screen and (max-width: 1024px) {
    .sec1 {
        margin: 60px 0;
        padding: 40px 0;
    }
    .sec1 .wrap .title p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec1 .wrap .img {
        height: 60vw;
    }
    .sec1 .wrap .img p {
        font-size: 144px;
        line-height: 1;
    }
    .sec1 .wrap .sec1_bottom .join p {
        font-size: 16px;
    }
    .sec1 .wrap .sec1_bottom .join {
        width: 142px;
        height: 50px;
    }
    .sec1 .wrap .sec1_bottom .join .icon {
        width: 17px;
        height: 17px;
        margin-right: 6px;
    }
    .sec1 .wrap .title h1 {
        font-size: 24px;
    }
    .sec3 .wrap {
        width: 90%;
        display: block;
    }
    .sec3 .wrap .l {
        width: 100%;
    }
    .common_title p {
        font-size: 20px;
    }
    .common_title .sq {
        width: 6px;
        height: 16px;
        margin-right: 10px;
    }
    .common_title {
        margin-bottom: 30px !important;
    }
    .sec3 .wrap .l {
        margin-bottom: 40px;
    }
    .sec3 .wrap .r {
        width: 100%;
    }
    .sec3 .wrap .l .text p {
        font-size: 14px;
        line-height: 2;
    }
    .sec3 .wrap .l .text {
        margin-bottom: 50px;
    }
    .sec3 .wrap .l .btn {
        width: 150px;
        height: 44px;
    }
    .sec3 .wrap .l .btn .icon {
        width: 14px;
        margin-right: 10px;
    }
    .sec3 .wrap .l .btn p {
        font-size: 16px;
    }
    .sec4 {
        padding: 60px 0 0;
    }
    .sec4 .wrap .content {
        display: block;
    }
    .sec4 .wrap .content .item {
        width: 100%;
        margin: 0 0 40px !important;
    }
    .sec4 .wrap .content .item .img {
        height: 87vw;
        margin-bottom: 20px;
    }
    .sec4 .wrap .content .item p {
        font-size: 16px;
        line-height: 1.6;
    }
    .sec6 {
        padding: 20px 0 0;
    }
    .sec6 .wrap .content .item .block,.sec6 .wrap .content .down_item {
        height: 58px;
        padding: 0 15px;
    }
    .sec6 .wrap .content .item .block .btn p,.sec6 .wrap .content .down_item .btn p {
        font-size: 14px;
        margin-right: 5px;
    }
    .sec6 .wrap .content .down_item .btn .icon {
        width: 14px;
        height: 14px;
    }
    .sec6 .wrap .content .item {
        margin: 0 0 20px;
    }
    .sec6 .wrap .content .item .none table tr td {
        font-size: 14px;
        min-height: 40px;
        padding: 10px;
    }
    .sec6 .wrap .content .item .block .btn .icon {
        width: 11px;
        height: 11px;
    }
    .sec6 .wrap .content .item .block .btn .icon span {
        width: 100%;
        height: 1px;
    }
    .sec6 .wrap .content .item .block h5,.sec6 .wrap .content .down_item h5 {
        font-size: 16px;
    }
    .sec7 {
        padding: 60px 0;
    }
    .sec7 .content img {
        height: unset;
    }
}
