﻿@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;}
q:before , q:after{content:'';}
ol , ul {list-style:none;}
ception , th{text-align:left;}
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:none;}

/*定位*/
.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;}





/*end reset*/



/* CSS Document */
body{background-color:#fff; overflow-x:hidden; color:#666; font-size:14px; font-family: "微软雅黑"; position:relative;}/*网站字体颜色*/

.header , .content , .footer , .container{margin-left:auto; margin-right:auto; width:1200px;}

/*页眉*/
.header{width:100%; overflow:hidden; background-color:#fff;}

.header_top {
	width:100%;
	height:40px;
	background-image: url(/image/topbg.gif);
	background-repeat: repeat-x;
}
.header_top p{ font-size:14px; color:#000; line-height:40px; float:left}
.header_top ul{ float:right; width:290px; padding:10px 0;}
.header_top li{ float:left; position:relative; font-size:13px; padding:0 10px; border-right:1px solid #484848;}
.header_top li a{ color:#000;}
.header_top .last{ border:none; padding-right:0}
.header_top li img{ display:none; position:absolute; left:-25px; top:30px;}
.header_top li:hover img{ display:block}

.header_center { overflow:hidden; width:1200px; height:125px; margin:0 auto}
.header_center h1{ float:left; margin-top:17px;}
.header_center h1 p{ text-align:right; height:12px; color:#fff; font-size:14px;font-weight:normal;}
.header_center h2{ font-weight:normal; font-size:20px; padding:5px 0; color:#fff; float:left; margin-left:20px; padding-left:20px; background:url(/img/logo_bg.png) no-repeat left center; margin-top:35px;}
.header_center span{ display:block; float:right; padding:10px 0; padding-left:60px; margin-top:30px; background:url(/img/phone.png) no-repeat left center; font-size:14px; color:#000;}
.header_center span b{ font-size:25px; color:#be0000; display:block;} 

.header_nav { overflow:hidden; width:100%; height:58px; background-color:#000;}
.header_nav ul{ overflow:hidden}
.header_nav li{
	float:left;
	line-height:58px;
	font-size:16px;
	border-right:1px solid #1c1c1c;
	padding-right: 22px;
	padding-left: 22px;
}
.header_nav li a{ display:block; color:#c9c9c9; text-decoration:none}
.header_nav .last{ border:none}
.header_nav li.cur,.header_nav li:hover{ background-color:#be0000; border-color:#be0000;}
.header_nav li.cur a,.header_nav li:hover a{ color:#fff; font-weight:bold}

/*footer*/
.footer { overflow:hidden; width:100%; background-color:#262626; padding-bottom:40px;}
.footer ul{ overflow:hidden; width:100%; margin-top:25px; padding-bottom:12px; border-bottom:1px solid #404040;}
.footer li{
	font-size:15px;
	float:left;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 30px;
}
.footer li a{ color:#fff}
.footer h2{ float:left; margin-top:38px;}
.footer .info{ overflow:hidden; float:left; margin-left:40px; margin-top:30px;}
.footer .info p{ font-size:13px; line-height:28px; color:#aaa;}
.footer .info p a{ color:#aaa;}
.footer .info i{ margin:0 10px;}
.footer .info img .ffff{ display:block; margin-top:15px;}
.footer .ewm{ overflow:hidden; float:right; margin-top:30px; width:230px;}
.footer .ewm p{ float:left; font-size:17px; color:#aaa; margin-top:35px;}
.footer .ewm span{ display:block; font-size:24px;}
.footer .ewm img{ display:block; float:right;}

/*右侧浮动*/
.float{ position:fixed; top:50%; right:0; margin-top:-380px; z-index:2000; width:48px; height:250px;}
.float_show{ background:url(/img/float_yy.png) repeat; width:48px; height:48px;}
.float_show a{ background-color:#be0000;display:block; color:#FFF; font-size:16px; width:auto; height:48px; overflow:hidden;text-decoration: none;}
.float_show a img{ vertical-align:middle;}
.float_show.float_show0{ background:url(/img/float_cur.png) no-repeat top; padding-top:6px; height:48px;}
.float_show.float_show0 a{ background:url(/img/float_icon1.png) no-repeat; width:48px; height:48px;}
.float_wx{ display:none; position:absolute; top:-128px; left:-188px; background:url(/img/float_wxbd.png) no-repeat; width:144px; height:168px; padding:18px 27px 0 17px;}
.float_show.float_show1{ position:absolute; top:55px; right:-124px; width:172px;}
.float_show.float_show2{ position:absolute; top:104px; right:-172px; width:220px;}
.float_show.float_show3{ position:absolute; top:153px; right:-78px; width:126px;}
.float_show.float_show4{ position:absolute; top:202px; right:-78px; width:126px;}
.ad001{
	background-image: url(/image/ggao1.jpg);
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	}
.info img{
	margin-top: 20px;
	}
	
BODY {
    cursor: default;
    font-family: MS Shell Dlg,Tahoma;
    font-size: 9pt;
}
.element.style {
    padding-left: 22px;
    padding-right: 22px;
}
.qgz a{
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
	color: #000;
}
.hzboxa img{-moz-border-radius: 15px;     -webkit-border-radius: 15px; border-radius:4px;}

.page {
    clear: both;
    font: 14px/20px Arial,Helvetica,sans-serif;
    text-align: center;
}
.page * {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    display: inline-block;
    font-family: "宋体";
    padding: 6px 12px;
}
.page b {
    background: #c00 none repeat scroll 0 0;
    border: 1px solid #a00;
    color: #fff;
}
.page a b {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #333;
    padding: 0;
}
.page a:hover {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #bbb;
    text-decoration: none;
}
.Hcase dl {width: 198px;margin:0 auto;padding-top: 2px;}
.Hcase dt {
	border-radius:4px;
	height: 37px;
	width: 198px;
	margin-top: 9px;
	font: 17px/34px "微软雅黑";
	text-align: center;
	background-color: #d52f20;
}
.Hcase dt a {color: #FFF;}
.Hcase dd {background: url(/image/Hcaseb.gif) no-repeat bottom; padding:0 8px 11px; width:182px}
.Hcase li {
	float: left;
	width: 85px;
	font: 15px/30px "微软雅黑";
	height: 30px;
	display: block;
	padding-top: 5;
	padding-right: 3px;
	padding-bottom: 5;
	padding-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.Hcase{
	background-color: #FFF;
}
.tableborder {
    background: #ccc none repeat scroll 0 0;
    margin: 0 0 12px;
}
.tableborder td {
    background: #fff none repeat scroll 0 0;
    padding: 6px;
}
.tabheader td {
    background: #f5f5f5 none repeat scroll 0 0;
}
.tableborder table {
    margin: 2px 0;
}
.tableborder table td {
    background: #fbfbfb none repeat scroll 0 0;
}
.tableborder .inputText {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #b0b0b0 #c0c0c0 #c0c0c0 #b0b0b0;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    height: 16px;
    line-height: 16px;
    padding: 3px 4px;
    width: 260px;
}
.tableborder #lytext {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #b0b0b0 #c0c0c0 #c0c0c0 #b0b0b0;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    height: 150px;
    overflow: auto;
    padding: 4px;
    width: 420px;
}
.tableborder #key {
    width: 54px;
}