.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.products-list .item:nth-child(3n+1) {
    clear: left;
}
.products-list .box {
    max-width: 400px;
    padding: 0 0 20px;
    position: relative;
    margin: 0 auto;
}
.products-list2 .box{
    max-width: 280px;
    padding-bottom: 100px;
}
.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic a:before {
    content: "MORE";
    background: rgba(88, 86, 86,0.8);
    display: block;
    position: absolute;
    z-index: 1;
    width: 255px;
    height: 255px;
    line-height: 255px;
    color: #FFFFFF;
    font-size: 27px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -127.5px;
    margin-left: -127.5px;
}
.products-list2 .pic a:before{
    width: 176px;
    height: 176px;
    line-height: 176px;
    margin-top: -88px;
    margin-left: -88px;
    font-size: 30px;
}
.products-list .box:hover .pic a:before {
    opacity: 0.8;
}


.products-list .txt {
    position: relative;
}

.products-list .name a{
    display: inline-block;
    color: #333333;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 3px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s ease;
}
.products-list2 .name a{
    color: #999999;
}
.products-list .box:hover .name a{
    color: #999999;
}

.products-intro {
    /*max-width: 674px;*/
    margin: 0 auto 50px;
}
.gallery_box{
    display: flex;
    align-items: center;
}
.gallery {
    float: left;
    width: 900px;
    max-width:calc( 100% - 90px);
    border-bottom: solid 1px #585656;
    padding-bottom: 50px;
}
.gallery img{
	width:100%;
}
.gallery *{
    height: 100%;
}

.gallery .slick-track{
    display: flex;
    align-items: center;
}
.slick-arrow{
    font-size: 0;
    background: none;
    border:none;
    background: url(../../images/common/products/arrow.png) top center no-repeat;
    width: 80px;
    height: 20px;
    cursor: pointer;


}
.slick-next{
    background-position: bottom center

}
.thumbnails {
    max-width: 80px;
    float: right;
}

.thumbnails li {
    max-width: 80px;
    position: relative;
    padding:15px 0;
}
.thumbnails a {
    display: block;
    max-width: 80px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.thumbnails a:before {

}
.thumbnails a:hover:before,
.thumbnails li.active a:before {

}
.pd-intro .breadcrumb {
    margin: 0;
}
.pd-name {
    color: #000;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 0 0 15px;
}
.pd-description {
    color: #666;
    font-size: 13px;
    margin-bottom: 32px;
}

.products-detail {
    max-width: 674px;
    margin: 0 auto;
    position: relative;
}
.products-detail .title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #ddd;
    margin: 0 -50px 30px;
    padding: 0 50px 10px;
}
.tabs_title{
    list-style: none;
    padding-left: 0;
    margin-bottom: 70px;
}
.tabs_title li{
    display: inline-block;
}
.tabs_title li + li{
    margin-left: 10px;
}
.tabs_title li a{
    line-height: 73px;
    height: 73px;
    border-radius: 50%;
    background: #CBCBCB;
    min-width: 73px;
    display: block;
    font-size: 18px;
    transition: all .3s ease;
    color: #191919;
    font-weight: normal;
    text-align: center;
    transition: all .3s ease;
    border:solid 5px transparent; 
}
.tabs_title li a:hover,.tabs_title li.ui-tabs-active a{
    border:solid 5px #585656;
    background: #fff;

}
.tabs_content{
    display: none;
}

.download-list .name{
    color: #191919;
    text-align: center;
    transition: all .3s ease;
}
.download-list li{
    width: 25%;
	padding:0 8px;
}
.download-list li .box{
    padding-bottom: 40px;
}
.download-list li:nth-child(4n+1){
    clear: both;
}
.download-list li .box:hover .name{
    color: #999;
}
@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .gallery {
        width: 49%;
		width: 80%;
    }
    .pd-intro,
    .thumbnails {
        width: 48%;
    }
}
@media screen and (max-width: 1000px) {
    .pd-intro {
        float: none;
        width: auto;
    }
    .gallery {
       /* width: 60%;*/
    }
    .thumbnails {
        width: 39%;
    }
    .thumbnails ul {
        max-width: none;
        margin: -2px;
    }
    .thumbnails li {
        width: 50%;
    }
    .products-list2 .box{
        padding-bottom: 5px
    }
    .pd-name{
        font-size: 24px;
    }
    .tabs_title li a{
        width: 60px;
        line-height: 50px;
        height: 60px;
        box-sizing: border-box;
        min-width: inherit;
    }
    .download-list li{
        width: 50%;
    }
    .download-list li:nth-child(2n+1){
        clear: both;
    }
}
@media screen and (max-width: 840px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        width: 50%;
        padding: 0 7px;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    /*.gallery,
    .thumbnails {
        float: none;
        width: auto;
    }*/
    .gallery {
        margin: 0 auto;
        width: calc(100% - 90px);
    }
    .thumbnails {
        padding-top: 2px;
        /*max-width: inherit;*/
    }
    .thumbnails ul{
        width: 100%;
    }
    .thumbnails .slick-dots {
        padding: 0;
        margin: 0;
        list-style-type: none;
        position: static;
        margin-top: 10px;
        text-align: center;
        width: 100%;
        bottom: 35px;
    }
    .thumbnails li{
        padding:5px 0;
    }
    .thumbnails .slick-dots li {
        display: inline-block;
        padding:0 5px;
        width: auto;
    }
    .thumbnails .slick-dots li button {
        width: 14px;
        height: 14px;
        display: inline-block;
        border-radius: 50%;
        border:solid 2px #CBCBCB;
        box-sizing: border-box;
        font-size: 0;
        background: transparent;
        cursor: pointer;
        transition: all .3s ease;
        padding:0;
    }
    .thumbnails .slick-dots li.slick-active button {
        background: #CBCBCB;
        width: 14px;
        height: 14px;
    }

}
@media screen and (max-width: 560px) {
    .products-list .item {
        width: 100%;
    }
    .thumbnails li {
        width: 33.33%;
    }
}