﻿@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;
}
.clear{ clear:both}
/*定位*/
.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;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { /*兼容 IE*/
	zoom: 1;
}
#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 */
.header {
	width: 100%;
}
.headerTop {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #f9f9f9;
}
.headerTop p {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	color: #333333;
	float: left;
}
.headerTop ul {
	float: right;
}
.headerTop li {
	float: left;
	height: 35px;
	line-height: 35px;
}
.headerTop li a {
	font-size: 14px;
	color: #333333;
	padding: 0 8px;
	border-left: 1px solid #dedede;
}
.headerTop li.last a {
	padding-right: 0;
}
.headerTop li:first-child a {
	border-left: none;
}
.headerTop li.ma {
	position: relative;
}
.headerTop li.ma i {
	display: none;
	width: 40px;
	height: 40px;
	background: #004d98;
	position: absolute;
	left: 0;
	z-index: 6666;
	top: 35px;
}
.headerTop li.ma:hover i {
	display: block;
}
.headerCenter {
	width: 100%;
	height: 145px;
	background: #fff;
}
.headerCenter .box {
	padding-top: 41px;
	float: left;
}
.headerCenter h1 {
	float: left;
	width: 158px;
	height:60px;
}
.headerCenter .Part {
	float: left;
	padding-left: 19px;
	margin-left: 22px;
	width: 344px;
	border-left: 1px dotted #bfbfbf
}
.headerCenter .Part h2 {
	font-size: 25px;
	color: #004d98;
}
.headerCenter .Part p {
	font-size: 16px;
	color: #7fb200;
	margin-top: 6px
}

.headerNav {
	width: 100%;
}
.headerNav .container {
	position: relative;
	z-index: 9999;
}
.headerNav ul {
	width: 100%;
	position: absolute;
	top: 20px;
}
.headerNav li {
	float: left;
	font-size: 14px;
	height: 70px;
	line-height: 70px;
	background: url(../images/navBg.jpg) repeat-x;
	border-left: 1px solid #014190;
	border-bottom: 3px solid #002e64;
}
.headerNav li a {
	color: #fff;
	text-decoration: none;
	height: 70px;
	line-height: 70px;
	display: block;
}
.headerNav li:first-child {
	border-left: none;
	border-radius: 4px 0 0 4px;
}
.headerNav li.last {
	border-radius: 0 4px 4px 0;
}
.headerNav li.cur {
	background: url(../images/menubg_hover.png) repeat-x;
	border-bottom: 3px solid #415d00;
}
.headerNav li:hover {
	background: url(../images/menubg_hover.png) repeat-x;
	border-bottom: 3px solid #415d00;
}
/* footer 
.footer{width: 100%;padding-bottom: 38px;background: #fff;}
.footer h1{float: left;margin: 68px 0 0 102px;}
.footer .con{float: left;margin-left: 88px;}
.footer .con1{padding-left: 88px;background: url(../images/footer_xian.jpg) no-repeat left top;margin-top: 50px;}
.footer .con1 p{font-size: 14px;font-weight: bold;margin-bottom: 12px;color: #333;}
.footer .con2{margin-left: 72px;padding-left: 68px;background: url(../images/footer_xian.jpg) no-repeat left 9px; margin-top: 40px;} 
.footer .con2 img{display: block;float: left;border: 1px solid #f8f1e5;margin-left: 4px;}
.footer .con1 p a{font-size: 14px;color: #333;}*/

