.sec1 {
    padding: 225px 0 0;
}

.sec1 .links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 143px;
}

.sec1 .links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 61px;
    background: #F3F3F3;
    border-radius: 31px;
    margin: 0 20px;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    transition: 0.6s;
}

.sec1 .links a:hover, .sec1 .links a.on {
    background: #014099;
    color: #FFFFFF;
}

.sec1 .title {
    text-align: center;
    width: 737px;
    margin: 0 auto 86px;
}

.sec1 .title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #1A1A1A;
    margin: 0 0 40px;
}

.sec1 .title p {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.sec1 .content {
    display: flex;
}

.sec1 .content > div {
    width: 50%;
}

.sec1 .content .r .swiper {
    width: 100%;
}

.sec1 .content .r .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .content .r .swiper .swiper-pagination {
    bottom: 32px;
    left: 64px;
    display: flex;
    align-items: center;
}

.sec1 .content .r .swiper .swiper-pagination span {
    display: block;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 0;
    margin: 0 10px 0 0;
    transition: 0.6s;
}

.sec1 .content .r .swiper .swiper-pagination span.swiper-pagination-bullet-active, .sec1 .content .r .swiper .swiper-pagination span:hover {
    background: #014099;
}

.sec1 .content .l {
    background: #F7F7F7;
    padding: 159px 120px 0 calc((100vw - 1660px) / 2);
}

.sec1 .content .l .text h5 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 30px;
}

.sec1 .content .l .text p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
}

.sec1 .content .l .text .label_list {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0 0;
    width: 681px;
}

.sec1 .content .l .text .label_list .label {
    width: 150px;
    line-height: 59px;
    background: #FFFFFF;
    border-radius: 18px;
    margin-right: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    margin-bottom: 14px;
    transition: 0.6s;
    text-align: center;
}

.sec1 .content .l .text .label_list .label:hover, .sec1 .content .l .text .label_list .label.on {
    background: #014099;
    color: #FFFFFF;
}

.sec2 {
    padding: 165px 0;
}

.sec2 .wrap {
    width: 1660px;
    margin: 0 auto;
}

.sec2 .wrap .title {
    margin-bottom: 15px;
}

.sec2 .wrap .title h3 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 25px;
}

.sec2 .wrap .title p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.sec2 .wrap .content .item {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 11px;
}

.sec2 .wrap .content .item .block {
    padding: 44px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sec2 .wrap .content .item .block h5 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
}

.sec2 .wrap .content .item .block .btn {
    width: 38px;
    height: 38px;
    background: #014099;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec2 .wrap .content .item .block .btn span {
    display: block;
    width: 17px;
    height: 1px;
    background: #A8A8A8;
    position: absolute;
    transition: 0.6s;
}

.sec2 .wrap .content .item .block .btn span:nth-child(2) {
    transform: rotate(90deg);
}

.sec2 .wrap .content .item .none {
    display: none;
}

.sec2 .wrap .content .item .none .flex {
    display: flex;
    flex-wrap: wrap;
}

.sec2 .wrap .content .item .none .flex .item1 {
    width: 544px;
    position: relative;
    margin-bottom: 65px;
}

.sec2 .wrap .content .item .none .flex .item1 .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 403px;
    background: #F7F7F7;
    margin: 0 0 39px;
}

.sec2 .wrap .content .item .none .flex .item1 .img img {
    max-width: 90%;
    max-height: 90%;
    transition: 3s;
}

.sec2 .wrap .content .item .none .flex .item1 .img:hover img {
    transform: scale(1.1);
}

