﻿@charset "utf-8";
/* 首页焦点图banner幻灯片 */
.slideBox{width:100%; height:auto; position:relative; overflow:hidden; margin:0 auto; max-width:100%; background:#fff; }
.slideBox .hd{ width:100%; position:absolute; height:20px; line-height:20px; left:0; bottom:40px; text-align:center; z-index:1; }
.slideBox .hd li{ display:inline-block; width:10px; height:10px; border-radius:50%; background:#333; text-indent:-9999px; overflow:hidden; margin:10px;   cursor:pointer;}
.slideBox .hd li.on{ background:#fff;  }
.slideBox .prev{ position:absolute; left:20px; top:0; display:none; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .next{ position:absolute; right:20px; top:0; display:none; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{vertical-align:top; width:100%; height:auto/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */

/*more*/
.more{ background:url(../images/x.jpg) no-repeat center 15px; text-align:center; margin-top:16px}
.more span{ display:inline-table; font-size:0.12rem; border:1px solid #cccccc; padding:5px 10px; background-color:#FFFFFF}
.more span:hover{background-color:#013e8b;}
.more span:hover a{color:#FFFFFF}

/*标题*/
.title_index{ width:100%; height:0.3rem; line-height:0.3rem; overflow:hidden}
.title_index h6{ float:left; font-size:0.18rem; color:#333333; font-weight:600; padding-left:15px; position:relative;}
.title_index h6:before{content: ""; width:5px; height:20px; background-color:#1b2f7b; position:absolute; left:0; top:5px}
.title_index span{ float:right; color:#666666}
.title_index span a{color:#666666}