/* footer */
.footer {
	width: 100%;
	padding-bottom: 38px;
	background: #fff;
}
.footer h1 {
	float: left;
	margin: 68px 0 0 102px;
}
.footer .con {
	float: left;
	margin-left: 88px;
}
.footer .con1 {
	padding-left: 88px;
	background: url(../images/footer_xian.jpg) no-repeat left top;
	margin-top: 50px;
}
.footer .con1 p {
	font-size: 14px;
	margin-bottom: 12px;
	color: #333;
}
.footer .con2 {
	margin-left: 72px;
	padding-left: 68px;
	background: url(../images/footer_xian.jpg) no-repeat left 9px;
	margin-top: 40px;
}
.footer .con2 img {
	display: block;
	float: left;
	border: 1px solid #f8f1e5;
	margin-left: 4px;
}
.footerMenu {
	width: 100%;
	height: 60px;
	background: #084892;
}
.footerMenu ul {
	width: 100%;
}
.footerMenu li {
	float: left;
	margin-top: 22px;
}
.footerMenu li a {
	font-size: 14px;
	border-left: 1px dotted #fff;
	color: #fff;
}
.footerMenu li:first-child a {
	border-left: none;
}
.footer .con1 p a {
	font-size: 14px;
	color: #333;
}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1 {
	display:none;
	z-index:1001;
	width:398px;
	border:1px solid #ccc;
	background:#fff;
	padding-bottom:20px;
}
#mesbook1_c div, #mesbook1 div {
	border:1px solid #E4E3E3;
	background:#EBECEB;
	height:18px;
	padding:4px .5em 0;
	margin-bottom:10px;
}
#mesbook1_c dl.b1, #mesbook1 dl.b1 {
	width:370px;
	margin:0 auto;
}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt {
	float:left;
	width: 75px;
	overflow:hidden;
	padding-left: 20px;
}
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {
	width:265px;
	float:right;
}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns {
	padding-bottom:10px;
}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {
	margin-right:20px;
}
.b15 {
	background: url(../images/SkinsVIBtn.png) no-repeat;
	border:0;
	cursor: pointer;
	overflow:hidden;
}
.b15 {
	background-position:-79px -650px;
	width:60px;
	height:24px;
	line-height:24px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
/*处理中动画占全屏*/
#oran_div_processing {
	width:300px;
	padding:20px;
	z-index:9999;
	text-align:center;
	background:#fffeef;
	border:solid 1px #b8ab04;
}
.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:85%;
	right:51%;
	margin-right:-675px;
	cursor:pointer;
	display:none;
}
.rtTop h4 {
	width:43px;
	height:43px;
	overflow:hidden;
	position:relative;
}
.rtTop img {
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.link {
	width: 100%;
	background: #fff;
}
.link .container {
	border-bottom: 1px solid #d8d8d8;
	padding: 29px 0 26px 0;
}
.link dt {
	float: left;
	font-size: 18px;
	color: #333333;
	width: 150px;
	margin-left: 45px;
}
.link dd {
	float: left;
	width: 1000px;
	padding-top: 3px;
}
.link dd a {
	display: block;
	overflow: hidden;
	display: block;
	float: left;
	padding: 0 6px;
	border-left: 1px solid #fff;
	font-size: 14px;
	color: #333333;
	margin-bottom: 4px;
}
.link dd a:first-child {
	border-left: none;
}

/*==========分页样式===========*/
.paging {
	width:100%;
	height:50px;
	text-align:center;
	padding:30px 0;
}
.paging a, .paging span {
	font:16px/22px "microsoft yahei";
	color:#666666;
	text-decoration:none;
	padding:5px 12px;
	border:solid 1px #c9c9c9;
	display:inline-block;
	white-space:nowrap;
	margin:0 3px;
	border-radius:3px;
	background:#48a359;
	box-shadow: inset 0 0 30px rgba(239, 239, 239, 0.7)
}
.paging a {
	background:none;
}
.paging a:hover {
	background:#084892;
	color:#fff;
	border:1px solid #084892;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.7)
}
.paging span {
	background:#636363;
	color:#fff;
	border:1px solid #189b53;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.7)
}
.paging .current {
	background:#084892;
	color:#fff;
	border:1px solid #084892;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.7)
}
.lxwm_sty{
	word-break: break-all; border: 1px solid rgb(242, 242, 242);  background-color: rgb(242, 242, 242); font-size:14px
}
.h50{
	height:50px;}
	/*首页产品导航*/
.ndh {
	height: auto;
	font-size:0px;
	margin-top:10px;
	margin-bottom:32px;
	width:1200px;
}
.ndh li {
	display:inline-block;
	width:225px;
	height:50px;
	line-height:50px;
	margin-right:5px;
	margin-left:6px;
	margin-bottom:10px;
}
.ndh a {
	background: #084892;
	display:block;
	height:50px;
	color:#fff;
	font-size:16px;
	text-align:center;
	transition: all 0.5s;
	font-weight:bold;
	border-radius:8px;
}
.ndh a:hover {
	background: #628e00;
	transition: all 0.5s; text-decoration:none;
}
a.ndho {
	background: #ff7d00;
}

