.banner img{
    width:100%;
    height:380px;
}
.nav_list{
    background-color: #cd0e14;
    height:128px;
    padding:0px 66px 0px 38px;
    box-sizing: border-box;
    margin:6px 0px;
}
.ulList>a{
    width:70px;
    height:60px;
    line-height: 66px;
    text-align: center;
    font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
    margin-left:28px;
    border-bottom:2px solid #cd0e14;
    cursor: pointer;
}
.ulList>a{
    color: #ffffff;
}
.ulList>.actline{
    border-bottom:2px solid #fff;
}
