﻿@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: #666;

	text-decoration: none;

}  /*for ie f6n.net*/

a:focus {

	outline: none;

} /*for ff f6n.net*/

a:hover {

	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;

}

li {

	list-style: none;

}

 -moz-box-sizing:content-box;

 -webkit-box-sizing:content-box;

 box-sizing:content-box;

/*其他*/



.cur {

	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: 14px/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;

}

/*清除浮动*/



.clearfix:after {

	content: '';

	display: block;

	clear: both;

	height: 0;

	visibility: hidden;

}

.clearfix { /*兼容 IE*/

	zoom: 1;

}

/*end reset*/











/* CSS Document */



body {

	background-color: #fff;

	overflow-x: hidden;

	color: #000;

	font-size: 14px;

	font-family: "微软雅黑";

	position: relative;

	min-width: 1200px;

	width: 100%;

}/*网站字体颜色*/

.container {

	margin-left: auto;

	margin-right: auto;

	width: 1200px;

}

/* header */



.header {

	width: 100%;

}

.headerTop {

	width: 100%;

	height: 36px;

	line-height: 36px;

	background: #f5f5f5;

}

.headerTop p {

	font-size: 13px;

	height: 36px;

	line-height: 36px;

	color: #999999;

	float: left;

}

.headerTop ul {

	float: right;

}

.headerTop li {

	float: left;

	height: 36px;

	line-height: 36px;

}

.headerTop li a {

	font-size: 13px;

	color: #999999;

	border-left: 1px solid #dddddd;

	padding: 0 16px;

}

.headerTop li:first-child a {

	padding-left: 0;

	border-left: none

}

.headerTop li.last a {

	padding-right: 0;

}

.headerTop li.ma {

	position: relative;

}

.headerTop li.ma a {

	text-decoration: none;

}

.headerTop li .ewma {

	position: absolute;

	top: 36px;

	left: 0px;

	width: 100px;

	height: 100px;

	background: #0c6eb3;

	display: none;

}

.headerTop li.ma:hover .ewma {

	display: block;

}

.headerCenter {

	width: 100%;

	height: 122px;

}

.headerCenter .box {

	float: left;

	margin-top: 8px;

}

.headerCenter h1 {

	float: left;

	width: 182px;

	margin-top: 20px;

}

.headerCenter .Part {

	float: left;

	margin-left: 6px;

	width: 400px;

	margin-top: 32px;

	padding-left: 20px;

	border-left: 1px solid #e6e6e6;

}

.headerCenter .Part h2 {

	font-size: 22px;

	color: #0c6eb3;

}

.headerCenter .Part p {

	margin-top: 8px;

}

.headerCenter .Part p span {

	font-size: 14px;

	color: #666666;

	padding-left: 12px;

	background: url(../images/header_icon01.png) no-repeat left center;

	margin-right: 32px;

}



.headerCenter .phone {

	background: url(../images/header_phone.png) no-repeat right center;

	padding-right: 42px;

	float: right;

	margin-top: 38px;

	text-align: right;

}

.headerCenter .phone p {

	font-size: 28px;

	color: #333333;

}

.headerCenter .phone span {

	font-size: 14px;

	color: #999999;

	display: block;

}

/*nav*/

.head_nav {

	background: #357550;

	height: 60px;

	position: relative;

}

.head_nav02 {

	width: 1200px;

	margin: 0 auto;

}

.nav {

	height: 60px;

	z-index: 1;

	width: 100%;

	float: left;

}

.nav a {

	color: #111;

}

.nav .nLi {

	float: left;

	display: inline;

	position: relative;

}

.nav .nLi h3 {

	float: left;

}

.nav .nLi h3 a {

	display: block;

	line-height: 60px;

	font-size: 16px;

	font-weight: normal;

	text-align: center;

	padding: 0 30px;

	color: #fff;

}

.nav .nLi h3 a.cur {

	background: #fb8800;

	color: #fff;

}

.nav .nLi h3 a:hover {

	background: #fb8800;

	color: #fff;

}

.nav .nLi {

	height: 60px;

	border-right: 1px solid rgba(255,255,255,.1);

}

.nav .nLi h3 a span {

	text-transform: uppercase;

	display: block;

	color: #ccc;

	transform : scale(0.75, 0.75);

	-webkit-transform : scale(0.75, 0.75);

*font-size:10px;

}

.nav .sub {

	display: none;

	width: 105%;

	left: 0;

	padding: 10px 20px;

	top: 60px;

	position: absolute;

	background: #fff;

	z-index: 9;

	text-align: center;

}

.nav .sub li {

	zoom: 1;

}

.nav .sub a {

	display: block;

	color: #595959;

	line-height: 45px;

	text-align: center;

	border-bottom: 1px solid #eee;

	font-size: 14px;

}

.nav .sub01 a:hover {

	background: #f1f1f1;

	color: #333;

}

.nav .on h3 a {

}



.nav_f {

    position: fixed!important;

    top: 0!important;

    z-index: 999;

    width: 100%;

    margin: 0!important;

}

/* footer */

.copy01{

	width: 50%;

	float: left;

}

.copy02{

	width: 50%;

	text-align: right;

	float: right;

}

/*-------------*/