.product-category {
    text-align: center;
    font-size: 20px;
    color: #444;
    line-height: 1.2;
    position: relative;
    margin: 0 -25px 30px;
    padding: 0 25px 12px;
}
.product-category a ,.product-category h1{
    transition: all .3s ease;
}
.product-category a:hover{
    color: #6789B1;
}
.product-category a:hover h1{
    color: #6789B1;
}
.product-category:before{
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    left: calc(50% - 50px);
    bottom: 7px;
    background: #A7A7A7;
}
.product-category .small {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: normal;
}
.product-category .small:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 8px 6px;
    border-color: #499ece transparent transparent transparent;
    margin: 8px auto;
}
.products-list {
    margin: 0 -28px;
}
.products-list .item {
    width: 33.33%;
    padding: 0 28px;
}
.products-list .box{
    position: relative;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .item .box {
    max-width: 280px;
    margin: 0 auto 50px;
}
.products-list .pic-box {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}
.products-list .box:hover .pic-box {
    box-shadow: 1px 3px 9px 0px #d8d8d8;
}
/* .products-list .pic-box:before {
   content: "";
   width: 330px;
   height: 330px;
   border-radius: 50%;
   background: rgba(123, 219, 255, 0.7);
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transition: all 2s ease;
   -moz-transition: all 2s ease;
   -ms-transition: all 2s ease;
   -o-transition: all 2s ease;
   transition: all 2s ease;
   -webkit-transform: translate(-50%, -50%) scale(0);
   -moz-transform: translate(-50%, -50%) scale(0);
   -ms-transform: translate(-50%, -50%) scale(0);
   -o-transform: translate(-50%, -50%) scale(0);
   transform: translate(-50%, -50%) scale(0);
}
.products-list .box:hover .pic-box:before {
   -webkit-transform: translate(-50%, -50%) scale(1.2);
   -moz-transform: translate(-50%, -50%) scale(1.2);
   -ms-transform: translate(-50%, -50%) scale(1.2);
   -o-transform: translate(-50%, -50%) scale(1.2);
   transform: translate(-50%, -50%) scale(1.2);
} */
.products-list .pic-box:after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    border: 1px solid #F3F4F5;
    position: absolute;
    transition: all .3s ease;
}
/* .products-list .box .pic { */
    /* transition: all .3s ease; */
/* } */
/* .products-list .box:hover .pic { */
    /* box-shadow: 1px 3px 9px 0px #d8d8d8; */
/* } */
.products-list .name {
    display: block;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    transition: all .3s ease;
}
.products-list .box:hover .name {
    color:#6789B1;
}
.products-list .description {
    color: #878787;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
.products-list .description2 {
    color: #828282;
    font-size: 15px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
    font-weight: bold;
}
.gallery {
    float: left;
    width: 55%;
    max-width:500px;
}
.products-intro{
    margin: 0 0 60px 0;
}
.thumbnails,
.products-intro .intro-txt {
    float: right;
    width: 43%;
    box-sizing: border-box;
}
.products-intro .title {
    color: #7996ba;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4;
    margin:0 0 15px 0;
}
.thumbnails {
    padding-top: 10%;
}
.thumbnails ul {
    margin: -10% -5% 0;
}
.thumbnails ul li {
    width: 33.33%;
    padding: 10% 5% 0;
}
.thumbnails a {
    max-width: 110px;
    margin: 0 auto;
    position: relative;
    opacity: .3;
    transition: all .3s ease;
}
.thumbnails a:hover,
.thumbnails li.active a {
    opacity: 1;
    box-shadow: 1px 3px 9px 0px #d8d8d8;
}
.products-detail .title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #7996ba;
    margin-bottom: 20px;
}
.product-detail .editor {
    margin-bottom: 40px;
}
.products-download{
    width: 130px;
    height: 31px;
    border: 1px solid #7996ba;
    background: #FFF;
    color: #7996ba;
    line-height: 31px;
    text-align: center;
    transition: all .3s ease;
    display: block;
    margin-top: 20px;
    font-size: 13px;
    font-weight: bold;
}
.products-download:hover{
    background: #7996ba;
    color:#FFF;
}
.prodcuts-num{
    color: #828282;
    font-size: 15px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
    font-weight: bold;
}
.p-cate-link{
    transition: all .3s ease;
}
.p-cate-link:hover{
    color: #499ece;
}
.p-cate-link h1{
    transition: all .3s ease;
}
.p-cate-link:hover h1{
    color: #499ece;
}
@media screen and (max-width: 1330px) {
    .products-list {
        margin: 0 -10px;
    }
    .products-list .item {
        padding: 0 10px;
    }
    .thumbnails ul {
        margin: -2% -1%;
    }
    .thumbnails ul li {
        padding: 2% 1%;
    }
}
@media screen and (max-width: 1100px) {
    .gallery,
    .thumbnails,
    .products-intro .intro-txt {
        float: none;
        width: auto;
        border: 0;
        padding: 0;
    }
    .gallery {
        max-width: 500px;
        margin: 20px auto 6px;
    }
    .thumbnails ul {
        margin: -6px -3px 0;
    }
    .thumbnails ul li {
        width: 16.66%;
        padding: 6px 3px 0;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .product-category {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .product-category small {
        font-size: 13px;
    }
}
@media screen and (max-width: 600px) {
    .products-list {
        margin: 0 -8px;
    }
    .products-list .item {
        width: 50%;
        padding: 0 8px;
    }
    .thumbnails ul li {
        width: 33.33%;
        padding: 6px 3px 0;
        text-align: center;
    }
}
@media screen and (max-width: 450px) {
    .gallery {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 400px) {
    .products-list .item {
        width: auto;
        float: none;
    }
    .products-list .item .box {
        margin-bottom: 30px;
    }
}