@charset "utf-8";
body {
	line-height:2;
	color: #666666;
	font-size: 12px;
	background-color: #FFFFFF;
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
}

input,textarea{background-color: #fcfeff;border: 1px dashed #bcc5cc;}

.content table{border-collapse:collapse;}
.content td{line-height: 20px;padding: 4px;}
.content p{padding-bottom: 10px;}

P,ul,dl,dd,td,form { padding:0; margin:0;}
h1,h2,h3,h4,h5,h6{padding:0;margin:0;font-size: 14px;}

li {list-style-position: outside;list-style-type: none;}
img { border:0px;}

a { color: #666666; text-decoration:none;}
a:hover {color:#0e60a5;}

.clear {DISPLAY: block;HEIGHT: 0px;CLEAR: both;_display: inherit;padding: 0px;margin: 0px;} 

.left{float: left;}
.right{float: right;}

/*body*/
.header {
	margin: auto;
	width: 936px;
	background-image: url(../images2013/topbg.png);
	height: 115px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: top;
}
.logo {
	background-image: url(../images2013/logo.png);
	height: 115px;
	width: 300px;
	top: 0px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	position: absolute;
}
.stow {
	position: absolute;
	line-height: 30px;
	height: 30px;
	right: 5px;
	top: 10px;
}

.tel {
	line-height: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 45px;
	background-image: url(../images2013/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}
.nav {
	height: 28px;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	width: 1003px;
}
.nav a{
	display: block;
	background-color: #367cb7;
	color: #FFFFFF;
	float: left;
	line-height: 28px;
	height: 28px;
	width: 103px;
	margin-right: 1px;
	text-align: center;
}
.nav a:hover{
	background-color: #e6ecf2;
	color: #686868;
	font-weight: bold;
}

.main {
	margin: auto;
	width: 936px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
.main_left {
	float: left;
	width: 206px;
}
.main_right {
	float: right;
	width: 714px;
}
.footer {
	background-image: url(../images2013/footbg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer_content {
	margin: auto;
	width: 936px;
	line-height: 20px;
	text-align: center;
}