@charset "utf-8";
@import "/USITE/Css/ui/cupertino/jquery-ui-1.7.1.custom.css";
/*基本框架样式 Creat by david 2009-2-7*/
*{
	padding:0;
	margin:0;
	font-size:12px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}
a{color:#333;text-decoration:none;blr:expression(this.onFocus=this.blur()) }
ul{list-style:none;padding:0;margin:0;}
form{padding:0;margin:0;}
:focus { outline: none; } /* for Firefox */ 
a:hover{
	color:#FF6600;
	text-decoration: underline;
}
.control{border:0px solid red;}
img{border:0;}
body{
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-position: top left;
	padding:0;
	margin:0;
	font-size:12px;
}
#PageLeft li.more a{color:orange;font-weight:bold;}
#main .userview,#news_view {
	font-size:14px;
	line-height:180%;
	clear:both;
}
#main .userview p{
	margin:12px 0;
	font-size: 14px;
}
#news_view p{
	margin:12px 0;
	font-size: 14px;
}
/*位置块定义-------------------------------------------------------------------------------*/
#container {
	/*background:url(images/top_bg.png) no-repeat center 40px;*/
	width: 100%;
	margin:0;
	padding:0;
}
/*头部------------------------------------------------------------------------------*/	
#PageTop{
	width:980px;
	margin:0 auto;
	padding:0;
	height: 157px;
	position: relative;
}
#language{
	text-align: right;
	height:40px;
	margin:0;
	padding:0;
	width:980px;
	overflow:hidden;
}
#language ul{
	margin:15px -2px 0 0;
}
#language li{
	display: inline;
	padding: 0px 8px;
	line-height:12px;
	border-right:1px solid #fff;
	font-size:10px;
	font-family:Arial,Tahoma,Verdana;
}
#language img{
	margin-right: 10px;
}
#language a{
	color: #FFFFFF;
}
#language a:hover {
	text-decoration: underline;
}
#language .active a{
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}
#partsearch {
	background:#6184BE;
	text-align:right;
	height:42px;
}
#partsearch ul{padding:8px;margin:0;list-style:none;}
#partsearch .txt {
	width:220px;
	height:16px;
	background:url(images/search_txt_bg.png) repeat-x left 0px;
	border:0px solid red;
	border-left:1px solid #4D71AB;
	border-right:1px solid #4D71AB;
	padding:5px;
	vertical-align :top;
	color:#fff;
	font-size: 14px;
}
#partsearch .btn {
	background:url(images/search_btn_bg.png) repeat-x left 0px;
	text-indent:-300px;
	width:25px;
	height:26px;
	border:none;
	vertical-align :top;
	_margin-top: 1px;
}
#partsearch .content form{padding:0;}
#logo {
	background:url(images/top_bg.png) no-repeat left 12px;
	position:absolute;
	top:28px;
	right:740px;
	width:600px;
	text-align:right;
	height:230px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 70px;
}
#banner {
	float: right;
	position: absolute;
	top: 100px;
	left: 413px;
	color: #FFFFFF;
	width: 710px;
}
#banner h1 {
	text-align: center;
	width: 700px;
}
/*联系小模块*/
#user1{
	position: absolute;
	left: 610px;
	top: 140px;
}
#user1 .container{
}
#user1 .txt p{
}
#menu{
	position: absolute;
	left: 240px;
	top: 197px;
}
#menu ul{
	margin-left: 20px;
}
#menu li {
	display:inline;
	background-image: url(images/nav_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height:40px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
}
#menu li a{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-right: 10px;
	padding-right: 24px;
	padding-left: 16px;
}
#menu li a:hover{
	color: #FF0000;
}
#menu .active{
}
#menu .active a{
	color: #FF6600;
	text-decoration: none;
}
/*中部------------------------------------------------------------------------------*/
#main{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
}

#flash {
	position: absolute;
	left: 239px;
	top: 20px;
}
#flash1{
	position: absolute;
	right: 1px;
	top: 95px;
	width:568px;
	height:45px;
}

