@charset "utf-8";
/* CSS Document */

/* ==页面主体== */
body{
	
}
.content { overflow: hidden; z-index: 999999;}
	.focus { border:6px #fff solid; width: 972px; height: 499px; border-radius: 8px 8px 0 0}
	.shadow { height: 36px; background: url(../images/shadow.jpg) no-repeat center top;}
	.box1 { background: url(../images/box_bg1.jpg) repeat-x left top; overflow: hidden; /*padding: 0 2px*/ border-bottom: 1px #e4e4e4 solid;}
	.leftbox { float: left; width: 652px;}
	.rightbox { float: right; width: 321px;}

	.products,.about,.news { background: url(../images/box_bg.jpg) no-repeat center bottom; width: 321px; height: 255px;}
	.products { float: left;}
	.about { float: right;}
	.box { height: 207px; background: #ececec; border:2px #fff solid; border-radius: 8px 8px 8px 8px; padding: 12px;}

	.content .hd { height: 128px;}
	.content .hd h3 {  font: 16px/28px "微软雅黑"; color: #084206; font-weight: normal;}
	.content .hd h3 a{ color: #084206;}
	.content p {color: #084206; line-height: 24px; font-size: 12px;}
	.content .products ul { padding: 5px 18px 0 5px; overflow: hidden;}
	.content .products ul li { line-height: 24px;}
	.content .news ul { padding: 5px 18px 0 5px; overflow: hidden;}
	.content .news ul li { line-height: 24px; padding-left: 15px; background: url(../images/icon/li01.gif) no-repeat left 9px;}