.page {
    width: 100%;
    padding-top: 760px;
}

/* 轮播图 */
.swiper_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 760px;
}

.swiper img {
    width: 100%;
    height: 100%;
}

.swiper .swiper-pagination-bullet {
    transition: all 0.5s;
    background-color: #fff;
}

.swiper .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 10px;
    background-color: #fff;
}

.swiper_box .slide_box1 {
    width: 100%;
    height: 760px;
    color: #ffffff;
    position: relative;
}

.swiper_box .slide_box1 .s_b1_c {
    position: absolute;
    top: 50%;
    left: 18%;
    transform: translateY(-50%);
}

.slide_box1 .s_b1_c .s_b1_c_title {
    font-size: 62px;
    font-family: Microsoft YaHei;
    line-height: 98px;
    margin-bottom: 30px;
}

.slide_box1 .s_b1_c .s_b1_c_list {
    display: flex;
}

.slide_box1 .s_b1_c_list .s_b1_c_item {
    font-size: 20px;
    font-family: Source Han Sans CN;
    line-height: 38px;
    font-weight: 300;
    margin: 0 6px;
}

.swiper_box .slide_box2 {
    width: 100%;
    height: 760px;
    color: #ffffff;
    position: relative;
}

.swiper_box .slide_box2 .s_b2_c {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide_box2 .s_b2_c .s_b2_c_title {
    font-size: 80px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 26px;
    color: #ffffff;
    background: linear-gradient(0deg, #ffc30b 0%, #f6ff00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 60px;
}

.slide_box2 .s_b2_c .s_b2_c_list {
    display: flex;
    justify-content: center;
}

.slide_box2 .s_b2_c_list .s_b2_c_item {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
    margin: 0 5px;
    letter-spacing: 10px;
}

/* 中间内容 */
.page_content {
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #afafaf;
}

/* box1 */
.page_content_box1 {
    width: 100%;
    height: 800px;
    background-color: #fff;
}

.page_content_box1 .content_box1_t {
    width: 100%;
    padding-top: 80px;
    margin-bottom: 70px;
}

.content_box1_t h2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 34px;
    font-weight: 700;
    color: #111111;
}

.content_box1_t p {
    text-align: center;
    margin-bottom: 24px;
    font-size: 18px;
    color: #666666;
}

.content_box1_b {
    display: flex;
}

.content_box1_b_l {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content_box1_b_l h4 {
    color: #111111;
    font-size: 34px;
}

.content_box1_b_l p {
    width: 430px;
    color: #666666;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 44px;
    line-height: 24px;
}
.content_box1_b_l .content_box1_b_l_btn {
    width: 198px;
    height: 52px;
    background: linear-gradient(87deg, #3271ff, #00a7ff);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.content_box1_b_r {
    flex: 1;
}

.content_box1_b_r img {
    width: 614px;
    height: 490px;
}

/* box2 */
.page_content_box2 {
    width: 100%;
    height: 600px;
    background-color: #f2f3fa;
}

.page_content_box2 .content_box2_t {
    width: 100%;
    padding-top: 88px;
    margin-bottom: 54px;
}

.content_box2_t h2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 34px;
    font-weight: 700;
    color: #111111;
}

.content_box2_t p {
    text-align: center;
    margin-bottom: 24px;
    font-size: 18px;
    color: #666666;
}

.content_box2_b {
    display: flex;
    justify-content: space-between;
}

.content_box2_b_item {
    width: 282px;
    height: 310px;
    background: #ffffff;
    box-shadow: 0px 0px 27px 0px rgba(206, 206, 206, 0.24);
    border-radius: 14px;
    padding-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: margin 0.5s;
}

.content_box2_b_item .box2_b_item_img {
    width: 100%;
    height: 76px;
    margin-bottom: 35px;
    text-align: center;
}

.box2_b_item_img img {
    width: 66px;
    height: 76px;
}

.content_box2_b_item h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 22px;
}

.content_box2_b_item p {
    width: 198px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.content_box2_b_item p span {
    color: #0680f1;
}

/* box3 */
.page_content_box3 {
    width: 100%;
    height: 936px;
    background-color: #ffffff;
}

.page_content_box3 .content_box3_t {
    width: 100%;
    padding-top: 92px;
    margin-bottom: 52px;
}

.content_box3_t h2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 34px;
    font-weight: 700;
    color: #111111;
}

.content_box3_t p {
    text-align: center;
    margin-bottom: 24px;
    font-size: 18px;
    color: #666666;
}

.content_box3_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content_box3_b .content_box3_b_item {
    position: relative;
    width: 290px;
    height: 310px;
    margin-bottom: 30px;
    z-index: 10;
}

.content_box3_b_item .box3_b_item_img {
    width: 100%;
    height: 200px;
}

.content_box3_b_item .box3_b_item_img img {
    width: 100%;
    height: 100%;
}

.content_box3_b_item .box3_b_item_text {
    width: 100%;
    height: 110px;
    background-color: #0680f1;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content_box3_b_item .box3_b_item_text h4 {
    text-align: center;
    margin-bottom: 10px;
}

.content_box3_b_item .box3_b_item_text p {
    width: 185px;
    font-size: 14px;
    line-height: 20px;
}

.content_box3_b_item .box3_b_item_tip {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    height: 310px;
    z-index: 10;
}

.box3_b_item_tip .box3_b_item_tip_t {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.66);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box3_b_item_tip .box3_b_item_tip_t h4 {
    text-align: center;
    margin-bottom: 30px;
}

.box3_b_item_tip .box3_b_item_tip_t p {
    width: 185px;
    font-size: 14px;
    line-height: 20px;
}

.box3_b_item_tip .box3_b_item_tip_b {
    width: 100%;
    height: 110px;
    background-color: #0680f1;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box3_b_item_tip_b .box3_b_item_tip_b_line {
    width: 61px;
    height: 1px;
    border: 2px solid #ffffff;
    margin-bottom: 20px;
}

.box3_b_item_tip_b p {
    width: 185px;
    font-size: 14px;
    line-height: 20px;
}

/* box4 */
.page_content_box4 {
    width: 100%;
    height: 700px;
    background-color: #f2f3fa;
}

.page_content_box4 .content_box4_t {
    width: 100%;
    padding-top: 92px;
    margin-bottom: 52px;
}

.content_box4_t h2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 34px;
    font-weight: 700;
    color: #111111;
}