#home {
	float: left;
	width: 500px;
	margin:0;
	color: #333333;
}
#production {
	float: left;
	width: 208px;
	background-color: #ebebeb;
	padding: 10px;
	clear:none!important;
	line-height: 1.4em!important;
	color: #333333;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #676767;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#production td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #676767;
	padding-top: 10px;
	padding-bottom: 10px;
}
#production a img {
	border: 1px solid #CCCCCC;
	padding: 1px;
}
#production a:hover img {
	border: 1px solid #FF3300;
	padding: 1px;
}
#main #device,#main #productsolid {
	width:718px;
	overflow:hidden;
	line-height:100%;
	padding: 5px;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
}
#device h2{}
/*左边------------------------------------------------------------------------------*/	
#DEFAULT #PageLeft{
	float: left;
	line-height: 26px;
	width: 238px;
	padding:0;
	position:relative;
	overflow:hidden;
	margin: 0;
}
#PageLeft h2 {
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 46px;
	width: 220px;
	margin-left: -1px;
	line-height: 40px;
	padding-left: 20px;
}
#PageLeft h2 span{
	font-size: 16px;
	color: #FFFFFF;
}
#PageLeft .content{
	background-color: #f2f3f7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9db;
	border-bottom-color: #d9d9db;
	border-left-color: #d9d9db;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*搜索*/
#PageLeft .advsearch{
	color: #FFFFFF;
	line-height: 30px;
}
#PageLeft .advsearch li{
}
#PageLeft .advsearch label {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
}
#PageLeft .advsearch select{
	width: 210px;
	color: #333;
}
#PageLeft .advsearch .btn {
	background-image: url(images/an.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 95px;
	background-color: #f2f3f7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	line-height: 24px;
}
/*导航目录----------------------------------------------------------------------------------------------------------*/
#nav1 {
}

#nav1 li{
	line-height: 32px;
	padding-left: 18px;
}
#nav1 a{
	text-decoration: none;
	width: 90%;
	display: block;
	font-weight: bold;
	background-image: url(images/biao.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	font-size: 13px;
}
#nav1 a:hover{
	text-decoration: underline;
}
#nav1 li .active{
	color: #FF0000!important;
	font-weight: bold;
	text-decoration: underline;
}



#pemodule1 .content{
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:360px;
}
#pemodule1 .content h3 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 26px;
	line-height: 28px;
}
#pemodule1 .content ul {
	line-height: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#pemodule1 .content li {
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#pemodule1 .content .active {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

#modellist ul{
	display:block;
	width:734px;
	margin:0 -6px;
	position:relative;
	top:-6px;
}
#modellist li {
	float: left;
	width: 367px;
	font-size: 12px;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#modellist .title,#modellist .title span{
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	background-color: #0033CC;
}
#modellist li .year {
	display: block;
	width: 100px;
	float: right;
	color: #666666;
	font-size: 11px;
}
#modellist li a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	width: 240px;
	white-space: nowrap;
	font-weight: bold;
	color: #003399;
	font-size: 13px;
	float: left;
	padding-left: 10px;
}
#modellist li a:hover {
	text-decoration: underline;
	color: #FF0000;
}
/*产品列表---------------------------------------------------------------------------------------------*/
#partlist {
	padding: 10px;
}
#partlist li{
}
#partlist li a{
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-left: 20px;
	display:block;
	background-image: url(images/tou.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#partlist li a:hover{
	color: #FF0000;
	background-color: #E3E3E3;
	display: block;
}
#partlist li .active{
	font-weight: bold;
	color: #FF0000;
}
	#partlist li.hidden{display:none;}
	#partlist li a img{border:1px solid #fff;display:block;}


#parttree li a {
	text-decoration: none;
}
#parttree li a:hover {
	text-decoration: underline;
}
#parttree li .active{
	font-weight: bold;
	color: #FF0000;
}


#contactcard {
}
#contactcard.control{
	padding-left: 20px;
	padding-top: 10px;
}
#contactcard h2 {
	background-image: url(images/Contact_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-bottom: 14px;
	padding-left: 10px;
}
#contactcard.control .container{}
		#contactcard.control .container .main{}
			#contactcard.control .container .main .content{color:#000000;}
			#contactcard ul li{SSheight:22px;}
			#contactcard label{
	width:70px;
	display:block;
	float:left;
	font-weight: bold;
	color: #000000;
	padding-right: 6px;
}




