/* CSS Document */
body{ font-family:"宋体",arial; font-size:12px; margin:0px; padding:0px; background:#fff; color:#000; }
div,form,img,ul,li,dl,dt,dd{padding:0px; margin:0px; border:0px;}
td,p,div,li,select,input,textarea{font-family:"宋体";font-size:12px;}
td,p,div,li,input,textarea {word-break:break-all;}  /*强行换行*/
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;}
.f13px { font-size:13px;}
.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}
.mt5 {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;}  /*强行不换行*/

/*公用样式结束*/




body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
}
.oneColFixCtr #container {
	width:820px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
}

.header {
	background: url(../images/topbg.jpg) repeat-x;
	height:105px;
}
.logo {
	height: 105px;
	width: 190px;
	background: url(../images/logo.gif);
}
.nav {
	height:30px;
	width: 820px;
	color: #197CD1;
	background:url(../images/navbg.jpg);
}

.nav a:link{ color:#197CD1; text-decoration:none;}    /* 未访问的链接 */
.nav a:visited{color:#197CD1; text-decoration:none;}     /* 已访问的链接 */
.nav a:hover{color:#000000; text-decoration:underline;}    /* 鼠标放上去的链接 */
.nav li {
	float:left;
	padding:0 15px;
	line-height:30px;
	font-weight:bold;
}

.banner {
	height: 173px;
	width: 820px;
}
.cleft {
	width: 230px;
	background: #F6F6F6;
}
.top {
	background: url(../images/left1.gif);
	height: 35px;
	text-align:center;
	line-height:35px;
	font-weight:bold;
	color:#197CD1;
}

.cright .top {	
	text-align:left;
	padding-left:30px;
}
.left_con {
	height:150px;
	padding: 10px 15px 10px 10px;
	line-height: 20px;
}
.cright {
	width: 580px;
	margin-left: 10px;
}
.footer {
	height: 37px;
	width: 820px;
	line-height:20px;
	padding-top:15px;
	background:url(../images/foot.jpg) repeat-x;
	text-align:center;
	clear:both;
}
.cleft_con {
	border: 1px solid #D4D0C8;
	line-height:25px;
	padding:15px;
	text-indent:24px;
}
.info_con {
	
	line-height:25px;
	padding:15px;
	text-indent:24px;
}
.cleft_con li {font-size:13px;}
.more {text-align:right;}
.news_con {
	padding: 10px 10px 10px 0;
	line-height: 20px;
}
.news_con1 li{
	line-height:25px;
	font-size:13px;
	padding-left:50px;
	background:url(../images/index_job05.gif) no-repeat 20px 50%;
}
.newscon_con {
	padding:20px 20px 20px 30px;
	line-height: 25px;
	text-indent:24px;
}
.newscon_con  h1{
	text-align:center;
}
.product_con {
	padding:30px;height:200px;}
	
.product_con li {
	text-align:center;
	padding:0 5px;
	float:left;

	margin-top:20px;	
}
.select_con {
	padding:10px 15px;
}

.contact_con {
	padding:60px 15px 50px 70px;
	line-height:25px;
	height:240px;
	width:480px;
	background:url(../images/u3.jpg) no-repeat 70% 60%;
}
