/*产品列表*/
.product-list .product-list-ul li{
    padding: 20px;
    border: 1px solid rgb(224,224,224);
    margin-top: 50px;
    margin-bottom: 50px;
}

.product-w h3{
    color: #222222;
}
.product-w p{
    color: #777777;
    text-align: justify;
}
.product-w .btn{
    width: 160px;
    background-color: rgb(211,38,29);
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 5px;
}
.product-w .btn:hover{
    background-color: rgb(255,38,29);
}

/*产品分类*/
.product-cate{
    margin-top: 50px;
}
.product-cate form{
    width: 100%;
    position: relative;
}
.product-cate form button{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    border: none;
}
.product-cate form button svg{
    fill:#9F9790;
}
.product-cate form button:hover{
    background-color: rgb(255,38,29);
}
.product-cate form button:hover svg{
    fill: #FFFFFF;
}
.product-cate form input{
    height: 4rem;
}
.product-cate .cate-list{
    margin-top: 50px;
}
.cate-list h3{
    font-weight: bold;
    border-bottom: 1px solid rgb(211,38,29);
    padding-bottom: 10px;
}
.cate-list ul li{
    min-height: 40px;
    line-height: 40px;
}
.cate-list ul li a{
    display: block;
    color: #2d2d2d;
    border-bottom: 1px solid rgb(219,219,219);
    width: 100%;
    height: 100%;
    position: relative;
}
.cate-list .first-menu li a:after{
    content: ' > ';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}
.cate-list ul li .active{
    color: rgb(211,38,29);
}
.web-link{
    display: none;
}

.open-on{
    display: block;
}
.first-menu .active{
    display: block;
}
.product-cate .cate-list .active-product{
    color: rgb(211,38,29);
}
/*产品详情*/
.product-list{
    margin-bottom: 0;
}
#carouselExampleIndicators{
    margin-top: 50px;
}
#carouselExampleIndicators img{
    width: 100%;
}
.product-detail {
    margin-top: 20px;
}
.product-detail table{
    width: 100%;
}
.product-detail table p{
    text-align: center;
}
.product-detail p{
    font-size: 14px;
    text-align: justify;
}
.product-detail img{
    width: 100%;
}
.product-detail .product-name h3{
    font-size: 24px;
    padding-bottom: 10px;
}
.product-detail .product-name .product-name-line{
    width: 100px;
    border-bottom: 2px solid rgb(230,42,32);
    margin-bottom: 30px;
}
.product-video{
    margin-bottom: 40px;
}
.product-video iframe{
    width: 100%;
    height: 400px;
}

/**************
 分页样式
**************/
.page-num{
    text-align: center;
}
.pagination {
    width: 100%;
    margin-bottom: 20px;
    /*height: 50px;*/
    text-align: center;
}

.product-list .pagination .page-item {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    height: 40px;
    padding: 0 15px;
    margin: 0 15px 0 -3px;
    color: #000000;
    font: normal 13px/39px Segoeui, Arial, Verdana, serif;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #e0e0e0;
}

.pagination li.prev a,
.pagination li.next a {
    font: normal 20px/32px Segoeui, Arial, Verdana, serif;
    color: #ffffff;
}
.page-item.disabled .page-link{
    border-color: #e0e0e0;
}

.pagination li.prev span,
.pagination li.next span {
    font: normal 20px/32px Segoeui, Arial, Verdana, serif;
}

.pagination li.next {
    border: 0 none;
}

.pagination li a:hover {
    text-decoration: none;
    color: #555555;
    background:none;
    border-color: rgb(229,50,45);
}

.pagination li a:hover span {
    color: #ffffff;
}

.pagination .active, .pagination .active .page-link {
    background:none;
    color: #fd4100;
    border-color: #fd4100;
}

.pagination li.curent a {
    background: rgb(229,50,45);
    color: #444;
    font-weight: bold;
    text-decoration: none;
}

.pagination_info {
    margin: 15px 0 !important;
    color: #777;
    text-align: center;
    font: italic 11px/11px Segoeui-Italic, Arial, Verdana, serif;
}