/*内容------------------------------------------------------------------------------*/
#Content{
	width: 730px;
	float: right;
	line-height: 20px;
	padding-top: 90px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 0px;
}
#Content.single{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 8px;
	float:none;
}
#Content h2{
	line-height: 30px;
	padding-left: 10px;
	background-color: #0066CC;
	margin-bottom: 10px;
}
#Content h2 span{
	font-size: 16px;
	color: #fff;
	display: block;
	font-weight: bold;
}
/*品牌列表---------------------------------------------------------------------------------------------*/
#Content #makelist {
	text-align: center;
	padding-top: 10px;
	padding-left: 20px;
}
#Content #makelist h2 span{
}
#Content #makelist li{
	float: left;
	height: 70px;
	width: 115px;
	border: 1px solid #b8d2fc;
	text-align: center;
	padding-top: 6px;
	display: inline;
	margin: 8px;
}
#Content #makelist li a{
}
#Content #makelist li a:hover{
	color: #FF0000;
	text-decoration: underline;
}
#Content #makelist li a.active {
}
#Content #makelist li.hidden{display:none;}
#Content #makelist li a img{
	display:block;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
}
#Content #makelist .more a{
	color: #000000;
}
#Content #makelist .more a:hover{
	color: #000000;
}

/*产品列表（详细）---------------------------------------------------------------------------------------------*/
.productlist table{
	border-collapse :collapse;
	width:100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.productlist table tr th{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #3d80e9;
	color: #FFFFFF;
}
.productlist table tr td{
	padding:4px;
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.productlist table .oeno {
	text-align: center;
	padding-top: 34px;
}
.productlist table tr td.img{
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.productlist table tr td.img a{
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.productlist table tr td.img a:hover{
	text-decoration: underline;
}
.productlist table tr td img{
	border:1px solid #fff;
	margin-top: 24px;
	margin-right: 10px;
	margin-bottom: 16px;
	margin-left: 10px;
}
.productlist table .checkthis {
	margin-top: 30px;
	float: right;
	cursor:pointer;
}
.productlist table tr td.img label{
	display:block;
	white-space:pre;
	background-color: #eee;
	padding-right: 6px;
	padding-left: 4px;
	border: 1px solid #ddd;
}
.productlist h3{
	text-decoration: none;
	color: #FF0000;
	font-size: 12px;
}
.productlist h3 a{
	text-decoration: none;
	color: #1863bd;
	font-size: 14px;
}
.productlist h3 a:hover{
	text-decoration: underline;
}
.productlist a{
	text-decoration: underline;
	color: #1863bd;
	font-size: 14px;
	font-weight: bold;
}
#foruser {
	color: #555;
}
#foruser a{
	color: #000;
	text-decoration: underline;
}
#foruser a:hover{
	text-decoration: none;
}
#foruser a#fumore{
	color: #0000cc;
	display: block;
	background-image: url(images/more.gif);
	background-repeat: no-repeat;
	text-indent: -100px;
	width: 40px;
	background-position: center center;
}
/*产品列表（两列）---------------------------------------------------------------------------------------------*/
.productlist .smalllist li{width:49%;float:left;border-bottom:1px dotted #999;}
	.productlist .smalllist li table{border:0px dotted #999;border-right:1px dotted #999;width:100%;margin:2px;}
		.productlist .smalllist li th{width:150px;float:left;background-color: #fff;position:relative;
	vertical-align: top;border:none;}
			.productlist .smalllist li th img{
	display:block;
	border:1px solid #ccc;
}
.productlist .smalllist h3{
	text-decoration: none;
	color: #ff0000;
}
				.productlist .smalllist li th a:hover img{border:1px solid #333;}
					.productlist .smalllist li tr th label{display:block;letter-spacing : 2px;text-align:center;position:absolute;bottom:4px; left:30px;}
		.productlist .smalllist li td{border:0 solid #ccc;}
/*产品列表（缩略图）---------------------------------------------------------------------------------------------*/
.productlist .img{
	text-align: center;
}
.productlist .img li{width:220px;float:left;text-align:center;height:210px;line-height:20px;border-bottom:1px dotted #999;}
	.productlist .img li div{border-right:1px dotted #999;margin:15px 0 0 0;}
		.productlist .img li div span.oe{
	color:red;
	font-weight: bold;
}
.productlist .img li img{
	display:block;
	border:1px solid #fff;
	padding: 2px;
	margin-right: 46px;
	margin-left: 46px;
}
		.productlist .img li a.more{
	color:blue;
	text-decoration: none;
}
.productlist .img li a:hover .more{
	text-decoration: underline;
}
.productlist .img li a:hover img{
	border:1px solid #ccc;
	padding: 2px;
}
.productlist .img li label{display:block;}

.pagenav ul li span a {
float: left;background-color: #CCCCCC;border: 1px solid #999999;height: 18px;width: 18px;margin-right: 4px;text-align: center;	padding-right: 0px;
padding-left: 0px;}
.pagenav ul li a:hover{color: #FFFFFF;display: block;background-color: #FF6600;}
.pagenav span.active a{
	color: #FFFFFF;
	background-color: #FF6600;
}
/*翻页--------------------------------------------------------------------------------------*/
/*ҳ*/
.pagenav{
	clear:both;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.pagenav ul{list-style-type: none;}
.pagenav li{float: left;}
.pagenav li.title{float: none;}
.pagenav li a {
	float: left;
	border: 1px solid #d6d6d6;
	height: 18px;
	text-decoration: none;
	margin: 1px;
	color: #333;
	background-color: #f5f5f5;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 13px;
}
.pagenav span a{
	font-size: 14px;
	font-weight: bold;
}
.pagenav a:hover{
	color: #666;
	background-color: #FFFFFF;
	text-decoration: none;
}
.pagenav .active a {
	color: #666;
	text-decoration: none;
	background-color: #FFFFFF;
}
/*购物车（）---------------------------------------------------------------------------------------------*/
.toptools{
	background-image: url(images/jian.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	margin-left: 6px;
}
.toptools ul{float: right;
}
.toptools li{
	float: right;
	margin-right: 20px;
}
.toptools a{
	color: #87a52a;
	font-weight: bold;
	text-decoration: none;
}
.toptools a:hover{
	color: #000;
}
.car {
	display: block;
	float: left;
}
.car a {
	width: 113px;
	height: 19px;
	background-image: url(images/an.gif);
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	display: block;
	background-position: center bottom;
	text-align: center;
	font-weight: normal;
}
.car a:hover{
	text-decoration: underline;
}
.bottomtools {
	background-image: url(images/jian0.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	height: 30px;
	margin: 6px;
	clear: both;
}

/*新闻中心------------------------------------------------------------------------------*/
#news {}
#news .firstlist{
	margin-bottom: 20px;
	border: 1px dashed #fff;
	width: 96%;
	margin-left: 10px;
}
#news .title a{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
#news .title a:hover{
	text-decoration: underline;
	color: #FF0000;
}
#news .title{
	float: left;
}
#news .date{
	float: left;
	color: #666666;
	margin-left: 6px;
}
#news .txt{
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 6px;
	color: #333;
}

/*目录下载------------------------------------------------------------------------------*/
#download {}
#download .list{
	margin-bottom: 20px;
	border: 1px dashed #fff;
	width: 96%;
	margin-left: 10px;
}
#download .list a{
	font-size: 14px;
	font-weight: bold;
	color: #03324a;
}
#download .list a:hover{
	text-decoration: underline;
	color: #FF0000;
}
#download .title{
	float: left;
}
#download .date{
	float: left;
	color: #666666;
	margin-left: 6px;
}
#download .download{}
#download .download a{
	color: #FF0000;
	margin-left: 20px;
}
#download .txt{
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 6px;
	color: #333;
}
/*产品展示---------------------------------------------------------------------------------------*/
#productview_desc{float:left;background:url(images/tb_01.gif) no-repeat left bottom;}
	#productview_desc ul{border-top:1px solid #C2D8EF;width:270px;background:url(david/tb_02.gif) no-repeat right bottom;padding:0 0 12px 0;}
		#productview_desc ul li{display:block;line-height:16px;background:#fff;padding:10px;border:1px solid #C2D8EF;border-top:0px solid #ccc;}
			#productview_desc ul li label{margin:-10px 10px -10px 0;line-height:36px;width:60px;text-align:center;display:block;float:left;border-right:1px solid #C2D8EF;}
