body{
    background-color: #192024;
    overflow-x: hidden;
}
#container{
    width: 100%;
    height: auto;
    background-color: #192024;
}

/*
 * 头部轮播 （模块一）
 *  */
/* 主页顶部 展示层 */
.containe-home{
    width: 100%;
    height: auto;
    background:linear-gradient(270deg,rgba(0,69,54,0.3) 0%,rgba(20,42,63,0.7) 100%);
}
.containe-home .box{
    width: 100%;
    height:auto;
  
}
/* .swiper-container {
    text-align:center;
    
} */
/* .box .swiper-button-next,.box .swiper-button-prev{
    width:80px;
    height:60px;
} */
/* 轮播图 */
/* #swiper .swiper-button-next,#swiper .swiper-button-prev{
    display: none;
    width:48px;
    height:48px;
    color:white;
    /* background: #2E393F; */
    /* font-size: 34px;
    top:40%;
}
#swiper .swiper-button-next img,#swiper .swiper-button-prev img{
    width:100%;
    height:100%;
} */ 
.pagination1-container {
    text-align: center;
    margin: 0 auto;

}
.containe-home .swiper-container .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 4px;
    background: rgba(216, 216, 216, 0.8);
}
.containe-home .swiper-container .swiper-pagination-bullet-active {
    width: 50px;
    height: 8px;
    border-radius: 4px;
    background: #18C29C;
}
/* #swiper .swiper-button-prev{
    left:148px;
}
#swiper .swiper-button-next{
    right:148px;
} */
/* 切页 划过效果 */
/* #swiper .swiper-button-next:hover{
    background: #18C29C;
}
#swiper .swiper-button-prev:hover{
    background: #18C29C;
} */
/* 去掉组件自带样式 */
/* #swiper .swiper-button-next::after{
    font-size:24px;
    content: '';
}
#swiper .swiper-button-prev::after{
    font-size:24px;
    content: '';
} */
#swiper .swiper-font{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    padding:12% 380px 0 380px;
}
#swiper .swiper-font h3{
    font-size:48px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:72px;
    margin-bottom:43px;
}
#swiper .swiper-font .title-width{
    width: 800px;
}
#swiper .swiper-font p{
    width:600px;
    font-size:14px;
    line-height:22px;
    color:rgba(255,255,255,1);
}

/*
 * 产品服务（模块二）
 *  */
/*主页 产品服务 模块*/
.container-productService{
    /* margin-top:50px; */
    width: 100%;
    min-height: 560px;
    background: #212A2E;
    /* background-image: url('../image/banner/img_home_product@2x.png'); */
    color:rgba(255,255,255,1);
    padding:0 380px 140px 380px;
    box-sizing: border-box;
    /* display: flex; */
}
.container-productService .productService-left,.container-productService .productService-right{
    display: inline-block;
}
/* 产品服务左侧 */
.container-productService .productService-left{
    width: auto;
    height: auto;
    /* margin-right: 70px; */
    text-align: center;
}
.container-productService .productService-left h2{
    padding-top:110px;
    font-size:40px;
    font-weight:600;
    line-height:56px;
    margin-bottom: 20px;
}
.container-productService .productService-left .line{
    width:80px;
    height:2px;
    margin: auto;
    background:rgba(24,194,156,1);
    margin-bottom:48px;
}
.container-productService .productService-left p{
    font-size:14px;
    line-height:22px;
    margin-bottom:54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

/* 产品服务右侧 */
.container-productService .productService-right{
    flex:1;
    /* margin-top:-110px;
    z-index: 100; */
    display: flex;
}
.container-productService .productService-right .product-div{
    flex:1;
    width:330px;
    padding: 50px 36px 20px 36px;
    box-sizing: border-box;
    background-color: #2E393F;
    text-align: center;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(24, 194, 156, 0), rgba(24, 194, 156, 1), rgba(24, 194, 156, 0)) 1 1;
    border-image-slice: 0  100%  0 0;
}
.container-productService .productService-right #product-div-right {
    border-image-slice: 0 0 0 0 ;
    padding: 50px 0 20px 0;
}
.img-circle1 {
    width: 100px;
    height: 100px;
    border-radius:50%;
    border: 1px solid #18C29C;
    text-align: center;
    margin: auto;
    display:flex;
    margin-bottom: 10px;
}
.container-productService .productService-right .product-div .img-fir{
    width: 58px;
    height: 58px;
    background-image: url('../image/home/icon_blockchain_normal@2x.png');
    background-size: 100% 100%;
    border-radius:50%;
    margin: auto;
}
.img-circle2 {
    width: 100px;
    height: 100px;
    border-radius:50%;
    border: 1px solid #18C29C;
    text-align: center;
    margin: auto;
    display:flex;
    margin-bottom: 10px;
}

