body,ul,li,p,dl,dd,dt,input,h2,h3,h4,h5,menu {
	padding: 0;
	margin: 0;
}

body {
	color: #333;
	background-color: #f7f7f7;
}

body,input,textarea {
	font-size: 12px;
	font-family: 'MICROSOFT YAHEI';
}

ul,li {
	list-style: none;
}

a {
	color: #555;
	cursor: pointer;
}

a:hover {
	color: #ff1f35;
}

h3,h2,h4 {
	font-size: 12px;
}

img {
	border: none;
}

a,a:hover {
	text-decoration: none;
}

s,em,i {
	font-style: normal;
}

input::-ms-clear {
	display: none;
}

:focus {
	outline: none;
}

.clear {
	clear: both;
	zoom: 1;
	_zoom: 0;
	height: 0;
	overflow: hidden;
	display: block;
}

.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.tc {
	text-align: center;
}

.vam {
	display: inline-block;
	vertical-align: middle;
	_zoom: 1; *
	display: inline;
}

.noselect {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.ableselect {
	-moz-user-select: -moz-all;
	-webkit-user-select: auto;
	-ms-user-select: element;
}

.fz12 {
	font-size: 12px !important;
}

.fz18 {
	font-size: 18px !important;
}

.fz26 {
	font-size: 26px !important;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-table;
	clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */ /*common*/
.header {
	min-height: 115px;
	_height: 115px;
}

.header_sample .header_nav {
	top: 0;
	bottom: 0;
	height: auto;
	background: none;
}

.header_sample .header_nav_bg {
	display: none;
}

.header_sample {
	position: relative;
	border: 1px solid #dbdbdb;
	background-color: #e5e5e5;
	background-image: url(/web/STATIC/IMAGES/bg_header_simple.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.header_sample .h_nav .h_item a {
	color: #333;
}

.header_sample .h_explor .h_subtitle {
	color: #333;
}

.header_sample .h_search_box {
	top: 59px;
}

.header_sample .h_explor .h_ico_arrow_right_outline {
	background-image:
		url(/web/STATIC/IMAGES/ico_arrow_right_outline_dark.png);
}

.header_sample .h_search {
	opacity: 1;
	background-image: url(/web/STATIC/IMAGES/ico_fd_search.png);
	background-repeat: no-repeat;
}

.header_sample .h_sub_nav a {
	color: #333;
}

.header_sample .h_sub_nav a:hover {
	color: #555;
}

.header_sample .h_sub_nav .h_has_child a:hover {
	color: #fff;
}

.header_nav,.header_nav_bg {
	height: 115px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
}

.header_nav_bg {
	background-color: #fff;
	width: 1200px;
	top: 40px;
	height: 75px;
	left: 50%;
	margin-left: -600px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.header_nav .container {
	z-index: 999;
}

.h_sub_nav {
	
}

.h_sub_ul {
    float: left;  
	height: 40px;
	overflow: hidden;
}

.h_sub_item {
	position: relative;
	z-index: 14;
	float: left;
	padding: 0 18px;
	line-height: 16px;
	height: 16px;
	display: inline;
	margin-top: 12px;
	border-right: 1px solid #cecece;
	margin-right: -1px;
}

.h_has_child:after {
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
	content: '';
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.h_has_child:after {
	border: none;
	border-width: 0;
}

.h_sub_item a {
	display: block;
	color: #fff;
}

.h_sub_item a:hover {
	color: #fff;
}

.h_has_child:hover {
	background-color: rgba(0, 0, 0, 0.54);
}

/*.h_sub_item:hover .h_sub_item_menu{ display:block; }*/
.h_sub_item_menu {
	width: 270px;
	height: 240px;
	position: absolute;
	left: 60%;
	top: 115px;
	padding: 20px 0;
	visibility: hidden;
	z-index: 999;
}

.h_sub_item_menu_bg {
	width: 270px;
	height: 240px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	padding: 20px 0;
	display: block;
	opacity: .54;
	filter: alpha(opacity = 54);
}

.h_m_item {
	float: left;
	width: 50%;
	text-align: center;
	color: #fff;
	line-height: 18px;
	position: relative;
	margin-bottom: 7px;
}

.h_m_item:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	height: 90px;
	border-left: 1px solid #626568;
}

.h_m_item:first-child:after {
	border: none;
}

.h_m_item .h_txt {
	padding-top: 3px;
}

.h_logo {
	background-image: url(/web/STATIC/IMAGES/ico_logo.png);
	width: 176px;
	height: 41px;
	float: left;
	margin: 14px 0 0 30px;
	display: inline;
	background-repeat: no-repeat;
}

.h_nav {
	float: left;
	padding: 18px 26px 0 20px;
	width: 779px;
}

.h_nav .h_item {
	float: left;
	padding: 0 2px;
}

.h_nav .h_item a {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	padding: 0 18px;
	position: relative;
	border-radius: 20px;
	white-space: nowrap;
}

.h_nav .h_item a:hover,.h_nav .h_item .active,.h_nav .h_item a:hover .c_red,.h_nav .h_item .active .c_red
	{
	color: #fff !important;
	background-color: #ff1f35;
}

.h_search {
	background-image: url(/web/STATIC/IMAGES/ico_search.png);
	width: 20px;
	height: 19px;
	float: left;
	margin: 28px 25px 28px 25px;
	opacity: .5;
	cursor: pointer;
}

.h_search:hover {
	opacity: 1;
}

.h_search_box {
	background-color: #fff;
	width: 0px;
	height: 42px;
	border-radius: 21px;
	position: absolute !important;
	top: 57px;
	left: 1015px;
	z-index: 12;
	-webkit-transition: width .2s cubic-bezier(0.25, .5, .5, .9)
}

.h_search_inner {
	overflow: hidden;
	display: none;
}

.h_search_box .h_ico_search {
	cursor: pointer;
	color: #000;
	position: absolute;
	right: 3px;
	top: 3px;
	width: 36px;
	height: 36px;
	background-image: url(/web/STATIC/IMAGES/h_ico_search.png);
	display: none;
}

.h_search_box_active {
	width: 160px;
	background-color: #ffffff;
}

.h_search_box_active .h_ico_search,.h_search_box_active .h_search_inner
	{
	display: block;
}

.h_search_box .h_input {
	font-size: 14px;
	border: none;
	height: 42px;
	margin: 0 0 0 5px;
	border-radius: 20px;
	width: 130px;
	background-color: transparent;
	border-width: 0;
	line-height: 42px;
}

.h_search_box .h_ico_search:hover {
	background-color: #ff1f35;
	border-radius: 18px;
	background-image: url(/web/STATIC/IMAGES/h_ico_search_hover.png);
}

.h_drop_menu {
	width: 323px;
	display: none;
	position: absolute;
	top: 51px;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
	left: 0;
	line-height: 40px;
	font-size: 14px;
	padding: 5px 0;
}

.h_drop_menu .h_item {
	height: 40px;
	float: left;
	width: 100%;
}

.h_drop_menu a {
	padding-left: 25px;
	display: block;
	color: #626262;
}

.h_drop_menu a:hover {
	background-color: #f4f4f4;
}

.h_drop_menu b {
	color: #222;
}

.h_explor {
	position: relative;
	border-left: 1px solid #ccc;
	padding: 0 40px 0 24px;
	float: right;
	margin: 17px 0 0;
}

.h_explor .h_title {
	color: #ff2b41;
	font-size: 16px;
	padding-bottom: 2px;
	display: block;
}

.h_explor .h_subtitle {
	display: block;
}

.h_explor .h_ico_arrow_right_outline {
	background-image: url(/web/STATIC/IMAGES/ico_arrow_right_outline.png);
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 9px;
}

.h_banner {
	height: 580px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.h_banner .h_item {
	height: 580px;
	width: 100%;
	position: relative;
}

.h_banner img {
	height: 580px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -950px;
}

.h_banner_apps,.h_banner_apps .h_item,.h_banner_apps img {
	height: 680px;
}

.h_banner .slide_tabs {
	position: absolute;
	left: 50%;
	bottom: 12px;
	z-index: 9999;
}

.h_banner .slide_tabs li {
	float: left;
	padding: 0 5px;
}

.h_banner .slide_tabs a {
	display: block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: .5;
	filter: alpha(opacity = 50);
	border-radius: 6px;
	overflow: hidden;
	text-indent: -99px;
}

.h_banner .slide_tabs .slide_here a {
	opacity: .9;
	filter: alpha(opacity = 90);
}

.h_login_box {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	height: 530px;
	z-index: 8;
	pointer-events: none;
}

.h_login_box_bg {
	position: absolute;
	background-color: #000;
	opacity: .75;
	filter: alpha(opacity = 75);
	width: 100%;
	width: 300px;
	height: 400px;
	z-index: 1;
	right: 0;
	top: 130px;
}

.h_login {
	position: absolute;
	width: 300px;
	height: 400px;
	right: 0;
	top: 130px;
	z-index: 999; *
	position: absolute; *
	z-index: 999;
	pointer-events: auto;
}

.nh_login_box_bg {
	position: absolute;
	background-color: #000;
	opacity: .75;
	filter: alpha(opacity = 75);
	width: 100%;
	width: 300px;
	height: 400px;
	z-index: 1;
	right: 250px;
	top: 170px;
}

.nh_login {
	position: absolute;
	width: 300px;
	height: 400px;
	right:250px;
	top: 170px;
	z-index: 999; *
	position: absolute; *
	z-index: 999;
	pointer-events: auto;
}

.h_switch_btn {
	background-image: url(/web/STATIC/IMAGES/ico_h_to_qr.png);
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	-webkit-transition: background-position .2s
		cubic-bezier(0.25, .5, .5, .9);
	-moz-transition: background-position .2s cubic-bezier(0.25, .5, .5, .9);
	transition: background-position .2s cubic-bezier(0.25, .5, .5, .9);
}
/* 20151112 update by wenbo
.h_login .active {
	background-image: url(/web/STATIC/IMAGES/ico_h_to_pc.png);
}
*/
.h_login_inner {
	padding: 15px 30px 0;
}

.h_ico_member {
	background-image: url(/web/STATIC/IMAGES/ico_member.png);
	width: 15px;
	height: 19px;
	display: inline-block;
}

.h_ico_notice {
	background-image: url(/web/STATIC/IMAGES/ico_notice.png);
	width: 18px;
	height: 18px;
}

.h_login_help .h_ico {
	width: 36px;
	height: 36px;
	display: inline-block;
}

.h_ico_apps {
	background-image: url(/web/STATIC/IMAGES/ico_login_app.png);
}

.h_ico_weibo {
	background-image: url(/web/STATIC/IMAGES/ico_login_weibo.png);
}

.h_ico_wechat {
	background-image: url(/web/STATIC/IMAGES/ico_login_wechat.png);
}

.h_login_title {
	color: #fff;
	font-size: 16px;
	margin-bottom: 30px;
	display: block;
}

.h_login_title .h_txt {
	
}

.h_notice_title {
	margin-bottom: 8px;
}

.h_notice_title:hover {
	color: #ff1f35;
}

.h_notice_title:hover .h_ico_notice {
	background-image: url(/web/STATIC/IMAGES/ico_notice_hover.png);
}

.h_login_btn {
	background-color: #ff1f35;
	margin-bottom: 12px;
}


.h_login_btn:hover,.h_signin_btn:hover {
	background-color: #d82736;
	color: #fff;
	border-color: transparent;
}


.h_login_btn:active,.h_signin_btn:active {
	background-color: #c62331;
	color: #fff;
}


.h_signin_btn {
	border: 2px solid #ff1f35;
}


.h_signin_btn:hover {
	_border: 2px solid #d82736;
}

.h_signin_btn,.h_login_btn {
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	height: 48px;
	line-height: 48px;
}


.h_login_apart {
	border-top: 1px dashed rgba(204, 204, 204, 0.61);
	margin: 0 -33px 20px;
}

.h_login_forget {
	overflow: hidden;
	padding: 28px 0;
}

.h_login_forget a {
	color: #c5c5c5;
}

.h_login_forget a:hover {
	color: #fff;
}

.h_login_forget .h_item {
	width: 33%;
	float: left;
	text-align: center;
	padding: 0;
	border-left: 1px solid #fff;
}

.h_login_forget .h_item.bdNone {
	_border: none;
}

.h_login_forget .h_item:first-child {
	border: none;
	margin-left: -1px;
}

.h_notice {
	overflow: hidden;
}

.h_notice a {
	color: #c5c5c5;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	width: 100%;
}

.h_notice a:hover {
	color: #ff1f35;
}

.h_notice .h_item {
	line-height: 24px;
	height: 24px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 240px;
	background-image: url("/web/STATIC/IMAGES/point.jpg");
	background-position: 0 12px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.h_login_qr_title {
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin: 14px 0 45px;
}

.h_login_qrcode {
	text-align: center;
	margin-bottom: 34px;
}

.h_login_qr_tip {
	font-size: 12px;
	text-align: center;
	color: #fff;
}

.h_login_help {
	padding-top: 12px;
	width: 95%;
	margin: 0 auto;
}

.h_login_help .h_item {
	border-color: #c3c3c3;
	border: none;
}

.h_login_help .h_txt {
	color: #999;
	text-align: center;
	display: block;
}

.footer {
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	margin-top: 40px;
	position: relative;
}

.f_links {
	padding: 55px 0 0 25px;
	background: url(/web/STATIC/IMAGES/footer_bg.png) no-repeat right bottom
		;
	overflow: hidden;
	height: 238px;
	position: relative;
}

.f_link_ul {
	float: left;
	width: 200px;
	position: relative;
}

.f_link_ul .f_item_title {
	font-size: 16px;
	padding-bottom: 14px;
}

.f_link_ul .f_item_title2 {
	font-size: 12px;
	color: #ff1f35;
	margin-top: -12px;
}

.f_link_ul .f_item {
	font-size: 14px;
	padding-bottom: 14px;
	position: relative;
}

.f_link_ul a {
	color: #808080;
	position: relative;
}

.f_link_ul a:hover {
	color: #ff1f35;
}

.f_qr {
	background-color: #ebebeb;
	width: 324px;
	overflow: hidden;
	margin: 12px 0 0;
	padding: 0 0 22px;
}

.f_qr_tab_top {
	height: 23px;
	border-bottom: 1px solid #e5e5e5;
	padding: 9px 9px 0;
	overflow: hidden;
}

.f_qr_tab_top .f_item {
	border-bottom: 3px solid #ebebeb;
	float: left;
	width: 33%;
	text-align: center;
	color: #808080;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding-bottom: 0;
	cursor: pointer;
}

.f_qr_tab_top .f_item.active {
	color: #ff1f35;
	border-color: #ff1f35;
}

.f_qr_tab_content {
	display: none;
}

.f_qr_item {
	padding: 9px;
	text-align: center;
	float: left;
}

.f_qr_item .f_txt {
	padding-top: 9px;
	display: block;
}

.f_copy {
	padding: 55px 0 60px 25px;
	clear: both;
	font-size: 14px;
	position: relative;
}

.f_online {
	position: absolute;
	right: 20px;
	top: 78px;
}

.f_online_left {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	padding-right: 26px;
	border-right: 1px solid #e5e5e5;
	_zoom: 1; *
	display: inline;
}

.f_online_title {
	font-size: 16px;
	color: #808080;
}

.f_online_number {
	font-size: 28px;
	color: #555;
}

.f_online_right {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-left: 26px;
	_zoom: 1; *
	display: inline;
}

.f_online_right .f_txt {
	display: block;
}

.f_ico_online {
	background-image: url(/web/STATIC/IMAGES/ico_online2.png);
	width: 25px;
	height: 30px;
	display: inline-block;
	_zoom: 1; *
	display: inline;
}

.f_online_right:hover .f_ico_online {
	background-image: url(/web/STATIC/IMAGES/ico_online2_hover.png);
}

.f_copy_toplink {
	padding-bottom: 9px;
	overflow: hidden;
	position: relative;
}

.f_copy_toplink a {
	color: #545454;
	position: relative;
}

.f_copy_toplink a:hover {
	color: #ff1f35;
}

.f_copy_toplink .f_item {
	float: left;
	padding-right: 35px;
	position: relative;
}

.f_copy_content {
	clear: both;
	color: #545454;
	line-height: 28px;
}

.f_safe {
	position: absolute;
	right: 340px;
	top: 75px;
}

.f_safe .f_item {
	width: 46px;
	height: 57px;
	float: left;
	margin: 0 3px;
}

.f_safe .f_ico {
	width: 100%;
	height: 100%;
	display: block;
}

.f_safe .f_ico_01 {
	background-image: url(/web/STATIC/IMAGES/f_ico_01.png);
}

.f_safe .f_ico_02 {
	background-image: url(/web/STATIC/IMAGES/f_ico_02.png);
}

.f_safe .f_ico_03 {
	background-image: url(/web/STATIC/IMAGES/f_ico_03.png);
}

.ispan {
	background: #f62908 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	padding: 1px 5px;
	width: 25px;
	text-align: right;
	margin-left: 5px;
}

.personal {
	width: 150px;
	height: 50px;
	line-height:50px;
	position: absolute;
	z-index: 9999999;
	background-color: #000;
	opacity: 1;
	filter: alpha(opacity = 100);
}
.personal i{margin-left:20px;}
.organization i{margin-left:20px;}

.organization {
	width: 150px;
	height: 50px;
	line-height:50px;
	position: absolute;
	z-index: 9999999;
	background-color: #000;
	opacity: 1;
	filter: alpha(opacity = 100);
	left: 150px;
}
.h_login_btn{margin-top:11px;}
.h_login_forget{padding-top:15px;}
.h_login .sib-item{background:rgba(255,255,255,0.5);_background:gray}
.h_login .active{background:rgba(255,255,255,0.1);background:#000;}
.nh_login .sib-item{background:rgba(255,255,255,0.5);_background:gray}
.nh_login .active{background:rgba(255,255,255,0.1);background:#000;border-bottom: 0.5px solid #c73128}
.h_login_inner{_width:300px;}
.f_links{_background-position-y:-27px;}
.Idea .main{_width:100%;}
.Selling .main .right{_width:56% !important;}
.Zunbao .main .right ul,.Zunbao .main .right ul li{_height:100%;}
.Zunbao .main{_height:160px;}
.Zunbao .main .item{_height:100% !important;}
.middle li{_width:23% !important;}
.Panicbuying .item1{_float:left !important;_margin:0 !important;}
.Panicbuying .item2{_float:right !important;_margin:0 !important;}
.bottom .more1{_font-size:16px !important;}
.c_expender .c_item{_clear:both;position:relative;_height:auto;_float:left;}
.c_expender .c_item .c_content{_height:auto;_clear:both;_float:left;}

#go{
	width: 300px;
 	overflow: hidden;		
}
