﻿body{
	margin:0px;
	padding:0px;
	background-color:#F5FAFE;
}
a{
	text-decoration:none;
}
div{
	overflow:hidden;
}
img{
	border: 0px;
}
ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
h5{
	color: #0066CC;
	text-align:center;
	font-size:14px;
}
.main{
	width:800px;
	border-top:15px black solid;
	background-image:url('left.gif');
	background-position:left bottom;
	background-repeat:repeat-y;
	background-color:white;
}
.top{
	background-image: url('top.jpg');
	height:193px;
	position:relative;
}
.logo{
	position:absolute;
	top: 7px;
	left: 11px;
}
.name{
	position:absolute;
	top: 33px;
	left: 252px;
}
.title{
	position:absolute;
	width:200px;
	height:53px;
	background-image:url('titlebg.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	top: 122px;
	left: 179px;
}
.lang{
	position:absolute;
	left: 402px;
	top: 140px;
}
.left{
	width:150px;
	float:left;
	text-align:center;
}
.left a{
	margin:4px auto;
	display:block;
	width:120px;
	height:25px;
	line-height:25px;
	background-image:url('button1.gif');
	background-position:center center;
	background-repeat:no-repeat;
	color: white;
	font-size:14px;
	font-weight:bold;
}
.left a:hover{
	background-image:url('button2.gif');
	color:#396CB6;
}
.right{
	width:650px;
	float:right;
	text-align:center;
}
.cont{
	overflow:visible;
	min-height:400px;
	_height:400px;
	margin:0 auto;
	width:550px;
	text-align:left;
	line-height:25px;
	font-size:14px;
	padding-bottom:20px;
}
.bottom{
	margin:0 auto;
	padding:20px 0px;
	border-top:1px #999999 solid;
	width:550px;
	font-size:12px;
}
/***********************产品列表***************************/
.prodlist{
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:25px;
	font-size:12px;
	font-family:Verdana;
}
.prodlist li{
	border-bottom:1px #EEE solid;
	height:25px;
}
.prodlist li:hover{
	background-color:#F3F7FC
}
.prodlist .Title{
	float:left;
	width:400px;
	background-image:url('ico1.gif');
	background-position:10px center;
	background-repeat: no-repeat;
	text-indent:30px;
}
.prodlist .Standard{
	float:right;
	width:150px;
}

.prodlist2{
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:25px;
	font-size:12px;
	font-family:Verdana;
}
.prodlist2 li{
	height:25px;
	border-bottom:1px #EEE solid;
}
.prodlist2 li:hover{
	background-color:#F3F7FC
}
.prodlist2 .Title{
	background-image:url('ico1.gif');
	background-position:10px center;
	background-repeat: no-repeat;
	text-indent:30px;
}


.back{
	clear:both;
	text-align:center;
	font-size:12px;
}
.back a{
	margin:0px 5px;
	padding: 3px 10px 2px 10px;
	border: 1px silver solid;
	background-color: #F7F7F7;
	text-decoration: none;
	color:gray;
}
.back a:hover{
	background-color: #FFFFFF;
	color: black;
}

