/* =====================>>> styles reset <<<===================== */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button, textarea,
p, blockquote, abbr, acronym ,img, th, td{
    margin: 0;padding: 0;    
}
body {line-height: 1.5;}
html, body, button, img {border: 0;}
ol, ul {list-style: none;}
em, strong {font-style:normal;font-weight: normal;}
h1, h2, h3, h4, h5, h6 {	font-size: 100%;}


input, button, textarea {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button {*font-size:100%;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
caption, th {text-align:left;}
/* remember to define focus styles! */
:focus {outline-width:0;}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {text-decoration: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
/* =====================>>> .mod <<<===================== */
.mod .inner{position:relative;}
.hd,.bd,.ft{overflow:hidden;_zoom:1;}
.tl, .tr, .bl, .br, .top, .bottom{display:block;background-repeat:no-repeat;font-size:1%;position:relative;z-index:10;}
.tl, .tr, .bl, .br{float:left;}
.tl{background-position: left top;}
.tr{background-position: right top;}
.bl{background-position: left bottom;} 
.br{background-position: right bottom;}
.br, .tr{float:right;}
.tr, .tl{overflow:hidden;margin-bottom:-32000px;}/* margin bottom needs to be < -9px */
.top{background-position:center top;}
.bottom{background-position:center bottom;}

.tl, .tr, .bl, .br{width:10px;height:10px;}
/*.bl, .br{margin-top:-10px;}*/

/* =====================>>> library <<<===================== */
/* .clearfix */
.clearfix {display:inline-block;} 
.clearfix:after {
	/*/*/content: "."; /* 兼容ie8 */ 
	display:block;height:0;clear: both;visibility: hidden;
} 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;} 
/* End Hides from IE-mac */
.clear {clear:both;font-size:0;line-height:0;}

/* .fl, .fr */
.fl {float:left;*display:inline;}
.fr {float:right;*display:inline;} 
/* list */
.list {line-height:20px;font-family:"宋体";}
.list a {white-space:nowrap;}
/* img-list */
.img-list li {float:left;*display:inline;text-align:center;}
.img-list img {display:block;margin-bottom:8px;}
/* Image Button for button, input, a */
.img-btn {padding:0;text-indent:-9999px;cursor:pointer;vertical-align:middle;overflow:hidden;display:inline-block;float:left;}
/* =====================>>> page head, body, and foot<<< ===================== */
#page{margin: 0 auto;width:998px;}
#page a:hover {color:#F00;}
#body{margin:auto;overflow:hidden; _overflow:visible;_zoom:1;}
/* columns */
.col-main {float:left;*display:inline;overflow:hidden;_overflow:visible;_zoom:1;}
.col-side {float:left;*display:inline;}
.col-extra {float:right;*display:inline;}
/*=====================>>> default style <<<=====================*/
body {vertical-align:middle;font:12px Arial,"lucida Grande",Helvetica,sans-serif;}
input, button, img, select {vertical-align:middle;}
body, a, input, textarea, button {color:#000;}
a:focus {outline:1px dotted #333;}



/*=====================>>> 新增2011-07-15 <<<=====================*/
.textright{
	text-align:right
}

#topnav1
{
	width:998px;
	margin:0 auto; 
    height: 28px;
	line-height:28px; 
}
.a2:link
{
    color: #FFFFFF;
    text-decoration: none;
}
.a2:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.a2:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

/*site_menu*/
#menuw
{
    margin: 0 auto;
    padding: 0px;
    clear: both;
    width: 99.6%;
    background: url(/css/image/greyline.gif) repeat-x;
    height: 35px;

border:#C0C0C0 1px solid;color:#333;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#C0C0C0,direction=120,strength=3);/*ie*/
-moz-box-shadow: 2px 2px 10px #C0C0C0;/*firefox*/
-webkit-box-shadow: 2px 2px 10px #C0C0C0;/*safari或chrome*/
box-shadow:2px 2px 10px #C0C0C0;/*opera或ie9*/

}
#menu
{
    margin: 0 auto;
    padding: 0px;
    clear: both;
    width: 1000px;
    background: url(/css/image/greyline.gif) repeat-x;
    height: 35px;
}

#menu_left
{
    margin: 0px 0px 0px 20px;
    display: inline;
    padding: 0px;
    float: left;
    width: 700px;
}
#menu_right
{
    margin: 0px 20px 0px 0px;
    display: inline;
    padding: 0px;
    float: right;
}

#menu_left .on
{
    display: block;
    margin: 0px;
    float: left;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#menu_left .on a:link
{
    color: #FFFFFF;
    text-decoration: none;
    background: url(/css/image/red_line.gif) repeat-x;
    display: block;
    padding: 0px 20px;
}
#menu_left .on a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    background: url(/css/image/red_line.gif) repeat-x;
    display: block;
    padding: 0px 20px;
}
#menu_left .on a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
    display: block;
    padding: 0px 20px;
}

#menu_left .off
{
    display: block;
    margin: 0px;
    float: left;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}
#menu_left .off a:link
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 0px 20px;
}
#menu_left .off a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 0px 20px;
}
#menu_left .off a:hover
{
    color: #FFFFFF;
    text-decoration: none;
    background: url(/css/image/red_line.gif) repeat-x;
    display: block;
    padding: 0px 20px;
}

#menu_left .offred
{
    display: block;
    margin: 0px;
    float: left;
    line-height: 35px;
    color: red;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#menu_left .offred a:link
{
    color: red;
    text-decoration: none;
    display: block;
    padding: 0px 20px;
}
#menu_left .offred a:visited
{
    color: red;
    text-decoration: none;
    display: block;
    padding: 0px 20px;
}
#menu_left .offred a:hover
{
    color: red;
    text-decoration: none;
    background: url(/css/image/red_line.gif) repeat-x;
    display: block;
    padding: 0px 20px;
}

#menu_left .space
{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 1px;
    background: url(/css/image/menu_blank.gif) no-repeat center;
    height: 35px;
}

#menu_right .rmenu
{
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 250px;
}
#menu_right .rmenu01
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    background: url(/css/image/red_bot_bg.gif) no-repeat;
    width: 91px;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
#menu_right .rmenu01 a:hover
{
    background: url(/css/image/red_bot_bg_move.gif) no-repeat;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#menu_right .rmenu02
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 81px;
    z-index: 2;
    background: url(/css/image/red_bot_bg.gif) no-repeat;
    width: 91px;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
#menu_right .rmenu02 a:hover
{
    background: url(/css/image/red_bot_bg_move.gif) no-repeat;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

#menu_right .rmenu03
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 162px;
    z-index: 2;
    background: url(/css/image/red_bot_bg.gif) no-repeat;
    width: 91px;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
#menu_right .rmenu03 a:hover
{
    background: url(/css/image/red_bot_bg_move.gif) no-repeat;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

/*main*/
#main
{
    margin: 0 auto;
    padding: 0px;
    clear: both;
    width: 100%;
}
#maindiv
{
    margin: 0 auto;
    padding: 0px;
    clear: both;
    width: 996px;
	background: url(/images/body_bg.png) repeat-x;
}

/*top_logo_search*/
#logo2
{
    float: left;
    padding: 5px 0px;
    display: inline;
}
#logom
{
    float: left;
    padding: 0px 0px;
    display: inline;
    width: 280px;
	padding-top:13px;
	padding-left:10px;
}

/*产品分类页用到的*/
#brand{width:982px; height:auto; float:left; margin:10px 0 10px 5px; overflow:hidden; }
.pro-pl{ float:left; margin:8px 0 0 5px;width:970px; }
.pro-pl a{color:#333333; text-decoration:none}
.pro-pl a:hover{color:#666666; text-decoration:underline}

#brand-le{float:left; margin:10px 0 0 0; width:190px; height:auto;}
#brand-le a{color:#333333; text-decoration:none}
#brand-le a:hover{color:#666666; text-decoration:underline}
.brand-le1{width:190px; height:26px; float:left; margin:0; background:url(../images/index_img1.jpg) no-repeat; overflow:hidden}
.brand-le1 li{float:left; margin:8px 0 0 5px; font-size:14px; font-weight:700}
/*+html .brand-le1 li{margin:10px 0 0 10px}*/
.brand-le2{width:178px;/* height:220px;*/ float:left; padding:5px; margin:0; border:#D0D0D0 double 1px; overflow:hidden; line-height:22px;}
.brand-le2 img { float:left; margin-right:3px; padding:1px; border:#CCCCCC solid 1px;}
.storeSearch input{width:100px;}
.storeSearch select{width:100px;}
.brand-le2 li{width:168px; float:left; margin:10px 0 0 5px; list-style:none}
/*+html .brand-le2 li{margin:10px 0 0 10px}*/
.brand-le3{width:190px; height:26px; float:left; margin:10px 0 0 0; background-image:url(../images/index_img1.jpg); overflow:hidden}
.brand-le3 li{float:left; margin:8px 0 0 5px; font-size:14px; font-weight:700}
/*+html .brand-le3 li{margin:10px 0 0 10px}*/
.brand-le4{width:188px; height:130px; float:left; margin:0; border:#D0D0D0 double 1px; overflow:hidden}
.brand-le4 li{width:165px; float:left; margin:10px 0 0 5px; list-style:none}
/*+html .brand-le4 li{margin:10px 0 0 10px}*/
.brand-le5{width:190px; float:left; margin:10px 0 0 0}

#brand-rg{float:right; margin:10px 0 0 0px; width:780px; height:auto; overflow:hidden}
/*#brand-rg{float:right; margin:3px 0 0 0px; width:780px; height:auto; overflow:hidden}*/

.brand-rg1{float:right; margin-top:10px; width:780px; height:30px; line-height:30px; text-indent:20px; font-weight:bold; background-image:url(../images/brand_img6.jpg); background-repeat:repeat-x;}
.brand-rg1 li{float:left;/* margin:8px 0 0 5px;*/ color:#FFFFFF}
.brand-rg1 a{color:#000000; text-decoration:none}
.brand-rg1 a:hover{color:#FE6700; text-decoration:underline}
/*+html .brand-rg1 li{ margin:8px 0 0 10px}*/
#brand-rg1-1{float:right; margin-right:5px}
/*+html  #brand-rg1-1{margin-right:10px}*/
.brand-rg2{float:right; margin:0; width:780px;/* height:30px; */background:#F5F5F5;}
.brand-rg2 li{ list-style:none}
.brand-rg2-1{margin:8px 0 0 5px; float:left; width:350px}
/*+html .brand-rg2-1{margin:8px 0 0 10px}*/
.brand-rg2-1 a{color:#FF6600; text-decoration:none}
.brand-rg2-1 a:hover{color:#000000; text-decoration:underline}
.brand-rg2-2{float:right; margin:0 5px 0 0}
.brand-rg2-2 a{color:#FF6600; text-decoration:none}
.brand-rg2-2 a:hover{color:#000000; text-decoration:underline}
/*+html .brand-rg2-2{margin:0 10px 0 0}*/
.brand-rg3{float:left; margin:0; width:780px; height:95px; border-bottom:#ccc dashed 1px}
.brand-rg3-1{float:left; margin:8px 0 0 5px; width:84px; height:80px}
/*+html .brand-rg3-1{margin:8px 0 0 10px}*/
.brand-rg3-2{float:left; margin:8px 0 0 15px; width:435px; height:80px}
.brand-rg3-2 li{list-style:none;  width:430px; margin-top:5px; line-height:15px}
.brand-rg3-3{float:left; margin:50px 0 0 100px; width:120px; height:23px}
#brand-rg3-2-1 a{color:#04489F; text-decoration:none}
#brand-rg3-2-1 a:hover{color:#000; text-decoration:underline}
.brand-rg3-2 a{color:#666666; text-decoration:none}
.brand-rg3-2 a:hover{color:#000000; text-decoration:underline}

.ProClassName li{  line-height:22px; padding:0 4px 0 4px}
.ProClassName li a{ color:#333; text-decoration:none}
.ProClassName li a:link,.ProClassName li a:visited{ color:#333; text-decoration:none}
.ProClassName a:hover{ color:#FF6600; text-decoration:underline}

.ProClassName li span{padding-left:2px; padding-right:2px; line-height:22px;}



.list1 {float:left;margin-top:10px; margin-bottom:10px;width:780px; overflow:hidden; }


.index-le1{width:195px; line-height:26px; padding-left:5px; height:26px; float:left; margin:0; background:url(../images/index_img1.jpg) no-repeat; overflow:hidden}
.ProClassList{width:183px; height:auto; float:left; margin:0 0 10px 0; padding-left:5px; border:#D0D0D0 double 1px; overflow:hidden}
.ProClassList span { padding-left:2px; padding-right:8px; line-height:25px;}

.ProClassList h3{width:100%; height:22px; float:left; margin:6px 5px 2px 0; font-size:14px; font-weight:bold; vertical-align:bottom}
.ProClassList ul h3 a{color:#000;text-decoration: none;}
.ProClassList ul h3 a:link{color:#000;text-decoration: none;}
.ProClassList ul h3 a:visited{color:#000;text-decoration: none;}
.ProClassList ul h3 a:hover{color:#333333;text-decoration: none;}

.ProClassList ul{ float:left; width:100%; margin:2px 0 0 0; padding:0;}
.ProClassList ul li{list-style:none; width:32%; line-height:25px; float:left; text-align:center}
.ProClassList ul li a{color:#000000;text-decoration: none;display:block;}
.ProClassList ul li a:hover{color:#FF6501;text-decoration: underline}

#maindiv2 {
	CLEAR: both; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px auto; WIDTH: 100%; PADDING-TOP: 0px
}
.shiyong {
	PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 10px 0px 0px; WIDTH: 996px; PADDING-TOP: 0px; POSITION: relative; HEIGHT: 170px
}
.shiyong_title {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; Z-INDEX: 3; BACKGROUND: url(image/shy_title_bg.gif) no-repeat; FLOAT: left; PADDING-BOTTOM: 0px; WIDTH: 120px; PADDING-TOP: 0px; POSITION: absolute; TOP: 0px; HEIGHT: 33px
}

#slidingBlock {
	BORDER-RIGHT: #d3d3d3 1px solid; PADDING-RIGHT: 1px; PADDING-LEFT: 1px; Z-INDEX: 1; BACKGROUND: url(image/slidingMenuLine.gif) repeat-x center top; LEFT: 5px; FLOAT: right; PADDING-BOTTOM: 1px; OVERFLOW: hidden; BORDER-LEFT: #d3d3d3 1px solid; WIDTH: 981px; PADDING-TOP: 0px; BORDER-BOTTOM: #d3d3d3 1px solid; POSITION: absolute; TOP: 0px
}
#slidingBlock H4 {
	PADDING-RIGHT: 20px; PADDING-LEFT: 20px; FONT-SIZE: 14px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; OVERFLOW: hidden; LINE-HEIGHT: 30px; PADDING-TOP: 0px; HEIGHT: 30px; TEXT-ALIGN: center
}
#slidingBlock H4.menuNo {
	FONT-WEIGHT: normal; BACKGROUND: url(image/slidingMenuLine.gif) repeat-x center top; COLOR: #333333
}
#slidingBlock H4.menuNo1 {
	FONT-WEIGHT: normal; BACKGROUND: url(image/slidingMenuLine.gif) repeat-x center top; WIDTH: 102px; COLOR: #333333
}
#slidingBlock H4.menuOn {
	FONT-WEIGHT: bold; BACKGROUND: url(image/slidingMenu01.gif) repeat-x center top; COLOR: #000
}
#slidingBlock DIV.slidingList_none {
	DISPLAY: none;
}
#slidingBlock DIV.slidingList {
	clear:both;PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; MARGIN: 0px; WIDTH: 963px; PADDING-TOP: 5px
}
#slidingBlock DIV.slidingList UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#slidingBlock DIV.slidingList LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 235px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; HEIGHT: 28px;
}
/*=====淘宝搜索======*/
.m-blue2 {
	CLEAR: both; BACKGROUND-POSITION: 157px top; PADDING-LEFT: 40px; FONT-WEIGHT: bold; FONT-SIZE: 14px; BACKGROUND-IMAGE: url(/css/image/so.gif); MARGIN: 0px; WIDTH: 912px; COLOR: #666; BACKGROUND-REPEAT: no-repeat; HEIGHT: 46px; BACKGROUND-COLOR: #f1fcfe
}
/*=====淘宝搜索结束======*/


/*弹出窗口*/
#openwindow_login {float:none; font-weight:bold; padding:0px;}
.CommonModal {
	border:8px solid #A4CFFF;
	background: #eeeeee;
}
.CommonModalTitle {
	background: #FFFFFF;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	height: 1.3em;
	position: relative;
	z-index: 203;
	cursor: move
}
.CommonModalClose {
	width: 33px;
	height: 15px;	
	overflow: hidden;
	float: right;
}
.CommonModalContent {
	background: #ffffff;
}
.CommonModalFooter 
{
	border-style: solid;
	border-width: 0px;
	border-color: #FFFFFF;
}
.CommonModalResize {
	width: 14px;
	height: 14px;
	background: url("/images/2011/resize.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}
.CommonModalMask {
	background-color: #666;
width: 100%;
height: 100%;
left:0;
top:0;   /*FF IE7*/
filter:alpha(opacity=50);/*IE*/
opacity:0.5;/*FF*/
z-index:1;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/
}
#modalClose a.down_pop_close { display:block; text-indent:-9999px; height:15px; width:15px; overflow:hidden; position:absolute; right:10px; bottom:0px; background:url(/images/2011/pop_close.gif) left top no-repeat;margin-top: 10px;}
#modalClose a.down_pop_close:hover { background:url(/images/2011/pop_close_hover.gif) left top no-repeat;margin-top: 10px;}
.win {margin: 0;width:99%;}
/*--结束弹出窗口*/

/*=====================>>> 新增结束		2011-07-15 <<<=====================*/

/*=====客户留言======*/
#word{width:982px; height:auto; float:left; margin:0 auto; overflow:hidden}	
*+html #word{margin:10px 0 10px 10px}
#word-le{float:left; margin:10px 0 0 0; width:782px; height:auto; overflow:hidden}
.word-le1{float:left; margin:0; width:780px; height:35px; background:#F2F9E4}
.word-le1-1{float:left; margin:2px 0 0 5px}
*+html .word-le1-1{margin:2px 0 0 10px}
.word-le1-2{float:left; margin:10px 0 0 5px; font-size:16px; font-weight:700; color:#FF6800}
.word-le1-3{float:right; margin:12px 0 0 5px; color:#FF6800}
.word-le1-4{float:right; margin:2px 5px 0 0}
.word-le2{float:left; margin:0;  width:778px; height:auto; border:#ccc double 1px; overflow:hidden}
.word-le0{float:left; margin-left:5px;  width:756px; height:150px; border-bottom:#ccc double 1px}
*+html .word-le0{margin-left:10px}
.word-le0 ul{float:left; margin:10px 0 0 0; width:754px; line-height:18px; color:#333333}
.word-le0 a{color:#FF3300; text-decoration:none}
.word-le0 a:hover{color:#000000; text-decoration:underline}
#word-le0-1{ text-align:right; color:#999999}
.word-le3{float:left; margin:10px 0 0 0;  width:756px;text-align:right}
.word-le3 a{color:#666666; text-decoration:none}
.word-le3 a:hover{color:#FF6600; text-decoration:underline}
.word-le4{float:left; margin:20px 0 0 10px;  width:675px; height:auto}
.word-le4-1{float:left; margin:0}
.word-le4-2{float:left; margin:15px 0 0 25px; width:600px}
*+html .word-le4-2{margin:15px 0 0 50px}
.word-le4-3{float:left; margin:15px 0 0 25px; width:600px; text-align:center}
*+html .word-le4-3{margin:15px 0 0 50px}
.word-rg0{float:left; margin:10px 0 0 8px; width:192px; height:auto}
.word-rg{float:left; margin:0; width:192px; overflow:hidden}
.word-rg{background-image:url(../images/ent_img1.jpg); background-repeat:no-repeat}
.word-rg1{float:left; margin:10px 0 0 0}
.tie1 {color:#ffffff; font-size:14px; font-weight:700; background-image:url(../images/index_img001.jpg);  text-align:center; cursor:hand}
.tie2 { cursor:hand; font-size:14px; background-image:url(../images/index_img002.jpg);}
#xf0{margin:0 6px 0 0; font-size:14px; font-weight:700; width:82px; height:20px; padding-top:8px; text-align:center}
#xf0 a{color:#FFFFFF}
#xf0 a:hover{color:#000000; text-decoration:underline}
#xf1{margin:0 6px 0 0; font-size:14px; padding-top:8px; width:82px; height:20px;  text-align:center}
#xf1 a{color:#000000}
#xf1 a:hover{color:#000000; text-decoration:underline}
#xf2 {margin:0 6px 0 0; font-size:14px; padding-top:8px; width:82px; height:20px; text-align:center}
#xf2 a{color:#000000}
#xf2 a:hover{color:#000000; text-decoration:underline}
/*=====客户留言======*/

/*=====改版MYCSS======*/
.nzw-border4all {border-width:1px;border-style:solid;border-color:#dadada;}
.nzw-banner {width:988px;height:25px;BACKGROUND: url(image/slidingMenuLine-in.gif) repeat-x center top;}
.nzw-banner-left {width:108px;height:20px;border-top-width:0px;border-left-width:0px;border-right-width:1px;border-bottom-width:0px;border-color:#dadada;border-style:solid;font-family:"宋体";font-size:16px;padding-top:3px;margin-left:0px;margin-top:1px;background-color:#cc0000;}

.img-list.il-onel li {padding-left:15px;line-height:21px;height:250px;}
.img-list.il-onel li img {border:0px solid #9f9b9b;padding:4px;width:152px;height:192px;}


.product-moveup {border-style:solid;overflow:hidden;border-width:1px;border-color:red;}
.product-moveout {border-style:none;overflow:hidden;border-width:0px;border-color:while;}

/*=====改版MYCSS END======*/

