﻿* {
	margin:0 auto;
	padding:0;
}
p {
	line-height:22px;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
div {
	height:auto;
	margin:0 auto;
}
img {
	border:none;
}
body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
/*全局*/
#home {
	background-color:#F0F0F0;
}
/*头部*/
#header {
	height:220px;
	background-color:#F3F3F3;
	background:url(/template/images/site-bg.png) top repeat-x;
}
#header-main {
	width:930px;
	height:110px;
}
#header-left {
	width:520px;
	float:left;
	height:88px;
}
#header-left ul {
	margin-top:70px;
	height:20px;
}
#header-left li {
	float:left;
	padding:0 5px 0 0;
}
#header-left a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding:0 6px 24px 6px;
	display:block;
	font-size:13px;
}
#header-left a:hover {
	background:url(/template/images/header-li-hover-bg.gif) center no-repeat 20px;
}
#header-right {
	width:400px;
	height:88px;
	border:#00CC00 dashed 0px;
	float:right;
}
/*标题*/
#title {
	height:75px;
	width:930px;
	background:url(/template/images/we-do-what-we-love.gif) no-repeat;
	margin-top:20px;
}
/*主体*/
#main {
	width:930px;
    height:auto !important;
	margin:30px auto 18px auto;
}
/*左边*/
#leftsdier {
	width:610px;
    height:auto !important;
	float:left;
}
#leftsdier h1 {
	font-size:25px;
	margin:12px auto 2px auto;
}
#leftsdier h2 {
	line-height:50px;
	font-size:22px;
	font-weight:normal;
}
#left-title {
	margin-bottom:5px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	padding:20px 0;
	color:#FFFFFF;
	line-height:35px;
}
#page-next {
	height:auto;
}
#page-next a {color:#000000;}
#content {
	height:auto !important;
}
#content p {
	line-height:22px;
	margin:0 auto 18px auto;
	font-size:13px;
}
/*右边*/
#rightsider {
	width:290px;
    height:auto !important;
	float:right;
}
.list {
	width:289px;
	height:auto;
	margin-bottom:20px;
}
.list-title {
	line-height:35px;
	font-size:15px;
	padding-left:12px;
	font-weight:bold;
	color:#006699;
	border-bottom:#779BF9 dashed 1px;
	margin:0 auto 8px auto;
}
.list a {
	color:#0099CC;
	text-decoration:none;
}
.list a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.list li {
	background:url(/template/images/arrow.gif) no-repeat center left;
	line-height:23px;
	padding-left:15px;
}
/*底部*/
#footer {
	background-color:#D7D7D7;
}
#rightcopy {
	height:auto;
	width:930px;
	text-align:center;
	padding:10px 0;
}
#rightcopy p {
	line-height:18px;
}
#rightcopy a {
	color:#000;
}
/*其他*/
.cf {
	clear:both;
}
/*联系我们*/
.contantstyle {color:#000000; font-size:18px; line-height:25px;}
.contantstyle p {margin:0 auto 33px auto;}