/*------------ banner ------------*/
.banner .slick-arrow {
    background: url('../../../../images/common/color_green/index/banner_arrow.png');
    background-size: 100%;
    transition: all .2s;
}
.banner .slick-arrow:hover {
    opacity: .5;
}
.btn-scroll {
    background: url('../../../../images/common/color_green/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_green/dot_v.png');
}
/*------------ products ------------*/
.index-product-list .pic a:before {
    background: rgba(36, 54, 57, .5);
    opacity: 0;
}
.index-product-list .pic a:after {
    color: #FFFFFF;
    border: 2px solid #D8CC5C;
    background: rgba(36, 54, 57, .9);
    opacity: 0;
    top: 0;
}
.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: #5EAC99;
}
.index-product-list .description {
    color: #999999;
}
.index-product-list .box.new:before {
    background: rgba(35, 67, 67, .9);
    border: 1px solid rgba(216, 204, 92, .9);
    color: #B8B361;
}
.index-product-list .more {
    color: #999999;
    border: 1px solid #E8E8E8;
}
.index-product-list .box:hover .more {
    color: #5EAB99;
    border: 1px solid #5EAB99;
}
.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: #243639;
}
/*------------ news ------------*/
.sect03 {
    background: #fbfbfb url('../../../../images/common/color_green/index/news_bg.jpg') no-repeat bottom center;
}
.index-news-list li .box {
    background: rgba(255, 255, 255, .8);
}
.index-news-list li .box:hover {
    border-color: #679E74;
    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_green/dot2.png') repeat-x;
}
.index-news-list .cover i:before {
    content: "\e1008";
    color: #679E74;
    font-size: 24px;
}
.index-news-list li .date {
    color: #6CA34C;
}
.index-news-list li .date i {
    background: #243639;
}
.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(36, 54, 57, .3);
    opacity: 1;
}
.index-news-list a:hover .pic:before {
    opacity: 0;
}
.index-news-more {
    color: #fff;
    background: url('../../../../images/common/color_green/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_green/dot_v_w.png') repeat-y;
}
/*------------ service ------------*/
.sect04_bg {
    background: #234343;
}
.sect04:after {
    content: "";
    height: 50px;
    width: 100%;
    display: block;
    background: url('../../../../images/common/color_green/index/service_bg.png') top center no-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_green/dot_v_w.png') repeat-y;
}
/*------------ album ------------*/
.sect05 {
    background: url(../../../../images/common/color_green/content_bg.jpg) -30px no-repeat;
}
.sect05-box {
    background: #fff;
}
.sect05-box:before {
    border: 1px solid #ECECEC;
}
.index-album-list li .pic a:before {
    opacity: 0;
    background: rgba(36, 54, 57, .5);
}
.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 #305A5A;
}
.index-album-list .box:hover .cover {
    background: #305A5A;
}
.index-album-list .box:hover .cover:before {
    border-color: #EBEBEB;
}
.index-album-list .box:hover .cover:after {
    border-color: transparent #305A5A 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 #305A5A 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 #305A5A transparent;
    }
}