/* CSS Document */

body{ font-family:"宋体",arial; font-size:12px; margin:0px; padding:0px; color:#000;background:#16658C; }
div,form,img,ul,li,dl,dt,dd{padding:0px; margin:0px; border:0px;}
td,p,div,li,select,textarea{font-family:"宋体";font-size:12px;}
td,p,div,li,textarea {
	word-break:break-all;
	line-height: 25px;
	
}  /*强行换行*/
table,tr,td,th{ font-size:12px;}
ul,li{list-style-type:none;} /*ul,li{  LIST-STYLE: none;}*/
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
h1 {
	font-size:18px;
}
/*链接颜色*/
a:link{ color:#000000; text-decoration:none;}    /* 未访问的链接 */
a:visited{color:#000000; text-decoration:none;}     /* 已访问的链接 */
a:hover{color:#ff0000; text-decoration:underline;}    /* 鼠标放上去的链接 */
a:active{ color:#999999;}     /* 激活链接 */

/*颜色属性 [定义规则: 字母c加颜色名称]*/
.cRed,a.cRed:link,a.cRed:visited{ color:red; }          /*红色*/
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}    /*深红色*/
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1f3a87;}     /*蓝色*/
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}   /*灰色*/
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}   /*深灰色*/
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}    /*白色*/
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}     /*黑色*/
a.cBlack:hover{color:#ff0000;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}   /*黄色*/
.cGreen,a.cGreen:link,a.cGreen:visited{color:#008000;}   /*绿色*/

/*字体属性 [定义规则: 字母f加属性名称]*/
.fB{ font-weight:bold;}
.fI{ font-style:italic;}

/*字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}

/*行高*/
.lh_a{line-height: 120%;}
.lh_b{line-height: 150%;}
.lh_c{line-height: 180%;}
.lh_d{line-height: 210%;}
.lh_16{line-height: 16px;}
.lh_18{line-height: 18px;}
.lh_20{line-height: 20px;}
.lh_22{line-height: 22px;}
.lh_26{line-height: 26px;}
.lh_28{line-height: 28px;}
.lh_30{line-height: 30px;}

/*文字下划线*/
.t_line{text-decoration: underline;}
.t_none{text-decoration: none;}

/*边距*/
.pd_10{padding:10;}
.mg_10{margin:10;}
.ma{margin:0 auto}
.mt_5 {margin-top:5px;}
/*其他属性*/
.left{ float:left;}
.right{ float:right;}
.clear { clear:both;}   /*.clear{ clear:both; visibility:hidden;font-size:1px; width:1px;}*/
.hidden { display: none;}
.unLine ,.unLine a{ text-decoration: none;}
.noBorder{ border:none;	}
.nobreak {white-space:nowrap;}  /*强行不换行*/

/*公用样式结束*/

.oneColFixCtr {;margin:0 auto;

	}
#container {margin:0 auto;width:800px;padding:5px;
	background:#FFFFFF;}
.nav {
	height:29px;
	padding-top:5px;	
}
.nav li {float:Left;height:29px;line-height:29px;}
.naver {
	 background:url(../images/nav_bg.jpg) repeat-x;
	width:103px;
	text-align:center;
}
.nav_jiange {
	 background:url(../images/nav_bg2.jpg) no-repeat;
	 width:13px;
}
.box {
	width:800px;
	overflow:hidden;
	margin-top:5px;
}.cleft {
	width: 205px;
}
.cleft_top {background:url(../images/left1.jpg);
	height:29px;
	padding-left:45px;
	line-height:30px;
}
.cleft_top2 {
	background:url(../images/left2.jpg) repeat-y;
	padding-top:10px;
	overflow:hidden;
}
.cleft_top2 li {line-height:23px;padding-left:20px;}
.cleft_top3{
	background:url(../images/left3.jpg) no-repeat;;
	height:10px;
}
.cright {
	width:585px;margin-left:10px;
	overflow:hidden;
}
.cright_top {
	background:url(../images/cright_top.jpg);
	height:35px;
}
.cright_product_top {
	background:url(../images/product.jpg);
	height:35px;
}
.cright_news_top {
	background:url(../images/news.jpg);
	height:35px;
}
.cright_contact_top {
	background:url(../images/contact.jpg);
	height:35px;
}
.cright_select_top {
	background:url(../images/select.jpg);
	height:35px;
}
.cright_message_top {
	background:url(../images/message.jpg);
	height:35px;
}
.footer {text-align:center;

	height:50px;
	padding-top:10px;
background:url(../images/footerbg.jpg) repeat-x;}
.cright_con {
	padding:0px 30px 20px 50px;
}
.cright_index_pro {
	padding-left:15px;
}
.cright_index_pro li{
	float:left;margin-right:20px;
}
.cright_index_product {
	padding-left:15px;
	padding-top:25px;
}
.cright_index_product li{
	float:left;margin-right:20px;margin-bottom:20px;
	text-align:center;
}

.cright_index_news {
	padding-left:40px;
	padding-top:30px;
}
.cright_index_select {
	padding-left:40px;
}
.cright_index_news li{
	background:url(../images/hot.gif) no-repeat 0 50%;
	padding-left:30px;
}
.cright_index_newscon 
{
	text-align:center;
	padding-top:20px;
}
.title1{text-align:center;}
.title2 {padding-left:70px;}
.newscon_con {text-align:left;
	padding:15px 30px 20px 30px;

}
.cright_index_contact {
	padding-top:20px;
	padding-left:70px;
	background:url(../images/conc.jpg) no-repeat 100% 100%;
	height:200px;

}
.cright_index_contact1 {
	padding-top:5px;
	padding-left:70px;
	height:200px;
}
.cright_index_message {
	padding-top:40px;
	padding-left:70px;
}
.cright_index_message li {margin-bottom:15px;}
.cright_index_showmessage {
	padding-top:20px;
	padding-left:30px;
	padding-right:10px;
}
.cright_index_showmessage table {margin-bottom:10px;}
.mess {border:1px #ccc dashed;}
.messbox {border:1px #ccc solid;}
.messright {border-right:1px #ccc solid;
	}
.messbottom{border-bottom:1px #ccc solid;}
.faburen {
	text-align:right;padding-right:80px;
}

.tianjia {border-top:0px;border-left:0px;border-right:0px; border-bottom:1px #ccc solid;
}

.quxiao {border:1px #ccc solid;}
.palign
{
text-align:center;
}