@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	text-decoration: none;
}

body {
	background-color: #CCC;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


ul,li{
	list-style-type:none;
	
	}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	visibility: visible;
}
#container 
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}#header {
	height: 90px;
	width: 960px;
	position: relative;
	background-image: url(images/headbg.jpg);
	background-repeat: repeat-x;
}
#logo {
	height: 83px;
	width: 140px;
	position: absolute;
	left: 0px;
	top: 6px;
}
.banner {
	height: 215px;
	width: 925px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav {
	height: 38px;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	width: 684px;
	z-index: 2;
	right: 16px;
	bottom: 0px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	width: 170px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b2bfaa;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #FC0;
}
.topbar {
	line-height: 24px;
	position: absolute;
	top: 0px;
	right: 17px;
}
.topbar a {
	color: #900;
	font-weight: bold;
}
.topbar a:hover {
	color: #166D3A;
}

#footer {
	height: 82px;
	background-image: url(images/footbg.jpg);
	background-repeat: repeat-x;
	clear: both;
	text-align: center;
}
#footer p {
	margin-top: 25px;
	margin-left: 5px;
	color: #666;
	line-height: 22px;
}
.main {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
}
.inabout {
	background-image: url(images/aboutbg.jpg);
	background-repeat: no-repeat;
	width: 405px;
	float: left;
	padding-top: 100px;
	line-height: 24px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.line {
	float: left;
	background-image: url(images/line1.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 392px;
	padding-right: 11px;
	padding-left: 11px;
	background-position: center;
}
.colright {
	float: right;
	width: 465px;
}
.cerbox {
	width: 449px;
	background-image: url(images/certitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 15px;
	height: 195px;
}
.cerbox .cer {
	height: 187px;
	width: 152px;
	float: left;
}
.cerbox .inc {
	float: right;
	background-image: url(images/contactbg.jpg);
	background-repeat: no-repeat;
	height: 172px;
	width: 265px;
	padding: 10px;
	line-height: 24px;
}
.inpro {
	background-image: url(images/protitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
}
#left {
	width: 160px;
	float: left;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #096;
	background-color: #F6F6F6;
	padding-right: 20px;
}
.menu {
	width: 160px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.menu h1 {
	font-size: 18px;
	color: #096;
	text-decoration: underline;
	margin-bottom: 10px;
	display: block;
}
.menu dl dt {
	background-image: url(images/line2.jpg);
	background-repeat: no-repeat;
	background-position: -70px bottom;
	margin-bottom: 5px;
}
.menu dl dd { display:none;}


.menu dl dt a{
	line-height: 24px;
	font-weight: bold;
	color: #096;
	font-size: 16px;
	text-decoration: none;
}
.menu dl dd ul li a {
	color: #099;
	margin-left: 10px;
	line-height: 20px;
	text-decoration: none;
}
.menu dl dd a:hover {
	color: #060;
	text-decoration: underline;
}

#right {
	float: left;
	width: 715px;
	padding-left: 8px;
}
.title {
	width:682px;
	background-image: url(images/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 37px;
	padding-left: 33px;
	}

.title span{
	font-weight: bold;
	color: #096;
	font-size: 22px;
	display: block;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #096;
}
.product {
	width: 710px;
	padding-top: 10px;
	padding-left: 5px;
}
.probox {
	height: 250px;
	width: 236px;
	float: left;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}
.probox dl dt {
	text-align: center;
	font-size: 14px;
	color: #666;
}
.probox dl dd {
	text-align: right;
	padding-right: 15px;
}
.page {
	text-align: center;
	border: 2px solid #EAEAEA;
	height: 30px;
	clear: both;
	line-height: 30px;
	background-color: #F9F9F9;
	margin-top: 10px;
	margin-bottom: 10px;
}
.page a {
	color: #333;
}.content_main {
	_height: 500px;
	min_height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.con_col {
	width: 300px;
	height: 250px;
	float: left;
	text-align: center;
}
.con_col2 {
	float: left;
	width: 623px;
}
.contact {
	background-image: url(images/lx2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 20px;
	padding-left: 30px;
}
.contact h1 {
	line-height: 24px;
	font-size: 16px;
	font-style: italic;
	color: #666;
}
.contact p {
	line-height: 24px;
}
.certifi {
	padding: 10px;
	text-align: center;
}
.proinfo {
	padding-top: 10px;
	padding-left: 30px;
	width: 685px;
}
.itemtitle {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(images/icon1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #F3FCF5;
	padding-left: 10px;
	line-height: 24px;
	font-style: italic;
	color: #063;
	margin-top: 10px;
	text-align: right;
	padding-right: 20px;
	display: block;
	width: 654px;
}
.procontent {
	padding-top: 15px;
	clear: both;
}
.itemtitle .mtitle {
	float: left;
	display: block;
	color: #F60;
}
.itemtitle a {
	color: #063;
}
.prolist {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

