﻿@import url('main.css');
#head {
	width: 100%;
	height: 140px;
	clear: both;
	padding: 0;
	margin: 0;
	color: #D8D8D8;
	position: relative;
}
#head a {
	color: #D8D8D8;
}
#head a:hover {
	text-decoration: underline;
}
#c_name {
    position: absolute;
    left: 15px;
    top: 10px;
	width: 500px;
	height: 50px;
	background: url(images/c_name.jpg) 0 0 no-repeat;
}
#logo {
	width: 220px;
	height: 56px;
    position: absolute;
    left: 10px;
    top: 72px;
	background: url(images/uv.jpg) 0 0 no-repeat;
}
#c_name span, #logo span {
	display: none;
}
#c_name a {
    display: block;
	width: 370px;
	height: 50px;
}
#logo a {
    display: block;
	width: 220px;
	height: 56px;
}
#headnav {
	position: absolute;
	width: 250px;
	height: 16px;
	right: 0;
	top: 0;
	padding: 12px 15px;
	text-align: right;
	font-weight: bold;
	color: #000;
	background: url(images/headnav.jpg) right 5px no-repeat;
}
#headnav a {
	color: #000;
}
#head .tel {
	position: absolute;
	width: 400px;
	height: 16px;
	right: 0px;
	top: 45px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: right;
}
.indexcontact {
	margin: 10px 10px 10px 20px;
}
.indexcontact p {
    margin: 0 0 20px 0;
	line-height: 150%;
}
#head .indexnav {
	position: absolute;
	left: 280px;
	top: 70px;
	width: 320px;
	height: auto;
	line-height: 19px;
}
#head .indexnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#head .indexnav ul li {
	text-indent: 25px;
	width: 100%;
	background: url(images/title-item.gif) 10px 5px no-repeat;
}
#navinfo {
	position: absolute;
	top: 90px;
	right: 10px;
	width: 320px;
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 28px;
	height: 26px;
	overflow: hidden;
	color: #FE8206;
}
#navinfo h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#img1, #img2, #img3 {
	width: 180px;
	height: 42px;
	margin: 0;
	padding: 0;
}
#img2, #img3 {
    margin: 15px 0 0 0;
}

/*-------------主导航菜单---------------*/
#nav{overflow:hidden;clear:both; background: url(images/nav_bg.jpg) 0 0 no-repeat;width:100%;height:41px;}

#nav .navleft {display:block;float:left;width:16px;height:41px;z-index: 2001;}
#nav .navright {display:block;float:right;width:16px;height:41px;z-index: 2001;}
#nav ul{float:left;height:41px;width:900px;list-style:none;margin-left:16px;}
#nav ul li {float:left;list-style:none;display:inline;}
#nav ul li a{float:left;margin:0 0 0 0;padding:0 0 0 20px;color:#FFF;width:auto;text-align:center;}
#nav ul li a span{padding:15px 18px 12px 1px!important;display:block;}
#nav ul li a:hover{background:url(images/menunow.jpg) no-repeat;background-position:0% 0%;cursor:pointer;text-decoration:none;cursor:pointer;color:#fff;}
#nav ul li a:hover span{background:url(images/menunow.jpg) no-repeat;background-position:100% 0%;cursor:pointer;}
#nav ul li a.current{background:url(images/menunow.jpg) no-repeat;background-position:0% 0%;cursor:pointer;color:#fff;}
#nav ul li a.current span{background:url(images/menunow.jpg) no-repeat;background-position:100% 0%;cursor:pointer;}

/*-------------主导航下拉菜单---------------*/
#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: 40px;
	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: 51px;
	font-weight: bold;
	background: url(images/title_bg.gif) 0 0 no-repeat;
}
.box .t {
	display: block;
	float: left;
	margin: 0;
	padding: 18px 0 0 0;
	width: 200px;
	height: 24px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-indent: 50px;
}
.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: 51px;
	font-weight: bold;
	background: url(images/title_bg.gif) 0 0 no-repeat;
}
.box2 .t {
	display: block;
	float: left;
	margin: 0;
	padding: 18px 0 0 0;
	width: 200px;
	height: auto;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-indent: 50px;
}
.box3 {
	margin: 10px 0 0 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: 0;
	width: 80px;
	height: 24px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #25272E;
	text-indent: 10px;
}
.box .subbox, .box2 .subbox, .mainbox .subbox {
	clear: both;
	margin: 10px 0;
	padding: 2px;
	width: auto;
	height: 100%;
}
.box3 .subbox {
    float: left;
    width: auto;
	height: 100%;
}
.bot {
	display: block;
	overflow: hidden;
	clear: both;
	background: url(images/bot.gif) 0 10px no-repeat;
	width: 100%;
	height: 40px;
}
.bot1 {
	display: block;
	overflow: hidden;
	clear: both;
	background: url(images/bot.gif) 0 2px no-repeat;
	width: 100%;
	height: 10px;
}
.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: 20px 0 0 0;
	padding: 0;
	width: auto;
	height: auto;
	overflow: hidden;
	zoom: 1;
	background: url(images/maintitle_bg.gif) 0 0 no-repeat;
}
.mainbox h2 {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	width: auto;
	height: 30px;
	line-height: 22px;
	font-weight: bold;
}
.mainbox .t {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 30px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	text-indent: 24px;
}
.mainbox h2 span.t a, .mainbox h2 span.t a:hover {
	color: #000;	
}
#subnav {
	margin: 0;
	padding: 0;
}
#subnav ul {
	margin: 0;
	padding: 0;
}
#subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 25px;
	text-indent: 40px;
}
#subnav li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #25272E;
	height: auto;
	background: url(images/marcer_orange.gif) 25px 9px no-repeat;
}
#subnav li a:hover {
	color: #C20000;
}
#subnav li a.current {
	color: #C20000;
}
#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: normal;
	line-height: 25px;
	text-indent: 40px;
}
#pronav li a, #pronav h1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #25272E;
	height: auto;
	background: url(images/marcer_orange.gif) 14px 9px no-repeat;
}
#pronav li a {
	background: url(images/item-nav2.gif) 25px 6px no-repeat;
}
#pronav li a:hover, #pronav h1 a:hover {
	color: #C20000;
}
#pronav li a.current,  #pronav h1 a.current {
	color: #C20000;
}
/*------------顶部搜索-------------*/
#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: 0 0 20px 0;
	padding: 0;
	text-align: left;
	width: 100%;
	height: auto;
	color: #25272E;
}
#copyright .line {
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
	height: 39px;
	text-align: center;
	background: url(images/footbg.jpg) 0 0 no-repeat;
	border: none;
}
.copyright {
	margin: 10px 0 0 10px;
	line-height: 120%;
}
/*------------友情链接-文字-------------*/
.linktext, .linktext1 {
	clear: both;
	margin: 0;
	padding: 0 0 0 10px;
    width: auto;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 180%;
	overflow: hidden;
}
.linktext .title, .linktext1 .title {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: 22px;
	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;
	padding: 0;
	margin: 0;
	margin-right: 8px;
	list-style: none;
	white-space:nowrap;
}
* html .linktext li, .linktext1 li {
	margin-right: 6px;
}
.subbox .linktext li a {
	color: #212010;
}
.line .linktext1 li a {
	color: #fff;
}
.subbox .linktext li a:hover {
	color: #212010;
	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: Helvetica, Arial, sans-serif;
}
#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;
}

