/*====网站基本样式=====*/
body {
	margin: 0 auto;
	padding:0;
	text-align:left;
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	background-color:#fff;
	line-height: 20px;
	text-decoration: none;
}
div, ul, ol, dl, dt, dd, li, p {
	margin:0;
	padding:0;
}
table {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align:left;
}
/*====默认链接颜色：橘色=====*/
a:link {
	font-family:"宋体";
	color: #ff6600;
	text-decoration: none;
}
a:visited {
	font-family:"宋体";
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	font-family:"宋体";
	color: #ff6600;
	text-decoration:underline;
}
a:active {
	font-family:"宋体";
	color: #ff6600;
	text-decoration:none;
}
/*====链接颜色：黑色=====*/
a.black:link {
	font-family:"宋体";
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}
a.black:visited {
	font-family:"宋体";
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}
a.black:hover {
	font-family:"宋体";
	color: #000000;
	text-decoration:underline;
	letter-spacing: 1px;
}
a.black:active {
	font-family:"宋体";
	color: #000000;
	text-decoration:none;
	letter-spacing: 1px;
}
/*====链接颜色：白色=====*/
a.white:link {
	font-family:"宋体";
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	font-family:"宋体";
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	font-family:"宋体";
	color: #ffffff;
	text-decoration:underline;
}
a.white:active {
	font-family:"宋体";
	color: #ffffff;
	text-decoration:none;
}
/*====链接颜色：灰色=====*/
a.gary:link {
	font-family:"宋体";
	color: #666666;
	text-decoration: none;
}
a.gary:visited {
	font-family:"宋体";
	color: #666666;
	text-decoration: none;
}
a.gary:hover {
	font-family:"宋体";
	color: #666666;
	text-decoration:underline;
}
a.gary:active {
	font-family:"宋体";
	color: #666666;
	text-decoration:none;
}
/*====链接颜色：蓝色=====*/
a.blue:link {
	font-family:"宋体";
	color: #2e3792;
	text-decoration: none;
}
a.blue:visited {
	font-family:"宋体";
	color: #2e3792;
	text-decoration: none;
}
a.blue:hover {
	font-family:"宋体";
	color: #2e3792;
	text-decoration:underline;
}
a.blue:active {
	font-family:"宋体";
	color: #2e3792;
	text-decoration:none;
}
/*====链接颜色：红色=====*/
a.red:link {
	font-family:"宋体";
	color: #ff0000;
	text-decoration: none;
}
a.red:visited {
	font-family:"宋体";
	color: #ff0000;
	text-decoration: none;
}
a.red:hover {
	font-family:"宋体";
	color: #ff0000;
	text-decoration:underline;
}
a.red:active {
	font-family:"宋体";
	color: #ff0000;
	text-decoration:none;
}
/*====默认链接颜色：棕色=====*/
a.zongse:link {
	font-family:"宋体";
	color:#9e5600;
	text-decoration: none;
}
a.zongse:visited {
	font-family:"宋体";
	color:#9e5600;
	text-decoration: none;
}
a.zongse:hover {
	font-family:"宋体";
	color:#9e5600;
	text-decoration:underline;
}
a.zongse:active {
	font-family:"宋体";
	color:#9e5600;
	text-decoration:none;
}
/*====默认链接颜色：淡黄=====*/
a.yell:link {
	font-family:"宋体";
	color:#fcd7a1;
	text-decoration: none;
}
a.yell:visited {
	font-family:"宋体";
	color:#fcd7a1;
	text-decoration: none;
}
a.yell:hover {
	font-family:"宋体";
	color:#fcd7a1;
	text-decoration:underline;
}
a.yell:active {
	font-family:"宋体";
	color:#fcd7a1;
	text-decoration:none;
}
/*====默认链接颜色：紫色=====*/
a.zise:link {
	font-family:"宋体";
	color: #980967;
	text-decoration: none;
}
a.zise:visited {
	font-family:"宋体";
	color: #980967;
	text-decoration: none;
}
a.zise:hover {
	font-family:"宋体";
	color: #980967;
	text-decoration:underline;
}
a.zise:active {
	font-family:"宋体";
	color: #980967;
	text-decoration:none;
}
input.basic {
	border:1px #666666 solid;
	width:100px;
	height:20px;
	line-height:20px;
	vertical-align:bottom;
	font-size:12px;
	letter-spacing:1px;
}
input.search {
	border:1px #a07a56 solid;
	width:160px;
	height:22px;
	line-height:22px;
	vertical-align:bottom;
	font-size:12px;
	letter-spacing:1px;
}
/*=========桔色顶栏信息滚动条=========*/
#TopRoll {
	background:url(http://help.x.com.cn/n_pic/index_new/tagbg.gif) left bottom repeat-x;
	height:26px;
	color:#000;
	line-height:26px;
}
/*===================================*/
#GrayBorder {
	border:1px #acacac solid;
	font-family:"宋体";
	font-size:12px;
	color:#666666;
}
#DashedLine20 {
	background:url(http://help.x.com.cn/n_pic/index/line.gif) left bottom repeat-x;
}
#DashedLine25 {
	background:url(http://help.x.com.cn/n_pic/index/line.gif) left 9px repeat-x;
}
#DashedLine27 {
	background:url(http://help.x.com.cn/n_pic/index/line.gif) left 12px repeat-x;
}
#DashedLine_x {
	background:url(http://help.x.com.cn/n_pic/index/line2.gif) left repeat-x;
}
#DashedLine_y {
	background:url(http://help.x.com.cn/n_pic/index/line2.gif) center top repeat-y;
}
#ColumnTitle_r {
	background:url(http://help.x.com.cn/n_pic/index/main_51.gif) left repeat-x;
	padding-top:5px;
	padding-right:20px;
}
#ColumnTitle02 {
	background:url(http://help.x.com.cn/n_pic/index/main_97.gif) left no-repeat;
	padding-top:5px;
	font-weight:bold;
}
#ColumnTitle02_r {
	background:url(http://help.x.com.cn/n_pic/index/main_98.gif) left repeat-x;
	padding-top:5px;
	padding-right:10px;
}
#Column {
	padding:6px;
}
.Buttom {
	padding-left:20px;
	padding-right:10px;
}
.text {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.text13 {
	font-family: "宋体";
	font-size: 13px;
	color: #666666;
}
.text14 {
	font-family: "宋体";
	font-size: 14px;
	color: #666666;
}
.text15 {
	font-family: "宋体";
	font-size: 15px;
	color: #666666;
}
.text16 {
	font-family: "宋体";
	font-size: 16px;
	color: #666666;
}
.text18 {
	font-family: "宋体";
	font-size: 18px;
	color: #666666;
}
.t14 {  /* 旧版最终页应用 */
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text_16 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-decoration: none
}
.text_18 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none
}
.text_20 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none
}
.text_22 {
	font-size: 12px;
	line-height:22px;
	color: #666666;
}
.text_25 {
	font-size: 12px;
	line-height: 25px;
	color: #666666;
}
.text_26 {
	font-size: 12px;
	color: #666666;
	line-height: 26px;
	font-family: "宋体";
}
.text_28 {
	font-size: 12px;
	color: #666666;
	line-height: 28px;
	font-family: "宋体";
}
.text_30 {
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	font-family: "宋体";
}
.text_red {
	font-size: 12px;
	color: #FF0000;
}
.text_red_b {
	font-size: 12px;
	color: #FF0000;
	font-weight:bold;
}
.left_s { /* 商品目录左边内空距离 */
	padding-left:15px;
}
.img_border { /* 为图像加大小为1像素，颜色为灰色的边线 */
	border:1px #999999 solid
}
.tab_border { /* 边线为1px表格基本样式（适用于所有表格） */
	border:1px #acacac solid;
	font-family:"宋体";
	font-size:12px;
	color:#666666;
}
.tab { /* 最终页网友评论表格表线 */
	border: 1px solid #999999;
}
.tabyew { /* 最终页网页评论桔红色边线 */
	border-left: 1px #f97d0c solid;
	border-right: 1px #f97d0c solid;
}
.tabg { /* 最终页网页评论绿色边线 */
	border-right: 1px #a2d400 solid;
	border-left: 1px #a2d400 solid;
}
/*=============桔色头文件start===============*/