#productview_desc ul li.title{background:#F2F7FB;}
#productview_desc ul li.bottom{text-align:center;}
#productview_img{float:right;background:url(images/tb_02.gif) no-repeat right bottom;padding:0 0 9px 0;}
#productview_img img{border:1px solid #C2D8EF;}
#productview_con h2 span{
	clear: both;
}
#ECM{clear:both;background:url(images/tb_l.gif) no-repeat left top;padding:0 0 0 3px;}
#ECM1{background:url(images/tb_r.gif) no-repeat right top;padding:0 3px 0 0;}
#ECM1 table{border-collapse :collapse;}
#ECM1 table tr.subtitle{
	cursor:pointer;
	color: #111a45;
	font-weight: bold;
	background-color: #eee;
	font-size: 16px;
}
#ECM1 table th{
	padding:5px 0;
	height:21px;
	background-image: url(images/tb_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#ECM1 table tr td{border-bottom:1px dashed #ccc;padding:5px 10px;height:5px;border-right:1px dotted #ccc;}
#ECM1 table tr.subtitle td{border:none;border-bottom:1px dashed #ccc;}
#ECM1 table tr td.title{background:url(images/tree.gif) no-repeat 7px center;padding:5px 0 5px 25px;}
#ECM1 table tr.subtitle td.title{background-color:#eee;padding:5px 0 5px 25px;color: #111a45;background-image: url(images/jia.gif);
	background-position: left center;
	background-repeat: no-repeat;}
