@charset "utf-8";
/* CSS Document */

body{margin:0px; padding:0px; font-size:12px; font-family:"宋体"; font-family:Arial, Helvetica, sans-serif; color:#888; background:url(../image/body_bg.gif) top repeat-x;}
a{color:#888;}
img{border:0px;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, p{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{font-size:14px; padding:0px; margin:0px;}
h1{font-size:16px;}
h5{font-size:12px;}

.wal{width:1000px; margin:0px auto; overflow:hidden;}

.fl{float:left;}
.fr{float:right;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}
.w260{width:260px; overflow:hidden; padding-left:12px;}
.w320{width:320px; overflow:hidden;}
.w350{width:350px; overflow:hidden; padding-right:12px;}
.w165{width:165px; overflow:hidden; background:url(../image/page_l_bg.gif) top no-repeat; padding-top:37px;}
.w835{width:770px; padding:40px 0 0 65px; background:url(../image/page_r_bg.gif) top no-repeat; min-height:500px; _height:500px;}
.w550{width:550px; overflow:hidden;}
.w152{width:152px; overflow:hidden;}
.w364{width:364px; overflow:hidden;}

.line_1{height:10px; overflow:hidden; clear:both;}

.page_bg1{background:url(../image/page_bg1.gif) left repeat-y;}
.page_bg2{background:url(../image/page_bg2.gif) left bottom no-repeat; min-height:500px; _height:500px;}

.t_1{overflow:hidden; height:30px; padding-top:7px;}
.t_1 a{color:#990000;}
.t_2{height:60px; line-height:60px; font-size:14px; font-weight:800; font-family:"微软雅黑"; color:#333;}
.t_2 .span1{font-size:24px; padding-right:8px; font-family:Arial, Helvetica, sans-serif;}
.t_2 .span1 span{color:#900;}
.t_3{font-family:"微软雅黑"; font-weight:bold; font-size:16px; color:#900; text-align:center; height:55px;}

.t_4{background:url(../image/t_1.png); height:55px; overflow:hidden; behavior:url(../png_js/iepngfix.htc);}
.t_4 .fl{font-size:14px; font-weight:bold; color:#c00; padding:15px 0 0 19px;}
.t_4 .fr{padding:15px 18px 0 0;}
.b_4{background:url(../image/b_1.png); overflow:hidden; height:14px; _margin-top:-1px; behavior:url(../png_js/iepngfix.htc);}
.box_4{background:url(../image/box_1.png) left repeat-y; behavior:url(../png_js/iepngfix.htc);}

.page_now{height:50px; overflow:hidden;}
.page_now span{padding:0 0px 0 6px;}
.page_now a{padding:0 12px 0 6px; background:url(../image/ico2.gif) right no-repeat;}

.tab{background:url(../image/tab_bg1.gif); height:27px; overflow:hidden;}
.tab span{display:block; cursor:pointer; height:27px; line-height:27px; background:url(../image/tab_bg2.gif) top repeat-x; float:left; margin-right:2px; padding:0 9px 0 9px;}
.tab .span_now{font-weight:800; background:url(../image/tab_bg3.gif); border:#ccc solid 1px; border-top:0px; border-bottom:0px;}

.content_1{width:510px; overflow:hidden; margin:0 auto; line-height:1.8em;}

.page_num{height:35px; text-align:right;}
.page_num a{padding:0 6px 0 6px;}
.page_num span{padding:0 2px 0 2px;}
.page_num .input1{border:#CCC solid 1px; height:15px; width:30px;}
.page_num .btn1{border:0px; background:#FFF;}
/*

.ul0 li{height:21px; line-height:21px;}
.ul0 li a{float:left;}
.ul0 li span{float:right;}

.form_div1{height:45px; overflow:hidden; font-size:14px;}
.form_div1 span{display:block; float:left; overflow:hidden; padding:0 0 0 6px;}
.form_div1 .span1{text-align:right; width:110px; padding-top:9px;}
.form_div1 .span2{padding-top:9px;}
.form_div1 .input1{height:25px; line-height:25px; color:#666; border:#ccc solid 1px; width:338px;}
.form_div1 .btn1{background:url(../image/img.gif) -480px -346px; width:108px; height:30px; border:0px;}
.form_div2{height:150px;}
.form_div2 textarea{width:435px; height:130px; border:#ccc solid 1px;}
.form_div1 select{font-size:14px; width:180px; margin-top:5px;}*/


/* 设置输入框透明
input{background:transparent;}

设置图片透明度
.spic a img{opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50);}

使用png做背景（若在层中使用，需要用两个div，一个设置为层，另一个设置png背景，里面的链接加:position:relative;）
background:url(../image/sousuo.png) no-repeat!important;background-image:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../image/sousuo.png, sizingmethod=scale);

    "\9"　例:"border:1px \9;".这里的"\9"可以区别所有IE和FireFox.
　　 "\0"　IE8识别，IE6、IE7不能.
　　"*"　IE6、IE7可以识别.IE8、FireFox不能.
　　"_"　IE6可以识别"_",IE7、IE8、FireFox不能. 

*/