.c004BE1 {
    color: #004BE1
}
.sec:nth-child(2n) {
    background: #F9FAFF;
}

.sec .btn-box {
    text-align: center;
}

.sec .btn {
    min-width: 136px;
    display: inline-block;
    padding: 17px 25px;
    border-radius: 6px;
    background: #004BE1;
    font-size: 16px;
    color:#fff;
    line-height: 14px;
    margin-top: 15px;
    cursor: pointer;
    margin-left: 22px;
    text-align: center;
    margin-top: 32px;
}

.sec1 img {
    width: 1090px;
}

.sec1 .common-subtitle {
    text-align: left;
    width: 995px;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
    margin-top: 30px;
}

.sec1 .tips {
    margin-top: 52px;
    text-align: center;
    color: #333333;
    font-size: 16px;

}

.sec2 .sec-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 img {
    width: 578px;
    flex-shrink: 0;
}

.sec2 .item-box .item {
    padding-left: 14px;
    position: relative;
    margin-top: 80px;
}

.sec2 .item-box .item:first-child {
    margin-top: 0;
}

.sec2 .item-box .item::after {
    content: '';
    display: block;
    background: #004BE1;
    width: 4px;
    height: calc(100% - 12px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.sec2 .item-box .item .title {
    color: #004BE1;
    line-height: 28px;
    font-weight: 500;
    font-size: 24px;
}

.sec2 .item-box .item .desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.sec2 .item-box.right .item {
    padding-left: 0;
    padding-right: 14px;
    text-align: right;
}

.sec2 .item-box.right .item::after {
    left: auto;
    right: 0;
}

.sec4 .sec-content-wrap {
    background: #fff;
    padding-bottom: 58px;
}

.sec4 .sec4-top {
    width: 100%;
    height: 76px;
    display: flex;
    box-sizing: border-box;
    padding-left: 48px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    border-radius: 10px;
}

.sec4 .sec4-top .sec4-thumbs {
    width: 100%;
}

.sec4 .sec4-top .sec4-thumbs .swiper-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sec4 .sec4-top .sec4-thumbs .swiper-wrapper .swiper-slide {
    width: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
}

.sec4 .sec4-top .sec4-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    color: #004BE1;
    position: relative;
}

.sec4 .sec4-top .sec4-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #004BE1;
    position: absolute;
    bottom: 0;
    left: 0;
}


.sec4 .sec4-gallery .swiper-slide .item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 52px;
    border: 1px solid rgba(164, 172, 191, 0.3);
    border-radius: 10px;
    margin: 32px 32px 40px;
}

.sec4 .sec4-gallery .swiper-slide .item-box .item {
    width: 25%;
    display: flex;
    margin-top: 26px;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.sec4 .sec4-gallery .swiper-slide .item-box .item .text {
    font-size: inherit;
}

.sec4 .sec4-gallery .swiper-slide .item-box .item .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 12px;
}

.sec4 .sec4-gallery .swiper-slide .item-box .item:nth-child(-n+4) {
    margin-top: 0;
}

.sec4 .sec4-gallery .swiper-slide .img-box {
    width: 1032px;
    height: 495px;
    margin: auto;
}

.sec4 .sec4-gallery .swiper-slide .img-box .text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 40px;
    color: #666666 
}

.sec4 .sec4-gallery .swiper-slide .img-box .text .c004BE1 {
    font-size: 18px;
    font-weight: 500;
}


.sec4 .sec4-top .more {
    flex-shrink: 0;
    width: 297px;
    box-sizing: border-box;
    padding-right: 28px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    font-size: 16px;
}

.sec5 .item-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec5 .item-box .item {
    width: 368px;
    height: 505px;
    border-radius: 20px;
    opacity: 1;
    background: #F9FAFF;
    box-sizing: border-box;
    border: 1px solid rgba(164, 172, 191, 0.2);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    margin-right: 47px;
    padding-top: 40px;
    text-align: center;
}

.sec5 .item-box .item:last-child {
    margin-right: 0;
}

.sec5 .item-box .item img {
    width: 240px;
    display: block;
    margin: auto;
}

.sec5 .item-box .item .title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 39px;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #004BE1;
    display: inline-block;
}

.sec5 .item-box .item .desc {
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 27px;
    display: inline-block;
    text-align: left;
}

.sec7 .item-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec7 .item-box .item {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 39px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.sec7 .item-box .item.left {
    width: 620px;
    background: #004BE1
}

.sec7 .item-box .item.right {
    width: 497px;
    margin-left: 56px;
    background: #FF7623;
}

.sec7 img {
    width: 1188px;
    margin: 27px auto 0;
    display: flex;
}

.sec8 .common-subtitle {
    width: 1071px;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    margin: 30px auto 0;
    text-align: left;
}

.sec9 .sec-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec9 .item-box .item {
    padding-left: 14px;
    position: relative;
    margin-top: 80px;
}

.sec9 .item-box .item:first-child {
    margin-top: 0;
}

.sec9 .item-box .item::after {
    content: '';
    display: block;
    background: #004BE1;
    width: 4px;
    height: calc(100% - 12px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.sec9 .item-box .item .title {
    color: #004BE1;
    line-height: 28px;
    font-weight: 500;
    font-size: 24px;
}

.sec9 .item-box .item .desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.sec9 .item-box .item .tags {
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-top: 25px;
    padding-bottom: 16px;
}

.sec9 .item-box .item .tags .tag {
    margin-left: 10px;
    width: 95px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #004BE1;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.sec9 .img {
    width: 762px;
    flex-shrink: 0;
}

.sec10 .swiper-container {
    padding-bottom: 42px;
}

.sec10 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.sec10 .swiper-pagination-sec10 {
    bottom: 0px;
}
