﻿/******************************
*同创模板网-专业提供企业网站源码程序模板*
* www.cnfusu.com *
* www.cnboco.com *
* 微信：cnboco *
* QQ:289229516 *
 ******************************/

@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;
/*其他*/
.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: 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;
}
#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: -558px;
	position: fixed;
	right: 46%;
	top: 80%;
	_margin-right: -558px;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8));
	z-index: 100;
}
/*end reset*/



/* CSS Document */
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: "微软雅黑";
	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) no-repeat center top;
	height: 211px;
}
.header .header_top {
	overflow: hidden;
	width: 100%;
	height: 150px;
}
.header h1 {
	padding-top:30px;
	float: left;
	overflow: hidden
}
.header h2 {
	float: left;
	margin-left: 20px;
	margin-top: 35px;
	font-weight: normal;
	font-size: 22px;
	color: #4b4b4b;
}
.header h2 p {
	font-size: 18px;
	color: #4b4b4b;
	margin-top: 12px;
}
.header .right {
	overflow: hidden;
	float: right;
	width: 360px;
	height: 100%
}
.header .right ul {
	width: 100%;
	padding-top:15px;
	font-size: 12px; text-align:right
}
.header .right li {
	position: relative;
	width: 20%;display:inline-block
}
.header .right li a {
	color: #4b4b4b;
}
.header .right li img {
	display: none;
	position: absolute;
	left: 0;
	top: 20px;
}
.header .right li:hover img {
	display: block
}
.header .phone {
	overflow: hidden;
	float: right;
	margin-top: 30px;
	padding-left: 50px;
	background: url(../images/phone.png) no-repeat left center;
}
.header .phone p {
	font-size: 14px;
	color: #4b4b4b;
}
.header .phone span {
	display: block;
	font-size: 24px;
	color: #4b4b4b;
}
.header .header_nav {
	overflow: hidden;
	width: 100%;
}
.header .header_nav ul {
	overflow: hidden
}
.header .header_nav li {
	float: left;
	font-size: 14px;
	line-height: 38px;
}
.header .header_nav li a {
	color: #fff;
	display: block;
	text-decoration: none
}
.header .header_nav li:hover a, .header .header_nav li.cur a {
	background: url(../images/nav.png) no-repeat center;
	color: #1d1d1d;
}
/*footer*/
.footer {
	overflow: hidden;
	padding-top: 50px;
	width: 100%;
	background-color: #000;
	padding-bottom:30px;
}
.footer .flist {
	overflow: hidden;
	float: left;
	width: 140px;
}
.footer h3 {
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 14px;
	color: #0F953E;
}
.footer h3 a {
	color: #0F953E;
}
.footer .flist p {
	font-size: 12px;
	line-height: 28px;
	color: #999;
}
.footer .flist p a {
	color: #999
}
.footer .flist p a:hover {
	color: #fff
}
.footer .flist.last {
	width: 300px;
}
.footer .fbtm {
	overflow: hidden;
	padding-top: 20px;
	border-top: 1px solid #444040;
	margin-top: 50px;
}
.footer .fbtm p {
	font-size: 12px;
	color: #666;
	line-height: 32px;
	text-align:center;
}
.footer .fbtm ul {
	overflow: hidden;
	float: right;
}
.footer .fbtm li {
	overflow: hidden;
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 4px;
}
/*fxd*/
.fxd {
	overflow: hidden;
	width: 100%;
	height: 112px;
	background: url(../images/fd.png) no-repeat center;
	background-color: #0F953E;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1006;
}
.fxd p {
	float: left;
	font-size: 16px;
	color: #fff;
	margin-top: 25px;
}
.fxd p img {
	display: block;
	margin-bottom: 10px;
}
.fxd .inbox {
	overflow: hidden;
	float: right;
	width: 453px;
	margin-top: 25px;
}
.fxd input {
	overflow: hidden;
	width: 140px;
	height: 24px;
	line-height: 24px;
	border: none;
	padding: 0 10px;
	font-size: 12px;
	color: #999;
	margin-left: 5px;
	background-color: #fff;
}
.fxd .name {
	width: 90px;
}
.fxd em {
	display: block;
	float: left;
	width: 110px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	background-color: #d6312d;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
}
.fxd .inbox img {
	display: block;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
}
.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: 75%;
	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;
}


/*  在线客服  */

.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease; float:left;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#0F953E url(../images/fixcont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#0F953E url(../images/fixcont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#0F953E url(../images/fixcont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#0F953E url(../images/fixcont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}