.content_box4_t p {
    text-align: center;
    margin-bottom: 24px;
    font-size: 18px;
    color: #666666;
}

.content_box4_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content_box4_b .content_box4_b_item {
    width: 360px;
    height: 190px;
    background: linear-gradient(4deg, #fefefe, #f3f5f8);
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 26px 0px rgba(75, 90, 122, 0.14);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 28px;
    transition: all 0.3s;
}

.content_box4_b_item .box4_b_item_img {
    width: 60px;
    height: 50px;
}

.box4_b_item_img img {
    width: 100%;
    height: 100%;
}

.box4_b_item_text h4 {
    font-size: 18px;
    color: #111111;
    margin: 18px 0 12px;
}

.box4_b_item_text p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

/* box5 */
.page_content_box5 {
    width: 100%;
    height: 950px;
    background-color: #ffffff;
}

.page_content_box5 .content_box5_t {
    width: 100%;
    padding-top: 120px;
    margin-bottom: 52px;
}

.content_box5_t h2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 34px;
    font-weight: 700;
    color: #111111;
}

.content_box5_t p {
    text-align: center;
    margin-bottom: 24px;
    font-size: 18px;
    color: #666666;
}

.content_box5_b {
    margin-bottom: 30px;
    padding: 0 54px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content_box5_b .content_box5_b_item1 {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content_box5_b_item1 .box5_b_item1_img {
    width: 54px;
    height: 48px;
}

.box5_b_item1_img img {
    width: 100%;
    height: 100%;
}

.content_box5_b_item1 .box5_b_item1_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box5_b_item1_text h4 {
    font-size: 18px;
    color: #111111;
    margin: 18px 0 12px;
}

.box5_b_item1_text p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.content_box5_b.p0 {
    /* padding: 0; */
    margin-bottom: 60px;
}

.content_box5_b .content_box5_b_item2 {
    width: 230px;
    /* height: 90px; */
    margin-bottom: 36px;
    text-align: center;
}

.content_box5_b_item2 img {
    width: 100%;
    height: 100%;
}

.content_box5_btn {
    width: 244px;
    height: 52px;
    background: linear-gradient(87deg, #3271ff, #00a7ff);
    border-radius: 4px;
    margin: 0 auto;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
