/*------------ product-list ------------*/

.product-list {
    margin: 0 -15px;
}

.product-list li {
    width: 50%;
    padding: 0 15px 60px;
}

.product-list li:nth-child(2n+1) {
    clear: left;
}

.product-list>li>a {
    margin: 0 auto;
    max-width: 500px;
    box-sizing: border-box;
}

.product-list .pic,
.thumbnails li a {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    margin: 0 0 10px;
    z-index: 1;
}

.product-list .pic:before,
.product-list .pic:after,
.thumbnails li a:before,
.thumbnails li a:after {
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}

.product-list .pic:before,
.thumbnails li a:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(38, 57, 89, .5);
    z-index: 0;
}

.product-list .pic:after,
.thumbnails li a:after {
    content: "\e1032";
    color: #fff;
    font-size: 40px;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    display: block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 15;
    top: 0;
    left: 50%;
    margin: -35px 0 0 -35px;
}

.product-list a:hover .pic:before,
.product-list a:hover .pic:after,
.thumbnails li a:hover:before,
.thumbnails li a:hover:after,
.thumbnails li.active a:before,
.thumbnails li.active a:after {
    transition: all .2s;
    opacity: 1;
}

.product-list li a:hover .pic:after,
.thumbnails li a:hover:after,
.thumbnails li.active a:after {
    top: 50%;
}

.product-list .text {
    max-width: 500px;
    margin: 0 auto;
}

.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #263959;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 5px 0;
    transition: all .2s;
}

.product-list li:hover .name {
    color: #6D819C;
}

.product-list li .description {
    color: #777777;
    line-height: 1.6;
    height: 53px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.product-list li .ibtn {
    transition: all .2s;
    width: 45%;
    line-height: 36px;
    font-size: 18px;
    border-radius: 7px;
    letter-spacing: 0;
    box-shadow: 2px 2px 0px #C8D94D;
    text-indent: initial;
    text-align: center;
}

.product-list li .ibtn i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
    font-size: 20px;
}

.product-list li .more {
    background: #ddd;
    font-weight: bold;
    box-shadow: 0 4px 0px #999;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
}

.product-list li .ibtn:hover {
    transition: all .2s;
    top: 3px;
    box-shadow: 0 1px 0px #999;
}



/*------------ detail ------------*/

.product-name {
    font-size: 30px;
    line-height: 1.4;
    color: #263959;
    margin: 0 0 15px 0;
}

.products-info {}

.products-info .txt,
.thumbnails,
.products-info .description {
    float: right;
    width: 46%;
    box-sizing: border-box;
    line-height: 1.2;
}

.products-info .content-title {
    font-size: 20px;
    margin: 5px 0 10px 0;
}

.products-info .products-breadcrumb {
    margin: 3px 0 5px 22px;
    padding: 0 0 12px 0;
    line-height: 1.4;
}

.products-info .description {
    border-top: 2px solid #2e5687;
    padding: 20px 10px 15px 10px;
    line-height: 1.8;
    margin: 0 0 25px;
}

.products-info .slider {
    float: left;
    width: 50%;
}

.products-info .slider .pic {
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    position: relative;
}

.thumbnails ul {
    margin: 0 -6px;
}

.thumbnails li a {
    margin: 0;
}

.thumbnails li {
    padding: 0 6px 20px;
    width: 25%;
}



/*------------ products-title ------------*/

.products-detail {
    margin: 35px 0 0 0;
}

.products-detail .title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 1;
    padding: 10px 10px;
    margin: 0 0 25px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #325a8b;
}

.products-detail .title i {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}



/*------------ rwd ------------*/

@media screen and (max-width: 1440px) {
    .product-list li {
        width: calc((100% / 3) - 0.1px);
    }
    .product-list li:nth-child(3n+1) {
        clear: left;
    }
    .product-list li:nth-child(4n+1) {
        clear: none;
    }
}

@media screen and (max-width: 1100px) {
    .products-info {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .product-list li {
        width: 50%;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li:nth-child(3n+1) {
        clear: none;
    }
    .products-info .slider,
    .products-info .txt,
    .thumbnails,
    .products-info .description{
        float: none;
        max-width: 500px;
        margin: 0 auto;
        width: auto;
        text-align: center;
    }
    .products-info .txt{
        margin: 25px auto 0;
    }
    .products-info .products-breadcrumb {
        text-align: center;
        margin: 10px 0 0;
    }
    .products-info .description{
        max-width: 100%;
    }
    .thumbnails li a:after{
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: -20px 0 0 -20px;
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 100%;
        padding: 0 0 75px;
    }
}