@charset "utf-8";

/* CSS Document */

.Containsp{
	background:url(/cn/uploadfiles/image/banner/beijin.jpg) no-repeat;

}
.banimg {
text-align:center;
}
.cscnav{
    width: 18%;
    font-size: 14px;
    margin-top:10px;
    float:left;
   
}

.cscnav ul li:first-child{
    line-height: 42px;
    background: #b61c22;
    color: #fff;
    font-size: 16px;
}

.cscnav ul li{
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.cscnav ul li a{
    width: 100%;
    line-height:42px;
    display:block;
    text-decoration: none;
    outline:none;
    color: #646464;
}
.cscnav ul li a:hover
{
    background: #dadbdd;
    }

.cscnav ul .active{
    background: #dadbdd;
    color:#c00
    
}
.cscnav ul .active a{
    color:#c00!important;
}

.cscnavd {
    width:1200px;
    height: 42px;
    
}
.cscnavd ul
{
   text-align:center; 
    list-style:none;
    margin-left:100px;
    padding:0;
   
   
}
.cscnavd ul li
{
    width:100px;
    height: 42px;
    font-size: 16px;
    line-height:42px;
    float:left;
}
.cscnavd ul li a{
    height: 100%;
   
    display:block;
    text-decoration: none;
    text-align:center;
    outline:none;
    color: #646464;
}

.cscnavd ul .active{
    background: #dadbdd;
    color:#c00
    
}
.cscnavd ul .active a{
    color:#c00!important;
}
.cscnavd ul li a:hover
{
    background: #dadbdd;
    }