@import url("reset.css");
/*base*/
.fl{float: left;}
.fr{float: right;}
.pr{position: relative;}
.pa{position: absolute;}
.clear { clear: both; height: 0; font-size: 0; line-height:0; }
.tr{text-align: right;}
.tl{text-align: left;}
/* Clearfix,避免因子元素浮动而导致的父元素高度缺失能问题 */
.clearfix:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden;}
.clearfix { display: inline-block;}
html[xmlns] .clearfix { display: block;}
*html .clearfix{height:1%;}
*+html .clearfix{height:1%;}
/* 链接 */
a { color: #333; text-decoration: none; outline: medium none; -webkit-transition-property:color; -webkit-transition-duration: 0.1s; -webkit-transition-timing-function: ease;}
a:link, a:visited, a:active { text-decoration: none;}
a:hover { color: #D93600; text-decoration: underline;}
/*字体*/
body,form1{font: 12px/1 "SimHei",'Microsoft YaHei',Arial,Tahoma,sans-serif;}
/*layout*/
.w100{width: 100%;min-width: 1200px;}
.w1000{width: 1200px;margin: 0 auto;}
.l_row{margin:0 auto;overflow:hidden;}
.l_column{padding-bottom:2000px;margin-bottom:-2000px;}
.main_wraper .side{width: 251px;border: 1px solid #e6e6e6;background: #f5f5f5;}
.main_wraper .main{width: 725px;border: 1px solid #e6e6e6;background: #f5f5f5;}
.main_wraper .side .section{padding: 0 21px;}
.main_wraper .content{padding-bottom: 64px;}
.line-side{border-top: 1px solid #e6e6e6;bottom: 0;left: 0;width: 251px;*bottom: -11px;}
.line-main{border-top: 1px solid #e6e6e6;bottom: 0;right: 0;width: 725px;*bottom: -11px;}



