/* banner */
#BannerSiper {
    width: 100%;
    height: 700px;
}

.banner_swiper_slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_swiper_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

._swiper_content_left {
    width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

._left_top {
    display: flex;
    flex-direction: column;
}

._left_top>.p1 {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._left_top>.p2 {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._left_bot {
    display: flex;
    align-items: center;
    margin-top: 160px;
    width: 178px;
    height: 60px;
    /* background: #ffffff; */
    border-radius: 5px;
    overflow: hidden;
    box-shadow: -1px 4px 21px 0px rgba(255, 255, 255, 0.42);
}

._left_bot_input {
    flex: 1;
    min-width: 2px;
    padding: 0 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

._left_bot_input>input {
    width: 100%;
    border: none;
    outline: none;
    height: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #797979;
}

._left_bot_btn {
    width: 178px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #ff8f44 0%, #ff4421 100%);
    font-size: 23px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
}

._swiper_content_right {
    height: 100%;
    display: flex;
    align-items: flex-end;
    margin-left: 130px;
    opacity: 0;
}

#BannerPrev,
#BannerNext {
    display: none;
}

#BannerPrev {
    background-image: url(/Images/arrow_left.png);
}

#BannerNext {
    background-image: url(/Images/arrow_right.png);
}

#BannerPagination .swiper-pagination-bullet-active {
    background-color: #FF5C2C;
}

/* section */
.section {
    overflow: hidden;
}

