/* basic-css */
/* 基本元素重置 */
html { overflow-x:hidden; }
*{margin:0px; padding:0px;}
body,html{font-size:12px; font-family:"Microsoft YaHei";background-color:#fff; }
body{ background:url(../images/bg.gif) repeat center top; background-attachment:fixed;}
img{border:0px;}
a{text-decoration:none; color:#000; outline:none;font-size:12px; font-family:"Microsoft YaHei";}
a:hover{color: #cd1313;}
div{margin:0px auto;}
li,dl,dt,dd{list-style-type:none;}
input,textarea,select,option,em,h1,h2,h3,h4,h4,h6,li,dl,td{font-size:12px;}
h1,h2,h3,h4,h5,h6,em,i{font-style:normal; font-weight:400; outline:none;}

/* 重用类样式 */
.f_l{float:left !important;}
.f_r{float:right !important;}
.no_margin{margin:0px !important;}
.no_border{border:0px !important;}
.no_bg{background:none !important;}
.clear_both{clear:both !important;}
.display_block{display:block !important;}
.text_over{overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; -moz-binding: url('ellipsis.xml#ellipsis');}


/* 重用自定义样式 */
.w_100{width:100%;}
.w_95{width:95%;}
.indextx{width:980px;margin:0 auto; margin-top:10px; background:#FFFFFF;}
.w_min_width{min-width:1200px;}
.w_1200{width:1200px;}
.w_1067{width:1067px;}
.w_980{width:980px;}



/*float*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}   /**/
.clearfix {
  *overflow: hidden;
}
/*font*/
.f14b{ font-size:14px; font-weight:bold;}
.f16b{ font-size:16px; font-weight:600;}
.f18b{ font-size:18px; font-weight:600;}
.f13{ font-size:13px; }
.f14{ font-size:14px; }
.f_wr{ font-family:"Microsoft YaHei";}
/*color*/
.cc1{ color:#575757;}
.cc2{ color:#4e4e4e;}
.ccblue{ color:#017bcf;}
 .huise{color:#5d5d5d}
 .huise1{color:#919191}
/*间距*/
.juli{ margin-left:6px; margin-right:47px}
