﻿@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
::selection {
	background-color: #19753b;
	color: #fff;
}
::-moz-selection {
 background-color: #19753b;
color:#fff;
}
::-webkit-selection {
 background-color: #19753b;
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 火狐*/


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: 38px;
	line-height: 38px;
	background: #e9e9e9;
	color: #333;
}
.top_tels {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
.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 a {
	font-size: 36px;
	font-weight: bold;
	color: #19753b;
	display: inline-block;
	margin-top: 35px;
	display: inline-block;
}
.biaoyu {
	padding: 64px 0 0 20px;
}
.biaoyu p.p1 {
	font-size: 18px;
	font-weight: bold;
	color: #19753b;
}
.biaoyu p.p2 {
	font-size: 18px;
	font-weight: bold;
}
.tellall {
	height: 180px;
	padding-left: 75px;
	background: url(../images/tellall.png) no-repeat left center;
}
.tellall span {
	display: inline-block;
	margin-top: 65px;
	font-size: 16px;
	color: #858585;
}
.tellall strong {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #19753b;
	margin-right: 20px;
}
/*导航*/
.nav_bg {
	height: 50px;
	line-height: 50px;
	background: #19753b;
}
.nav_r li {
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
}
.nav_r li:first-child {
	background: none;
}
.nav_r li a {
	display: block;
	padding: 0px 30px;
	color: #fff;
}
.nav_r li:hover a, .nav_r li.another a {
	background: #f60;
}
.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 {
	padding-bottom: 30px;
	background: #333;
	color: #fff;
}
.db_nav {
	height: 50px;
	line-height: 50px;
	background: #19753b;
}
.db_nav li {
	padding: 0 30px;
	float: left;
	font-size: 16px;
}
.foot a {
	color: #fff;
}
.foot_logo {
	width: 140px;
	height: 140px;
	background: #fff;
	padding: 20px;
	margin-top: 35px;
	text-align: center;
}
.foot_logo img {
	width: 90px;
	height: 90px;
}
.foot_logo span {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #19753b;
}
.footlogo {
	padding-top: 80px;
}
.foot_ins {
	margin-top: 48px;
	width: 748px;
	padding: 20px 0 20px 30px;
	border-left: 1px solid #5c5c5c;
	line-height: 30px;
	color: #fff;
	margin-left: 30px;
}
.foot_ins a {
	color: #fff;
}
.foot_ins h2 {
	display: inline-block;
	font-size: 14px;
}
