@charset "utf-8";

.footer-top.news {}

.banner {
    margin-bottom: 40px;
}
/*------------ banner ------------*/

.banner .slick-prev,
.banner .slick-next {
    background: url('../../../../images/common/color_red/index/banner_arrow.png') no-repeat;
    width: 52px;
    height: 52px;
}

.banner .slick-next {
    background-position: 100% 0;
    right: -70px;
}



/*------------ more ------------*/

.sect4 .more {
    color: #D90000;
    border: 1px solid #D90000;
    width: 191px;
    height: 35px;
    border-radius: 0px;
    line-height: 35px;
    text-indent: inherit;
    transition: all .3s;
    position: relative;
    bottom: 0;
}

.sect4 .more:hover {
    background: #D90000 !important;
    letter-spacing: 6px;
    color: #fff;
    border-color: #D90000;
}








/*------------ sect1 ------------*/

.title.br {
    color: #fff;
    letter-spacing: 2px;
}








/*----- news ----*/

.news-sect-title {
    color: #eee;
}

.news-sect-title span p:before {
    content: '';
    background: #BD1515;
    width: 1px;
    height: 48px;
    position: absolute;
    top: -50px;
    right: 0px;
    left: 0px;
    margin: auto;
    display: block;
}


.news-sect-title span {
    letter-spacing: 2px;
    z-index: 20;
}

