/* Code By gxsdream@gmail.com */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0;padding: 0;}
body, button, input, select, textarea { font: 12px/1.5 "宋体", Tahoma, Helvetica, Arial, sans-serif; background-color:#fff; color:#333;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ul, ol { list-style: none; }
a { text-decoration: none; color:#333;}
a:hover { color:#cb4952; }
sup { vertical-align: text-top; } 
sub { vertical-align: text-bottom; }
legend { color: #000; }
fieldset, img { border: 0; } 
em {font-style:normal;}
button, input, select, textarea { font-size: 100%; padding:0; border:none;} 
:focus {outline:none;}
table { border-collapse: collapse; border-spacing: 0; }
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary, time, mark, audio, video {display: block;margin: 0;padding: 0;}
/* wrapper */
.wrapper {width:1000px; margin:0 auto; overflow:hidden;}
object.noswap {display:none;}
/* float */
.fl {float:left;}
.fr {float:right;}
/* position */
.posr {position:relative;}
.posa {position:absolute;}
/* blank */
.b10 { clear:both; height:10px; overflow:hidden;}
.b20 { clear:both; height:20px; overflow:hidden;}
.b30 { clear:both; height:30px; overflow:hidden;}
.b40 { clear:both; height:40px; overflow:hidden;}
.pd10 {padding:10px; overflow:hidden;}
.pd20 {padding:20px; overflow:hidden;}
.clear {clear:both; overflow:hidden;}
.disb {display:block;}
/* color */
.red {color:#d00602;}
.red a { color:#d00602;}
.gray {color:#919294;}
.gray a {color:#919294;}
/* font */
.f13 {font-size:13px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.fw {font-weight:bold;}
.fn {font-weight: normal;}
.tal {text-align:left;}
.tac {text-align:center;}
.tar {text-align:right;}
.ti {text-indent:-1000px;}
.fm-yh {font-family:"Microsoft YaHei", SimHei, SimSun;}
/*图片动画样式*/
.imgts{ transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease; }
.imgts:hover { transform:scale(1.02,1.02);-ms-transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02);}