/*------------ banner ------------*/
.banner .slick-dots button {
    color: #fff;
    background: rgba(0, 0, 0, .6);
}
.banner .slick-active button,
.banner .slick-dots button:hover {
    background: rgba(171,34,32,0.80);
}
/*------------ title ------------*/
section .title {
    color: #444444;
    background: url('../../../../images/common/color_red/title_ic4.png') no-repeat top center;
}
/*------------ more ------------*/
.index-more {
    background: #FFFFFF;
    border: 1px solid #999999;
}
.index-more:hover {
    color: #fff;
    background: #ab2220;
    border-color: #ab2220;
}
/*------------ album ------------*/
.sect01 {
    background: url('../../../../images/common/color_red/bg/bg04.png');
    padding: 25px 0 30px;
}
/*------------ service ------------*/
.sect02 {
    background: url('../../../../images/common/color_red/bg/bg05.jpg');
}
.service-title {
    width: 135px;
    height: 135px;
    color: #858F43;
    background: url('../../../../images/common/color_red/index/service_tit.png');
}
.service-more {
    background: #858F43;
    border: 5px solid #B6AB5E;
    color: #FFFFFF;
}
.service-more:hover {
    background: #AB2220;
}
/*------------ products ------------*/
.sect03:after {
    content: "";
    display: block;
    height: 450px;
    width: 100%;
    background: url('../../../../images/common/color_red/bg/bg03.png');
    position: absolute;
    top: 0;
    left: 0;
}
.sect03:before {
    content: "";
    display: block;
    width: 100%;
    height: 259px;
    position: absolute;
    text-align: center;
    top: 15%;
    background: url('../../../../images/common/color_red/index/products_bg.png') no-repeat center top;
}
.products-box .title {
    background: url(../../../../images/common/color_red/title_ic5.png) no-repeat top center;
}
.product-arrow .slick-arrow {
    background: #EBE1BE;
    color: #c0a97c;
    border: 0;
    border-radius: 50%;
}
.product-arrow .slick-arrow:hover {
    background: #ab2220;
}
.product-dot button {
    border: 1px solid #777777;
    color: transparent;
    background: none;
}
.product-dot button:hover {
    border: 1px solid #ab2220;
    background: #ab2220;
}
.more-box {
    border: 1px solid #E9E9E9;
    background: #EBE1BE;
    border-top: 0;
}
.product-list .box:hover .more {
    background: #dcb471;
}
.sect03 .product-list .more:hover {
    background: #AB2220;
}
/*------------ about ------------*/
.sect04 {
    background: url('../../../../images/common/color_red/bg/bg06.jpg');
    margin: 0 0 90px;
}
.sect04:after {
    content: "";
    display: block;
    width: 100%;
    height: 74px;
    background: url('../../../../images/common/color_red/bg/line08.jpg') center center;
    position: absolute;
    bottom: -74px;
    left: 0;
    z-index: 100;
}
.sect04 a:hover {
    text-decoration: underline;
    color: #fff;
}
.about-box .editor {
    color: #131313;
}
.sect04 .about-box .title {
    background: url('../../../../images/common/color_red/title_bg.png');
}
.sect04 .about-box .title:before {
}
.sect04 .about-box .title:after {
    content: "";
    width: 20px;
    height: 11px;
    display: block;
    margin: 0 auto;
    background: url('../../../../images/common/color_red/title_ic.png');
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin: 0 0 0 -9px;
}
/*------------ news ------------*/
.sect05 {
    margin: 0px 0 30px;
}
.sect05:after {
    content: "";
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: url(../../../../images/common/color_red/bg/bg07.png);
    opacity: 0.4;
}
.news-box .title {
    display: none;
}
.news-arrow .slick-arrow {
    background: #EBE1BE;
    color: #c0a97c;
    border: 0;
    border-radius: 50%;
}
.news-arrow .slick-arrow:hover {
    background: #ab2220;
}
/*------------ rwd ------------*/
@media screen and (max-width: 767px) {
    .service-title {
        background: rgba(255, 255, 255, 0.9);
        height: auto;
        padding: 10px 0;
        border-radius: 0 15px 0 15px;
        width: 100%;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    }
}