.part_one {
    height: 394px;
    background: #E7F4FF;
    overflow: hidden;
    position: relative;
}
.s_wrap {
    position: relative;
    margin: 64px auto 0 auto;
}
#swiper1 {
    width: 100%;
    /* padding: 0 4px !important; */
}
.index_e_item {
    width: 267px !important;
    height: 267px !important;
    padding: 10px 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.index_e_item .title {
    font-weight: 500;
    color: #333333;
    /* border-bottom: 1px solid #E6F1FE; */
    padding-bottom: 12px;
}
.i_item_ect {
    width: 100%;
    height: 120px;
}
.index_i {
    width: 64px;
    height: 64px;
}
.i_i_r_box {
    margin-left: 16px;
}
.co_fh {
    font-size: 28px;
    font-weight: bold;
}
.co_num {
    font-size: 32px;
    font-weight: bold;
}
.co_time {
    font-weight: 400;
    color: #999999;
}
.swiper-pagination {
    display: flex;
    justify-content: center;
    height: 4px;
    bottom: -30px !important;
}
.my-bullet {
    display: block;
    width: 32px;
    height: 4px;
    background: #B7C2CB;
    margin-right: 10px;
}
.my-bullet-active {
    display: block;
    width: 32px;
    height: 4px;
    background: #00A7EA;
}
.swiper-button-prev, .swiper-button-next, .swiper-button-prev3, .swiper-button-next3 {
    width: 40px !important;
    height: 40px !important;
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    color: #fff !important;
}
.swiper-button-prev, .swiper-button-prev3 {
    left: -60px !important;
}
.swiper-button-next, .swiper-button-next3 {
    right: -60px !important;
}
.swiper-button-next:after, .swiper-button-prev:after, .swiper-button-next3:after, .swiper-button-prev3:after {
    display: none;
}
.swiper-button-prev .icon {
    color: #fff;
}
.index_m_title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #DDDDDD;
    height: 60px;
    line-height: 60px;
    position: relative;
    margin-bottom: 25px;
}
.index_m_title::after {
    content: '';
    display: block;
    width: 96px;
    height: 2px;
    background: #00489D;
    position: absolute;
    left: 0;
    bottom: -2px;
}
/* .back_c {
    background: #F8FAFE;
} */
.back_white {
    background: #FFFFFF;
}
.pb25 {
    padding: 25px 0;
}

