@charset "utf-8";

html, body { height: 100%; }

body { font-family: "微软雅黑", "宋体"; margin: 0px; 
overflow-x:hidden; /**//*隐藏水平滚动条*/
/*overflow-y:hidden; *//*隐藏垂直滚动条*/
}
a { color: #3186C8; text-decoration: none; }

.line { height: 1px; }
.line10 { height: 10px; }
.line20 { height: 20px; }
.line_desk { margin: 10px 30px; border-top: 1px solid #DFE9EE; }

/*Width Style*/
.W40 { width: 40px; }
.W60 { width: 60px; }
.W80 { width: 80px; }
.W100 { width: 100px; }
.W120 { width: 120px; }
.W150 { width: 150px; }
.W160 { width: 160px; }
.W180 { width: 180px; }
.W200 { width: 200px; }
.W220 { width: 220px; }
.W250 { width: 250px; }

/*Float Left*/
.FL { float: left; }
.FL_L20 { float: left; margin-left: 20px; }

.L20 { margin-left: 20px; }
.L20R20 { margin-left: 20px; margin-right:20px; }
.L50 { margin-left: 50px; }

/*Float Right*/
.FR { float: right; }
.FR_R20 { float: right; margin-right: 20px; }
.R20 { float: right; margin-right: 20px; }

/*Font Style*/
.Font16 { font-size: 16px; }
.Font14 { font-size: 14px; }
.Font12 { font-size: 12px; }
.Font_Bold { font-weight: bold;}
.Font_red { color: #FF0000; }
.Font_grayer { color: #525252; }

/*List Style*/
ul, li { margin: 0px; padding: 0px; list-style: none; }

/*Form Style*/
input, button, select, textarea { outline: none;/* for Forefox */ star:expression(this.onFocus=this.blur()); }
textarea { overflow-x: hidden; overflow-y: scroll; resize: none; }

/*Datetime Style*/
.date { width: 75px; }
.datetime { width: 135px; }

/*clear*/
.clearfix:after{content: ".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}
.clearfix{display:block;}
*html .clearfix:hidden{height:1%;}
.clearfix:hidden{display:block;overflow:hidden;}
