@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0
}

body {
	font: 12px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
	color: #333;
	margin: 0
}

li, ul {
	list-style-type: none
}

img, li, ul {
	padding: 0;
	margin: 0
}

img {
	border: none
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

a:active {
	text-decoration: none
}

.clear {
	clear: both
}

img {
	border: 0
}

input, textarea {
	outline: 0;
	border: 0
}

h1, h2, h3, h4, h5, dl, dd, dt, i, em {
	font-weight: normal;
	font-style: normal;
}

.wrap {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* 公用库 */
.b {
	font-weight: bold;
}

.b1c {
	border: 1px solid #ccc;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.tc {
	text-align: center;
}

.db {
	display: block;
}

.dib {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

/* 过度动画 */
.exc {
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

/* 文字单行溢出显示省略号 */
.tof a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 字号 */
.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f32 {
	font-size: 32px;
}

/* 网站主色调 */
.cl {
	color: #67b52d;
}

.bk {
	background: #67b52d;
}

.hide {
	display: none;
}

.top {
	height: 30px;
	line-height: 30px;
	color: #bfbfbf;
}

.top .top-r {
	height: 30px;
	line-height: 30px;
	background: url(../images/top.gif) no-repeat left center;
}

.top .top-r a {
	color: #bfbfbf;
	padding-left: 27px;
}

.head {
	height: 140px;
	background: #fff;
}

.head .logo {
	margin-top: 40px;
}

.head .logo .logo-tt span {
	font-size: 28px;
	font-weight: bold;
	display: block;
}

.head .logo .logo-tt i {
	font-size: 16px;
	font-weight: normal;
	color: #666;
}

.head .ms {
	margin: 40px 0 0 30px;
	color: #009edf;
	padding-left: 50px;
}

.head .ms p {
	height: 24px;
	line-height: 24px;
}
.head .ms p.dsaf{
    letter-spacing: 6px;
}
.head .tel {
	background: url(../images/tel.jpg) no-repeat left 48px;
	padding-left: 80px;
	margin-top: 10px;
	color: #009edf;
	line-height: 40px;
	margin-right: 110px;
}

.head .tel p {
	font-size: 21px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
}

.nav {
	height: 40px;
}

.nav li {
	float: left;
	text-align: center;
	width: 107px;
}

.nav .another a, .nav li:hover a {
	background: #049df5;
	border-left: 1px solid #29affd;
	border-right: 1px solid #0592e3;
}

.nav li a {
	display: block;
	width: 107px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #6fcc2a;
	border-right: 1px solid #4fa112;
	color: #fff;
}

.foot {
	background: url(../images/bg19.gif);
	padding-top: 20px;
}

.foot .foot-menu {
	width: 920px;
	margin: auto;
	height: 40px;
	line-height: 40px;
	background: #fff;
	overflow: hidden;
	text-align: center;
}

.foot .foot-menu a {
	color: #333;
	font-size: 14px;
	margin: 0 10px;
}

.foot .foot-c {
	padding-bottom: 20px;
	background: url(../images/yy2.png) no-repeat center top;
	padding-top: 20px;
}

.foot .foot-c p {
	margin: 15px 0;
	text-align: center;
	color: #fff;
	line-height: 25px;
}

.foot .foot-c p a {
	margin: 5px;
	color: #fff;
}

.foot .foot-c p img {
	vertical-align: middle;
}
