﻿ @charset "utf-8";

/*reset*/

/* CSS reset for c_b */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {

	margin: 0;

	padding: 0;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

table th, table td {

	padding: 5px;

}

fieldset, img {

	border: 0;

}

address, caption, cite, code, dfn, em, th, var {

	font-style: normal;

	font-weight: normal;

}

ol, ul {

	list-style: none;

}

ception, th {

	text-align: left;

}

q:before, q:after {

	content: '';

}

abbr, acronym {

	border: 0;

}

a {

	color: #333;

	text-decoration: none;

}  /*for ie f6n.net*/

a:focus {

	outline: none;

} /*for ff f6n.net*/

a:hover {

	color: #4cb948;

	text-decoration: none;

}

/*定位*/

.tl {

	text-align: left;

}

.tc {

	text-align: center;

}

.tr {

	text-align: right;

}

.bc {

	margin-left: auto;

	margin-right: auto;

}

.fl {

	float: left;

	display: inline;

}

.fr {

	float: right;

	display: inline;

}

.zoom {

	zoom: 1

}

.hidden {

	visibility: hidden;

}

.vam {

	vertical-align: middle;

}

.clear {

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

}

p {

	word-spacing: -1.5px;

}

 -moz-box-sizing:content-box;

-webkit-box-sizing:content-box;

box-sizing:content-box;

/*其他*/

.curp {

	cursor: pointer

}

;

/*原reset*/

sup {

	vertical-align: baseline;

}

sub {

	vertical-align: baseline;

}

input, button, textarea, select, optgroup, option {

	font-family: inherit;

	font-size: inherit;

	font-style: inherit;

	font-weight: inherit;

}

input, button, textarea, select {

*font-size:100%;

}

input, select {

	vertical-align: middle;

}

body {

	font: 12px/1.231 arial, helvetica, clean, sans-serif;

}

select, input, button, textarea, button {

	font: 99% arial, helvetica, clean, sans-serif;

}

table {

	font-size: inherit;

	font: 100%;

	border-collapse: collapse;

}

pre, code, kbd, samp, tt {

	font-family: monospace;

*font-size:108%;

	line-height: 100%;

}

/*title*/

h1 {

	font-size: 32px;

}

h2 {

	font-size: 26px;

}

h3 {

	font-size: 20px;

}

h4 {

	font-size: 14px;

}

h5 {

	font-size: 12px;

}

h6 {

	font-size: 10px;

}

/*end reset*/







/* CSS Document */

body {

	background-color: #fff;

	overflow-x: hidden;

	color: #666;

	font-size: 12px;

	font-family: microsoft yahei, "微软雅黑";

	position: relative;

}/*网站字体颜色*/

.header, .content, .footer, .container {

	margin-left: auto;

	margin-right: auto;

	width: 1250px;

	font-family: microsoft yahei;

}

i {

	font-style: normal;

}

/*页眉*/

.headerTop h1 img {

}

.header {

	width: 100%;

	height: 100px;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 9999;

	background-color: rgba(255,255,255,0.9);

	box-shadow: 0px 15px 10px -15px #333;

}

.header:before {

	width: 100%;

	content: "";

	position: absolute;

	bottom: 0;

	left: 0;

	height: 1px;

	background: rgba(255,255,255,0.3);

	transition: 3s;

}

.headerTop {

	padding-top: 15px;

	padding-bottom: 7px;

	width: 1300px;

	margin: 0 auto;

}

.headerTop h1 {

	float: left;

	margin-left: 10px;

}

.headerTop .wen {

	overflow: hidden;

	float: left;

	margin-top: 65px;

	margin-left: 30px;

}

.headerTop .wen h2 {

	font-weight: normal;

	font-size: 26px;

	color: #000;

}

.headerTop .wen p {

	font-size: 24px;

	color: #009944;

}

.headerTop .headRight {

	overflow: hidden;

	float: right;

	height: 100%;

}

.headerTop .headRight ul {

	height: 15px;

	padding-top: 20px;

	margin-bottom: 30px;

}

.headerTop .headRight li {

	float: left;

	font-size: 12px;

	line-height: 15px;

	padding: 0 10px;

	border-right: 1px dotted #666;

	position: relative;

}

.headerTop .headRight li:last-child {

	border: none;

}

.headerTop .headRight li a {

	color: #666

}

.headerTop .headRight li img {

	display: none;

	position: absolute;

	left: 0;

	top: 20px;

}

.headerTop .headRight li.last {

	border: none;

	padding-right: 0;

}

.headerTop .headRight li:hover img {

	display: block;

}

.headerTop .phone {

	overflow: hidden;

	padding: 10px 0;

	float: right;

}

.headerTop .phone p {

	font-size: 14px;

	color: #666;

	margin-top: 5px;

	background: url(/skin/img/tel.png) no-repeat left center;

	padding-left: 35px;

	height: 30px;

	line-height: 30px;

}

.headerTop .phone h3 {

	font-size: 30px;

	color: #000;

	font-weight: bold;

	margin-top: 5px;

}

.headnav {

	width: 60%;

	float: right;

	height: 90px;

}

.navul li {

	float: left;

	font-size: 16px;

	white-space: nowrap;

	height: 20px;

	margin-top: 35px;

	margin-left: 15px;

	margin-right: 15px;

}

.navul li a {

	color: #fff;

	padding: 0px 10px;

	text-decoration: none;

}

.navul li i {

	display: block;

	width: 0;

	height: 3px;

	background: #4cb948;

	transition: .5s;

	margin: 12px auto 0;

}

.navul li:hover i {

	width: 100%;

}

.navul li.last {

	background: none

}

.navul li:hover a, .headerNav {

	color: #fff;

}



.retop ul {

	overflow: hidden;

}

.retop li {

	float: left;

	margin-left: 10px;

}

.retop li img {

	display: block;

}

.rtTop {

	width: 43px;

	height: 43px;

	overflow: hidden;

	position: fixed;

	top: 35%;

	right: 50%;

	margin-right: -543px;

	cursor: pointer;

	display: none;

	z-index: 99;

}

.rtTop h4 {

	width: 43px;

	height: 43px;

	overflow: hidden;

	position: relative;

}

.rtTop img {

	display: block;

	position: absolute;

	top: 0;

	left: 0;

}

.top {

	width: 100%;

	font-size: 13px;

	color: #666;

	height: 36px;

	line-height: 36px;

	border-bottom: 1px #e5e5e5 solid;

}

.topbar {

	width: 1200px;

	margin: 0 auto;

}

.tl {

	float: left;

}

.tr {

	float: right;

}

.contact {

	padding: 10px;

	margin-top: 20px;

	background-color:#296e26; color:#fff;



}

.contact h2 {

	font-size: 20px;

	font-weight: normal;

	border-bottom: 1px #e5e5e5 solid;

	line-height: 36px;

	margin-bottom: 10px;

}

.contact p {

	line-height: 2;

	font-size: 16px;

}

#flashs {

	margin-top: 0px;

	height: 455px;

}

#flashs .bd {

	width: 1200px;

	margin: 0 auto;

	padding-top: 200px;

	text-align: center;

}

#flashs .bd h2 {

	font-size: 36px;

	color: #fff;

	letter-spacing: 2px;

	margin-bottom: 20px;

}

#flashs .bd p {

	font-size: 16px;

	color: #fff;

	line-height: 30px;

	letter-spacing: 3px;

}

