* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: FZLTXHJW;
    src: url(../RJ-css/FZLTXHJW.TTF) format('truetype');
}

.light {
    width: 100%;
}

.light_title {
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #D20032;
    padding-top: 36px;
}

/*通用宽度*/
.item-page{
    width:1200px;
    margin-left: calc((100vw - 1200px)/2);
}
/* banner */

.banner {
    position: relative;
}

.banner_title {
    z-index: 5;
    position: relative;
    padding-top: 10%;
    font-weight: bold;
    font-size: 46px;
    line-height: 180%;
    color: #000000;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 1200px;
    margin-left:calc((100vw - 1200px)/2)
}

.banner_desc {
    z-index: 5;
    position: relative;
    font-weight: normal;
    font-size: 24px;
    line-height: 180%;
    text-align: left;
    width: 1200px;
    margin-left:calc((100vw - 1200px)/2);
    color: #000000;
}

.banner-buttonList{
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    width: 1200px;
    margin-left: calc((100vw - 1200px)/2);
}
.video_btn {
    z-index: 5;
    position: relative;
    margin: 120px 42px 0 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 173px;
    height: 42px;
    background: #DA0030;
    border-radius: 50px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.right_vector {
    margin-right: 12px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #FFFFFF;
}

.banner_video {
    position: relative;
    background: #666;
}

.banner_video::before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner_video::after {
    content: '';
    display: block;
}

.banner_video video {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    object-fit: contain;
}

.banner_con {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}


/* 导航栏 */

.n-nav {
    height: 60px;
    background: rgba(0,0,0,0.5);
    position: relative;
    margin-top: -60px;
    z-index: 10;
}

.n-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}


/* 顶部面包屑 */

.ws-product-detail-bcb {
    width: 294px;
    line-height: 45px;
}

.com-content {
    max-width: 1200px;
    margin: 0 auto;
}

.ws-product-detail-bcb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.ws-product-detail-bcb ul li a {
    font-size: 17px;
    font-family: Microsoft Yahei, Arial, sans-serif;
    color: #fff;
}

.ws-product-detail-bcb ul li:last-child a,
.ws-product-detail-bcb ul li a:hover {
    color: #fff;
    text-emphasis: none;
}

.ws-product-detail-bcb .breadcrumb>li+li:before {
    color: #fff;
    content: ">";
    padding: 0 10px;
}

.ws-product-detail-bcb ul li img {
    position: relative;
    top: -3px;
    vertical-align: middle;
}

.ws-product-detail-bcb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 面包屑结束 */

.n-tag {
    width: 686px;
    height: 100%;
}

.n-tag ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.n-tag li {
    font-weight: normal;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
}

.n-tag li a {
    text-decoration: none;
    color: #FFFFFF;
}


/* 方案概述 */

.light_plan {
    height: 294px;
    width: 100%;
    background-color: #FFFFFF;
}

.plan_slogan {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #505050;
    margin-top: 12px;
}

.plan_desc {
    margin-top: 53px;
    font-weight: normal;
    font-size: 16px;
    line-height: 200%;
    text-align: left;
    color: #000000;
    width:1200px;
    margin-left:calc((100vw - 1200px) /2 )
}

