@charset "utf-8";
    body {
        background: url('../../../../images/common/color_pink/index/bg.jpg')top no-repeat;
    }

    .footer-top.news {
        background: #fff;
    }
    /*------------ banner ------------*/

    .banner .slick-prev,
    .banner .slick-next {
        background: url('../../../../images/common/color_pink/index/banner_arrow.png') no-repeat;
    }
     .banner .slick-next {
        background-position: 100% 0;
        right: -70px;
    }
    /*------------ more ------------*/

    section .more {
        color: #fff;
        background: #3A96CD;
    }
    /*------------ sect1 ------------*/

    .title.br {
        color: #000000;
        background: url(../../../../images/common/color_pink/index/title.png)center no-repeat;
    }
    /*----- news ----*/

    .news-sect-title {
        background: url(../../../../images/common/color_pink/index/news-line.png)repeat-x center;
        color: #000;
    }

    .news-sect-title span:before {
        background: url(../../../../images/common/color_pink/index/news-ic.png);
    }

    .news-sect-title span {
        background: #fffbef;
    }


    .news-list .box {
        background: #fff;
        box-shadow: 0 0 5px rgba(205, 184, 156, .4);
        border: 1px solid #E8DBBB;
    }

    .news-list .box:hover {
        box-shadow: 0 0 5px rgba(255, 168, 176, .9);
        border-color: #FFBBCF;
    }

    .news-list .date {
        background: #E1AC71;
        color: #fff;
    }

    .news-list .box:hover .date {
        background: #FF91B1;
    }

    .news-list .date b {
        border-right: 1px solid rgba(255, 255, 255, .3);
    }

    .news-list .name:after {
        background: #000;
    }


    .news-list .name {
        color: #666;
    }

    .news-list .box:hover .name {
        color: #000;
    }
    /*----- about ----*/


    .about-box .col.col1 {
        background: url(../../../../images/common/color_pink/index/about.png)left no-repeat;
    }

    .about-box .title {
        color: #fff;
    }

    .about-box .text {
        color: #000;
    }

    section .about-box .more {
        background: #fff;
        color: #58AAD2;
    }

    section .about-box .more:hover {
        background: #FFFF00;
    }
    /*------------ products ------------*/


    .products-sect .title:after {
        background: #000;
    }

    .products-arrow:before {
        background: rgba(255, 255, 255, 0.5);
    }

    .products-arrow .slick-arrow:before {
        color: #CEBCA1;
    }

    .products-arrow .slick-arrow:hover:before {
        color: #999;
    }

   .products-list .slick-next {
        background-position: 100% 0;
        right: -25px;
    }
    .products-list {
        background: #f9f3d9;
        background: -moz-linear-gradient(top, #f9f3d9 0%, #d7f0d0 100%);
        background: -webkit-linear-gradient(top, #f9f3d9 0%, #d7f0d0 100%);
        background: linear-gradient(to bottom, #f9f3d9 0%, #d7f0d0 100%);
    }

    .products-list .new:before {
        color: #fff;
        background: url(../../../../images/common/color_pink/products/new.png)no-repeat;
    }

    .products-list li:hover a {
        color: #FF6665;
    }

    .products-list .pic-box span {
        color: #fff;
        background: #65AD6F;
    }

    .products-list .pic {
        border: 7px solid #ffffff;
        box-shadow: 0px 0px 10px rgba(205, 184, 156, .4);
    }

    .products-list li:hover .pic {
        box-shadow: 0px 0px 10px #65AD6F;
    }

    .products-list .text {
        color: #17171F;
    }

    .products-list .name {
        color: #000000;
    }

    .products-list li .pic .btn {
        background: #79796A;
    }

    .products-list li .pic .btn:hover {
        background: #a5a698;
    }


    .products-list .slick-prev,
    .products-list .slick-next {
        background: url('../../../../images/common/color_pink/index/pd_arrow.png') no-repeat;
    }
      .products-list .slick-prev {
        background-position: 0 0;
        left: -25px;
    }

    .products-list .slick-next {
        background-position: 100% 0;
        right: -25px;
    }

    .products-list .slick-prev:hover {
        background-position: 0 100%;
    }

    .products-list .slick-next:hover {
        background-position: 100% 100%;
    }
    .sect3 .more {
        background: url(../../../../images/common/color_pink/index/pd-more.png)no-repeat;
    }

    /* 上下左右 */

    .sect3 .border-style-box span {
        background: url(../../../../images/common/color_pink/index/pd.png);
    }

    .sect3 .border-style-box .right-bottom {
        background-image: url(../../../../images/common/color_pink/index/pd-2.png);
    }
    /*------------ ad ------------*/

    .sect4 {
        background: url(../../../../images/common/color_pink/index/service-bg.jpg)no-repeat bottom;
    }

    .sect4 .title:before {
        background: url(../../../../images/common/color_pink/index/service-ix.png)no-repeat;
    }

    .sect4 .title {
        color: #000;
    }

    .sect4 .editor {
        color: #000;
    }

    .sect4 .more:hover {
        background: #83CBE2;
    }
    /* album */
    .album-sect .txt {
        background: #fff;
        color: #000;
    }

    .album-sect .txt:after {
        background: #17171F;
    }

    /*------------ rwd ------------*/

    @media screen and (max-width: 1200px) {
       
    }

    @media screen and (max-width: 1000px) {
        .about-box .col.col1 {
        background: url(../../../../images/common/color_pink/index/about.png)center no-repeat;
    }
     
        .banner .slick-prev,
        .banner .slick-next {
             display: none !important;
        }
    }
