/*------------ banner ------------*/

.banner .slick-arrow {
    background: url('../../../../images/common/color_black/index/banner_arrow.png');
    background-size: 100%;
    transition: all .2s;
}

.banner .slick-arrow:hover {
    opacity: .5;
}

.btn-scroll {
    background: url('../../../../images/common/color_black/index/scroll.png');
}


/*------------ title ------------*/

section .title {
    color: #000000;
}


/*------------ more ------------*/

.index-more {
    color: #000;
}

.index-more:before {
    color: #444444;
}

.index-more:hover {
    text-decoration: underline;
}
.service-box .index-more{
    color: #fff;
}
.service-box .index-more:before{
    color: #fff;   
}

/*------------ about ------------*/

.sect01 {
    background: #F5F5F3;
}

.about-title:after {
    content: "";
    width: 1px;
    height: 25px;
    display: block;
    margin: 20px auto;
    background: url('../../../../images/common/color_black/dot_v.png');
}


/*------------ products ------------*/

.index-product-list .pic a:before {
    background: rgba(70, 70, 70, 0.2);
    opacity: 0;
}

.index-product-list .pic a:after {
    color: #FFFFFF;
    border: 2px solid rgba(231, 70, 74, 0);
    background: rgb(231, 70, 74);
    opacity: 0;
    top: 0;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: -25px 0 0 -75px;
}

.index-product-list .box:hover .pic a:before,
.index-product-list .box:hover .pic a:after {
    opacity: 1;
}

.index-product-list .box:hover .pic a:after {
    top: 50%;
}

.index-product-list li .box:hover .pic a:before {
    opacity: 1;
}

.index-product-list .name {
    color: #444444;
}

.index-product-list .box:hover .name a {
    color: #E7464A;
}

.index-product-list .description {
    color: #999999;
}

.index-product-list .box.new:before {
    background: #e7464a;
    color: #ffffff;
    border-radius: 0%;
    height: 25px;
    line-height: 25px;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
}

.index-product-list .more {
    color: #999999;
    border: 1px solid #E8E8E8;
}

.index-product-list .box:hover .more {
    color: #E7464A;
    border: 1px solid #E7464A;
}

.product-arrow .slick-arrow {
    background: none;
    border: 1px solid #E8E8E8;
    color: #BBBBBB;
    width: 30px;
    height: 30px;
    font-size: 22px;
}

.product-arrow .slick-arrow:hover {
    background: #444;
}

/*------------ news ------------*/

.sect03 {
    background: #fffeff url('../../../../images/common/color_black/index/news_bg.jpg') repeat bottom center;
}

.index-news-list li .box {
    background: rgba(255, 255, 255, .8);
}

.index-news-list li .box:hover {
    border-color: #e7464a;
    outline: 1px solid #ECECEC;
    background: rgba(255, 255, 255, 1);
}

.index-news-list .cover:before,
.index-news-list .cover:after {
    height: 6px;
    background: url('../../../../images/common/color_black/dot2.png') repeat-x;
}

.index-news-list .cover i:before {
    content: "\e1008";
    color: #C2A254;
    font-size: 24px;
}

.index-news-list li .date {
    color: #C2A254;
}

.index-news-list li .date i {
    background: #333;
}

.index-news-list li .name {
    color: #444444;
}

.index-news-list .box:hover .name {
    text-decoration: underline;
}

.index-news-list li .description {
    color: #999999;
}

.index-news-list li .pic:before {
    background: rgba(183, 183, 183, 0.3);
    opacity: 1;
}

.index-news-list a:hover .pic:before {
    opacity: 0;
}

.index-news-more {
    color: #666;
    background: url('../../../../images/common/color_black/dot_w.png') repeat-x bottom;
}

.index-news-more a:hover {
    text-decoration: underline;
}

.index-news-more a:after {
    content: "";
    width: 1px;
    height: 30px;
    display: block;
    margin: 15px auto 0;
    background: url('../../../../images/common/color_black/dot_v.png') repeat-y;
}


/*------------ service ------------*/

.sect04_bg {
    background: #333;
}

.sect04:after {
    content: "";
    height: 50px;
    width: 100%;
    display: block;
    background: url('../../../../images/common/color_black/index/service_bg.png') top center no-repeat,url('../../../../../images/common/color_black/index/content_bg.jpg') -30px 72px repeat;
    position: relative;
    top: 100%;
    z-index: 100;
    padding-bottom: 30px;
}

section .service-title {
    color: #fff;
    font-weight: normal;
}

section .service-title:after {
    content: "";
    width: 1px;
    height: 22px;
    display: block;
    margin: 15px auto 15px;
    background: url('../../../../images/common/color_black/dot_v_w.png') repeat-y;
}


/*------------ album ------------*/

.sect05 {
    background: url('../../../../../images/common/color_black/index/content_bg.jpg') -30px repeat;
}

.sect05-box {
    background: #fff;
}

.sect05-box:before {
    border: 1px solid #ECECEC;
}

.index-album-list li .pic a:before {
    opacity: 0;
    background: rgba(70, 70, 70, 0.2);
}

.index-album-list .box:hover .pic a:before {
    opacity: 1;
}

.index-album-list li .cover {
    background: #F7F7F7;
}

.index-album-list li .cover:before {
    border: 1px solid #EBEBEB;
}

.index-album-list li .cover:after {
    border-width: 31px 31px 31px 0;
    border-color: transparent #F7F7F7 transparent transparent;
}

.index-album-list li:nth-child(4n) .cover:after,
.index-album-list li:nth-child(3n) .cover:after {
    border-width: 31px 0 31px 31px;
    border-color: transparent transparent transparent #F7F7F7;
}

.index-album-list li:nth-child(4n) .box:hover .cover:after,
.index-album-list li:nth-child(3n) .box:hover .cover:after {
    border-color: transparent transparent transparent #444;
}

.index-album-list .box:hover .cover {
    background: #444;
}

.index-album-list .box:hover .cover:before {
    border-color: #EBEBEB;
}

.index-album-list .box:hover .cover:after {
    border-color: transparent #444 transparent transparent;
}

.index-album-list li .name {
    color: #000000;
}

.index-album-list .box:hover .name {
    color: #fff;
}

.index-album-list li .more {
    color: #DFDFDF;
}


/*------------ rwd ------------*/

@media screen and (max-width: 550px) {
    .index-album-list li .cover:after,
    .index-album-list li:nth-child(4n) .cover:after,
    .index-album-list li:nth-child(3n) .cover:after {
        border-width: 0 31px 31px 31px;
        border-color: transparent transparent #F7F7F7 transparent;
    }
    .index-album-list .box:hover .cover:after,
    .index-album-list li:hover:nth-child(4n) .cover:after,
    .index-album-list li:hover:nth-child(3n) .cover:after {
        border-width: 0 31px 31px 31px;
        border-color: transparent transparent #444 transparent;
    }
    .index-album-list li:nth-child(4n) .box:hover .cover:after,
    .index-album-list li:nth-child(3n) .box:hover .cover:after {
        border-color: transparent transparent #444 transparent;
    }
}
