/*织梦58（dede58.com）做最好的织梦整站模板下载网站*/
@charset "utf-8";
@media(min-width:800px) {
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei';
}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0px;
	padding: 0px;
}
fieldset, img {
	border: none;
}
img {
	border: none;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
input {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: 'Microsoft YaHei';
}
input::-moz-focus-inner {
border:none;
padding:0px;
}
select, input {
	vertical-align: middle;
}
select, input, textarea {
	font-size: 13px;
	margin: 0px;
}
input[type="text"], input[type="password"], textarea {
	outline-style: none;
	-webkit-appearance: none;
}
textarea {
	resize: none;
}
body {
	font-family: "Microsoft YaHei";
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clearit {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
	width: 100%;
}
.max {
	min-width: 100%;
}
.box {
	width: 1200px;
	margin: 0 auto;
}
.box:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
ul:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.max:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
a {
	text-decoration: none;
}
header {
	display: none;
}
.header {
	padding-top: 25px;
	padding-bottom: 20px;
}
.header .logo img {
	display: block;
}
.header .tel {
	width: 300px;
	margin-top: 15px;
}
.header .tel img {
	display: block;
	float: left;
	margin-right: 5px;
}
.header .tel span {
	display: block;
	font-size: 16px;
	color: #9b9b9b;
	margin-top: -5px;
}
.header .tel strong {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #0056f9;
}
.nav {
	background: #1559a8;
	line-height: 65px;
}
.nav ul li.nLi {
	display: block;
	float: left;
	width: 12.5%;
	text-align: center;
	line-height: 65px;
	position: relative;
}
.nav ul li.nLi:after {
	content: "|";
	position: absolute;
	left: 0;
	top: 0;
	color: #276ab7;
}
.nav ul li.nLi a {
	display: block;
	color: #fff;
}
.nav ul li.nLi:last-child:before {
	content: "|";
	position: absolute;
	right: 0;
	top: 0;
	color: #276ab7;
}
.nav ul li.nLi a:hover {
	background: #0560f9;
}
.nav ul li.nLi .sub {
	width: 100%;
	position: absolute;
	top: 75px;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
}
.nav ul li.nLi .sub a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.nav ul li.nLi:hover .sub {
	top: 65px;
	opacity: 1;
	visibility: visible;
}
.nav ul li.nLi .sub a:hover {
	background: #0056f9;
}
.banner {
	display: none;
}
.fullSlide {
	min-width: 1200px;
	position: relative;
	height: 600px;
	z-index: 9;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 600px;
}
.fullSlide .bd ul {
	width: 100% !important;
	height: 600px;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 600px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 600px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	display: block;
	width: 16%;
	margin: 0 auto;
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	height: 12px;
	width: 12px;
	margin: 5px;
	background: rgba(255,255,255,0.7);
	overflow: hidden;
	line-height: 9999px;
	border-radius: 25px;
	transition: all .5s;
}
.fullSlide .hd ul .on {
	width: 40px;
}
