﻿@charset "utf-8";

/* CSS Document */

body {
		font-family:"微软雅黑", Verdana, Arial, sans-serif;
		margin:0;
		padding:0;
		font-size:12px;
		background:#fff
 

		}
	
	div, form, img, ul, ol, li, dl, dt, dd, p {
		margin: 0;
		padding: 0;
		list-style:none;
		border: 0;
	}
	h1, h2, h3, h4, h5, h6 {
		margin:0;
		font-size:12px;
		padding:0;
	}                         
	/*line-color*/
	a:link {
		text-decoration:none;
		color:#333;
	}
	a:visited {
		text-decoration:none;
		color:#333;
	}
	a:hover {
		text-decoration:none;
		color: #188d44;
	}
	input{vertical-align:middle;}
	a:active {
		text-decoration:none;
		color:#333;
	}
	address, caption, cite, code, dfn, em, th, var {
		font-style:normal;
		font-weight:normal
	}
	ol, ul {
		list-style:none
	}
	caption, th {
		text-align:left
	}
	h1, h2, h3, h4, h5, h6 {
		font-size:100%;
		font-weight:normal
	}
	q:before, q:after {
		content:''
	}
	abbr, acronym {
		border:0
	}
	.clearfix:after {
		display: block;
		content: "";
		clear: both;
		height: 0;
		line-height: 0;
	}
	.text-center{
		text-align: center;
	}

	.swiper-pagination-bullet {
		width: 20px;
		height: 20px;
		text-align: center;
		line-height: 20px;
		font-size: 12px;
		color:#000;
		opacity: 1;
		background: rgba(0,0,0,0.2);
	  }
	  .swiper-index-one{
		  background: rgba(0, 0, 0, .5);
		  width: 100%;
		  height: 30px;
		  text-align: right;
		  position: absolute;
		  bottom: 4px!important;
		  left: 0;
		  z-index: 999!important;
	  }
	  .swiper-pagination-bullet-active {
		color:#fff;
		background: #007aff;
	  }
	  .swiper-index-one .swiper-pagination-bullet{
		  width: 20px;
		  height: 20px;
		  background: none;
		  color: #fff;
		  opacity: 1;
		  margin-top: 5px!important;
	  }
	  .swiper-index-one .swiper-pagination-bullet.swiper-pagination-bullet-active{
		  background: #188d44;
		  border-radius: 0;
	  }

	  /* 幻灯片 */
	.slideBox{overflow:hidden; position:relative; }
	.slideBox .hd{background: rgba(0, 0, 0, .5); width: 100%; height: 30px; overflow:hidden; position:absolute; left: 0; bottom:5px; text-align: right; z-index:1; }
	.slideBox .hd ul{ overflow:hidden; zoom:1; width:100%; float:left;  }
	.slideBox .hd ul li{ display: inline-block; margin-right:2px;  width:20px; height:20px; line-height:20px; text-align:center; cursor:pointer; color: #fff; margin:5px 4px; }
	.slideBox .hd ul li.on{ background:#188d44; color:#fff; }
	.slideBox .bd{ position:relative; height:100%; z-index:0;   }
	.slideBox .bd li{ zoom:1; vertical-align:middle; }

	/* 首页公共标题 */
	.index-title{
		width: 100%;
		font-size: 16px;
		color: #188d44;
		line-height: 40px;
		border-bottom: 1px #e5e5e5 solid;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.index-title span{
		float: left;
		margin-top: 4px;
		margin-right: 5px;
	}

