@charset "utf-8";
/*网页整体*/
*{margin:0;padding:0;}
img{border:0;}
body { background:url(/images/bg.jpg) repeat-x;color: #000000;font-size: 12px;font-family: Arial;}
/*默认链接*/
a {font-size: 12px;color: #0099FF;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;color: #0000FF;}
a:active {text-decoration: none;}

.black{color:#000000;}
.grey{color:#666666;}
.white{color:#FFFFFF;}
.red{color:#FF0000;}
.yellow{color:#FFFF00;}
.orange{color:#FF9900;}
.bule{color:#0000FF;}
.green{color:#00FF00;}

input{height:16px;vertical-align:middle;}
.input_submit{color:#FFFFFF; background:#666666; border:solid 1px #999999; height:20px; border:0;}

/*网页主体*/
#main{background:#FFFFFF; width:990px; margin:0 auto; padding:0 0 0 10px ;}
/*公司名称*/
.company_name{font-size:30px; color:#0066CC; font-weight:bold;}
#right_top{color:#999999; margin-top:5px;}
#right_top a{color:#333333;}

/*导航栏*/
#menu{background:#57473E; margin:0 0 8px 0; height:56px;color:#CCCCCC; font-size:18px;}
#menu td{padding-left:10px;}
#menu a{ color:#FFFFFF;font-size:18px; font-weight:bold;}
#menu a:hover{ color:#FF9900;}

#searchform{text-align:right; margin-right:200px; }
#searchform input{height:16px;vertical-align:middle; border:solid 1px #7F7F7F; background:#666666; color:#CCCCCC;}
#searchform .sotext{height:24px;font-size:16px;line-height:24px;}


/*左边分类*/
#left_class{ margin:5px auto;}
#left_class h6 a{font-size:13px; font-weight:bold; color:#000000; height:25px;; line-height:25px; margin:1px;display:block;padding:0 0 0 20px;margin:0 4px 0 4px;}
#left_class h6 a:hover{background:#F2F2F2;}
#left_class ul{list-style-type:none;}
#left_class ul li{ line-height:25px;text-indent:25px;}
#left_class ul li span{cursor:pointer;margin-right:5px;background: url(../images/icon.gif) no-repeat 0px 5px;padding:0px 2px;}
#left_class ul li a{color:#000000; background: ; }
#left_class ul li a:hover{background:#F2F2F2 ; color:#FF0000; font-weight:bold;}
#left_class ul li ul{}
#left_class ul li ul.dpn{display:none;}
#left_class ul li ul.dpb{display:block;}
#left_class ul li ul li{text-indent:0px;}
#left_class ul li ul li a{display:block;background:;}
#left_class ul li ul li a{color:#000000;padding:0 0 0 40px;background:  url(../images/tree_line.gif) no-repeat 20px;}
#left_class ul li ul li a:hover{color:#FF6600;background:  #F2F2F2 url(../images/tree_line.gif) no-repeat 20px;}

/*网页底部*/
#foot{border-top:#CCCCCC 1px solid; margin:8px auto 0 auto; width:980px; line-height:40px; color:#666666; text-align:center; height:60px; }
#foot a{color:#666666;}

#top_flash{margin-bottom:8px;}
/*内容显示区*/
#right_main{background:#FFFFFF; margin:0; padding:10px;overflow:hidden;text-overflow:ellipsis; width:730px;}
#right_main td{padding:3px;}

#pro{color:#000000; line-height:25px;} 
.protd{color:#000000; line-height:25px;} /*自己加的*/
.protd a:link{color:#000000;}
.protd a:visited{color:#000000;}
.protd a:hover{color:#57473E;}
.protd a:active{color:#57473E;}



.weizhi{ color:#000000; font-size:15px; font-weight:bold;}
.line_buttom_hui{border-bottom:#CCCCCC solid 1px;}
.hangju{line-height:25px; padding:3px;}
.hangju2{line-height:20px; padding-left:5px;}
.border_hui{border:#E7E7E7 1px solid;}
.line_buttom_hui_xuxian{border-bottom:#E7E7E7 1px dashed;}
.border_hui_xuxian{border:#E7E7E7 1px dashed;}
/*分页样式*/
#page {padding:8px; margin: 3px;  text-align: center; clear:both;}
#page a{border:#CCCCCC 1px solid; padding:2px 5px; margin:2px; color:#000000; text-decoration:none;}
#page a:hover{color:#FFFFFF; background:#666666;}
#page span.current{border:#EEEEEE 1px solid;padding:2px 5px; margin:2px;color: #FFFFFF;background:#01B0ED;}
#page span.disabled{border:#EEEEEE 1px solid;padding:2px 5px; margin:2px;color: #DDDDDD;}
#page span.text {border:#EEEEEE 1px solid;padding:2px 5px; margin:2px;color: #666666;}
/*产品图片*/
.Pro_Info{text-align:center;margin-bottom:5px;}
.Pro_Images{padding:2px;}
.Pro_Images img{display:inline; width:75px; height:75px;margin:0 2px;border:1px solid #ccc;filter:alpha(opacity=70);opacity:0.3;cursor:pointer;}
.Pro_Images .active{filter:alpha(opacity=100);opacity:1;border-color:#999;}
.Pro_BigImage{text-align:center;background:#fff; overflow:hidden;text-overflow:ellipsis; width:330px; height:330px; border:#EAEAEA solid 1px;}
.Pro_BigImage img{margin:0 auto;cursor:pointer;max-width: 330px;max-height: 330px;}
* html .Pro_BigImage img { /* for IE6 */
width: expression(this.width > 330 && this.width > this.height ? 330:auto);
height: expression(this.height > 330 ? 330:auto);
}


.clr{clear:both;height:0px;overflow:hidden;}

.orderdiv{width:288px;margin-top:20px;}
.orderdiv .buynow{display:inline;float:left;width:134px;height:39px;}
.orderdiv .addcart{display:inline;float:left;width:134px;height:39px;margin-left:20px;position:relative;}
.orderdiv .addcart .addcartbtn{cursor:pointer;}

.orderdiv .addcart .popcartbox{border:4px solid #80E6FF;width:226px;background-color:#ffffff;position:absolute;left:0px;top:0px;z-index:100px;display:none;}
.orderdiv .addcart .popcartbox .close{text-align:right;margin-top:10px;color:#333333;margin-right:5px;cursor:pointer;}
.orderdiv .addcart .popcartbox .close img{margin-bottom:-1px;}
.orderdiv .addcart .popcartbox .msg{height:50px;line-height:50px;font-weight:bold;font-size:14px;color:#000000;text-align:left;background:url("../images/addcartok.gif") no-repeat 5px center;text-indent:35px;}
.orderdiv .addcart .popcartbox .goon{margin:10px auto 30px auto;text-indent:20px;}
.orderdiv .addcart .popcartbox .goon .gotocart{}
.orderdiv .addcart .popcartbox .goon .gotocart img{vertical-align:middle;}
.orderdiv .addcart .popcartbox .goon .goonbuy{color:#0099FF;cursor:pointer;margin-left:15px;}


.cartsubmitdiv{text-align:center;margin:30px auto 30px auto;}
.cartsubmitbtn{border:0px;width:177px;height:39px;background:url(../images/cartsubmit.png);cursor:pointer;}
.cartsubmitbtn_en{border:0px;width:177px;height:39px;background:url(../images/cartsubmit_en.png);cursor:pointer;}

.cartb{}
.cartb .numtd img{margin-bottom:-4px;}
.batchsavebuynumbtn{width:143px;height:30px;line-height:30px;border:0px;color:#3D2700;font-size:14px;font-weight:bold;background:url(../images/batchsavebuynumbtn.jpg);cursor:pointer;}


