@charset "gb2312";
body {color: #000;font-size: 12px;margin:0 auto;line-height:20px; background:#fff;}/*  主体定义 */
ul,p,div,form,h1,h2,h3,h5,td,table,dl,dt,dd,li{margin:0px;padding:0px;}/*重置标签样式*/　　　
li{list-style-type: none;}/*去掉标签*/
/*--------------默认链接样式---------------*/
A:link,A:visited {color: #000; text-decoration: none}
A:hover,a:hover { color: #f00; text-decoration: none; }
/*--------------红色链接样式---------------*/
a.red:link,a.red:visited {color: #ff0; text-decoration: none; }
a.red:active ,a.red:hover { color: #00f; text-decoration: underline; }
/*--------------黑色链接样式---------------*/
a.black:link,a.black:visited {color: #000; text-decoration: none; }
a.black:active ,a.black:hover { color: #00f; text-decoration: underline; }
.gray{color:#be9400;}/*定义灰色*/
.black{ color:#000;}/*定义黑色*/
.red{ color:#f00;}/*定义红色*/
h1{ font-size:14px; color:#000;}/*标题１重定义*/
.mainframe{margin:0 auto;  width:800px;}/*主体框*/
.mtit{position:absolute;text-indent: -5000px;}/*隐藏文本*/
.content{ padding:5px 10px 5px 10px; line-height:27px;}/*内容时使用*/
.imgbox{ border:1px solid #999; padding:5px;}/*图片加边框*/
.more{position:absolute;right: 30px;bottom:0px;float:right;}/*更多时使用，使用时上一级标签要用position:relative;*/
tit14{font-size:14px;}  /*特殊定义14像素字体*/
/*表格默认灰色框-------使用这个时候表格里不能包含表格-------*/
.mytable{border-collapse: collapse;}
.mytable td {padding:0px;border: 1px solid #3b9acb;}
/*新闻样子*/
.main_news {padding:5px 0px 5px 0px;}
.main_news li{ height:24px; line-height:24px; border-bottom:1px dashed #aaa;padding-left:0px; }
/*产品及图片样式*/
.show{margin:5px;width:100%;overflow:hidden;}
.show li{list-style-type: none;width:180px;height:180px;float:left;padding:13px;text-align:center;line-height:25px;display:inline;margin:5px 15px 5px 15px;}
.show li span{ display:block;}
.show img{border:1px #888 solid;padding:2px;margin:1px;background-color:#ffffff;}
.show .nav{ clear:both; text-align:center; padding-top:10px;}
/*PNG透时图片时使用*/
.png{ width: 1px;height: 1px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic.JPG",sizingMethod="image");}
/*滚动图片时使用*/
#marquee1{ margin:10px; width:700px; overflow:hidden;}
#marquee1 img{ border:1px solid #bbb; margin:5px; padding:5px;}
/*加警察用*/
#footerinner{position:relative; text-align:center;}
#cyberpolice{position:absolute; right:5px;}
.son_content_title{ text-align:center; padding-bottom:15px;}
.clear_float{ clear:both;}
.pages{margin-top:20px;}







/*--------------------------------首页--------------------------------*/
#wrap_content{
	background-color: #fff;
	overflow:hidden;
}
/*logo和菜单栏*/
#main_menu{
	height: 37px;
	width: 1000px;
	text-align:center;
}
#main_menu ul{
	padding-top: 10px;	
}
#main_menu ul li{
	float: left;
	width: 70px;
	margin-left:30px;
	list-style-type:none;
	font-family: "微软雅黑";
	font-size: 15px;
    display:inline;	
	font-weight:bold;
}
#main_menu ul li A:link,#main_menu ul li A:visited {color: #e8e5e5; text-decoration: none}
#main_menu ul li A:hover,#main_menu ul li a:hover { color: #ffffff; text-decoration: none; }
.mainframe2{
	margin: 0 auto;
	width: 1000px;
}/*主体框*/
#mainframe3{
	margin: 0 auto;
	width: 1000px;
	overflow:hidden;
}
.ptoduct_top{width:1000px;}
.ptoduct_top img{float:left;}

#main_big_product_pic ul{width:980px; margin-left:25px}
#main_big_product_pic li{
  background-color:#fff;
  float:left;
  margin:17px 10px;
  width:306px;
  height:362px;
  list-style-type:none;
  text-align: center;
}
#main_big_product_pic li a img{ width:290px; height:356px;}
/*首页大图*/
/*首页热销产品*/
#main_product_list{ padding-top:25px;}
#main_product_list ul{ margin-left:13px}
#main_product_list ul li{
  background-color:#fff;
	float: left;
	height: 300px;
	width: 280px;
	margin-left: 16px;
	line-height: 25px;
	list-style-type: none;
	text-align: center;
	font-size: 16px;
	font-family: "微软雅黑";
	border: 2px dotted #9d8b73;
	margin-bottom:10px;
	padding-top:10px;
}
#main_product_list ul li a img{ width:260px; height:240px;}
#main_product_list ul li A:link,#main_product_list ul li A:visited {color: #000; text-decoration: none}
#main_product_list ul li A:hover,#main_product_list ul li a:hover {color: #ff1200; text-decoration: none; }

/*首页资质荣誉*/

#main_honour_list{ 
  padding-top:50px; 
  margin-bottom:70px;
  margin-left:13px;
  height:350px;}

#main_honour_list a img{
	display: block;
	float: left;
	width: 456px;
	height: 323px;
	margin-left: 15px;
	line-height: 25px;
	list-style-type: none;
	text-align: center;
	border: 5px solid #008d02;
	margin-bottom:10px;
	
}
#main_bottom_info_pic{ padding-bottom:20px;}
/*底部内容*/
#bottom{
	background-image: url(../images/main_bottom_bg.jpg);
	background-repeat: repeat-x;
	height:179px;
}
#bottom_info{

	line-height: 25px;
	color: #FFF;
	text-align:center;
	padding-top:60px;
}
#bottom A:link,#bottom A:visited {color: #ffffff; text-decoration: none}
#bottom A:hover,#bottom a:hover { color: #ffffff; text-decoration: none; }
/*-------------------------------------子页--------------------------------------*/
/*左侧*/
#son_left_title_bg{
	background-image: url(../images/son_left_title_bg.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 265px;
}
#son_left_repeat{
	width: 265px;
	background-image: url(../images/son_left_repeat_y.jpg);
	background-repeat: repeat-y;
}
#son_left_bottom_pic{
	width: 265px;
	height: 13px;
	background-image: url(../images/son_left_bottom_pic.jpg);
	background-repeat: no-repeat;
}
#son_left_title_text{
	font-family: "微软雅黑";
	font-size: 18px;
	margin-top: 10px;
	margin-left: 50px;
}
#son_left_product_class{ padding-left:50px;}
#son_left_product_class ul li{
	font-size: 16px;
	line-height: 25px;
	color: #3c1407;
	height: 25px;
	margin-top: 15px;
	margin-bottom:5px;
	list-style-type: none;
	font-family: "微软雅黑";
}
/*右侧*/
#son_right_title_bg{
	background-image: url(../images/son_right_title_bg.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 735px;
}
#son_right_title{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #3c1407;
	margin-top: 10px;
	margin-left: 40px;
	font-weight: bold;
}
#son_product_list{ padding-left:10px; padding-top:20px;}
#son_product_list ul li a img{
	width: 220px;
	height: 190px;
	border: 1px solid #cac9c8;
}
#son_product_list ul li{
	line-height: 25px;
	float: left;
	height: 260px;
	width: 220px;
	margin-left: 10px;
	list-style-type: none;
	display: inline;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
}
#son_news_list{ padding-left:35px; padding-top:10px;}
#son_news_list ul li{
	font-size: 14px;
	line-height: 35px;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 670px;
}
#son_right_contents{
	font-size: 14px;
	line-height: 25px;
	width: 670px;
	margin-top: 10px;
	margin-left: 35px;
}
#son_right_contents p {
    text-indent: 2em;
}
#son_right_contents p img {
    width: 90%;
}