@charset "utf-8";
/* CSS Document */

/*nav二级菜单*/
.header{
    height: 50px;
    background: #222323;
}
.header .nav{
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 111;
}
.header .nav li{
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.header .nav li a{
    color: #fff;
}
.header .nav li .joinus{
	color:#fffc00;
	}
.header .nav li .publication{
    color:#fffc00;
    }
.header .nav .current{
	width: 150px;
	}
.header .nav li .second-nav{
    width: 150px;
    display: none;
    position: relative;
}
.header .nav li .second-nav li{
    position: relative;
    font-size: 14px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #222323;
    border-top: 1px solid #393a3a;
}

.header .nav li:hover{
	background:#ee0a3b;
	}
.header .nav li .second-nav li:hover{
	background:#ee0a3b;

	}

 