#ECM1 table tr.hover {
	background-color: #FFFFFF;
}
#ECM1 table tr.hover td.title{
	background-image: url(images/jia.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
/*其他产品------------------------------------------------------------------------------*/
#otherproduct {}
#otherproduct .img {}
#otherproduct .img li {
	text-align: center;
	height: 200px;
	width: 32%;
	float: left;
	margin-top: 10px;
	overflow: hidden;
}
#otherproduct .img h3 a {
	color: #FF0000;
}
#otherproduct a {
	color: #0000FF;
	text-decoration: underline;
}
#otherproduct a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/*联系我们------------------------------------------------------------------------------*/
#contact .content{
	margin-bottom: 20px;
}
#contact .content ul{padding:10px;}
#contact .content ul li{padding:5px;height:18px;border-bottom:1px dashed #ccc;}
#contact .content ul li label{font-weight: bold;display:block;float:left;width:70px;margin:0 5px;}
#contact .content ul li span{margin:0 5px;}
/* 其它联系方式------------------------------------------------------------------------------*/
#othercontact .content{
	margin-bottom: 20px;
}
#othercontact .content ul{padding:10px;}
#othercontact .content ul li{padding:5px;height:18px;border-bottom:1px dashed #ccc;}
#othercontact .content ul li label{font-weight: bold;display:block;float:left;width:70px;margin:0 5px;}
#othercontact .content ul li span{margin:0 5px;}
/*联系表单  其它联系方式---------------------------------------------------------------------------------------------*/
#contactform{
	margin-bottom: 10px;
	line-height: 30px;
}
	#Content #contactform .container .main h2{
}
		#Content #contactform h2 span{}
	#contactform .content ul{padding:10px;}
		#contactform .content ul li{width:98%;}
		#contactform label {
font-weight: bold;display:block;float:left;width:80px;margin:0 5px;
}
#contactform .txt{
	width: 160px;
}
		#contactform .content ul li.single{
	clear:both;
}
		#contactform .content ul li.bottom{clear:both;}
