@charset "utf-8";
/*-------定义公共样式--------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, select, input, textarea, p, blockquote, table, th, td, hr, button {
	margin: 0;
	padding: 0;
}
body, select, input, textarea {
	color: #434343;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: url(../images/bg.jpg) no-repeat center top;
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
img, input {
	border: 0 none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
	margin: 0 auto;
}
/*去掉链接虚线，针对Firfox*/
a:focus {
	outline-style: none;
}
/*去掉链接虚线，针对IE*/
a, area {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #006ebc;
	text-decoration: underline;
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	display: block;
}
.wrapper {
	width: 1200px;
	height: auto !important;
	overflow: hidden;
	margin: 0 auto;
}
/*---------头部文件---------*/
#header {
	margin: 30px auto 20px;
}
#header .logo {
	width: 20%;
	height: 108px;
	float: left;
	display: inline;
}
#header .right {
	float: right;
	display: inline;
	width: 80%;
}
#header .right ul {
	height: auto !important;
	overflow: hidden;
}
#header .right ul.lan {
	margin-bottom: 15px;
	float:right;
}
#header .right ul.lan li {
	height: 30px;
	line-height: 30px;
	float: left;
	display: inline;
	text-align:right;
}
#header .right ul.lan li:nth-child(odd) {
	background: url(../images/china.png) no-repeat left;
}
#header .right ul.lan li:nth-child(even) {
	margin-left:12px;
	background: url(../images/usa.png) no-repeat left;
}
#header .right ul.lan li a {
	padding-left: 30px;
	color: #1db9ca;
}
#header .right ul.top-contact {
	clear:both;
	float:right;
/*	width:330px;
*/	margin-bottom:15px;
}
#header .right ul.top-contact li {
	height: 30px;
	line-height: 30px;
	float: left;
	display: inline;
}
#header .right ul.top-contact li:nth-child(odd) {
	padding-left:25px;
	background: url(../images/phone.png) no-repeat left;
}
#header .right ul.top-contact li:nth-child(even) {
	margin-left:20px;
	padding-left:30px;
	background: url(../images/mail.png) no-repeat left;
}
#header ul.menu {
	clear:both;
/*	width:600px;
*/	float: right;
	display: inline;	
}
#header ul.menu li {
	float: left;
	display: inline;
	height: 30px;
	line-height: 30px;
}
#header ul.menu li a {
	text-align: right;
	font-size: 16px;
	color: #1db9ca;
	padding-left:32px;
}
#header ul.menu li a:hover, #header ul.menu li a.acted {
	color: #006ebc;
	text-decoration: none;
}
#content .site_nav {
	color: #fff;
	font-size: 18px;
	padding: 5px 0 0 32px;
	height: 32px;
	background:#1db9ca url(../images/main_nav.png) no-repeat 8px 10px;
	margin-bottom:40px;
}
#content .site_nav span {
	font-size: 12px;
	padding-top: 4px;
	float: right;
	display: inline;
	color: #fff;
	padding-right: 10px;
	font-weight: normal;
}
#content .site_nav span a{
	color: #fff;
}
/*-----分页样式-----*/
nav.pagelist {
	clear: both;
	text-align: center;
	padding: 5px 0px 40px 0px;
}
nav.pagelist a {
	border: #7796a1 1px solid;
	margin-right: 5px;
	padding: 4px 7px;
	color: #7796a1;
}
nav.pagelist a:hover {
	color: #e06f23;
	text-decoration: none;
}
nav.pagelist span.current {
	border: #7796a1 1px solid;
	background-color: #7796a1;
	margin-right: 5px;
	padding: 4px 7px;
	color: #fff;
}
nav.pagelist span.disabled {
	border: #ccc 1px solid;
	margin-right: 5px;
	padding: 4px 7px;
	color: #3C3C3C;
}
/*----上下翻页---*/
#content .prevnext {
	clear: both;
	padding: 6px 17px 20px 17px;
	text-align: center;
	height: auto !important;
	overflow: hidden;
	border-top: 1px dotted #959595;
}
#content .prevnext .previous {
	width: 50%;
	float: left;
	text-align: left;
}
#content .prevnext .next {
	width: 50%;
	float: right;
	text-align: right;
}
.nothing{
	font-size:13px; text-align:center;
	margin-bottom:10px;
}