.sub_banner {
    position: relative;
    overflow: hidden
}

.sub_banner img {
    max-width: 100%;
    width: 100%
}

.sub_banner .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle
}

.sub_banner .box .text {
    display: inline-block
}

.sub_banner .box .text h2 {
    font-size: calc(1rem + 3vw);
    color: white;
    font-family: "futuraB";
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}

.sub_banner .box .text p {
    font-size: 18px;
    color: white;
    font-family: "futuraBT";
    max-width: 620px;
    display: inline-block
}

.sub_banner .box:before {
    content: '';
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: middle
}

#page_news .list_box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    transform: translateY(40px);
    margin-bottom: 50px;
}

#page_news .list_box ul li {
    width: calc(33.33% - 20px);
    margin-left: 2%;
    cursor: pointer;
    text-align: center;
    float: left
}

#page_news .list_box ul li .img {
    position: relative
}

#page_news .list_box ul li .img em {
    display: inline-block;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #333333
}

#page_news .list_box ul li .img em i {
    color: white
}

#page_news .list_box ul li .img:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    content: '';
    background-color: rgba(136, 201, 86, 0.9);
    background-image: url(../image/new_link.png);
    background-repeat: no-repeat;
    background-position: center center
}

#page_news .list_box ul li span {
    font-size: 14px;
    color: #727272;
    display: inline-block;
    padding: 10px 0;
    font-family: futuraR
}

#page_news .list_box ul li h3 {
    font-size: 24px;
    font-family: futuraR;
    color: #282828;
    margin: 0;
    padding: 0 0 25px 0
}

#page_news .list_box ul li:nth-child(3n+1) {
    margin-left: 0
}

#page_news .list_box ul li:hover .img:after {
    opacity: 1
}

#page_news .list_box ul li:hover h3 {
    color: #88c956
}

#page_news .list_box_bg {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8)
}

#page_news .list_box_bg ul {
    display: table;
    margin: 0 auto;
    position: relative
}

#page_news .list_box_bg ul .closed {
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #666;
    background-color: white
}

#page_news .list_box_bg li {
    display: none
}

#page_news .list_box_bg li.action {
    display: block
}

#page_news .list_box_bg li.action img {
    max-width: 100%
}

#page_news .list_box_bg:before {
    content: '';
    width: auto;
    height: 26%;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

@media (min-width: 320px) and (max-width: 767px) {
    .sub_banner img {
        max-width: 200%;
        width: 200%;
        margin-left: -50%
    }

    .sub_banner .box .text p {
        font-size: 12px;
        max-width: 450px
    }

    .sub_banner .box:before {
        height: 110%
    }

    #page_news .list_box ul {
        transform: translateY(-10px)
    }

    #page_news .list_box_bg {
        padding: 20px;
        box-sizing: border-box
    }

    #page_news .list_box ul li {
        width: 100%;
        margin-left: 0
    }

    #page_news .list_box_bg ul .closed {
        top: -15px;
        right: -12px;
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 25px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .sub_banner img {
        max-width: 120%;
        width: 120%;
        margin-left: -10%
    }

    .sub_banner .box .text p {
        font-size: 14px;
        max-width: 450px
    }

    .sub_banner .box:before {
        height: 123%
    }

    #page_news .list_box ul {
        transform: translateY(-17px)
    }

    #page_news .list_box_bg {
        padding: 35px;
        box-sizing: border-box
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .sub_banner img {
        max-width: 120%;
        width: 120%;
        margin-left: -10%
    }

    .sub_banner .box .text p {
        font-size: 14px;
        max-width: 450px
    }

    .sub_banner .box:before {
        height: 123%
    }

    #page_news .list_box ul {
        transform: translateY(-17px)
    }

    #page_news .list_box_bg {
        padding: 35px;
        box-sizing: border-box
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .sub_banner .box .text p {
        font-size: 14px;
        max-width: 450px
    }

    .sub_banner .box:before {
        height: 123%
    }
}

/*# sourceMappingURL=new.css.map */