    .about-box {
        background: #EEEEEE;
        max-width: 1820px;
        margin: 0 auto;
        padding: 60px 0 70px 0;
        text-align: center;
    }
    
    .about-box .title {
        font-size: 23px;
        color: #585858;
        margin-bottom: 25px;
    }
    
    .about-box .title:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 20px;
        height: 5px;
        margin-top: 10px;
        background: #585858;
    }
    
    .about-box .slogan {
        color: #004D92;
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 35px;
    }
    
    .about-box .btn-box {
        margin-top: 30px;
    }
    /****************************/
    
    .news-box {
        padding: 65px 0 75px 0;
    }
    
    .news-box .news-list .item {
        width: 25%;
        margin-bottom: 0;
    }
    
    .news-box .title {
        font-size: 23px;
        color: #585858;
        padding-bottom: 5px;
        border-bottom: 2px solid #DDDDDD;
        position: relative;
        margin-bottom: 25px;
    }
    
    .news-box .title:after {
        content: "";
        display: block;
        width: 196px;
        height: 2px;
        background: #079642;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
    
    .news-box .title .more {
        width: 30px;
        height: 30px;
        background: url('../images/more.png');
        background-position: 0 0;
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
    }
    
    .news-box .title .more:hover {
        background-position: -30px 0;
    }
    
    .news-box .news-list {
        max-width: 1500px;
        padding: 0 30px;
        margin: 0 auto;
    }
    
    .news-box .news-list .item + .item:after {
        display: none;
    }
    /****************************/
    
    .product-box {
        background: url('../images/index/bg.jpg') no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 60px 0 105px 0;
        margin-bottom: 3px;
    }
    
    .product-box .title {
        color: #FFFFFF;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        text-shadow: 0 3px 3px rgba(0, 0, 0, .8);
        margin-bottom: 45px;
    }
    
    .product-box .title:after {
        content: "";
        display: block;
        margin: 0 auto;
        background: #fff;
        width: 20px;
        height: 5px;
        margin-top: 10px;
        -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .8);
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .8);
        box-shadow: 0 3px 3px rgba(0, 0, 0, .8);
    }
    
    .product-box .container {
        max-width: 1170px;
        margin: 0 auto;
    }
    
    .product-box .products-list .pic {
        margin-bottom: 10px;
    }
    
    .product-box .products-list {
        margin: 0 -15px;
        max-width: 100%;
    }
    
    .product-box .products-list .item {
        padding: 0 15px;
        margin-bottom: 0px;
    }
    
    .products-list .slick-prev,
    .products-list .slick-next {
        background: url('../images/arrow_style02.png');
        background-position: 0 0;
        width: 70px;
        height: 70px;
        position: absolute;
        top: 50%;
        left: -110px;
        border: 0;
        text-indent: -9999px;
        z-index: 300;
        margin-top: -35px;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    
    .products-list .slick-next {
        background-position: -70px 0;
        left: auto;
        right: -110px;
    }
    
    .products-list button:hover:hover {
        opacity: .8;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    /****************************/
    
    @media screen and (max-width: 1440px) {
        .products-list .slick-prev {
            left: -50px;
        }
        .products-list .slick-next {
            right: -50px;
        }
        .product-box .products-list {
            margin: 0 auto;
        }
        .news-box .news-list .item {
            padding: 0 20px;
        }
    }
    
    @media screen and (max-width: 1280px) {
        .products-list .slick-prev,
        .products-list .slick-next {
            left: 0px;
            background: #000 url('../images/arrow_style02.png');
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }
        .products-list .slick-next {
            background-position: -70px 0;
            left: auto;
            right: 0;
        }
    }
    
    @media screen and (max-width: 960px) {
        .news-box .news-list .item {
            width: 50%;
            margin-bottom: 30px;
        }
    }
    
    @media screen and (max-width: 600px) {
        .product-box .products-list .item {
            float: left;
        }
        .news-box .news-list .item {
            width: 100%;
            max-width: 100%;
            padding-bottom: 40px;
            border-bottom: 1px dashed #ddd;
            margin-bottom: 20px;
        }
    }
    
    @media screen and (max-width: 450px) {
        .products-list .slick-prev,
        .products-list .slick-next {
            transform: scale(0.75);
            -webkit-transform: scale(0.75);
        }
    }
