﻿@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("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("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 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("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("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: 6rem 0;
}

.about_lancoo_back_left {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("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("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_text p{text-indent:2em;}
.about_lancoo_number {
    margin: 2.0rem 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("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);
}
/*资质荣誉*/
.zzContent2{clear:both;width:100%;height:200px;margin:0px auto;position:relative;padding-top:40px;}
.zzContent2 .prev,.zzContent2 .next{display:none;width:41px;height:79px;position:absolute;top:70%;margin-top:0px;left:0;z-index:100;cursor:pointer;background:url(gundong-lr2.png) left top no-repeat;}
.zzContent2 .next{display:none;left:auto;right:0;background-position:right top;}
.zzContent2 .scrollWrap{width:100%;overflow:hidden;position:absolute;}
.zzContent2:hover .prev,.zzContent2:hover .next{display:block;}
.zzContent2 dl{float:left;width:320px;height:240px;margin-right:40px;}
.zzContent2 dl a{position:relative;display:block;height:100%;width:100%;}
.zzContent2 dl img{height:100%;width:100%;}
.zzContent2 dl a p{position:absolute;bottom:-36px;height:36px;line-height:36px;width:100%;padding:0 20%;color:#FFF;font-size:14px;background:#0072ff;transition:200ms;}
.zzContent2 dl a:hover p{bottom:0;}

/*产品*/
.td_bj{overflow: hidden; background:url(../images/tdbg.jpg) no-repeat center top;padding-top:95px; box-sizing: border-box; font-family: "Microsoft YaHei"; }
.td_bj h2{margin-bottom: 50px;}
.td_bj h2 span{width: 450px; margin:0 auto;}

.ia-list{overflow: hidden;width: 1433px;padding-top: 0px;position:relative;}
.ia-list>li{float: left;width: 444px;height: 338px;margin-right: 33px;margin-bottom: 33px;}
.ia-list>li>a{display: block;width: 100%;height: 100%;}
.ia-list .img-box{width: 100%;height: 285px;}
.ia-list .img-box img{width:444px;height: 335px;}
.ia-list .title1{width: 100%;height: 53px;background-color: #f4f4f4;line-height: 53px;padding: 0 0px 0 0px;position: relative;font-size: 16px;color: #333;transition: all .3s;}
.ia-list>li>a:hover .title1{color: #fff;background-color: #0072ff;position: relative;}
.ia-list>li>a:hover .title1:after{background-image: url(icon-right2.png);}
.ia-list .title1:after{display: block;content: "";width: 12px;height: 22px;position: absolute;right: 24px;top: 16px;}
.ia-list .title1 span{margin-left:16px;}
.img-out{position: relative;overflow: hidden;}
.img-out:after{content:"";display: block;width: 100%;height: 100%;position: absolute;top:0;left:0;z-index: 2;background-color: rgba(0,0,0,0.25);opacity: 0;filter: alpha(opacity=0);transition:all 0.5s ease 0s;}
.img-out img{display: block;transform: scale(1.001);vertical-align: top;transition: all 0.5s ease 0s;}
.img-out:hover img{transform: scale(1.07);transition: all 0.5s ease 0s;}
.img-out:hover:after{opacity: 1;filter: alpha(opacity=100);transition:all 0.5s ease 0s;}
.ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/*新闻动态 start*/
.pic{position: relative;overflow: hidden;}
.pic:before{content: '';display: block;padding-top: 56.25%;}
.pic img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;object-fit: cover;}
.indNews{
	overflow: hidden;
	padding-top: 50px;
	margin-bottom: 50px;
}

.indNews .newsSlide{
	float: left;
	display: inline;
	width: 33.3333%;
	padding: 10px 0;
}
.indNews a{
	display: block;
	padding: 10px;
	background: #fff;
	margin: 0 22px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.indNews .pic:before{
	padding-top: 66.66666%;
}
.indNews .data{
	padding: 10px;
}
.indNews .title{
	padding-top: 10px;
	line-height: 26px;
	font-size: 18px;
	color: #000;
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}

.indNews .info{
	font-size: 14px;
	color: #888;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.indNews .time{
	height: 45px;
	line-height: 55px;
	padding: 0 20px;
	margin: 0 -10px;
	border-top: 1px solid #e5e5e5;

}
.indNews .time span{
	float: left;
	font-size: 14px;
	color: #999;
	padding-left: 25px;
	font-weight: lighter;
	background: url(../images/time.png) left center no-repeat;
}
.indNews .time em{
	float: right;
	color: #134b96;
	font-size: 14px;
}
.indNews a:hover{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	transform: translateY(-4px);
}
.newsMore a{
	display: block;
	width: 135px;
	line-height: 46px;
	height: 46px;
	font-size: 14px;
	color: #134B96;
	background: #fff;
	text-align: center;
	border-radius: 5px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	margin: 0 auto;
}
@media screen and (max-width: 1400px) {
	.indNews .title{
		height: 26px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.indNews{
		padding-top: 0;
	}
	.newsMore{
		position: relative;
		top: -33px;
	}
}
.newsMore i {
    display: inline-block;
    width: 6px;
    margin-left: 15px;
    height: 10px;
    position: relative;
    transition: 0.4s;
    background: url(../images/arrow2.png) center center no-repeat;
}
.newsMore a:hover i {
    transform: translateX(4px);
}
/*新闻动态 end*/
/*产品介绍 */
.main_product_intro {
    width: 100%;
    position: relative;
    background-color: #f8f8f8;
    overflow: hidden;
    padding: 5rem 0;margin-top:40px;
}

.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: 1400px;margin:0 auto;
    
    height: auto;
    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: 0.5rem;
    margin-bottom: 3.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;
}



