.subnav_box {
    width: 100%;
    height: 280px;
    margin-top: 87px;
    background-image: url("../images/s-product.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-title {
    text-align: center;
}

.content-title-text {
    font-size: 24px;
}

.content-title-line {
    position: relative;
    margin: 12px auto;
    width: 200px;
    height: 1px;
    background: #cecece;
}

.content-title-line > span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 3px;
    background: #167ade;
}

@media (max-width: 840px) {
    .content-title-desc {
        font-size: 14px;
    }
}

/*----------------------联系我们页面start-------------*/

.subnav_connect_box {
    background-image: url("../images/lianxi_min.jpg");
}

.wrapper-box {
    background: #ffffff;
}

.wrapper-con {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 40px 0;*/
}

.wrapper-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.connect-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.m-connect-detail {
    display: none;
}

.connect-con {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #F5F5F5;
}

.connect-con-erweima {
    float: left;
    width: 330px;
    padding: 40px 0 0 18px;
}

.connect-con-erweima > h3 {
    font-size: 20px;
    color: #197CDE;
}

.connect-con-erweima > p {
    margin-top: 6px;
    font-size: 16px;
    color: #333333;
}

.connect-con-erweima > img {
    display: block;
    margin: 30px auto 12px;
    width: 166px;
    height: 166px;
}

.connect-con-erweima > div {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #167ade;
}

.connect-con-map {
    position: relative;
    width: 100%;
    height: 450px;
    margin-top: 40px;
  background-image: url("../images/map.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.connect-box {
    position: absolute;
    right: 30px;
    top: 100px;
    width: 383px;
    padding: 20px;
    background: rgba(255,255,255,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
    border-top: 4px solid #167ade;
    text-align: right;
}

.connect-box-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.connect-li {
    font-size: 16px;
    margin-bottom: 10px;
}

.connect-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 20px;
    border: 3px solid #167ADE;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
}

.connect-icon > .iconfont {
    font-size: 30px;
    color: #167ADE;
}

.connect-ways {
    margin-bottom: 15px;
    font-size: 16px;
    color: #666;
}

.connect-num {
    font-size: 18px;
    color: #333;
}

@media (max-width: 840px) {
    .wrapper-box {
        margin-top: 50px;
    }

    .subnav_connect_box {
        display: none;
    }

    .wrapper-con {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .connect-box {
        right: 0;
        top: 260px;
        width: 100%;
        padding: 20px;
        border-top: 4px solid #167ade;
        text-align: left;
    }

    .wrapper-title {
        font-size: 1.6rem;
    }

    .connect-detail {
        display: none;
    }

    .m-connect-detail {
        display: block;
    }

    .m-connect-item {
        text-align: center;
        margin-bottom: 10px;
    }

    .m-connect-item > div:nth-child(1) {
        color: #666666;
        font-size: 1.4rem;
    }

    .m-connect-item > div:nth-child(2) {
        color: #333;
        font-size: 1.6rem;
    }

    .connect-con {
        height: auto;
    }

    .connect-con-erweima {
        width: 100%;
        padding: 12px 0 0;
        text-align: center;
    }

    .connect-con-map {
        width: 100%;
        height: 53rem;
        margin-top: 20px;
    }

    .connect-con-erweima > h3 {
        font-size: 1.4rem;
        color: #666666;
    }
}

/*----------------------联系我们页面end-------------*/

/*---------------新闻动态页面----------------*/

.news-box {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    background: #F5F5F5;
}

.news-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: 5px 0;
    line-height: 1.5;
    font-size: 14px;
    border-bottom: 1px dashed #eeeeee;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wrapper-contact-item > a:hover {
    color: #167ade;
}

.wrapper-rig {
    float: right;
    width: 930px;
}

.product-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 14px;
    font-size: 14px;
    color: #666666;
    border-bottom: 2px solid #167ade;
}

.product-nav-title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.subnav_news_box {
    background-image: url("../images/news_min.jpg");
}

.dongtai_box {
    margin-top: 30px;
}

.news-ul {
    width: 100%;
    overflow: hidden;
}

.news-li {
    float: left;
    width: 378px;
    margin-right: 33px;
    margin-bottom: 20px;
}

.news-ul > li:nth-child(3n) {
    margin-right: 0;
}

