@charset "utf-8";
/* CSS Document */

/* 全局样式 */
html,body{/*height:100%;*/}
body{  font-size:12px; font-family:"microsoft yahei","Verdana, Geneva, sans-serif"; line-height:1; margin:0; padding:0; color:#666; width:100%; -webkit-font-smoothing: antialiased;}
div,form{margin:0 auto; padding:0;}/** background: url(../../images/none);*/
ul,ul li,dl,dt,dd,form,img,p,form{margin:0; padding:0; border:none; list-style-type:none; vertical-align:top;}
font{ font-size:12px;}
em,i,u,ins{ font-style:normal; text-decoration:none;}
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline; word-wrap:break-word; word-break:break-all;}
h1,h2,h3,h4,h5,h6 { font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; }
a { font-size: 13px; color: #444; text-decoration: none; cursor:pointer;}
a:visited { text-decoration: none; }
a:hover { color: #D0111B; text-decoration: underline;}

*{margin:0px auto;}
.fl { display:inline; float:left; }
.fr { display:inline; float:right; }
.clear { clear:both; }
.over { overflow:hidden; }
.border { border:1px solid #dedede; }
.yahei { font-family:"Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif; }
.cursor { cursor:pointer; }
.w100 { width:100%;}
.w100_b { width:100%; min-width:1200px;}
.w198 { width:198px; }
.w200 { width:200px; }
.w228 { width:228px; }
.w230 { width:230px; }
.w238 { width:238px; }
.w240 { width:240px; }
.w328 { width:328px; }
.w330 { width:330px; }
.w330_b { width:330px; background:#fafafa; padding-top:1px;}
.w520 { width:520px; }
.w538 { width:538px; }
.w540 { width:540px; }
.w658 { width:658px; }
.w660 { width:660px; }
.w748 { width:748px; }
.w750 { width:750px; }
.w760 { width:760px; }
.w960 { width:960px; }
.w998 { width:998px; }
.w1000 { width:1000px; margin:0px auto; }
.w1198 { width:1198px; margin:0px auto; }
.w1200 { width:1200px; margin:0px auto;}
.height390 { height:390px;}
.margin { margin:0px auto; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30{margin-top:30px;}
.ml10 { margin-left:10px; }
.mr5{margin-right:5px;}
.mr10{ margin-right:10px; }
.mr20{ margin-right:20px; }
.mb20{ margin-bottom:20px;}
.hiddendiv{ display:none;}
.pb20 {
padding-bottom: 20px;
}
.noselect{
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}