body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

/*----------------------- 框架 ----------------------------*/
/*子页面*/
.col_a{width: 100%; height:auto; display:table; margin:0 auto; padding:0 0 50px 0; background:#f7f7f7}

/* 横向目录 */
.menu_heng{ width:1200px; height:100px; line-height:100px; margin:0 auto; text-align:center;}
.menu_heng a {padding:10px 20px; margin-right:10px; color:#666; font-size:15px; text-decoration:none;  background:#fff; font-family:"微软雅黑"; border-radius:50px; border:1px solid #e6e6e6; }
.menu_heng a:hover{background:#188ce4; color:#fff; text-decoration:none; border:1px solid #188ce4; box-shadow:#c7e0f3 1px 1px 20px;}
.menu_heng .on{background:#188ce4; color:#fff; font-family:"微软雅黑"; text-decoration:none; border:1px solid #188ce4; box-shadow:#c7e0f3 2px 2px 20px;}


/*----------------------- 内容展示页面 ----------------------------*/
/* 标题 */
.xm_tit{ width:1200px; height:62px; margin:0 auto; margin-top:50px; text-align:center; display:table;}
.xm_tit .tit{ width:auto; height:50px; line-height:50px;margin:0 auto; font-size:22px; color: #555; font-family:"微软雅黑";}
.xm_tit .xx{ width:30px; height:2px; margin:0 auto; background:#59a8f7;}


/* 内容正文 */
.text_title {width:100%; height:40px; margin:0 auto; margin-bottom:30px; border-bottom:#CCCCCC 1px solid;}
.text_title h1{height:40px;line-height:40px; font-size:20px; font-family:"微软雅黑"; font-weight:100; color:#0b7ed7;  text-align:center;}
.text_bd {width:1120px; height:auto; margin:0 auto; line-height:30px; margin-top:20px; margin-bottom:30px; text-align:left; font-size:14px; font-family:"微软雅黑"; color:#333; background:#fff; padding:40px; border-radius:5px; box-shadow:#ddd 2px 2px 6px;}

/* 正文 图片 */ 
.text_pic_bd{width:1200px; height:auto; margin:0 auto; padding:20px 0; text-align:center;}
.text_pic_bd img{ border:0px;}