﻿

    .banner {
        width: 100%;
        height: 600px;
        background: url(../image/info_bg.png) no-repeat center center;
        background-size: cover;
    }


    .banner .info {
        padding-top: 75px;
        padding-left: 63px;
    }

    .banner .info .title {
        height: 51px;
        line-height: 51px;
        font-size: 52px;
        font-weight: bold;
        color: #333333;
    }

    .banner .info .child {
        margin-top: 81px;
    }

    .banner .info .child ul li {
        font-size: 20px;
        color: #333333;
        line-height: 60px;
    }


    .honor {
        /*width: 1560px;*/
        text-align: center;
        padding-top: 44px;
    }

    .honor .list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .honor .list .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 339px;
        height: 506px;
        background: #ffffff;
        border: 1px solid #EEEEEE;
        border-radius: 4px;
        margin-bottom: 32px;
        margin-right: 67px;
    }

    .honor .list .item:nth-child(4n+4) {
        margin-right: 0;
    }

    .honor .list .item .pic {
        padding: 10px 15px;
    }

    .honor .list .item .title {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        background: #EEEEEE;
        line-height: 16px;
        font-size: 16px;
        color: #666666;
    }

@media (min-width: 1200px) {
    .banner{
        width: 100%;
        height: 0;
        padding-bottom: 31.25%;
    }
    .menu{
        width: 85%;
        margin: -66px auto 0;
    }
    .menu a{
        width: 14.28%;
    }
    .honor .list .item{
        width: 22%;
        height: auto;
        margin-right: 4%;
    }
    .honor .list .item .pic img{
        width:100%;
    }

    .banner .info .title{
        font-size: 35px;
    }
    .banner .info .child {
        margin-top: 50px;
    }
    .banner .info .child ul li{
        font-size: 14px;
    }
}

@media (min-width: 1600px) {
    .banner .info .title{
        font-size: 43px;
    }
    .banner .info .child {
        margin-top: 70px;
    }
    .banner .info .child ul li{
        font-size: 17px;
    }
}
@media (min-width: 1600px) {
    .banner .info .title{
        font-size: 52px;
    }
    .banner .info .child {
        margin-top: 81px;
    }
    .banner .info .child ul li{
        font-size: 20px;
    }
}
