.daohang {
	margin: 0 auto;
	line-height: 85px;
	/*margin-left: 55PX;*/
}


/* general styles */

.menu,
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu>li {
	/*width: 145px;*/
	padding: 0 30px;
	text-align: center;
	display: block;
	float: left;
	/*margin-right: 55px;*/
}

/*.menu li:last-child {
	margin-right: 0px;

}*/

.menu .menu_title {
	color: #EA595F;
	display: block;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.menu li:hover .menu_title {
	transition-delay: 0.4s;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.menu li:hover .menu_title:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.menu li.on:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}


/* onhover styles */


/* submenu styles */

.submenu {
	width: 580px;
	height: 0;
	background-color: #f5f5f5;;
	position: absolute;
	right: 0;
	overflow: hidden;
	transition: all .5s;
	z-index: 999;
}
/*.menu li:nth-child(2) .submenu,.menu li:nth-child(3) .submenu,.menu li:nth-child(4) .submenu{
	right: auto;
}*/
.submenu-list{
	width: 180px;
	line-height: normal;
	padding: 20px;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #d3d3d3;
}
.pro-title{
	 margin: 20px 0;
}
.pro-title a{
	font-size: 18px;
    color: #0663a4;
   
}
.pro-list1{
	margin: 15px 0;
}
.pro-list a{
	color: #666666;
  
}
.menu li:hover .submenu{
	height: 350px;
	transition: all .5s;
}
.submenu-list:last-child{
	width: 350px;
	margin-top: 30px;
		float: right;
	/*margin-right: 30px;*/
}
.submenu-list:last-child img{
	width: 100%;
}