.sec2 .wrap .content .item .none .flex .item1 .item_text {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sec2 .wrap .content .item .none .flex .item1 .item_text .item_title {
    display: block;
    width: 350px;
}

.sec2 .wrap .content .item .none .flex .item1 .item_text .item_title p {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    margin: 0 0 15px;
    transition: 0.6s;
}

.sec2 .wrap .content .item .none .flex .item1 .item_text .item_title h5 {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}

.sec2 .wrap .content .item .none .flex .item1:hover:after {
    transform: scaleX(1);
}

.sec2 .wrap .content .item .none .flex .item1:hover .item_text p, .sec2 .wrap .content .item .none .flex .item1:hover .item_text h5 {
    color: #014099;
}

.sec2 .wrap .content .item .none .flex .item1:not(:nth-child(3n)) {
    margin-right: 14px;
}

.sec2 .wrap .content .item.item_active .block .btn span:nth-child(2) {
    transform: rotate(180deg);
}

.sec3 {
    width: 100vw;
    background: linear-gradient(60deg, #0259D3, #014099);
}

.sec3 .wrap {
    width: 1660px;
    margin: 0 auto;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec3 .wrap h5 {
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 60px;
}

.sec3 .wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 207px;
    height: 77px;
    border-radius: 39px;
    border: 1px solid #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
}

.sec3 .wrap a:hover {
    background: #FFFFFF;
    color: #014099;
}

/*# sourceMappingURL=application.css.map */
@media screen and (max-width: 1919px) {
  .sec1{
    padding: 11.71875vw 0px 0px;
  }
  .sec1 .links{
    margin: 0px 0px 7.4479166667vw;
  }
  .sec1 .links a{
    width: 10.4166666667vw;
    height: 3.1770833333vw;
    border-radius: 1.6145833333vw;
    margin: 0px 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
  .sec1 .title{
    width: 38.3854166667vw;
    margin: 0px auto 4.4791666667vw;
  }
  .sec1 .title h1{
    font-size: 2.0833333333vw;
    margin: 0px 0px 2.0833333333vw;
  }
  .sec1 .title p{
    font-size: 0.8333333333vw;
    line-height: 1.875vw;
  }
  .sec1 .content .r .swiper .swiper-pagination{
    bottom: 1.6666666667vw;
    left: 3.3333333333vw;
  }
  .sec1 .content .r .swiper .swiper-pagination span{
    width: 0.625vw;
    height: 0.625vw;
    margin: 0px 0.5208333333vw 0px 0px;
  }
  .sec1 .content .l{
    padding: 8.28125vw 6.25vw 0px calc(-43.2291666667vw + 50vw);
  }
  .sec1 .content .l .text h5{
    font-size: 1.6666666667vw;
    margin: 0px 0px 1.5625vw;
  }
  .sec1 .content .l .text p{
    font-size: 0.8333333333vw;
  }
  .sec1 .content .l .text .label_list{
    margin: 4.1666666667vw 0px 0px;
    width: 35.46875vw;
  }
  .sec1 .content .l .text .label_list .label{
    width: 7.8125vw;
    line-height: 3.0729166667vw;
    border-radius: 0.9375vw;
    margin-right: 1.0416666667vw;
    font-size: 0.8333333333vw;
    margin-bottom: 0.7291666667vw;
  }
  .sec2{
    padding: 8.59375vw 0px;
  }
  .sec2 .wrap{
    width: 86.4583333333vw;
  }
  .sec2 .wrap .title{
    margin-bottom: 0.78125vw;
  }
  .sec2 .wrap .title h3{
    font-size: 1.6666666667vw;
    margin: 0px 0px 1.3020833333vw;
  }
  .sec2 .wrap .title p{
    font-size: 0.8333333333vw;
  }
  .sec2 .wrap .content .item{
    margin-bottom: 0.5729166667vw;
  }
  .sec2 .wrap .content .item .block{
    padding: 2.2916666667vw 0px;
  }
  .sec2 .wrap .content .item .block h5{
    font-size: 1.6666666667vw;
  }
  .sec2 .wrap .content .item .block .btn{
    width: 1.9791666667vw;
    height: 1.9791666667vw;
  }
  .sec2 .wrap .content .item .block .btn span{
    width: 0.8854166667vw;
  }
  .sec2 .wrap .content .item .none .flex .item1{
    width: 28.3333333333vw;
    margin-bottom: 3.3854166667vw;
  }
  .sec2 .wrap .content .item .none .flex .item1 .img{
    height: 20.9895833333vw;
    margin: 0px 0px 2.03125vw;
  }
  .sec2 .wrap .content .item .none .flex .item1 .item_text .item_title{
    width: 18.2291666667vw;
  }
  .sec2 .wrap .content .item .none .flex .item1 .item_text .item_title p{
    font-size: 0.9375vw;
    margin: 0px 0px 0.78125vw;
  }
  .sec2 .wrap .content .item .none .flex .item1 .item_text .item_title h5{
    font-size: 0.9375vw;
  }
  .sec2 .wrap .content .item .none .flex .item1:not(:nth-child(3n)){
    margin-right: 0.7291666667vw;
  }
  .sec3 .wrap{
    width: 86.4583333333vw;
    height: 20.8333333333vw;
  }
  .sec3 .wrap h5{
    font-size: 1.6666666667vw;
    line-height: 3.125vw;
  }
  .sec3 .wrap a{
    width: 10.78125vw;
    height: 4.0104166667vw;
    border-radius: 2.03125vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
    .sec1 {
        padding: 80px 0 0;
    }
    .sec1 .title {
        width: 90%;
        margin: 0 auto 30px;
    }
    .sec1 .title h1 {
        font-size: 24px;
        margin: 0px 0px 20px;
    }
    .sec1 .title p {
        font-size: 16px;
        line-height: 2;
    }
    .sec1 .content {
        flex-direction: column-reverse;
    }
    .sec1 .content > div {
        width: 100%;
    }
    .sec1 .content .r .swiper .swiper-pagination span {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .sec1 .content .r .swiper .swiper-pagination {
        bottom: 20px;
        left: 0;
        justify-content: center;
    }
    .sec1 .content .l {
        padding: 40px 5vw 60px;
    }
    .sec1 .content .l .text h5 {
        font-size: 20px;
        text-align: center;
        margin: 0 0 10px;
    }
    .sec1 .content .l .text p {
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }
    .sec1 .content .l .text .label_list {
        margin: 20px 0 0;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec1 .content .l .text .label_list .label {
        width: fit-content;
        font-size: 14px;
        padding: 0 10px;
        line-height: 40px;
        border-radius: 6px;
        margin: 5px 5px;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .wrap .title {
        text-align: center;
        margin-bottom: 30px;
    }
    .sec2 .wrap .title h3 {
        font-size: 24px;
        margin: 0px 0px 10px;
    }
    .sec2 .wrap .title p {
        font-size: 16px;
        line-height: 1.6;
    }
    .sec2 .wrap .content .item .block h5 {
        font-size: 20px;
    }
    .sec2 .wrap .content .item .block {
        padding: 20px 0;
    }
    .sec2 .wrap .content .item .block .btn span {
        width: 12px;
    }
    .sec2 .wrap .content .item .block .btn {
        width: 26px;
        height: 26px;
    }
    .sec2 .wrap .content .item .none .flex .item1 .item_text .item_title p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .sec2 .wrap .content .item .none .flex .item1 .item_text .item_title h5 {
        font-size: 20px;
    }
    .sec2 .wrap .content .item .none .flex .item1 .item_text .item_title {
        width: 100%;
    }
    .sec2 .wrap .content .item .none .flex {

    }
    .sec2 .wrap .content .item .none .flex .item1 {
        width: 100%;
        margin: 0 0 30px !important;
    }
    .sec2 .wrap .content .item .none .flex .item1 .img {
        height: 60vw;
        margin-bottom: 15px;
    }
    .sec3 .wrap {
        width: 90%;
        display: block;
        height: unset;
        padding: 60px 0 ;
    }
    .sec3 .wrap h5 {
        font-size: 20px;
        text-align: center;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    .sec3 .wrap a {
        width: 120px;
        height: 46px;
        border-radius: 39px;
        font-size: 16px;
        margin: 0 auto;
    }
}
