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

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#103d4a;
}

img{
	border:0px;
}

#container{
	width:943px;
	margin:0px auto;
}

#header{
}

#logo{
	float:left;
	padding-top:5px;
}

#home{
	width:45px;
	height:18px;
	float:right;
	text-align:center;
	padding-top:2px;
	margin-top:20px;
}

#home a{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#menu{
	clear:both;
	padding-left:180px;
	height:22px;
}

#menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu ul li{
	width:auto;
	padding:0px 20px;
	float:left;
	border-right:1px #fff solid;
}

#menu ul li a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

#master{
	background-image:url(../images/index-bg_03.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
}

#left{
	width:500px;
	float:left;
	margin-right:20px;
}

#aboutus_list{
	margin-bottom:15px;
}

.title{
	font-size:20px;
	color:#23af23;
	font-weight:bold;
	margin-bottom:10px;
}

#aboutus_main{
	font-size:12px;
	color:#000;
	line-height:24px;
}

#txt ul{
	margin:0px;
	padding-left:20px;
	list-style:none;
}

#txt ul li{
	background-image:url(../images/index-icon_03.gif);
	background-repeat:no-repeat;
	background-position:left 10px;
	padding:5px 0px 5px 20px;
}

#txt ul li a{
	font-size:12px;
	color:#000;
	text-decoration:none;
}

#right{
	width:370px;
	float:left;
}

.pro_list{
	width:370px;
	height:100px;
	margin-bottom:10px;
	border-bottom:1px #999 dotted;
	padding-bottom:5px;
}

.pro_number,.pro_pic{
	float:left;
}

.pro_main{
	padding:0px 5px;
	float:left;
	line-height:22px;
	width:180px;
}

.pro_main a{
	font-size:12px;
	color:#000;
	text-decoration:none;
}

#foote_bg{
	clear:both;
}

#footer{
	width:928px;
	height:72px;
	margin:0px auto;
	padding:5px 0px 0px 15px;
	font-size:12px;
	color:#fff;
	line-height:20px;
}

#footer a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

#main{
	height:400px;
	padding:20px 25px 0px 25px;
}