/*整体设置start*/
#x_box * {
	margin:0;
	padding:0;
}
#x_box {
	width:1000px;
	margin:0 auto;
	font:12px "宋体";
	color:#666;
	text-align:left;
	background-color:#FFFFFF;
	padding-top:8px;
}
.clear {
	font:1px "宋体";
	height:0px;
	line-height:0px;
	clear:both;
}
#x_box .x_logo {
	width:206px;
	height:123px;
	float:left;
}
/* 定购信息样式设置start */
#x_box .r_container {
	width:790px;
	height:123px;
	float:right;
}
#x_box .r_container .info1 {
	height:28px;
}
#x_box .r_container .info1 ul {
	padding-top:10px;
	font-weight:bold;
	color:#ef7d00;
	line-height:18px;
}
#x_box .r_container .info1 ul li {
	list-style:none;
	display:block;
	background:url(http://help.x.com.cn/n_pic/x_newhead/info1bg.gif) no-repeat;
	float:right;
	padding:0 12px 0px 22px;
}
#x_box .r_container .info2 {
	line-height:27px;
	padding-right:12px;
	text-align:right;
	height:27px;
}
#x_box .r_container .info2 ul li {
	list-style:none;
	float:right;
}
#x_box .r_container .info2 ul .phone {
	background:url(http://help.x.com.cn/n_pic/x_newhead/phone.gif) left center no-repeat;
	padding-left:16px;
	padding-right:10px;
}
#x_box .r_container .info2 ul .log_reg {
	background:url(http://help.x.com.cn/n_pic/x_newhead/log_reg.gif) left center no-repeat;
	padding-left:18px;
	padding-right:10px;
}
#x_box .r_container .info2 ul .server {
	background:url(http://help.x.com.cn/n_pic/x_newhead/server.gif) left center no-repeat;
	padding-left:18px;
	padding-right:10px;
}
#x_box .r_container .info2 ul .show_book {
	background:url(http://help.x.com.cn/n_pic/x_newhead/show_booking.gif) left center no-repeat;
	padding-left:18px;
}
#x_box .r_container .info2 a {
	color:#666;
}
/* 登陆样式设置start */
#x_box .r_container .login_window {
	height:39px;
	line-height:30px;
	vertical-align:middle;
}
/* 主菜单样式设置start */
#x_box .r_container .menu {
	height:29px;
	background:url(http://help.x.com.cn/n_pic/x_newhead/bot_line.gif) repeat-x;
}
#x_box .r_container .menu a {
	color:#000;
}
#x_box .r_container .menu a:hover {
	font-weight:bold;
}
#x_box .r_container .menu ul li {
	list-style:none;
	float:left;
	line-height:29px;
	text-align:center;
	width:65px;
	display:block;
}
#x_box .r_container .menu .nav_onlong a {
	color:#fff;
	font-weight:bold;
}
/*==小类菜单样式设置start==*/
#x_box .small_menu {
	height:28px;
	line-height:28px;
	background-color:#ff7e00;
	width:1000px;
}
#x_box .small_menu .shopcar {
	background:url(http://help.x.com.cn/n_pic/x_newhead/shopcar.gif) 14px no-repeat;
	width:206px;
	height:28px;
	float:left;
	color:#fffeb3;
	text-align:right;
}
#x_box .small_menu .shopcar a {
	color:#fffeb3;
	padding-right:20px;
}
#x_box .small_menu .shopcar .number {
	font-weight:bold;
	padding:0 6px;
}
#x_box .small_menu .nav_sub {
	width:790px;
	height:28px;
	float:right;
	overflow:hidden;
}
#x_box .small_menu .nav_sub .undis {
	display:none;
}
#x_box .small_menu .nav_sub .subli {
	display:none;
}
#x_box .small_menu .nav_sub ul li {
	list-style:none;
	display:block;
	padding-left:12px;
	color:#fff;
}
/*商品搜索*/
#x_box .r_container .menu ol a:hover {
	font-weight:normal;
}

