﻿@charset "UTF-8";

/**
 *
 * @authors Your Name (you@example.org)
 * @date    2016-10-27 10:04:32
 * @version $Id$
 */

 .slideBox{width:100%;overflow:hidden;position:relative;text-align:center;height:700px;}
 .slideBox .hd{position:absolute;z-index:999;overflow:hidden;bottom:30px;left:50%;margin-left:-55px;}
 .slideBox .hd ul{overflow:hidden;zoom:1;float:left;}
 .slideBox .hd ul li{float:left;margin-right:12px;width:12px;height:12px;text-align:center;background:transparent; border: 2px solid #aaa; cursor:pointer;z-index:999; border-radius: 50%;}
 .slideBox .hd ul li.on{background:#d50701;border-color: #d50701}
 .slideBox .bd{position:relative;height:100%;z-index:0;width:100%;margin:0 auto;}
 .slideBox .bd li{zoom:1;vertical-align:middle;position:relative;width:100%;height:700px;background-image:url(../images/banner01.jpg);background-repeat: no-repeat;background-position: center top;}
 .slideBox .bd li a{display:inline-block;width:100%;height:100%;}

.i-box{}
.i-title{width: 100%; height: 45px; line-height: 45px; padding-left: 20px; color: #fff;font-size: 30px; background: url(../images/i01.png) no-repeat left;}
.i-title span{color: #d50701;}
.i-box ul li{float: left;margin-right: 20px;}