.container-productService .productService-right .product-div:nth-child(2):hover .img-fir{
    background-image: url('../image/home/icon_blockchain_hover@2x.png');
}
.container-productService .productService-right .product-div .img-sec{
    width: 58px;
    height: 58px;
    background-image: url('../image/home/icon_immune_normal@2x.png');
    background-size: 100% 100%;
    margin: auto;
}
.container-productService .productService-right .product-div:nth-child(1):hover .img-sec{
    background-image: url('../image/home/icon_immune_hover@2x.png');
}
.container-productService .productService-right .product-div .img-privacy{
    width: 58px;
    height: 58px;
    background-image: url('../image/home/icon_privacy_normal.png');
    background-size: 100% 100%;
    margin: auto;
}
.container-productService .productService-right .product-div:nth-child(3):hover .img-privacy{
    background-image: url('../image/home/icon_privacy_hover.png');
}
.container-productService .productService-right .product-div i{
    font-size:60px;
    color:#079E7C;
    margin-bottom: 26px;
}
.container-productService .productService-right .product-div h2{
    font-size:22px;
    line-height:29px;
    font-weight:bold;
    color:rgba(24,194,156,1);
    margin-bottom: 40px;
}
.container-productService .productService-right .product-div p{
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:22px;
    font-size:12px;
    height: 110px;
    text-align: left;
}
.container-productService .productService-right .product-div .height-en {
    height: 176px;
}
.container-productService .productService-right .product-div .p-privacy {
    padding:0 36px;
}
.container-productService .productService-right .product-div .span-privacy {
    padding-right: 36px;
}
.container-productService .productService-right .product-div span a{
    font-size: 12px;
    color: #18C29C;
}
.container-productService .productService-right .product-div span a i{
    font-size: 14px;
    margin-left: 12px;
}
/**/
.container-productService .productService-right .product-div:hover{
    background-color: #18C29C;
}
.container-productService .productService-right .product-div:hover a{
    color:#FFFFFF;
    margin-bottom: 26px;
}

.container-productService .productService-right .product-div:hover h2{
    font-size:22px;
    line-height:29px;
    font-weight:bold;
    color:#FFFFFF;
    margin-bottom: 40px;
}

.container-productService .productService-right .product-div:hover .img-circle1{
    border: 1px solid #FFFFFF;
}

.container-productService .productService-right .product-div:hover p{
    font-weight:400;
    color:#142A3F;
    line-height:22px;
    font-size:12px;
    height: 110px;
}
.container-productService .productService-right .product-div:hover .height-en {
    height: 176px;
}
.container-productService .productService-right .product-div span {
    float: right;
}
.container-productService .productService-right .product-div:hover span{
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
}
.container-productService .productService-right .product-div:hover span i{
    font-size: 14px;
    margin-left: 12px;
    color: #FFFFFF;
}

/*
 * 解决方案 （模块三）
 * */
/* 解决方案 */
.container-solution{
    width: 1160px;
    margin: 0 auto;
    color:rgba(255,255,255,1);
    box-sizing: border-box;

}
/* .solution {
    margin: 0 auto;
    width: 150%;
    position: relative;
    left: 50%;
    padding: 0 100px 0 100px; */
    /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); */