.fwlj_list li {
    position: relative;
    height: 48px;
    background: #E7F4FF;
    margin-bottom: 20px;
    transition: 0.2s;
}
.fwlj_list li a {
    height: 100%;
    font-weight: 400;
    color: #00489D;
    padding-right: 16px;
}
.fwlj_list li:hover {
    background: #D6EBFF ;
}
.fwlj_list li a span {
    flex: 1;
    font-size: 20px;
}
.fwlj_list li a img {
    width: 56px;
    height: 48px;
    margin-right: 18px;
}
.more {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}
.and_more {
    justify-content: space-between;
}
.xxdt_cn {
    background: #fff;
    width: 480px;
    height: 512px;
    transition: 0.2s;
    box-shadow: 0px 2px 20px 0px rgba(137,137,137,0.15);
}
.xxdt_cn:hover {
    box-shadow: 0px 2px 20px 0px rgba(137,137,137,0.5);
}
.xxdt_cn a {
    position: relative;
    display: block;
    height: 100%;
}
.xxdt_cn .cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xxdt_cn .w_box {
    padding: 8px 16px;
    background: #fff;
}
.xxdt_cn .title {
    font-size: 20px;
    font-weight: bold;
    color: #404040;
    line-height: 30px;
    margin-bottom: 10px;
    min-height: 60px;
}
.xxdt_cn .des {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
}
.xxdt_cn .detail {
    font-size: 14px;
    font-weight: 500;
    color: #00A7EA;
    line-height: 21px;
    margin-top: 15px;
    text-align: right;
}
.xxdt_cn .time {
    position: absolute;
    left: 0;
    top: 309px;
}
#swiper2 {
    width: 100%;
    height: 68%;
}
/* #swiper2 {
    width: 480px;
    height: 512px;
    transition: 0.2s;
    box-shadow: 0px 2px 20px 0px rgba(137,137,137,0.15);
}
#swiper2:hover {
    box-shadow: 0px 2px 20px 0px rgba(137,137,137,0.5);
} */
.xxdt_wrap {
    justify-content: space-between;
}
.xxdt_item {
    position: relative;
    display: block;
    height: 100%;
}
.xxdt_item .cover {
    width: 100%;
    height: 68%;
    object-fit: cover;
}
.xxdt_item .time {
    position: absolute;
    left: 0;
    top: 309px;
}
.fk_time {
    width: 104px;
    height: 40px;
    background: #00A7EA;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    justify-content: center;
    z-index: 20;
}
.fk_time .days {
    font-size: 32px;
}
.fk_time .line {
    width: 1px;
    height: 30px;
    background: #fff;
    margin: 0 6px;
    transform: rotate(20deg);
}
.xxdt_item .w_box {
    padding: 8px 16px;
    background: #fff;
}
.xxdt_item .title {
    font-size: 20px;
    font-weight: bold;
    color: #404040;
    line-height: 30px;
    margin-bottom: 10px;
    min-height: 60px;
}
.xxdt_item .des {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
}
.xxdt_item .detail {
    font-size: 14px;
    font-weight: 500;
    color: #00A7EA;
    line-height: 21px;
    margin-top: 15px;
    text-align: right;
}
.swiper-button-next2, .swiper-button-prev2 {
    background: #f4f4f4;;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 317px;
    z-index: 99;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
.swiper-button-next2 {
    right: 0;
}
.swiper-button-prev2 {
    right: 34px;
}
.xxdt_r_list {
    height: 512px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: center; */
}
.xxdt_r_list li a {
    display: flex;
    width: 620px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    color: #333;
    transition: 0.2s;
    position: relative;
}
.xxdt_r_list li a:hover {
    box-shadow: 0px 2px 20px 0px rgba(137,137,137,0.5);
}
.xxdt_r_list li a .cover {
    width: 35.4%;
    height: 100%;
    object-fit: cover;
    min-width: 35.4%;
}
.xxdt_r_list li a .time {
    /* width: 98px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #00A7EA;
    color: #fff; */
    position: absolute;
    left: 0;
    bottom: 0;
}
.xxdt_r_list li a .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.xxdt_r_list li a .des {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    margin: 8px 0;
}
.xxdt_r_list li a .detail {
    font-size: 14px;
    font-weight: 500;
    color: #00A7EA;
    line-height: 21px;
    text-align: right;
}
.xxdt_r_list li a .item_r_box {
    padding: 16px;
}
.tzgg_list li a {
    color: #00489D;
    width: 100%;
    height: 66px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 16px;
    margin-bottom: 16px;
    transition: 0.2s;
}
.tzgg_list li a:hover {
    box-shadow: 0px 2px 20px 0px rgba(137,137,137,0.5);
}
.tzgg_list li .time {
    /* border-left: 3px solid #00A7EA; */
    border-right: 1px solid #DDDDDD;
    padding: 0 10px;
    height: 32px;
    font-size: 12px;
    margin-right: 16px;
    color: #00489D;
    font-weight: bold;
}
.tzgg_list li .time .days {
    font-size: 32px;
}
.tzgg_list li .time .line {
    width: 1px;
    height: 30px;
    background: #00489D;
    margin: 0 6px;
    transform: rotate(20deg);
}

.tzgg_list li .title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    flex: 1;
}
.tjzt_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tjzt_list li a {
    display: block;
    width: 558px;
    height: 200px;
    background: rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}