.news-img-box {
    position: relative;
    width: 100%;
    /*height: 256px;*/
}

.news-img-con {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 67%;
}

.news-img-con > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-time {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    padding: 10px;
    color: #939393;
    font-size: 12px;
}

.news-desc {
    width: 100%;
    padding: 30px;
    background: #ffffff;
}

.news-con-title {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-con-line {
    width: 100%;
    height: 1px;
    background: #b5b3b3;
    margin: 20px 0;
}

.news-con-line > div {
    transition: all 0.3s ease 0s;
    width: 0;
    height: 1px;
    background: #232323;
}

.news-con-text {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-ul1 {
    width: 100%;
    overflow: hidden;
}

.news-ul1 li{
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 5px 0 5px 5px;
}
.before{
    position: absolute;
    right: 12%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #a6B7DE;
}

.news-ul1 li:hover .list-main{
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(46,55,98,0.4);
    -webkit-box-shadow: 0 0 6px rgba(46,55,98,0.4);
}
.list-main-active{
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(46,55,98,0.4);
    -webkit-box-shadow: 0 0 6px rgba(46,55,98,0.4);
}
.news-ul1 li:hover h3 a{
    color: #167ade;
}
.list-main {
    float: left;
    width: 84%;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.list-main h3 {
    line-height: 30px;
}
.list-main h3 a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.list-tag {
    display: flex;
    align-items: center;
    margin: 20px 0;
    /*padding-left: 72px;*/
    /*background: url(../images/news-tag.png) no-repeat left center;*/
}
.list-tag>img{
    width: 20px;
}
.list-tag>.list-tag-gap{
    margin: 0 4px;
    width: 24px;
    height: 1px;
    background: #167ade;
}
.list-tag i {
    color: #666;
    height: 26px;
    border-radius: 12px;
    padding: 2px 15px;
    border: 1px solid #167ade;
}
.list-main .list-txt {
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    font-size: 16px;
    line-height: 30px;
}
.list-main .list-txt a{
    color: #666;
}
.list-time {
    position: relative;
    float: right;
    width: 12%;
    color: #B2B2B2;
    font-size: 20px;
    padding-left: 50px;
}
.xian{
    position: absolute;
    left: 0;
    top: 14px;
    width: 20px;
    height: 1px;
    background-color: #167ade;
}
.list-time strong {
    display: block;
    color: #167ade;
    font-size: 30px;
    margin-top: -6px;
}
.list-time-m{
    display: none;
}



.news-li1:hover{
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(153,153,153,0.6);
    -webkit-box-shadow: 0 0 6px rgba(153,153,153,0.6);
}

.news-li1-time {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 16%;
    text-align: center;
    color: #999;
    font-size: 16px;
}

.news-li1-time:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 2px;
    height: 30px;
    background-color: #CCC;
}

.news-li1-time i {
    display: block;
    color: #333;
    font-size: 28px;
    margin-bottom: 3px;
}

.news-info {
    display: inline-block;
    width: 77%;
    margin: 0 3%;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    vertical-align: middle;
}

.news-info h3 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-info p {
    color: #666;
    font-size: 16px;
    height: 30px;
    overflow: hidden;
}

.xg-product {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #167ade;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 839px) {
    .news-li:hover .news-con-line > div {
        width: 100%;
    }
}

@media (max-width: 840px) {
    .product-nav-link{
        display: none;
    }
    .subnav_box {
        display: none;
    }
    .list-main .list-txt{
        display: none;
    }
    .list-main h3 a{
        font-weight: normal;
    }
    .news-ul1{
        width: auto;
        clear: both;
        padding: 0 12px;
        margin: 12px 10px;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(30,37,79,0.4);
        -webkit-box-shadow: 0 0 5px rgba(30,37,79,0.4);
        -moz-box-shadow: 0 0 5px rgba(30,37,79,0.4);
        background-color: #FFF;
        box-sizing:border-box;
    }
    .news-ul1 li{
        width: 100%;
        padding-bottom: 14px;
        border-bottom: 1px dashed #C0C0C0;
    }
    .before{
        display: none;
    }
    .list-tag,.list-time,.news-ul1 li::before,.news-ul1 li::after{
        display: none;
    }
    .list-main{
        width: 100%;
        padding: 12px 0 0;
        margin-bottom: 0;
    }
    .list-time-m{
        display: block;
        align-items: center;
        font-size: 15px;
        color: #666666;
    }
    .list-time-m>img{
        margin-right: 4px;
        width: 16px;
        vertical-align: text-bottom;
    }

    .news-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .news-li {
        width: 49%;
        margin-right: 0;
    }

    .news-img-box {
        height: auto;
    }

    .news-con {
        width: 100%;
        padding: 10px;
        margin-top: 20px;
    }

    .news-con-title {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-con-line {
        margin: 12px 0;
    }

    .dongtaiid_box_text img {
        width: 100% !important;
        height: auto !important;
    }
}

/*---------------新闻动态页面end----------------*/

/*--------------------关于我们界面--------------*/
.wrapper-about {
    background: #F5F5F5;
}

.about-ul {
    width: 100%;
    margin-top: 40px;
    /*display: flex;*/
    border-bottom: 1px dashed #BFBFBF;
    overflow: hidden;
}

.about-lis {
    float: left;
    width: 33%;
    /*flex: 1;*/
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px dashed #BFBFBF;
}

.about-ul > .about-lis:last-child {
    border-right: none;
}

.about-lis > img {
    margin-bottom: 6px;
    width: 100px;
    height: 100px;
}

.about-lis div {
    font-size: 18px;
}

.about-lis p {
    font-size: 14px;
    color: #888888;
}

.about-ul2 {
    margin-top: 0;
    border-bottom: none;
}

.subnav_about_box {
    background-image: url("../images/about_min.jpg");
}

.about_box_info {
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 40px;
}

.about_box_info > img {
    float: left;
    width: 420px;
    height: 280px;
    margin-right: 40px;
    margin-left: 20px;
}

.about_box_info > p {
    float: left;
    width: 620px;
    font-size: 15px;
    color: #333333;
    line-height: 2.0;
}

.about_rongyu_box {
    width: 100%;
    height: 450px;
    margin-top: 40px;
    overflow: hidden;
    text-align: center;
}

.rongyu-swiper {
    width: 100%;
    height: 100%;
}

.about_rongyu {
    width: 500%;
    /*height: 380px;*/
    overflow: hidden;
}

.about_rongyu_con, .about_rongyu_con1 {
    float: left;
    /*height: 380px;*/
    overflow: hidden;

}

.about_box_rongyu_img {
    float: left;
    width: 237px;
    margin-right: 70px;
    text-align: center;
}

.swiper-img {
    width: 100%;
    height: 387px;
}

.swiper-text {
    margin-top: 20px;
    height: 46px;
    font-size: 16px;
    color: #167ADE;
}

@media (max-width: 840px) {
    .subnav_about_box {
        display: none;
    }

    .about-title {
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .about_box_info > img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .about-ul {
        flex-wrap: wrap;
        border-bottom: none;
    }

    .about-lis {
        width: 100%;
        flex: auto;
        border-right: none;
        border-bottom: 1px dashed #BFBFBF;
    }

    .about_box_info > p {
        width: 100%;
        padding: 0px 12px;
    }

    .about_rongyu_box {
        height: auto;
    }

    .swiper-img {
        width: 80%;
        height: auto;
        margin: 0 10%;
    }

    .swiper-text {
        text-align: center;
    }
}

/*--------------------关于我们界面end--------------*/

/*---------------------新闻详情页-------------*/

.dongtaiid_box_bt {
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.dongtaiid_box_line {
    width: 100%;
    height: 30px;
    position: relative;
    color: #999;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dongtaiid_box_text {
    width: 100%;
    height: auto;
    position: relative;
    color: #333;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 20px auto;

}

.dongtaiid_box_text > p {
    width: 100%;
    padding-right: 2px;
}

.dongtaiid_box_text_img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    text-align: center;
}

.dongtaiid_box_text_img img {
    max-width: 960px;
    max-height: 1200px;
    position: relative;
    overflow: hidden;
    margin: 10px auto;

}

.dongtaiid_box_text_img > p {
    color: #888;
    margin-top: -10px;
    font-size: 14px;
}

.news-link {
    text-decoration: underline;
    color: #167ADE;
}

@media (max-width: 840px) {
    .product-item-m{
        display: block;
    }
    .news-box{
        background: #ffffff;
    }
    .dongtaiid_box_bt {
        padding: 0 12px;
        height: auto;
        line-height: 1.5;
        font-size: 18px;
    }

    .dongtaiid_box_line > span {
        display: none;
    }

    .dongtaiid_box_text {
        line-height: 1.75;
        font-size: 16px;
        margin: 12px auto;
        padding: 0 12px;
    }

    .dongtaiid_box_text_img img {
        width: 100%;
        max-width: 960px;
        max-height: 1200px;
        position: relative;
        overflow: hidden;
        margin: 10px auto;
    }

}

/*--------------------------分页----------------------*/
.pagination-wrapper {
    margin: 20px 0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    text-align: center;
}

.pagination li {
    margin-right: 7px;
    list-style: none;
}

.pagination li a {
    /*float: left;*/
    display: block;
    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;
    }
}

/*------------------------面包屑导航----------------*/
.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;
}
.nav-link{
    float: none;
}

.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: 52px;
    }

    .title-con {
        width: 100%;
        padding: 0 ;
        margin-bottom: -50px;
    }

    .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: 650px;
    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: #333333;
}
.desc-item > span:nth-child(2){
    font-size: 15px;
}
.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: #EA1D1D;
    border: 2px solid #EA1D1D;
}

