.cbp-hrmenu {
    width: 100%;
    /* margin-top: 2em; */
}

.cbp-hrsub-inner a {
    color: #222222!important;
}
.nav_zicd li a:hover{color:rgb(3,110,184)!important}

/* general ul style */

.cbp-hrmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/* 控制首页菜单的颜色 */


/* .nav_curr_a {
    color: white !important;
} */


/* first level ul style */

.cbp-hrmenu>ul,
.cbp-hrmenu .cbp-hrsub-inner {
    width: 90%;
    /* max-width: 70em; */
    /* margin: 0 auto; */
    padding: 0 1.875em;
}

.cbp-hrmenu>ul>li {
    display: inline-block;
}

.cbp-hrmenu>ul>li>a {
    /* font-weight: 700;
    padding: 1em 2em;
    color: #222222;
    font-size: 20px;
    display: inline-block;
    margin-top: 20px;
    height: 83px; */
    font-weight: normal;
    padding: 0.001em 1.85em;
    color: #222222;
    font-size: 20px;
    display: inline-block;
    height: 50px;
    text-align: center;
    /* padding-top: 20px; */
    line-height: 50px;
}

.cbp-hrmenu>ul>li>a:hover {
    color:rgb(3,110,184)
}

.cbp-hrmenu>ul>li.cbp-hropen {
    color: rgb(0, 0, 6);
    background-color: rgb(3,110,184);
}

.cbp-hrmenu>ul>li.cbp-hropen>a:hover {
    color: #fff;
    background: rgb(3,110,184)
}


/* sub-menu */

.cbp-hrmenu .cbp-hrsub {
    display: none;
    position: absolute;
    background: #c0c0bf;
    width: 100%;
    left: 0; overflow:hidden
}

.cbp-hropen .cbp-hrsub {
    display: block;
    padding-bottom: 3em;
}


/* .cbp-hrmenu .cbp-hrsub-inner {

    display: flex;

} */

#cbp-hrmenu ul>li:nth-child(2) .cbp-hrsub-inner {
    /*margin-left: 730px!important;*/
}

#cbp-hrmenu ul>li:nth-child(3) .cbp-hrsub-inner {
    /*margin-left: 890px!important;*/
}

#cbp-hrmenu ul>li:nth-child(5) .cbp-hrsub-inner {
    margin-left: 1100px!important;
}

#cbp-hrmenu ul>li:nth-child(6) .cbp-hrsub-inner>div {
    width: 30%;
}

#cbp-hrmenu ul>li:nth-child(6) .cbp-hrsub-inner {
    margin-left: 1150px!important;
}

.solve a {
    height: auto!important;
}

.solve .solve-img {
    height: auto!important;
}


/* //翻页条样式问题 */

.solve .Product-pages {
    text-align: center;
}

.solve .Product-pages a {
    width: 35px;
    height: 30px!important;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    /* background-color: green; */
    border: 1px solid #ccc;
    margin: auto;
}


/* 滚动条样式 */

.swiper-scrollbar {
    display: none;
}


/* p标签里图片不居中问题 */

.case-main-r p {
    text-align: center;
}


/* .swiper-scrollbar {
    transform: translate3d(752.8px, 0px, 0px)!important;
    transition-duration: 0ms!important;
    width: 627px!important;
} */


/* .cbp-hrmenu .cbp-hrsub-inner:nth-child(1) {
    
} */

.cbp-hrmenu .cbp-hrsub-inner>div {
    /*width: 20%;*/
    float: left;
    padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner>div a {
    line-height: 2em;
}

.cbp-hrsub h4 {
    /* color: #222222; */
    /* padding: 2em 0 0.6em; */
    margin: 0;
    font-size: 110%;
    font-weight: bolder;
    margin-top: 10px;
    width: 300px;
}

.cbp-hrmenu .cbp-hrsub-inner div ul {
    /*display: none;*/
}


/* Examples for media queries */

@media screen and (max-width: 52.75em) {
    .cbp-hrmenu {
        font-size: 80%;
    }
}

@media screen and (max-width: 43em) {
    .cbp-hrmenu {
        font-size: 120%;
        border: none;
    }
    .cbp-hrmenu>ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        padding: 0;
    }
    .cbp-hrmenu .cbp-hrsub-inner {
        padding: 0 2em;
        font-size: 75%;
    }
    .cbp-hrmenu>ul>li {
        display: block;
        border-bottom: 4px solid #47a3da;
    }
    .cbp-hrmenu>ul>li>a {
        display: block;
        padding: 1em 3em;
    }
    .cbp-hrmenu .cbp-hrsub {
        position: relative;
    }
    .cbp-hrsub h4 {
        padding-top: 0.6em;
    }
}

@media screen and (max-width: 36em) {
    .cbp-hrmenu .cbp-hrsub-inner>div {
        width: 100%;
        float: none;
        padding: 0 2em;
    }
}