﻿@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:20px; 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);  }  /* 去掉链接触摸高亮 */

/*产品背景*/
.index_bj{ overflow:hidden; background:url(../images/bj.jpg) no-repeat left top;}
.index_title{ text-align:right; color:#FFFFFF; font-size:0.22rem; line-height:0.7rem; padding-top:10px; padding-right:20px;}
.pro{width:95%; height:auto; margin:0 auto; background-color:#FFF; border-radius:3px;  margin-top:10px; overflow:hidden}

/*more*/
.more{ background:url(../images/x.jpg) no-repeat center 22px; text-align:center; margin-top:16px}
.more span{ display:inline-table; font-size:16px; border:1px solid #cccccc; padding:10px 30px; background-color:#FFFFFF}
.more span:hover{background-color:#013e8b;}
.more span:hover a{color:#FFFFFF}

/*标题*/
.title_index{ width:100%; height:0.5rem; line-height:0.5rem; margin-top:26px; font-size:0.18rem; color:#333333; font-weight:600; background:#f5f5f5 url(../images/title_index.jpg) no-repeat 12px center; text-indent:30px; border-bottom:1px solid #e2e2e2; border-top:1px solid #e2e2e2 }