#logo_img{
	/* width: 100%; */
	max-width: 296px;
	/* border: 1px solid red; */
	/* margin-top: 20px; */
	/* margin-bottom: 5px; */
	/*margin-left: 150px;*/
	margin-left: 50px;
}

#myNav a{
	color: #000;
}
#myNav .animated:hover{
	color: #fff;
}


#myNav li.init_cate a.level1_a{
	color: #fff;
}
.has-child ul.level3_ul {
	left: 150px;
}
.parent .level2_a{
	display: inline;
}

/*@media only screen and (min-width: 480px){*/
@media only screen and (min-width: 768px){
	#myLogoLi{
		display: inline-block;
		/*width: 30%;*/
		width: 25%;
	}
	#myTopUl{
		height: 50px;
	}
	#denglu_div{
		position: absolute;
		top: 10px;
		right: 0px;
		width:150px;
		height: 30px;
		/*border: 1px solid red;*/
	}

	#myNav li.init_cate .dropdown-heading{
		color: #fff;
	}


	#myNav .menu-items li.level2_li{
		color: #000;
	}
	#myNav .menu-items li.level2_li .parent a{
		color: #000;
	}
	#myNav .menu-items li.level2_li:hover .parent a{
		color: #000;
	}
	#myNav .menu-items li.level2_li:hover .parent a:hover{
		color: #fff;
	}
	#myNav .menu-items li.level2_li a{
		color: #000;
	}
	#myNav .menu-items li.level2_li a:hover{
		color: #fff;
	}


	#myNav .init_cate a.main-links {
		background: #BD0B17;
		color: #fff;
	}

	#myNav .init_cate2 span.parent {
		background: #BD0B17;
		color: #fff;
	}
	#myNav .init_cate2 span.parent a{
		color: #fff;
	}
	#myNav .init_cate2 .level2_a2 {
		background: #BD0B17;
		color: #fff;
	}

	#myNav .init_cate3 a{
		color: #fff;
		background: #BD0B17;
		/*color: #BD0B17;*/
	}

}
#moblie_denglu_div{
	display: none;
}

@media only screen and (max-width: 768px){
	.main-links:hover, .dropdown-heading:hover {
		background: rgba(0, 0, 0, 0.15);
		color: #fff;
	}
	.main-links:hover, .dropdown-heading:hover a{
		color: #fff;
	}

	.red {
		background: #BD0B17;
		/* background: #fff; */
	}
	#logo_img {
		margin-left: 5px;
		/* width: 100%; */
		max-width: 285px;
		/* border: 1px solid red; */
		/* margin-top: 20px; */
		/* margin-bottom: 5px; */
		/* margin-left: 150px; */
		/* margin-left: 50px; */
		display: none;
	}
	#myLogoLi {
		display: inline-block;
		/* width: 30%; */
		width: 100%;
	}
	#myHomeA{
		width: 0px;
	}
	#denglu_div{
		display: none;
	}
	#moblie_denglu_div {
		position: absolute;
		display: block;
		top: 10px;
		right: 0px;
		width: 125px;
		height: 30px;
		/* border: 1px solid red; */
	}

	#myNav #moblie_denglu_div a{
		color: #fff;
	}

	#myNav .level1_li>a{
		/*color: #fff;*/
	}

	#myNav .init_cate2>a{
		color: #BD0B17;
		font-weight: bold;
	}

}