#x_box .r_container .menu ol{ float:right; width:70px; padding:0; margin:8px 5px 0 0; list-style:none}
#x_box .r_container .menu ol li{ float:right;}
.nav_current,.nav_link,.nav_long,.nav_onlong{ background:url(http://help.x.com.cn/n_pic/x_newhead/navbg.png) no-repeat}
#x_box .r_container .menu .nav_current {background-position:0 0;width:65px;background-color:#ff7e00}
#x_box .r_container .menu .nav_current a {color:#fff;font-weight:bold}
#x_box .r_container .menu .nav_current a:hover {position:relative;left:1px;top:1px}
#x_box .r_container .menu .nav_link {background-position:0 -70px;background-color:#fdeca1}
#x_box .r_container .menu .nav_long {background-position:0 -105px;width:95px;background-color:#fdeca1}
#x_box .r_container .menu .nav_onlong {background-position:0 -35px;width:95px;background-color:#ff7e00}
#x_box .r_container .menu .nav_onlong a {color:#fff;font-weight:bold}


#x_box .small_menu .nav_sub .a_mid {
	text-align:center;
}
#x_box .small_menu .nav_sub .a_mid_nmc {
	text-align:center;
	padding-right:100px;
}
#x_box .small_menu .nav_sub .a_mid_c {
	text-align:right;
	padding-right:80px;
}
#x_box .small_menu .nav_sub #sub9 {
	text-align:right;
	padding-right:45px;
}
#x_box .small_menu .nav_sub ul li a {
	color:#fff;
}
.baiqiang {
	width:1000px;
	height:78px;
	margin:0px auto 5px;
}
/* 36类商品start */
#all-categories, #public_top_window {
	width:500px;
	height:auto;
	border:1px solid #666;
	text-align:left;
	color:#003a82;
	font:12px "宋体";
}
#all-categories {
	display:none;
}
#public_top_window ul {
	margin:8px 15px;
	padding:0;
}
#public_top_window ul li {
	list-style:none;
	display:block;
	line-height:25px;
	border-bottom:1px dashed #ddd;
}
#public_top_window span a {
	color:#fc5c1e;
	font-weight:bold;
	font-size:12px;
}
#public_top_window span a:hover {
	color:#fc5c1e;
	text-decoration:none;
}
#public_top_window a {
	color:#003a82;
}
#public_top_window a:hover {
	color:#003a82;
	text-decoration:underline;
}
.n2Pop {
	border: 3px solid #eeeddd; 
	background-color:#fff;
	position:absolute; 	
	z-index:200;
}
	
