/*导航*/
.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-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: #2C68FF;
    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 {
    width: 31.25vw;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    flex-direction: column;
}
.nav-product-new-left .nav-product-new-child{
    height: 5.2vw;
    line-height: 5.2vw;
    width: calc(31.25vw - 17.2vw - 1vw);
    padding:0 1vw 0 17.2vw;
    font-size: 0.83vw;
    font-weight: bold;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(241, 245, 254, 1) 100%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.nav-product-new-left .nav-product-new-child img{
    width: 1.96vw;
    margin-right: 1vw;
}
.nav-product-new-left .nav-product-new-child .right{
    color: #B7B8B9;
}
.nav-product-new-left .nav-product-new-child .right i{
    font-size: 1.2vw;
    position: absolute;
    right: 1vw;
    top: 0;
}
.nav-product-new-left .nav-product-new-child.active{
    background: url(../img/header/nav-product-bg.png) no-repeat center;
    background-size: 100% 100%;
    color: #2C68FF;
}
.nav-product-new-left .nav-product-new-child.active .right{
    display: none;
}
.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: 18.8vw;
    height: 2.17vw;
    margin-top: 0.7vw;
    cursor: pointer;
    padding: 1vw;
}
.nav-product-new-li .nav-product-new-item:first-child{
    margin-top: 0;
}
.nav-product-new-list .nav-product-new-item.active{
    background: url(../img/header/nav-product-child-bg.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 0.4vw;
}
.nav-product-new-list .nav-product-new-item i{
    line-height: 2.17vw;
    font-size: 1.5vw;
    background: linear-gradient(162deg, #09BBFE, #5A42EC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float: left;
}
.nav-product-new-list .nav-product-new-item .nav-product-new-con{
    width: calc(100% - 1.6vw - 0.5vw);
    float: left;
    margin-left: 0.5vw;
    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: #666;
    margin-top: 0.2vw;
    font-size: 0.67vw;
}
.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: #666;
    width: 31vw;
}
.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, #2C68FF, #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{
    display: inline-block;
    text-align: center;
    font-size: 1vw;
    width: 9.4vw;
    height: 2.5vw;
    line-height: 2.5vw;
    border-radius: 0.2vw;
}
.banner-top-content .banner-top-btn .ra{
    color: #fff;
    margin-left:1vw;
}
.common-section-head{
    font-size: 1.7vw;
    color: #172b4d;
    margin: 0 0 2vw;
}
.cooperate-part-1{
    padding: 6vw 13.5vw 0;
}
.cooperate-part-1-c{
    margin-top: 3vw;
}
.cooperate-part-1-item{
    display: inline-block;
    margin-right: 2vw;
    width: calc((100% - 6vw - 0.4vw) / 2);
    margin-bottom: 2.7vw;
    height: 10vw;
    padding: 2vw 0 0 2vw;
    vertical-align: top;
}
.cooperate-part-1-item:first-child{
    background: url(../img/cooperate/c-agent.png) no-repeat center;
    background-size: 100% 100%;
}
.cooperate-part-1-item:nth-child(2){
    background: url(../img/cooperate/c-isv.png) no-repeat center;
    background-size: 100% 100%;
}
.cooperate-part-1-item:nth-child(even){
    margin-right: 0;
}
.cooperate-part-1-title{
    font-size: 0.93vw;
    color: #000;
    margin: 0.8vw 0 1vw;
}
.cooperate-part-1-detail{
    font-size: 0.83vw;
    color: #999;
    width: 55%;
    line-height: 1.5vw;
}
.cooperate-part-2{
    padding: 3vw 0;
}
.cooperate-part-2-c{
    margin-top: 3vw;
}
.cooperate-part-2-item{
    display: inline-block;
    width: calc((100% - 6vw - 1vw - 8px) / 3);
    height: calc(11vw - 1.3vw);
    padding: 1.3vw 0 0 2vw;
    margin-left: 0.5vw;
    vertical-align: top;
    position: relative;
    cursor:pointer;
}
.cooperate-part-2-item:first-child{
    margin-left: 0;
    background: url(../img/cooperate/part2-bg1.png) no-repeat center;
    background-size: 100% 100%;
}
.cooperate-part-2-item:nth-child(2){
    background: url(../img/cooperate/part2-bg2.png) no-repeat center;
    background-size: 100% 100%;
}
.cooperate-part-2-item:last-child{
    background: url(../img/cooperate/part2-bg3.png) no-repeat center;
    background-size: 100% 100%;
}

