﻿@charset "utf-8";
/* CSS Document */

/*全局样式*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFF;
	color:#000;
}
html,body{height:100%;}
h1,h2{ font-size:14px;}
h3, h4, h5, h6 { font-size:12px;}
html,body,div,ol,ul,i,li,td,form,p,h1,h2,h3,dd,dl,dt,span,em{margin:0;padding:0;border:0;}
input{margin:0;padding:0;}
div,p,td,th,dt,dd,h1,h2,h3,h4,h5,h6,span,em,i,a{word-wrap:break-word;word-break:break-all;}
ul,li{ list-style-image: none; list-style-type: none;}
em,i {font-style:normal;}
div {margin:0 auto;}
img { border:none;}

/*链接样式*/
a {
	text-decoration:none;
	color:#333;
	outline:none;
}
a:visited {color:#333;}
a:hover {
	color:#C00;
	text-decoration:none;
}


/*------------index.html-----------*/
#wrap {
	width: 1004px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: visible;
	height: auto;
	background-color: #D9D9D9;
	color: #333;
}
#header {
	padding: 8px;
}
#topnav {
	line-height: 42px;
	background-image: url(../images/topnav.jpg);
	background-repeat: repeat-x;
	height: 42px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
}
#topnav li  {
	float: left;
	width: auto;
	padding-right: 5px;
	padding-left: 6px;
}
.topnav_true {
	background-color: #06C;
}
#topnav a {
	color: #FFF;
	display: block;
}
#banner {
	clear: both;
}
#Container {
	clear: both;
	padding-top: 10px;
}
#Container_left {
	float: left;
	width: 700px;
	padding-top: 10px;
	padding-left: 30px;
	line-height: 26px;
}
#Container_right {
	float: left;
	width: 255px;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 24px;
}
.contact_text {
	background-image: url(../images/contaact_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-left: 12px;
}
.contact_text li {
	background-image: url(../images/li_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
	clear: both;
	padding-left: 12px;
	list-style-type: none;
	line-height: 24px;
}
.about_img {
	background-image: url(../images/about_img_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 130px;
	width: 178px;
	float: left;
	margin-right: 14px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	height: 142px;
	padding-top: 5px;
	padding-left: 6px;
	clear: both;
	color: #999;
	font-size: 14px;
}
.borad_line {
	border: 1px solid #666;
	padding: 1px;
}
.borad_line2 {
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.designs_img {
	background-image: url(../images/designs_img_bg.jpg);
	background-repeat: no-repeat;
	height: 152px;
	width: 218px;
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
}
.dsigns_ind {
	float: left;
	width: 223px;
	padding-right: 30px;
}

.dsigns_img_text {
	font-size: 14px;
	font-weight: bold;
	color: #993333;
	text-align: center;
	line-height: 30px;
}

.die-cast {
	float: left;
	width: 188px;
	padding-right: 30px;
	height: 164px;
	background-image: url(../images/die-cast_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-left: 6px;
}
.measure_img {
	background-color: #FFF;
	padding: 8px;
	float: left;
	height: 128px;
	width: 148px;
	margin-right: 20px;
	display: inline;
}
.quality_img {
	background-color: #FFF;
	float: left;
	height: 110px;
	width: 148px;
	margin-right: 20px;
	display: inline;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 6px;
}

#partner_img {
	background-image: url(../images/partner_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	padding-top: 4px;
	padding-bottom: 4px;
}
#partner_img img {
	padding: 4px;
}
#footer a {
	color:#999;
}
#footer a:hover {
	color:#FC9;
}
