/* CSS Document */
@charset "utf-8";
/*公共的部分,去掉IE6,IE7,FireFox所有内外边距*/
*,div,dl,ul,li,dt,dd,h1,form,input,p{padding:0; margin:0;}
/*超级链接样式,正确顺序L-V-H-A来自"蓝色理想"*/
a{text-decoration:none;}
a:link {color:#333;}
a:visited{color:#333;}
a:hover{color:#ff6f00; text-decoration:underline;}
a:active {color:orange;}
/*默认标签*/
body{font:normal 12px/150%  Arial, Helvetica, sans-serif;color:#333; background:url(/images/header_bg.gif) repeat-x;letter-spacing:1px;}
ul,li{padding:0;list-style:none;}
h1,h2,h3,h4,h5,h6,h7,strong{padding:0px; margin:0px;text-indent:0;}
p{line-height:24px;}
img{border:none;}
input{font-size:12px;vertical-align:middle}
/* other */
.lf{float:left}
.rf{float:right}
.clr{widht:100%;clear:both;font-size:0;height:0;overflow:hidden;}
.clr10{widht:100%;clear:both;font-size:0;height:10px;overflow:hidden;}
.clear{clear:both}
.close{display:block;clear:both;height:0;overflow:hidden;font-size:0}
.cfloat:after{display:block;clear:both;height:0;overflow:hidden;font-size:0;content:""}
.none{display:none}


.divCenter{margin:0 auto;width:960px;height:auto;overflow:hidden;clear:both;}
.margin10{margin:10px 0;}
/*head网页头部*/
#header{margin:0 auto;width:960px;height:auto;overflow:hidden;clear:both;margin-top:10px;}
#header .logo{float:left;width:156px;margin-left:20px;height:50px;overflow:hidden;}
#header .service {float:left;width:714px;height:50px;padding:0 10px 0 30px; text-align:right;}
#header .service h1{float:left;width:714px;margin-top:10px;height:20px;line-height:20px;font-size:14px;color:#999; text-align:right; vertical-align:bottom;}
/*头部导航*/
#nav{width:100%;height:29px;margin-top:2px;padding:3px 0 5px;line-height:29px; text-align:center;overflow:hidden;}
#nav .menu{padding:4px 0px;line-height:21px;background-color:#7e7e7e;font-size:14px;color:#fff;}
#nav .menu a{margin:0 20px;font-size:14px;font-weight:bold;color:#fff;}
#nav .menu a:hover{color:#ff6f00; text-decoration:none;}



/*友情链接*/
#link{margin:0 auto;height:auto;overflow:hidden; clear:both; background:url(/images/footbg.gif) 0 0 repeat-x;}
#link .imglink{padding:15px 0px 10px 0;border-top:1px solid #dce1e6;}
/*页脚*/
#footer{margin:0 auto;height:auto;overflow:hidden; clear:both; background:url(/images/footbg.gif)  0 0 repeat-x;border-top:1px solid #ddd;}
#footer .textlink{margin:0 auto;padding:3px 0;margin-bottom:6px;width:960px;height:auto;line-height:24px;border-bottom:1px solid #dce1e6;}
#footer .textlink span{margin-left:10px;font-weight:bold;color:#000;}
#footer .textlink a{line-height:22px;padding:0px 5px;margin-left:5px;color:#525252;}
#footer .linknav{margin:0 auto;width:960px;height:24px;line-height:25px;text-align:center;color:#333;}
#footer .linknav a{color:#333;margin:0 8px;}
#footer .linknav a:visited{color:#333;}
#footer .copyright{margin:0 auto;width:960px;padding-bottom:10px;;text-align:center;line-height:24px;color:#666;}
#footer .copyright a{color:#333;}
#footer .copyright a:visited{color:#333;}


