.content-top{
    margin-bottom: 0;
}
.main-content{
    padding-bottom: 0;
    
}
.bg_g{
    background: #ECECEC;
}
.list2_box.main-content,.list3_box.main-content{
    background: none;
}
.list3_box.main-content{
        padding: 0 0 110px;
}
.main-content .container{
    background: #fff;

}
.bg_g >.container{
    max-width: 1660px;
     padding-top: 54px;
     padding-bottom: 100px;
    background: #fff url(../../images/common/main_bg.png) bottom no-repeat;
    background-size: 100% auto;
}
.list3_box .container{
    padding: 0;
}
.list3_box  >.container{
    padding: 45px 0 0;
}
.main-content .content{
   
    
}
.main-content .list1 .container{
    padding: 0px;
    max-width: 1660px;
}
.main-content .list2 .container,.main-content .list3 .container{
    max-width: inherit;
    width: 100%;
}

.list1 .tit{
    font-family: 'Roboto';
    background: #D3002F;
    text-align: center;
    padding-top: 32px;
    font-size: 40px;
    color: #FFFFFF;
    position: relative;
    font-weight: 300;
    overflow: inherit;
    margin: 0;
}
.list2 .tit{
    background: #A42F37;
}
.list3 .tit{
    background: #717171;
}
.list1 .tit:after{
    content: '';
    display: block;
    background: url(../../images/common/products/ic1.png);
    width: 12px;
    height: 25px;
    position: absolute;
    bottom: -12px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 5;
}

.list2 .tit:after{
    background: url(../../images/common/products/ic2.png);
}
.list3 .tit:after{
    background: url(../../images/common/products/ic3.png);
}
.list1 .list_txt{
    text-align: left;
    padding: 45px 0 0px;
    max-width: 1400px;
    width: 100%;
    margin: auto;
    letter-spacing: 0.4px;

}
.list2 .list_txt{
    padding-bottom: 54px;

}
.products-list {
    margin: 0px -20px 0px;
}
.products-list .item {
    width: 33.33%;
    padding: 0 20px;
}
.products-list .item:nth-child(3n+1){
    clear: both;
}
.products-list .box {
    overflow: hidden;
    margin: 0 auto 45px;
    max-width: 441px;
    border:solid 1px #ECECEC;

}
.products-list .pic {
    position: relative;
    overflow: hidden;
    display: none;
}
.products-list .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.products-list .box:hover .pic img{
        -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}
