/*------------ main-title ------------*/
.main-title {
    /* margin: 0 0 25px; */
}

/*------------ search ------------*/

.search-title {
    line-height: 1.2;
    color: #777777;
    padding: 0 7px;
    margin: 0 0 20px;
    display: inline-block;
    font-size: 13px;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
}

.search-title b {
    display: inline-block;
    margin: 0 0 0 5px;
    font-weight: normal;
    color: #FF6C6C;
}


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

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

.product-list {
    /* margin: 0 -30px; */
    position: relative;
}

.product-list li {
    width: 25%;
    padding: 0 30px 50px;
}

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

.product-list .box {
    margin: 0 auto;
    /* max-width: 235px; */
    box-sizing: border-box;
    padding: 0 5px 20px;
    position: relative;
    overflow: hidden;
}

.product-list .box:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #555;
    position: absolute;
    bottom: 1px;
}

.product-list .box:before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    z-index: 4;
    bottom: 0px;
    left: -100%;
    background: #0094D1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: scale(0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.product-list .box:before {
    -webkit-animation: out 0.5s;
    animation-fill-mode: forwards;
}

.product-list .box:hover:before {
    -webkit-animation: in 0.5s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes in {
    from {
        left: -100%;
    }

    to {
        left: 0%;
    }
}

@-webkit-keyframes out {
    from {
        left: 0%;
    }

    to {
        left: 100%;
    }
}

.product-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    overflow: hidden;
    z-index: 1;
}

.product-list .pic img {
    margin: 0 auto;
    -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;
}

.product-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);
}

.product-list .text {
    margin: 0 auto;
    position: relative;
}

.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    height: 20px;
    font-size: 16px;
    line-height: 1.7;
    margin: 10px 0;
}

.product-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    color: #8C8C8C;
    line-height: 1.6;
    font-size: 14px;
}
.product-list.activity .box:after,
.product-list.activity .box:before{
   display:none;
}

.product-list.activity li{
    padding: 0 10px 50px;
}
.product-list.activity .box{
    border:1px solid #d2d2d2;
}
.product-list.activity .box:hover{
    border-color:#00b7e7;
}
.product-list.activity .box .text{
    padding:0 10px;
}
.product-list.activity .box:hover .text .name{
    color:#0081c4;
}
/*------------ detail ------------*/

.products-info {
    margin: 30px 0 50px;
}

.product-name {
    margin: 20px 0 15px;
    font-size: 26px;
    color: #4C4C4C;
    font-weight: bold;
    line-height: 1.2;
}

.product-description {
    color: #3b3b3b;
    line-height: 1.85;
    margin: 0 0 30px;
    font-size: 15px;
}

.products-info .gallery * {
    outline: 0;
}

.gallery .slider {
    float: left;
    width: 48%;
}
.gallery .pd-intro,
.gallery .thumbnails {
    float: right;
    width: 47%;
    box-sizing: border-box;
    line-height: 1.2;
}

.gallery .thumbnails ul {
    margin: 0 -5px;
}

.gallery .thumbnails li {
    padding: 0 5px 10px;
    width: calc((100% / 3) - 0.1px);
}

.gallery .thumbnails li a {
    display: block;
    position: relative;
}

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

.gallery .thumbnails li a:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(39, 39, 39, 0.8);
    z-index: 1;
}
.gallery .thumbnails li 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;
}
.gallery .thumbnails li:hover 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);
}
.gallery .thumbnails li a:after {
    content: "\e1017";
    color: #fff;
    font-size: 15px;
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    display: block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 15;
    top: 0;
    left: 50%;
    margin: -17px 0 0 -17px;
}

.gallery .thumbnails li.active a:before,
.gallery .thumbnails li.active a:after,
.gallery .thumbnails li a:hover:before,
.gallery .thumbnails li a:hover:after {
    transition: all .2s;
    opacity: 1;
}

.gallery .thumbnails li.active a:after,
.gallery .thumbnails li a:hover:after {
    top: 50%;
}

.inquirt_box{
    width: 200px;
    height: 40px;
    background: #00b9e8;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    font-weight:bold;
    text-align: center;
}
.inquirt_box:hover{
    background: #0075bc;
}
.inquirt_box:hover span:after{
    right:-40px;
}
.inquirt_box span{
    position: relative;
}
.inquirt_box span:after{
    content: "\f054";
    color: #ffffff;
    font-size: 12px;
    display: block;
    position: absolute;
    transform: scale(0.7);
    top: 50%;
    right: -30px;
    margin: -6px 0 0 0;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition:all .3s ease;
}

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

.products-detail{
    margin: 40px 0 0px;
    padding-bottom:20px;
    border-bottom:4px double #b5b5b5;
}


/*------------ 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: 1280px) {
    .products-info .gallery,
    .products-info .txt {
        float: none;
        max-width: 560px;
        margin: 0 auto;
        width: auto;
    }
    .products-info .txt {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0 -4px 0 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .products-detail .title {
    margin: 0 0 10px;
}
.product-name{
    font-size: 18px;
}
.pd-intro h1{
    margin: 0 0 15px;
}
.product-description {
    margin: 0 0 15px;
}
}

@media screen and (max-width: 900px) {
    .products-info .txt {
        display: block;
        max-width: 540px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .gallery .pd-intro,
    .gallery .slider,
    .gallery .thumbnails {
        float: none;
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
    }

    .gallery .pd-intro,
    .gallery .thumbnails {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 767px) {
    .product-list li {
        width: 50%;
        padding: 0 12px 30px;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li:nth-child(3n+1) {
        clear: none;
    }
    .product-list li .description {
    /* height: 38px; */
    /* line-height: 1.75; */
}
}

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