/* } */
.container-solution .solution-a{
    display: none;
}
.container-solution .swiper3{
    opacity: 1;
    display: none;
}
.container-solution .solution-title{
    width: auto;
    height: auto;
    /* margin-right: 70px; */
    text-align: center;
}
.container-solution .solution-title h2{
    color:#FFFFFF;
    font-size:40px;
    line-height:56px;
    font-weight:bold;
    margin-bottom:20px;
    margin-top: 110px;
}
.container-solution .solution-title .line{
    width:80px;
    height:2px;
    margin: auto;
    background:rgba(24,194,156,1);
    margin-bottom:48px;
}
.container-solution .solution-title p{
    font-size:14px;
    color:rgba(255,255,255,1);
    line-height:22px;
    margin-bottom: 54px;
}
.container-solution .solution-title button{
    width:100px;
    height:36px;
    border-radius:4px;
    border:1px solid rgba(24,194,156,1);
    color:#18C29C;
    background: rgba(0,0,0,0);
    cursor: pointer;
    outline: none;
}
.container-solution .solution{
    text-align: center;
}
.container-solution .solution .solution-child{
    float: left;   
    /* display: inline-block; */
    width: auto;
    height: auto;
    
}
.img-circle {
    width: 100px;
    height: 100px;
    border-radius:50%;
    border: 1px solid #18C29C;
    text-align: center;
    margin: auto;
    display:flex;
    margin-bottom: 10px;
}
.container-solution .solution .solution-child .solution-div{
    /* flex:1; */
    margin: 0 auto;
    height: 436px;
    width: 290px;
    background:rgba(46,57,63,1);
    padding:94px 54px 0 40px;
    box-sizing: border-box;
    float:left;
    z-index: 150;
    background-color: rgba(46, 57, 63, 1);
    justify-content: center;
    align-items: center;
    /* margin-bottom:28px;
    margin-right:28px; */
    position: relative;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(24, 194, 156, 0), rgba(24, 194, 156, 1), rgba(24, 194, 156, 0)) 1 1;
    border-image-slice: 0  100%  0 0;
}
.container-solution .solution .solution-child  .nth-child{
        border-image-slice: 0 0 0 0;
    }
.container-solution .solution .solution-child .solution-div i{
    font-size:36px;
    line-height:36px;
    margin-bottom: 26px;
    color: #18C29C;
    float:left;
}
.container-solution .solution .solution-child .solution-img{
    width: 58px;
    height: 58px;
    background-image: url('../image/home/icon_blockchain_normal@2x.png');
    background-size: 100% 100%;
    margin-bottom: 10px;
    border-radius:50%;
    margin: auto;
}
.container-solution .solution .solution-child:nth-child(1) .solution-img-sec{
    background-image: url('../image/home/icon_tab_security_normal@2x.png');
}
.container-solution .solution .solution-child:nth-child(1) .solution-img-thi{
    background-image: url('../image/home/icon_tab_bank_normal@2x.png');
}
.container-solution .solution .solution-child:nth-child(1) .solution-div:nth-child(1):hover .solution-img-sec{
    background-image: url('../image/home/icon_tab_security_pressed@2x.png');
}
.container-solution .solution .solution-child:nth-child(1) .solution-div:nth-child(2):hover .solution-img-thi{
    background-image: url('../image/home/icon_tab_bank_pressed@2x.png');
}
.container-solution .solution .solution-child:nth-child(2) .solution-img-fir{
    background-image: url('../image/home/icon_tab_police_normal@2x.png');
}
.container-solution .solution .solution-child:nth-child(2) .solution-img-sec{
    background-image: url('../image/home/icon_tab_administration_normal@2x.png');
}
.container-solution .solution .solution-child:nth-child(2) .solution-div:nth-child(1):hover .solution-img-fir{
    background-image: url('../image/home/icon_tab_police_pressed@2x.png');
}
.container-solution .solution .solution-child:nth-child(2) .solution-div:nth-child(2):hover .solution-img-sec{
    background-image: url('../image/home/icon_tab_administration_pressed@2x.png');
}
.container-solution .solution .solution-child .solution-div b{
    font-size:26px;
    color: #18C29C;
    margin-bottom: 24px;
    display: block;
}
.container-solution .solution .solution-child .solution-div p{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,0.7);
    line-height:22px;
    margin-bottom: 26px;
    display: none;
    height: 150px;
    overflow: hidden;
}
.container-solution .solution .solution-child .solution-div span{
    color:rgba(255,255,255,1);
    font-size:14px;
    float:right;
    cursor: pointer;
    visibility: hidden;
}
.container-solution .solution .solution-child .solution-div span i{
    font-size:14px;
    /* margin-left: 12px; */
}   
/* 错落模块划过效果 */
.container-solution .solution .solution-child .solution-div:hover{
    background: #18C29C;
}
.container-solution .solution .solution-child .solution-div:hover .img-circle2{
    border: 1px solid #FFFFFF;
    transform: translateY(-60px);
}
/* .container-solution .solution .solution-child .solution-div:nth-child(1):hover{
    margin-top: -20px;
    margin-bottom: 48px;
} */
/* .container-solution .solution .solution-child .solution-div:nth-child(2):hover{
    margin-top:-170px;
}
.container-solution .solution .solution-child .solution-div:nth-child(3):hover{
    margin-top:-350px;
} */
.container-solution .solution .solution-child .solution-div:hover i{
    color: #FFFFFF;

    transform: translateY(-8px);
}
.container-solution .solution .solution-child .solution-div:hover b{
    color: #FFFFFF;
    transform: translateY(-60px);
}
.container-solution .solution .solution-child .solution-div:hover p{
    color: #142A3F;
    display:inherit;
    transform: translateY(-60px);
}
.container-solution .solution .solution-child .solution-div:hover span{
    visibility:visible;
    transform: translateY(-60px);
}