.section_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.part_left {
    width: 464px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.part_title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.part_des {
    font-size: 16px;
    font-weight: 400;
    color: #474747;
    line-height: 36px;
    margin-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.part_left_bot {
    width: 170px;
    height: 60px;
    background: linear-gradient(to right, #ff8f44 0%, #ff4421 100%);
    border-radius: 8px;
    box-shadow: 0px 8px 12px 0px rgba(236, 105, 25, 0.30);
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    margin-top: 120px;
    cursor: pointer;
}

.content_reverse {
    flex-direction: row-reverse;
}

.part_right {
    flex: 1;
    min-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section_part {
    height: 730px;
    background-color: #ffffff;
    position: relative;
}

.section_part1 {
    overflow-x: hidden;
}

.part1_tips {
    position: absolute;
    top: 0;
    right: 0;
    width: 492px;
    height: 492px;
    background-image: url(/Images/zs_ring.png);
    background-size: contain;
    background-position: 246px -246px;
    background-repeat: no-repeat;
    opacity: 0;
}

.part1_left_top {
    opacity: 0;
    animation-delay: 0.3s;
}

.part1_right {
    flex: 1;
    min-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.part1_right_phone {
    margin-top: 50px;
    margin-left: 165px;
    opacity: 0;
}

.part1_right_icon {
    position: absolute;
}

.part1_icon1 {
    top: 168px;
    right: 440px;
}

.part1_icon2 {
    top: 114px;
    right: 53px;
}

.part1_icon3 {
    bottom: 95px;
    left: 100px;
}

.part1_icon4 {
    right: 0;
    bottom: 212px;
}

.part1_card1 {
    top: 300px;
    right: 455px;
}

.part1_card2 {
    top: 206px;
    right: -25px;
}

.part1_card3 {
    bottom: 160px;
    left: 155px;
}

.part1_card4 {
    bottom: 61px;
    right: 67px;
}

.part1_right .samll_icon {
    opacity: 0;
}

.part1_right .samll_icon:nth-child(2) {
    animation-delay: 0.3s;
}

.part1_right .samll_icon:nth-child(3) {
    animation-delay: 0.6s;
}

.part1_right .samll_icon:nth-child(4) {
    animation-delay: 0.9s;
}

.part1_right .samll_icon:nth-child(5) {
    animation-delay: 1.2s;
}

.part1_right .card_icon {
    opacity: 0;
}

.part1_right .card_icon:nth-child(6) {
    animation-delay: 0.6s;
}

.part1_right .card_icon:nth-child(7) {
    animation-delay: 0.6s;
}

.part1_right .card_icon:nth-child(8) {
    animation-delay: 1.2s;
}

.part1_right .card_icon:nth-child(9) {
    animation-delay: 1.2s;
}

.part1_left_bot {
    opacity: 0;
}

.section_part2 {
    background-color: #F7FAFD;
}

.part2_tips {
    width: 182px;
    height: 151px;
    position: absolute;
    top: -91px;
    left: 84px;
    background-image: url(/Images/zs_img1.png);
    opacity: 0;
}

.part2_right {
    flex: 1;
    min-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.part2_left_top {
    opacity: 0;
}

.part2_left_bot {
    opacity: 0;
}

.part2_right_phone {
    margin-right: 50px;
    opacity: 0;
}

.part2_right_icon {
    position: absolute;
    opacity: 0;
}

.part2_right_card {
    opacity: 0;
}

.part2_icon1 {
    top: 220px;
    left: 60px;
}

.part2_icon2 {
    top: 160px;
    right: 70px;
}

.part2_icon3 {
    bottom: 50px;
    left: 80px;
}

.part2_icon4 {
    bottom: 107px;
    right: 120px;
}

.part2_right_card {
    position: absolute;
    margin-top: 118px;
    left: 120px;
    bottom: 190px;
}

.part2_right .circle_icon:nth-child(2) {
    animation-delay: 0.3s;
}

.part2_right .circle_icon:nth-child(3) {
    animation-delay: 0.6s;
}

.part2_right .circle_icon:nth-child(4) {
    animation-delay: 0.9s;
}

.part2_right .circle_icon:nth-child(5) {
    animation-delay: 1.2s;
}

.section_part3 {
    overflow-x: hidden;
}

.part3_left_top {
    opacity: 0;
}

.part3_left_bot {
    opacity: 0;
}

.part3_right {
    flex: 1;
    min-width: 2px;
    display: flex;
    align-items: center;
    position: relative;
}

.part3_right_phone {
    margin-left: 115px;
    position: relative;
    z-index: 9;
    opacity: 0;
}

.part3_right_circle1 {
    position: absolute;
    top: 50%;
    right: 200px;
    width: 364px;
    height: 364px;
    margin-top: -175px;
    transform-origin: 50% 50%;
    opacity: 0;
}

.part3_right_circle2 {
    position: absolute;
    top: 50%;
    right: 145px;
    width: 468px;
    height: 468px;
    margin-top: -227px;
    transform-origin: 50% 50%;
    opacity: 0;
}

.par3_right_card {
    position: absolute;
    opacity: 0;
}

.part3_right .par3_right_card:nth-child(4) {
    animation-delay: 0.3s;
}

.part3_right .par3_right_card:nth-child(5) {
    animation-delay: 0.6s;
}

.part3_right .par3_right_card:nth-child(6) {
    animation-delay: 0.9s;
}

.part3_right .par3_right_card:nth-child(7) {
    animation-delay: 1.2s;
}

.part3_icon1 {
    top: 123px;
    right: 0;
}

.part3_icon2 {
    top: 240px;
    right: -55px;
}

.part3_icon3 {
    top: 395px;
    right: -55px;
}

.part3_icon4 {
    top: 520px;
    right: 0;
}

.part3_tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 492px;
    height: 492px;
    background-image: url(/Images/zs_ring.png);
    background-size: contain;
    background-position: -246px -246px;
    background-repeat: no-repeat;
    opacity: 0;
}

.part3_right_circle {
    position: absolute;
    right: 290px;
    z-index: 10;
    opacity: 0;
    animation-delay: 1.5s;
    bottom: 295px;
}

.transtion_rotate1 {
    animation: rotate1 4s linear infinite;
}

.transtion_rotate2 {
    animation: rotate2 4s linear infinite;
}

@keyframes rotate1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section_part4 {
    background-color: #F7FAFD;
}

.part4_left_top {
    opacity: 0;
}

.part4_left_bot {
    opacity: 0;
}

.part4_right {
    flex: 1;
    min-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.part4_right_phone1 {
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    animation-delay: 0.3s;
}

.part4_right_phone2 {
    margin-top: 100px;
    opacity: 0;
    animation-delay: 0.3s;
}

.part4_right_card {
    position: absolute;
    position: absolute;
    left: 25px;
    margin-top: 40px;
    opacity: 0;
    animation-delay: 0.6s;
    bottom: 290px;
}

.part4_tips1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 492px;
    height: 492px;
    background-image: url(/Images/zs_ring.png);
    background-size: contain;
    background-position: -246px 246px;
    background-repeat: no-repeat;
    opacity: 0;
}

.part4_tips2 {
    width: 165px;
    height: 146px;
    position: absolute;
    top: -75px;
    right: 84px;
    background-image: url(/Images/zs_img2.png);
    opacity: 0;
}

.part5_right_phone1 {
    margin-left: 200px;
    margin-top: -50px;
    opacity: 0;
}

.part5_left_top {
    opacity: 0;
}

.part5_left_bot {
    opacity: 0;
}

.part5_right_phone2 {
    margin-top: 100px;
    opacity: 0;
}

.part5_right_icon {
    opacity: 0;
}

.part5_right .part5_right_icon:nth-child(3) {
    animation-delay: 0.5s;
}

.part5_right .part5_right_icon:nth-child(4) {
    animation-delay: 0.8s;
}

.part5_right .part5_right_icon:nth-child(5) {
    animation-delay: 1.1s;
}

.part5_right_icon1 {
    position: absolute;
    top: 160px;
    left: 55px;
}

.part5_right_icon2 {
    position: absolute;
    right: -40px;
    margin-top: 75px;
}

.part5_right_icon3 {
    position: absolute;
    bottom: 102px;
    left: 138px;
}

.part5_right_card {
    position: absolute;
    left: 105px;
    margin-top: -25px;
    opacity: 0;
    animation-delay: 2s;
    bottom: 285px;
}

.part5_tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 492px;
    height: 492px;
    background-image: url(/Images/zs_ring.png);
    background-size: contain;
    background-position: -246px -246px;
    background-repeat: no-repeat;
    opacity: 0;
}

.section_part6 {
    height: 670px;
    background-color: #F7FAFD;
}

.part6_left_top {
    opacity: 0;
}

.part6_left_bot {
    opacity: 0;
}

.part6_right_phone {
    position: absolute;
    margin-left: -300px;
    margin-top: 50px;
    opacity: 0;
    bottom: 60px;
}

.part6_right_icon1 {
    position: absolute;
    bottom: 140px;
    left: 25px;
    opacity: 0;
}

.part6_right_icon2 {
    position: absolute;
    bottom: 95px;
    margin-left: -30px;
    opacity: 0;
    left: 300px;
}

.part6_right_card {
    position: absolute;
    animation-delay: 1s;
    left: 170px;
    bottom: 205px;
    opacity: 0;
}

.part6_tips {
    width: 182px;
    height: 151px;
    position: absolute;
    top: -91px;
    right: 84px;
    background-image: url(/Images/zs_img1.png);
    opacity: 0;
}

.section_part7 {
    height: 700px;
    overflow: hidden;
}

.push_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.push_title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    text-align: center;
}

.push_list {
    display: flex;
    margin-top: 80px;
    min-height: 300px;
}

.push_list_item {
    width: 270px;
    height: 300px;
    background-color: #f2f5fa;
    border-radius: 10px;
    transition: all .3s;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
}

.push_list_item:first-child {
    margin-left: 0;
}

/* .push_list_item:nth-child(2n) {
    margin-top: 65px;
} */
.push_list_item:nth-child(2){
    animation-delay: 0.3s;
}
.push_list_item:nth-child(3){
    animation-delay: 0.6s;
}
.push_list_item:nth-child(4){
    animation-delay: 0.9s;
}

.push_item_top {
    width: 90px;
    height: 90px;
    background: #f2f5fa;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ff6b01;
    transition: all .3s;
}

.push_item_bot {
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
    box-sizing: border-box;
}

._push_item_title {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    transition: all .3s;
    min-height: 36px;
}

._push_item_des {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #686868;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-top: 15px;
    transition: all .3s;
    min-height: 21px;
}

.push_list_item:hover {
    box-shadow: 0px 26px 50px 0px rgba(255, 75, 35, 0.50);
    background: linear-gradient(180deg, #ff8f44 0%, #ff4421 100%);
}

.push_list_item:hover .push_item_top {
    background-color: #ffffff;
}

.push_list_item:hover ._push_item_title {
    color: #ffffff;
}

.push_list_item:hover ._push_item_des {
    color: #ffffff;
}

.part7_tips {
    position: absolute;
    top: 0;
    right: 0;
    width: 492px;
    height: 492px;
    background-image: url(/Images/zs_ring.png);
    background-size: contain;
    background-position: 246px -246px;
    background-repeat: no-repeat;
    opacity: 0;
}

.section_part8 {
    height: 700px;
    background-color: #F2F5FA;
    background-image: url(/Images/anli_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    overflow-x: hidden;
}

.case_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case_title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-top: -130px;
}

.case_list {
    margin-top: 15px;
    min-height: 420px;
}

.case_list {
    position: relative;
}

.case_list_item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 20px 20px 0px rgba(42, 67, 119, 0.10);
}



.case_item1 {
    bottom: 0;
    left: 480px;
    opacity: 0.39;
    width: 120px;
    height: 62px;
    z-index: 1;
}

.case_item2 {
    bottom: 145px;
    left: 0;
    width: 150px;
    height: 82px;
    opacity: 0.82;
    z-index: 2;

}

.case_item3 {
    width: 135px;
    height: 70px;
    top: 0;
    left: 40px;
    opacity: 0.77;
    z-index: 3;
}

.case_item4 {
    bottom: 30px;
    right: 390px;
    width: 194px;
    height: 92px;
    opacity: 0.79;
    z-index: 4;
}

.case_item5 {
    bottom: 0;
    right: 0;
    width: 120px;
    height: 60px;
    opacity: 0.82;
    z-index: 5;
}

.case_item6 {
    bottom: 107px;
    left: 392px;
    width: 145px;
    height: 70px;
    z-index: 6;
}

.case_item7 {
    top: 95px;
    right: 240px;
    width: 170px;
    height: 95px;
    opacity: 0.68;
    z-index: 7;
}

.case_item8 {
    width: 260px;
    height: 132px;
    right: 0;
    top: 0;
    z-index: 8;
}

.case_item9 {
    width: 192px;
    height: 100px;
    left: 192px;
    bottom: 0;
    z-index: 9;
}

.case_item10 {
    width: 245px;
    height: 125px;
    top: 60px;
    left: 168px;
    z-index: 10;
}

.case_item11 {
    width: 100px;
    height: 50px;
    opacity: 0.52;
    bottom: 70px;
    left: 30px;
    z-index: 11;
}

.case_item12 {
    width: 195px;
    height: 102px;
    top: 220px;
    right: 65px;
    z-index: 12;
}

.case_item13 {
    width: 300px;
    height: 150px;
    top: 85px;
    right: 435px;
    z-index: 13;
}

.case_list .case_transtion:nth-child(1) {
    transition-property: all;
    transition-delay: 0s;
    transition-duration: 2s;
    animation-delay: 0s;
}

.case_list .case_transtion:nth-child(2) {
    transition-property: all;
    transition-delay: 0.1s;
    transition-duration: 2s;
    animation-delay: 0.3s;
}

.case_list .case_transtion:nth-child(3) {
    transition-property: all;
    transition-delay: 0.2s;
    transition-duration: 2s;
    animation-delay: 0.2s;
}

.case_list .case_transtion:nth-child(4) {
    transition-delay: 0.3s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 0.3s;
}

.case_list .case_transtion:nth-child(5) {
    transition-delay: 0.4s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 0.4s;
}

.case_list .case_transtion:nth-child(6) {
    transition-delay: 0.5s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 0.5s;
}

.case_list .case_transtion:nth-child(7) {
    transition-delay: 0.6s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 0.6s;
}

.case_list .case_transtion:nth-child(8) {
    transition-delay: 0.7s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 0.7s;
}

.case_list .case_transtion:nth-child(9) {
    transition-delay: 0.8s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 0.8s;
}

.case_list .case_transtion:nth-child(10) {
    transition-delay: 0.9s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 0.9s;
}

.case_list .case_transtion:nth-child(11) {
    transition-delay: 1s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 1s;
}

.case_list .case_transtion:nth-child(12) {
    transition-delay: 1.1s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 1.1s;
}

.case_list .case_transtion:nth-child(13) {
    transition-delay: 1.2s;
    transition-property: all;
    transition-duration: 2s;
    animation-delay: 1.2s;
}

.case_list .case_list_item.case_opacity {
    opacity: 0;
}

.case_list .case_list_item.case_animated {
    transform-origin: 50% -50%;
    animation-duration: 2.5s;
    animation-iteration-count: 1;
    animation-name: breathe;
}

.case_list .case_list_item {
    background-color: #ffffff;
    cursor: pointer;
}
.case_hover{
    transition: all .3s;
}
.case_list_item.case_hover:hover{
    transform: scale(1.1);
}
.case_list .case_list_item>img {
    height: 100%;
}

@keyframes breathe {
    0% {
        transform: scaleX(1);
    }

    65% {
        transform: scale3d(1.06, 1.06, 1.06);
    }

    100% {
        transform: scaleX(1);
    }
}

.case_bottom {
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0;
    background-image: url(/Images/strip_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.case_bottom_float {
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.case_bottom_box {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.case_bottom_left {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 130px;
    box-sizing: border-box;
}

._case_bot_tips>img {
    width: 130px;
    height: 132px;
    position: absolute;
    bottom: 0;
    left: 0;
}

._case_bot_tips>p {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    margin-top: 30px;
}

.case_bottom_right {
    display: flex;
    align-items: center;
}

._case_bot_input {
    width: 373px;
    height: 45px;
    background: #ffffff;
    border-radius: 5px;
    padding: 0 16px;
    box-sizing: border-box;
    margin-top: 30px;
}

._case_bot_input>input {
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #797979;
    outline: none;
    border: none;
}

._case_bot_btn {
    width: 150px;
    height: 45px;
    background: #ff4a24;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 30px;
    line-height: 45px;
    text-align: center;
    margin-left: 13px;
    cursor: pointer;
}

.case_bottom_close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: none;
}

/*ÐÂÎÅ×ÊÑ¶*/
.section_news {
    height: 600px;
    background-color: #F7FAFD;
}

.news_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news_title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-top: 74px;
}

.news_tabs {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

    .news_tabs > li {
        list-style: none;
        height: 40px;
        border-radius: 5px;
        background-color: #e6ebf3;
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        color: #333333;
        padding: 0 39px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        margin-left: 22px;
        transition: all .3s;
        cursor: pointer;
    }

        .news_tabs > li:first-child {
            margin-left: 0;
        }

        .news_tabs > li.active {
            background-color: #FF4A24;
            color: #FFFFFF;
        }

.news_main {
    width: 100%;
}

.news_swiper {
    width: 100%;
    padding: 70px 0;
    box-sizing: border-box;
}

    .news_swiper .swiper-slide {
        width: 100%;
        display: flex;
        align-items: center;
    }

.news_item {
    width: 30.3%;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

    .news_item:first-child {
        margin-left: 0;
    }

.news_item_date {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #a9a9a9;
    line-height: 24px;
}

.news_item_title {
    display: block;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    color: #4c4c4c;
    line-height: 24px;
    margin-top: 25px;
    transition: all .3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_item_des {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 24px;
    margin-top: 30px;
}

.news_item_more {
    display: block;
    margin-top: 30px;
}

    .news_item_more > span {
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        color: #ff4a24;
        line-height: 24px;
        border-bottom: 2px solid #FF4A24;
        padding-bottom: 6px;
    }

.news_item:hover .news_item_title {
    color: #FF4A24;
}

.news_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.news_swiper .swiper-pagination-bullet-active {
    background-color: #FF4A24;
}