/*------------------------面包屑导航----------------*/
.product-nav {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 14px;
    font-size: 14px;
    color: #666666;
    border-bottom: 2px solid #167ade;
    overflow: hidden;
}

.product-nav-title {
    float: left;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.product-nav-link{
    float: right;
}

.subnav_box {
    width: 100%;
    height: 280px;
    margin-top: 87px;
    background-image: url("../images/product_min.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title-box {
    width: 100%;
    background: #ffffff;
}

.title-con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.title-lis {
    width: 240px;
    padding: 20px;
    border-bottom: 1px solid #d5d5d5;
}

.title-lis.active {
    background: #167ade;
}

.title-lis.active a {
    color: #ffffff;
}

.title-lis a {
    font-size: 14px;
    color: #656565;
}

.title-lis img {
    vertical-align: top;
    margin-right: 4px;
}

.wrapper-box {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    background: #F5F5F5;
}

.wrapper-con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.product-con {
    width: 100%;
    overflow: hidden;
}

.wrapper-left {
    float: left;
    width: 240px;
    border: 1px solid #ffffff;
}

.wrapper-left-head {
    width: 100%;
    height: 48px;
    text-align: center;
    background: #167ade;
    color: #ffffff;
    line-height: 48px;
    font-size: 18px;
}

.wrapper-left-list {
    background: #ffffff;
}

.wrapper-left-list .active > a {
    color: #167ade;
}

.wrapper-left-li {
    padding-left: 26px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px dashed #eeeeee;
}

.wrapper-left-li:hover > a {
    color: #167ade;
}

.wrapper-left-li > a {
    display: flex;
    align-items: center;
}

.wrapper-left-li img {
    margin-right: 3px;
    width: 20px;
}

.wrapper-left-contact {
    margin-top: 20px;
}

.wrapper-contact-list {
    background: #ffffff;
    padding: 12px;
}

.wrapper-contact-item {
    padding: 7px 0;
    line-height: 1.5;
    font-size: 14px;
    border-bottom: 1px dashed #eeeeee;
}

.wrapper-contact-item > div:nth-child(2) {
    /*font-weight: bold;*/
}

.wrapper-rig {
    float: right;
    width: 930px;
}
.product-item-pc{
    display: block;
}
.product-item-m{
    display: none;
}

.product-item {
    width: 286px;
    float: left;
    margin-right: 26.6px;
    margin-bottom: 30px;
    /*border: 2px solid #167ade;*/
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-item:nth-child(3n) {
    margin-right: 0;
}

.product-img-box {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.product-img2 {
    margin-top: 14px;
}

.product-img {
    width: 100%;
    height: 360px;
    transition: all 0.3s;
}

.product-title {
    padding: 20px 2px;
    text-align: center;
    background: #167ade;
}

.product-title2 {
    padding: 0 20px 30px;
}

.product-title > h3 {
    font-size: 16px;
    color: #ffffff;
}

.product-title > h2 {
    font-size: 16px;
    color: #ffffff;
}

.product-desc {
    border-top: #ececec solid 2px;
    padding: 18px 0;
    border-bottom: #ececec solid 2px;
    color: #888888;
    font-size: 14px;
}

@media (min-width: 839px) {
    .product-item-pc{
        display: block;
    }
    .product-item-m{
        display: none;
    }
    .title-box{
        display: none;
    }
    .title-lis:nth-child(n+6) {
        border-bottom: none;
    }

    .product-item:hover {
        border-color: #167ade;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

    .product-item:hover .product-img {
        transform: scale(1.08);
    }

    .product-item:hover .product-title {
        background: #167ade;
    }

    .product-item:hover .product-title > h3 {
        color: #ffffff;
    }

    .product-item:hover .product-title > h2 {
        color: #ffffff;
    }
}

@media (max-width: 840px) {
    .product-item-pc{
        display: none;
    }
    .product-item-m{
        display: block;
    }
    .subnav_box {
        display: none;
    }

    .title-box {
        margin-top: 50px;
    }

    .title-con {
        width: 100%;
        padding: 0 ;
    }

    .title-lis {
        width: 50%;
        padding: 14px 0;
        text-align: center;
    }

    .title-lis:nth-child(n+7) {
        border-bottom: none;
    }

    .title-lis img {
        margin-left: 16px;
    }

    .wrapper-box {
        padding-top: 20px;
    }

    .wrapper-left {
        display: none;
    }

    .product-nav {
        display: none;
    }

    .wrapper-con {
        width: 100%;
        overflow: hidden;
    }

    .wrapper-rig {
        width: 100%;
    }

    .product-con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
    }

    .product-item {
        width: 49%;
        margin-right: 0;
        margin-bottom: 12px;
    }


    .product-img {
        display: inherit;
        height: auto;
    }

    .product-title {
        padding: 10px;
    }
}

/*-------------------公司产品界面end-------------------*/

/*--------产品介绍详情表格----*/
.imgbox {
    position: relative;
    float: left;
    width: 360px;
    height: 450px;
}

.swiper-slide {
    background: #BDDFFF;
}

.swiper-slide > img {
    width: 100%;
}

.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;
}

.product-swiper {
    display: none;
}

.content-box {
    width: 100%;
    background: #f5f5f5;
}

.product-detail {
    width: 1200px;
    margin: 0 auto;
}

.desc-con {
    width: 100%;
    padding: 20px 40px;
    background: #ffffff;
    line-height: 1.75;
    color: #333333;
}
.desc-con img{
    width: 500px;
    height: auto;
}

.desc-img {
    width: 500px;
    text-align: center;
}

.desc-nav {
    width: 100%;
    overflow: hidden;
    /*display: flex;*/
}

.desc-text {
    float: right;
    width: 490px;
    position: relative;
    height: 460px;
    max-height: 460px;
    padding: 20px 0;
    margin-left: 20px;
}

.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: 360px;
    height: 1px;
    background: #167ade;
}

.desc-item {
    margin-top: 20px;
    font-size: 16px;
}

.desc-item > span:nth-child(1) {
    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: #167ade;
    border: 2px solid #167ade;
}

.desc-text-a:hover {
    color: #FFFFFF;
    background: #167ade;
}

.desc-title {
    /*display: flex;*/
    /*justify-content: space-around;*/
    width: 100%;
    height: 60px;
    margin: 0px;
    cursor: pointer;
    overflow: hidden;
}

.desc-title > li {
    float: left;
    width: 20%;
    line-height: 60px;
    height: 100%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.desc-title > li.active {
    border-bottom: 2px solid #167ade;
}

.desc-title > li:hover {
    color: #167ade;
    border-bottom: 2px solid #167ade;
    /* background: #167ade; */
}

.desc-title > li:hover a {
    color: #167ade;
}

.desc-title > li.active > a {
    color: #167ade;
}

.desc-con-h {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #167ade;
}

.desc-con-h > img {
    margin-right: 4px;
    width: 24px;
}

.desc-con p {
    font-size: 16px;
    line-height: 1.75;
}

.desc-lis-img {
    width: 50%;
    margin: 10px auto;
}

.desc-lis-img > img {
    width: 100%;
    height: 100%;

}
.ask-li{
    margin-bottom: 20px;
    padding-left: 28px;
}
.ask-title1,.ask-con1{
    display: inline-block;
    margin-right: 8px;
    width: 22px;
    height: 22px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
}
.ask-title1{
    background: #3997F7;
}
.ask-con1{
    background: #F55B5B;
}

.ask-con{
    margin-top: 6px;
}
.ask-title>span:nth-child(2){
    font-size: 16px;
    color: #333333;
}
.ask-title>span:first-child+span{
    font-size: 16px;
    color: #333333;
}
.ask-con>span:nth-child(2){
    font-size: 16px;
    color: #666666;
}
.ask-con>span:first-child+span{
    font-size: 16px;
    color: #666666;
}
table {
    width: 100%;
    margin-bottom: 10px;
}

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;
}
.recommend-title {
    margin: 30px 0 20px 40px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.subnav_case_box {
    background-image: url("../images/case_min.jpg");
}
@media (max-width: 840px) {
    .product-detail {
        width: 100%;
    }

    .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: 50px;
    }

    /*.product-con {*/
        /*width: 100%;*/
        /*display: flex;*/
    /*}*/

    .imgbox {
        width: 100%;
        height: 0;
        padding-top: 100%;
        overflow: hidden;
    }

    .swiper-wrapper{
        position: absolute;
        top: 0;
    }

    .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
        background: transparent;
    }

    .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 img{
        max-width: 100%;
    }
    .desc-con-h {
        font-size: 18px;
        /*margin-top: 0;*/
    }
    .link-btn{
        flex-wrap: wrap;
    }
    .link-btn li{
        width: 100%;
        font-size: 16px;
    }
    .recommend-title {
        margin-left: 10px;
        font-size:18px;
    }

    .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;
    }


}

/*--------------------------分页----------------------*/
.pagination-wrapper {
    float: right;
    display: table;
    margin: 20px auto;
}

.pagination {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    margin: 0 auto;
    height: 34px;
    text-align: center;
    overflow: hidden;
}

.pagination li {
    float: left;
    display: inline-block;
    margin-right: 7px;
    list-style: none;
}

.pagination li a {
    /*float: left;*/
    display: block;
    /*width: 10px;*/
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}

.pagination li a:hover {
    background: #f5f5f5;
    color: #167ade;
}

.pagination li.thisclass {
    background: #167ade;
    color: #fff;
    padding: 0 12px;
    /*border: 1px solid #167ade;*/
    line-height: 32px;
}

.pagination li.thisclass a, .pagination li.thisclass a:hover {
    background: transparent;
    border-color: #167ade;
    color: #fff;
    cursor: default;
}

@media (max-width: 840px) {
    .pagination li {
        font-size: 14px;
    }

    .pagination li a {
        font-size: 14px;
    }
}