.animatedBox {
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	background:#ffffff;
	z-index:220;
}

.animatedBoxHollow {
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	z-index:220;
}
/* 商品搜索start */
#x_box .space {
	height:5px;
	line-height:5px;
}
#x_box .serch {
	height:31px;
	border:1px solid #999;
	color:#666;
}
#x_box .serch .shopserch, #x_box .serch form {
	width:364px;
	height:29px;
	line-height:29px;
	float:left;
	padding-left:12px;
	padding-top:0px !important;
	padding-top:2px;
}
#x_box .serch .shopserch label, #x_box .serch .hotserch .hotser {
	font-weight:bold;
	color:#ff7214;
}
#x_box .serch .shopserch input {
	vertical-align:middle;
	line-height:18px;
	text-indent:25px;
	}

.wdht{width:38px; height:21px;}
#x_box .serch .hotserch {
	width:610px;
	float:right;
	height:29px;
	line-height:29px;
}
#x_box .serch .hotserch a {
	color:#666;
}
/*=============桔色尾文件start===============*/
.foot_bottom {
	width:998px;
	border:#999999 1px solid;
	margin:0 auto;
	clear:left;
	background-color:#fff;
}
.clear {
	clear:both;
}
.foot_bottom_left {
	float:left;
	background:url(http://help.x.com.cn/n_pic/bottom/foot_188.gif) no-repeat;
	width:265px;
	height:196px;
	text-align:left;
}
.foot_bottom_right {
	float:right;
	width:730px;
}
.foot_tab {
	margin:15px 0 0 15px;
	font-size:12px;
	height:168px;
}
.foot_tab td {
	height:24px;
	font-size:12px;
	height:20px;
	overflow:visible;
}
.border_1 {
	border-bottom:1px #999999 dashed;
	border-right:1px #999999 dashed;
}
.border_2 {
	border-bottom:1px #999999 dashed;
}
.border_3 {
	border-right:1px #999999 dashed;
}
.biaoti_1 {
	background:url(http://help.x.com.cn/n_pic/bottom/foot_191.gif) no-repeat 18px 8px;
	padding:3px 0 0 33px;
	font-weight:bold;
	color:#ff6600;
}
.biaoti_2 {
	background:url(http://help.x.com.cn/n_pic/bottom/foot_195.gif) no-repeat 18px 9px;
	padding:3px 0 0 33px;
}
#fw {
	margin:0;
	padding:0;
	padding:13px 0 0 17px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#FF0000;
	width:248px;
}
.n_foot {
	width:1000px;
	margin:0 auto;
	background-color:#fff;
	text-align:center;
}
.hr_s {
	margin:5px auto;
}
.foot_bottom_left p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:20px;
	padding-left:17px;
	padding-top:5px;
	color:#ff6600;
}
.footkeyword {
	letter-spacing:1px;
	list-style:none;
	line-height:18px;
	text-align:center;
}
.copyright {
	line-height:18px;
	text-align:center;
	list-style:none;
}
#d1bar {
	width:998px;
	line-height:22px;
	margin:0 auto;
	border:1px solid #ffd800;
	background-color:#e60012;
	color:#fff;
	text-align:center;
	margin-bottom:6px;
}