#contactform .red{
	color: #FF0000;
	font-size: 14px;
}
/*注册页------------------------------------------------------------------------------*/
#regform{
	line-height: 30px;
}
#regform .content{
	padding-top: 10px;
}
#regform li label{
	font-weight: bold;
	display:block;
	float:left;
	width:200px;
	text-align: right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
}
#regform .bottom {
	margin-left: 215px;
}
/*产品提交------------------------------------------------------------------------------*/
#pdcar{
}
#pdcar a{
	color: #FF0000;
	text-decoration: underline;
}
#pdcar .content{
}
#pdcar table{
	margin-top: 4px;
	margin-bottom: 10px;
}
#pdcar li label{
	font-weight: bold;
	display:block;
	float:left;
	width:80px;
	text-align: right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
}
#pdcar #fmessage {
	width: 280px;
	height: 60px;
}
#regform .btn {
	margin-left: 10px;
}
#orderform li {
	clear: both;
	float: none;
	line-height: 28px;
}

/*版权------------------------------------------------------------------------------*/
#PageBottom{
	background-image: url(images/foot_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	color: #8d9ab1;
	padding:20px 4px;
	line-height: 1.8em;
	margin-top: 10px;
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 20px;
	padding-left: 4px;
}
/*全部阴影*/
#MUSK{
	background:#000 !important;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	position:absolute;
	z-index:10;
}
/*这是搜索结果的弹出页面*/
#POPproview{z-index:999;display:none;margin:0px;position:absolute;z-index:999;left:0px;top:0px;color:#333;/*filter:alpha(opacity=50);*/}
/*重定义JQUI的一些样式*/
.ui-tabs .ui-tabs-nav li a{padding:2px 8px;}
.ui-tabs{padding:0;}
.ui-tabs .ui-tabs-panel{padding:5px;}
/*---------------------------------------*/
#POPproview .title{padding:0 10px;height:20px;line-height:20px;position:relative;}
#POPproview .title span{display:block;width:16px;height:16px;}
	#POPproview .title span.close{position:absolute;top:2px;right:5px;cursor:pointer;}
