/**
 * 头部导航的样式
 */
/*.wap_header {
	height : 45px;
	background : #df3031;
	position : relative;
	z-index : 5;
}
.idx_city {
	position : absolute;
	left : 60px;
	top : 15px;
	color : #FFF;
	cursor: default;
}
.idx_city_txt {
	color : #FFF;
}
.idx_city_txt:visited {
	color : #FFF;
}
.idx_city_icon {
	display : inline-block;
	width : 18px;
	height : 10px;
	background : url(../images/idx_downlist.jpg) no-repeat center center;
	background-size : 10px;
}
.wap_h2 {
	font-size : 18px;
	color : #FFF;
	height : 45px;
	line-height : 45px;
	text-align: center;
	width: 180px;
	margin: 0 auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.wap_backhoom {
	display: block;
	width : 23px;
	height : 23px;
	position : absolute;
	left : 10px;
	top : 10px;
	background : url(../images/3g_home.png) no-repeat center center;
	background-size : 23px;
}
.wap_nav {
	display: block;
	width : 23px;
	height : 23px;
	position : absolute;
	right : 10px;
	top : 10px;
	background : url(../images/3g_menu.png) no-repeat center center;
	background-size : 23px;
}
.wap_nav_icon {
	display: inline-block;
	width: 18px;
	height: 10px;
	background: url(../images/wap_down_icon.png) no-repeat center center;
	background-size: 10px;
}
.wap_ul {
	background: #f3f3f3;
	height : 40px;
}
.wap_li {
	float: left;
	width: 25%;
	text-align: center;
}
.wap_li a {
	color: #565656;
	display : inline-block;
	height : 39px;
	line-height : 39px;
	border-bottom: 1px solid #f3f3f3;
	font-size : 15px;
	font-weight: bold;
}
.wap_li a.active {
	color : #df3031;
	border-bottom: 1px solid #df3031;
}*/
/*.wap_li_shou {
	width : 15%;
}
.wap_li_xin {
	width : 22.5%;
}
.wap_li_lou {
	width : 22.5%;
}*/

/*新版头部样式*/
.header_w {
	width : 640px;
	margin : 0 auto;
	background : #df3031;
	display: none;
}
.header_top {
	height : 100px;
	position: relative;
}
.header_home, .header_navigation {
	display: block;
	width : 48px;
	height : 48px;
	position: absolute;
	top : 50px;
	margin-top : -24px;
	background : url(../images/nav-icons.png) no-repeat;
}
.header_home {
	left : 20px;
	background-position: -60px 0px;
}
.header_navigation {
	right : 20px;
	background-position: -120px 0px;
}
.header_bottom {
	box-shadow: 1px 1px 5px #F3F3F3;
}
.header_logo {
	top : 50px;
	margin-top : -25px;
	left : 320px;
	margin-left : -113px;
	position: absolute;
	width : 226px;
	height : 50px;
	background : url(../images/logo.jpg) no-repeat;
}
.header_ul {
	background : #F3F3F3;
}
.header_li {
	height : 64px;
	line-height: 64px;
	float : left;
	text-align: center;
	width: 20%;
}
.header_a {
	color : #000;
	font-weight: bold;
	display: inline-block;
	height : 63px;
	border-bottom: 1px solid #F3F3F3;
	font-size : 28px;
	padding : 0 3px;
}
.header_a:hover {
	text-decoration: none;
}
a.header_active {
	border-bottom: 1px solid #df3031;
	color : #df3031;
}




/*底部联系方式*/
.idx_footer {
	position : relative;
	width : 640px;
	margin: 0 auto;
}
.idx_foo_lianxi {
	background : #333;
	color : #FFF;
	height : 40px;
	line-height : 40px;
	text-align: center;
	padding-right : 50px;
}
.idx_foo_lianxi a {
	color : #FFF;
}
.idx_foo_call {
	display: inline-block;
	height : 30px;
	width : 33px;
	border-radius: 2px;
	position : absolute;
	top : 5px;
	right : 5px;
	background : #c82b2c url(../images/bottom_call.png) no-repeat center center;
	background-size : 20px;
}
.idx_foo_link {
	text-align: center;
	background: #f3f3f3;
	padding: 10px 0;
}
.idx_foo_link a {
	color : #808080;
	padding : 0 10px;
}

/*虚拟键盘的样式*/
#softkey {
	position : fixed;
	bottom : 0;
	z-index : 10001;
}
#VirtualKeyboardIME {
	z-index : 10002 !important;
}

/**
 * 新家的底部样式
 */
.netease_footer {
	background-color: #df3031;
	text-align : center;
	font-family:  宋体;
	padding : 5px 0;
	position : relative;
}
.netease_footer a {
	color : #FFF;
}
.netease_suggest a {
	font-size : 17px;
}
.netease_website {
	font-size : 12px;
	padding-top : 1px;
	color : #FFF;
}
.netease_nav {
	display: block;
	width : 23px;
	height : 23px;
	position : absolute;
	right : 10px;
	top : 10px;
	background : url(../images/3g_menu.png) no-repeat center center;
	background-size : 23px;
}

/*新底部样式*/
.footer_w {
	width : 640px;
	margin : 0 auto;
	height : 86px;
	background : #df3031;
	text-align: center;
}
.footer_a {
	display: block;
	padding: 8px;
	font-size: 31px;
	color: #fff;
	padding-bottom: 0;
}
.footer_a:hover {
	text-decoration: none;
}
.footer_w div {
	font-size : 15px;
	color : #FFF;
}
