/* CSS Document */
/*页面结构*/
@charset "UTF-8";

body  {
	background: #FFFFFF;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
}

a:link,a:visited {
	color:#06C;
	text-decoration:none;	
}
a:hover,a:active {
	color:#ce3521;
	text-decoration:underline;
}
.titleGreen{
	font: 100%  微软雅黑, 黑体, 宋体;
	font-size:16px; color:#0C0;
	padding: 5px 0; /* 使用填充而不使用边距将可以使元素远离 div 的边缘 */
}
input {
	padding:0px;
	margin:0px;
}

.indexCheckbox {
	margin:5px 5px 0px 8px;
}
.indexLoginUserName {
	margin:15px 15px 10px 15px;
	padding:5px;
	border:1px solid #666;
	font-size:14px;
	width:230px;
	background:url(../images/indexUsr_bk.jpg) no-repeat; background-position:right; 
}
.indexLoginPassword {
	margin:15px 15px 10px 15px;
	border:1px solid #666;
	font-size:14px;
	width:230px;
	background:url(../images/indexPsw_bk.jpg) no-repeat;
	background-position:right;
	padding: 5px;
}
.inputBox {	
	padding:3px;
	border:1px solid #666;
	font-size:14px;
	width:180px;
	background:#FFF; 
}

.pleft {float:left; width:230px; padding:20px 0 10px 15px;}
.pmenubox {margin-bottom:15px;padding:0px}
.pmenubox h2 {height:30px; padding-left:10px;background:url(../images/tarr1.gif) no-repeat left center; line-height:30px; font-size:14px; color:#114567;width:80%;}
.pmenubox h2 em {color:#114567; font-size:11px; font-family:Tahoma,arial; font-weight:normal;}
dl.pmenu dt {margin-left:10px;height:28px;font-size:12px; }
dl.pmenu dt h3 {height:35px; padding-left:18px; line-height:30px;color:#114567;width:80%;}
dl.pmenu dt a {display:block; width:190px; height:23px; line-height:23px; padding-left:20px; color:#114567;background:url(../images/arrow1.gif) no-repeat 15px center;}
dl.pmenu dt.current a {background:url(../images/lmenuon.gif) no-repeat; color:#fff; line-height:23px;}
dl.pmenu dt a:hover {color:#f30;}

dl.pmenu dd {margin-left:10px;padding-bottom:5px; margin-bottom:5px;}
dl.pmenu dd li a{display:block; width:190px; height:23px; line-height:23px; margin:5px 0; padding-left:20px; color:#114567;border-bottom:1px solid #3491BC; }
dl.pmenu dd li.current a { color:#666;}
dl.pmenu dd li a:hover {color:#fff; background-color: #36C; height:23px; overflow:hidden }

#orderForm { background:url(/images/yourOrder_bk.png) top left no-repeat;width:650px;min-height:550px; }
#orderForm ul {float:right;width:350px;margin-top:20px;margin-right:10px;text-align:left;}
#orderForm ul li {clear:both;margin:5px;font-size:13px; line-height: 180%;}
#orderForm ul li span {width:150px;text-align:right;}


/* 要重用的各种类 */
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clear10px;  { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;	height:10px; 
}

.userlist table {
	background-color: #FFF;
	border: none;
	color: #565;
	font: 12px arial;
}

.userlist caption {
	font-size: 24px;
	border-bottom: 2px solid #B3DE94;
	border-top: 2px solid #B3DE94;
}

.userlist table, td, th {
	font: 14px arial;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align:left;
}

.userlist tbody td, tbody th {
	background-color: #DFC;
	border-bottom: 2px solid #B3DE94;
	border-top: 3px solid #FFFFFF;
	padding: 9px;
}


.userlist tfoot td, tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
	text-align:center;
}

.userlist thead th {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px;
	text-align:center;
}

.userlist tbody tr.odd th,tbody tr.odd td {
	background-color: #CEA;
	border-bottom: 2px solid #67BD2A;
}

.userlist td+td+td,
col.price{
	text-align:right;
}

.userlist tbody tr:hover td, tbody tr:hover th {
	background-color: #8b7;
	color:#fff;
}

.userinfo table {
	background-color: #FFF;
	border: none;
	color: #565;
	font: 12px arial;
}

.userinfo table caption {
	font-size: 24px;
	border-bottom: 2px solid #B3DE94;
}

.userinfo table, td, th {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align:left;
}

.userinfo tbody td, tbody th {
	/*background-color: #DFC; */
	border-bottom: 2px solid #B3DE94;
	/* border-top: 3px solid #FFFFFF; */
	padding: 9px;
}


.userinfo tfoot td, tfoot th {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
	text-align:right;
}

.userinfo thead th {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0px 0px 2px 0px;
	text-align:center;
}

.userinfo tbody tr.odd th,tbody tr.odd td {
	background-color: #CEA;
	border-bottom: 2px solid #67BD2A;
}

.userinfo tbody tr:hover td, tbody tr:hover th {
	background-color: #8b7;
	color:#fff;
}

.submitBtn {
	font-size: 18px;
	font: 100%  微软雅黑, 宋体, 新宋体;
	padding:5px 10px;
	margin:5px;
}
.localbar {
	border-bottom:1px solid #069;
	margin:10px 0 ;
	text-align:left;
	font-size:14px;
	color:#069;
	font-weight:bold;
	height:25px;
	padding:0px;
}

.tb {clear:both;width:100%;border-top:4px solid #DEEFFA;border-bottom:4px}
.tb th, .tb td,.tb tr{padding:5px;background:#fff;border-top:1px solid #DEEFFA; border-bottom:1px solid #DEEFFA;}

.rowselected tr{padding:5px;background:#0f0;border-top:1px solid #DEEFFA; border-bottom:1px solid #DEEFFA;}
	.thead td,.thead th{background:transparent url(../images/bg_repx_hc.gif) repeat-x scroll 0 -40px;padding:2px;color:#0099CC;font-weight:700;line-height:25px;height:25px;border-top:1px solid #DEEFFA;font-size:14px}
	.tb tr:hover{color:#333}
	.tb .editlast{background-color:#DEECF6}
	.tb .editlast td{background-color:#DEECF6}
	.tb .editlast td a{color:#999}
	.thead2 td{background:transparent url(../images/bg_repx_hc.gif) repeat-x scroll 0 -60px;padding-top:10px;}
	.thead2 span{background-color:#3399FF;color:white}
html, body, form
{
  height: 100%;
}
body{
	font-size:13px;
	font-family:"\5B8B\4F53";
	color:#666666; 
/*	line-height:22px; */
	background:#F8F8F7;
	min-width:1000px;} 
img{
	vertical-align:middle;
	border:0;
	margin-right:5px;}
a,a:actived { 
    outline:none; text-decoration:underline;
	blur:expression(this.onFocus=this.blur());
	
	}
.clear{
	clear:both;}
#main 
{ clear:both;
  width:1000px;
  margin:0 auto; 
  min-height: 100%;
  text-align:left;
  border:1px #CCC dashed;
  background:url(/images/main_bk.jpg) repeat-y;
}
.Wrapper
{
  min-height: 100%;
}
.Wrapper .FooterPush{
    height:210px;
  }
.Footer
{
  clear: both; 
  position: relative;
  margin-top: -210px;
  height: 210px;
  background:#69F;
  overflow:hidden;
}
/*end*/
/**/
.Header,.Content{
	position:relative;
	width:100%;
	height:auto;
	}
.Wrapper .b{/*白底*/
    position:relative;
	border-bottom:1px solid #eeeeee;
	background:#ffffff;
	padding-bottom:1px;
	}
.Wrapper .p{/*黑底*/
	
	background:#F8F8F7;
	}
.Wrapper .p.h{
/*	height:30px;
	line-height:30px; */
	}
.Header .p.logo{
	background:url(/images/logobg.png) repeat-x;
	height:98px;
	}
div.ywdlogo{
	background:url(/images/logo.png) no-repeat;
	width:459px;
	height:98px;
	}
.Wrapper .w{
	position:relative;
	width:1000px;
	height:auto;
	margin:0 auto;/*不能加overflow，否则产品中心的子内容就隐藏了*/
	}
.Wrapper .w img{
	cursor:pointer;}
.Header .f{
	float:right;
	}
.Header .l{
	float:left;
	}
#searcPro{
	border:0;
	background:url(/images/search.png) no-repeat;
	height:29px;
	width:188px;
	color:#999;
	line-height:29px;
	padding-left:10px;
	}

#content {
	float:right;width:740px;min-height:350px;margin-right:5px;
}

.tb {clear:both;width:100%;border-top:4px solid #DEEFFA;border-bottom:4px}
.tb th, .tb td,.tb tr{padding:10px;background:#fff;border-top:1px solid #DEEFFA; border-bottom:1px solid #DEEFFA;line-height:180%;}

.rowselected tr{padding:5px;background:#0f0;border-top:1px solid #DEEFFA; border-bottom:1px solid #DEEFFA;}
	.thead td,.thead th{ background:transparent url(/images/bg_repx_hc.gif) repeat-x scroll 0 -40px;padding:2px;color:#0099CC;line-height:25px;height:25px;border-top:1px solid #DEEFFA;font-size:16px; font-weight:bold}
	.tb tr:hover{color:#333}
	.tb .editlast{background-color:#DEECF6}
	.tb .editlast td{background-color:#DEECF6}
	.tb .editlast td a{color:#999}
	.thead2 td{background:transparent url(../images/bg_repx_hc.gif) repeat-x scroll 0 -60px;padding-top:10px;}
	.thead2 span{background-color:#3399FF;color:white}

li{
	list-style:none;
	}
div{
	display:block;
}

/*Content top menu  */ 
.Content .menubg{
	position:relative;
	background:url(/images/menubg.png) repeat-x;
	width: 100% !important;
	height:46px;
	top:0;
	left:0;
	z-index:99;
	}
.Content li{
	float: left;
	display: block;
	vertical-align: top;
	overflow: visible;
	}

.Content .w ul li a.trad{
	position:relative;
    display: block;
	cursor:pointer;
	outline: none;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	line-height: 36px;
	z-index: 105;
	}
.Content .w ul li a.trad span{
	display: block;
	height: 36px;
	margin-left: 2px;
	font-size: 16px;
	letter-spacing:5px;
	font-weight: bolder;
	width: auto;
	text-shadow: #fff 1px 1px 0px; 
	padding: 10px 32px 0 40px;
	}	
.menuitempanel {
	display: none;
	position: absolute;
	top: 46px;
	left: 0px;
	z-index:100;
}
.menucontentdiv{
	position:relative;
	background: #fff url(/images/ywd_s_232057.png) 0 0 repeat-x;
	border: 1px solid #CCC;
	border-top:0;
	padding: 20px 20px 15px 30px
}
.menuitempanel ul{
	overflow:hidden;
	}
.menuitempanel li{
	float:none;
	font-size:13px;
     
	}
.menuitempanel li a:hover{
	color:#CC3211;
	}
.menuitempanel h2 a{
	font-size:15px;font-weight: bolder;
	}
.menuitempanel h2 a.fontco{
	color:#0085D0;
	}
.menuitempanel li a{
	text-decoration:none;
	font-size:14px;
	text-align:left;
	color:#666;
	}
.menuitempanel li.left {
    float:left;
	margin-right:30px;
	text-align:left;
}
.hover span{
	background:url(/images/currents.png) repeat-x;
	height:46px;
	color:#F79417;
	}
.Content ._b{
	border:1px solid #D9D6D1;
	margin:10px auto;
	}
.Content ._ud{
	background:#ffffff url(/images/newsbg.png) repeat-x;
	height:36px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	line-height:36px;
	}
.Content ._ud b{
	color:#C31402;
	font-size:14px;
	}
.Content .pdw{/*白底灰色边框*/
	float:left;
	background:#ffffff;
	margin-top:10px;
	margin-bottom:30px;
	padding:1px;
	border:1px solid #e8e8e8;
	}
.Content .pdw .news_all{/*白底上背景平铺*/
	background:#ffffff url(/images/allbgcolor.png) repeat-x;
	height:230px;overflow:hidden;
	}
.Content .pdw .news_all.h{/*宽高设置*/
    width:395px;
	height:235px;
	overflow:hidden;
	}
.ms{margin-right:15px;}

.Content .pdw .news_all a,a:active { text-decoration:none; }
.Content .pdw .news_all h4{
	padding:5px 0 5px 5px;
	color:#C31402; font-weight:bold;
	}
.Content .pdw .news_all p{
	padding:5px;
	font-size:13px;
	line-height:160%;
	}
.Content .pdw .cright{
	float:right;
	padding:2px;
	width:318px;
	height:230px;
	overflow:hidden;
	}
.Content .pdw .news_all .news_pic{
	display:block;
	background:#ffffff url(/images/news_pic.png) no-repeat;
	width:97px;
	height:97px;
	float: left;
	margin-right:5px;
	}
.Content.w p{
	color:;
	font-size:15px;
	font-family:"\5FAE\8F6F\96C5\9ED1";
	color:#bf0101;
	border-bottom:5px solid #dddbd6;
	}
.Content.w .class_{
	width: 100%;
	background:#ffffff url("/images/main_hr.png") top center no-repeat;
	border: none;
	padding-top:30px;
	overflow:hidden;
	text-align:center;
	}
.Content.w .class_ span.title{
	width:210px;
	color:#2d2d2d;
	text-align:center;
	}
.Content.w .class_ ul li{
	clear,boh;float:left;
	}
.Content.w .class_ ul li a span{
	display:block;font-size:10px; color:#333;
	}
.c_1{
    background:url(/images/Classification/l_1.png) no-repeat;	
	}
.c_2{
    background:url(/images/Classification/l_2.png) no-repeat;	
	}
.c_3{
    background:url(/images/Classification/l_3.png) no-repeat;	
	}
.c_4{
    background:url(/images/Classification/l_4.png) no-repeat;	
	}
.c_1,.c_2,.c_3,.c_4{
	width:227px;
	height:126px;
	}
.overflow_h{
	overflow:hidden;
}
.product_info{
	width:227px;
	height:50px;
	overflow:hidden;
	line-height:22px;
}

/* index slider start */

.index-main {
	z-index:55;
	position:relative;
	width:1400px;/*980px改为1400px 日期：2014-7-9 16:45*/	
	margin:0 auto;
	height:350px;
}
.index-main-box {
	position:relative;
	 
	display:block;
	overflow:hidden;
	height:350px;/**点击的原点*/
}
#indexslider {
	position:relative;
	width:1400px;
	left:50%;
	margin-left:-700px;/*-720=width/2*/
	height:350px;
}
.index-img {
	display:block;
	width:1400px;
	height:350px;
	overflow:hidden;
}
.index-img img {
	width:1400px;
	height:350px;
}
.index-pagination {
	position:absolute;
	z-index:66;
	top:320px;
	left:52.5%;
	height:25px;
	width:170px;
	margin-left:-100px;
	text-align:center;
}
.index-pagination li {
	display:inline-block;
	width:30px;
	position:relative;
	float:left;
	height:23px;
	margin-right:4px;
	overflow:hidden;
	background:url(/images/index-ar2r.png) -20px 0px no-repeat;
}
.index-pagination li a {
	position:relative;
	z-index:666;
	display:block;
	padding:16px 0px 5px 0px;
	height:5px;
	color:#5f6a72;
	text-align:center;
}
.index-pagination li a div {
	position:relative;
	z-index:555;
	display:block;
	height:5px;
	background:#8FC320;
}
.index-pagination li a div span {
	position:absolute;
	top:0px;
	left:0px;
	height:5px;
	width:0px;
	background:#ffffff;
}
.index-pagination li a div em {
	position:absolute;
	display:none;
	width:27px;
	height:10px;
	background:url(/images/car-ico.png) no-repeat;
	top:-5px;
	left:1px;
}
.index-pagination li.current a {
	color:#0b4da2;
	_color:#8FC320;
}
.index-pagination li.back {background:url(/images/car-ico.png) no-repeat; display:block; position:absolute; width:27px; height:10px; left:0px; top:4px; z-index:444;}

/* index slider end */


.container {width:100%;height:100%}
.container h2 {clear:both;text-align:center; font-size:15px;color:#333;font-height:bolder;border-bottom:2px #CCC double solid; }
.container P {clear:both;text-align:left;margin:5px; font: 13px/1.8 #333;text-indent: 2.1em;}

.footer {
	position:relative;
	clear: both;width: 100%;
	background:url(/images/footer.jpg) center top repeat-x;
	text-align:center;
}
.footer .copyDiv { width:960px;margin:0 auto;padding:20px 0 20px 10px;}
.footer .copyDiv P { font-size:13px;color:#CCC  }
.news_all.h h4 a:link,.news_all.h h4 a:visited{
	color:#0085D0;
	text-decoration:none;
	}
.news_all.h h4 a:hover{
	color:#C31402;
	}
/*products.html*/
.Content ul#menu_1{
	width:88%;
	margin:0 auto;
	}
.Content ul#menu_1 li{
	text-align:left;
	float:none;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	border-bottom:1px solid #e7e7e7;
	line-height:25px;
	  }
.Content ul#menu_1 li a:link,.Content ul#menu_1 li a:visited{
	text-decoration:none;
	color:#666666;
	padding:5px;
	}
.Content ul#menu_1 li a:hover{
	color:#CC3211;
	}
.Content .pdw .news_all h4.btm_0{
	font-size:14px;
	border-bottom:1px solid #e7e7e7;
	}
.Content .pdw.btm{
	width:99%;
	margin-bottom:0;
	}
.left_{
    float:left;
	width:200px;
}
.right_{
	float:right;
	width:788px;}
.Content .pdw .products_center{/*白底above背景平铺*/
	background:#ffffff url(/images/linkpage.png) repeat-x;
	height:31px;
	border-bottom:1px solid #e7e7e7;
	line-height:31px;
	}
.products_center b{
	color:#0085D0;
	font-size:14px;
	}
th{
	white-space:nowrap;}
.tbl_product tr td,th{
	text-align:center;
	border-bottom:1px solid #e7e7e7;
	width:100px;
	padding:5px 0;
	}
/*newsCenter.html*/
.news_1{
	padding:10px;
	}
.news_1  .news_title{
	font-size:15px;
	font-family:"\5B8B\4F53";
	font-weight:bold;
	color:#c31402;
	}
.news_1 img{
	float:left;
	}
.news_1 p{
	font-size:13px;
	}
.news_1 hr{
	border:3px solid #e7e7e7;
	margin:15px auto;
	}

/*contactUs.html*/
.contactus{
	padding:10px;
	background:url(/images/contactus.png) center bottom no-repeat;
	height:476px;}
.contactus p b{
	font-size:18px;
	line-height:30px;
	}