.bg-primary{
    position: relative;
    background-color: #fff !important;
    color: #000;
    font-weight:normal;
    font-family: "微软雅黑";
}
/**
banner
 */
#index-banner {
    width: 100%;
    position: relative;
}

/*index-product*/
#PRODUTOS a{
    text-decoration: none;
}
#PRODUTOS a:hover{
    color: #fff;
    text-decoration: none;
}
#PRODUTOS{
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    position: relative;
    background-color: #fff;
    color: #000;
    z-index: 999;
}
#PRODUTOS .index-product{
    text-align: center;
    margin-bottom: 10px;
}
#PRODUTOS .index-product .title{
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
}
#PRODUTOS .index-product .desc{
    font-size: 25px;
    line-height: 35px;
    margin-top: 10px;
}

#PRODUTOS .product-module{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}
#PRODUTOS .product-info{
    position: relative;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
#PRODUTOS .product-body{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 600px;
}
#PRODUTOS .product-new{
    position: absolute;
    left: 0;
    width: 2000%;
}
.product-layout{
    position: relative;
    display: inline-block;
    width: 300px;
    min-height: 600px;
    padding-left: 0;
    padding-right: 20px;
    transition: 0.2s all;
    overflow: hidden;
}
.product-layout .product-thumb {
    border: 1px solid #ddd;
    overflow: auto;
    color: #fff;
}

.product-thumb .product-img img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.product-layout .product-img{
    padding: 3px;
}
.product-layout .product-content{
    background-color: #515D6B;
    padding-top: 20px;
    min-height: 300px;
}
.product-layout .product-content .product-content-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}
.product-layout .product-content .product-content-desc{
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    padding: 10px;
    min-height: 200px;
}
.product-swiper-pager {
    width: 100%;
    position: absolute;
    top: 50%;
    line-height: 45px;
}
/*公共左右切换按钮*/
.button-prev, .button-next {
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
    transition: all .3s ease;
    z-index: 2;
    background-image: none;
}
.button-next, .container-rtl .button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto;
}
.button-next, .button-prev {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.button-prev:before {
    width: 60px;
    height: 60px;
    font-family: 'FontAwesome';
    content: "\f053";
    color: rgba(0,0,0,0.8);
    font-size: 60px;
}
.button-next:before {
    width: 60px;
    height: 60px;
    font-family:'FontAwesome';
    content: "\f054";
    color: rgba(0,0,0,0.8);
    font-size: 60px;
}
/**
自适应
*/
@media(min-width:1800px){
    #PRODUTOS .product-info{
        width: 80%;
    }
}
@media(max-width:1400px) and (min-width:1200px){
    #PRODUTOS .product-info{
        width: 95%;
    }
    #PRODUTOS .product-body{
        width: 1000px;
        min-height: 550px;
    }
    .product-layout{
        width: 250px;
        min-height: 550px;
    }
    .product-layout .product-content .product-content-title {
        font-size: 18px;
        line-height: 28px;
    }
    .product-layout .product-content {
        min-height: 200px;
    }
    .product-layout .product-content .product-content-desc {
        font-size: 13px;
        line-height: 22px;
        min-height: 260px;
    }
    #PRODUTOS .index-product .title{
        font-size: 32px;
        line-height: 40px;
        font-weight: 900;
    }
    #PRODUTOS .index-product .desc{
        font-size: 22px;
        line-height: 25px;
        margin-top: 10px;
    }
}
@media(max-width:1200px) and (min-width:991px){
    #PRODUTOS .product-info{
        width: 98%;
    }
    #PRODUTOS .product-body{
        width: 800px;
        min-height: 550px;
    }
    .product-layout{
        width: 200px;
        min-height: 550px;
    }
    .product-layout .product-content .product-content-title {
        font-size: 16px;
        line-height: 25px;
    }
    .product-layout .product-content {
        min-height: 200px;
        padding-top: 10px;
    }
    .product-layout .product-content .product-content-desc {
        font-size: 12px;
        line-height: 20px;
        min-height: 260px;
        padding: 5px 0 5px 5px;
    }
    #PRODUTOS .index-product .title{
        font-size: 30px;
        line-height: 40px;
        font-weight: 900;
    }
    #PRODUTOS .index-product .desc{
        font-size: 20px;
        line-height: 25px;
        margin-top: 10px;
    }
}
@media(max-width:991px) and (min-width:768px){
    .product-swiper-pager{
        display: none;
    }
    #PRODUTOS .product-info{
        width: 98%;
    }
    #PRODUTOS .product-body{
        width: 100%;
        min-height: 450px;
    }
    #PRODUTOS .product-new{
        position:static;
        width: 100%;
    }
    .product-layout{
        width: 32%;
        min-height: 450px;
    }
    .product-layout .product-content .product-content-title {
        font-size: 16px;
        line-height: 25px;
    }
    .product-layout .product-content {
        min-height: 200px;
        padding-top: 10px;
    }
    .product-layout .product-content .product-content-desc {
        font-size: 12px;
        line-height: 20px;
        min-height: 230px;
        padding: 5px 0 5px 5px;
    }
    #PRODUTOS .index-product .title{
        font-size: 28px;
        line-height: 40px;
        font-weight: 900;
    }
    #PRODUTOS .index-product .desc{
        font-size: 18px;
        line-height: 25px;
        margin-top: 10px;
    }
}
@media(max-width:768px){
    .product-swiper-pager{
        display: none;
    }
    #PRODUTOS .product-info{
        width: 98%;
    }
    #PRODUTOS .product-body{
        width: 100%;
        min-height: 400px;
    }
    #PRODUTOS .product-new{
        position:static;
        width: 100%;
    }
    .product-layout{
        width: 48%;
        min-height: 400px;
        padding-right: 0;
    }
    .product-layout .product-content .product-content-title {
        font-size: 16px;
        line-height: 25px;
    }
    .product-layout .product-content {
        min-height: 200px;
        padding-top: 10px;
    }
    .product-layout .product-content .product-content-desc {
        font-size: 12px;
        line-height: 20px;
        min-height: 230px;
        padding: 5px 0 5px 5px;
    }
    #PRODUTOS .index-product .title{
        font-size: 25px;
        line-height: 35px;
        font-weight: 900;
    }
    #PRODUTOS .index-product .desc{
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
    }
}