		html,
		body,
		div,
		span,
		object,
		iframe,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		p,
		del,
		dfn,
		em,
		img,
		ins,
		kbd,
		q,
		samp,
		small,
		strong,
		b,
		i,
		dl,
		dt,
		dd,
		ol,
		ul,
		li,
		fieldset,
		form,
		label,
		table,
		tbody,
		tfoot,
		thead,
		tr,
		th,
		td,
		article,
		aside,
		footer,
		header,
		nav,
		section {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			vertical-align: baseline;
			background: transparent;
		}
		
		body {
			-webkit-text-size-adjust: none;
			font-family: sans-serif;
			min-height: 416px;
		}
		
		h1 {
			font-size: 33px;
			margin: 50px 0 15px;
			text-align: center;
			color: #212121;
		}
		
		h2 {
			font-size: 14px;
			font-weight: bold;
			color: #3c3c3c;
			margin: 20px 10px 10px;
		}
		
		small {
			margin: 0 10px 30px;
			display: block;
			font-size: 12px;
		}
		
		a {
			margin: 0 0 0 0px;
			font-size: 12px;
			color: #3c3c3c;
		}
		
		html,
		body {
			background: #f3f3f3;
		}
		
		/**项目相关样式*/
		
		.banner {
			width: 100%;
			position: relative;
		}
		
		.banner .swipe {
			overflow: hidden;
			position: relative;
		}
		
		.banner .swipe-wrap {
			overflow: hidden;
			position: relative;
			list-style: none;
		}
		
		.banner .swipe-wrap li {
			float: left;
			position: relative;
		}
		
		.banner img {
			width: 100%;
			vertical-align: middle;
		}
		
		.banner .slide-trigger {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			z-index: 10;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: center;
			-moz-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			list-style: none;
		}
		
		.banner .slide-trigger li {
			width: 10px;
			height: 10px;
			background: #FFF;
			margin: 5px;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
			border-radius: 50%;
		}
		
		.banner .slide-trigger .cur {
			background: #2fc7c9;
		}