.head {
	width: 100%;
	height: 50px;
	background-color: #313131;
}

.head-title {
	width: 1180px;
	height: 50px;
	margin: auto;
}

.head-title-test {
	font-size: 15px;
	color: #ffffff;
}

.head-title-bg {
	width: 168px;
	height: 50px;
	float: left;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

ul.dropdown {
	width: 1180px;
	height: 50px;
	margin: auto;
}

ul.dropdown li {
	font-weight: 700;
	float: left;
	width: 10%;
	position: relative;
}

ul.dropdown a:hover {
	color: #000
}

ul.dropdown li a {
	display: block;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2000;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
	font-size: 15px;
	color: #ffffff;
}

ul.dropdown li span {
	display: block;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2000;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
	width: 168px;
	font-size: 15px;
	color: #ffffff;
}

ul.dropdown li a:hover,
ul.dropdown li a.hover {
	/*background: #3498db;*/
	position: relative;
	color: #747474;
}

#color {
	color: #747474;
}


/*ul.dropdown ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 168px;
	z-index: 1000
}

ul.dropdown ul li {
	font-weight: 400;
	background: #f6f6f6;
	color: #000;
	border-bottom: 1px solid #ccc;
	width: 100%;
}*/

ul.dropdown ul li a {
	display: block;
    color: #555;
	background: #eee!important;
    font-weight: 700;
    line-height: 60px;
    height: auto;
}

ul.dropdown ul li a:hover {
	display: block;
	/*background: #3498db!important;*/
	/*color: #fff!important;*/
	width: 100%;
}

.drop>a {
	position: relative
}

.drop>a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 40%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	z-index: 999
}

.drop>a:hover:after {
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

#advertising_li {
    line-height: 60px;
    width: 100%;
    display: inline-block;
    float: none;
    font-size: 15px;
    background: #eee;
    font-weight: 100;
}

#advertising_li a{
	font-weight: 100;
}

.submenu {
	background-color: #EBEBEB;
	position: fixed;
	width: 100%;
	display: none;
	height: auto;
	overflow: hidden;
	left: 0;
	z-index: 98;
}

.advertising {
    width: 1180px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 98;
    height: auto;
    cursor: pointer;
}

.none {
	display: none;
}

.block {
	display: block;
}

.demoddd {
	top: 0px;
}

.head-advertising {
	height: 20px;
	background-color: #444444;
}