.product-category,
.product-name {
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    margin: 10px 0 60px;
}
.product-list {
    margin: 30px -10px 0;
}
.product-list li {
    width: 23%;
    padding: 16px;
    background-color: #F3F3F3;
    margin: 10px 1%;
}
.product-list li a {
    max-width: 200px;
    margin: 0 auto 0px;
}
.product-list .pic {
    height: auto;
    margin-bottom: 16px;
    position: relative;
    -moz-box-shadow: 0px 0px 4px -2px rgba(20%, 20%, 40%, 0.6);
    -webkit-box-shadow: 0px 0px 4px -2px rgba(20%, 20%, 40%, 0.6);
    box-shadow: 0px 0px 4px -2px rgba(20%, 20%, 40%, 0.6);
}
.product-list a:hover .pic:before {
    content: " ";
    background: rgba(16, 37, 64, 0.80) url(../images/products/hover.png) no-repeat 50% 50%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    outline: 0px solid #FF7430;
}
.product-list .product-name {
    display: block;
    max-width: calc(100% - 10px);
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 100;
    padding: 0 5px;
    text-align: center;
}
.product-list a:hover .product-name {
    font-weight: bold;
}
.product-list .product-icon_bg {
    background: url(../images/products/bg_icon01.png) 50% 50% no-repeat;
    width: 100%;
    height: 30px;
    margin-top: 30px;
}
.product-list a:hover .product-icon_bg {
    background: url(../images/products/bg_icon02.png) 50% 50% no-repeat;
    width: 100%;
    height: 30px;
    margin-top: 30px;
}
.intro-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 100%;
    margin: 20px 0;
}
.intro-table tr {
    border-bottom: 1px solid #ddd;
}
.intro-table th {
    color: #FF732F;
    width: 70px;
    text-align: left;
}
.intro-table th,
.intro-table td {
    padding: 5px;
    vertical-align: top;
}
.gallery {
    margin-bottom: 20px;
}
.gallery .breadcrumb {
    margin-bottom: 0;
}
.gallery .stage {
    float: none;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.gallery .stage .slick-dots {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}
.gallery .stage .slick-list {
    -moz-box-shadow: 0px 0px 4px -2px rgba(20%, 20%, 40%, 0.6);
    -webkit-box-shadow: 0px 0px 4px -2px rgba(20%, 20%, 40%, 0.6);
    box-shadow: 0px 0px 4px -2px rgba(20%, 20%, 40%, 0.6);
}
.gallery .stage .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}
.gallery .stage .slick-dots li button {
    text-indent: -9999px;
    text-align: left;
    background: url(../images/index/banner_dots.png) no-repeat;
    width: 20px;
    height: 20px;
    border: 0;
}
.gallery .stage .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.gallery .stage .product_banner {
    padding: 3px;
}
.gallery .txt {
    float: none;
    width: 100%;
}
.gallery .thumbnails {
    margin-top: 30px;
    text-align: center;
}
.gallery .thumbnails ul {
    max-width: 68%;
    margin: -4px -2px 0;
}
.gallery .thumbnails ul li {
    width: 33.33%;
    padding: 4px 2px 0;
}
.gallery .thumbnails a {
    position: relative;
    max-width: 181px;
}
.gallery .thumbnails li.active a:before,
.gallery .thumbnails a:hover:before {
    content: " ";
    background: rgba(0, 0, 0, 0.8) url(../images/products/small_hover.png) no-repeat 50% 50%;
    border: 5px solid #FF7430;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.gallery .slick-prev,.gallery .slick-next{
    width: 35px;
    height: 36px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    top:50%;
    position: absolute;
    border: 0px;
    border: none;
    margin-top: -36px;

}
.gallery .slick-prev{
    background: url(../images/products/left_arr.png)center center;
    left: 0px;
}
.gallery .slick-next{
    background: url(../images/products/right_arr.png)center center;
    right: 0px;
}
.product-name_box {
    max-width: 480px;
    height: auto;
    margin: 20px auto;
    padding: 5px;
    background: #0E75C2;
    text-align: center;
    color: #FFFFFF;
}
.product-name {
    font-size: 20px;
    margin-bottom: 15px;
}
.detail-title {
    background: url(../images/products/detail_line.png) repeat-x top left;
    height: 30px;
    border-bottom: 0px solid #ddd;
    text-indent: -99999px;
    margin: 0 -30px 30px;
}
.product-detail {
    border-bottom: 0px solid #ddd;
    margin: 0 -30px;
    padding: 0 30px 30px;
}
.product-detail .title {
    color: #FF732F;
    font-size: 33px;
    letter-spacing: 3px;
    font-family: 'Lora', serif;
    line-height: 1.2;
}
.bottom_btn_box {
    width: 100%;
    min-height: 90px;
    height: auto;
    padding: 30px 0 0 0;
    background: #F3F3F3 url(../images/products/btn_box_bg.jpg) 50% 50% no-repeat;
}
.download_bg {
    width: 270px;
    height: 54px;
    background-image: url(../images/products/download02.jpg);
    background-repeat: no-repeat;
    float: left;
    margin: 0 0 0 170px;
}
.download {
    width: auto;
    height: auto;
    opacity: 1.0;
    cursor: pointer;
    -webkit-transition: opacity 120ms linear;
    -moz-transition: opacity 120ms linear;
    -o-transition: opacity 120ms linear;
    transition: opacity 120ms linear;
}
.download img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.download:hover {
    opacity: 0.0;
}
.backlist_bg {
    width: 270px;
    height: 54px;
    background-image: url(../images/products/backlist02.jpg);
    background-repeat: no-repeat;
    float: right;
    margin: 0 170px 0 0;
}
.backlist {
    width: auto;
    height: auto;
    opacity: 1.0;
    cursor: pointer;
    -webkit-transition: opacity 120ms linear;
    -moz-transition: opacity 120ms linear;
    -o-transition: opacity 120ms linear;
    transition: opacity 120ms linear;
}
.backlist img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.backlist:hover {
    opacity: 0.0;
}
@media screen and (max-width: 1440px) {
    .product-list {
        max-width: 1100px;
        margin: 30px auto 0 auto;
    }
    .product-list li {
        width: 31%;
    }
}
@media screen and (max-width: 1100px) {
    .product-list {
        max-width: 760px;
    }
    .product-list li {
        width: 48%;
    }
    .gallery .stage,
    .gallery .txt {
        float: none;
        width: auto;
    }
    .gallery .thumbnails ul {
        max-width: 560px;
        margin: 0 auto 10px;
    }
}
@media screen and (max-width: 1000px) {
    .bottom_btn_box {
        width: 100%;
        min-height: 90px;
        height: auto;
        padding: 30px 0;
        background: #F3F3F3 url() 50% 50% no-repeat;
    }
    .download_bg {
        width: 90%;
        height: auto;
        background-image: url();
        background-repeat: no-repeat;
        float: none;
        margin: 5px auto;
    }
    .download {
        width: auto;
        height: auto;
        opacity: 1.0;
        cursor: pointer;
        -webkit-transition: opacity 120ms linear;
        -moz-transition: opacity 120ms linear;
        -o-transition: opacity 120ms linear;
        transition: opacity 120ms linear;
    }
    .download:hover {
        opacity: 1.0;
    }
    .backlist_bg {
        width: 90%;
        height: auto;
        background-image: url();
        background-repeat: no-repeat;
        float: none;
        margin: 5px auto;
    }
    .backlist {
        width: auto;
        height: auto;
        opacity: 1.0;
        cursor: pointer;
        -webkit-transition: opacity 120ms linear;
        -moz-transition: opacity 120ms linear;
        -o-transition: opacity 120ms linear;
        transition: opacity 120ms linear;
    }
    .backlist:hover {
        opacity: 1.0;
    }
}
@media screen and (max-width: 767px) {
    .product-category,
    .product-name {
        font-size: 20px;
    }
    .product-list li {
        width: auto;
        float: none;
        padding: 10px;
        margin-bottom: 10px;
    }
    .product-list .pic {
        height: auto;
    }
    .product-list .product-name {
        white-space: normal;
    }
}
@media screen and (max-width: 479px) {
    .intro-table tr,
    .intro-table th,
    .intro-table td {
        display: block;
    }
    .intro-table tr {
        padding: 5px;
    }
    .intro-table th,
    .intro-table td {
        padding: 0;
    }
}