.news-sect-title span p {
    background: linear-gradient(to right, #D71A18, #FF9326);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}


.news-list .box {
    background: #fff;
    border: 1px solid #D3D3D3;
    border-radius: 0px;
}

.news-list .box:hover {
    border-color: #D71A18;
}

.news-list .date {
    background: #FF8000;
    color: #fff;
    border-radius: 0;
    left: -1px;
}

.news-list .box:hover .date {
    background: #D71A18;
}

.news-list .date b {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.news-list .name:after {
    background: #F2B04F;
}


.news-list .name {
    color: #333;
}

.news-list .box:hover .name {
    color: #000;
}

.sect2 {
    padding: 40px 0 20px;
}








/*----- about ----*/

.about-box .col.col1 {
    line-height: 170px;
    background: url('../../../../images/common/color_red/index/ab-bg.png')top no-repeat;
    width: 25%;
}

.about-box .col.col1:before {}

.sect1 .container {}

.sect1 .about-box {}

.sect1 {
    padding: 60px 0;
}

.about-box .title {
    color: #fff;
    letter-spacing: 2px;
}

.about-box .title:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 26px;
    height: 1px;
    top: 115px;
    margin-left: -95px;
}

.about-box .text {
    color: #000;
    max-width: 1000px;
    margin-top: 45px;
}

.about-box:before {
    content: '';
    width: 1144px;
    height: 255px;
    display: block;
    right: 0px;
    top: 30px;
    position: absolute;
    border: 1px solid #AF0000;
}

section .about-box .more {
    border: 1px solid #fff;
    color: #fff;
    width: 139px;
    height: 30px;
    border-radius: 0px;
    line-height: 30px;
    font-weight: normal;
    bottom: 70px;
    left: 80px;
}
section .about-box .more span{
    font-size: 13px;
}
section .about-box .more:hover {
    background: #F48700;
    border-color: #F48700;
}








/*------------ products ------------*/

.sect3 .title.br {
    background: linear-gradient(to right, #D71A18, #FF9326);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    padding-top: 6px;
}

.products-list {
    padding: 0px 60px 80px;
}

.products-sect {
    padding-bottom: 130px;
}

.products-sect .title:after {
    background: url('../../../../images/common/color_red/index/pd-be.png')top no-repeat;
    width: 135px;
    height: 75px;
    top: 0px;
    z-index: -1;
}

.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_red/products/new.png)no-repeat;
    width: 60px;
    height: 25px;
    left: 5px;
}

.products-list li a {
    max-width: 100%;
}

.products-list li:hover a {
    color: #FF6665;
}

.products-list .pic-box span {
    font-family: 'Oswald';
    color: #000;
    border: #858585 1px solid;
    background: #fff;
    line-height: 32px;
}

.products-list li:hover .pic-box span {}

.products-list .pic {
    border-radius: 0px;
    max-width: 100%;
}

.products-list li:hover .pic {
    border-radius: 0px;
}

.products-list .pic:before {
    content: "";
    background: -moz-linear-gradient(45deg, rgba(215, 40, 23, 1) 0%, rgba(215, 40, 23, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(215, 40, 23, 1) 0%, rgba(215, 40, 23, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(215, 40, 23, 1) 0%, rgba(215, 40, 23, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list li:hover .pic:before {
    opacity: 1;
}

.products-list .text {
    padding: 0;
    max-width: 100%;
    padding: 5px 0;
}

.products-list .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_red/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;
    width: 191px;
    height: 35px;
    border-radius: 0px;
    line-height: 35px;
    text-indent: inherit;
    transition: all .3s;
    background: #f89e32;
    background: -moz-linear-gradient(left, #f89e32 3%, #d72817 94%);
    background: -webkit-linear-gradient(left, #f89e32 3%, #d72817 94%);
    background: linear-gradient(to right, #f89e32 3%, #d72817 94%);
}

.sect3 .more:hover {
    background: #D72817 !important;
    letter-spacing: 6px;
    transition: all .3s;
}








/* 上下左右 */

.sect3 .border-style-box span {
    background: url(../../../../images/common/color_red/index/pd.png);
}

.sect3 .border-style-box .right-bottom {
    background-image: url(../../../../images/common/color_red/index/pd-2.png);
}








/*------------ ad ------------*/

.sect4 {
    background: url(../../../../images/common/color_red/index/service-bg.jpg)bottom no-repeat;
    padding-bottom: 80px;
}

.sect4 .title:before {
    background: url(../../../../images/common/color_red/index/service-ix.png)no-repeat;
    width: 57px;
    display: none;
}

.sect4 .title {
    background: linear-gradient(to right, #D71A18, #FF9326);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 15px;
}

.sect4 .editor {
    color: #000;
}

.sect4 .more:hover {
    background: #83CBE2;
}

.sect4 .container {
    max-width: 730px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.26);
}








/* album */

.sect5 {
    margin-top: 0;
    padding-top: 90px;
    margin-bottom: 0;
}

.sect5 .title.br {
    padding: 0px;
    margin-bottom: 15px;
}

.album-sect .txt {
    background: rgba(255, 255, 255, 0.79);
    color: #111;
    padding-bottom: 0;
}

.sect5 .title p:before {
    content: '';
    background: #BD1515;
    width: 1px;
    height: 48px;
    position: absolute;
    top: -50px;
    right: 0px;
    left: 0px;
    margin: auto;
}

.sect5 .title p {
    margin: 10px 0px;
    background: linear-gradient(to right, #D71A18, #FF9326);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.album-sect li:hover .txt {
    transition: all .3s;
    background: rgba(232, 0, 0, 0.7);
    color: #fff;
}

.album-sect .txt:after {
    background: #C32023;
}

.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: -20px 0 0;
        padding: 20px;
        height: auto;
        border: 1px solid #c10000;
        padding-top: 40px;
    }
    .banner .slick-prev,
    .banner .slick-next {
        display: none !important;
    }
    .products-list {
        margin: 20px;
        padding: 20px 50px 40px;
    }
    .about-box .col.col1 {
        line-height: 100px;
        width: 100%;
        height: 160px;
    }
    .about-box:before {
        display: none;
    }
    .about-box .title:after {
        top: 70px;
    }
    section .about-box .more {
        position: relative;
        bottom: 0px;
        right: 0;
        top: -30px;
        left: 0;
    }
    .title.br {
        padding: 18px 0;
        /* margin: 0; */
    }
    .sect5 {
        padding: 85px 0 5px;
    }
    .sect3 .title.br {
        margin-bottom: 20px;
        padding-top: 15px;
    }
    .products-sect .title:after {
        /* margin: 15px auto; */
    }

    .album-sect .txt {
        /* padding: 14px; */
    }
    .album-sect .name {
        height: 25px;
    }
    .sect4 .editor {
        padding: 0 20px 20px;
    }
    .about-box .col.col1:before {
        width: 199px;
        height: 110px;
        left: 0px;
        right: 0px;
        margin: auto;
        top: -65px;
    }
    .sect1 {
        padding: 40px 0;
    }
    .title.br{
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sect4 .container{
        margin:0 20px;
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {

   
}