@charset "utf-8";

.footer-top.news {
    background: #1F1F1F;
}


body {
    /* background: #000; */
}




/*------------ banner ------------*/

.banner .slick-prev,
.banner .slick-next {
    background: url('../../../../images/common/color_black/index/banner_arrow.png') no-repeat;
    width: 52px;
    height: 52px;
}

.banner .slick-next {
    background-position: 100% 0;
    right: -70px;
}






/*------------ more ------------*/

.sect4 .more {
    color: #000;
    border: 1px solid #000;
    width: 191px;
    height: 35px;
    border-radius: 0px;
    line-height: 35px;
    text-indent: inherit;
    transition: all .3s;
    position: relative;
    bottom: 0;
}

.sect4 .more:hover {
    background: #063C6C !important;
    letter-spacing: 6px;
    color: #fff;
    border-color: #063C6C;
}






/*------------ sect1 ------------*/

.title.br {
    color: #fff;
    letter-spacing: 2px;
}






/*----- news ----*/

.news-sect-title {
    color: #eee;
}

.news-sect-title span p:before {
    content: '';
    background: #666;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 20px;
    margin-left: -25px;
    display: inline-block;
}

.news-sect-title span p:after {
    content: '';
    background: #666;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 20px;
    margin-left: 8px;
    display: inline-block;
}

.news-sect-title span {
    letter-spacing: 2px;
    z-index: 20;
}

.news-sect-title span p {
    color: #eee;
}

.news-list .box {
    background: #1A1A1A;
    border: 1px solid #1a1a1a;
    border-radius: 0px;
}

.news-list .box:hover {
    border-color: #0694D8;
}

.news-list .date {
    background: #023853;
    color: #fff;
    border-radius: 0;
}

.news-list .box:hover .date {
    background: #0698DC;
}

.news-list .date b {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.news-list .name:after {
    background: #0698DC;
}


.news-list .name {
    color: #666;
}

.news-list .box:hover .name {
    color: #fff;
}

.sect2 {
    padding: 0px 0 20px;
}






/*----- about ----*/

.about-box .col.col1 {
    line-height: 120px;
}

.about-box .col.col1:before {
    content: '';
    width: 199px;
    height: 222px;
    border: 4px solid #0059B2;
    position: absolute;
    left: 40px;
    top: -30px;
}

.sect1 .container {}

.sect1 .about-box {}

.sect1 {
    background: url(../../../../images/common/color_black/index/about-bg.jpg)bottom no-repeat #000;
    padding: 80px 0 20px;
}

.about-box .title {
    color: #d9d9d9;
    letter-spacing: 2px;
}

.about-box .title:after {
    content: '';
    position: absolute;
    background: #069FE2;
    width: 44px;
    height: 1px;
    top: 25px;
    margin-left: -95px;
}

.about-box .text {
    color: #000;
    padding: 0px;
    /* margin: 20px 5px; */
    height: auto;
}

section .about-box .more {
    background: #3B3B3B;
    color: #fff;
    width: 139px;
    height: 30px;
    border-radius: 0px;
    line-height: 30px;
    font-weight: normal;
    bottom: 0px;
    right: 0px;
    top: 80px;
}
section .about-box .more span{
    font-size: 13px;
}
section .about-box .more:hover {
    background: #063C6C;
}






/*------------ products ------------*/

.sect3 .title.br {
    padding: 90px 0 0px;
    margin-bottom: 15px;
}

.products-list {
    padding: 0px 60px 80px;
}

.sect3 .container:before {
    background: #fff;
    content: '';
    width: 1px;
    height: 18px;
    display: block;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: -18px;
}

.products-sect {
    background: #000;
    padding: 0px 0 150px;
}

.products-sect .title:after {
    background: #8D785A;
    width: 1px;
    top: 0px;
}

.products-arrow:before {}

.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_black/products/new.png)no-repeat #000;
    width: 46px;
    height: 20px;
    top: 10px;
}

.products-list li a {
    max-width: 100%;
}

.products-list li:hover a {
   
}

.products-list .pic-box span {
     text-indent: -9999%;
     background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.99) 99%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.99) 99%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.99) 99%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin: 0px;
    border-radius: 0;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0px;
    opacity: 1;
}

.products-list li:hover .pic-box span {
     display:none;
     bottom:0px !important;
}

