@charset "utf-8";
/* CSS Document */
* {	margin:0px;	padding:0px;  -webkit-text-size-adjust:none;}

body { font-size:12px; font-family: Arial, Helvetica, sans-serif; color:#666; background:  url(../images/main_bg.png); }

img{vertical-align:top;border:none;}
.clear {clear:both; height:0px; overflow:hidden;}
ul {list-style:none; }
a{ text-decoration:none; color:#666;}
a:hover{ color:#d6000f;text-decoration:none;}
div{ margin:auto;}
dl,dt,dd,ol,ul {
	LIST-STYLE-TYPE: none; LIST-STYLE-IMAGE: none
}

h1,h2,h3,h4,h5,h6{ font-size:12px; font-weight:400; margin:0px; padding:0px; line-height:20px; text-decoration:none;}

input,textarea,option {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#999;
}

.searchinput{
	padding-left:3px;
	margin-top:7px;
	width: 352px;
	float: left;
	color: #0077cc;
	margin-left:40px;
	font-size: 12px;
	vertical-align: middle;
	border-left-width: 0px;
	margin-right:1px;
	border:#fff 1px solid;
	height: 16px;
}

.searchaction{
	width: 20px;
	float: left;
	height: 20px;
	margin-top:6px;

}



/*首页图片滚动*/
#demo {
/*background: #FFF;*/
overflow:hidden;
border: 1px dashed #CCC;
width: 778px;
}
#demo a{ display:block; width:190px; height:156px; text-align:center; background:#00943c; line-height:23px; margin-left:5px; display:inline; float:left; color:#CFC;}
#demo a:hover{ color:#FF0; background:#017b33;}
#demo img {
border: 0px solid #F2F2F2;
display:block; width:190px; height:133px; float:left;
}
#indemo {
float: left;
width: 2000%;
}
#demo1 {
float: left;
}
#demo2 {
float: left;}

/*左右按钮幻灯片效果*/
.slider_block{margin:0 auto;width:980px;padding:10px 0 0px 0;height:210px;/*background:url(../images/slider_fon_bg.png) no-repeat*/ background:#0065b4;}
.slider_block img.screen{float:left;width:603px;/*border-right:1px solid #FFF;*/}
.slider_block div.text{margin:0 0 0 604px;padding:0 0 0 10px;border:0;height:201px;width:282px;background:#0596d8;}
.slider_block div.text h2{/*text-transform:uppercase;*/font:bold 14px Arial, Helvetica, sans-serif;color:#FFF;margin:0;padding:10px 10px 0 10px;line-height:1.2em;}
.slider_block div.text p{font:normal 11px Arial, Helvetica, sans-serif;color:#FFF;margin:0;padding:5px;line-height:16px;}
.slider_block div.text a{color:#ff7e00;text-decoration:none;}
#slider{margin:0 auto;list-style:none;/*padding:1px;border:1px solid #dad5c9;*/width:896px;height:201px;}
#slider ul,
#slider li{padding:0;margin:0;list-style:none;}
#slider li{width:896px;height:201px;overflow:hidden;}
p#controls{margin:0;padding:0;position:relative;}
#prevBtn,
#nextBtn{display:block;margin:0;overflow:hidden;width:40px;height:40px;position:absolute;left:0px;top:-120px;}
#nextBtn{left:940px;}
#prevBtn a{display:block;width:40px;height:40px;background:url(../images/arrow_l.gif) no-repeat 0 0;}
#nextBtn a{display:block;width:40px;height:40px;background:url(../images/arrow_r.gif) no-repeat 0 0;}


/*幻灯片效果样式*/
/* iFocus style */
#ifocus { width:960px; height:376px; margin:0px; /*border:1px solid #DEDEDE;*/ background:#000; }
	#ifocus_pic { display:inline; position:relative; float:left; width:650px; height:376px; overflow:hidden; margin:0px 0 0 0px; }
		#ifocus_piclist { position:absolute; }
		#ifocus_piclist li { width:650px; height:376px; overflow:hidden; }
		#ifocus_piclist img { width:650px; height:376px; }
	#ifocus_btn { display:inline; float:right; width:310px; margin:0px 0px 0 0; }
		#ifocus_btn li { width:310px; height:94px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
		#ifocus_btn img { width:295px; height:82px; margin:7px 0 0 11px; }
		#ifocus_btn .current { background: url(../images/ifocus_btn_bg.gif) no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
	#ifocus_opdiv { position:absolute; left:0; bottom:0; width:650px; height:35px; background:#000; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
	#ifocus_tx { position:absolute; left:8px; bottom:8px; color:#FFF; }
		#ifocus_tx .normal { display:none; }