/*css reset code */

html {
overflow-x:hidden;

}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

/****  文字大小初始化,使1em=10px *****/
body {
	font-family:"microsoft yahei";
    font-size: 12px;

} /* for IE/Win */


html>body {


} /* for everything else */

/*字体边框等初始化*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
 padding: 0;
 margin: 0;
 }
input,textarea { font-size:14px; color:#555; font-family:"微软雅黑"}
table {
 border-collapse: collapse;
 border-spacing: 0;
 }
fieldset,img {
 border: 0px;
 }

address,caption,cite,code,dfn,th,var,em,i {
 font-weight: normal;
 font-style: normal;
 }
ol,ul {
	list-style-image: none;
	list-style:none;
 }
caption,th {
 text-align: left;
 }
h1,h2,h3,h4,h5,h6 {
 font-weight: normal;
 font-size: 100%;
 }
q:before,q:after {
 content:'';
 }
abbr,acronym { border: 0;
 }
img{ margin:0px; padding:0px; }

a {
text-decoration:none; 
color:#333;
outline:none;
/*opacity:0.5;filter:alpha(opacity=50); border-radius:15px; behavior: url(js/pie.htc);"*/
}
a:active {star:expression(this.onFocus=this.blur());} 


input{outline:none} 
/* my通用样式 */
.log-bg{ width:100%; height:100%; background:rgba(0,0,0,0.5); position:fixed; left:0;top:0; z-index:99; display:none}
.por{ position:relative}
.ov{ overflow:hidden}
.fl{ float:left !important;}
.fr{ float:right !important}
.both{ clear:both; overflow:hidden; width:100%;}
/*分页*/
.page{ text-align:center;margin:30px 0 0; overflow:hidden;}
.page li{ display:inline-block;line-height:35px;}
.page span,.page a{ display:inline-block; padding:0 14px; font-size:14px; color:#666;height:35px;line-height:35px; margin-right:9px;background:#ededed}
.page .active span,.page .active a,.page a:hover,.page span.active{ background:#a52e30; color:#fff;}
/*文字超出省略*/
/*{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}*/
/*图片放大*/
/*{-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}*/
/*{transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);}*/
