﻿@import url('main.css');
#logo {
    position: absolute;
    top: 28px;
    left: 200px;
	width: 400px;
	height: 70px;
	font-size: 26px;
	font-weight: bold;
	font-family: 黑体,宋体, Arial, Helvetica, sans-serif;
	color: #F37020;
}
#headnav {
    position: absolute;
    bottom: 48px;
    right: 150px;
	width: 310px;
	height: 30px;
	text-align: right;
	font-weight: bold;
	line-height: 30px;
	color: #FFE8E8;
}
#headnav a {
	color: #FFE8E8;
}
#headnav a:hover {
	text-decoration: underline;
}
.mainleftbox {
	width: 208px;
	height: auto;
	margin: 20px 0 0 0;
	background: url(images/map.jpg) right bottom no-repeat;
}
.mainleftbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainleftbox ul li {
	float: left;
	padding: 0 0 0 18px;
}
.indexcontact {
	float: left;
	margin: 20px 0 0 20px;
	display: inline;
}
.indexcontact p {
	line-height: 150%;
}
/*-------------主导航菜单---------------*/
#nav {
    position: absolute;
    left: 0;
    bottom: 0;
	clear: both;
	width: 100%;
	height: 42px;
	background: url(images/navbg.gif) 0 0 no-repeat;
}
#nav .navleft {
	display: block;
	float: left;
	width: 0px;
	height: 31px;
	z-index: 2001;
}
#nav .navright {
	display: block;
	float: right;
	width: 0px;
	height: 31px;
	z-index: 2001;
}
#nav ul {
	width: auto;
	height: 31px;
	padding: 0;
	margin-left: 100px;
	list-style: none;
	background: #fff;
}
#nav ul li {
	float: left;
	list-style: none;
	display: inline;
	font-size: 14px;
}
#nav ul li a {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	background: url(images/navbga.jpg) 0 0 repeat-x;
	color: #FFF;
	width: auto;
	text-align: center;
}
#nav ul li a span {
	background: url(images/navbga.jpg) repeat-x;
	display: block;
	font-weight: bold;
} 
#nav ul li a span {
	padding: 8px 18px 7px 1px;
} /* FireFox */
*html #nav ul li a span {
	padding: 9px 18px 7px 1px;
} /* ie6 fixed */
*+html #nav ul li a span {
	padding: 9px 18px 7px 1px;
} /* ie7 fixed, 注意顺序 */
#nav ul li a:hover {
	background: url(images/navbga.jpg) repeat-x;
	cursor: pointer;
	text-decoration: none;
	cursor: pointer;
	color: #F68F50;
}
#nav ul li a:hover span {
	background: url(images/navbga.jpg) repeat-x;
	cursor: pointer;
}
#nav ul li a.current {
	background: url(images/navbga.jpg) repeat-x;
	cursor: pointer;
	color: #F37020;
}
#nav ul li a.current span {
	background: url(images/navbga.jpg) repeat-x;
	cursor: pointer;
}
#navinfo {
    position: absolute;
    top: 58px;
    left: 200px;
	width: 380px;
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 28px;
	height: 26px;
	overflow: hidden;
	color: #fff;
}
#navinfo h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
/*-------------主导航下拉菜单---------------*/
#ulnav {
	position: absolute;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
}
#ulnav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 9999;
	position: relative;
}
#ulnav li a {
	outline: none !important;
	-moz-outline-style: none;
}
#ulnav li.over, #ulnav li:hover {
	z-index: 9099999 !important;
}
#ulnav li:hover a, #ulnav li.over a, #ulnav li a:hover {
	z-index: 9099999 !important;
}
* html #ulnav li a:hover, * html #ulnav li.over a {
	cursor: hand;
}
#ulnav ul {
	display: none;
}
#ulnav li.over ul, #ulnav li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 31px;
	width: 105px;
	height: auto;
	margin: 0;
	padding: 0 5px 10px 0;
	z-index: 2000;
	background: url(/plugins/menu/tn.png) no-repeat right bottom;
	border-right: none;
	border-bottom: none;
}
* html #ulnav li ul, * html #ulnav li:hover ul {
	background: none !important;
}
#ulnav li ul li {
	width: 100px;
	background: #ededed;
	padding: 0;
	margin: 0;
	height: auto;
	border-left: none;
}
#ulnav li ul li strong, #ulnav li ul li a {
	background: none !important;
	padding: 3px 10px 3px 10px;
	width: 79px !important;
	border-right: none;
	font-variant: normal;
	font-size: 12px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	border-top: 1px solid #FFFFFF;
	text-indent: 0px;
	height: auto !important;
	line-height: 100% !important;
	margin: 0;
	color: #666;
	text-align: center;
	font-weight: normal;
	filter: none !important;
}
#ulnav li ul li:hover {
	border-left: none;
}
#ulnav li ul li a:hover {
	border-top: 1px solid #9E9E9E;
	border-left: 1px solid #FFFFFF;
	padding: 4px 9px 2px 11px;
	background: #ddd !important;
}
#ulnav li ul li:hover > a {
	border-top: 1px solid #9E9E9E;
	border-left: 1px solid #FFFFFF;
	padding: 4px 9px 2px 11px !important;
}
#ulnav li ul li ul, #ulnav li:hover ul li ul, #ulnav li.over ul li ul {
	display: none;
}
#ulnav li ul li:hover ul, #ulnav li:hover ul li:hover ul, #ulnav li.over li.over ul {
	position: absolute;
	display: block !important;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 105px !important;
}
#ulnav li ul li.r:hover ul {
	left: -100%;
}
#ulnav li:hover ul li:hover ul li, #ulnav li.over ul li.over ul li {
	width: 100px !important;
}
#ulnav li:hover ul li:hover ul li a {
	letter-spacing: normal;
	width: 79px !important;
}
.indexbanner {
	float: left;
	width: 560px;
	height: auto;
}
.indexnews {
	float: right;
	width: 200px;
	height: auto;
}
/*------------二级栏目导航-------------*/
.box {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.box h2 {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 80px;
	font-weight: bold;
	background: url(images/title_bg_pr.gif) 0 0 no-repeat;
}
.box .t {
	display: block;
	float: left;
	margin: 0;
	padding: 42px 0 0 0;
	width: 200px;
	height: 24px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-indent: 70px;
}
.box h2 span.t a, .box h2 span.t a:hover, .box2 h2 span.t a, .box2 h2 span.t a:hover {
	color: #FFF;
}
.box2 {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.box2 h2 {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 60px;
	font-weight: bold;
	background: url(images/title_bg.gif) 0 15px no-repeat;
}
.box2 .t {
	display: block;
	float: left;
	margin: 0;
	padding: 22px 0 0 0;
	width: 200px;
	height: 24px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-indent: 30px;
}
.box3 {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	overflow: hidden;
	line-height: 180%;
	zoom: 1;
}
.box3 h2 {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-weight: bold;
}
.box3 .t {
	display: block;
	margin: 0;
	padding: 5px 0;
	width: 100px;
	height: auto;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-indent: 20px;
}
.box .subbox, .box2 .subbox, .mainbox .subbox {
	clear: both;
	margin: 0;
	padding: 2px;
	width: auto;
	height: 100%;
}
.box3 .subbox {
	float: left;
	width: auto;
	padding: 5px 0;
	height: auto;
}
.bot {
	clear: both;
	display: block;
	overflow: hidden;
	background: url(images/bot.gif) right 10px no-repeat;
	width: 100%;
	height: 30px;
}
.botindex {
	clear: both;
	display: block;
	overflow: hidden;
	background: url(images/bot.gif) right top no-repeat;
	width: 100%;
	height: 25px;
}
.bot .botleft {
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	background: url(images/bottom_bg.gif) 0 -8px no-repeat;
}
.bot .botright {
	display: block;
	float: right;
	width: 8px;
	height: 8px;
	background: url(images/bottom_bg.gif) -92px -8px no-repeat;
}
.mainbox {
	margin: 0;
	padding: 0 25px 0 30px;
	width: auto;
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.mainbox h2 {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 40px;
	line-height: 35px;
	font-weight: bold;
	background: url(images/maintitle_bg.gif) 10px 0 no-repeat;
}
.mainbox .t {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 40px;
	background: url(images/maintitle_bg_h2.gif) 10px 9px no-repeat;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #dc2619;
	text-indent: 24px;
}
.mainbox h2 span.t a, .mainbox h2 span.t a:hover {
	color: #dc2619;
}
.mainboxleft {
	float: left;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 237px;
	overflow: hidden;
	zoom: 1;
	background: url(images/banner_2.gif) 0 0 no-repeat;
	position: relative;
}
.mainboxleft span.p {
	position: absolute;
	top: 205px;
	left: 40px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 24px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #dc2619;
}
.mainleftflash {
	position: absolute;
	left: 0;
	top: 10px;
	width: 254px;
	height: 199px;
}
.mainboxright {
	float: right;
	width: 410px;
	height: auto;
	overflow: hidden;
	zoom: 1;
}
#subnav {
	margin: 0;
	padding: 0;
}
#subnav ul {
	margin: 0;
	padding: 0;
}
#subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	line-height: 25px;
	text-indent: 25px;
}
#subnav li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #25272E;
	height: auto;
	background: url(images/marcer_red.gif) 14px 9px no-repeat;
}
#subnav li a:hover {
	background: #E6E9EE url(images/marcer_red.gif) 14px 9px no-repeat;
	color: #dc2619;
}
#subnav li a.current {
	background: #E6E9EE url(images/marcer_red.gif) 14px 9px no-repeat;
	color: #dc2619;
}
#pronav {
	margin: 0;
	padding: 0;
}
/*#pronav h1 {
	margin: 0;
	padding: 0;
	color: #FF8205;
	font-size: 1em;
	font-weight: bold;
	line-height: 25px;
	text-indent: 25px;
}*/
#pronav ul {
	margin: 0;
	padding: 0;
}
#pronav li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	line-height: 25px;
	text-indent: 25px;
}
#pronav li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #25272E;
	height: auto;
	background: url(images/marcer_red.gif) 14px 9px no-repeat;
}
#pronav li a:hover {
	background: #E6E9EE url(images/marcer_red.gif) 14px 9px no-repeat;
	color: #dc2619;
}
#pronav li a.current {
	background: #E6E9EE url(images/marcer_red.gif) 14px 9px no-repeat;
	color: #dc2619;
}
/*------------顶部搜索-------------*/
#topsearch {
	margin-top: 15px;
	width: 352px;
	float: right;
	text-align: right;
}
#topsearch ul {
	margin: 0;
	padding: 0;
}
#topsearch ul li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
#topsearch .keyword {
	width: 230px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	border: #D4D4D4 1px solid;
}
#topsearch .searchbtn {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 61px;
	height: 26px;
	background: url(images/btn-search2.gif) 0 1px no-repeat;
	cursor: hand;
}
#topsearch .searchselect {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
/*------------高级搜索-------------*/
#searchbox-adv {
	clear: both;
	width: 500px;
	padding-left: 20px;
}
#searchbox-adv .keyword {
	margin: 0;
	padding: 2px;
	border: 1px solid #d4d4d4;
	width: 230px;
	height: 16px;
	line-height: 16px;
	color: #25272E;
	text-align: center;
}
#searchbox-adv .pricefrom {
	margin: 0;
	padding: 2px;
	border: 1px solid #D4D4D4;
	width: 120px;
	height: 16px;
	color: #25272E;
}
#searchbox-adv .priceto {
	margin: 0;
	padding: 2px;
	border: 1px solid #d4d4d4;
	width: 120px;
	height: 16px;
	color: #25272E;
}
#searchbox-adv ul {
	margin: 0;
	padding: 0;
}
#searchbox-adv ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
}
#searchbox-adv .searchbtn {
	margin: 0;
	padding: 0;
	border: 0;
	width: 61px;
	height: 21px;
	background: url(images/btn-search.gif) 0 0px no-repeat;
	cursor: hand;
}
#searchbox-adv .searchprice {
	float: left;
	margin: 0;
	padding: 0;
}
#searchbox-adv .searchbrand {
	clear: both;
	margin: 0;
	padding: 0;
}
#searchbox-adv .submit {
	clear: both;
	padding-left: 0px;
}
/*------------搜索区域-------------*/
#searchbox {
	padding-left: 10px;
}
#searchbox .keyword {
	border: 1px solid #d4d4d4;
	width: 120px;
	height: 20px;
	line-height: 20px;
	color: #25272E;
}
#searchbox .searchbtn {
	margin: 0;
	padding: 0;
	border: 0;
	width: 61px;
	height: 21px;
	background: url(images/btn-search.gif) 0 0px no-repeat;
	cursor: hand;
}
#searchbox ul {
	margin: 0;
	padding: 0;
}
#searchbox ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
}
/*------------登录框-------------*/
#loginbox {
	padding: 5px;
}
#loginno .logininput {
	border: 1px solid #d4d4d4;
	width: 100px;
	height: 20px;
	line-height: 20px;
	color: #25272E;
}
#loginno .loginbtn {
	margin: 0;
	padding: 0;
	border: 0;
	width: 61px;
	height: 21px;
	background: url(images/btn-login.gif) 0 0px no-repeat;
	cursor: hand;
}
#loginno {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
#loginno li {
	clear: both;
	margin: 2px;
	padding: 0;
	list-style: none;
}
#loginok {
	margin: 0;
	padding: 0;
}
#loginok li {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 20px;
	padding-top: 4px;
}
/*------------页脚版权信息-------------*/
#copyright {
	clear: both;
	margin: 20px 0;
	padding: 0;
	width: 100%;
	height: auto;
	color: #25272E;
}
.line {
    clear: both;
	margin: 0;
	padding: 5px 0 5px 20px;
	height: 20px;
	text-align: center;
	background: #7D7D7D url(images/logo2.gif) right 5px no-repeat;
	border: none;
}
/*------------友情链接-文字-------------*/
.linktext, .linktext1 {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "宋体",Verdana, Arial;
	line-height: 180%;
	overflow: hidden;
}
.linktext .title, .linktext1 .title {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 30px;
	background: none;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #666;
}
.linktext ul, .linktext1 ul {
	margin: 0;
	padding: 0;
}
.linktext li, .linktext1 li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	padding-right: 8px;
	list-style: none;
	white-space:nowrap;
}
.linktext1 li {
	font-weight: bold;
}
.subbox .linktext li a {
	color: #666;
}
.line .linktext1 li a {
	color: #fff;
}
.subbox .linktext li a:hover {
	color: #666;
	text-decoration: underline;
}
.line .linktext1 li a:hover {
	color: #fff;
	text-decoration: underline;
}
.links {
	display: none;
}
/*------------页脚菜单-------------*/
#botmenu {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "宋体",Verdana, Arial;
}
#botmenu ul {
	margin: 0;
	padding: 0;
}
#botmenu li {
	float: left;
	width: auto;
	padding: 0;
	padding-right: 10px;
	margin: 0;
	list-style: none;
}
#botmenu li a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#botmenu li a:hover {
	color: #999;
	text-decoration: underline;
}

