@import url(/Other/ztwz/DFS/template/103/images/reset.css);

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

.g-hd {
    height: 350px;
    background-image: url(/DFS/template/103/images/base_2.jpg);
    display: flex;
    align-items: center;
}

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

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

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

.g-nav .item a {
    color: #ffffff;
}
.g-nav .item:nth-of-type(1){
    text-align: left;
    width: 15%;
}
.g-nav .item:nth-of-type(5){
    text-align: right;
    width: 15%;
}
.g-ft {
    text-align: center;
    font-size: 14px;
    color: #666666;
    background-color: #f1f1f1;
    border-top: solid 4px #c12125;
    height: 52px;
    line-height: 52px;
}
.mn-partly-2 img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1200px) {
    .g-hd-logo img{
        width: 95%;
        padding: 20px 0;
    }
    .warp{
        width: 98%;
    }
    .g-hd{
        height: auto;
    }
}
@media screen and (max-width: 800px) {
    .g-hd-logo{
        margin-top: 15px;
    }
    .g-hd{
        height: auto;
    }
}
@media screen and (max-width: 620px) {
    .g-nav .item:nth-of-type(1),
    .g-nav .item,
    .g-nav .item:nth-of-type(5){
        width: 20% !important;
    }
    .g-hd-logo img{
        margin-top: 0px !important;
    }
    .g-nav .item a{
        white-space: nowrap;
        font-size: 16px;
    }
    .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;
    }
   


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

    .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;
    }
} 

@media screen and (max-width: 400px){
	.g-hd-logo img{
		width: 97%;
	}
	.g-hd{
		height: auto;
	}
	.g-nav .item a{
		font-size: 14px;
	}
}
