@charset "gb2312";
/* CSS Document */
/*框架css*/
html, body { font-size: 62.5%; /* 禁止选中文本（如无文本选中需求，此为必选项） */ }

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th{ margin:0; padding:0;outline:0;border:none;}

body{ -webkit-text-size-adjust:none;font-family:"Microsoft YaHei",微软雅黑; font-size: 1.2rem; line-height: 180%;color:#a28654;background:#d8d1c7; background-size:cover;}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

ul,li,ol,dl,dt,dd{list-style:none;}

input,select{ margin:0; padding:0;}

audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

audio:not([controls]) { display: none; }

a{color:#a28654; text-decoration:none; cursor:pointer;-webkit-touch-callout: none; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}

a:hover{color:#ffa300; cursor:pointer;}


img { _width: auto; width: auto\9/*在IE6/IE7/IE8/IE9/IE10下生效*/; height: auto; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; -webkit-touch-callout: none; }



/* clearfloat :清除浮动*/
.fix{*zoom:1;}
.fix:after{display:block; content:"."; height:0; clear:both;visibility:hidden;}

/*常用css*/
.width1000{width:90%; margin:0 auto;}
.width100{width:100%; margin:0 auto;}
.marauto{margin:0 auto;}
.pore{position:relative;}
.poabso{ position:absolute;}
.martop10{ margin-top:10px;}
.martop55{ margin-top:55px;}
.martop35{ margin-top:35px;}
.marbot10{ margin-bottom:10px;}
.ico{margin-right:10px;}
.shrink{-webkit-transform:scale(0.8);display:block}
.fleft{ float:left;}
.fright{ float:right;}
.textcenter{ text-align:center;}
.textleft{text-align:left;}
.textright{text-align:right;}
.playnone{ display:none;}