/* 前后产品 */
.product-next{
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-next a{
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    color: #e62a20;
    display: block;
    cursor: pointer;
}
.product-next a:hover{
    border: 1px solid #e62a20;
    text-decoration: none;
}
 .product-next .no-link{
    color: #999999;
}
 .product-next .no-link:hover{
    border: 1px solid #e0e0e0;
}
.product-next a:first-child{
    float: left;
}
.product-next a:last-child{
    float: right;
}

@media only screen and (max-width:575.98px ) {
    .product-cate{
        margin-top: 30px;
        padding: 0 15px;
    }
    .product-cate .cate-list{
        margin-top: 20px;
    }
    .product-list ul li img{
        width: 100%;
    }
    .product-list ul li .product-w{
        margin-left: 0;
    }
    .product-list ul li{
        min-height: 360px;
    }
    .product-list ul li h3{
        margin: 20px auto;
        font-weight: bold;
    }
    .product-list ul li article{
        margin-bottom: 20px;
    }
    .product-detail{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-detail .product-video iframe{
        height: 250px;
    }
    .product-center{
        width: 100%;
        overflow-x: scroll;
    }
    .product-detail table{
        width: 200%;
    }
    .pagination .page-item {
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
        height: 20px;
    }
    .pagination li a,
    .pagination li span {
        display: inline-block;
        height: 20px;
        padding: 0 10px;
        margin: 0 10px 0 -3px;
        border: 1px solid #e0e0e0;
        font-size: 12px;
        line-height: 20px;
    }
}
@media only screen and (min-width:575.98px ) {
    .container{
        max-width: 550px;
    }
    .product-cate{
        margin-top: 30px;
    }
    .product-cate .cate-list{
        margin-top: 20px;
    }
    .product-list ul li img{
        width: 40%;
        float: left;
    }
    .product-list ul li .product-w{
        margin-left: 45%;
    }
    .product-list ul li{
        min-height: 220px;
    }
    .product-list ul li h3{
        margin-bottom: 10px;
        font-weight: bold;
    }
    .product-list ul li article{
        margin-bottom: 20px;
        height: 80px;
        overflow: hidden;
    }
}
@media only screen and (min-width: 768px) {
    .container{
        max-width: 700px;
    }
    .product-list ul li{
        min-height: 230px;
    }
    .product-list ul li article{
        height: 100px;
        overflow: hidden;
    }
    .product-list ul li img{
        float: left;
        width: 45%;
    }
    .product-list ul li .product-w{
        margin-left: 50%;
    }
    .product-list .pagination .page-item{
        min-height: 20px;
        padding: 0;
    }
}
@media only screen and (min-width: 992px) {
    .container{
        max-width: 900px;
    }
    .product-cate, .product-list{
        float: right;
    }
    .product-cate{
        width: 25%;
        padding-right: 30px;
        margin-top: 50px;
    }
    .product-list{
        width: 75%;
    }

    .product-list .product-w h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .product-list ul li article{
        text-align: justify;
        height: 90px;
        overflow: hidden;
        text-overflow:ellipsis;
    }
    .product-w p{
        font-size: 14px;
    }
    .web-link {
        display: block;
        margin-top: 30px;
    }
    .cate-list .web-link li{
        background-color: #EEEEEE;
        color: #898989;
        text-align: center;
        height: 60px;
        margin-top: 10px;
        line-height: 20px;
        overflow: hidden;
    }
    .cate-list .first-menu-item{
        position: relative;
    }
    .cate-list .second-menu{
        left: 100%;
        z-index: 10;
        top: 0;
    }
    .web-link li:first-child{
        background: url("/imgs/project_bg.jpg") no-repeat;
        background-size: 100% 100%;
    }
    .cate-list .web-link .active{
        background-color: #e62a20;
        color: #FFFFFF;
    }
    .web-link .active a{
        color: #FFFFFF;
    }
    .web-link a{
        padding-top: 10px;
        font-size: 18px;
        color: #898989;
    }
    .web-link a p:last-child{
        font-size: 12px;
    }
    .web-link p{
        margin: 0;
    }

}
@media only screen and (min-width: 1200px) {
    .container{
        max-width: 1000px;
    }
    .product-list ul li {
        min-height: 200px;
    }
    .product-list ul li img{
        float: left;
        width: 35%;
    }
    .product-list ul li .product-w{
        margin-left: 40%;
    }
    .product-list ul li article{
        text-align: justify;
        height: 80px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1500px) {
    .container{
        max-width: 1200px;
    }
    .product-list ul li {
        min-height: 230px;
    }
    .product-list ul li article{
        text-align: justify;
        height: 110px;
        margin-bottom: 10px;
    }
}
