@charset "utf-8";
/* CSS Document */

*{ margin:0  auto; 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{ text-decoration:none;}
a{ display:block;  cursor:pointer;}

/** 浮动 **/
.fl{float:left;}
.fr{float:right;}

/** 清除浮动 **/
.clear{clear:both;}



/** 文本居右 **/
.textrt{ text-align:right;}
/** 文本居中 **/
.textct{ text-align:center;}



/** 宽度1200px 居中效果 **/
.content{ background-color: #f0f1f2; padding-bottom: 30px;}
.section{ margin:0 auto; width:1200px;}

.mar_top45{ margin-top:30px;}

.mar_bt20{ margin-bottom:30px;}

.mar_rt13{ margin-right:13px;}



.main{
	position: relative;
}


.border_box{ border:1px solid #e0e0e0;}
.border_btn{ border-bottom:1px dashed #e0e0e0;}
.box{ border:1px solid red;}
