/*------------ banner ------------*/

.banner .slick-dots button {
    color: #fff;
    background: rgba(0, 0, 0, .6);
}

.banner .slick-active button,
.banner .slick-dots button:hover {
    background: rgba(243, 181, 98, .8);
}


/*------------ title ------------*/

section .title {
    color: #444444;
    background: url('../../../../images/common/color_pink/title_ic4.png') no-repeat top center;
}


/*------------ more ------------*/

.index-more {
    background: #FFFFFF;
    border: 1px solid #999999;
}

.index-more:hover {
    color: #fff;
    background: #F2AF52;
    border-color: #F2AF52;
}


/*------------ album ------------*/

.sect01 {
    background: url('../../../../images/common/color_pink/bg/bg04.png');
    padding: 25px 0 30px;
}

/*------------ service ------------*/

.sect02 {
    background: url('../../../../images/common/color_pink/bg/bg05.png');
}

.service-title {
    width: 135px;
    height: 135px;
    color: #444444;
    background: url('../../../../images/common/color_pink/index/service_tit.png');
}

.service-more {
    background: #F3B562;
    border: 5px solid #F9D9AE;
    color: #FFFFFF;
}

.service-more:hover {
    background: #E76563;
}


/*------------ products ------------*/

.sect03:after {
    content: "";
    display: block;
    height: 450px;
    width: 100%;
    background: url('../../../../images/common/color_pink/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_pink/index/products_bg.png') no-repeat center top;
}

.product-arrow .slick-arrow {
    background: rgb(204, 204, 204);
    color: #fff;
    border: 0;
    border-radius: 50%;
}

.product-arrow .slick-arrow:hover {
    background: #F2AF52;
}

.product-dot button {
    border: 1px solid #777777;
    color: transparent;
    background: none;
}

.product-dot button:hover {
    border: 1px solid #F2AF52;
    background: #F2AF52;
}

.more-box {
    border: 1px solid #E9E9E9;
    border-top: 0;
}

.product-list a:hover .more {
    background: #F2AF52;
}

.sect03 .product-list .more:hover {
    background: #E76563;
}

/*------------ about ------------*/

.sect04 {
    background: url('../../../../images/common/color_pink/bg/bg06.png');
}

.sect04:after {
    content: "";
    display: block;
    width: 100%;
    height: 53px;
    background: url('../../../../images/common/color_pink/bg/line08.jpg');
    position: absolute;
    bottom: -53px;
    left: 0;
    z-index: 100;
}

.sect04 a:hover {
    text-decoration: underline;
}

.sect04 .about-box .title {
    background: url('../../../../images/common/color_pink/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_pink/title_ic.png');
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin: 0 0 0 -9px;
}


/*------------ news ------------*/

.sect05:after {
    content: "";
    height: 150px;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    display: block;
    background: url('../../../../images/common/color_pink/bg/bg07.png');
}

.news-arrow .slick-arrow {
    background: rgb(204, 204, 204);
    color: #fff;
    border: 0;
    border-radius: 50%;
}

.news-arrow .slick-arrow:hover {
    background: #F2AF52;
}


/*------------ 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);
    }
}
