﻿@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
::selection {
	background-color: #01aef0;
	color: #fff;
}
::-moz-selection {
 background-color: #01aef0;
color:#fff;
}
::-webkit-selection {
 background-color: #01aef0;
color:#fff;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
ul, li, ol, h1, h2, h3, dl, dt, dd, form, p, b, u, s, i {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;/*ie6*/
}
*+html .clearfix {
	min-height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
input, textarea {
	outline: none;
	border: 0px;
}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a {
blr:expression(this.onFocus=this.blur()); /* IE Opera */
	outline: none; /* FF Opera */
}
a:focus {
	-moz-outline-style: none; /* FF */
} /*去掉a标签超链接的虚线框*/
.clearboth {
	clear: both
}
a:link {
	text-decoration: none;
	color: #404040;
}
a:visited {
	text-decoration: none;
	color: #404040;
}
a:hover {
	text-decoration: none;
	color: #01aef0;
	transition: all 0.3s ease-out 0s;
}
a:active {
	text-decoration: none;
	color: #404040;
}
em {
	font-style: normal;
}
.mainall {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.mainall1 {
	width: 1180px;
	margin: 0 auto;
}
.tnr {
	font-family: times new roman;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc {
	text-align: center;
}
.block {
	display: block;
}
.re {
	position: relative;
}
.ab {
	position: absolute;
}
body {
	margin: 0px;
	color: #404040;
	background: #FFF;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", 宋体, Arial, Helvetica, sans-serif;
}
/*头部*/
.top_bg {
	height: 42px;
	line-height: 42px;
	background: #e9e9e9;
	color: #333;
}
.top_tels {
	font-size: 18px;
	font-weight: bold;
	color: #51ad2e;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	padding-left: 36px;
	background: url(../images/top_tels.png) no-repeat left center;
}
.top_sw {
	float: right;
	display: inline;
}
.top_sw a {
	display: inline-block;
	color: #333;
}
.top_sw a:first-child {
	background: none;
}
/*logo标志*/
.top_bgk {
	overflow: hidden;
}
.logo h1 {
	padding-right: 15px;
	border-right: 1px solid #e7e7e7;
	margin-right: 15px;
	margin-top: 40px;
}
.logo a {
	font-size: 36px;
	font-weight: bold;
	color: #01aef0;
	display: inline-block;
}
.logo b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #5b5b5b;
}
.biaoyu {
	padding: 46px 0 0 0;
}
.biaoyu p.p1 {
	font-size: 18px;
	font-weight: bold;
}
.biaoyu p.p2 {
	font-size: 18px;
}
.tellall {
	height: 130px;
	padding-left:110px;
	background: url(../images/tellall.png) no-repeat left center;
}
.tellall span {
	display: inline-block;
	margin-top: 40px;
	font-size: 16px;
	font-weight: bold;
}
.tellall strong {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #01aef0;
margin-right:10px;
}
/*导航*/
.nav_bg {
	height: 48px;
	background:#01aef0;
}
.nav_r li {
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	background: url(../images/nav_line.jpg) no-repeat left 28px;
}
.nav_r li:first-child {
	background: none;
}
.nav_r li a {
	display: block;
	height:37px;
	line-height:37px;
	border-radius:50px;
	padding: 0px 23px;
	color: #fff;
	margin-top:6px;
}
.nav_r li:hover a, .nav_r li.another a {
	background:#ffae00;
}
.fixedNav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100000;
	_position: absolute;
 _top: expression(eval(document.documentElement.scrollTop));
	border-bottom: 1px solid #a0a0a0;
}
/*foot*/
.foot {
	height:285px;
	background:url(../images/db_bg.jpg) no-repeat center top;
	color: #fff;
}
.db_nav {
	padding-top:10px;
	height: 65px;
	line-height: 65px;
}
.db_nav li {
	padding: 0 23px;
	float: left;
	font-size: 16px;
}
.foot a {
	color: #fff;
}
.foot_logo {
	width: 140px;
	height: 174px;
	background: #fff;
	padding: 20px;
	margin-top: 70px;
	text-align: center;
}
.foot_logo img {
	width: 140px;
	height: 140px;
}
.foot_logo span {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #01aef0;
}
.foot_ins{padding-top: 50px;}
.foot_txt {
	width:1000px;
	line-height: 30px;
	color: #fff;
}
.ewm{ width:130px; height:130px;}
.ewm img{ width:130px; height:130px;}
.foot_ins a {
	color: #fff;
}
.foot_ins h2 {
	display: inline-block;
	font-size: 14px;
}
