@charset "utf-8";
body,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
tt{font-family: 微软雅黑;} 
ul{list-style-type:none;}

a {outline: none;text-decoration:none;color:#333;}
a:hover{color:#c00;}

a:active {star:expression(this.onFocus=this.blur());}
body,html{overflow-x: hidden;
}
input {
	background-color: #fff;
	
}
.cls{clear:both;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #FFFFFF;
  background-image: none;
  color: #333;
  /* -webkit-text-fill-color: red; //这个私有属性是有效的 */
}
input:-webkit-autofill:hover {
  /* style code */
}
input:-webkit-autofill:focus {
  /* style code */
}

body {
	font-size: 12px;
	background-color: #fff;
	font-family:微软雅黑,tahoma,arial,"Hiragino Sans GB",宋体,sans-serif;
}



.clear {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	content: ".";
}
/*============*/

/*--------------------幻灯片---------------------*/
.hidden{display:none;}
/*-------.picBox{ position:relative; z-index:90; overflow:hidden;font-size:0; transition:all 0.2s linear 0s; margin:0px auto 0 auto;}---------*/

.picBox a{transition:all 0.2s linear 0s;}
.picBox .clearfix{width:100%!important}
.picBox .bd li{width:100%!important;text-align:center}
.picBox ul{width:100%!important;}
.picBox .hd{ position:absolute;bottom:15px;left:0;width:100%;height:14px;z-index:99;text-align:center}
.picBox .hd ul{margin:0;padding:0}
.picBox .hd li{display:inline-block;*display:inline;zoom:1;width:16px;height:16px;line-height:16px;text-align:center;margin-left:2px;color:#fff;cursor:pointer;font-size:12px;}
.picBox .hd li.on{ background:#FF9600;color:#fff}
.picBox .next,
.picBox .prev{background:url(../images/icon_arr.png) no-repeat;display:inline-block;*display:inline;*zoom:1;vertical-align:middle;cursor:pointer;}
.picBox .prev{background-position:10px 26px;height:90px;left:0;opacity:0;filter:Alpha(opacity=100);position:absolute;top:50%;width:50px;z-index:100;background-color:#111;margin-top:-35px}
.picBox .next{background-position:15px -48px;height:90px;right:0;opacity:0;filter:Alpha(opacity=100);position:absolute;top:50%;width:50px;z-index:100;background-color:#111;margin-top:-35px}
.picBox:hover .prev{opacity:.5;filter:Alpha(opacity=50);}
.picBox:hover .next{opacity:.5;filter:Alpha(opacity=50);}
/*----------------------------*/