/*
 * 最新动态 （模块四）
 * */
/* 最新动态*/
.container-news{
     width: 100%;
     background: #212A2E;
     color:rgba(255,255,255,1);
     padding:30px 380px 140px 380px;
     box-sizing: border-box;
     max-height: 1100px;
     margin-top: 80px;
     min-height: 1000px;
}

.container-news .news-title{
     /* margin-top:50px;
     width: 100%;
     min-height: 560px;
     background: #212A2E;
     background-image: url('../image/banner/img_home_product@2x.png');
     color:rgba(255,255,255,1);
     padding:0 380px 140px 380px;
     box-sizing: border-box;
     margin-top: 200px;
     /* display: flex; */
     width: auto;
     height: auto;
     /* margin-right: 70px; */
     text-align: center;
}
.container-news .news-title .title{
    display: inline-block;
    width: auto;
}
.container-news .news-title .title p{
    color: #FFFFFF;
    font-size: 40px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 80px;
}

.container-news .news-title .title .line{
    width:80px;
    height:2px;
    margin: 0 auto;
    background:rgba(24,194,156,1);
    margin-bottom:48px;
    margin-top: 20px;
}
.container-news .news-title .more-title{
    position:relative;
    line-height: 60px;
    font-weight: bold;
    cursor: pointer;
    right:-450px;
    top: -120px;
}
.container-news .news-title .more-title a{
    color:#18C29C;
}
.container-news .news-container{
    width: 100%;
    height: auto;
}
.container-news .news-container .container-box{
    width: 32%;
    height: 531px;
    float:left;
    position: relative;
    margin-right: 2%;
    min-height:518px;
    background:rgba(46,57,63,1);
    box-shadow:0px 12px 24px 0px rgba(25,32,36,0.2);
    padding:267px 20px 32px 20px;
    box-sizing: border-box;
    display: block;
}
.container-news .news-container .container-box:nth-child(3){
    margin-right: 0;
}
.container-news .news-container .container-box:hover{
    margin-top:-20px!important;
    background-color: #079E7C;
}
.container-news .news-container .container-box:hover button{
    border-color: rgba(255,255,255,0.7);
    color:rgba(255,255,255,1);
}
.container-news .news-container .container-box:hover .news-view{
    color:white;
}
.container-news .news-container .container-box img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /* max-width: 306px; */
    height: 220px;
}
.container-news .information{
    width: 100%;
    height:32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.container-news .information button{
    width:86px;
    height:100%;
    border-radius:4px;
    color: #18C29C;
    border:1px solid rgba(24,194,156,1);
    background: rgba(0,0,0,0);
}
.container-news .information p{
    color:rgba(255,255,255,1);
    line-height:18px;
    font-size:13px;
}
.container-news .news-font-tit {
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:24px;
    font-size:16px;
    margin-bottom: 14px;
}
.container-news .news-font-inc {
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:22px;
    font-size:14px;
    margin-bottom: 24px;
}
.container-news .news-view{
    float:right;
    color:#18C29C;
    cursor: pointer;
}
.container-news .news-container .container-box:last-child{
    margin:0;
}
.container-news .more-news {
    display: none;
    text-align: center;
    padding: 40px 0 90px;
}
.container-news .more-news a {
    font-size: 16px;
    font-weight: 600;
    color: #18C29C;
    line-height: 22px;
    border-radius: 4px;
    border: 1px solid #18C29C;
    padding: 7px 20px;
    text-align: center;
    display: inline-block;
}

/*
 * 合作伙伴 （模块五）
 * */
/* 合作伙伴 */
.container-partner{
    /* margin-top: 360px; */
    /* visibility: hidden; */
    width: 100%;
    background: #192024;
    padding: 0 380px 80px 380px;
    box-sizing: border-box;
    /* position: relative; */
    margin-top: 25px;
}
/* .container-partner .cover-partner{
    width:49%;
    min-height:417px;
    background:rgba(46,57,63,0.4);
    position:absolute;
    left:0;
    top:0;
} */
.container-partner .partner-title{
    top: 20px;
    width: 100%;
    height: 78px;
    position: relative;
    padding-top:64px;
    margin-bottom: 60px;
    text-align: center;
}
.container-partner .partner-title h4{
    font-size:40px;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:56px;
    margin-bottom: 20px;
    margin: 0 auto;
}
.container-partner .partner-title .line{
    width:80px;
    height:2px;
    margin: 0 auto;
    background:rgba(24,194,156,1);
    margin-bottom:48px;
}
.container-partner .web-partner{
    display: none;
}
.container-partner .container{
    position: relative;
    min-height: 152px;
    width: 100%;
    /* overflow: hidden; */
    /* transform: translateY(50px); */
}
.container-partner .container > div{
    width:100%;
    justify-content: center;
    display: flex;
    margin-bottom: 35px;
    text-align: center;

}

.container-partner .container div img{
    height:50px;
    margin-right: 22px;
    background-color: #2E393F;
    padding:  25px 38px;
}
.container-partner .container .partner-bottom img{
    padding: 25px 102px;    
}
.container-partner .container div img:last-child{
    margin-right: 0;
}
.container-partner .container .swiper1{
    width: 100%;
    height: 100%;
    margin:0 auto;
}
.container-partner .container .swiper1 .swiper-slide img{
    float:left;
    text-align: center;
    font-size:30px;
    margin-right: 5%;
    height:82px;
}
.container-partner .container .swiper1 .swiper-slide img:last-child{
    margin-right:0;
}
.container-partner .container .swiper1 .swiper-button-next,.container-partner .container .swiper1 .swiper-button-prev{
    left:auto;
    right:0;
    bottom: auto;
    top:90%;
    width:auto;
    height:auto;
    color:#18C29C;
}
.container-partner .container .swiper1 .swiper-button-prev{
    right:40px;
}
.container-partner .container .swiper1 .swiper-button-next::after{
    font-size:24px;
    content: '';
}
.container-partner .container .swiper1 .swiper-button-prev::after{
    font-size:24px;
    content: '';
}

@media  (max-width: 1680px){
    #swiper .swiper-font {
        padding:12% 190px 0 190px
    }
    .container-productService{
        padding:0 190px 60px 190px
    }
    .container-news{
        padding:59px 190px 140px 190px;
    }
    .container-partner{
        padding:0 190px 80px 190px;
    }
    .container-product .product-video .pc-video .swiper-button-next{
        right:190px!important;
    }
    .container-product .swiper-font{
        right: 230px;
    }
    .container-product .product-video .pc-video .swiper-button-prev{
        right:280px!important;
    }
}