.products-list .txt {
    padding: 30px 20px 38px;
    position: relative;
}
.products-list .name{
    border-bottom: solid 1px #ECECEC;
    margin-bottom: 15px;
}
.products-list .name a {
    color: #D2002C;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
    height: 39px;

}
.products-list .box:hover .name a{
}
.products-list .description a{
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666666;
    height: 65px;
    font-size: 13px;
    margin-bottom: 45px;
}
.products-list .more{
    position: relative;
    display: inline-block;
    position: absolute;
    right: 0;
    padding-right: 75px;
    padding-left: 30px;
    bottom: 0;
    line-height: 45px;
    font-weight: 500;
    color: #272727;
    background: #ECECEC;
    font-family: 'Roboto';
}
.products-list .more .ic {
    display: block;
    position: absolute;
    right: 0;
    width: 45px;
    bottom: 0;
    height: 45px;
    text-indent: -9999px;
    overflow: hidden;
    background: #D3002F url(../../images/common/news/arrow.svg) center no-repeat;
}
.products-list .more .ic:before{
    content: '';
    position: absolute;
     display: block;
     height: 45px;
     width: 45px;
     left: 0;
     top: 0;
     background: #282828;
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.products-list .box:hover .more .ic:before{
  -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.products-list .more .ic:after{
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: -45px;
    top: 0;
    background:  url(../../images/common/news/arrow.svg) center no-repeat;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.products-list .box:hover .more .ic:after{
        transition-delay: 0.1s;
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.pd-intro{
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight:600;
    margin:auto;
    padding:30px 0 0px;
}

.products-gallery {
    background: #ffffff; /* Old browsers */
}
.gallery {
    max-width: 910px;
    margin: 0 auto;
}
.gallery .slider {
    background: url(../../images/common/products/stage_bg.png);
    padding: 30px;
    margin-bottom: 36px;
}

.gallery  .pic {
    border: 6px solid #fff;
}
.gallery .thumbnails ul {
    margin: 0 -4px;
}
.gallery .thumbnails li {
    width: 16.66%;
    padding: 0 4px 4px;
}
.gallery .thumbnails li a {
    position: relative;
    overflow: hidden;
}

.gallery .thumbnails li a:hover:before,
.gallery .thumbnails li.active a:before {
    content: '';
    display: block;
    background: url(../../images/common/products/small_hover.png) 50% 50% no-repeat rgba(255,255,255,0.50);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*
.gallery .thumbnails li a:before {
    content: '';
    display: block;
    background: url(../../images/common/products/small_hover.png) 50% 50% no-repeat rgba(255,255,255,0.50);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity:0;
    top:50%;
    transition:all 0.4s linear;
    max-width: 144px;
}
.gallery .thumbnails li a:hover:before,
.gallery .thumbnails li.active a:before {
   margin-top:-50px;
    opacity:1;
}*/
.gallery-control {
    display: none;
}
.products-detail {
    border:solid 1px #D8D8D8;
    padding:50px 50px 90px;
    position: relative;
    margin-top: 50px;
}
.products-detail .back{
    position: absolute;
    left: 0;
    bottom: 0;
}
.products-detail .container {
    max-width: 1130px;
}
.products-detail + .btn-box {
    padding-top: 50px;
}

@media screen and (max-width: 1330px) {
    .products-list {
        margin: 0 -20px;
    }
    .products-list .item {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(n){
        clear: none;
    }
    .products-list .item:nth-child(2n+1){
        clear: both;
    }
    .products-list .description a{
        margin-bottom: 30px;
    }
    .list1 .tit {
        padding-top: 15px;
        font-size: 22px;
    }
    .list1 .list_txt{
        padding: 20px 10px 0;
        box-sizing: border-box;
    }
    .list3_box >.container{
        padding-top: 20px;
    }
    .products-detail{
        margin-top: 10px;
        box-sizing: border-box;
        padding: 10px 10px 60px;
    }
    .list3_box.main-content{
        padding-bottom: 50px
    }
    .bg_g >.container{
        padding-top: 30px
    }
    .list2 .list_txt{
        padding-bottom: 30px
    }
    .products-gallery{
        padding: 10px 0;
    }
    .gallery .slider{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 600px) {
     .products-list .item {
        width: 100%;
    }
     .products-list .pic {
        float: none;
        margin: 0 auto 10px;
    }
    .products-list .txt {
        margin: 0;
       padding: 10px 10px 38px;
        text-align: center;
    }
    .products-list .description {
        height: auto;
        max-height: 85px;
        margin-bottom: 10px;
    }
    .gallery .stage {
        padding: 15px;
        margin-bottom: 10px;
    }
    .gallery .stage .pic {
        border-width: 3px;
    }
    .gallery .thumbnails {
       width:100%;
    }
   
    .gallery-control .btn {
        color: #47A38A;
        width: 40px;
        height: 40px;
        font-size: 30px;
        text-align: center;
    }
    .gallery-control .page-control {
        float: left;
        padding: 0 5px;
        color: #aaa;
    }
    .gallery-control .page-control .current {
        font-size: 30px;
        color: #47A38A;
    }
    .gallery .thumbnails li {
    width: 33.33%;
    /* padding: 0; */
}
.gallery .slider {
    padding: 10px;
}
.gallery .thumbnails li a:before {  
    top:50%;
}

}
@media screen and (max-width: 380px) {
.gallery .thumbnails li a:before {  
    top:40%;
}
}