.toptu{
    background: url(../images/toaudbau.png) top center no-repeat;
    height: 429px;
}

.top_container{
    width: 1603px;
    margin: 0 auto;
}

.toptufw{
    display: flex;
    justify-content: space-between;
}

.swdx{
    display: inline-block;
    margin-top: 28px;
}

.topfw{
    width: 20%;
    display: flex;
    justify-content: space-between;
    margin-top: 54px;
}

.topfw li img{
    vertical-align: sub;
    margin-right: 5px;
}

.topfw li i,
.topfw li a{
    font-size: 14px;
    color: #FFFFFF;
}

.topfw li i{
    margin: 0 6px;
}

.container{
    width: 1200px;
    margin: 0 auto;
}

.topdh{
    background-color: #FFFFFF;
    border-bottom: 1px solid #CA1C1D;
}

.top_nav{
    display: flex;
    justify-content: space-between;
}

.top_nav>li:first-child{
    width: 7%;
}

.top_nav>li{
    width: 9%;
    position: relative;
}

.top_nav>li a{
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 22px 0;
}

.top_nav>li a:hover,
.top_nav>li a.on{
    padding: 22px 0 17px;
    border-bottom: 5px solid #CA1C1D;
    color: #BF363C;
}

.top_nav>li ul{
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #fff;
	z-index: 111;
}

.top_nav>li ul li a{
    padding: 10px 0;
}

.top_nav>li ul li a:hover{
    padding:10px 0;
    border-bottom:none;
    color: #BF363C;
}

.top_nav>li:hover ul{
    display: block;
}


/* 底部 */

.foot_nav{
    background: #FFEBED;
}

.bot_nav{
    display: flex;
    justify-content: space-between;
    padding: 21px 0;
}

.bot_nav li{
    position: relative;
}

.bot_nav li a{
    font-size: 16px;
    color: #B40009;
}

.bot_nav li a img{
    vertical-align: middle;
    margin-left: 5px;
}

.foot_fw{
    background: #B40009;
    padding: 30px 0;
}

.bot_fw{
    text-align: center;
    position: relative;
}

.bot_zi p{
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.bot_zi p:last-child{
    margin-bottom: 0;
}

.bot_fw img{
    position: absolute;
    top: 25%;
    right: 27%;
}

.select_ul{
    display: none;
    z-index: 1;
    position: absolute;
    left: -10%;
    width: 180%;
    height: 200px;
    overflow-y: auto;
    background-color: #FFEBED;
}

.select_ul li{
    padding:10px;
}

.select_ul li a{
    color: #B40009;
}

.select_ul li:hover{
    background-color: #fff;
}


.bot_nav li:hover .select_ul{
    display: block;
}

@media screen and (max-width:768px) {
    .top_container,
    .container{
        width: 100%;
    }

    .container{
        padding: 0 10px;
    }

    .toptufw,
    .top_nav,
    .bot_nav{
        flex-wrap: wrap;
    }

    .topfw{
        display:none;
    }

    .toptu{
        height: 229px;
        background-size: 260% 100%;
    }

    .swdx{
        margin-top: 10px;
    }

    .swdx img{
        width: 80%;
    }

    .top_nav>li:first-child,
    .top_nav>li{
        width: 24%;
    }
	
	.top_nav>li a{
		padding:10px 0;
	}
	
	.top_nav>li a:hover, 
	.top_nav>li a.on{
		padding:10px 0 7px;
	}
	
	.top_nav>li ul{
		top:48px;
	}

    .bot_nav{
        padding: 0 30px;
    }

    .bot_nav>li{
        width: 45%;
        margin-bottom: 10px;
    }
	
    .select_ul{
        width: 100%;
    }
    .bot_fw img{
        position: static;
        margin-top: 10px;
    }
}

.wzazzms .top_container,
.wzazzms .container,
.wzazzms .swdx img{
	width:100% !important;
}

.wzazzms .swdx,
.wzazzms .topfw{
	width:45%;
}

.wzazzms .topfw li i, 
.wzazzms .topfw li a{
	font-size:28px;
}

.wzazzms .top_nav>li a{
	font-size:38px;
}

.wzazzms .top_nav>li ul{
	top:145px;
	z-index: 111;
}

.wzazzms .bot_nav li a,
.wzazzms .bot_zi p{
	font-size:34px;
}

.wzazzms .select_ul{
	left: 0;
	width: 100%;
}

.wzazzms .bot_fw img{
	position: static;
	width: 8%;
	margin-top:20px;
}
