@charset "utf-8";
/*全站全局样式*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #303030;
	background: #fff;
	font-family: "微软雅黑";
	min-width:1200px;
}
a {
	color: #303030;
	cursor: hand;
	text-decoration: none;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	outline: none;
	cursor: pointer;
}
a:hover {
	color: #00aa6c;
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, p, form, ul, li, ol, dl, dt, dd, div {
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-weight: normal;
}
i,s{ font-style:normal}
img {
	border: none;
	vertical-align: middle
}
input,button,select,textarea {
	margin: 0px;
	padding: 0px;
	background: none;
	border:1px solid #c9c9c9;
	font-family: "微软雅黑";
	resize:none; outline:none
}
.mt-10 {
	margin-top: 10px
}
.mt-20 {
	margin-top: 20px
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	position: relative;
}
.fl {
	float: left
}
.fr {
	float: right
}
.pr {
	position: relative
}
.w1000{ width:1000px; margin:0 auto}
/*公用 css*/
.main,.header{
	width: 1200px;
}
.main,.box,.header {
	margin-left: auto;
	margin-right: auto;
	position: relative
}
.box:before, .box:after, .main:before, .main:after, .header:before, .header:after {
	display: table;
	content: " ";
	clear: both
}
.text-center{ text-align:center}
.text-left{ text-align:left}
.text-right{ text-align:right}
/*按钮 css*/
.btn{ padding:4px 10px; line-height:14px; font-size:14px; background:#666; color:#fff; border-radius:5px}
.btn-laegr{ padding:10px 30px; line-height:16px; font-size:16px; background:#666; color:#fff; border-radius:5px}
.btns{ text-align:center; padding:20px 0}
.btns a{ margin:0 30px}
.btn:hover,.btn-laegr:hover{ color:#fff}

.btn-default{
	background-color: #8eb69e;
	}
.btn-default:hover{
	background-color: #6c8c79;
	}

.btn-primary {
  background-color: #35c87a;

}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary .open .dropdown-toggle.btn-primary {
  background-color: #2ba263;
}

.btn-info {
  background-color: #46b0cf;
  border-color: #34a6c8;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
.btn-info .open .dropdown-toggle.btn-info {
  background-color: #34a6c8;
}

.btn-success {
  background-color: #5ad368;

}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.btn-success .open .dropdown-toggle.btn-success {
  background-color: #439f4e;
}

.btn-warning {
  background-color: #ff934a;

}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.btn-warning .open .dropdown-toggle.btn-warning {
  background-color: #ca7439;
}

.btn-danger {
  background-color: #db3833;
  border-color: #d02a25;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.btn-danger .open .dropdown-toggle.btn-danger {
  background-color: #d02a25;
}

.btn-link {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active,
.btn-link .open .dropdown-toggle.btn-link {
  outline: none;
  text-decoration: none;
}
.warning{color:#ff934a}

/*头部 css*/
.head{ height:84px;}
.bg-head{ height:2px; background:url(../images/bg-head.jpg) repeat-x center center}
.logo{ float:left; font-size:30px; color:#00aa6c; margin:20px 0 0 10px}
.nav{ float:left; font-size:18px; margin:20px 0 0 220px}
.nav li{ float:left; margin:0 30px}
.nav li a{ color:#8a8a8a; display:block; padding:5px 2px}
.nav li a.active,.nav li a:hover{border-bottom:3px solid #16c286;color:#16c286}
/*小尾巴 css*/
.foot{ height:125px; background:#e9e9e9; margin-top:10px}
.foot-box{margin-left: auto;
	margin-right: auto; width:1000px}
.foot .logo{ width:158px; height:60px; float:left; margin:34px 0 0 36px}
.foot-text{ float:left; height:97px; border-left:1px solid #b4b4b4; margin:12px 0 0 114px; width:670px}
.foot-text p{ font-size:12px; color:#666; padding-left:54px; line-height:25px}
.foot-text p a{ font-size:14px; color:#666; margin-right:30px}
.foot-text p a:hover{color:#00aa6c}