.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-con div{
    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: #333333;
}
.ask-con>span:first-child+span{
    font-size: 16px;
    color: #333333;
}
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");
}
.parameterBtn{
    display: none;
}
@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: 0px;
    }

    /*.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: 17px;
        /*margin-top: 0;*/
    }
    .desc-con p {
        font-size: 15px;
    }
    .desc-con div{
        font-size: 15px;
    }
    .ask-title>span:nth-child(2){
        font-size: 15px;
    }
    .ask-title>span:first-child+span{
        font-size: 15px;
    }
    .ask-con>span:nth-child(2){
        font-size: 15px;
    }
    .ask-con>span:first-child+span{
        font-size: 15px;
    }
    .link-btn{
        flex-wrap: wrap;
    }
    .link-btn li{
        width: 100%;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .recommend-title {
        margin-left: 10px;
        font-size:18px;
    }

    .shopid_column_count {
        display: none;
    }
    .parameterBtn{
        display: block;
        text-align: center;
        width: 100%;
        font-size: 14px;
        line-height: 1.75;
        padding: 10px 0;

    }
    .parameterBtn p {
        font-size: 15px;
        line-height: 1.8;
        color: #ee7700;
    }

    .m-select {
        display: block;
        width: 100%;
        height: 40px;
        background: #FFFFFF;
        margin: 0px auto 15px;
        position: relative;
        cursor: pointer;
    }
    #desc3{
        overflow: hidden;
    }
    .pro-tab {
        width: 100%;
        height: 166px;
        overflow: hidden;
        transition: 1s;
    }
    .pro-tab.hgauto {
        width: 100%;
        height: auto !important;
        transition: 1s;
    }
    .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;
    }
}


.subnav_case_box{
    background-image: url("../images/case_min.jpg");
}
.wrapper-case{
    background: #f5f5f5;
}
.case-ul {
    width: 100%;
    overflow: hidden;
}
.case-li {
    float: left;
    width: 378px;
    margin-right: 33px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px 0 rgba(30,37,79,0.2);
}
.case-li:nth-child(3n){
    margin-right: 0;
}
.case-li:first-child+li+li{
    margin-right: 0;
}
.case-img-box {
    position: relative;
    width: 100%;
    /* height: 256px; */
}
.case-img-con {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.case-img-con>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.case-con {
    width: 100%;
    padding: 25px;
    background: #ffffff;
}
.case-con-title {
    text-align: center;
    font-size: 16px;
    color: #232323;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (min-width: 839px){
    .case-li:hover .case-con-line>div {
        width: 100%;
    }
}
@media (max-width: 840px){
    .subnav_box{
        display: none;
    }

    .case-ul{
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .case-li{
        width: 49%;
        margin-right: 0;
    }
    .case-img-box{
        height: auto;
    }
    .case-con{
        padding: 10px;
    }
    .case-con-title{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dongtaiid_box_text img {
        width: 100% !important;
        height: auto !important;
    }
}
