@import url(reset.css);

.warp {
    width: 1200px;
    margin: 0 auto;
}

.g-hd {
    height: 350px;
    background-image: url(base_2.jpg);
}

.g-hd-logo {
    text-align: center;
    padding: 95px 0 0;
    margin: 0 auto;
}

.g-nav {
    font-size: 0;
    text-align: center;
    background-color: #ee1d24;
}

.g-nav .item {
    width: 16.6%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}

.g-nav .item a {
    color: #ffffff;
}

.g-ft {
    text-align: center;
    font-size: 14px;
    color: #666666;
    background-color: #f1f1f1;
    border-top: solid 4px #c12125;
    height: 52px;
    line-height: 52px;
}

@media screen and (max-width: 600px) {

    .warp {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.35rem;
    }

    .g-mn {
        padding: 0 0.35rem 20px;
    }

    .g-hd {
        display: flex;
        align-items: center;
        height: 200px;
    }

    .g-hd-logo .logo {
        display: none;
    }

    .g-hd-logo .phone-logo {
        display: inline-block;
        width: 80%;
        margin: 0 auto;
    }

    .g-hd-logo {
        padding: 0;
        width: 100%;
    }

    .g-nav {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .g-nav .item {
        width: 33.3%;
        height: 48px;
        line-height: 48px;
    }

    .g-ft {
        line-height: 22px;
        height: auto;
        padding: 7px 0;
    }

    .g-ft span {
        display: inline-block;
    }
} 
}


