.top {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-color: #F5F5F5;
}

.top-container {
	width: 1200px;
	height: 35px;
	margin: 0 auto;
	background-color: #F5F5F5;
}

.top-container a {
	color: #3C3C3C;
	font-size:12px;
	text-decoration: none;
}

.tc-left {
	width: 425px;
	float: left;
}

.tc-left li {
	float: left;
	margin-left: 35px;
}

.tc-left li.first {
	margin-left: 0;
}

.tc-left li a {
	font-size: 12px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
}

.tc-left li a:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity =     70);
	opacity: 0.7;
}

.tc-right {
	float: right;
}

.tc-right li {
	float: left;
	padding-left: 35px !important;
	color: #818181;
	position: relative;
	z-index: 20;
}

.tc-right li a {
	font-size: 12px !important;
}

.tc-right img {
	vertical-align: middle;
	margin-left: 5px;
}

.arrowxia-new {
	background: #fff;
	position: absolute;
	left: 9px;
	top: 35px;
	width: 106px;
	display: none;
	z-index: 9999;
	background: #fff;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	_box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	_border: 1px solid #fff;
	padding: 1px;
	padding-top: 5px;
}

.arrowxia-new a {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	width: 100%;
	color: #444;
	text-align: center;
}

.arrowxia-new a:hover {
	background: #e5e5e5;
	text-decoration: none;
	color: #fe4343;
	-webkit-opacity: 1 !important;
	-moz-opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity =     100) !important;
	opacity: 1 !important;
}

#mylname_menu a {
	border-bottom : 1px solid #e5e5e5;
}

.biad_sj_i {
	position: absolute;
	display: inline-block;
	width: 9px;
	height: 4px;
	background: url(../img/topnav/shangjiantou.png) no-repeat;
	z-index: 9999;
	top: -4px;
	left: 48px;
}

/******************/
.email-tip {
	width: 100%;
	height: 42px;
	line-height: 42px;
	background-color: #fffbde;
	border-bottom: 2px solid #e7e7e7;
}

.email-tip-container {
	width: 1200px;
	height: 42px;
	margin: 0 auto;
	background-color: #fffbde;
}

.email-tip-container span {
	display: block;
	float: left;
	padding-left: 328px;
	font-size: 12px;
}