@charset "utf-8";

.footer-top.news {
    background: #fff;
}

.banner {
    margin-bottom: 50px;
}


/*------------ banner ------------*/

.banner .slick-prev,
.banner .slick-next {
    background: url('../../../../images/common/color_purple/index/banner_arrow.png') no-repeat;
}

.banner .slick-next {
    background-position: 100% 0;
    right: -70px;
}




/*------------ more ------------*/

.sect4 .more {
    color: #fff;
    background: #8D5797;
    width: 191px;
    height: 38px;
    border-radius: 0px;
    line-height: 40px;
    bottom: -20px;
}

.sect4 .more:hover {
    background: #7C539D !important;
    letter-spacing: 6px;
}




/*------------ sect1 ------------*/

.title.br {
    color: #000000;
    letter-spacing: 2px;
    font-weight: bold;
    background: url(../../../../images/common/color_purple/index/left.png)center no-repeat;
}




/*----- news ----*/

.news-sect-title {
    background: url(../../../../images/common/color_purple/index/news-line.png)repeat-x center;
    color: #000;
     margin-bottom: 0;
}

.news-sect-title span:before {
    display: none;
}

.news-sect-title span {
    background: #fefcff;
    color: #7A48B0;
    letter-spacing: 2px;
    font-weight: bold;
    z-index: 20;
}