/*=====会员中心弹出背景样式=====*/
.tanchutable1{ line-height:20px; border:1px solid #a85608; height:20px; background:url(http://help.x.com.cn/n_pic/user/femaletanchubj_03.gif) no-repeat; width:396px; height:130px;}

/*=====头文件登陆表单样式=====*/
.reginput{ width:160px; height:20px; background-color:#fffcdd; border:1px solid #ff7e00;}


/*文本框变色*/
/*input*/
.input_on{
height:18px;
border:1px solid #ff7e00;
background-color:#fffcdd;
background:url(http://help.x.com.cn/n_pic/x_newhead/serch.gif) 5px no-repeat;
}
.input_off{
height:18px;
border:1px solid #666;
background-color:#FFF;
background:url(http://help.x.com.cn/n_pic/x_newhead/serch.gif) 5px no-repeat;
}
.input_move{
height:18px;
border:1px solid #ff7e00;
background-color:#fffcdd;
background:url(http://help.x.com.cn/n_pic/x_newhead/serch.gif) 5px no-repeat;
}
.input_out{
height:18px;
border:1px solid #666;
background-color:#FFF;
background:url(http://help.x.com.cn/n_pic/x_newhead/serch.gif) 5px no-repeat;
}
/*========百强样式==========*/
.main_baiqiang{ width:1000px; margin:0 auto; margin-bottom:5px;}
/*===一对一客服====*/
.main_kefu{ width:1000px; margin:5px auto 0; padding:0;}
.index_kefuLeft{ width:272px; margin:0; padding:0; float:left; }
.kefu_indexImg{ margin:0; padding:0; font-size:0;}
.kefu_leftMain{ margin:0; padding:0 0 0 10px; border:1px solid #ffdbb5; width:260px;  height:317px;}
.kefu_leftMain p{ background:url(http://help.x.com.cn/n_pic/index/_12.gif) no-repeat; color:#FF0000; font-weight:bold; margin:0px 0 0 0; padding:5px 0 0 35px; font-size:14px; }
.kefu_black{ color:#000000;}
.kefu-span1{ color:#ff6600;}
.kefu_leftMain ul{ list-style:none; margin:5px 0 0 0px; padding:0; float:left; }
.kefu_leftMain ul li{ background:url(http://help.x.com.cn/n_pic/index/_16.gif) no-repeat 0px 15px; margin:0; padding:0 0 0 12px; color:#ff6600; font-weight:bold; line-height:40px;}
.kefu_leftMain ol{ list-style:none;}
.kefu_leftMain ol .kefu_olli2{ margin:10px 0 0 3px; padding:0; float:left; width:185px; height:31px; border-left:1px solid #ff6600; line-height:16px;
 }
 .kefu_leftMain ol .kefu_olli3{ margin:8px 0 0 3px; padding:0; float:left; width:185px; height:31px; border-left:1px solid #ff6600; line-height:16px; letter-spacing: 1px;}
 .kefu_leftMain ol .kefu_olli4{ margin:8px 0 0 3px; padding:0; float:left; width:185px; height:45px; border-left:1px solid #ff6600; line-height:16px; letter-spacing: 1px;}
.kefu_leftMain ol .kefu_olli5{ margin:8px 0 0 3px; padding:0; float:left; width:185px; height:45px; border-left:1px solid #ff6600; line-height:16px; letter-spacing: 1px;}
.kefu_leftMain ol .kefu_olli6{ margin:8px 0 0 3px; padding:0; float:left; width:190px; height:31px; border-left:1px solid #ff6600; line-height:16px; letter-spacing: 1px;}
.main_kefuRight{ width:722px; margin:0; padding:0; float:right;}
.kefuright1{ background:url(http://help.x.com.cn/n_pic/stherb/index/kefu_05.gif) no-repeat; width:700px; height:22px; margin:0; padding:10px 0 0 22px;}
.kefuright1 h2{ font-size:14px; font-weight:bold; color:#ff6600; float:left; margin:0; padding:0;}
.kefuright1 p{ color:#000000; font-size:12px; float:left; width:180px; margin:0 0 0 35px; padding:0; }
.kefuright_main{ margin:0; padding:0; float:right; width:720px; border:1px solid #ffdbb5;}
.kefuright_main1{ background:url(http://help.x.com.cn/n_pic/stherb/index/kefu_10.gif) no-repeat; width:720px; height:175px; padding:0; margin:0;}
.right_main1{ width:300px; float:left; padding:0; margin:40px 0 0 15px; margin:40px 0 0 15px!important; *margin:40px 0 0 8px;}
.right_main2{ width:283px; float:right; padding:0; margin:5px 10px 0 0!important; *margin:5px 5px 0 0;}
.right_main2 h3{ font-size:14px; font-weight:normal; color:#ff6600; margin:0 0 0 20px; padding:0;}
.kefu-span2{ display:block; margin:0 0 0 92px; padding:0;}
.main_kefuRight1{ margin:0; padding:0;}
.main_kefuRight1 p{ font-size:14px; color:#ff6600; margin:0 0 1px 15px;}

/*============aganaliga于100920编辑===========*/
.map{width:779px; border:1px solid #333; margin:0 auto}