.site-main {
    padding: 0;
}

/*------------ 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,0.80);
}


/*------------ title ------------*/

section .title {
    color: #fff;
    background: url('../../../../images/common/color_black/title_ic4.png') no-repeat top center;
}

/*------------ more ------------*/

.index-more {
    background: #32A6DE;
}

.index-more:hover {
    color: #fff;
    background: #6764D7;
}

.index-more:before {
    background: #32A6DE;
}

/*------------ album ------------*/

.sect01 {
    background: url('../../../../images/common/color_black/bg/bg04.jpg');
    padding: 60px 0;
}

/*------------ service ------------*/

.sect02 {
    background: #281F4B;
    border-top: 1px solid #6764D7;
    border-bottom: 1px solid #6764D7;
}

.service-title {
    width: 135px;
    height: 135px;
    color: #ffffff;
    background: url('../../../../images/common/color_black/index/service_tit.png');
}

.service-more {
    background: #281f4b;
    border: 5px solid #6764D7;
    color: #6764D7;
}

.service-more:hover {
    background: #6764d7;
    color: #ffffff;
}


/*------------ products ------------*/

.sect03:after {
    content: "";
    display: block;
    height: 450px;
    width: 100%;
    background: url('../../../../images/common/color_black/bg/bg03.png');
    position: absolute;
    top: 0;
    left: 0;
}

.products-box .title {
    color: #AAA9C0;
    background: url(../../../../images/common/color_black/title_ic5.png) no-repeat top center;
}

.product-arrow .slick-arrow {
    background: #2C204F;
    color: #6e6e6e;
    border: 0;
    border-radius: 50%;
}

.product-arrow .slick-arrow:hover {
    background: #6764d7;
    color: #ffffff;
}

.product-dot button {
    border: 1px solid #6764D7;
    color: transparent;
    background: none;
}

.product-dot button:hover {
    border: 1px solid #2887de;
    background: #2887de;
}

.more-box {
    border: 1px solid #6764D7;
    border-top: 0;
    background: rgb(103,100,215); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(103,100,215,1) 0%, rgba(33,24,61,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(103,100,215,1) 0%,rgba(33,24,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(103,100,215,1) 0%,rgba(33,24,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6764d7', endColorstr='#21183d',GradientType=0 ); /* IE6-9 */
}

.product-list .box:hover .more {
    background: #32a6de;
}

.sect03 .product-list .more:hover {
    background: #caa1ff;
}

/*------------ about ------------*/

.sect04 {
    background: url('../../../../images/common/color_black/bg/bg06.jpg');
    margin: 0;
}

.sect04:after {
}

.sect04 a:hover {
    text-decoration: underline;
    color: #fff;
}

.sect04 .about-box .title {
    background: url('../../../../images/common/color_black/title_bg.png');
    color: #AAA9C0;
}

.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_black/title_ic.png');
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin: 0 0 0 -9px;
}


/*------------ news ------------*/

.sect05 {
    margin: 0 0 35px;
}

.sect05:after {
}

.news-box .title {
    display: none;
}

.news-arrow .slick-arrow {
    background: none;
    color: #AAAAAA;
    border: 0;
    border-radius: 0%;
    font-size: 40px;
    width: 30px;
    height: 30px;
}

.news-arrow .slick-arrow:hover {
    color: #fff;
}


/*------------ rwd ------------*/

@media screen and (max-width: 767px) {
    .service-title {
        background: rgb(103, 100, 215);
        height: auto;
        padding: 10px 0;
        border-radius: 0 15px 0 15px;
        width: 100%;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    }
}
