.subnav_box {
    width: 100%;
    height: 280px;
    overflow: hidden;
    /* background-image: url("../images/cpzx1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

.wrapper-box {
    width: 100%;
    padding: 40px 0;
    /*background-color: #FFFFFF;*/
}

.wrapper-con {
    width: 1200px;
    margin: 0 auto;
}

.m-select {
    display: none;
}

.shopid_column_count {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-left: 4px;
    overflow: hidden;
}

.shopid_column_count_list {
    float: left;
    height: 32px;
    margin-right: 2px;
    text-align: center;
    line-height: 30px;
}

.shopid_column_count_list:last-child {
    margin-right: 0;
}

.shopid_column_count_list_a.active {
    color: #fff;
    background: #167ade;
}

.shopid_column_count_list_a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    color: #333333;
}

.shopid_column_count li.active {
    background: #4484FD;
    border: 1px solid #4484FD;
}

.shopid_column_count li.active a {
    color: #fff;
}

.shopid_column_count_list_a:hover {
    color: #fff;
    background: #167ade;
}

.products-ul {
    width: 100%;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    overflow: hidden;
}

.products-ul:after {
    content: '';
    flex: auto;
    width: 49%;
}

.pro-item {
    float: left;
    margin-right: 11px;
    position: relative;
    width: 290px;
    height: 435px;
    margin-bottom: 12px;
    border: 4px solid #ffffff;
    overflow: hidden;
}
.pro-item1{
    height: 413px;
}

.pro-item:nth-child(4n) {
    margin-right: 0;
}

.pro-item i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    left: 0;
    top: 100%;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.pro-item-img {
    display: block;
    width: 100%;
    /*height: 336px;*/
    background: #BDDFFF;
}


.pro-item-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 74px;*/
    height: auto;
    background: #FFFFFF;
    padding: 15px 10px;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.pro-item-detail {
    position: absolute;
    right: 15px;
    top: 18px;
}

.product-name {
    margin-bottom: 2px;
    color: #167ade;
    font-size: 16px;
    font-weight: bold;
}

.product-title {
    color: #666666;
    font-size: 15px;
}

.pro-btn-box {
    display: none;
    justify-content: center;
    padding: 0 16%;
    margin-top: 15px;
}

.pro-btn {
    width: 78px;
    height: 28px;
    color: #999999;
    border: 1px solid #999;
    border-radius: 4px;
    /*margin-right: 15px;*/
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
    transition: all .2s;
}

.pro-btn2 {
    border-color: #ff3f3b;
    background: #ff3f3b;
    margin-right: 0;
}

.pro-btn2 > a {
    color: #FFFFFF;
}

@media (min-width: 840px) {
    .pro-item:hover {
        border: 4px solid #167ade;
    }

    .pro-item:hover .pro-item-box {
        height: auto;
    }

    .pro-item:hover .pro-btn-box {
        display: flex;
    }

    .pro-item:hover .product-name {
        color: #167ade;
    }

}

@media (max-width: 840px) {
    .wrapper-box {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .shopid_column_count {
        padding: 0 12px;
    }

    .wrapper-con {
        width: 100%;
    }

    .products-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 12px;
    }

    .pro-item {
        width: 49%;
        height: auto;
        margin-right: 0;
        background: #ffffff;
    }

    .pro-item-box {
        height: 162px;
        position: relative;
        padding: 12px 0;
    }

    .pro-item-box1 {
        height: 120px;
    }

    .product-name {
        font-size: 16px;
        color: #167ade;
    }

    .product-title {
        font-size: 16px;
        line-height: 1.2;
    }

    .pro-btn-box {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 10px;
    }

    .pro-btn-box > a {
        width: 0;
    }

    .pro-btn {
        width: 100%;
    }

    .pro-btn2 {
        margin-top: 8px;
    }

}

/*-------------------公司产品界面end-------------------*/

/*--------产品介绍详情表格----*/
.content-box {
    width: 100%;
    background: #f5f5f5;
}

.product-con {
    width: 1200px;
    margin: 0 auto;
}

.desc-nav {
    width: 100%;
    display: flex;
}

.desc-text {
    width: 630px;
    position: relative;
    height: 460px;
    max-height: 460px;
    padding: 20px 0;
    margin-left: 40px;
}

.desc-text-name {
    font-size: 26px;
    color: #333333;
}

.desc-text-title {
    width: 100%;
    margin: 40px 0 20px;
}

