body{ background:#fff;}

			h2 {

				width: 1200px;

				margin: 0 auto 10px auto;

				font-size: 18px;

				font-family: "微软雅黑";

				color: #333;

			}

			.tab {

				position: relative;

				width: 1200px;

				height: 230px;

				overflow: hidden;

				margin: 0 auto 20px auto;

				font-family: Arial;

			}

			.tab-nav {

				height: 30px;

				overflow: hidden;

				background: #f5f5f5;

			}

			.tab-nav a {

				display: block;

				float: left;

				width: 80px;

				height: 30px;

				line-height: 30px;

				text-align: center;

				text-decoration: none;

				color: #999;

			}

			.tab-nav a.current {

				background: #80b600;

				color: #fff;

			}

			.tab-con {

				position: relative;

				width: 1200px;

				height: 200px;

				overflow: hidden;

				background: white;

			}

			.tab-con-item {

				display: none;

				width: 1200px;

				height: 180px;

				line-height: 20px;

				text-align: center;


			}