﻿@charset "utf-8";
/* CSS Document */
/* dede58.com 做最好的织梦模版 */
html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-size: 12px;
	font-family: "宋体";
}
a {
	text-decoration: none;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
.c {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	visibility:visible;
}
a:link {
	color:#222222;
	text-decoration:none;
}
a:visited {
	color:#222222;
	text-decoration:none;
}
a:hover {
	color:#2473ba;
	text-decoration:none;
}
a:active {
	color:#af0102;
	text-decoration:underline;
}
.left {
	float:left;
}
.right {
	float:right;
}
.header {
	width:100%;
	height:99px;
	background:#090909;
}
.header_center {
	width:1200px;
	margin:0 auto;
}
.logo {
	width:300px;
	float:left;
	height:100px;
}
.nav {
	width:700px;
	float:left;
	height:94px;
}
.nav ul li {
	width:72px;
	height:44px;
	padding-top:50px;
	text-align:center;
	float:left;
	margin-right:25px;
	font-family:"微软雅黑";
	font-size:16px;
}
.nav ul li.hover {
	background:url(../images/nav_hover.png) no-repeat;
}
.nav ul li:hover {
	background:url(../images/nav_hover.png) no-repeat;
}
.nav ul li a {
	color:#fff;
}
.search {
	width:190px;
	float:right;
}
.tel_400 {
	width:160px;
	padding-left:30px;
	height:25px;
	margin-top:15px;
	background:url(../images/tel.png) left center no-repeat;
	font-family:"微软雅黑";
	font-size:14px;
	color:#fff;
}
.search_center {
	margin-top:5px;
	height:25px;
}
.search_input {
	width:140px;
	padding-left:10px;
	height:100%;
	background:#fff;
	float:left;
}
.search_input input {
	width:130px;
	height:20px;
	outline:none;
	line-height:20px;
	border:none;
	background:none;
	font-family:"微软雅黑";
	font-size:14px;
	color:#5b5b5b;
}
.search_right {
	width:37px;
	height:22px;
	line-height:22px;
	float:left;
	vertical-align:middle;
}
.content {
	width:100%;
}
.link {
	width:1200px;
	min-height:60px;
	line-height:30px;
	margin:0 auto;
	font-family:"微软雅黑";
	margin-top:20px;
}
.link_title {
	width:100px;
	float:left;
	font-size:18px;
	color:#333;
}
.link_center {
	width:1100px;
	float:right;
}
.link_center a {
	font-size:14px;
	color:#8f8f8f;
	margin-right:10px;
}
.footer {
	width:100%;
	height:72px;
	background:#333333;
}
.footer_center {
	width:1200px;
	height:100%;
	margin:0 auto;
	background:url(../images/foot_line.png) center center no-repeat;
}
.foot_nav {
	height:36px;
	line-height:36px;
	text-align:center;
	color:#979797;
}
.foot_nav a {
	color:#979797;
}
.foot_copy {
	height:36px;
	line-height:36px;
	text-align:center;
	color:#979797;
}
.foot_copy a {
	color:#6b6b6b;
	margin-left:10px;
}
.tops {
	position:absolute;
	top:0px;
	width:100%;
	height:100px;
}
.bottoms {
	position:absolute;
	bottom:0px;
	width:100%;
}
.Other {
	position:fixed;
	top:50%;
	left:0px;
	width:36px;
	min-height:90px;
	background:url(../images/jiant.jpg) center top no-repeat;
	padding-top:28px;
	z-index:9999999;
}
.Other_center {
	border:1px solid #c4c4c4;
	background:#fff;
}
.Other_wenxin {
	position:relative;
	cursor:pointer;
}
.Other_weipo {
	margin-top:2px;
}
#ewm {
	position:absolute;
	left:34px;
	top:0px;
	display:none;
}
/* pages */
.page-wrap {
	padding: 30px 0 80px 0;
}
.pages {
	text-align: center;
	line-height: 42px;
	font-size: 0;
	word-wrap: normal;
	white-space: nowrap;
	color: #999;
}
.pages a, .pages span {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	margin-left: -1px;
	border: 1px solid #ddd;
	font-size: 14px;
	letter-spacing: normal;
	background: #fff;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.pages a {
	text-decoration: none;
	color: #3e3a39;
}
.pages a:hover {
	text-decoration: none;
	color: #fff;
}
.pages a:first-child {
	margin-left: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pages a:last-child {
	margin-right: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pages a:hover {
	background: #00a2e9;
}
.pages a:active {
	background: #f0f0f0;
}
.pages span, .pages span:hover, .pages span:active {
	cursor: default;
	color: #fff;
	background: #00a2e9;
	font-weight: bold;
}
code {
	padding: 2px 4px;
	color: #D14;
	white-space: nowrap;
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
}
