/*全局*/
*{
	margin:0;
	padding:0;
}
body{
	font-size:12px;
	background:#f1f1f1;
	font-family:"微软雅黑";
	text-align:center;
	color:#000;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	color:#cb0000;
}
.redfont{
	color:#cb0000;
}
ul{
	list-style:none;
}
/*布局*/
#top{
	height:100px;
	width:100%;
	border-bottom:3px solid #cb0000;
	background:#F5F5F5 url("mtopbg.gif") repeat-x center top; 
}
#mainmenu{
}
#container{
	width:98%;
	margin:0 auto;
	text-align:center;
}
#defaultPage #container{
}
#bottom{
	margin-top:8px;
	padding:10px;
	border-top:3px solid #cd0000;
}
#bottom a{
	color:#000;
}

/*模块*/
/*九宫格*/
.grid_big{
	background:url(minimenu1.gif) left top repeat-x;
	padding:10px;
}
.grid_name{/*栏目名*/
}
.grid_icon{/*栏目图标*/
}

/*迷你菜单*/
.mini_menu .mini_title{
	width:30px;
	height:30px;
	text-align:center;
	text-indent:-9999px;
	background:url(minimenu.png) left top no-repeat;
}
#showmenuli{
	right:1px;
	top:30px;
}

/*当前位置*/
.homelink{
	display:block;
	text-align:left;
	font-size:14px;
	padding-left:5px;
	margin:8px 0;
}

/*产品搜索*/
#prodsearch{
}
#pkeyword{
}
.btn{
	border:none;
	width:40px;
	height:22px;
	line-height:22px;
	color:#fff;
}
/*新闻列表*/
#boxNewsList{
	}
#boxNewsList li{
	text-align:left;
	display:block;
	height:28px;
	line-height:28px;

}
#boxNews #title{
 font-size:16px;
 font-weight:bold;
 text-align:center;
 padding:10px 0; 
}
#boxNews #info{
text-align:center;
padding-bottom:10px;
}
#boxNews #maininfo{
	text-align:left;
	line-height:20px;
}
/*分页导航--新闻*/
.pagenav{
}

/* 友情链接*/
.flink{
}
.flink a{
}
/*产品列表*/
.prodtdclass img {
    width: 150px;
	height:110px;
}
/*分页导航--产品*/
#prodpage{
}
#ps5{
	border:1px dashed #ccc;
	text-align:center;
	padding:5px;
}
#p_info .p_price{
	display:block;
}
#p_info .p_price b{
	color:#cd0000;
}
#p_info div{
	text-align:center;
	display:inline;
}
#p_info .p_link{
}

#p_info .p_cart{
	display:inline-block;
	width:50px;
	height:20px;
	line-height:20px;
	background:#cd0000;
}
#p_info .p_cart a{
	color:#fff;
}
/*图片轮播*/
div.slider{

}
ul.es-pager{
	/*border-bottom:3px solid #cd0000;*/
}
.slide-container {
    margin: 0 auto;
}
/*留言板*/
/*留言内容*/
#message,.gf_contact{
	width:90%;
}
.gform td{
}
.gform td[align]{
	width:45px;
}
.gf_title{
}
/*留言提交按钮*/
.gbt{
border:none;
color:#ffffff;
width:100px;
height:25px;
line-height:25px;
font-family:"微软雅黑";
font-weight:bold;
background:#cd0000;


}
.gform input {
    float: left;
    margin-left: 10px;
}
/*文字模块*/
.leixing{
	background:url(wenzi_bg.gif) left top repeat-y;
	padding:10px;
}
.leixing p{
	text-align:left;
	color:#ffffff;
	margin-bottom:8px;
}
.bbx1_c p{
	text-align:left;
	line-height:20px;
}
.bx1_c p{
	text-align:left;
	line-height:20px;
}


/*边框*/
/*边框1*/
.bbx1{
}
.bbx1_t{/*边框一标题*/
 text-align:left;
 font-size:16px;
 color:#cb0000;
 padding-left:5px;
}
.bbx1_c{/*边框一内容*/
padding:5px;
color:#666;
}
/*边框2*/
.bx1{
	border:3px solid #d8d8d8;
	border-radius:4px;
}
/*边框二标题*/
.bx1_t{
	background:url(bx5-t.gif) left top no-repeat;
	height:36px;
	line-height:36px;
	padding-left:30px; 
	text-align:left;
	font-size:16px;
	color:#cd0000;
}
/*.bx1_t1{
	padding-right:10px;
	height:30px;
	line-height:30px;
}
.bx1 .bx1_t2{
	background:url("bx5-t2.gif") no-repeat right top;
	height:36px;
	padding-right:5px;
	margin-top:6px;
}
/*边框二内容*/
.bx1_c{
	background:#fff;
	padding:20px;
}
/*.bx1_c .content{
	background:url("bx1-c2.gif") repeat-y right center;
		padding:20px;
}

.bx1_b{
	background:url("bx1-b1.gif") no-repeat left top;
	height:8px;
}*/
/*边框3*/
.bx2{
	border:1px solid #ccc;
	border-radius:5px;
}
/*边框三标题*/
.bx2_t{
font-size:16px;
text-align:left;
color:#cd0000;
padding-left:5px;
height:30px;
line-height:30px;
background:url("bx2-t.gif") no-repeat left top;
}
.bx2_c{/*边框三内容*/
text-align:left;
padding:15px;
background:url("bx2-c1.gif") no-repeat left bottom;
}
