body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f3f3f3;
}
body,td,th {font-size: 12px; font-family:Arial, Helvetica, sans-serif}
a:hover {text-decoration: none;}

.ziti_bai {
	color: #FFFFFF;
	text-decoration: none;
}
.ziti_qianhui {
	color: #A3A3A3;
	text-decoration: none;
}
.ziti_shenhui {
	color: #777776;
	text-decoration: none;
}
.ziti_cu {font-weight: bold;}
.ziti_14 { font-size:14px}
.jianju_20 {line-height: 20px;}

.title_ziti{ font-size:20px; color:#5d5d5d;font-weight: bold;}
.index_liebiao ul{ text-align:left; margin:0px; padding:0px}
.index_liebiao ul li{ height:30px;  list-style-type:square}
.index_liebiao ul li a{ color:#666666;text-decoration: none; }

.neiye_title{ font-size:28px; color:#af0005; }
.neiye_content{ font-size:14px; color:#999999; text-decoration:none}
.pro_title{ width:540px;word-wrap:break-word}/*word-wrap:break-word  是 指定div内的内容长于DIV宽度，自动转行*/

.news_title{ color:#666666; font-size:14px; font-weight:bold;text-decoration: none;}

.bottom_content{color:#e5e5e5; width:600px; margin-left:auto; margin-right:auto; font-size:14px; line-height:25px; margin-top:20px}
/*==============================================================================================================================================*/
#top_1{ width:100%; height:36px; margin-left:auto; margin-right:auto; background-color:#f7f7f7; background-image:url(dian_bg.jpg);background-repeat: repeat-x;background-position: bottom;}

#top_1_1{width:1100px; height:36px; margin-left:auto; margin-right:auto; }
#top_1_1 ul{margin:0; padding:0px; list-style:none; float:left;} /*ul 居左代码 *//*cursor:pointer 是鼠标放上去 显示小手的效果*/
#top_1_1 li{ width:180px; height:36px; float:left; cursor:pointer; line-height:36px; color:#5d5d5d; font-weight:bold;text-decoration: none; font-size:14px}

#top_2{width:100%; height:auto; background-color:#FFFFFF}
#top_center{width:1150px; height:70px; margin-left:auto; margin-right:auto;  }
#top_center_1{float:left; width:100px; height:70px;}
#top_center_2{float:right; height:70px;}

/*=====首页 内容的布局=========================================================================================================================================*/
#content{ width:1100px; height:auto;margin-left:auto; margin-right:auto; background-color:#FFFFFF; margin-top:50px; }

#content_1{overflow:hidden; }/*overflow:hidden 隐藏溢出。让子元素用float后能撑开父元素,下面的div位置也会准确*/
#content_1_1{}
#content_1_2{}
#content_1_3                          {width:240px;}
#content_1_1                          {width:548px; border-right-width: 1px;border-right-style: solid;border-right-color: #999999;}
#content_1_2                          {width:548px; border-right-width: 1px;}
#content_1_1,#content_1_2,#content_1_3{margin-top:20px;float:left;height:250px;}

/*=======底部 的布局=======================================================================================================================================*/
#bottom{background-color:#464646; width:100%; height:200px; margin-left:auto; margin-right:auto; margin-top:10px;overflow:hidden;}

/*======内页左侧引用文件的 布局==================================================================================================================================*/
#nei_left{ width:190px; height:30px; line-height:30px; background-color:#af0005; color:#FFFFFF; font-size:14px; font-weight:bold; overflow:hidden;}
#nei_left a{color:#FFFFFF; text-decoration:none}
#nei_left_1{ width:170px;margin-top:2px; height:auto;margin-left:20px; overflow:hidden; }
#nei_left_1 ul{ padding:0px; margin:0px;}
#nei_left_1 ul li{  background-color:#CCCCCC; margin-top:2px;list-style-type:none; line-height:30px; padding-left:20px;}
/*把 height:30px; 属性去掉，li可以自适应内容的高度#nei_left_1 ul li{ height:30px;  background-color:#CCCCCC; margin-top:2px;list-style-type:none; line-height:30px; padding-left:20px;}*/
#nei_left_1 ul li a:link{ color:#000000;text-decoration: none;}
#nei_left_1 ul li a:hover{font-weight:bold; color:#000000;}

/*======内页面的 布局==================================================================================================================================*/
#content_nei{width:1100px; height:auto; margin-left:auto; margin-right:auto;  margin-top:50px; background-color:#FFFFFF;  }
#content_nei_1{ width:230px;margin-top:20px; margin-left:10px; float:left;}
#content_nei_2{ width:860px;margin-top:20px; float:left;}




/*#top_center div{display:inline;、、用这个设置div平行，不能设置div的高度和宽度 }
*/
/*======控制product.asp页中 的图片大小 ================================================================*/
#pro_small img {  max-width: 160px;max-height: 110px;}
* html #pro_small img {
     width: expression(this.width > 160 && this.width > this.height ? 160 : auto);
     height: expression(this.height > 110 ? 110 : auto);}
	 
/*======控制product_show.asp页中 的图片大小 ================================================================*/
#pro_big img {  max-width: 620px;}
* html #pro_big img {
     width: expression(this.width > 620 && this.width > this.height ? 620 : auto);
     }
/*====== ================================================================*/


