/*------------ banner ------------*/

.banner .slick-dots button {
    color: #fff;
    background: rgba(0, 0, 0, .6);
}

.banner .slick-active button,
.banner .slick-dots button:hover {
    background: rgba(255,64,0,0.80);
}


/*------------ title ------------*/

section .title {
    color: #444444;
    background: url('../../../../images/common/color_green/title_ic4.png') no-repeat top center;
}

.news-box .title {
    border-bottom: dashed 1px #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

/*------------ more ------------*/

.index-more {
    background: #4DA6FF;
    color: #fff;
}

.index-more:hover {
    color: #fff;
    background: #A6D32E;
}

/*------------ site-main ------------*/

.site-main {
    background: none;
    padding: 0;
}

/*------------ album ------------*/

.sect01 {
    background: url('../../../../images/common/color_green/bg/bg04.jpg');
    padding: 50px 0 ;
}

/*------------ service ------------*/

.sect02 {
    background: url('../../../../images/common/color_green/bg/bg05.jpg');
}

.service-title {
    width: 135px;
    height: 135px;
    color: #444444;
    background: url('../../../../images/common/color_green/index/service_tit.png');
}

.service-more {
    background: #4E923E;
    border: 5px solid #DEF19E;
    color: #FFFFFF;
}

.service-more:hover {
    background: #4da6ff;
}


/*------------ products ------------*/

.sect03:after {
    content: "";
    display: block;
    height: 696px;
    width: 100%;
    background: url('../../../../images/common/color_green/bg/bg03.jpg');
    position: absolute;
    top: 0;
    left: 0;
}

.product-arrow .slick-arrow {
    background: #FF4000;
    color: #fff;
    border: 0;
    border-radius: 50%;
}

.product-arrow .slick-arrow:hover {
    background: #a6d32e;
}

.product-dot button {
    border: 1px solid #777777;
    color: transparent;
    background: none;
}

.product-dot button:hover {
    border: 1px solid #ff4000;
    background: #ff4000;
}

.more-box {
    border: 1px solid #E9E9E9;
    border-top: 0;
}

.product-list .box:hover .more {
    background: #a6d32e;
}

.sect03 .product-list .more:hover {
    background: #4da6ff;
}

/*------------ about ------------*/

.sect04 {
    background: url('../../../../images/common/color_green/bg/bg06.png');
    margin: 0 0 30px;
}

.sect04:after {
    content: "";
    display: block;
    width: 100%;
    height: 11px;
    background: url('../../../../images/common/color_green/bg/line08.jpg');
    position: absolute;
    bottom: -11px;
    left: 0;
    z-index: 100;
}

.sect04 a:hover {
    text-decoration: underline;
    color: #fff;
}

.sect04 .about-box .title {
    background: url('../../../../images/common/color_green/about_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_green/title_ic.png');
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin: 0 0 0 -9px;
}


/*------------ news ------------*/

.sect05:after {
}

.news-arrow .slick-arrow {
    background: #FF4000;
    color: #fff;
    border: 0;
    border-radius: 50%;
}

.news-arrow .slick-arrow:hover {
    background: #a6d32e;
}


/*------------ 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);
    }
}