.cooperate-part-2-item .p2-img{
    float: left;
    width: 3.9vw;
}
.cooperate-part-2-con{
    float: left;
    width: calc(100% - 3.9vw - 1vw);
    margin-left: 1vw;
}
.cooperate-part-2-title{
    margin-top: 0.8vw;
    font-size: 1.15vw;
}
.cooperate-part-2-detail{
    font-size: 0.72vw;
    color: #000;
    width: 60%;
    line-height: 1.5vw;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0.3vw;
}
.cooperate-part-2-detail p{
    margin-top: 1vw;
}
.cooperate-part-2-detail p span{
    display: inline-block;
    width: 0.4vw;
    height: 0.4vw;
    margin-right: 0.8vw;
    border-radius: 0.05vw;
    background: linear-gradient(120deg, #84F5DE, #56E8F2, #4CC5F8);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.cooperate-part-2-item:nth-child(2) .cooperate-part-2-detail p span{
    background: linear-gradient(120deg, #007FFF, #00F2FE);
}
.cooperate-part-2-item:last-child .cooperate-part-2-detail p span{
    background: linear-gradient(120deg, #3370FF, #8A7EFF);
}

.cooperate-part-3{
    padding: 3vw 0 6vw 0;
    width: 100%;
}
.cooperate-part-3-c{
    padding: 0 18.8vw;
    margin-top: 3vw;
}
.cooperate-part-3-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    float: left;
    margin-left: 2vw;
    width: calc((100% - 4vw) / 3);
    height: 15.6vw;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgb(0 65 183 / 0.1);
    border-radius: 0.6vw;
}
.cooperate-part-3-item img{
    width: 4.15vw;
}
.cooperate-part-3-item:first-child{
    margin-left: 0;
}
.cooperate-part-3-title{
    font-size: 1.04vw;
    color: #000;
    margin: 1.8vw 0 0.6vw;
}
.cooperate-part-3-detail{
    font-size: 0.93vw;
    color: #666;
}
.cooperate-part-4{
    padding: 6vw 18.8vw;
    background: linear-gradient(0deg, #FFFFFF 50%, #E1EFFF 100%);
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
}
.cooperate-part-4-c{
    margin-top: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cooperate-part-4-c .line{
    width: 8.33vw;
    height: 0.1vw;
    background: #E2E2E2;
    margin: 3.4vw 2vw 0 2vw;
    float: left;
}
.cooperate-part-4-item{
    float: left;
}
.cooperate-part-4-item img{
    height: 7.3vw;
}
.cooperate-part-4-title{
    font-size: 1.25vw;
    text-align: center;
    margin-top: 2vw;
    padding-right: 1.5vw;
}
.cooperate-part-4-item:first-child .cooperate-part-4-title{
    padding-right: 0;
}

.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: #2C68FF;
    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-banner-box .page-banner-top{
    margin-left: 0;
    width: 100%;
    text-align: center;
}
.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: 19.434vw;
    height: 10.9vw;
    background-color: #2C68FF;
    border-radius: 0.5vw;
}
.news-list{
    padding: 0 18.8vw 4vw;
    position: relative;
    margin-top: -6vw;
    background: #F1F5FE;
}
.news-list .news-item{
    padding: 2vw;
    background: #fff;
    cursor: pointer;
    display: block;
    margin-bottom: 2vw;
    border-radius: 0.7vw;
}
.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: 19.434vw;
    vertical-align: top;
}
.news-list .news-item-img img{
    /*object-fit:none;*/
}
.news-list .news-item-intro{
    display: inline-block;
    width: calc(100% - 4px - 25.434vw);
    font-size: 0.73vw;
    color: #666;
    margin-right: 6vw;
}

.news-list .news-item-intro .news-item-title{
    font-size: 1.46vw;
    color:#000;
}
.news-list .active .news-item-title{
    color:#2C68FF;
}
.news-list .news-item-intro .news-item-desc{
    margin: 1.6vw 0;
    line-height: 1.6vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list .news-item-intro .news-item-date{
    line-height: 2vw;
}
.news-list .news-item-intro .news-item-date span{
    float: right;
    color: #999999;
}
.news-list .news-item-intro .news-item-date .detail{
    float:left;
    color: #000;
    border: 0.05vw solid #D2D9E0;
    width: 8.85vw;
    display: inline-block;
    height: 2vw;
    line-height: 2vw;
    text-align: center;
    border-radius: 0.2vw;
}
.news-list .news-item-intro .news-item-date span:first-child{

}
.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:#2C68FF;
}
.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: linear-gradient(0deg, #FFFFFF, #F1F5FE);
    padding:5.3vw 18.8vw 3vw;
}
.bhy-news .bhy-news-detail{
    font-size: 0.83vw;
    line-height: 1.9vw;
    color: #333;
}
.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);
    margin-top: 2.1vw;
}
.bhy-news-top{
    font-size: 0.94vw;
    color: #000000;
    margin-bottom: 1.3vw;
}
.bhy-news-relative-item{
    margin-bottom: 1vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.1vw;
}
.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.83vw;
    line-height: 0.83vw;
    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;
    margin-bottom: 1vw;
}
.bhy-news-other-more{
    font-size: 0.72vw;
    color: #666666;
}
.y-news-detail-title{
    margin-bottom: 2vw;
    font-size: 2.5vw;
}
.y-news-detail-content{
    line-height: 1.9vw;
    font-size: 0.83vw;
    color: #666;
    margin-top: 2vw;
}
.news-page .pagination>li>a, .news-page .pagination>li>span{
    width: 2vw;
    height: 2vw;
    line-height: 2vw;
    background-color: #fff;
    border-radius: 0.2vw;
    font-size: 0.83vw;
    color: #666666;
    border:none;
}
.news-page .pagination>.active>a, .news-page .pagination>.active>span{
    background-color: #2C68FF;
    color:#fff;
}


