


/* banner  */
.banner{
    height: 92.5rem;
}
.banner .slick-slider{
    margin-bottom: 0;
}
.banner .slick-slider,
.banner .slick-slide,
.banner .slick-slider .slick-list, 
.banner .slick-track, 
.banner .slick-slide img,
.banner .slick-slide img a{
    height: 100%;
}

.banner  .slider-item{
    background:url('https://cdn01.zhinengshouyin.com/website/images/home/banner1.jpg') 0 0 no-repeat;
    object-fit: cover;
    background-size: cover;
}
.banner  .slider-item .slider-item-right{
    width: 40%;
    margin-right: 6rem;
}
.banner  .slider-item .slider-item-right img{
    object-fit: contain;
}
.banner .banner-body{
    padding-left: 12.3rem;
}

.banner .banner-title{
    font-size: 6.7rem;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Source Han Sans CN;
}
.banner .banner-sub-title{
    font-size: 2.6rem;
    font-weight: 300;
    color: #FFFFFF;
    margin:2.5rem 0 8rem 0;
    font-family: PingFang SC;
}
.banner .banner-btn{
    width: 22.6rem;
    height: 6.4rem;
    background: linear-gradient(229deg, #3EC2FF 0%, #00A0E9 100%);
    border-radius: 3.2rem;
    font-size: 3.5rem;
    font-weight: bold;
    color: #FFFFFF;
}
.banner .banner-btn a{
    font-size: 3.5rem;
    font-weight: bold;
    color: #FFFFFF;
}


/* 成就 */
.achieve{
    height: 16rem;
    display: flex;
    margin: 0 17rem;
    margin-top: -8rem;
    background-color: #fff;
    box-shadow: 0px 6px 12px 0px rgba(54, 54, 54, 0.15);
    border-radius: 5px;
}
.achieve-item{
    flex: 1;
}
.achieve-item + div{
    position: relative;
    
}
.achieve-item + div::after{
    content: '';
    position: absolute;
    left: 0;
    top: 4rem;
    width: 2px;
    height: 8.9rem;
    background: #EEEEEE;
}
.achieve-item .achieve-item-text{
    margin-top: 1rem;
    font-size: 2.1rem;
    font-weight: bold;
    color: #222;
}
.achieve-item .achieve-item-sub-text{
    font-size: 1.4rem;
    font-weight: 400;
    color: #7D7D7D;
}
.achieve-1{width: 5rem;height: 6rem;}
.achieve-2{width: 5rem;height: 6.5rem;}
.achieve-3{width: 7rem;height: 5.5rem;}
.achieve-4{width: 5rem;height: 6rem;}
.achieve-5{width: 6rem;height: 6.5rem;}
.achieve-6{width: 5.5rem;height: 6rem;}



.section-wrap{
    margin-top: -11rem;
    width: 100%;
    height: 37rem;
    padding-top: 11rem;
    box-sizing: border-box;
    background:url('https://cdn01.zhinengshouyin.com/website/images/home/section-bg.png') 0 0 no-repeat;
    object-fit: cover;
    background-size: cover;
    color: #fff;
    letter-spacing: .5rem;
}
.section-wrap-title{
    font-size: 3.3rem;
    font-weight: bold;
}
.section-wrap-sub-title{
    margin: 1.2rem 0 3.8rem 0;
    font-size: 1.4rem;
    font-weight: 300;
}
.section-wrap-sub{
    font-size: 1.8rem;
}




.product-brief{
    /* height: 94.4rem; */
    background-color: #fff;
}
.product-brief .left{
    border-right: 1px solid #D2D2D2;
}
.product-brief .right{
    height: 75rem;
    overflow: hidden;
    margin-left: 10.6rem;
}
.product-left-item{
    width: 28.6rem;
    height: 17rem;
    text-align: right;
    font-size: 2.5rem;
    color: #7D7D7D;
    text-align: center;
    cursor: pointer;
}
.product-left-item.active{
    font-size: 2.8rem;
    color: #544B9B;
    position: relative;
    background: linear-gradient(to right, #CBCAE7, #fff);
}
.product-left-item.active::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: .9rem;
    height: 100%;
    background: linear-gradient(0deg, #4D4397, #6D62C2);
}

.product-right-item{
    height: 75rem;
    box-sizing: border-box;
}
.product-right-item img{
    /* width: 78.5rem; */
    height: 40rem;
}
.product-right-item .product-right-item-title{
    margin: 1rem;
    font-size: 3rem;
    color: #4D4397;
}
.product-right-item .product-right-item-subtitle{
    margin-top: 15px;
    font-size: 2rem;
    color: #1F1F1F;
}
.product-right-item .kown-more{
    margin-top: 3rem;
    padding: .3rem 1rem;
    height: 3.2rem;
    background: linear-gradient(30deg, #4D4397 0%, #6D62C2 100%);
    border-radius: 1.6rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}
.product-right-item .kown-more a{
    font-size: 1.8rem;
    font-weight: 500;
    color: #FFFFFF;
}




/* 场景应用 / 成功案例  / 新闻动态 */
.scene-title,.cases-title,.news-title{
    margin-top: 8rem;
    font-size: 3rem;
    font-weight: 800;
    color: #1F1F1F;
}
.scene-line,.cases-line,.news-line{
    margin-top:3rem;
    width: 6.4rem;
    height: .4rem;
    background: linear-gradient(90deg, #4D4397 0%, #8B85FF 100%);
    border-radius: .2rem;
}
.scene-sub-title,.cases-sub-title,.news-sub-title{
    margin-top: 3rem;
    font-size: 1.8rem;
    color: #1F1F1F;
    letter-spacing: 1rem;
}


/* 场景应用 */
.scenes{
    width: 100%;
    height: 57rem;
    background:url('https://cdn01.zhinengshouyin.com/website/images/home/scene-bg-1.png') 0 0 no-repeat;
    object-fit: cover;
    background-size: cover;
}

.scenes .scene-wrap{
    margin-top: 11.1rem;
    width: 60%;
}
.scenes .scene-item-wrap{
    width: 11.1rem;
    height: 11.1rem;
    background: rgba(255,255,255,.6);
    box-shadow: 0 .5rem 2.7rem 0 rgba(53, 49, 114, 0.28);
    border-radius: 50%;
    cursor: pointer;
}
.scenes .scene-item .scene-item-type{
    margin-top: 2.4rem;
    font-size: 3rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1F1F1F;
}
.scenes .scene-item .scene-item-img1{width: 5.9rem;height: 5.5rem;}
.scenes .scene-item .scene-item-img2{width: 5.5rem;height: 5.9rem;}
.scenes .scene-item .scene-item-img3{width: 6.3rem;height: 5.9rem;}
.scenes .scene-item .scene-item-img4{width: 8.2rem;height: 7rem;}



/* 成功案例 */
.cases{
    /* background-color: #fff; */
}
.cases-body{
    
    margin-top: 7rem;
    max-width: 120rem;
}
.cases-body-left li{
    width: 33.3%;
    height: 6.4rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
.cases-body-left li img{
    width: 15.7rem;
    height: 6.4rem;
}
.cases-body-left{
    /* width: 60%; */
}
.cases-body-right{
    padding: 0 4.4rem;
    /* width: 38rem; */
    background:url('https://cdn01.zhinengshouyin.com/website/images/home/case-right-bg.png') 0 0 no-repeat;
    object-fit: cover;
    background-size: cover;
}
.cases-body-right-title{
    padding-top: 5.2rem;
    font-size: 2.3rem;
    font-weight: 800;
    color: #FFFFFF;
}
.cases-body-right-line{
    margin: 1.9rem 0 2.4rem 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.26;
}
.cases-body-right p{
    font-size: 1.2rem;
    color: #fff;
    font-weight: normal;
    line-height: 2;
}
.cases-body-right .more{padding-bottom: 3.8rem;cursor: pointer;}
.cases-body-right .more a{
    text-decoration: none;
    padding: .4rem 1.2rem;
    font-size: 1.2rem;
    color: #fff;
    font-weight: normal;
    border: 1px solid #FFFFFF;
    color: #fff;
    border-radius: 2rem;
}



/* 新闻动态 */
.news{
    width: 100%;
    background:url('https://cdn01.zhinengshouyin.com/website/images/home/news-bg.png') 0 bottom no-repeat;
    object-fit: cover;
    background-size: cover;
}
.news-body{
    margin-top: 7rem;
    max-width: 60%;
}
.news-body-wrap {
    margin-bottom: 3rem;
}
.news-body-item{
    padding-bottom:  2rem;
    background: #FFFFFF;
    box-shadow: 0 .6rem 1rem 0 rgba(107, 107, 107, 0.16);
    border-radius: .6rem;
    cursor: pointer;
}
.news-body-item-con{
    padding: 0 2.2rem;
}
.news-body-item-img{
    width: 100%;
    height: 23rem;
    /* object-fit: cover; */
    /* object-position: center; */
}
.news-body-item-title{
    min-height: 6.2rem;
    margin-top: 2.2rem;
    font-size: 2.1rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1F1F1F;
}
.news-body-item-line{
    margin-top: 1.9rem;
    border-top: 1px dashed #7D7D7D;
}
.date {margin-top: 1.5rem;}
.date img{
    width: 2.3rem;
    height: 2.3rem;
    margin-right: .6rem;
}
.date div{
    font-size: 1.6rem;
    color: #7D7D7D;
}
.news-body-item-brief{
    margin: 1.2rem 0 1.8rem 0;
    font-size: 1.3rem;
    color: #7D7D7D;
    line-height: 1.8;
}
.more-news{ 
    cursor: pointer;
}
.more-news div{
    min-width: 11.5rem;
    height: 3.2rem;
    border: 1px solid #1F1F1F;
    border-radius: 1.6rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #1F1F1F;
}

.slogon{
    margin-top: 8.2rem;
    font-size: 3rem;
    font-weight: 800;
    color: #1F1F1F;
}
.try{
    margin: 2.4rem 0 8rem 0;
    padding: .5rem 3rem;
    background: linear-gradient(90deg, #605BB5 0%, #9894CE 100%);
    border-radius: 2.4rem;
    
}

.try a{
    font-size: 3rem;
    color: #FFFFFF;
}


