﻿/* 一 */
@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;
}
/*其他*/
.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: 16px;
}
h6 {
	font-size: 10px;
}
/*end reset*/
#roll_top, #fall, #ct {
	position: relative;
	cursor: pointer;
	height: 52px;
	width: 52px
}
#roll_top {
	background: url(/templets/mb/img/top.gif) no-repeat
}
#fall {
	background: url(/templets/mb/img/top.gif) no-repeat 0 -80px
}
#ct {
	background: url(/templets/mb/img/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;
}
/* CSS Document */
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 16px;
	font-family: microsoft yahei, "微软雅黑";
	position: relative;
}/*网站字体颜色*/
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1300px;
}
/*页眉*/
.header {
	width: 100%;
	/*overflow: hidden;*/
	background-color: #fff;
}
.header_top {
	overflow: hidden;
	width: 100%;
	height: 35px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #e7e7e7
}
.header_top p {
	float: left;
	line-height: 35px;
	font-size: 14px;
	color: #999
}
.header_top a {
	color: #999
}
.header_top ul {
	overflow: hidden;
	float: right;
	margin-top: 10px;
}
.header_top li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #e7e7e7;
	font-size: 14px;
}
.header_top .last {
	border: none;
	padding-right: 0
}
.header_center {
	overflow: hidden;
	width: 1300px;
	margin: 0 auto;
	height: 120px;
}
.header_center h1 {
	float: left;
	margin-top: 24px;
}
.header_center h2 {
	float: left;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #e7e7e7;
	font-size: 22px;
	color: #006bbd;
	margin-top: 28px;
	line-height: 37px;
}
.header_center h2 em {
	display: block;
	font-size: 16px;
	color: #666;
}
.header_center .phone {
	    overflow: hidden;
    float: right;
    margin-top: 20px;
    padding-left: 45px;
    background: url(/templets/mb/img/phone.png) no-repeat left center;
    text-align: right;
}
.header_center .phone b {
	display: block;
	font-size: 14px;
	color: #333
}
.header_center .phone span {
	display: block;
font-size: 26px;
color: #F15A40;
font-family: Arial;
font-weight: 900;
}
.header_nav {
	overflow: hidden;
	width: 100%;
	height: 53px;
	border-top: 2px solid #ffbf00;
	font-size: 16px;
	line-height: 53px;
	background-color: #006bbd
}
.header_nav ul {
	overflow: hidden
}
.header_nav li {
	float: left;
}
.header_nav a {
	color: #fff;
	display: block;
	text-decoration: none
}
.header_nav li.cur, .header_nav li:hover {
	background-color: #ffbf00;
}
/*footer*/
.footer {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 35px;
	border-top: 1px solid #eee;
}
.footer .fnav {
	overflow: hidden;
	width: 100%;
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #eaeaea;
}
.footer .fnav li {
	float: left;
	font-size: 14px;
	margin-right: 45px;
	margin-left: 11px;
}
.footer .fnav li a {
	color: #666
}
.footer h2 {
	float: left;
	width: 250px;
	height: 115px;
	/*background: url(/templets/mb/img/f01.png) no-repeat center;*/
	text-align: center;
	margin-top: 25px;
}
.footer h2 img {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.footer .wen {
	overflow: hidden;
	float: left;
	width: 555px;
	margin-top: 25px;
	margin-left: 30px;
}
.footer .wen p {
	font-size: 14px;
	color: #666;
	line-height: 36px;
}
.footer .wen a {
	color: #666
}
.footer .wen i {
	margin: 0 20px;
}
.footer .ewm {
	display: block;
	float: right;
	margin-top: 25px;
}
.link {
	overflow: hidden;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #eaeaea
}
.link ul {
	overflow: hidden;
	width: 1300px;
	margin: 0 auto;
	font-size: 14px;
}
.link li {
	float: left;
	padding: 0 20px;
	border-right: 1px dotted #666;
	margin: 5px 0;
	font-size: 14px;
	line-height: 15px;
}
.link li a {
	color: #666
}
/* -- 弹出窗口 -- */
#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: 105px;
	overflow: hidden;
}
#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;
}
#nav ul li a {
	padding: 0 30px !important;
}
.ImTable {
	border: 9px solid #006bbd !important;
}



.navbox{height:50px;position:relative;z-index:9; margin:auto;background:#006bbd;filter:alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;font-family:'微软雅黑';}
.nav{width:1300px;margin:0 auto;height:50px; list-style:none;}
.nav li{float:left;height:50px;position:relative; list-style:none;}
.nav li.last{background:none;}
.nav li a{text-decoration:none; line-height: 30px;}
.nav li a :hover{text-decoration:none;  font-weight:bold;}
.nav li a span{float:left;display:block;line-height:50px;font-size:16px;color:#ffffff;cursor:pointer;width:130px;text-align:center; }
.mj_hover_menu{text-decoration:none; width:111px; background-color: #ffbf00;/*background:url(/templets/mb/dh1/menu_hover.jpg);*/ height:50px;}
.nav li.selected .submenu{display:block;}
.nav li .submenu{display:none;position:absolute;top:50px;/*left:-286px;*/}
.nav li .submenu li{float:none;padding:0;background:none;height:auto;border-bottom:dotted 0px #BEBEBE;}


.mj_menu_pro_bg{width: 150px; border-top: 2px solid #1a7ac3;
    /* height: 235px; */
    /* background: url(/templets/mb/dh1/menu_pro_bg.png) no-repeat; */
   background-color: rgba(255, 255, 255, 0.9);}
.mj_menu_pro_main{    /* width: 1000px; */
    margin: 0 10px;
    /* padding-top: 12px; */
    padding-bottom: 10px;}
.mj_menu_pro_li{ float:left;}
.mj_menu_li_txt{line-height:22px; font-size:12px; color:#696969;}
.mj_menu_li_txt font{font-size: 16px;color: #1A7AC3;}
.mj_menu_li_txt a{color:#696969; text-decoration:none;}
.mj_menu_li_txt a:hover{color:#696969; text-decoration:underline;}

.mj_menu_news_bg{width:480px; height:185px; background:url(/templets/mb/dh1/menu_news_bg.png) no-repeat;}
.mj_menu_news_main{width:440px; margin:auto; padding-top:12px;}
.mj_menu_news_li{padding:0px 30px; margin-right:30px; height:150px; float:left; border-right:solid 1px #cccccc; }
.mj_menu_news_img{float:left; text-align:left; color:#bb1721; line-height:30px; font-size:14px;}
.mj_menu_news_li2{padding:0px 30px; height:150px; float:right; border-left:solid 1px #cccccc; }
.mj_menu_news_img2{float:left; margin-left:30px; text-align:left; color:#bb1721; line-height:30px; font-size:14px;}
.mj_menu_news_li3{padding:0px 25px; height:150px; float:right; border-left:solid 1px #cccccc; }
.mj_menu_news_img3{float:left; margin-left:10px; text-align:left; color:#bb1721; line-height:30px; font-size:14px;}



.dede_pages ul {
    float: left;
    padding: 12px 0 12px 16px;
}
.dede_pages ul li {
    border: 1px solid #CCCCCC;
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 6px;
    padding: 4px 8px;
}
.dede_pages ul li a {
    color: #555555;
    display: block;
    float: left;
}
.dede_pages ul li.thisclass {
    background-color: #D00200;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 8px;
}
.dede_pages ul li.thisclass a {
    color: #FFFFFF;
}
.dede_pages .pageinfo {
    color: #999999;
    display: block;
}
.dede_pages .pageinfo strong {
    color: #555555;
    font-weight: normal;
    margin: 0 2px;
}
