@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; font-family:"微软雅黑"; font-size:14px;  color:#333333;}
dd{ margin:0; padding:0;}
body,html{ height:100%;}

li{ list-style:none;}
img{ display:block;}

ul,ol{list-style:none outside none;}

fieldset,img{border:0;} 
button,input,select,textarea {font-size:100%;} 


img,input,select,textarea,button{vertical-align:middle;}


a:link,a:visited{color:#575757; text-decoration:none;}


/** 浮动 **/
.fl{float:left;}
.fr{float:right;}

/** 清除浮动 **/
.clear{clear:both;}

.space10{height:10px; font-size:0; overflow:hidden; clear:both;}
.space15{height:15px; font-size:0; overflow:hidden; clear:both;}


/** 文本居右 **/
.textrt{ text-align:right;}
/** 文本居中 **/
.textct{ text-align:center;}



/** 宽度1200px 居中效果 **/
.section{ margin:0 auto; width:1200px; font-family: "微软雅黑"; font-size:15px;}

.mar_top50{ margin-top:50px;}
.mar_top20{ margin-top:20px;}
.mar_bt10{ margin-bottom:20px;}
.mar_top15{ margin-top:15px;}

.padding10{ padding:10px;}

.border_box{ border:1px solid #e5e5e5;}
.border_btn{ border-bottom:1px dashed #d9d9d9;}