.tjzt_list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.tjzt_list li a .title  {
    white-space: nowrap;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tjzt_list li a:hover .tjzt_cover{
    transform: scale(1.1);
}
.b_diamonds {
    width: 100%;
    height: 240px;
    background: url('./caidai-bottom.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}
.diamonds_list {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.diamonds_list a img {
    width: 267px;
    height: 160px;
    object-fit: cover;
    transition: 0.6s;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.diamonds_list a img:hover {
    transform: scale(1.1);
}
.b_video {
    height: 29.17vw;
}
.b_video video {
    width: 100%;
    height: 100%;
}
.fwlj_tips {
    background: #FF4867;
    color: #fff;
    font-size: 14px !important;
    border-radius: 12px;
    padding: 1px 8px;
    margin-left: 10px;
    border-bottom-left-radius: 0;
}
.s3_wrap {
    position: relative;
}
#swiper3 {
    height: 100%;
    padding: 10px;
}
#swiper3 a img {
    width: 267px;
    height: 160px;
    object-fit: cover;
    transition: 0.6s;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
#swiper3 a img:hover {
    transform: scale(1.05);
}
.swiper-pagination2 {
    display: flex;
    justify-content: center;
    height: 4px;
    position: absolute;
    bottom: -15px !important;
}
.swiper-button-prev3, .swiper-button-next3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* mb */
@media screen and (max-width: 769px) {
    .fwlj_tips {
        font-size: 12px !important;
        margin-left: 5px;
    }
    .s_wrap {
        margin: 0;
    }
    .part_one {
        height: auto;
        padding: 20px 0 45px 0;
    }
    .index_e_item {
        width: 48% !important;
        height: 185px !important;
        padding: 5px 8px;
    }
    .index_i {
        width: 32px;
        height: 32px;
    }
    .co_fh, .co_num, .co_time, .index_e_item .title {
        font-size: 14px;
    }
    .i_item_ect {
        height: 90px;
    }
    .xxdt_wrap {
        display: block;
        padding: 0 10px;
    }
    #swiper1 {
        padding: 0 3.1%;
    }
    .xxdt_l, .xxdt_r {
        width: 100%;
    }
    .b_video {
        display: none;
        height: 280px;
        padding: 0 10px;
    }
    .b_video video {
        object-fit: cover;
    }
    .b_diamonds {
        height: auto;
        padding: 10px;
        background-size: cover;
    }
    .diamonds_list {
        flex-wrap: wrap;
    }
    .diamonds_list li {
        width: 48%;
        margin-bottom: 10px;
    }
    .diamonds_list a img {
        width: 100%;
        height: 100px;
    }
    .index_m_title {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .index_m_title::after {
        width: 65px;
        left: 5px;
    }
    .fwlj_list {
        padding: 0 10px;
    }
    .fwlj_list li {
        height: 38px;
    }
    .fwlj_list li a span, .tzgg_list li .title {
        font-size: 12px;
    }
    .fwlj_list li a i, .fwlj_list li a img {
        width: 46px;
        height: 38px;
    }
    .xxdt_item .title, .xxdt_cn .title {
        min-height: 48px;
    }
    .pb25 {
        padding: 10px 0;
    }
    .xxdt_cn {
        width: 100%;
        height: 390px;
    }
    /* #swiper2 {
        width: 100%;
        height: 390px;
    } */
    #swiper2 {
        height: 68%;
    }
    .xxdt_item .time, .xxdt_cn .time {
        top: 230px;
    }
    .swiper-button-next2, .swiper-button-prev2 {
        top: 233px;
    }
    .xxdt_item .w_box, .xxdt_cn .w_box {
        padding: 4px 8px;
    }
    .xxdt_item .title, .xxdt_cn .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 3px;
    }
    .xxdt_item .des, .xxdt_cn .des {
        font-size: 12px;
    }
    .xxdt_item .detail, .xxdt_cn .detail {
        font-size: 12px;
        margin-top: 5px;
    }
    .xxdt_r_list li a {
        width: 100%;
        height: 120px;
    }
    .xxdt_r_list li a .item_r_box {
        padding: 5px;
    }
    .xxdt_r_list li a .title {
        font-size: 16px;
        line-height: 21px;
    }
    .xxdt_r_list li a .des {
        font-size: 12px;
        margin: 4px 0;
        line-height: 1.5;
    }
    .xxdt_r_list li a .detail {
        font-size: 12px;
    }
    .fk_time {
        width: 80px;
        height: 35px;
    }
    .fk_time .days, .tzgg_list li .time .days {
        font-size: 26px;
    }
    .xxdt_r_list {
        height: auto;
    }
    .xxdt_r_list li {
        margin-bottom: 15px;
    }
    .tzgg_list li a {
        height: 46px;
    }
    .tzgg_list, .tjzt_list {
        padding: 0 10px;
    }
    .tjzt_list li a {
        width: 100%;
        height: 135px;
        margin-bottom: 10px;
    }
    .pczt_i_cid {
        height: 135px;
    }
    .tjzt_list li a .title {
        font-size: 28px;
    }
    .xxdt_l {
        margin-bottom: 20px;
    }
    .s3_wrap {
        padding-bottom: 30px;
    }
    #swiper3 {
        padding: 0;
    }
    #swiper3 a img {
        width: 100%;
        height: 100px;
    }
    .swiper-pagination2 {
        bottom: 5px !important;
    }
    .swiper-button-next3, .swiper-button-prev3 {
        display: none;
    }
}