@charset "UTF-8";
/* CSS Document */

/*-- 功能性css（重复） --*/
/** 重置列表元素 **/
ul, ol,li{ list-style: none; }

/** 重置超链接元素 **/
a { text-decoration:none; color:#333;}
a:hover {color:#e38409;}

/** 重置图片元素 **/
img{ border:none;}

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0;}
em,i{font-style: normal;}

/** 宽度 **/
.w1000{ width:1000px; margin:0 auto;}
.w586{ width:586;}
.w340border{ width:340px; border:1px solid #7fd2f6;background:url(../images/beij_03.png)}
.w950{ width:950px;}

/** 高度 **/
.h280{ height:280px;}
.h54{ height:54px;}
.h370{ height:370px;}
.h383{ height:383px}
.h245{ height:245px;}
.h115{ height:115px;}
.h260{ height:260px;}
/** 间距 **/
.mtb{ margin:30px 0;}
.ml25{ margin-left:25px;}
.mt25{ margin-top:25px;}

/** 头尾 **/
.logo{ width:100%; background:url(../images/logo_01.png) no-repeat left top;}
.nav{ width:100%; background:url(../images/nav.png) no-repeat left top;}
.copyright{ background:#0472af;}

/** 首页 **/
.introduce{ margin:0 auto; padding:25px; background:#b8e2f4; overflow:hidden;}
.principal{}
.column{ width:300px; height:245px; border:1px solid #82d4f6;}

/** 内容页 **/
.main{ margin:25px 0 30px 0;}
.m_left{ width:650px; border:1px solid #82d4f6; min-height:788px;}
.m_right{ }


