/*属性重置*/

/*引入特殊字体*/
@font-face {
	font-family: calibri; /*这里是说明调用来的字体名字*/
	src: url('../font/calibri.ttf'); /*这里是字体文件路径*/
}
@font-face {
	font-family: myriad; /*这里是说明调用来的字体名字*/
	src: url('../font/MyriadPro-Regular.otf'); /*这里是字体文件路径*/
}

html{width:100%;min-height:100%;outline:0;-webkit-text-size-adjust:none}
body{background-color:#fff;color:#333;}
a{outline:0;border:0 none;text-decoration:none;-webkit-tap-highlight-color:transparent;color:#333333}
.clearfix:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0;content:'\200B'}
.clearfix{zoom:1}
html{min-width:320px;margin:0 auto;position:relative;overflow-x:hidden;}
body{min-width:320px;font-size:14px;position:relative;overflow-x:hidden;}
.oe{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
input[type="button"],input[type="submit"],input[type="reset"]{-webkit-appearance:none}
textarea{-webkit-appearance:none}
.blockbox{width:1200px;margin:0 auto}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
html,body{line-height:1;font-family:"calibri","Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", arial, helvetica, sans-serif; min-width:1200px;}
ol,ul,li{list-style:none}
textarea{resize:none}
li{vertical-align:top;vertical-align:bottom}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal}
button[type="submit"],button[type="reset"],input[type="submit"],input[type="reset"],button{cursor:pointer}
fieldset,input,button,object{outline:none}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none;border:none;outline:none;cursor:pointer;color:#000}
.fl{float:left}
.fr{float:right}
i{ font-style:normal;}