﻿@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown2 {
    from {
        -webkit-transform: scale(1.08) translateX(-50%);
        transform: scale(1.08) translateX(-50%);
    }

    to {
        -webkit-transform: scale(1) translateX(-50%);
        transform: scale(1) translateX(-50%);
    }
}

/*首页轮播 */
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

    .banner .item {
        overflow: hidden;
    }

        .banner .item .pimg {
            position: absolute;
            right: 0;
            left:0 !important;
            top: 0;
            width: 100%;
            display: block;
        }

        .banner .item .pimg1 {
            position: absolute;
            right: 0;
            left: 50% !important;
            transform: translateX(-50%);
            top: 0;
            width: 100%;
            display: block;
        }

        .banner .item .building {
            position: absolute;
            right: 0;
            left: 50% !important;
            transform: translateX(-50%);
            top: 0;
            width: 100%;
            display: block;
        }

        .banner .item .lightspot {
            position: absolute;
            right: 0;
            left: 50% !important;
            transform: translateX(-50%);
            top: 0 !important;
            width: 100%;
            display: block;
        }

        .banner .item .word {
            width: 61.82%;
            height: 27.78%;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 21.3%;
            z-index: 10;
        }

        .banner .item .birdfly {
            position: absolute;
            right: 0%;
            top: 9%;
            width: 22.2%;
            height: 26.5%;
            z-index: 12;
        }

        .banner .item .grouptitle {
            width: 50%;
            height: 9%;
            position: absolute;
            top: 50%;
            opacity: 0;
            z-index: 10;
        }

        /*1536px*/
        .banner .item .unify_info {
            width: 17.14%;
            height: 26.3%;
            position: absolute;
            right: 2%;
            bottom: 8%;
        }

            .banner .item .unify_info .unify_info_1 {
                position: absolute;
                width: 30%;
                height: 100%;
                margin: 0 auto;

            }

                .banner .item .unify_info .unify_info_1 > img {
                    margin: 0 auto;
                    margin-left: -20%;
                }

            .banner .item .unify_info .unify_info_2 {
                left: 35%;
                position: absolute;
                width: 30%;
                height: 100%;
                margin: 0 auto;
            }

             .banner .item .unify_info .unify_info_3 {
                left: 70%;
                position: absolute;
                width: 30%;
                height: 100%;
                margin: 0 auto;
            }           

        .banner .item .qrcode {
            width: 140%;
            opacity: 0;
            margin: 0 auto;
        }

        .banner .item .unify_info .unify_assistant {
            width: 75%;
            margin: 0 auto;
            /*margin: 0 auto;
            width: 74%;*/
            margin-top: 4%;
            padding-top: 74%;
            background-image: url("../images/index/02/微助手小程序.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            animation: runbird 1s;
            cursor: pointer;
        }

        .banner .item .unify_info .unify_client {
            margin: 0 auto;
            width: 75%;
            margin-top: 150%;
            padding-top: 74%;
            background-image: url("../images/index/02/客户端下载-初始.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            animation: runbird 1s;
            cursor: pointer;
        }

        .banner .item .unify_info .unify_appcode {
            margin: 0 auto;
            width: 75%;
            margin-top: 150%;
            padding-top: 74%;
            background-image: url("../images/index/02/appcode.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            animation: runbird 1s;
            cursor: pointer;
        }

            .banner .item .unify_info .unify_client:hover {
                animation: runbird 1s infinite;
            }

        .banner .item .unify_info .unify_title {
            width: 100%;
            height: 27.3%;
            padding: 1rem 0;
            height: 1rem;
            font-size: 1rem;
            line-height: 1rem;
            color: #ffffff;
            opacity: 0.5;
            text-align: center;
        }

        .banner .item .aiexamtitles {
            width: 58%;
            height: 25.5%;
            position: absolute;
            top: 15.9%;
            left: 50%;
            opacity: 0;
            z-index: 10;
        }

        .banner .item .aiexammodel {
            width: 59.9%;
            height: 46.3%;
            position: absolute;
            opacity: 0;
            z-index: 10;
            left: 50%;
            bottom: 9.5%;
        }

        .banner .item .airoomtitle {
            width: 64%;
            height: 24.1%;
            position: absolute;
            top: 50%;
            left: 50%;
            opacity: 0;
            z-index: 10;
        }

        .banner .item .cloundtitle {
            width: 48.75%;
            height: 45.2%;
            position: absolute;
            top: 50%;
            left: 50%;
            opacity: 0;
            z-index: 10;
        }

    .banner .slick-active .pimg {
        visibility: visible !important;
        -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
        animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

    .banner .item1 .slick-active .pimg {
        -webkit-animation: none;
        animation: none;
    }

    .banner .slick-active .grouptitle {
        animation: grouptitle 1s both;
    }

    .banner .slick-active .building {
        animation: building 1s both;
    }

    .banner .slick-active .lightspot {
        animation: lightspot 2s ease-out alternate infinite;
    }

    .banner .slick-active .word {
        visibility: visible !important;
        -webkit-animation: scaleUpDown2 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
        animation: scaleUpDown2 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

    .banner .slick-active .birdfly {
        animation: flybird 2s ease-in-out 0s 1 alternate forwards;
    }

    .banner .slick-active .unify_info {
        animation: unify_info 1s both;
    }

    .banner .slick-active .aiexamtitles {
        animation: aiexamtitle 1s both;
    }

    .banner .slick-active .aiexammodel {
        animation: aiexammodel 1s both;
    }

    .banner .slick-active .airoomtitle {
        animation: airoomtitle 1s both;
    }

    .banner .slick-active .cloundtitle {
        animation: cloundtitle 1s both;
    }

@keyframes grouptitle {
    from {
        opacity: 0;
        transform: translate(62.5rem,-50%);
        -webkit-transform: translate(62.5rem,-50%);
        -moz-transform: translate(62.5rem,-50%);
    }

    to {
        opacity: 1;
        transform: translate(22%,-50%);
        -webkit-transform: translate(22%,-50%);
        -moz-transform: translate(22%,-50%);
    }
}

@keyframes building {
    from {
        opacity: 0;
        transform: translate(-50%, 60%);
        -webkit-transform: translate(-50%, 60%);
        -moz-transform: translate(-50%, 60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
    }
}

@keyframes lightspot {
    0% {
       transform: translate(-50%, 2rem);
        -webkit-transform: translate(-50%, 2rem);
        -moz-transform: translate(-50%, 2rem);
    }

    100% {
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
    }
}

@keyframes unify_info {
    from {
        opacity: 0;
        transform: translateY(60%);
        -webkit-transform: translateY(60%);
        -moz-transform: translateY(60%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

@keyframes runbird {
    0% {
        background-image: url("../images/index/02/客户端下载-经过1.png");
    }

    3% {
        background-image: url("../images/index/02/客户端下载-经过2.png");
    }

    6% {
        background-image: url("../images/index/02/客户端下载-经过3.png");
    }

    9% {
        background-image: url("../images/index/02/客户端下载-经过4.png");
    }

    12% {
        background-image: url("../images/index/02/客户端下载-经过5.png");
    }

    15% {
        background-image: url("../images/index/02/客户端下载-经过6.png");
    }

    18% {
        background-image: url("../images/index/02/客户端下载-经过7.png");
    }

    100% {
        background-image: url("../images/index/02/客户端下载-经过7.png");
    }
}

@keyframes flybird {
    from {
        transform: translate(400px,-400px) scale(1.5);
        -webkit-transform: translate(400px,-400px) scale(1.5);
        -moz-transform: translate(400px,-400px) scale(1.5);
    }

    to {
        transform: translate(0,0) scale(1);
        -webkit-transform: translate(0,0) scale(1);
        -moz-transform: translate(0,0) scale(1);
    }
}


@keyframes aiexamtitle {
    from {
        opacity: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
}

@keyframes aiexammodel {
    from {
        opacity: 0;
        transform: translate(-50%,100%);
        -webkit-transform: translate(-50%,100%);
        -moz-transform: translate(-50%,100%);
    }

    to {
        opacity: 1;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
    }
}

@keyframes airoomtitle {
    from {
        opacity: 0;
        transform: translate(-50%,-50%) scale(4);
        -webkit-transform: translate(-50%,-50%) scale(4);
        -moz-transform: translate(-50%,-50%) scale(4);
    }

    to {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1);
        -webkit-transform: translate(-50%,-50%) scale(1);
        -moz-transform: translate(-50%,-50%) scale(1);
    }
}

@keyframes cloundtitle {
    from {
        opacity: 0;
        transform: translate(-50%,-50%) scale(0);
        -webkit-transform: translate(-50%,-50%) scale(0);
        -moz-transform: translate(-50%,-50%) scale(0);
    }

    to {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1);
        -webkit-transform: translate(-50%,-50%) scale(1);
        -moz-transform: translate(-50%,-50%) scale(1);
    }
}

.banner_show_title {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    width: 100%;
    font-family: YouSheBiaoTiHei;
    font-size: 3.5rem;
    line-height: 5.625rem;
    color: #ffffff;
}

    .banner_show_title > div {
        text-align: center;
    }

.banner_show_title_big {
    font-size: 5rem;
}

.banner .slick-prev {
    left: 2rem;
    width: 4rem;
    height: 4rem;
    background: url("../images/banner_slick_arrow.png") center center no-repeat;
    background-size: 100% 100%;
    z-index: 10;
    display: none !important;
}

.banner .slick-next {
    right: 2rem;
    width: 4rem;
    height: 4rem;
    background: url("../images/banner_slick_arrow.png") center center no-repeat;
    background-size: 100% 100%;
    z-index: 10;
    transform: translateY(-50%) rotate(180deg);
    display: none !important;
}

.banner:hover .slick-prev, .banner:hover .slick-next {
    display: block !important;
}

.banner .slick-next:before, .banner .slick-prev:before {
    content: none;
}

.banner .slick-dots li {
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border-radius: 0.5rem;
}

.banner .slick-dots .slick-active {
    background-color: #0072ff;
}

.mouseIco {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 4%;
}

    .mouseIco span {
        font-size: 15px;
        color: rgb(95, 95, 95);
        letter-spacing: 2px;
        margin-top: 6px;
        display: inline-block;
    }

    .mouseIco img {
        display: block;
        width: 20px;
        margin: 0 auto 5px;
        position: relative;
        top: -6px;
    }

.mouseIco-img1 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    animation: mouseImg1 1s ease-in-out alternate infinite;
}

.mouseIco-img2 {
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
    animation: mouseImg2 1s ease-in-out alternate infinite;
}

.mouseIco-img3 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    animation: mouseImg3 1s ease-in-out alternate infinite;
}

@keyframes mouseImg1 {
    0% {
        -webkit-transform: scale(0.5) translateY(-5px);
        transform: scale(0.5) translateY(-5px);
    }

    100% {
        -webkit-transform: scale(0.5) translateY(5px);
        transform: scale(0.5) translateY(5px);
    }
}

@keyframes mouseImg2 {
    0% {
        -webkit-transform: scale(0.78) translateY(-5px);
        transform: scale(0.78) translateY(-5px);
    }

    100% {
        -webkit-transform: scale(0.78) translateY(5px);
        transform: scale(0.78) translateY(5px);
    }
}

@keyframes mouseImg3 {
    0% {
        -webkit-transform: scale(1.2) translateY(-5px);
        transform: scale(1.2) translateY(-5px);
    }

    100% {
        -webkit-transform: scale(1.2) translateY(5px);
        transform: scale(1.2) translateY(5px);
    }
}

/*关于蓝鸽 */
.main_about_lancoo {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    padding: 10rem 0;
}

.about_lancoo_back_left {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/about_background_left.png") center center no-repeat;
    background-size: 100% 100%;
}

.about_lancoo_back_right {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/about_background_right.png") center center no-repeat;
    background-size: 100% 100%;
}

.brief_left {
    float: left;
    width: 40rem;
    height: 30rem;
    position: relative;
    overflow: hidden;
}

.about_lancoo_text {
    margin: 2rem 0 0 0;
    width: 100%;
    /*height: 6.75rem;*/
    line-height: 2.25rem;
    color: #666666;
    position: relative;
    font-size: 0.875rem;
}

.about_lancoo_number {
    margin: 3.5rem 0 0 0;
    width: 100%;
    height: 4.5rem;
}

    .about_lancoo_number .show_nav {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .about_lancoo_number .show_nav > li {
            float: left;
            width: auto;
            height: 100%;
            margin-left: 3.25rem;
        }

        .about_lancoo_number .show_nav :first-child {
            margin: 0;
        }

        .about_lancoo_number .show_nav > li > p {
            font-size: 0.875rem;
            line-height: 2.25rem;
            height: 2.25rem;
            color: #666666;
        }

        .about_lancoo_number .show_nav > li .math {
            font-size: 2.25rem;
            line-height: 2.25rem;
            color: #252525;
            font-weight: bold;
        }

        .about_lancoo_number .show_nav > li .intro {
            width: auto;
            height: 1.5rem;
            overflow: hidden;
            position: relative;
            margin: 0.75rem 0 0 0;
            font-size: 0.875rem;
            line-height: 1.5rem;
            padding-left: 1.75rem;
        }

            .about_lancoo_number .show_nav > li .intro > img {
                width: 1.5rem;
                height: 100%;
                position: absolute;
                left: 0;
                bottom: 0;
            }

.about_lancoo_btn {
    width: 7.1875rem;
    height: 2.25rem;
    background-image: linear-gradient(90deg, #23c3ff 0%, #0072ff 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 0.25rem;
    margin-top: 3.5rem;
    cursor: pointer;
}

.about_lancoo_btn_text {
    float: left;
    margin: 0.5rem 0 0 1rem;
    font-size: 1rem;
    color: #ffffff;
}

    .about_lancoo_btn_text > a {
        color: #ffffff;
    }

.about_lancoo_btn_arrow {
    float: left;
    margin: 0.8125rem 0 0 0.875rem;
    width: 0.75rem;
    height: 0.625rem;
    background: url("../images/know_more.png") center center no-repeat;
    background-size: 100% 100%;
}

.brief_right {
    float: right;
    width: 40rem;
    height: 30rem;
    background-color: #000000;
    box-shadow: 0px 0.75rem 2.5rem 0px rgba(0, 0, 0, 0.3);
}
/*产品介绍 */
.main_product_intro {
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 5rem 0;
}

.product_brief_text {
    margin: 2.25rem auto;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #666666;
    text-align: center;
}

.product_show {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.product_show_list {
    width: 100%;
    height: 100%;
}

.product_show_cell {
    float: left;
    width: 15%;
    height: 40rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .product_show_cell:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        border-left: 2px solid rgba(245, 245, 245, 0.3);
        z-index: 9;
    }

    .product_show_cell:first-child:before {
        content: none;
    }

    .product_show_cell .img {
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .product_show_cell .img:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 9;
        }

        .product_show_cell .img img {
            -webkit-filter: grayscale(50%);
            filter: grayscale(50%);
            height: 100%;
            position: absolute;
        }

.product_show_cell_fold {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 11;
}

.product_show_celll_fold_title {
    width: 1.125rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.product_show_cell_fold:hover .product_show_cell_productshow {
    transform: rotate(360deg);
    transition: all 1s ease 0s;
}

.product_show_cell_productname {
    width: 1rem;
    height: auto;
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.product_show_cell_productshow {
    width: 100%;
    height: 1.125rem;
    margin-top: 0.625rem;
    background: url("../images/solution_open.png") center center no-repeat;
    background-size: 100% 100%;
}

.product_show_cell_spread {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 11;
}

.product_show_cell_spread_title {
    height: 1.875rem;
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    left: 3.79%;
    bottom: 7%;
}

.product_show_cell_spread_text {
    width: 35.9375rem;
    height: auto;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #ffffff;
    position: absolute;
    left: 3.79%;
    bottom: 5%;
    opacity: 0;
}

.product_show_imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    letter-spacing: -0.4em;
    white-space: nowrap;
}

    .product_show_imgs li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

        .product_show_imgs li > div {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            background: rgba(0, 0, 0, .48);
        }

        .product_show_imgs li.is-hover {
            -webkit-transition: -webkit-transform 18000ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: transform 18000ms all 0s, -webkit-transform 18000ms all 0s;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

            .product_show_imgs li.is-hover div {
                opacity: 1;
            }

.product_show_cell_isactive {
    width: 55%;
}

    .product_show_cell_isactive .img img {
        width: 100%;
        height: 100%;
        left: 0 !important;
    }
/*热点新闻 */

.hot_main {
    width: 90%;
    margin: 0 auto;
    max-width: 87.5rem;
}

    .hot_main .model_title {
        padding: 0 0.75rem;
    }

.hot_new_all {
    width: 100%;
    height: 1.5rem;
    margin-top: 2.75rem;
    padding: 0 0.75rem;
}

.hot_new_show {
    width: 100%;
    height: 27.5rem;
    margin-top: 1.5rem;
}

.hot_new_show_list {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .hot_new_show_list .slick-slide {
        height: 29.25rem;
        padding: 0 0.75rem;
    }

        .hot_new_show_list .slick-slide:first-child {
            margin: 0;
        }

    .hot_new_show_list .slick-dots li {
        display: inline-block;
        margin: 0 0.25rem;
        width: 0.75rem;
        height: 0.75rem;
        background: #cecece;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .hot_new_show_list .slick-dots li.slick-active {
            background-color: #0072ff;
        }

.hot_new_show_cell {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.hot_new_show_cell_head {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 15.5rem;
}

    .hot_new_show_cell_head img {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

.hot_new_show_cell_body {
    width: 100%;
    height: 12rem;
    border: 1px solid #dddddd;
}

    .hot_new_show_cell_body .title {
        width: 100%;
        height: 5rem;
        padding: 1rem 0.5rem;
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1.5rem;
        color: #333333;
    }

    .hot_new_show_cell_body .content {
        width: 100%;
        height: 3rem;
        padding: 0 0.5rem;
        color: #666666;
        font-size: 0.875rem;
        line-height: 1.5rem;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .hot_new_show_cell_body .time {
        font-size: 0.875rem;
        width: 100%;
        height: 2.875rem;
        line-height: 1.125rem;
        color: #999999;
        padding: 1rem 0.5rem;
    }

.is_active .hot_new_show_cell_head img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.is_active .hot_new_show_cell_body {
    background: #0072ff;
    border: 1px solid #0072ff;
}

    .is_active .hot_new_show_cell_body .title, .is_active .hot_new_show_cell_body .content, .is_active .hot_new_show_cell_body .time {
        color: #ffffff;
    }

/*新闻列表*/
.main_new {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    padding: 5rem 0 0 0;
}

.new_list {
    width: 75rem;
    height: auto;
    overflow: hidden;
    margin: 0 6.25rem;
}

.new_list_rows {
    width: 100%;
    height: 12.5rem;
    margin: 1.875rem 0 0 0;
    cursor: pointer;
    background-color: #f6f6f6;
}

    .new_list_rows:first-child {
        margin: 0;
    }

.new_list_rows_img {
    float: left;
    width: 22.25rem;
    height: 12.5rem;
    position: relative;
    overflow: hidden;
}

    .new_list_rows_img > img {
        width: 100%;
        height: 100%;
        transform: scale(1);
        transition: all 0.4s ease 0s;
    }

    .new_list_rows_img:hover > img {
        transform: scale(1.06);
        transition: all 0.4s ease 0s;
    }

.new_list_rows_content {
    float: left;
    width: calc(100% - 22.25rem);
    height: 12.5rem;
    padding: 1.875rem;
}

.new_list_rows_content_title {
    width: auto;
    height: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.new_list_rows_content_text {
    margin: 1.75rem 0 1rem 0;
    width: auto;
    height: 4.5rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #666666;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.new_list_rows_content_time {
    height: 1.125rem;
    line-height: 1.125rem;
    font-size: 0.875rem;
    color: #999999;
}

.new_list_rows_content:hover {
    background-color: #0072ff;
}

    .new_list_rows_content:hover .new_list_rows_content_title, .new_list_rows_content:hover .new_list_rows_content_text, .new_list_rows_content:hover .new_list_rows_content_time {
        color: #ffffff;
    }

.new_pagination {
    width: 75rem;
    height: 2rem;
    margin: 3.75rem 6.25rem;
}

/*新闻详情*/
.news_banners_second {
    width: 100%;
    height: 100%;
    background: url("../images/banner_news_second.png") center center no-repeat;
    background-size: 100% 100%;
}

.news_detail {
    width: 75rem;
    margin: 0 auto;
    height: auto;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.news_head {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eeeeee;
    padding: 0 3% 2% 3%;
    text-align: center;
}

.case_head {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eeeeee;
    padding: 0 3%;
    text-align: center;
}

.news_title {
    width: 100%;
    height: auto;
    font-size: 1.5rem;
}

.news_info {
    margin-top: 2rem;
    width: 100%;
    height: 0.875rem;
    line-height: 0.875rem;
    font-size: 1rem;
}

    .news_info span {
        color: #666;
        margin-left: 5%;
    }

.news_content {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 2rem 0;
}

.main_new_detail_content_img {
    width: 100%;
    height: 450px;
    background-color: #000000;
    margin: 3rem 0 0 0;
}

.main_new_detail_content_text {
    width: 100%;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #333333;
    margin: 3rem 0 0 0;
}