.desc-text-title > div {
    float: left;
    font-size: 18px;
    color: #167ade;
}

.desc-text-title > span {
    float: left;
    margin-top: 13px;
    margin-left: 6px;
    width: 400px;
    height: 1px;
    background: #167ade;
}

.desc-text ul{font-size: 16px;color: #666666;}

.desc-text-intro {
    font-size: 14px;
    line-height: 2;
}

.desc-btn {
    width: 100%;
    overflow: hidden;
}

.desc-text-a {
    float: left;
    padding: 0 20px;
    margin-top: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 2px;
}

.desc-text-a1 {
    margin-right: 20px;
    color: #167ade;
    border: 2px solid #167ade;
    background: transparent;
}

.desc-text-a2 {
    color: #FFFFFF;
    background: #ff3f3b;
    border: 2px solid #ff3f3b;
}

.desc-text-a:hover {
    color: #FFFFFF;
    background: #167ade;
}
.desc-text-a2:hover{
    background: #ff3f3b;
}

.desc-title {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 0px;
    /*border-bottom: 1px solid #167ade;*/
    cursor: pointer;
}

.desc-title > li {
    flex: 1;
    line-height: 60px;
    height: 100%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.desc-title > li:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #cecece;
    position: absolute;
    right: 0;
    top: 20px;
}

.desc-title > .desc-title-li:after {
    content: '';
    width: 0px;
    height: 20px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 20px;
}

.desc-title > li:hover {
    color: #167ade;
    border-bottom: 2px solid #167ade;
    /*background: #167ade;*/
}

.desc-title > li:hover a {
    color: #167ade;
}

.desc-title > li.active {

    border-bottom: 2px solid #167ade;
}

.desc-title > li.active > a {
    color: #167ade;
}

.desc-con {
    width: 100%;
    padding: 20px 40px;
    margin-bottom: 40px;
    background: #ffffff;
    line-height: 1.75;
    color: #333333;
}

.desc-con-h {
    position: relative;
    padding-left: 14px;
    font-size: 20px;
    margin-top: 26px;
    margin-bottom: 10px;
    font-weight: bold;
}

.desc-con-h:before {
    content: '';
    width: 4px;
    height: 20px;
    background: #167ade;
    position: absolute;
    left: 0;
    top: 8px;
}

.desc-con p {
    font-size: 16px;
    line-height: 2;
}

.desc-lis-img {
    width: 50%;
    margin: 10px auto;
}

.desc-lis-img > img {
    width: 100%;
    height: 100%;

}

.desc-con img {
    max-width: 100%;
    margin: 16px 0;
}

table {
    width: 100%;
    margin-bottom: 40px;
}

table, th, td, tr {
    border: 1px solid #ddd;
    border-collapse: collapse;
    line-height: 30px;
    cellspacing: 0;
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
}

tr:nth-child(2n-1) {
    background: #eeeeee;
}

/*----------------图片放大镜start--------------*/
.imgbox {
    position: relative;
    float: left;
    width: 463px;
}

.product-swiper {
    display: none;
}

.probox {
    position: relative;
    float: right;
    width: 368px;
    height: 460px;
}

.probox img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background:  #BDDFFF;



}

.minbox {
    float: left;
    width: 74px;
}

.minbox-li {
    width: 100%;
    height: 85px;
    margin-bottom: 12px;
    border: 2px solid #FFFFFF;
}

.minbox-li.active {
    border: 2px solid #167ade;
}

.minbox-li > img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #BDDFFF;
}