.products-list .pic {
    border-radius: 0px;
    max-width: 100%;
    margin-bottom: 0;
}

.products-list li:hover .pic {
    border-radius: 0px;
}

.products-list .text {
    color: #17171F;
    padding: 0;
    background: #303030;
    max-width: 100%;
}

.products-list li:hover .text {
    background: #fff;
}

.products-list .name {
    color: #fff;
    padding: 7px 10px;
}

.products-list li:hover .name {
    color: #000;
}

.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_black/index/pd_arrow.png') no-repeat;
}

.products-list .slick-prev {
    background-position: 0 0;
    left: -25px;
    top:40%;
}

.products-list .slick-next {
    background-position: 100% 0;
    right: -25px;
    top:40%;
}

.products-list .slick-prev:hover {
    background-position: 0 100%;
}

.products-list .slick-next:hover {
    background-position: 100% 100%;
}

.sect3 .more {
    color: #fff;
    border: 1px solid #fff;
    width: 191px;
    height: 35px;
    border-radius: 0px;
    line-height: 35px;
    text-indent: inherit;
    transition: all .3s;
}

.sect3 .more:hover {
    background: #063C6C !important;
    letter-spacing: 6px;
    border-color: #BFFFFF;
    transition: all .3s;
}






/* 上下左右 */

.sect3 .border-style-box span {
    background: url(../../../../images/common/color_black/index/pd.png);
}

.sect3 .border-style-box .right-bottom {
    background-image: url(../../../../images/common/color_black/index/pd-2.png);
}






/*------------ ad ------------*/

.sect4 {
    background: #F5F5F5;
    padding-top: 0px;
}

.sect4 .title:before {
    background: url(../../../../images/common/color_black/index/service-ix.png)no-repeat;
    width: 57px;
    display: none;
}

.sect4 .title {
    color: #000;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 15px;
}

.sect4 .editor {
    color: #000;
}

.sect4 .more:hover {
    background: #83CBE2;
}






/* album */

.sect5 {
    background: url(../../../../images/common/color_black/index/album-bg.jpg);
    margin-top: 0;
    padding-top: 90px;
    margin-bottom: 0;
}

.album-sect .txt {
    background: #383838;
    color: #aaa;
}

.sect5 .title {
    color: #eee;
    border: 1px solid #eee;
    max-width: 163px;
    padding: 0;
    margin: auto;
    margin-bottom: 50px;
}

.sect5 .title p {
    margin: 10px 0px;
}

.album-sect li:hover .txt {
    transition: all .3s;
    background: #004386;
    color: #fff;
}

.album-sect .txt:after {
    background: #17171F;
    display: none;
}

.album-sect {
    margin-bottom: 0px;
}




/*------------ rwd ------------*/

@media screen and (max-width: 1200px) {

    .sect1 .container {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1000px) {
    .about-box .text {
        margin: 0;
        padding: 50px 20px 20px;
        height: auto;
    }
    .banner .slick-prev,
    .banner .slick-next {
        display: none !important;
    }
    .products-list {
        margin: 20px;
        padding: 0px 50px 60px;
    }
    .about-box .col.col1 {
        line-height: 10px;
        width: 100%;
        height: 60px;
        padding: 0 0 30px;
    }
    .about-box .title:after {
        /* margin: 55px auto 0; */
        /* left: 0; */
        /* right: 0; */
        top: -25px;
    }
    section .about-box .more {
        /* margin: 20px auto 0; */
        position: relative;
        bottom: 0px;
        right: 0;
        top: 0;
    }
    .title.br{
        padding: 0;
        margin-bottom: 30px;
    }
    .sect5 .title p{
        padding: 5px 0;
    }
   
    .sect5 {
        padding: 45px 0 5px;
    }
    .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 20px;
    }
    .sect4 .container {
        padding: 30px 0 50px;
    }
    .about-box .col.col1:before {
        width: 199px;
        height: 110px;
        left: 0px;
        right: 0px;
        margin: auto;
        top: -65px;
    }
    .sect4 .title{
        font-size: 20px;
        padding-bottom: 5px;
    }
    .sect1 {
        padding: 110px 0 20px;
    }
    .news-sect-title span p:before,
    .news-sect-title span p:after{
        top: 10px;
    } 
    .products-sect{
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {

    .products-list .pic-box span {
        /* left: 75%; */
    }
}