@charset "gb2312";
/* CSS Document */
/***************************{CSS Reset}*****************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{padding: 0; margin: 0;}
body,html{font-family: "宋体", Arial, Helvetica, sans-serif;}
table{border-collapse: collapse; border-spacing: 0;}
fieldset,img{border: 0;}
address,caption,cite,code,dfn,em,th,var{font-weight: normal; font-style: normal;}
ol,ul{list-style: none;}
caption,th{text-align: left;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
q:before,q:after{content:'';}
abbr,acronym{border: 0;}
a{color:#333; text-decoration:none}
a:hover{color:#CC0000;}
td {border : solid 1px #000;}
/*文字排版*/
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.fb{font-weight:bold}
.fn{font-weight:normal}
.t2{text-indent:2em}
.lh150{line-height:150%}
.lh180{line-height:180%}
.lh200{line-height:200%}
.unl{text-decoration:underline}
.no_unl{text-decoration:none}
.t_indent{text-indent:1.5em}
/*定位*/
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.bc{margin-left:auto;margin-right:auto}
.fl{float:left;display:inline}
.fr{float:right;display:inline}
.fclear{clear:both;height: 1px;}
.db{display: block;}
.dn{display: none;}
.clearFloat{ZOOM: 1}
.overf{overflow:hidden;}
.picp{cursor:pointer;}
/*长度高度*/
.w10{width:10px;}
.w50{width:50px;}
.w200{width:200px;}
.w249{width:249px;}
.w250{width:250px;}
.w186{width: 186px;}
.w296{width:296px;}
.w130{width:130px;}
.w300{width:300px;}
.w450{width:450px;}
.w230{width:230px;}
.w514{width:514px;}
.w490{width:490px;}
.w775{width:775px;}
.w500{width:500px;}
.w700{width:700px;}
.w806{width:806px;}
.h37{height:37px;}
.h32{height:32px;}
.h150{height:150px;}
.h175{height:175px;}
.h135{height:135px;}
.h130{height:130px;}
.h140{height:140px;}
.h265{height:265px;}
.h200{height:200px;}
.h210{height:210px;}
.w{width:100%;}
.h{height:100%}
/*边距*/
.m5{margin:5px;}
.m10{margin:10px;}
.m20{margin:20px;}
.m30{margin:30px;}
.ml5{margin-left:5px;}
.mr5{margin-right:5px;}
.mt5{margin-top:5px;}
.mb5{margin-bottom:5px;}
.mt10{margin-top:10px;}
.ml10{margin-left:10px;}
.mr10{margin-right:10px;}
.mb10{margin-bottom:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.p5{padding:5px;}
.p10{padding:10px;}
.pt18{padding-top:8px;}
.pt15{padding-top:15px;}
.pl15{padding-left:15px;}
/*颜色*/
.cWhite{color: #fff}
.cWhite a{color: #fff}
.cRed{color: #f00}
.cRed a{color: #f00}
.cBlue{color: #003194}
.cBlue a{color: #003194}
.cGreen{color: #006b00}
.cGray{color: #272727}
.cBlack{color: #000}
.mb4{margin-bottom: 4px;}