.showbox {
    display: none;
    position: absolute;
    left: 368px;
    top: 0;
    z-index: 30;
    width: 368px;
    height: 460px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.showbox img {
    position: absolute;
    z-index: 5;
    width: 1200px;
    height: 1380px;
    background: #d6ebff;
}

.hoverbox {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    background: #09f;
    border: 1px solid #09f;
    height: 125px;
    width: 100px;
    cursor: move;
    z-index: 10;
}

/*----------------图片放大镜end--------------*/

@media (max-width: 840px) {
    .m-wrapper-box {
        padding-top: 50px;
    }

    .subnav_box {
        display: none;
    }

    .m-subnav_box {
        display: none;
    }

    .gap {
        display: block;
        width: 100%;
        height: 0px;
        border-top: 1px solid #ccc;
        margin-top: 10px;
        margin-bottom: -6px;
    }

    .product-box {
        padding-top: 0;
    }

    .product-con {
        width: 100%;
    }

    .imgbox {
        display: none;
    }

    .product-swiper {
        display: block;
        width: 100%;
        height: auto;
      	margin-top: 20px;
    }

    .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .swiper-slide img {
        width: 80%;
        height: auto;
    }

    .desc-nav {
        flex-wrap: wrap;
    }

    .desc-text {
        width: 100%;
        height: auto;
        max-height: 460px;
        padding: 12px;
        margin-left: 0px;
    }

    .desc-text-name {
        font-size: 18px;
        text-align: center;

    }

    .desc-text > .desc-text-name:nth-child(1) {
        margin-bottom: 4px;
        color: #167ade;
        font-weight: bold;
    }

    .desc-text > .desc-text-name:nth-child(2) {
        margin-bottom: 24px;
        color: #333;
    }

    .desc-item {
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.5;
    }

    .desc-btn {
        display: flex;
        justify-content: space-around;
    }

    .desc-text-a {
        float: left;
        padding: 0 20px;
        margin-top: 30px;
        height: 36px;
        line-height: 32px;
        border-radius: 2px;
        font-size: 14px;
    }

    .desc-text-title {
        display: none;
    }

    .desc-title {
        display: none;
    }

    .desc-box {
        width: 100%;
        padding: 12px;
    }

    .desc-con {
        padding: 6px;
    }

    .desc-con-h {
        margin-top: 0;
    }

    .shopid_column_count {
        display: none;
    }

    .m-select {
        display: block;
        width: 100%;
        height: 40px;
        background: #FFFFFF;
        margin: 0px auto 15px;
        position: relative;
        cursor: pointer;
    }

    .m-select::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-left: 1px solid #D0D0D0;
        border-bottom: 1px solid #D0D0D0;
        top: 12px;
        right: 12px;
        position: absolute;
        transform: rotate(-46deg);
        transition: all .3s ease-in;
    }

    .m-select p {
        width: 100%;
        line-height: 40px;
        font-size: 16px;
        font-family: "microsoft yahei";
        color: #666666;
        padding: 0px 15px;
    }

    .m-select ul {
        width: 100%;
        display: block;
        font-size: 16px;
        background: #FFFFFF;
        position: absolute;
        top: 40px;
        left: 0px;
        z-index: 2;
        max-height: 0px;
        overflow: hidden;
        transition: max-height .3s ease-in;
    }

    .m-select ul li {
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding: 0px 15px;
        list-style: none;
        color: #666666;
        /*border-bottom: 1px solid #cccccc;*/
    }

    .m-select ul li.Selected {
        background: #167ade;
        color: #FFFFFF;
    }

    .m-select ul li:hover {
        background: #D0D0D0;
    }

    @-webkit-keyframes slide-down {
        0% {
            transform: scale(1, 0);
        }
        25% {
            transform: scale(1, 1.2);
        }
        50% {
            transform: scale(1, 0.85);
        }
        75% {
            transform: scale(1, 1.05);
        }
        100% {
            transform: scale(1, 1);
        }
    }

    .m-select.open ul {
        padding-bottom: 12px;
        max-height: 250px;
        transform-origin: 50% 0;
        -webkit-animation: slide-down .5s ease-in;
        transition: max-height .2s ease-in;
    }

    .m-select.open::after {
        transform: rotate(134deg);
        transition: all .3s ease-in;
        top: 18px;
    }

}

/*------------------------面包屑导航----------------*/
.product-nav {
    margin: -10px 0 20px;
    font-size: 14px;
    color: #666666;
}

.product-nav > a {
    color: #666666;
}

.product-nav > .iconfont {
    font-size: 14px;
}

.product-nav > .nav-active {
    color: #167ade;
}

@media (max-width: 840px) {
    .product-nav {
        display: none;
    }
}

/*----------------------产品推荐部分------------------*/
.recommend-box {
    margin-bottom: 40px;
}

.recommend-title {
    position: relative;
    margin-bottom: 20px;
    margin-left: 2px;
    padding-left: 0px;
    font-size: 20px;
    font-weight: bold;
}

/*.recommend-title:before {
    content: '';
    width: 4px;
    height: 20px;
    background: #167ade;
    position: absolute;
    left: 0;
    top: 4px;
}*/
@media (max-width: 840px) {
    .recommend-title {
        padding-left: 12px;
        margin-left: 17px;
    }
}