#POPproview .content{width:100%;margin:1px 0;min-height:580px;_height:580px;overflow:auto;}
#POPproview .content .pddesc{font-size:12px;width:500px;}
#POPproview .content .pddesc th{vertical-align:top;border-right:1px dotted #ccc;border-bottom:1px dotted #ccc;padding:2px 10px;background:#eee;}
#POPproview .content .pddesc td{vertical-align:top;padding:4px;border-bottom:1px dotted #ccc;}
#POPproview .usefor{width:auto;height:480px;overflow:auto;font-size:12px;}
#POPproview .TreeTable{font-size:12px;border-collapse:collapse;}
#POPproview .TreeTable th{padding:2px;white-space :nowrap;}
#POPproview .TreeTable td{padding:2px;border:1px solid #ccc;margin:2px;}
#POPproview .TreeTable tr.subtitle td{border:none;border-bottom:1px solid #aaa;}
#POPproview .TreeTable tr.subtitle{cursor:pointer;}
#POPproview .TreeTable tr.subtitle .mtitle{cursor:pointer;}
#POPproview .TreeTable tr.subtitle .mtitle .green{background:transparent url(images/treeclose.gif) no-repeat 3px center;padding:2px 0 2px 25px;font-weight:bold;color:green;}
#POPproview .TreeTable td.stitle{padding:2px 4px 2px 20px;}
#POPproview div#close{cursor:pointer;position:relative;}
#POPproview div#close:hover{background-position:bottom left;}
.gray{background:#f9f9f9;}
.hover{background:#d3f3ff;}
/*这是搜索结果的弹出页面*/
#container select.hidden{display:none;}
#POPmodellist{z-index:999;display:none;background:#fff;border: 5px solid #BFD1EE;margin:0px;position:absolute;z-index:999;left:0px;top:0px;color:#333;/*filter:alpha(opacity=50);*/}
#POPmodellist .title{padding:0 10px;background:url(/USITE/Css/cimages/editortitlebg.gif) repeat-x top left;height:26px;line-height:26px;position:relative;}
#POPmodellist .title span{display:block;width:16px;height:16px;}
	#POPmodellist .title span.close{background:url(/USITE/images/ui-icons.png) no-repeat -95px -130px;position:absolute;top:6px;right:10px;cursor:pointer;}
	#POPmodellist .title span.full{background:url(/USITE/images/ui-icons.png) no-repeat -32px -80px;position:absolute;top:6px;right:40px;cursor:pointer;}
	#POPmodellist .title span.normal{background:url(/USITE/images/ui-icons.png) no-repeat -48px -80px;position:absolute;top:6px;right:25px;cursor:pointer;}
#POPmodellist .content{width:100%;height:419px;overflow:auto;}
	#POPmodellist .content ul{list-style:none;}
	#POPmodellist .content ul li{display:block;width:380px;height:20px;margin:2px;padding:2px;float:left;border:1px solid #eee;}
	#POPmodellist .content ul li.gray{background:#f2f8ff;}
	#POPmodellist .content ul li span.year{float:right;}


.indextable{width:100%;}
.indextable th {
	width:100px;
	border-bottom:1px dotted #ccc;
	color: #FF0000;
	font-size: 16px;
}
.indextable td{border-bottom:1px dotted #ccc;}
.indextable td ul li{display:block;width:145px;height:36px;float:left;font-size:12px;white-space:nowrap;line-height:16px;padding:5px 2px;}
.indextable td ul li a {
	color: #000;
	font-weight: bold;
}
.indextable td ul li span.gray{color:gray;}
/*---仿淘宝的购物指引条----------------------------------------------------*/
#pdcar .orderstep{margin:20px 0;overflow:hidden;}
#pdcar .orderstep li{
	background:#E4E4E4 url(images/flow_steps_bg.png) no-repeat scroll 100% 0;
	color:#404040;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:23px;
	line-height:23px;
	overflow:hidden;
	padding:0 15px 0 0;
	text-align:center;
}
#pdcar .orderstep li span{padding:0 10px;}
#pdcar .orderstep li.current{background-color:#FF6600;color:#FFFFFF;}
#pdcar .orderstep li.current span.first{background-color:#FF6600;background-position:-12px -92px;}
#pdcar .orderstep li.finish{background-position:100% -46px;background-color:#FFE6BA;}
#pdcar .orderstep li.pre{background-position:100% -23px;background-color:#FFE6BA;}
#pdcar .orderstep li.finish  span.first{background-color:#FFE6BA;background-position:-12px -115px;}
#pdcar .orderstep li.last{background-position:100% -138px;}
#pdcar .orderstep li.currentlast{background-position:100% -161px;background-color:#FF6600;color:#FFFFFF;}
#pdcar .orderstep li span.first{background:#E4E4E4 url(images/flow_steps_bg.png) no-repeat scroll -12px -69px;display:block;padding:0px 10px;}
#pdcar .emptycar{padding:80px 120px;background:url(images/empty.png) no-repeat left center;text-align:left;font-size:20px;}
/*-------------------------------------------------------*/
#pdcar table{
	margin:10px 0px;
	border:1px solid #9EBFE3;
	border-top:none;
}
#pdcar table tr td{border-bottom : 1px solid #9EBFE3;padding:8px;border-top:none;position:static;}
#pdcar table tr.title{background:url(images/table_th_bg.gif) repeat-x left top;}
#pdcar table tr.title th{height:28px;text-align : center ;padding:0;color:#333; }
#pdcar .btn{border:1px solid #ccc;background:#eee;padding:3px 9px;}
#pdcar h3{border-bottom:1px solid #ccc;padding:5px 5px 5px 30px;font-weight:bold;background:url(images/h3.gif) no-repeat left center;}

#pdcar #orderform{margin:20px 0;}
#pdcar #orderform li{padding:5px;clear:both;}
#pdcar #orderform li label{width:80px;float:left;}
#pdcar #orderform li #fmessage{width:500px;height:90px;}
#pdcar #orderform li #faddress{width:500px;}
#pdcar #orderform .btn{margin:5px 5px 5px 80px;background:green;color:#fff;font-weight:bold;}
#pdcar .success{border:1px solid green;margin:0;padding:100px;background:url(images/biao_success.png) no-repeat 20px center;font-size:20px;color:green;}
#pdcar .orderno{margin:0;padding:50px;background:url(images/1003.jpg) no-repeat 10px center;font-size:20px;color:green;}
#pdcar .orderno li label{display:inline;float:none;width:auto;}
