.w_end {
    background: #53041e;
    width:100%; 
    height:220px;
    color: #FFF;
    float: left;
}

.w_end_c {
    margin: 0px auto;
    width: 960px;
    height: 70px;
    text-align: left;
    color: rgb(255, 255, 255);
    line-height: 24px;
    padding-top: 10px;
}

.w_end_c a:link {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-decoration: none;
}

.w_end_c a:visited {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-decoration: none;
}

.w_end_c a:hover {
    color: rgb(252, 200, 0);
    font-size: 12px;
    text-decoration: none;
}

.w_end_c a:active {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-decoration: none;
}

/* CW新增11.14 */
.foot-link{
	background-color: #720429;
	width: 100%;
	height: 80px;
}
.foot-link2>ul{
	list-style: none;
}
.foot-link2>ul>li{
	float: left;
	margin-left: 20px;
}
.foot-link2>ul>li>a{
	color: #FFF;
	line-height: 80px;
}

@media screen and (max-width:1160px) {
    .w_end {
        background: #53041e;
        width: 100%;
        height: 220px;
        color: #FFF;
        float: left;
    }
    .w_end_c {
        margin: 0px auto;
        width: 900px;
        height: 70px;
        text-align: left;
        color: rgb(255, 255, 255);
        line-height: 24px;
        padding-top: 10px;
    }
    .w_end_c a:link {
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-decoration: none;
    }
    .w_end_c a:visited {
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-decoration: none;
    }
    .w_end_c a:hover {
        color: rgb(252, 200, 0);
        font-size: 12px;
        text-decoration: none;
    }
    .w_end_c a:active {
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-decoration: none;
    }
}
