﻿@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: underline;
}
/*定位*/

.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: "微软雅黑", Arial;
	position: relative;
}/*网站字体颜色*/
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
/*页眉*/

.header {
	width: 100%;
	overflow: hidden;
	background: url(../images/header_bg.png) repeat-x center top;
	background-color: #fff;
}
.headertop {
	overflow: hidden;
	height: 160px;
}
.headertop h1 {
	float: left;
	overflow: hidden;
	margin-top: 60px;
}
.headertop .twen {
	overflow: hidden;
	float: left;
	padding-left: 10px;
	margin-top: 78px;
}
.headertop .twen h2 {
	font-size: 38px;
	color: #292929;
}
.headertop .twen h2  span{
	font-size: 30px;
	color: #007bc9;
	border-left: 1px solid #c8c8c8;
	padding-left: 10px;
	margin-left: 10px;
}
.headertop .twen p {
	font-size: 17px;
	color: #333;
}
.headleft {
	overflow: hidden;
	float: left;
	position: absolute;
}
.headertop .headleft ul {
	overflow: hidden;
	margin-top: 9px;
	float: right;
}
.headertop .headleft li {
	float: left;
	padding: 0 8px;
	font-size: 14px;
	color: #6b6b6b;
}


.headertop .headright {
	overflow: hidden;
	float: right;
	position: relative;
}
.headertop .headright ul li span{
	display: none;
	position: absolute;
    top: 38px;
    border: 1px #f1f1f1 solid;
    left: 20px;
}
.headertop .headright ul li:hover span{
	display:block;
}

.headertop .headright ul {
	overflow: hidden;
	margin-top: 9px;
	float: right;
}
.headertop .headright li {
	float: left;
	border-right: 1px dotted #ababab;
	padding: 0 8px;
	font-size: 14px;
}
.headertop .headright li a {
	color: #6b6b6b;
}
.headertop .headright li:last-child{
	border: none !important;
}
.headertop .phone {
	overflow: hidden;
	background: url(../images/phone.png) right center no-repeat;
	padding-right: 50px;
	float: right;
	margin-top: 55px;
	text-align: right;
}
.headertop .phone p {
	font-size: 14px;
	color: #343434;
}
.headertop .phone h3 {
	font-weight: normal;
	font-family: Arial;
	font-size: 28px;
	color: #ff8400;
}
.headerNav {
	overflow: hidden;
	width: 100%;
	height: 60px;
	background-color: #0081c9;
}
.headerNav li {
	float: left;
	line-height: 60px;
	font-size: 16px;
	font-weight: 500;
	padding: 0 10px 0 30px
}
.headerNav li::after {
	float: right;
	line-height: 60px;
	padding-top: 22px;
    padding-left: 30px;
	content: url(../images/fenge.png);
}

.headerNav li:last-child::after {
	display:none; 
}

.headerNav li a {
	text-decoration: none;
	color: #fff;
}
.headerNav li:last-child {
	background: none;
	padding-right: 0;
}
.headerNav li.cur a, .headerNav li a:hover {
	font-weight: 500;
	color: #ffa800;
}
/*footer*/

.footer {
	overflow: hidden;
	width: 100%;
	background-color: #2e2e2e;
}
.footer .f_nav {
	overflow: hidden;
	width: 100%;
	height: 60px;
	background-color: #434343;
}
.footer .f_nav li {
	margin-top: 23px;
    float: left;
    font-size: 14px;
    padding: 0 35px;
    border-right: 1px dotted #666;
}
.footer .f_nav li:last-child{
	border: none;
}
.footer .f_nav li a {
	color: #fff
}
.footer .f_left {
	overflow: hidden;
	float: left;
	margin-top: 80px;
	width: 890px;
}

.footer .f_left ul {
	overflow: hidden;
	width: 780px;
	float: left
}
.footer .f_left li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px dotted #c5c5c5;
	font-size: 12px;
	white-space: nowrap;
}
.footer .f_left li a {
	color: #c4c4c4;
}
.footer .f_left .link {
	width:230px;
	height:130px;
	background: url(../images/flogo.png) no-repeat left top;
	border-right: 1px solid #3E3E3E;
    float: left;
	margin-right: 50px;
    padding-right: 50px;
}
.footer .f_left .rukou {
	overflow: hidden;
	float: right;
	font-size: 12px;
	color: #c5c5c5;
}
.footer .f_left p {
	font-size: 14px;
    color: #666;
    line-height: 25px;
}
.footer .f_left p a{
    color: #666;
}
.footer .f_left p em {
	margin: 0 10px;
}
.footer .ewm {
	overflow: hidden;
	float: right;
	margin-top: 45px;
    margin-bottom: 40px;
	margin-right:50px;
}
.footer .ewm p {
	font-size: 13px;
	color: #fff;
	width: 14px;
	text-align: center;
	float: left;
	margin-left: 10px;
}
.footer .ewm span {
	display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 129px;
}
.footer .ewm img {
	display: block;
	float: right;
	margin-bottom:10px;
}
#roll_top, #fall, #ct {
	position: relative;
	cursor: pointer;
	height: 52px;
	width: 52px;
}
#roll_top {
	background: url(../images/top.gif) no-repeat;
}
#fall {
	background: url(../images/top.gif) no-repeat 0 -80px;
}
#ct {
	background: url(../images/top.gif) no-repeat 0 -40px;
}
#roll {
	display: block;
	width: 15px;
	margin-right: -525px;
	position: fixed;
	right: 43%;
	top: 50%;
	_margin-right: -525px;
	_position: absolute;
	_margin-top: 300px;
 _top: expression(eval(document.documentElement.scrollTop));
}
.h_head_gd{ position:fixed; top:0px; width:100%;_position:absolute;_top:expression(eval(document.documentElement.scrollTop)0); z-index:9999; left:0; background:#0081c9; filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9; }