@charset "UTF-8";
/*--页面顶部--*/
.max_w {max-width:85px;overflow:hidden;display:block;float:left;height:20px;margin-left:8px}
.x_top {
	width: 100%;
	height: 135px;
	background-image: url(../../../images/top/top_bg.png);
	background-repeat: repeat-x;
}

.sec_top {
	width: 100%;
	height: 97px;
	background-image: url(../../../images/top/top_bg.png);
	background-repeat: repeat-x;
}

.x_flow {
	width: 1205px;
}

.x_all {
	margin: 0px auto;
}

.top_left_logo {
	background-image: url(../../../images/top/logo_index.png);
	background-repeat: no-repeat;
	width: 390px;
	height: 93px;
	margin-top:20px;
	
}

.sec_top_left_logo {
	background-image: url(../../../images/top/logo_sec.png);
	background-repeat: no-repeat;
	width: 267px;
	height: 75px;
	margin-top: 10px;
}

img {
	max-width: 100%;
	width: auto\9;
}

.topright {
	border-radius: 20px;
	opacity: 0.2;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20 );
	background: #000;
	min-width: 350px;
	height: 35px;
	text-align: center;
	position: absolute;
	z-index: 19;
}

.topright01 {
	padding-left: 10px;
    min-width: 350px;
	z-index: 20;
	position: absolute;
}

.topright02 {
	height: 35px;
}

.topright01 a,.topright02 a {
	color: #FFF;
}

.ele-logined {
	display: none;
}

.dropdown-menu {
	min-width: 110px;
}

.u-nav2 {
	line-height: 14px;
	padding: 0;
}

.u-nav2 .li {
	margin: 11px 0px;
	padding: 0px 6px;
}

.u-nav3 {
	line-height: 14px;
	padding: 0;
}

.u-nav3 .li {
	margin: 11px 0px;
	padding: 0px 10px;
}

.top-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	padding: 0;
	text-align: left;
	list-style: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 4px solid #999;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	width: 265px;
}

.top-menu-head {
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
}

.top-menu-head p {
	float: right;
}

.top-menu-head a span {
	color: #fff;
}

.top-menu-main {
	border-top: 1px dashed #ddd;
}

.top-menu-main-right {
	float: right;
}

.top-menu li a {
	padding: 8px 15px;
}

a:focus {
	outline: none;
}