﻿@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;
}
.l{
	float: left;
}
.r{
	float: right;
}
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*/

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}



/* 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: 136px;
}
.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: 28px;
	color: #333;
}
.lanse{
	color: #fff;
}
.headerCenter .Part p {
	margin-top: 8px;
	font-size: 20px;
	color: #666;
}
.headerCenter .Part p i{
	font-style: normal;
	font-size: 16px;
	padding: 0 27px;
	color: #eee;
}


.headerCenter .phone {
	background: url(../images/tel.jpg) no-repeat;
	padding-left: 55px;
	float: right;
	margin-top: 29px;
	text-align: left;
}
.headerCenter .phone p {
	font-size: 28px;
	color: #333333;
}
.headerCenter .phone p font{
	font-size: 14px;
	color: #999;
}
.headerCenter .phone span {
	font-size: 14px;
	color: #999999;
	display: block;
}
/*nav*/
.head_nav {
	background: #2383cf;
	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;
	background: url(../images/navge.jpg) no-repeat right top;
}
.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 53px;
	color: #fff;
}
.nav .nLi h3 a.cur {
	background: #fb8800;
	color: #fff;
}
.nav .nLi h3 a:hover {
	background: #fb8800;
	color: #fff;
}

.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: 99999;
	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 */
.footer {
	background: #2383cf;
	overflow: hidden;
}
.footer_nav{
	height: 68px;
	line-height: 68px;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer_nav a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 68px;
}
.footer_nav span{
	display: inline-block;
	font-size: 14px;
	color: rgba(255,255,255,.3);
	line-height: 68px;
	padding: 0 30px;
}

.footer02{
	overflow: hidden;
	padding: 40px 0;
}
.ft02_01{
	width: 160px;
	float: left;
	margin: 20px 73px 0 98px;
}
.ft02_02{
	width: 569px;
	float: left;
	font-size: 13px;
	color: #cbe8ff;
	line-height: 30px;
}
.ft02_02 a{
	font-size: 13px;
	color: #cbe8ff;
}
.ft02_03{
	width: 286px;
	float: left;
}
.ft02_03 img{
	width: 95px;
	height: 95px;
	background: #fff;
	padding: 5px;
}
.erweimaimp{
	width: 105px;
	float: left;
	margin: 0 10px;
}
.erweimaimp span{
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	color: #cbe8ff;
}
/*-------------*/