/* CSS Document */

html{
	width:100%;
	overflow-y:scroll;
	overflow-x:hidden;
}
body{
	background:url(/static/images/bodybg.jpg) repeat;
	padding:0px;
	margin:0px;
	font-size:12px;
	position:relative;
}
ul{list-style:none; margin:0px; padding:0px;}
ul li{list-style:none;}
a{color:#FF5A00; text-decoration:none;}img{padding:0px; margin:0px; border:none;}
a:hover{
	color:#5D963F;
}
.wrap{
	padding:0px;
	margin:0px;
	width:100%;
}
.main{
	width:100%;
}

.g_header_body{
	width:100%;
	background:url(../images/headbg.png) repeat-x;
	position:relative;
	z-index:100;
}
.g_header_main{
	height:70px;
	width:1000px;
	margin:auto;
	padding-top:25px;
	padding-bottom:13px;
}
.g_logo{
	width:120px;
	height:50px;
	float:left;
	margin-top:5px;
}
.g_logo a{
	color:#fff;
	font-size:32px;
	line-height:60px;
	font-family:Microsoft Yahei;
}

.g_gbox_laba{
	width:25px;
	height:25px;
	display:block;
	background:url(/static/images/fpics.png) -120px 0px no-repeat;
	position:absolute;
	top:4px;
	left:2px;
}



.g_header_right{
	width:560px;
	float:right;
}

.g_header_hotline {
    float: right;
    height: auto;
    margin-top: 12px;
    width: auto;
	margin-left:25px;
}

.g_header_hotline_box {
    background:url(../images/hotline_ico.png) no-repeat;
    color: #FFFFFF;
    font-family: Microsoft Yahei;
    height: 36px;
    margin-right: 4px;
    padding-left: 37px;
    width: 125px;
}
.gch_t {
    display: block;
    width: 132px;
	color:#fff;
}
.gch_c {
    clear: both;
    display: block;
    font-size: 18px;
    width: 140px;
	color:#fff;
}


.g_nav_body{
	width:100%;
	height:36px;
	clear:both;
}

.g_nav_main{
	width:1000px;
	height:36px;
	margin:auto;
	background:#FF5A00;
}

.g_nav{
	width:720px;
	position:relative;
	float:left;
	z-index:100;
}
.g_nav ul{
	width:100%;
}
.g_nav ul li{
	height:36px;
	float:left;
	position:relative;
	padding-left:18px;
	padding-right:18px;
}
.g_nav ul li a{
	padding-top:5px;
	display:block;
	font: bold 14px/24px "微软雅黑";
	color:#fff;
}
.g_nav ul li a:hover{
	color:#fff;
}

.g_nav ul li.nav-hot{
	background:#0C0;
}
.g_nav ul li.nav-hot a{
	color:#fff;
}


.g_nav_line{
	height:2px;
	display:block;
	width:1px;
	background:#FF5A00;
	position:absolute;
	z-index:11;
}
.g_nav ul li .g_nav_line{
	position:absolute;
	bottom:0px;
	width:100%;
	left:0px;
}
.g_currnav{
	background:#d34b01;
}


.g_soso_box{
	width:360px;
	float:right;
	margin-top:10px;
	background:#FF5A00;
	height: 39px;
    /*padding: 3px 0px 3px 4px;*/
	padding:0px;
    position: relative;
}
.g_soso_inputsubmitbox{
	width:360px;
	height:39px;
}
.g_sososelect{
	width:65px;
	height:39px;
	background:#fff;
	float:left;
	position:absolute;
	left:3px;
	top:3px;
}

.g_sososelect .g_soso_select_curr{
	height:39px;
	width:64px;
	line-height:39px;
	display:block;
	font-size:12px;
	color:#fff;
	text-align:center;
	position:relative;
	border-right:1px solid #DFDFE1;
	background:#f6f6f6;
}
.g_sososelect .g_soso_select_curr em{
	width:10px;
	height:5px;
	display:block;
	background:url(/static/images/icon_mini.png) -90px -23px;
	position:absolute;
	right:3px;
	top:18px;
}
.g_sososelect .g_soso_select_curr.ov em{
	background-position:-90px -5px;
}

.g_sososelect ul{
    background-color: #FFFFFF;
    border-color: -moz-use-text-color #DFDFE1 #DFDFE1;
    border-right: 1px solid #DFDFE1;
    border-style: none solid solid;
    border-width: 0 1px 1px;
	box-shadow:2px 2px 3px #999; 
    width: 62px;
	display:none;

}
.g_sososelect ul li{
	height:22px;
	line-height:22px;
	font-size:12px;
}
.g_sososelect ul li a{
	color:#555;
	padding-left:14px;
	display:block;
	height:22px;
}
.g_sososelect ul li a:hover{
	color:#1D53BF;
}

.g_sosoinput{
	float:left;
	width:290px;
	height:39px;
	background:#fff;
}
.g_sosoinput input{
	width:286px;
	height:39px;
	line-height:39px;
	padding-left:4px;
	border:0px;
	border:none;
	background:none;
}
.g_sosobutton{
	width:66px;
	height:39px;
	position:absolute;
	right:3px;
	/*top:3px;*/
}
.g_sosobutton a{
	width:100%;
	height:39px;
	line-height:39px;
	cursor:pointer;
	display:block;
	background:url(/static/images/gsosobt.png) no-repeat;
}

.g_sosobutton a:hover em{
	background-position:-20px 0px;
}

.g_ibar{
	width:265px;
	float:right;
	height:36px;
	line-height:36px;
}
.g_loginarea{
	height:25px;
	padding-top:5px;
	line-height:25px;
	
	float:right;
}
.g_login_ed{
	*+width:130px !important;
}
.g_login_no{
	*+width:80px !important;
}

.g_gglogin{
	background: url(/static/images/qqloginico.png) no-repeat;
    height: 24px;
    position: relative;
    width: 76px;
	float:right;
	margin-right:8px;
}

.g_loginregist{
	width:80px;
	float:right;
	line-height:25px;
	float:right;
}
.g_loginregist a{
	color:#fff;
}
.g_loginregist a:hover{
	color:#fff;
}

.g_userarea{
	width:130px;
	height:36px;
	float:right;
	position:relative;
}
.g_user_base{
	width:130px;
	height:36px;
	display:block;
	clear:both;
	position:relative;
}
.g_user_base_avatar{
	width:20px;
	height:20px;
	float:left;
	margin:10px;
	display:block;
	position:relative;
}
.g_user_base_avatar img{
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	top:0px;
}
.g_user_name{
	width:78px;
	height:36px;
	line-height:36px;
	font-size:14px;
	font-style:Microsoft Yahei;
	display:block;
	float:left;
	overflow:hidden;
	color:#fff;
}
.g_user_base em{
	width:9px;
	height:5px;
	display:block;
	background:url(/static/images/ico_arr.png) -20px -60px;
	position:absolute;
	right:5px;
	top:18px;
	
}
.g_user_base .onuserpanel{
	background-position:-34px -60px;
}

.g_user_list_panel{
	position:absolute;
	top:36px;
	left:0px;
	width:130px;
	background:#EFEFEF;
	border:1px solid #DEDEDE;
	border-top:2px solid #DEDEDE;
	box-shadow:2px 2px 3px #999; 
	display:none;
}
.g_user_list_panel ul li{
	height:25px;
	line-height:25px;
}
.g_user_list_panel ul li a{
	font-size:14px;
	color:#666;
	font-family:Microsoft Yahei;
	width:100%;
	display:block;
	text-indent:10px;
}
.g_user_list_panel ul li a:hover{
	background:#379BE9;
	color:#fff;
}
.g_shopcart{
	width:100px;
	height:36px;
	float:right;
	display:block;
	cursor:pointer;
	position:relative;
}
.g_shopcart .shopcart_ico{
	width:16px;
	height:12px;
	display:block;
	margin:12px 8px;
	background:url(/static/images/shopcartico.png) 0px 0px;
	float:left;
}

.g_shopcart .shopcart_text{
	width:64px;
	float:left;
	height:36px;
	line-height:36px;
	color:#fff;
}
.g_shopcart:hover .shopcart_ico{
}
.g_shopcart:hover .shopcart_text{
	color:#fff;
}
.g_shopcart_count{
    background:#e8e1c1;
    border-radius: 3px 3px 3px 3px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 14px;
    left: 66px;
    line-height: 14px;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    text-align: center;
    top: 3px;
	color:#f00;
	font-style:normal;
	display:none;
}
.g_msgbox{
	position:absolute;
	right:0px;
	top:-20px;
	width:100px;
	height:20px;
	background:#249FF1;
	color:#fff;
	line-height:20px;
	cursor:pointer;
}
.g_msgbox:hover{
	color:#fff;
}


/*页脚部分*/
/*公共页脚部分*/
.g_footer{width:auto; height:auto; clear:both; padding-top:20px;}
.g_footer_bg{width:auto;}
.g_footer_banner{
	background:url(../images/fbg.png) no-repeat;
	height:90px;
	width:1000px;
	margin: 0 auto;
}
.g_service_agreement{
	width:800px;
	_width:840px;
	height:auto;
	margin:0 auto;
	margin-top:15px;
	border-bottom: 1px solid #eeeeee;
}
.g_sa_col{
	width:auto;
	height:40px;
	float:left;
	
}
.g_sa_col ul{
	height:auto;
	margin:0px;
	padding:0px;
	background:none;
	border:none;
	list-style:square;
}
.g_sa_col li{
	color:#999;
	font-size:12px;
	margin-left:40px;
	list-style:none;
	display:block;
	line-height:40px;
	float:left;
}

.g_ga_li a{color:#666;}

.g_copright{
	width:1000px;
	margin:auto;
	padding-top:28px;
}
.copyright_information{
	text-align:center;
	padding-bottom:10px;
	clear:both;
}
.copyright_information a{
	color:#666;
}

.g_footer_navs{
	width:100%;
	height:40px;
	background:#cfcfcf;
}
.g_footer_nav_main{
	width:900px;
	padding-left:100px;g_sa_col
	height:40px;
	overflow:hidden;
	margin:auto;
	/*background:url(../images/footerico.png) no-repeat;*/
}

.gc_linkbox{
	width:370px;
	margin:auto;
	margin-bottom:20px;
}
.gc_linkbox ul{
	width:150px;
	margin:auto;
	height:35px;
}
.gc_linkbox ul li{
	width:35px;
	height:35px;
	float:left;
	margin-right:15px;
}
.wx{
	background:url(../images/fico1.png);
}
.wb{
	background:url(../images/fico2.png);
}
.tl{
	background:url(../images/fico3.png);
}
.gc_linkbox dl{
	width:100%;
	height:50px;
	line-height:50px;
	color:#999;
	margin-top:10px;
}
.gc_linkbox dl dd{
	float:left;
	color:#999;
	display:block;

}
.gc_linkbox dl dd.l2{
	float:right;
}


.clear{
	clear:both;
}

.if_pty_1 {
	background:url(/static/images/payico.png) no-repeat scroll 0 -29px transparent;
	height: 13px;
    width: 21px;
}
.if_pty_2 {
    background:url(/static/images/payico.png) no-repeat scroll 0 -42px transparent;
    height: 18px;
    width: 21px;
}
.if_pty_3 {
	background:url(/static/images/payico.png) no-repeat scroll 0 0 transparent;
    height: 13px;
    width: 21px;
}
.if_pty_4 {
	background:url(/static/images/payico.png) no-repeat scroll 0 -12px transparent;
	height: 18px;
    width: 21px;
}

.g_rbbox_diy{
	width:54px;
	height:54px;
	display:block;
	cursor:pointer;
	background:url(/static/images/diyico.png) no-repeat;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.g_rbbox_diy:hover{
    filter:alpha(opacity=100);
	opacity:1;
}

.g_rbbox_backtop{width:52px; height:52px; display:block; cursor:pointer; background:url(/static/images/backtop.png) no-repeat;}
.g_rbbox_backtop:hover{background:url(/static/images/backtop.png) 0px -52px;}

.g_rbbox_shopcart{width:52px; height:52px; display:block; cursor:pointer; background:url(/static/images/shopcart.png) no-repeat;}
.g_rbbox_shopcart:hover{background:url(/static/images/shopcart.png) 0px -52px;}

.g_rbbox_qq{
	height:67px;
	width:51px;
	border:1px solid #e4e4e4;
	background:url(/static/images/qqctlbg.png) repeat-x;
	position:relative;
}
.g_rbbox_qq_ico_0{
	display:block;
	height:33px;
	width:30px;
	margin:auto;
	margin-top:7px;
	background:url(/static/images/rbqqcontrol.png) no-repeat;
	cursor:pointer;
}
.g_rbbox_qq_ico_1{
	display:block;
	height:33px;
	width:30px;
	margin:auto;
	margin-top:7px;
	background:url(/static/images/rbqqgrayqq.png) no-repeat;
	cursor:pointer;
}
.g_rbbox_qq_tip{
	display:block;
	width:100%;
	text-align:center;
	margin-top:5px;
	color:#999;
}
.g_rbbox_yjfk_ico{
	width:30px;
	height:27px;
	display:block;
	cursor:pointer;
	margin:auto;
	margin-top:12px;
	background:url(/static/images/yjfkico.png) no-repeat;
}
.g_rb_shopcart_count{
	background:#F00;
	display:block;
	color:#fff;
	position:absolute;
	top:-3px;
	right:-8px;
	padding-left:2px;
	padding-right:2px;
	height:13px;
	line-height:13px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-radius:3px;
}
.if_shopcart_panel_body {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 1px 1px 1px #999999;
    height: 65px;
    padding: 15px 10px;
    width: 225px;
}
.if_shopcart_panel_body .close {
    background: url("/static/images/close.gif") no-repeat scroll 0 0 transparent;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 9px;
}
.if_shopcart_panel_top {
    height: 33px;
    width: 100%;
}
.if_shopcart_panel_top a {
    background: url("/static/images/isp_ico.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 33px;
    width: 33px;
}
.if_shopcart_panel_top span {
    color: #666666;
    display: block;
    float: left;
    font-family: 微软雅黑;
    font-size: 16px;
    line-height: 33px;
    padding-left: 5px;
}
.if_shopcart_panel_bottom {
    color: #666666;
    height: 24px;
    line-height: 24px;
    padding-top: 8px;
    width: 100%;
}
.if_shopcart_panel_bottom span {
    display: block;
    float: left;
    width: 100px;
}
.if_shopcart_panel_bottom em {
    color: #A2172C;
    font-size: 14px;
    font-style: normal;
}
.if_shopcart_panel_bottom a {
    background:url(/static/images/gb_btn_dot.png) 0px -30px repeat-x;
    display: block;
    float: right;
    height: 24px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	color:#fff;
    width: 96px;
}


.g_idebg_shop{
	width:27px;
	height:15px;
	background:url(/static/images/idebgico.png) 0px 0px no-repeat;
	display:block;
	color:#fff;
	line-height:15px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.g_idebg_company{
	width:27px;
	height:15px;
	background:url(/static/images/idebgico.png) 0px -30px no-repeat;
	display:block;
	color:#fff;
	line-height:15px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.imgbg{
	background:#c2c2c2;
}

.g_globaltipbox {
    background: #FAF3D5;
    border: 1px solid #FBBE91;
    color: #444444;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    margin: 10px auto auto;
    position: relative;
    width: 998px;
}


.g_gbox_span {
    padding-left: 35px;
}
.g_gbox_close {
    background: url("/static/images/globaltipclose.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 12px;
	transition: transform 0.2s;
}
.g_gbox_close:hover{
	transform:rotate(90deg);
}

.adg_box{
	width:136px;
	height:42px;
	position:fixed;
}
.adg_layer{
	position:absolute;
	width:100%;
	height:42px;
	left:0px;
	top:0px;
    filter:Alpha(Opacity=50); 
	background:#000;
	opacity:0.5;
	z-index:1;
}
.adg_content{
	position:absolute;
	height:16px;
	line-height:16px;
	width:120px;
	left:10px;
	top:13px;
	z-index:2;
}
.adg_content em{
	width:20px;
	height:16px;
	display:block;
	float:left;
}
.adg_content span{
	color:#fff;
	display:block;
	width:auto;
	height:16px;
	float:left;
}
/*骞垮憡*/
.ad_type_dl{
	position:fixed;
	_position:absolute;
	width:100px;
	min-height:260px;
	z-index:501;
}

.ad_top_a_layer{
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	background-color:#fff;
	filter:alpha(opacity=0);
	opacity:0;
}
.ad_type_dl_closebutton{
	position:absolute;
	display:block;
	width:43px;
	height:15px;
	bottom:-15px;
	right:0px;
	cursor:pointer;
	background:url(/static/images/dl_ad_close.gif) no-repeat;
}

.ad_type_poprightbuttom{
	width:300px;
	height:200px;
	right:0px;
	position:fixed;
}
.ad_type_poprightbuttom_closebutton{
	width:24px;
	height:24px;
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	z-index:10;
	background:url(/static/images/ggclosebutton.png) no-repeat;
	cursor:pointer;
}
.ad_type_center{
	position:fixed;
	z-index:10000;
}
.ad_type_popcenter_closebutton{
    width:24px;
	height:24px;
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	z-index:10;
	cursor:pointer;
}
.ad_type_dx_closebutton{
	width:15px;
	height:15px;
	display:block;
	position:absolute;
	right:3px;
	top:3px;
	z-index:10;
	background:url(/static/images/public/dxclosebutton.png) no-repeat;
	cursor:pointer;
}


.widget_title{
	width:215px;
	height:35px;
	line-height:35px;
	background:#FFF;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}


.if_fenye_body{
	width:100%;
	height:30px;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	
}
.if_fenye_body a{
	padding:3px 5px;
	color:#666;
	margin:0px 5px;
	display:inline-block;
}
.if_fenye_body .if_fenye_curr,.if_fenye_body a:hover{
	border-bottom:2px solid #FF5A00;
	color:#FF5A00;
}

.g_button{
	background:#FF5A00;
    color: #FFFFFF;
    display: block;
    font-family: "Microsoft YaHei";
    height: 30px;
    line-height: 30px;
	margin:auto;
    text-align: center;
    width: 80px;
}

