@charset "utf-8";
body{ font-size:12px; font-family: 微软雅黑; background:#fff;color:#444;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{margin:0;padding:0;}
fieldset,img {border:0;}
li {list-style:none;}
a{text-decoration:none;color:#444}
a:hover {text-decoration:none;color:#f60;}
.clear{content:"";height:0px; line-height:0px; clear:both; visibility:hidden; overflow:hidden;}
.wrap-all{width:100%;}
.main{ width:1002px; margin:0 auto;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px !important;}
.mt5{ margin-top:5px;}
.mt8{ margin-top:8px;}
.pt12{ padding-top:12px;}

.bg-gray{ background:#f2f2f2;}
.bg-white{ background:#fff;}

/*头部*/
.header{height: 80px;background: #f7f7f7;}
.logo{float:left;width: 200px;height: 59px;margin-top: 15px;}
.head-right{float:left;width: 800px;}
.head-select{text-align:right;height:40px;line-height:40px;}
.head-select a {color:#999;}
.head-select a:hover {color:#000;}
.head-serch a{float:left;width:88px;height:26px;margin-left:16px;}
.head-serch a.btn-oa{margin-left:392px;}
.top-ser{float:left;width:200px;padding-left:16px;_display:inline;}
.top-ser input.txt,
.top-ser input.btn {float:left;border:0px;outline: none;}
.top-ser input.txt {width:166px;height:22px;line-height:22px;font-family:"微软雅黑";color:#d2d2d2;background:url(../images/input_bg.gif) no-repeat;padding:2px 3px;}
.top-ser input.btn {width:28px;height:26px;cursor:pointer;background:url(../images/searchbtn_bg.gif) no-repeat;}
/*导航*/
.menu{height:44px;background: url(../images/menuBg.png) repeat-x;position: relative;z-index: 9999;margin-bottom: -2px;}
.menu-con{position:relative;}
.menu ul {padding-left:30px;}
.menu li {height:41px;line-height:41px;width:120px;float:left;text-align:center;background:url(../images/menu_liBg.gif) no-repeat left;}
.menu li a {display:block;width:120px;font-size:14px;color:#1e1e1e;font-weight:bold;}
.menu li.over a {text-decoration:none;background: url(../images/menu_liBg_on.gif) no-repeat;color:#fff;}
.menu ul li .sjy {position:absolute;width:1002px;top:41px;left:4px;display:none;z-index:9999;height:47px;background:url(../images/menu_subBg.png) no-repeat;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu_subBg.png'); /* IE6 */
_background-image: none; /* IE6 */}
.menu ul li.over .sjy {display:block;width:942px;padding-left:60px;}
.menu ul li .sjy ul li {width:100px;text-align:center;line-height:36px;background:url(../images/menu_liBg2.gif) no-repeat 98px 15px;}
.menu ul li .sjy ul li.last {background:none;}
.menu ul li .sjy ul li a:hover {background:url(../images/menu_liBg2_on.gif) no-repeat center;color:#fff;}
.menu ul li .sjy ul {padding:0;}
.menu ul li .sjy ul li a {background:none;font-weight:normal;display:block;width:100px;color:#fff;cursor: pointer;}
.menu ul li.over .menu_news {width:902px;padding-left:100px;}
.menu ul li.over .menu_hxcy {width:802px;padding-left:200px;}
.menu ul li.over .menu_cpyw {width:702px;padding-left:300px;}
.menu ul li.over .menu_rctd {width:542px;padding-left:460px;}
.menu ul li.over .menu_tzgx {width:902px;padding-left:100px;}
/*页脚*/
.subfoot{background: url(../images/footbg.gif) repeat-x;color:#fff;height:40px;line-height:40px;margin:20px 0 0 0;}
.footWrap_1 {width:600px;float:left;}
.footWrap_2 {width:400px;float:right;text-align:left; }

/* 分页 */
.page-new {
	padding: 30px 10px;
	width: auto;
	font-family: Tahoma;
	text-align: center;
}
.page-new a, .page-new span {
	margin: 0 5px;
	padding: 3px 10px;
	display: inline-block;
	text-align: center;
	border: 1px solid #CCC;
}
.page-new span {
	color: #f60;
}
.page-new a:hover {
	border:solid 1px #F50;
}

/* 限制网站最大宽度 */
.sub_conWrap img, .con-textarea img {
	max-width: 555px;
	_width: 555px;
}