/*导航*/
.btn-blue:hover{
    color: #fff;
}
.header-bg{
    box-shadow: 0vw 0.2vw 1vw 0vw rgba(0, 4, 90, 0.06);
}
.header-bg-nav {
    background: #fff!important;
    box-shadow: 0 0.2vw 1vw 0 rgba(0, 4, 90, 0.06);
}
.bhy-nav-plan{
    width: calc(100% - 42.6vw);
    left: 0;
    padding: 0 21.3vw;
    box-shadow: 0 0.2vw 1vw 0 rgba(0, 4, 90, 0.06);
}
.bhy-nav-plan ul li{
    border: none;
}
.bhy-nav-plan .active-plan{
    background-color: #f2f5fa;
    border-radius: 0.2vw;
}
.bhy-nav-plan .child-nav-plan ul li img{
    margin-right: 1vw;
    width: 2.1vw;
    height: 2.1vw;
    background-color: #ffffff;
    border-radius: 0.4vw;
    opacity: 0.3;
}
.bhy-nav-plan ul li span{
    font-size: 0.8vw;
    color:#000;
}
.bhy-nav-product{
    width: calc(100% - 37.6vw);
    left: 0;
    padding: 0 18.8vw 0 18.8vw;
    height: auto;
    box-shadow: 0 0.2vw 1vw 0 rgba(0, 4, 90, 0.06);
}
.bhy-nav-product ul{
    padding: 1.5vw 0 0 0;
}
.bhy-nav-product ul li{
    display: inline-block;
    margin-right: 1vw;
    /*width: calc((100% - 28vw)/2);*/
    /*width: calc((100% - 35vw)/4);*/
    width: calc((100% - 4vw - 20px)/5);
    vertical-align: text-top;
    margin-bottom: 1.5vw;
}
/*.bhy-nav-product ul li:last-child{
    margin-right: 0;
}*/
.bhy-nav-product ul li:nth-child(5n){
    margin-right: 0;
}
/*.bhy-nav-product ul li:nth-child(2n){*/
/*    margin-right: 0;*/
/*}*/
.bhy-nav-product .product-title{
    font-size: 0.8vw;
    color: #000000;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.bhy-nav-product .product-title span
{
    width: 100%;
    position: absolute;
    top: 0.6vw;
    left: 0;
    height: 0.5vw;
    background-color: #7f85fb;
    opacity: 0.5;
}
.bhy-nav-product .product-intro{
    border-radius: 0.5vw;
    border: solid 0.1vw #ebedf3;
    padding: 0.5vw 0 0 0.5vw;
    margin-top: 0.8vw;
}
.bhy-nav-product .product-intro .product-item{
    display: inline-block;
    width: 100%;
    margin-bottom: 0.5vw;
    vertical-align: text-top;
}
.bhy-nav-product .product-intro .product-item-1{
    font-size: 0.7vw;
    color: #000000;
    margin-bottom: 0.4vw;
}
.bhy-nav-product .product-intro .product-item-1 span{
    width: 0.2vw;
    height: 0.7vw;
    background-color: #262ffc;
    display: inline-block;
    margin-right: 0.4vw;
    vertical-align: text-top;
    margin-top: 0.1vw;
}
.bhy-nav-product li:first-child .product-intro .product-item-1 span{
    background-color: #8491F8;
}
.bhy-nav-product li:nth-child(2) .product-intro .product-item-1 span{
    background-color: #FED200;
}
.bhy-nav-product li:nth-child(3) .product-intro .product-item-1 span{
    background-color: #3CC89F;
}
.bhy-nav-product li:nth-child(4) .product-intro .product-item-1 span{
    background-color: #3DC6F3;
}
.bhy-nav-product li:nth-child(5) .product-intro .product-item-1 span{
    background-color: #F33E71;
}
.bhy-nav-product li:nth-child(6) .product-intro .product-item-1 span{
    background-color: #9BCA0C;
}
.bhy-nav-product li:nth-child(7) .product-intro .product-item-1 span{
    background-color: #FF7F00;
}
.bhy-nav-product li:nth-child(8) .product-intro .product-item-1 span{
    background-color: #c152fe;
}
.bhy-nav-product .product-intro .product-item-2{
    font-size: 0.6vw;
    color: #666;
    /*height: 2vw;*/
    padding-right: 0.5vw;
}

.bhy-nav-product-new{
    width: 100%;
    left: 0;
    padding: 0;
    height: auto;
    box-shadow: 0 0.2vw 1vw 0 rgba(0, 4, 90, 0.06);
    border-radius: unset;
}
.bhy-nav-product-new .nav-product-new-left {
    height: 14.06vw;
    width: 30.25vw;
    float: left;
    background: url(../img/header/nav-product-yingxiao.png) no-repeat center;
    background-size: 100%;
    padding-right: 1vw;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    flex-direction: column;
}
.nav-product-new-left .nav-product-new-child{
    height: 2vw;
    line-height: 2vw;
    width: 5.8vw;
    padding: 0 1vw;
    font-size: 0.83vw;
    border: 1px solid rgba(255, 255, 255, 0);;
    margin: 0.68vw 0;
    border-radius: 0.2vw;
    font-weight: bold;
}
.nav-product-new-left .nav-product-new-child .right{
    color: #7685A7;
}
.nav-product-new-left .nav-product-new-child .right i{
    font-size: 0.6vw;
}
.nav-product-new-left .nav-product-new-child.active{
    border:1px solid #262FFC;
    background: #fff;
    color: #262FFC;
}
.nav-product-new-left .nav-product-new-child.active .right{
    color: #262FFC;
}
.bhy-nav-product-new .nav-product-new-right{
    height: 12.06vw;
    width: calc(100% - 33.25vw);
    float: left;
    padding: 1vw;
}
.nav-product-new-right .nav-product-new-list{
    display: none;
}
.nav-product-new-right .nav-product-new-list.active{
    display: inline-block;
}
.nav-product-new-list .nav-product-new-li{
    float: left;
    margin-left: 1.56vw;
}
.nav-product-new-list .nav-product-new-li:first-child{
    margin-left:0;
}
.nav-product-new-list .nav-product-new-item{
    width: 23.8vw;
    height: 2.54vw;
    padding: 0.5vw;
    margin-top: 0.7vw;
    cursor: pointer;
}
.nav-product-new-li .nav-product-new-item:first-child{
    margin-top: 0;
}
.nav-product-new-list .nav-product-new-item.active{
    background: #F2F5FA;
    border-radius: 0.4vw;
}
.nav-product-new-list .nav-product-new-item img{
    width: 2.54vw;
    height: 2.54vw;
    border-radius: 0.4vw;
    box-shadow: 0 0.25vw 0.75vw 0 rgba(0,5,118,0.08);
    float: left;
}
.nav-product-new-list .nav-product-new-item .nav-product-new-con{
    float: left;
    margin-left: 1vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 0.72vw;
}
.nav-product-new-con .nav-product-new-tit{
    font-weight: bold;
    color: #000;
}
.nav-product-new-con .nav-product-new-des{
    color: #999999;
    margin-top: 0.2vw;
}
.nav-product-new-item.active .nav-product-new-con .nav-product-new-des{
    color: #666;
}

/*生态合作*/
/*.page-banner-box {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    color: #fff;*/
/*    font-size: 0.9vw;*/
/*    line-height: 2vw;*/
/*    width: 100%;*/
/*    padding-top: 1vw;*/
/*}*/
.page-banner-top{
    margin-top: 6.8vw;
    margin-left: 18.8vw;
    float: left;
}
.index-banner-top-content{
    margin:2.1vw 0 2.1vw;
    font-size: 1vw;
    color: #333;
    width: 29vw;
}
.banner-top-content{
}
.banner-top-title{
    font-size: 2.9vw;
    letter-spacing: 0.1vw;
    background-image: linear-gradient(to right, #0096ff 0%, #8b26fc 45%, #fa4ca2 100%), linear-gradient(#0096ff, #0096ff);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 4.2vw;
    display: inline-block;
}
.banner-top-title1{
    background-image: linear-gradient(to right, #262ffc, #00d2ff);
}
.banner-top-content .banner-top-desc{
    font-size: 2.9vw;
    color: #000;
    margin: 1vw 0 3vw;
    line-height: 4.2vw;
    letter-spacing: 0.1vw;
}
.banner-top-content .banner-top-btn a{
    border: none;
    display: inline-block;
    text-align: center;
    font-size: 1vw;
    color: #000000;
    width: 9.4vw;
    height: 2.5vw;
    line-height: 2.5vw;
    background-color: #fed200;
    border-radius: 0.2vw;
}
.banner-top-content .banner-top-btn .ra{
    color: #fff;
    background-color: #262ffc;
    margin-left:1vw;
}
.common-section-head{
    font-size: 1.7vw;
    color: #172b4d;
    margin: 0 0 2vw;
}
.cooperate-part-1{
    padding: 7vw 18.8vw 0;
}
.cooperate-part-1-item{
    display: inline-block;
    margin-right: 4vw;
    width: calc((100% - 8vw - 0.4vw) / 2);
    margin-bottom: 2.7vw;
    height: 12vw;
    padding: 3vw 0 0 2vw;
    vertical-align: top;
    background-size: 100%!important;
}
.cooperate-part-1-item:nth-child(even){
    margin-right: 0;
}
.cooperate-part-1-title{
    font-size: 0.9vw;
    color: #172b4d;
    margin: 1vw 0 1vw;
}
.cooperate-part-1-detail{
    font-size: 0.8vw;
    color: #7a8ba6;
    width: 60%;
    line-height: 1.5vw;
    margin-left: 1vw;
}
.cooperate-part-2{
    padding: 2vw 18.8vw;
}
.cooperate-part-2-c{
    background: linear-gradient(-90deg, #BAC9DC, #95A7BF);
}
.cooperate-part-2-item{
    display: inline-block;
    width: calc((100% - 3vw - 8px) / 3);
    height: 5.9vw;
    padding: 2.5vw 0 0 1vw;
    vertical-align: top;
    position: relative;
    cursor:pointer;
}
.cooperate-part-2-item .p2-num{
    position: absolute;
    bottom: 3px;
    right: 0.8vw;
}
.cooperate-part-2-item.active{
    background: linear-gradient(-90deg, #2998F5, #097AFD);
}
.cooperate-part-2-item .p2-img{
    display: inline-block;
    width: 3.65vw;
}
.cooperate-part-2-item .p2-img1{
    display: none;
    width: 3.65vw;
}
.cooperate-part-2-item.active .p2-img{
    display: none;
}
.cooperate-part-2-item.active .p2-img1{
    display: inline-block;
}
.cooperate-part-2-detail{
    font-size: 1vw;
    color: #fff;
    width: 60%;
    line-height: 1.5vw;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1vw;
}
.cooperate-part-2-c .line{
    width: 1px;
    height: 4vw;
    background: #FFFFFF;
    opacity: 0.4;
    display: inline-block;
    position: absolute;
    top: 2.2vw;
    right: 0;
}
.cooperate-part-3{
    padding: 3vw 0;
    position: absolute;
    width: 100%;
}
.cooperate-part-3 .p3-banner{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.cooperate-part-3-c{
    padding: 0 18.8vw;
    position: absolute;
    width: 100%;
    top: 15vw;
}
.cooperate-part-3-item{
    display: inline-block;
    margin-right: 2vw;
    width: calc((100% - 40.6vw - 8px) / 3);
    height: 12.6vw;
    padding: 3vw 0 0 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgb(0 65 183 / 15%);
    opacity: 0.98;
}
.cooperate-part-3-item img{
    width: 4.15vw;
}
.cooperate-part-3-item:nth-child(3){
    margin-right: 0;
}
.cooperate-part-3 .common-section-head{
    color: #fff;
    margin: 0 0 0 18.8vw;
    position: absolute;
    top: 8.2vw;
}
.cooperate-part-3-title{
    font-size: 1.1vw;
    color: #172b4d;
    margin: 2vw 0 1vw;
}
.cooperate-part-3-detail{
    font-size: 1vw;
    color: #7A8BA6;
}
.cooperate-part-4{
    padding: 41vw 18.8vw 10vw;
}
.cooperate-part-4-item{
    width: calc((100% - 9vw - 8px)/3);
    display: inline-block;
}
.cooperate-part-4-item .circle{
    width: 3.2vw;
    height: 3.2vw;
    background: linear-gradient(96deg, #5DB1FF, #3B77FF);
    border-radius: 50%;
    font-size: 2.1vw;
    font-family: fantasy;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 3.2vw;
}
.divide{
    position: relative;
    width: 100%;
    top: 1vw;
}
.divide .dot{
    width: 5px;
    height: 5px;
    background: #2C6EE5;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -2px;
}
.divide .dot:nth-child(odd){
    right: 0
}
.divide .dot:nth-child(even){
    left: 0
}

.divide .line{
    height: 1px;
    background: linear-gradient(96deg, #E2E7F1, #CDD3E1);
    width: 100%;
}
.cooperate-part-4-item{
    position: relative;
    padding: 2vw 0 0 3vw;
}
.cooperate-part-4-item .tip{
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0,65,183,0.15);
    opacity: 0.9;
    text-align: center;
    width: 10.5vw;
    height: 4.1vw;
    padding-top: 1vw;
    position: absolute;
    top: 4vw;
    left: 5vw;
    z-index: 10;
}
.cooperate-part-4-item .tip img{
    display: inline-block;
    margin-right: 1vw;
    width: 2.5vw;
}
.cooperate-part-4-item .tip .cooperate-part-4-title{
    display: inline-block;
    color: #172B4D;
    font-size: 0.9vw;
    vertical-align: middle;
}
.p4-form{
    margin-top: 9vw;
    padding: 3vw 0;
    background-size: 100%!important;
}
.p4-form .common-section-head{
    text-align: center;
}
.p4-form .p4-form-item{
    margin-bottom: 1vw;
    text-align: center;
}
.p4-form .p4-form-item input{
    display: inline-block;
    margin-right: 2vw;
    width: 15.5vw;
    height: 2vw;
    line-height: 2vw;
    background: #FFFFFF;
    border: 1px solid #E2E7F1;
    border-radius: 4px;
    color: #7A8BA6;
    padding: 0 0.5vw;
}
.p4-form .p4-form-item input:nth-child(even){
    margin-right: 0;
}
.p4-form .p4-form-item.code-input{
    position: relative;
}
.p4-form .p4-form-item .code{
    position: absolute;
    top: 0.3vw;
    right: 14.5vw;
    background: #2C6EE5;
    border-radius: 4px;
    border: none;
    color: #fff;
    height: 1.4vw;
    font-size: 0.7vw;
    line-height: 1.4vw;
    padding: 0 0.5vw;
    cursor: pointer;
}
.p4-form .p4-form-btn{
    text-align: center;
}
.p4-form .p4-form-btn div{
    text-align: center;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(96deg, #5DB1FF, #3B77FF);
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 0.8vw;
    display: inline-block;
    cursor: pointer;
}
.ecology-nav{
    position: fixed;
    top: 4.2vw;
    width: 100%;
    background: #fff;
    padding: 0 20%;
    z-index: 99;
    height: 4.2vw;
    line-height: 3.9vw;
    box-shadow: 0vw 0.3vw 0.8vw 0vw rgba(0, 65, 183, 0.1);
    display: none;
}
.ecology-nav .index-banner-three-box{
    margin-top: 0;
}
.ecology-nav .index-banner-three-item{
    padding-bottom: 0;
}
/*新闻资讯*/
.news-cate{
    margin: 0 18.8vw;
    /*position: absolute;*/
    top: 27.3vw;
    width: calc(100% - 37.6vw);
    border:1px solid #e2e7f1;
    line-height: 5.2vw;
    height: 5.2vw;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.1vw 0vw
    rgba(0, 18, 36, 0.1);
    border-radius: 0.5vw;
}
.news-cate-item{
    display: inline-block;
    width: calc(100% / 4);
    text-align: center;
    height: 3vw;
    line-height: 3vw;
    float: left;
    margin-top: 1.1vw;
}
.news-cate-item a{
    font-size: 0.9vw;
    color:#000;
}
.news-cate .active span{
    width: 100%;
    height: 0.6vw;
    background-color: #7f85fb;
    opacity: 0.5;
    position: absolute;
    top: 0.6vw;
    left: 0;
}
.news-cate .active a{
    font-size: 1.1vw;
    position: relative;
}
.news-item-img img{
    width: 24vw;
    height: 13.6vw;
    background-color: #2c6ee5;
    border-radius: 0.5vw;
}
.news-list{
    padding: 0 18.8vw 14vw;
    position: relative;
    top: 7vw;
}
.news-list .news-item{
    padding: 2.2vw 0;
    background: #fff;
    cursor: pointer;
    display: block;
}
.news-list .active{
    border-bottom: none;
    box-shadow: 0vw 0vw 1vw 0vw rgba(0, 65, 183, 0.15);
    margin-bottom: 1vw;
    margin-top:-1px;
}
.news-list .news-item-img{
    display: inline-block;
    width: 24vw;
    vertical-align: top;
}
.news-list .news-item-intro{
    display: inline-block;
    width: calc(100% - 4px - 28vw);
    font-size: 0.8vw;
    color: #666;
    padding: 0.3vw 0 0 1vw;
    margin: 0 0 0 3vw;
}
.news-item:nth-child(2n) .news-item-intro{
    margin: 0 3vw 0 0;
}

.news-list .news-item-intro .news-item-title{
    font-size: 1.5vw;
    color:#010101;
}
.news-list .active .news-item-title{
    color:#2c6ee5;
}
.news-list .news-item-intro .news-item-desc{
    margin: 1.6vw 0 3.1vw;
    line-height: 1.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-list .news-item-intro .news-item-date{

}
.news-list .news-item-intro .news-item-date span{
    margin:0 0 0 1vw;
}
.news-list .news-item-intro .news-item-date .detail{
    float:right;
}
.news-list .news-item-intro .news-item-date span:first-child{
    color:#172b4d;
    margin:0 1vw 0 0;
}
.news-detail-nav{
    height: 2.6vw;
    line-height: 2.6vw;
    background-color: #f6f8fa;
    padding:0 15%;
    color:#7a8ba6;
    font-size: 0.7vw;
    margin-top: calc(4.2vw + 1px);
}
.news-detail-nav span{
    margin:0 0.5vw;
}
.news-detail-content{
    background: #fff;
    padding:2vw 15%;
}
.news-detail-content .news-detail-left{
    display: inline-block;
    width: 69%;
    vertical-align: top;
}
.news-detail-left img{
    width: 100%;
}
.news-detail-content .news-detail-right{
    display: inline-block;
    width: calc(30% - 6px - 5vw);
    margin-left: 3vw;
    border: 1px solid #e2e7f1;
    padding: 1vw;
}
.news-detail-title{
    font-size: 1.8vw;
    color:#333;
}
.news-detail-date{
    font-size: 0.7vw;
    color:#7a8ba6;
    margin:1vw 0;
}
.news-detail-date a{
    color:#7a8ba6;
    margin-right: 1vw;
}
.news-detail-date span{
    margin-left:1vw;
}
.news-detail-desc{
    font-size: 0.8vw;
    color:#333;
    line-height: 1.3vw;
}
.news-relative-top{
    font-size: 1vw;
    color:#333;
    padding-bottom: 1vw;
}
.news-relative-more{
    font-size: 0.7vw;
    color:#7a8ba6;
    background: #f6f8fa;
    text-align: center;
    height: 1.9vw;
    line-height: 1.9vw;
    margin-top:0.5vw;
    cursor:pointer;
    display: block;
}
.news-relative-nodata{
    text-align: center;
    padding: 1vw 0;
    color: #172b4d;
    border-top: 1px solid #e2e7f1;
}
.news-relative-item{
    border-top: 1px solid #e2e7f1;
    padding:0.5vw 0;
    cursor:pointer;
    display: block;
}
.news-relative-item-title{
    font-size: 0.8vw;
    color:#172b4d;
    line-height: 1.3vw;
    margin-bottom: 0.5vw;
}
.news-relative-item:hover .news-relative-item-title{
    color:#2c6ee5;
}
.news-relative-item-date,.news-relative-item-date span{
    font-size: 0.7vw;
    color:#7a8ba6;
    margin: 0 0.5vw 0 0;
}
.news-relative-item-date span:last-child{
    margin:0 0 0 0.5vw;
}
.news-relative-item-date a{
    margin:0 0.5vw 0 0;
    font-size: 0.7vw;
    color:#7a8ba6;
}
/*新闻详情*/
.bhy-news{
    background: #fff;
    padding:7.3vw 18.8vw 2vw;
}
.bhy-news .bhy-news-detail{
    font-size: 0.8vw;
    line-height: 1.9vw;
    color: #666666;
}
.bhy-news-detail-left{
    display: inline-block;
    width: 42vw;
    vertical-align: top;
    margin-right: 4.9vw;
}
.bhy-news-detail-left img{
    width: 100%;
}
.bhy-news-detail-right{
    display: inline-block;
    width: calc(100% - 6px - 46.9vw);
    background: #fff;
}
.bhy-news-top{
    font-size: 0.9vw;
    color: #000000;
    margin-bottom: 1.3vw;
}
.bhy-news-relative-item{
    margin-bottom: 1vw;
    cursor: pointer;
    display: block;
}
.bhy-news-detail-thumb{
    width: 6vw;
    height: 4.1vw;
    display: inline-block;
    margin-right: 1.1vw;
}
.bhy-news-detail-thumb img{
    width: 6vw;
    height: 4.1vw;
    border-radius: 0.5vw;
}
.bhy-news-other-r{
    width: calc(100% - 4px - 7.1vw);
    display: inline-block;
}
.bhy-news-other-title{
    font-size: 0.8vw;
    line-height: 1.9vw;
    color: #010101;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    vertical-align: middle;
}
.bhy-news-other-more{
    font-size: 0.7vw;
    color: #666666;
}
.y-news-detail-title{
    margin-bottom: 3vw;
}
.y-news-detail-content{
    line-height: 1.9vw;
}
.news-page .pagination>li>a, .news-page .pagination>li>span{
    width: 1.5vw;
    height: 1.5vw;
    line-height: 1.5vw;
    background-color: #f4f4f5;
    border-radius: 0.2vw;
    font-size: 0.7vw;
    color: #666666;
    border:none;
}
.news-page .pagination>.active>a, .news-page .pagination>.active>span{
    background-color: #409eff;
    color:#fff;
}
/*案例*/
.cases-cate .news-cate-item{
    width:calc((100% / 10));
}
.news-list .cases-item{
    padding: 2.2vw 0;
    background: #fff;
    cursor: pointer;
    margin-right: 3.1vw;
    width: calc((100% - 4px - 3.1vw)/2);
    display: inline-block;
    overflow: hidden;
}
.news-list .cases-item:nth-child(2n){
    margin-right: 0;
}
.cases-item .cases-item-img img{
    width: 100%;
    height: 16.7vw;
    background-color: #262ffc;
    border-radius: 0.5vw;
}
.cases-item-content{
    padding:0 1vw 0;
}
.cases-item .cases-item-logo img{
    width: 12.2vw;
    margin: 2.1vw 0;
}
.cases-item .cases-item-more{
    font-size: 0.8vw;
    color: #666666;
    float: right;
    margin-top: 3vw;
}
.cases-item .cases-item-c{
    margin:0 0 1.1vw;
}
.cases-item .cases-item-c .cases-item-label{
    font-size: 0.7vw;
    color: #ffffff;
    display: inline-block;
    background-color: #46a1ff;
    padding: 0.4vw 0.8vw;
    border-radius: 0.2vw;
    margin-right: 0.4vw;
}
.cases-item-intro .cases-item-title{
    font-size: 1.5vw;
    line-height: 2.5vw;
    color: #010101;
    margin-bottom: 1.5vw;
    height: 5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cases-item-intro .cases-item-desc{
    font-size: 0.8vw;
    line-height: 1.6vw;
    color: #666666;
    height: 7.5vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.cases-company{
    width: calc(100% - 3.4vw);
    height: 10.8vw;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 1.6vw 0vw rgba(0, 46, 126, 0.1);
    border-radius: 0.5vw;
    padding: 1.7vw;
    margin-bottom: 3.1vw;
}
.cases-company img{
    width: 100%;
    height:2.1vw;
}
.cases-company .cases-company-detail{

}
.cases-company .cases-company-detail div{
    font-size: 0.7vw;
    color: #666666;
    margin-top: 1.5vw;
}
.cases-company .cases-company-detail div span{
    font-size: 0.7vw;
    color: #000000;
    margin-left: 1vw;
}
.cases-detail-title{
    margin-top:0;
}
/*场景方案*/
.plan-page{
    padding:5.2vw 9.9vw 5.2vw 18.8vw;
}
.plan-page .plan-content{
    display: inline-block;
    width: 55vw;
    margin-right: 5.5vw;
    line-height: 1.9vw;
}
.plan-page .plan-content img{
    width: 100%;
}
.plan-page .plan-list{
    display: inline-block;
    vertical-align: top;
}
.plan-page .plan-list div{
    margin-bottom: 2vw;
}
.plan-page .plan-list div span{
    font-size: 0.9vw;
    color:#666;
}
.plan-page .plan-list .active-plan span{
    color:#000;
}
.plan-page .plan-list img{
    width: 2.1vw;
    height: 2.1vw;
    border-radius: 0.4vw;
    margin: 0 1vw 0 0;
    vertical-align: middle;
}
/*产品*/
.crm-banner-box .index-banner-top-title .color1{
    background-image: linear-gradient(#ff527f, #ff9267);
}
.crm-banner-box .index-banner-top-title .color2{
    background-image: linear-gradient(to right, #377af8 0%, #13cfbb 85%, #64ff7a 100%), linear-gradient(#377af8, #377af8);
}
.crm-banner-box .index-banner-top-title .color3{
    background-image: linear-gradient(#388cff, #7126fc);
}
/*名片*/
.card-common-title{
    font-size: 2.2vw;
    color: #000;
    text-align: center;
}
.card-func{
    background-color: #ffffff;
    box-shadow: 0vw 0.5vw 1.6vw 0vw rgba(0, 22, 125, 0.08);
    padding: 5.2vw 0 2.4vw 0;
    margin-top: 9vw;
    position: absolute;
    top: 27.5vw;
    margin: 1vw 18.5vw;
}
.card-func-detail{
    margin-top:3.1vw;
}
.card-func-left{
    display: inline-block;
    width: 24vw;
    text-align: center;
}
.card-func-left img{
    width: 22vw;
}
.card-func-right{
    display: inline-block;
    width: calc(100% - 26vw - 5px);
    vertical-align: middle;
}
.card-func-item{
    width: 9.1vw;
    margin-right: 3.4vw;
    display: inline-block;
    color:#333;
    font-size: 0.7vw;
    line-height: 1.3vw;
    vertical-align: middle;
    margin-bottom: 1vw;
}
.card-func-item:nth-child(3),.card-func-item:nth-child(6),.card-func-item:nth-child(9){
    margin-right: 0;
}
.card-func-item .iconfont{
    width: 2.5vw;
    height: 2.5vw;
    line-height: 2.5vw;
    background-color: #e6eeff;
    color:#2c6ee5;
    font-size: 1.3vw;
    border-radius: 50%;
    text-align: center;
}
.card-func-title{
    font-size: 0.9vw;
    margin: 0.8vw 0;
}
.card-func-desc{
    height:5.5vw;
    overflow: hidden;
    color: #7a8ba6;
}
.card-func-more{
    font-size: 1.3vw;
    margin-bottom: 1vw;
    width: 5.5vw;
    text-align: center;
}
.card-func-item .ask-btn{
    width: 5.5vw;
    height: 2.2vw;
    line-height: 2.2vw;
}
.card-index-part2{
    padding:17vw 18.8vw 5vw;
}
.card-index-part2-detail{
    margin-top:2.5vw;
}
.card-index-part2-left{
    display: inline-block;
    width: calc(100% - 54.103% - 8vw - 4px);
    text-align: center;
    padding-left: 8vw;
    vertical-align: middle;
}
.card-index-part2-right{
    display: inline-block;
    width: 54.103%;
    text-align: right;
}
.card-index-part2-right img{
    width: 100%;
}
.card-common-part{
    text-align: left;
    margin: 2vw 0;
}
.card-common-part-img img{
    width: 2.084vw;
}
.card-common-part-title{
    font-size: 0.9vw;
    color:#333;
    margin:0.8vw 0 1vw;
}
.card-common-part-desc{
    color: #7a8ba6;
    font-size: 0.7vw;
}
.card-index-part3{
    background: url(../img/product/card/index-part3-bg.png) no-repeat center;
    width: 100%;
    height:24vw;
}
.card-index-part3-right{
    float: right;
    width: 27.4vw;
    margin: 0.5vw 19.5vw 0 0;
}
.card-index-part3-right .card-common-part-title,.card-index-part3-right .card-common-part-desc{
    color:#fff;
}
.card-index-part3-img{
    float: left;
    margin:5.2vw 0 0 18.8vw;
    width: 30.261vw;
}
.card-index-part3-img img{
    width: 100%;
}
.card-index-part4{
    margin: 11vw 18.8vw 3vw;
}
.index-part4-detail{
    margin-top:4vw;
    height: 28vw;
}
.index-part4-left{
    display: inline-block;
    width: 21.9vw;
    margin-right: 5.2vw;
}
.index-part4-item{
    height: 6.3vw;
    color: #333333;
    font-size: 0.7vw;
    line-height: 6.3vw;
}
.index-part4-item img{
    display: inline-block;
    width: 2.2vw;
    margin:0 1vw 0 1.5vw;
}
.index-part4-item-desc{
    display: inline-block;
    width: 8vw;
    line-height: 1vw;
    vertical-align: middle;
    color: #7a8ba6;
}
.index-part4-item-desc div:first-child{
    font-size: 0.9vw;
    margin-bottom: 0.7vw;
}
.index-part4-item .iconfont{
    float: right;
    margin-right: 1.6vw;
    color: #dde2eb;
    font-size: 1.8vw;
}
.index-part4-right{
    display: inline-block;
    width: calc(100% - 27.1vw - 4px);
    vertical-align: top;
    text-align: center;
}
.index-part4-item .img-b{
    display: none;
}
.index-part4-left .active{
    background-image: linear-gradient(-38deg, #ffbc00 0%, #ffd35d 100%), linear-gradient( #ffbc00, #ffbc00);
    background-blend-mode: normal, normal;
    box-shadow: 0vw 0.5vw 1.6vw 0vw rgba(183, 95, 0, 0.12);
}
.index-part4-left .active .img-b{
    display: inline-block;
}
.index-part4-left .active .img-g{
    display: none;
}
.index-part4-left .active .index-part4-item-desc div{
    color:#333;
}
.index-part4-left .active .iconfont{
    color:#fff;
}
.index-part4-right-title{
    font-size: 1vw;
    text-align: left;
}
.index-part4-right-title div{
    display: block;
    width: 1.6vw;
    height: 0.3vw;
    background-color: #2c6ee5;
    border-radius: 0.1vw;
    margin:0.6vw 0 0.7vw;
}
.index-part4-right-desc{
    color: #7a8ba6;
    font-size: 0.8vw;
    margin-bottom: 3vw;
    text-align: left;
}
.index-part4-right img{
    width: 29.011vw;
}
.bhy-news-detail-left{
    width: 58%;
}
.y-news-detail-content .title{
    font-size: 2rem;
    font-weight: bold;
    text-align: center
}
@media screen and (max-width: 767.98px) {
    .news-cate {
        margin: 0 5vw;
        /* position: absolute; */
        top: 27.3vw;
        width: 90%;
        border: 1px solid #e2e7f1;
        line-height: 10vw;
        height: 10vw;
        background-color: #ffffff;
        box-shadow: 0vw 0vw 2.1vw 0vw rgba(0, 18, 36, 0.1);
        border-radius: 0.5vw;
    }
    .news-cate .active span {
        width: 100%;
        height: 2.5vw;
        background-color: #7f85fb;
        opacity: 0.5;
        position: absolute;
        top: 0.6vw;
        left: 0;
    }
    .news-cate-item {
        display: inline-block;
        width: calc(100% / 4);
        text-align: center;
        height: 10vw;
        line-height: 10vw;
        float: left;
        margin-top: 0.5vw;
    }
    .news-cate .active a {
        font-size: 3.5vw;
        position: relative;
    }
    .news-list {
        padding: 0 10vw 14vw;
        position: relative;
        top: 7vw;
    }
    .news-cate-item a {
        font-size: 3vw;
        color: #000;
    }
    .news-list .news-item {
        padding: 5vw 0;
        background: #fff;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        /* display: block; */
    }
    .news-list .news-item-img {
        /* display: inline-block; */
        width: 90vw;
        vertical-align: top;
        order: 1;
    }
    .news-item-img img {
        width: 75vw;
        height: 25vw;
        background-color: #2c6ee5;
        border-radius: 0.5vw;
    }
    .news-list .news-item-intro {
        display: inline-block;
        width: 90%;
        font-size: 3vw;
        color: #666;
        padding: 2vw 0 0 1vw;
        margin: 0 3vw 0 0 ;
        order: 2;
    }
    .news-list .news-item-intro .news-item-title {
        font-size: 4vw;
        color: #010101;
    }
    .news-list .news-item-intro .news-item-desc {
        margin: 1.6vw 0 3.1vw;
        line-height: 5vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .news-page .pagination>li>a, .news-page .pagination>li>span {
        width: 8vw;
        height: 8vw;
        line-height: 8vw;
        background-color: #f4f4f5;
        border-radius: 0.2vw;
        font-size: 3.5vw;
        color: #666666;
        border: none;
        padding: 0;
    }
    /*客户案例*/
    .news-list .cases-item {
        padding: 5vw 5vw;
        background: #fff;
        cursor: pointer;
        margin-right: 3.1vw;
        width: 90%;
        display: inline-block;
        overflow: hidden;
    }
    .cases-item .cases-item-img img {
        width: 100%;
        height: 40vw;
        background-color: #262ffc;
        border-radius: 0.5vw;
    }
    .cases-item-content {
        padding: 2vw 0 2vw ;
    }
    .cases-item-intro .cases-item-title {
        font-size: 4vw;
        line-height: 5vw;
        color: #010101;
        margin-bottom: 1.5vw;
        height: 10vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .cases-item .cases-item-c .cases-item-label {
        font-size: 2.5vw;
        color: #ffffff;
        display: inline-block;
        background-color: #46a1ff;
        margin: 7vw 0 0;
        border-radius: 0.2vw;
        margin-right: 0.4vw;
    }
    .cases-item-intro .cases-item-desc {
        font-size: 3vw;
        line-height: 5vw;
        color: #666666;
        height: 10vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .index-banner-top-content {
        margin: 2.1vw 0 2.1vw;
        font-size: 1vw;
        color: #333;
        width: 40vw;
    }
    .bhy-news {
        background: #fff;
        padding: 7.3vw 8vw 2vw;
    }
    .bhy-news-detail-left{
        width: 100%;
    }
    .y-news-detail-content .title{
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 0.9rem;
    }
    .wenzhangneirong{
        font-size: 0.6rem;
        line-height: 0.8rem;
    }
}