@charset "utf-8";

/*默认的一些样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td{margin:0;padding:0;  font-size:14px; font-family:"Microsoft Yahei" , "Arial Narrow" ,Verdana, Geneva, sans-serif; }
input{ margin:0;padding:1px 0;}
li{ list-style:none}
h1{font-size: 30px; line-height:55px;}
h2{font-size: 25px;line-height:45px;}
h3{font-size: 18px;line-height:35px;}
h4{font-size: 16px;line-height: 32px;font-weight: 600;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*zoom:1}
a:link,a:visited { color: #06c; text-decoration:none}
a:hover{ color: #f60; }
a img{border:0;}
body{ background:#fff;color:#333;}

/*浮动和位置等*/
.F1{ float:left; }
.F2{ float:right}
.F3{ float:none}
.CL1{ clear:both}

.Cur1{ cursor:pointer}

.OF1{ overflow:auto;_height:1%}
.OF2{ overflow: hidden;_height:1%}
.OF3{ overflow: inherit}
.OF4{ overflow: scroll}
.OF5{ overflow: visible}

.PS1{ position:absolute}
.PS2{ position: fixed}
.PS3{ position: inherit}
.PS4{ position: relative}
.PS5{ position: static}

.DP1{ display:block}
.DP2{ display: none}
.DP3{ display: inline-block}
.DP4{ display: inline}

.M_0{ margin:0 auto;}
/*文本控制*/
.B{ font-weight:700}
.FW1{ font-weight: normal}


/*文本对齐*/

.TA1{text-align: left}
.TA2{text-align: center}
.TA3{text-align: right}

/*文字颜色*/
.RED{color:orangered;}
.GREEN{color:#33CC00;}
.ORANGE{color:coral;}
.WHITE{color: #fff;}
.BG-GRAY{background-color: #e5e5e5;}
.BLUE{color:#1e7eef;}

.MT10{margin-top:10px;}
.MT20{margin-top:20px;}
.ML10{margin-left:10px;}
.ML20{margin-left:20px;}
.MB10{margin-bottom:10px;}
.PL5{padding-left: 5px;}
.PL10{padding-left: 10px;}
.PR10{padding-right: 10px;}
.PB10{padding-bottom: 10px;}
.PB50{padding-bottom: 50px;}
.PB65{padding-bottom: 65px;}
.WP100{width: 100%;}
.TXDEN10{text-indent: 10px;}

/*字体大小*/
.FS12{font-size:12px;}
.FS14{font-size:14px;}
.FS16{font-size:16px;}
.FS18{font-size:18px;}
.FS20{font-size:20px;}