.news-sect-title span p {
    background: linear-gradient(to right, #B794D3, #7A48B0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
}

.news-list .box {
    background: #fff;
    box-shadow: 0 0 5px transparent;
    border: 1px solid #ccc;
}

.news-list .box:hover {
    box-shadow: 0 0 5px rgba(180, 150, 224, .8);
    border-color: #DECEF7;
}

.news-list .date {
    background: #D3D3D3;
    color: #fff;
}

.news-list .box:hover .date {
    background: #744FA2;
}

.news-list .date b {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.news-list .name:after {
    background: #C568E3;
}


.news-list .name {
    color: #666;
}

.news-list .box:hover .name {
    color: #000;
}

.sect2 {
    padding: 0px 0 20px;
}




/*----- about ----*/

.about-box .col.col1 {
    line-height: 120px;
}

.sect1 .container {
    background: url(../../../../images/common/color_purple/index/about-bg.png)100% center no-repeat;
    background-size: cover;
    padding: 20px;
}

.sect1 .about-box {
    background: #fff;
}

.about-box .title {
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
}

.about-box .title:after {
    content: '';
    position: absolute;
    background: url(../../../../images/common/color_purple/index/ab-line.png)center no-repeat;
    width: 99px;
    height: 3px;
    margin: 65px 0 0 10px;
}

.about-box .text {
    color: #000;
}

section .about-box .more {
    background: #5F4981;
    color: #fff;
    width: 139px;
    height: 38px;
    border-radius: 0px;
    line-height: 40px;
    font-weight: normal;
    bottom: 80px;
}

section .about-box .more:hover {
    background: #3F3054;
}




/*------------ products ------------*/

.products-sect {
    background: url(../../../../images/common/color_purple/index/pd-bg.jpg);
    padding: 30px 0;
    margin-bottom: 50px;
}

.products-sect .title:after {
    background: #dc73ff;
    background: -moz-linear-gradient(top, #dc73ff 0%, #662d91 100%);
    background: -webkit-linear-gradient(top, #dc73ff 0%, #662d91 100%);
    background: linear-gradient(to bottom, #dc73ff 0%, #662d91 100%);
    width: 2px;
}

.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 .new:before {
    color: #fff;
    background: url(../../../../images/common/color_purple/products/new.png)no-repeat;
    width: 27px;
}

.products-list li a {
    max-width: 100%;
}

.products-list li:hover a {
    color: #FF6665;
}

.products-list .pic-box span {
    text-indent: -9999%;
    background: url(../../../../images/common/color_purple/products/pd-ic.png);
    margin: 0px;
    border-radius: 0;
    width: 42px;
    height: 42px;
    left: 80%;
}

.products-list li:hover .pic-box span {
    bottom: 5%;
}

.products-list .pic {
    border-radius: 0px;
    max-width: 100%;
}

.products-list li:hover .pic {
    border: 3px solid #D24DFF;
    border-radius: 0px;
}

.products-list .text {
    color: #17171F;
    padding: 0;
    max-width: 100%;
}

.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_purple/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 {
    color: #fff;
    background: #8570B8;
    width: 191px;
    height: 38px;
    border-radius: 0px;
    line-height: 40px;
    text-indent: inherit;
    transition: all .3s;
}

.sect3 .more:hover {
    background: #7C539D !important;
    letter-spacing: 6px;
    transition: all .3s;
}




/* 上下左右 */

.sect3 .border-style-box span {
    background: url(../../../../images/common/color_purple/index/pd.png);
}

.sect3 .border-style-box .right-bottom {
    background-image: url(../../../../images/common/color_purple/index/pd-2.png);
}




/*------------ ad ------------*/

.sect4 {
    background: url(../../../../images/common/color_purple/index/service-bg.jpg)no-repeat bottom;
    padding-top: 40px;
}

.sect4 .title:before {
    background: url(../../../../images/common/color_purple/index/service-ix.png)no-repeat;
    width: 57px;
}

.sect4 .title {
    color: #000;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 22px;
}

.sect4 .editor {
    color: #000;
}

.sect4 .more:hover {
    background: #83CBE2;
}




/* album */

.sect5 .title.br {
    padding: 0;
}
.album-sect .txt {
    background: #fff;
    color: #000;
}

.album-sect li:hover .txt {
    transition: all .3s;
    color: #fff;
    background: #8e46d7;
    background: -moz-linear-gradient(left, #8e46d7 0%, #fe92fe 100%);
    background: -webkit-linear-gradient(left, #8e46d7 0%, #fe92fe 100%);
    background: linear-gradient(to right, #8e46d7 0%, #fe92fe 100%);
}

.album-sect .txt:after {
    background: #17171F;
    display: none;
}




/*------------ rwd ------------*/

@media screen and (max-width: 1200px) {
    body {
        background: url('../../images/common/color_purple/index/bg.jpg')-550px -220px no-repeat;
    }
    .sect1 .container {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1000px) {
    .about-box .text {
        margin: 0;
        padding: 0 20px 20px;
        height: auto;
    }
    .banner .slick-prev,
    .banner .slick-next {
        display: none !important;
    }
    .products-list {
        margin: 20px;
        padding: 70px 50px 60px;
    }
    .about-box .col.col1 {
        line-height: 60px;
        width: 100%;
        height: auto;
        padding: 0 0 30px;
    }
    .about-box .title:after {
        margin: 55px auto 0;
        left: 0;
        right: 0;
    }
    section .about-box .more {
        margin: 20px auto 0;
        position: relative;
        bottom: 0px;
        right: 0;
    }
    .title.br {
        padding: 18px 0;
        margin: 0;
    }
    .sect3 .title.br {
        margin-bottom: 20px;
    }
    .products-sect .title:after {
        margin: 15px auto;
    }
    .products-list .pic-box span {
        left: 70%;
    }
      .album-sect .txt {
            padding: 14px;
        }
            .album-sect .name {
        height: 25px;
    }
    .sect4 .editor {
    padding: 0 20px;
}
.sect4 .title,
.sect5 .title.br{
    font-size: 20px;
}
.sect5 .title.br{
    padding:1px 0;
}
.sect4 .container{
    padding-top: 0px;
}
}

@media screen and (max-width: 768px) {
    body {
        background: url('../../images/common/color_purple/index/bg.jpg')-550px -50px no-repeat;
    }
}

@media screen and (max-width: 600px) {
    body {
        background: url('../../images/common/color_purple/index/bg.jpg')-800px -120px no-repeat;
    }
    .products-list .pic-box span {
        left: 75%;
    }
}