﻿/*菜单_箭头,打开/关闭*/
.cd_jt_open {
	width: 50px;
	height: 40px;
	float: left;
	background: url(/pic/jiantou.png) no-repeat center center;
	background-size: 8px;
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg) translate(2px,-2px);
}
.cd_jt_close {
	width: 50px;
	height: 40px;
	float: left;
	background: url(/pic/jiantou.png) no-repeat center center;
	background-size: 8px;
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotate(-135deg) translate(2px,-2px)
}
/*顶部*/
.top_left {
	float: left;
	height: 50px;
	line-height: 50px;
	color: #ccc;
	font-size: 14px;
	padding: 0px 30px;
	border-left: 1px solid #2a2f32;
	position: relative;
	cursor: pointer;
}
	.top_left:hover {
		background: #2a2f32;
	}
.top_right {
	float: right;
	height: 50px;
	line-height: 50px;
	color: #ccc;
	font-size: 14px;
	padding: 0px 30px;
	border-right: 1px solid #2a2f32;
	position: relative;
	cursor:pointer;
}
	.top_right:hover {
		background: #2a2f32;
	}
.top_cd {
	display: none;
	position: absolute;
	width: 150px;
	height: auto;
	background: white;
	box-shadow: 0px 1px 2px #aaa;
	color: black;
	line-height:30px;
	padding:10px 0px;
}
.top_cd_text {
	width: 100%;
	line-height: 40px;
	padding-left:20px;
	box-sizing:border-box;
}
	.top_cd_text:hover {
		width: 100%;
		line-height: 40px;
		background: #f5f5f5;
	}
#menu a {
	color:white;
}
/*菜单,顶部伸缩按钮*/
.menu_top_close {
	float: left;
	width: 100%;
	height: 30px;
	background: #4a5064 url(/pic/ht_0_1.png) no-repeat;
	background-size: 20px;
	background-position: center center;
}
.menu_top_open {
	float: left;
	width: 100%;
	height: 30px;
	background: #4a5064 url(/pic/ht_0_0.png) no-repeat;
	background-size: 20px;
	background-position: center center;
}
/*菜单*/
.menu_cd {
	float: left;
	width: 180px;
	line-height: 40px;
	height: 40px;
	background: #42485b;
	overflow:hidden;
}
	.menu_cd:hover {
		float: left;
		width: 180px;
		line-height: 40px;
		height: 40px;
		background: #00c1de;
	}
/*子菜单*/
.menu_zcd {
	float: left;
	width: 100%;
	line-height: 40px;
	height: 40px;
}
.menu_zcd.show {
}
.menu_zcd.hide {
	display:none;
}
	.menu_zcd:hover {
		float: left;
		line-height: 40px;
		height: 40px;
		background: #4a5064;
	}
	.menu_zcd label {
		cursor:pointer;
		-webkit-transition:none;
	}
	/*子菜单_图片*/
	.menu_zcd_tp {
		float: left;
		width: 50px;
		height: 40px;
	}
