@charset "utf-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin:0; padding:0; border: 0;} 
a,area{blr:expression(this.onfocus=this.blur())}
a { text-decoration:none;}
a:hover { text-decoration:none; -webkit-tap-highlight-color:transparent; }
img { -ms-interpolation-mode: bicubic; }/* ie图像平滑*/
html, body { 
font-family:helvetica,"微软雅黑";
-webkit-text-size-adjust:none;
-moz-text-size-adjust:none;
-ms-text-size-adjust:none;
text-size-adjust:none;
} /*reset android and ios font*/
input { border-radius:0; } /*reset ios input style*/
div, span, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, form { list-style:none; }
@-webkit-viewport { width:device-width; }
@-moz-viewport { width:device-width; }
@-ms-viewport { width:device-width; }
@-o-viewport { width:device-width; }
@viewport { width:device-width; }
.boxcenter { margin:0 auto;}
.fl_all { float:left; display:inline-block }
.fr_all { float:right; display:inline-block }
.txtdot { overflow:hidden; white-space:nowrap; text-overflow:ellipsis }

/*responsive pc 1200*/
.autocontainer-trs { min-width:1000px; }
.container-trs { max-width:1200px; min-width:1000px; }
.fl_pc { float:left; display:inline-block }
.fr_pc { float:right; display:inline-block }
.fl_pc_pad_h { float:left; display:block }
.fr_pc_pad_h { float:right; display:block }
.col_2in1 { width:50%; *width:49.9% }
.col_3in1 { width:33.3%  }
.col_4in1 { width:25%; *width:24.9% }
.col_5in1 { width:20%; *width:19.9% }
.col_6in1 { width:16.6% }

/*responsive pad*/
@media (max-device-width:1024px) and (orientation : landscape){ 
.autocontainer-trs { min-width:300px; }
.container-trs { max-width:auto; min-width:300px; padding:0; }
.fl_pc { float:none; display:block }
.fr_pc { float:none; display:block }
.fl_pc_pad_h { float:left; display:block }
.fr_pc_pad_h { float:right; display:block }
.col_2in1 { width:auto; *width:auto }
.col_3in1 { width:auto  }
.col_4in1 { width:auto; *width:auto }
.col_5in1 { width:auto; *width:auto }
.col_6in1 { width:auto }
}

/*responsive mobile*/
@media screen and (max-width:992px){ 
.autocontainer-trs { min-width:300px; }
.container-trs { max-width:auto; min-width:300px; padding:0; }
.fl_pc { float:none; display:block }
.fr_pc { float:none; display:block }
.fl_pc_pad_h { float:none; display:block }
.fr_pc_pad_h { float:none; display:block }
.col_2in1 { width:auto; *width:auto }
.col_3in1 { width:auto  }
.col_4in1 { width:auto; *width:auto }
.col_5in1 { width:auto; *width:auto }
.col_6in1 { width:auto }
}