@media  (max-width: 1300px){
    #swiper .swiper-font {
        padding:12% 80px 0 80px
    }
    .container-productService{
        padding:0 80px 140px 80px
    }
    .container-news{
        padding:59px 80px 140px 80px;
    }
    .container-partner{
        padding:0 80px 80px 80px;
    }
    .containe-product{
        padding:0 80px 42px 80px;
    }
    .container-product .product-video .pc-video .swiper-button-next{
        right:80px;
    }
    .container-product .product-video .pc-video .swiper-button-prev{
        right:120px;
    }
    .container-partner .cover-partner{
        width: 100%;
    }
    .container-product .product-video .pc-video .swiper-button-next{
        right:80px!important;
    }
    .container-product .swiper-font{
        right: 120px;
    }
    .container-product .product-video .pc-video .swiper-button-prev{
        right: 170px!important;
    }
}

@media  (max-width: 1000px){
    .product-box{
        background-color: rgba(0,0,0,0);
    }
    .container-product{
        background:rgba(7,158,124,1);
    }
    /* 头部轮播 */
    .container-solution .swiper3{
        display: block;
    }
    #swiper .swiper-font{
        padding:21% 48px 0 48px;
        box-sizing: border-box;
    }
    .containe-home{
        background: none;
        height:auto;
    }
    .containe-home .box{
        min-height:200px;
        margin-top:66px;
    }
    .containe-home .box-en{
        min-height:300px;
    }
    #swiper .swiper-font h3{
        font-size:24px;
        color:rgba(255,255,255,1);
        line-height:34px;
        margin-bottom: 30px;
    }
    #swiper .swiper-font .title-width{
        width: 100%;
        margin-bottom: 16px;
    }
    #swiper .swiper-font p{
        width: 100%;
        font-size:14px;
        line-height:22px;
    }
    /* 产品服务 */
    .container-productService{
        padding:90px 24px;
        flex-direction: column;
        min-height: auto;
    }
    .container-productService .productService-left{
        margin-right: 0;
        width: auto;
    }
    .container-productService .productService-left h2{
        padding-top:0;
        text-align: center;
    }
    .container-productService .productService-left .line{
        margin:0 auto;
        margin-bottom: 48px;
    }
    .container-productService .productService-left button{
        display: none;
    }
    .container-productService .productService-right{
        flex-direction: column;
        margin-top:0;
    }
    .container-productService .productService-right .product-div{
        width: auto;
        min-width: auto;
        padding:60px 38px 64px 38px;
    }
    .container-productService .productService-right .product-div:nth-child(1){
        margin-bottom: 24px;
        border: none;
    }
    .container-productService .productService-right .product-div:nth-child(2){
        margin-bottom: 24px;
        border: none;
    }
    .container-productService .product-btn{
        width:100px;
        text-align: center;
        font-size:14px;
        height:36px;
        line-height: 36px;
        border-radius:4px;
        border:1px solid rgba(24,194,156,1);
        outline:none;
        background-color: rgba(0,0,0,0);
        color:#18C29C;
        margin:0 auto;
        margin-top:48px;
    }
    /* 解决方案 */
    .container-solution{
        width: 100%;
        margin-top:0;
        min-height: auto;
        max-height: 900px;
        padding:80px 0 152px;
        text-align: center;
        display: block;
    }
    .container-solution .solution-title{
        width:auto;
    }
    .container-solution .solution-title h2{
        text-align: center;
    }
    .container-solution .solution-title .line{
        margin:0 auto;
        margin-bottom: 48px;
    }
    .container-solution .solution-title p{
        margin-bottom: 48px;
        padding:0 24px;
    }
    .container-solution .solution-title a,.container-solution .solution{
        display: none;
    }
    .container-solution .swiper3{
        position: relative;
        opacity: 1;
    }
    .container-solution .swiper3 .solution-img{
        width:36px;
        height:36px;
        background-size: 100% 100%;
        display: inline-block;
    }
    .container-solution .swiper3 .solution-div{
        width:88%;
        margin-left:6%;
        height:400px;
        background:rgba(24,194,156,1);
        padding:94px 26px 0 26px;
        box-sizing: border-box;
    }
    .container-solution .swiper3 .solution-img{
        margin-right:16px;
        float: left;
    }
    .container-solution .swiper3 b{
        height:37px;
        font-size:26px;
        font-weight:500;
        color:rgba(255,255,255,1);
        line-height:48px;
        transform: translateY(-6px);
        display: inline-block;
        float:left;
    }
    .container-solution .swiper3 p{
        margin-top:14px;
        margin-left:58px;
        margin-bottom: 32px;
        font-size:14px;
        line-height:22px;
        color:rgba(20,42,63,1);
        float: left;
        text-align: left;
    }
    .container-solution .swiper3 .solution-href{
        color:#ffffff;
        top: 200px;
        font-size:14px;
        float:right;
        text-align: center;
    }
    .container-solution .swiper3 .solution-href i{
        margin-left: 12px;
    }
    .container-solution .swiper3 .solution-img1{
        background-image: url('../image/home/icon_tab_police_pressed@2x.png');
    }
    .container-solution .swiper3 .solution-img2{
        background-image: url('../image/home/icon_tab_security_pressed@2x.png');
    }
    .container-solution .swiper3 .solution-img3{
        background-image: url('../image/home/icon_tab_bank_pressed@2x.png');
    }
    .container-solution .swiper3 .solution-img4{
        background-image: url('../image/home/icon_tab_administration_pressed@2x.png');
    }
    .container-solution .swiper3 .solution-img5{
        background-image: url('../image/home/icon_tab_hospital_pressed@2x.png');
    }
    .container-solution .swiper3 .solution-img6{
        background-image: url('../image/home/icon_tab_education_pressed@2x.png');
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        /*bottom: -30px;*/
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin:0;
        height:2px;
        width:20px;
        background-color: #576268;
        border-radius: 0;
        opacity: 1;
    }
    .swiper-pagination-bullet-active{
        background-color: #18C29C!important;
    }
    /* 最新动态 */
    .container-news{
        padding:40px 0 0 0;
        background-color: rgba(33, 42, 46, 1);
        margin-top:0;
    }
    .container-news .news-div{
        display: block;
        width:100%;
        margin-top:48px;
        text-align: center;
    }
    .container-news .news-div .news-href{
        color:#18C29C;
        font-size:16px;
        line-height:22px;
        color:rgba(24,194,156,1);
    }
    /* .container-news .cover-left{
        background-color: rgba(0,0,0,0);
        height: auto;
        width: 100%;
    } */
    /* .container-news .cover-right{
        background: rgba(0,0,0,0);
        height:auto;
    } */
    .container-news .news-title{
        text-align: center;
        position: relative;
    }
    /* .container-news .news-title .news-title-cover{
        position: absolute;
        left:0;
        top:-55px;
        width:248px;
        height:156px;
        background:rgba(46,57,63,1);
        opacity:0.4;
    } */
    .container-news .news-title .title{
        text-align: center;
        position: relative;
        padding-bottom: 60px;
    }
    .container-news .news-title .title .line{
        margin:0 auto;
        margin-top:20px;
    }
    .container-news .news-title .more-title{
        display: none;
    }
    .container-news .news-container{
        padding-left: 24px;
        overflow-y: hidden;
        overflow-x: scroll;
        position: relative;
        width: 100%;
        display: flex;
    }
    .container-news .news-container .container-box{
        position: relative;
        z-index: 9;
        padding:0;
        margin-right:10px;
        width: 327px;
        min-height: 430px;
        flex:none;
        float:left;
    }
    .container-news .news-container .container-box:last-child{
        margin-right: 50px;
    }
    .container-news .news-container .container-box img{
        width:100%;
        position: static;
    }
    .container-news .news-container .container-box .information{
        padding: 16px 20px 0;
        box-sizing: border-box;
        height: 42px;
    }
    .container-news .news-container .container-box .news-font-tit{
        padding: 0 19px;
        box-sizing: border-box;
    }
    .container-news .news-container .container-box .news-font-inc{
        padding: 0 19px;
        box-sizing: border-box;
    }
    .container-news .news-container .container-box .news-view{
        padding: 0 20px 20px;
        font-size: 14px;
    }
    .container-news .news-font-inc{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .container-news .news-container .container-box:hover{
        margin-top:0!important;
    }
    .container-news .more-news {
        display: block;
    }
    /* 合作伙伴 */
    .container-partner{
        margin-top: 80px;
        padding: 0 0 95px 0;
    }
    .container-partner .container{
        display: none;
    }
    .container-partner .cover-partner{
        min-height: auto;
    }
    .container-partner .partner-title{
        margin-bottom: 60px;
        padding-top: 10px;
        position: relative;
    }
    .container-partner .partner-title h4{
        text-align: center;
        position: relative;
    }
    .container-partner .partner-title .line{
        margin:0 auto;
        position: relative;
    }
    .container-partner .partner-title .partner-cover{
       display: none;
    }
    .container-partner .web-partner{
       display: block;
    }
    .container-partner .web-partner .main-partner {
       width: 327px;
       margin: 0 auto 15px;
    }
    .container-partner .web-partner .left-content{
        width: 130px;
        height: 66px;
        background: rgba(46, 57, 63, 0.4);
        justify-content: center;
        display: flex;
        align-items: center;
        float: left;
    }
    .container-partner .web-partner .right-content{
        width: 182px;
        height: 66px;
        background: rgba(46, 57, 63, 0.4);
        justify-content: center;
        display: flex;
        align-items: center;
        float: right;
    }
    .container-partner .web-partner .partner-div {
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(46, 57, 63, 0.4);
        width: 327px;
        height: 66px;
        margin: 0 auto 15px;
    }
  
    /* 产品展示 */
    .container-product .web-video-box .swiper2 .video-tit .video-img{
        width:42px;
    }
    .container-product{
        padding:0 0 130px 0;
        background:rgba(0,0,0,0);
        min-height: auto;
        flex-direction: column;
    }
    .container-product .product-font{
        width: 100%;
    }
    .container-product .product-font h4{
        text-align: center;
    }
    .container-product .product-font .line{
        margin:0 auto;
        margin-bottom: 48px;
    }
    .container-product .product-font p{
        text-align: center;
        margin-bottom: 0;
    }
    .container-product .web-video-box{
        padding:0 24px;
        display: inline-block;
    }
    .container-product .web-video-box .swiper2{
        width:100%!important;
        transform: translateY(48px);
        overflow: hidden;
        position: relative;
    }
    .container-product .web-video-box .swiper2 video{
        width: 100%;
        height: auto;
    }
    .container-product .web-video-box .swiper2 .jsmodern-video{
        width: 100%!important;
        height: auto!important;
    }
    .container-product .web-video-box .swiper2 .video-tit{
        position: absolute;
        left:50%;
        top:0%;
        text-align: center;
        transform: translateX(-50%);
        z-index: 1000;
        width: 100%;
        height:100%;
        display: flex;
        align-items: center;
        background:rgba(0,0,0,0.7);
    }
    .container-product .web-video-box .swiper2 .video-tit img{
        margin:0 auto;
    }
    .container-product .web-video-box .swiper2 .video-tit span{
        font-size:16px;
        font-weight:500;
        color:rgba(255,255,255,1);
        line-height:42px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .container-product .web-video-box ul{
        width: 100vw;
        padding-top: 94px;
        background: rgba(7,158,124,1);
        margin-left: -24px;
        /* padding-right: 48px; */
    }
    .container-product .web-video-box ul li{
        width: 50%;
        float:left;
        height:72px;
        padding:16px 24px 16px 30px;
        box-sizing: border-box;
        color:rgba(255,255,255,0.7);
        font-size:14px;
    }
    .container-product .web-video-box ul li:hover{
        color:rgba(255,255,255,1);
        background:linear-gradient(270deg,rgba(24,194,156,0) 0%,rgba(24,194,156,1) 100%);
    }
    #foot .foot-container{
        background-color: #1C2428;
    }
    .container-product .swiper-font{
        display: none;
    }
    #swiper .swiper-button-next, #swiper .swiper-button-prev{
        display: none!important;
    }
    .cover,.container-product .product-video,.container-product .product-font ul,.container-product .product-video .pc-video .swiper-button-next,.container-product .product-video .pc-video .swiper-button-prev{
        display: none!important;
    }
}