.plan_keywords {
    margin: 24px auto 0 auto;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.plan_btn {
    margin: 50px auto 0 auto;
    width: 204px;
    height: 42px;
    background: #DA0030;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
}


/* 方案架构 */
.plan-img{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-cards{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.plan-card{
    width:379px;
    height:148px;
    background: #FFFFFF;
    box-shadow: -1px 4px 6px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.plan-remark{
    width: 600px;
    height: 42px;
    line-height: 42px;
    background: #666666;
    border-radius: 44px;
    margin-left:300px;
    margin-top:40px;
    margin-bottom:38px;
    color: #FFFFFF;
    text-align: center;
}
.plan-card-title{
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    font-weight: bold;
}

.light_item {
    width: 100%;
    height: 961px;
    background-color:#F9F9F9; 
}

.plan-red-line{
    width: 94px;
    height:5px;
    background-color: #EC3900;
    margin:6px 0px 19px 0px; 
}
.plan-card-desc{
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

.item_select {
    padding-top: 44px;
    width: fit-content;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    border-bottom: 1px solid #c4c4c4;
}

.item_select li {
    list-style: none;
    margin-right: 142px;
    font-size: 16px;
    color: #292929;
    cursor: pointer;
}

.item_select li:nth-child(3) {
    margin-right: 0;
}

.item_select li div {
    padding-bottom: 18px;
}

.selected {
    border-bottom: 6px solid #DA0030;
    font-weight: bold!important;
}

.info_title {
    margin: 94px auto 0 auto;
    width: 477px;
    font-weight: bold;
    font-size: 24px;
    color: #292929;
}

.info_desc {
    width: 475px;
    margin: 12px auto 0 auto;
    font-weight: normal;
    font-size: 16px;
    color: #505050;
    line-height: 200%;
}

.info_video {
    margin-top: 94px;
    width: 636px;
    height: 358px;
}

.info_video video {
    width: 636px;
    height: 358px;
    max-width: 636px;
    max-height: 358px;
}

.item_info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.info_content {
    margin-right: 100px;
}

.book_btn {
    margin-top: 48px;
    width: 204px;
    height: 42px;
    background: #DA0030;
    border-radius: 50px;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
}


/* 方案价值 */
.plan-values{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 65px;
    margin-bottom: 80px;
}

.plan-value-card{
    width: 400px;
    height: 547px;
    background: #FFFFFF;
    box-shadow: -1px 4px 6px 2px rgba(0, 0, 0, 0.1);
}

.plan-values-title{
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    margin:24px 0px 22px 0px;
    color: #000000;
    
}
.plan-values-desc{
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 0px 30px;
    text-align: left;
}

.light_list {
    width: 100%;
    text-align: center;
}

.n-list {
    font-size: 0;
    letter-spacing: -3px;
    margin: 60px auto 0 auto;
    width: 1200px;
}

.l-list {
    position: relative;
    display: inline-block;
    width: 587px;
    height: 262px;
    margin-right: 24px;
    background-size: 100% 100%;
}

.list-mask {
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 120px;
    background-color: rgba(41, 41, 41, .4);
}

.list-watch {
    top: 12px;
    right: 12px;
    position: absolute;
    width: 100px;
    height: 38px;
    line-height: 38px;
    background: #DA0030;
    border-radius: 50px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
}

.list-watch div {
    display: inline-block;
}

.list-watch img {
    padding-left: 5px;
    display: inline-block;
}

.l-list:nth-child(1) {
    background-image: url(../RJ-img/list1.png);
}

.l-list:nth-child(2) {
    background-image: url(../RJ-img/list2.png);
}

.l-list:nth-child(3) {
    background-image: url(../RJ-img/list3.png);
}

.l-list:nth-child(4) {
    background-image: url(../RJ-img/list4.png);
}

.l-list:nth-child(5) {
    background-image: url(../RJ-img/list5.png);
}

.l-list:nth-child(6) {
    background-image: url(../RJ-img/list6.png);
}

.even {
    margin-right: 0!important;
}

.m-top {
    margin-top: 26px;
}

.mask_title {
    margin: 15px 0 0 24px;
    text-align: left;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.mask_desc {
    margin: 5px 0 0 24px;
    text-align: left;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

.list-tag {
    margin: 12px 0 0 12px;
    letter-spacing: 0;
    width: 48px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    background: rgba(246, 246, 246, 0.8);
    border-radius: 4px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #292929;
}

.list-tag:nth-child(3) {
    width: 60px;
}


/* 特色方案 */
.tesefanan-content{
    display: flex;
    height: 636px;
    background: #FFFFFF;
    /* box-shadow: -1px 4px 6px 2px rgba(0, 0, 0, 0.1); */
    margin-top: 38px;
    padding: 10px 40px;
    align-items: center;
}
.tesefanan-title{
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    text-align: center;

}
.testfanan-desc{
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}


.light_new {
    position: relative;
    width: 100%;
    height: 850px;
    background-color:#F9F9F9; 
}

.new-slogan {
    top: 10%;
    width: 100%;
    position: absolute;
    z-index: 100;
}

.new_title {
    z-index: 100;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #FFFFFF;
}

.new_desc {
    z-index: 100;
    margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

/*行业应用*/
.hangye-content{
    display: flex;
    margin-top: 15px;
    justify-content: space-around;
    margin-bottom: 30px;
}
.hangye-content-img{
    box-shadow: -1px 4px 6px 2px rgba(0, 0, 0, 0.1);
    width: 381px;
    height: 519px;
    background: #FFFFFF;
}
.hangye-mask{
    background: rgba(68, 68, 68, 0.8);
    color: #FFFFFF;
    position: absolute;
    margin-top: -98px;
    height: 81px;
    width: 385px;
    margin-left: 10.5px;
    text-align: center;
    line-height: 81px;
}
/*相关产品*/
.changping-content{
    display: flex;
    margin-top: 15px;
    justify-content: space-around;
    margin-bottom: 30px;
    text-align: center;
}
.changping-title{
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    text-align: center;
    margin:21px 0px 15px 0px
}
.changping-desc{
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    text-align: left;
}
.changping-line{
    height: 236px;
    width: 1px;
    background-color:#666666;
    opacity: 0.7;
}
.changping-zixun{
    width: 174px;
    height: 44px;

    border: 1px solid #D20032;
    box-sizing: border-box;
    border-radius: 58px;
    line-height: 44px;
    color: #D20032;
    margin-left: 513px;
    text-align: center;
    margin-bottom: 30px;
}
/*生态合作*/
.shentai-content{
    text-align: center;
    margin-top: 30px;
}
.shentai-desc{
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    text-align: left;
}
.shentai-href{
    font-size: 16px;
    line-height: 180%;
    text-align: left;
    color: #D20032;
    text-decoration: underline;
}
.hezuozixun-title{
    font-size: 24px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: bold;
    color: #505050;
}
.hezuozixun-desc{
    padding-bottom: 20px;
    font-size: 16px;
    color: #333;
}
.hezuozixun{
    display: flex;
    margin-bottom: 50px;
}

/* 轮播图 */

.swiper-pagination-bullet {
    background-color: #AEAEAE!important;
    opacity: 1!important;
}

.swiper-pagination-bullet-active {
    background-color: #DA0030!important;
}

#new-swiper {
    width: 100%;
    height: 100%
}

.new_value {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.value_title {
    padding-top: 204px;
    font-weight: normal;
    font-size: 64px;
    font-family: 'FZLTXHJW';
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.bg1 {
    background-image: url(../RJ-img/swiper1.png);
}

.bg2 {
    background-image: url(../RJ-img/swiper2.png);
}

.bg3 {
    background-image: url(../RJ-img/swiper3.png);
}

.m-banner,
.m-book_btn,
.m-light_title,
.m-new_desc,
.m-value_title,
.m-plan_slogan,
.m-plan_desc,
.light_plan .m-light_title,
.m-mask_desc {
    display: none;
}

@media screen and (max-width:750px) {
    .plan-value-card img{
        width: 10rem;
    }
    .plan-value-card{
        box-shadow:none
    }
    .light{
        width:10rem
    }
    .banner_title{
        width: 10rem;
        margin-left: 0.5rem;
        font-size: .48rem;
        padding-top:5%
    }
    .banner_desc{
        width: 10rem;
        margin-left: 0.5rem;
        font-size: .32rem;
    }
    .banner-buttonList{
        width: 10rem;
        margin-left: 0.5rem;
    }
    .video_btn{
        margin: 0.2rem 0.2rem 0 0;
        width: 3rem;
        height: 0.6rem;
        font-size: .32rem;
    }
    .n-nav{
        display: none;
    }
    .light_title{
        font-size: .48rem;
    }
    .plan_desc{
        font-size: .32rem;
        width: 9rem;
        margin-left: 0.5rem;
        margin-top:20px;
    }
    .light_plan{
        height:10rem;
    }
    .item-page{
        width: 9rem;
        margin-left: 0.5rem;
    }
    .plan-img{
        flex-direction: column;
    }
    .plan-img img{
        width: 8rem;
    }
    .plan-remark{
        width: 100%;
        margin-left: 0rem;
        height: 1.6rem;
        line-height: .82rem;
        font-size: .48rem;
        border-radius: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .plan-cards{
        flex-direction: column;
    }
    .plan-card{
        width: 100%;
        margin-top: 10px;
    }
    .light_item{
        height: auto;
    }
    .plan-values{
        flex-direction: column;
        margin-top: 0.5rem;
        margin-bottom:0px;
    }
    .plan-value-card{
        width: 10rem;
       
    }
    .shentai-content img{
        width: 9rem;
    }
    .changping-content{
        flex-direction: column;
    }
    .changping-line{
        display: none;
    }
    .tesefanan-content{
        flex-direction: column;
        height: 720px;
    }
    .tesefanan-title{
        font-size:.48rem;
        margin-bottom: .5rem;
    }
    .plan-red-line{
        display: none;
    }
    .tesefanan-content br{
        display: none;
    }
    .tesefanan-content img{
        margin-top: 20px;
        width: 100%;
    }
    .testfanan-desc{
        font-size: 16px;
    }
    .hangye-content{
        flex-direction: column;
    }
    .hangye-content img{
        width: 100%;
    }
    .hangye-mask{
        width: 8.5rem;
        font-size: .48rem;
        margin-top: -95px;
    }
    .changping-content div{
        width: 100%!important;
        margin-top: 20px;
        margin-left:0px!important;
    }
}