	.picScroll-left {
				width: 1210px;
				overflow: hidden;
				position: relative;
				margin: 0 auto;
			}
			
			.picScroll-left .hd {
				overflow: hidden;
				height: 30px;
				padding: 0 10px;
				position: absolute;
				top:420px;
				z-index: 9999;
				left: 48%;
			}
			
			.picScroll-left .hd .next {
				background-position: 0 -50px;
			}
			
			.picScroll-left .hd .prevStop {
				background-position: -60px 0;
			}
			
			.picScroll-left .hd .nextStop {
				background-position: -60px -50px;
			}
			
			.picScroll-left .hd ul {
				float: right;
				overflow: hidden;
				zoom: 1;
				margin-top: 10px;
				zoom: 1;
			}
			
			.picScroll-left .hd ul li {
				float: left;
				width: 9px;
				height: 9px;
				overflow: hidden;
				margin-right: 5px;
				text-indent: -999px;
				cursor: pointer;
				background: url("../img/icoCircle.gif") 0 -9px no-repeat;
			}
			
			.picScroll-left .hd ul li.on {
				background-position: 0 0;
			}
			
			.picScroll-left .bd {
				padding: 10px;
			}
			
			.picScroll-left .bd ul {
				overflow: hidden;
				zoom: 1;
			}
			
			.picScroll-left .bd ul li {
				margin: 0 8px;
				float: left;
				_display: inline;
				overflow: hidden;
				text-align: center;
				height: 500px!important;
			}
			
			.picScroll-left .bd ul li .pic_team {
				text-align: center;
			}
			
			.picScroll-left .bd ul li .pic_team img {
				width: 282px;
				height: 327px;
				display: block;
			}
			
			.picScroll-left .bd ul li .pic_team a:hover img {
				border-color: #999;
			}
			
			.picScroll-left .bd ul li .title {
				margin-top: -50px;
				height: 94px;
				width: 242px;
				background: #fff;
				display: block;
				z-index: 9999;
				position: absolute;
				margin-left: 19px;
				border: 1px solid #e6e6e6;
			}
			
			.picScroll-left .bd ul li .title a {
				background: #fff;
				display: block;
				width: 200px;
				margin: 0 auto;
				padding-top: 10px;
			}
			
			a {
				text-decoration: none;
				color: #333;
				outline: none;
				-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
				transition: all 0.3s linear;
				-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
				-webkit-tap-highlight-color: transparent;
			}
			
			.picScroll-left .bd ul li .title a span {
				font-size: 18px;
				font-family: '黑体';
				display: block;
				line-height: 35px;
				letter-spacing: 5px;
			}
			/* main_img */
			
			.pic_team {
				width: 282px;
				height: 327px;
				overflow: hidden;
				position: relative;
			}
			
			.pic_team img {
				width: 282px;
				height: 327px;
				overflow-x: hidden;
				overflow-y: hidden;
				position: relative;
				z-index: 1;
				transition-delay: 0s;
				transition-duration: 1s;
				transition-property: all;
				transition-timing-function: ease;
				/* Firefox 4 */
				-moz-transition-delay: 0s;
				-moz-transition-duration: 1s;
				-moz-transition-property: all;
				-moz-transition-timing-function: ease;
				/* Safari 和 Chrome */
				-webkit-transition-delay: 0s;
				-webkit-transition-duration: 1s;
				-webkit-transition-property: all;
				-webkit-transition-timing-function: ease;
				/* Opera */
				-o-transition-delay: 0s;
				-o-transition-duration: 1s;
				-o-transition-property: all;
				-o-transition-timing-function: ease;
			}
			
			.pic_team:hover img {
				transform: scale(1.2, 1.2);
				-ms-transform: scale(1.2, 1.2);
				/* IE 9 */
				-moz-transform: scale(1.2, 1.2);
				/* Firefox */
				-webkit-transform: scale(1.2, 1.2);
				/* Safari 和 Chrome */
				-o-transform: scale(1.2, 1.2);
				/* Opera */
			}
			
			.pic_team .show {
				background: rgba(186, 41, 46, 0.4);
				height: 220px!important;
				width: 361px;
				left: 0;
				opacity: 0;
				text-align: center;
				padding-top: 30%;
				filter: alpha(opacity=0);
				position: absolute;
				top: 0;
				transition-delay: 0s;
				transition-duration: 0.3s;
				transition-property: opacity;
				transition-timing-function: ease-in;
				/* Firefox 4 */
				-moz-transition-delay: 0s;
				-moz-transition-duration: 0.3s;
				-moz-transition-property: opacity;
				-moz-transition-timing-function: ease-in;
				/* Safari 和 Chrome */
				-webkit-transition-delay: 0s;
				-webkit-transition-duration: 0.3s;
				-webkit-transition-property: opacity;
				-webkit-transition-timing-function: ease-in;
				/* Opera */
				-o-transition-delay: 0s;
				-o-transition-duration: 0.3s;
				-o-transition-property: opacity;
				-o-transition-timing-function: ease-in;
				z-index: 200;
			}
			
			.pic_team .show .imgArea {
				left: 40%;
				bottom: 0;
				margin: -15px 0px 0px -40px;
				opacity: 0;
				padding: 50px 20px;
				position: absolute;
				transition-delay: 0s;
				transition-duration: 0.4s;
				transition-property: all;
				transition-timing-function: ease;
				/* Firefox 4 */
				-moz-transition-delay: 0s;
				-moz-transition-duration: 0.4s;
				-moz-transition-property: all;
				-moz-transition-timing-function: ease;
				/* Safari 和 Chrome */
				-webkit-transition-delay: 0s;
				-webkit-transition-duration: 0.4s;
				-webkit-transition-property: all;
				-webkit-transition-timing-function: ease;
				/* Opera */
				-o-transition-delay: 0s;
				-o-transition-duration: 0.4s;
				-o-transition-property: all;
				-o-transition-timing-function: ease;
			}
			
			.pic_team .show .imgArea a {
				color: rgba(255, 255, 255, 0.8);
				display: block;
				
				font-size: 16px;
				color: #fff!important;
			}
			
			.pic_team .show .imgArea a:hover {
				background: rgba(255, 255, 255, 0.7);
				color: rgba(0, 0, 0, 0.6);
			}
			
			.pic_team:hover .show {
				opacity: 1;
				filter: alpha(opacity=100);
			}
			
			.pic_team:hover .show a {
				color: #fff!important;
				text-align: center;
				padding-top: 40%;
				font-size: 16px;
				margin-top: 40%;
			}
			
			.pic_team:hover .show .imgArea {
				opacity: 1;
				filter: alpha(opacity=100);
				bottom: 40%;
				padding-top: 50%;
				border: 0px;
			}
			
			.team_icon{
				width: 55px!important; height: 55px!important;
			}
			



.section,
			.fp-tableCell {
				height: 100% !important
			}
			
			@media screen and (max-width:991px) {
				.section,
				.fp-tableCell {
					height: auto !important
				}
			}
			/* 本例子css */
			
			.slideTxtBox {
				text-align: left;
				margin-top: 40px;
			}
			
			.slideTxtBox .hd {
				height: 70px;
				line-height: 70px;
				position: relative;
			}
			
			.slideTxtBox .hd ul {
				float: left;
				position: absolute;
				left: 5px;
				top: -1px;
				height: 32px;
			}
			
			.slideTxtBox .hd ul li {
				float: left;
				padding: 0 20px;
				cursor: pointer;
				background: #f5f5f5;
				color: #525252;
				margin-right: 2px;
				height: 60px;
				line-height: 60px;
				font-size: 16px;
				font-family: "黑体";
			}
			
			.slideTxtBox .hd .more {
				float: right;
				font-size: 16px;
				font-family: '黑体';
				margin-right: 10px;
				padding-top: 15px;
				height: 20px;
			}
			
			.slideTxtBox .hd ul li.on {
				height: 60px;
				background: #333333;
				color: #fff;
				line-height: 60px;
				font-size: 16px;
				font-family: "黑体";
			}
			
			.slideTxtBox .bd ul {
				padding: 5px;
				zoom: 1;
			}
			
			.slideTxtBox .bd li {
				width: 334px;
				height: 320px;
				float: left;
				margin-right: 23px;
				margin-bottom: 20px;
			}
			
			.slideTxtBox .bd li .date {
				float: right;
				color: #999;
			}
			
			.slideTxtBox .bd li:nth-child(4n) {
				margin-right: 0px;
			}
			
			.slideTxtBox .bd li .mine_img {
				width: 334px;
				height: 220px;
			}
			
			.slideTxtBox .bd li .cen {
				border: 1px solid #e4e1e1;
				width: 292px;
				height: 110px;
				border-top: 0px;
				padding: 10px 20px 0px 20px;
				margin-top: -20px;
			}
			
			.slideTxtBox .bd li .cen p {
				margin-bottom: 15px;
				border-bottom: 1px solid #e1e0e0;
			}
			
			.slideTxtBox .bd li .cen p span {
				display: block;
				font-size: 14px;
				line-height: 25px;
			}
			
			.slideTxtBox .bd li .cen p .title {
				font-size: 16px;
			}
			
			.slideTxtBox .bd li .cen .more_img {
				width: 26px;
				height: 8px;
				float: right;
			}
			
			li {
				list-style: none;
			}
			
			a {
				color: #333333;
				text-decoration: none;
			}
			/* main_img */
			
			.mine_img {
				width: 334px;
				height: 220px;
				overflow: hidden;
				position: relative;
			}
			
			.mine_img img {
				width: 334px;
				height: 220px;
				overflow-x: hidden;
				overflow-y: hidden;
				position: relative;
				z-index: 1;
				transition-delay: 0s;
				transition-duration: 1s;
				transition-property: all;
				transition-timing-function: ease;
				/* Firefox 4 */
				-moz-transition-delay: 0s;
				-moz-transition-duration: 1s;
				-moz-transition-property: all;
				-moz-transition-timing-function: ease;
				/* Safari 和 Chrome */
				-webkit-transition-delay: 0s;
				-webkit-transition-duration: 1s;
				-webkit-transition-property: all;
				-webkit-transition-timing-function: ease;
				/* Opera */
				-o-transition-delay: 0s;
				-o-transition-duration: 1s;
				-o-transition-property: all;
				-o-transition-timing-function: ease;
			}
			
			.mine_img:hover img {
				transform: scale(1.2, 1.2);
				-ms-transform: scale(1.2, 1.2);
				/* IE 9 */
				-moz-transform: scale(1.2, 1.2);
				/* Firefox */
				-webkit-transform: scale(1.2, 1.2);
				/* Safari 和 Chrome */
				-o-transform: scale(1.2, 1.2);
				/* Opera */
			}
			
			.mine_img .show {
				background: rgba(0, 0, 0, 0.4);
				height: 220px!important;
				width: 361px;
				left: 0;
				opacity: 0;
				text-align: center;
				padding-top: 30%;
				filter: alpha(opacity=0);
				position: absolute;
				top: 0;
				transition-delay: 0s;
				transition-duration: 0.3s;
				transition-property: opacity;
				transition-timing-function: ease-in;
				/* Firefox 4 */
				-moz-transition-delay: 0s;
				-moz-transition-duration: 0.3s;
				-moz-transition-property: opacity;
				-moz-transition-timing-function: ease-in;
				/* Safari 和 Chrome */
				-webkit-transition-delay: 0s;
				-webkit-transition-duration: 0.3s;
				-webkit-transition-property: opacity;
				-webkit-transition-timing-function: ease-in;
				/* Opera */
				-o-transition-delay: 0s;
				-o-transition-duration: 0.3s;
				-o-transition-property: opacity;
				-o-transition-timing-function: ease-in;
				z-index: 200;
			}
			
			.mine_img .show .imgArea {
				left: 50%;
				bottom: 0;
				margin: -15px 0px 0px -40px;
				opacity: 0;
				padding: 50px 20px;
				position: absolute;
				transition-delay: 0s;
				transition-duration: 0.4s;
				transition-property: all;
				transition-timing-function: ease;
				/* Firefox 4 */
				-moz-transition-delay: 0s;
				-moz-transition-duration: 0.4s;
				-moz-transition-property: all;
				-moz-transition-timing-function: ease;
				/* Safari 和 Chrome */
				-webkit-transition-delay: 0s;
				-webkit-transition-duration: 0.4s;
				-webkit-transition-property: all;
				-webkit-transition-timing-function: ease;
				/* Opera */
				-o-transition-delay: 0s;
				-o-transition-duration: 0.4s;
				-o-transition-property: all;
				-o-transition-timing-function: ease;
			}
			
			.mine_img .show .imgArea a {
				color: rgba(255, 255, 255, 0.8);
				display: block;
				padding: 150px 12px;
				border: rgba(255, 255, 255, 0.6) 1px solid;
				border-radius: 8px;
				font-size: 16px;
				color: #fff!important;
			}
			
			.mine_img .show .imgArea a:hover {
				background: rgba(255, 255, 255, 0.7);
				color: rgba(0, 0, 0, 0.6);
			}
			
			.mine_img:hover .show {
				opacity: 1;
				filter: alpha(opacity=100);
			}
			
			.mine_img:hover .show a {
				color: #fff!important;
				text-align: center;
				padding-top: 40%;
				font-size: 16px;
				margin-top: 40%;
			}
			
			.mine_img:hover .show .imgArea {
				opacity: 1;
				filter: alpha(opacity=100);
				bottom: 40%;
				padding-top: 50%;
				border: 0px;
			}
			
			.mine_img .show .show_a {
				padding-top: 50px;
			}
			


	.slideTxtBox .hd ul li:nth-child(1){
				background: url(../img/icon5.png) no-repeat 0 25px  !important;color: #000!important;
			}
				
				.slideTxtBox .hd ul li:nth-child(1).on{
					background: url(../img/icon10.png) #000 0 25px  no-repeat !important; color: #fff!important;
				}
				.slideTxtBox .hd ul li:nth-child(2)
				{
					background: url(../img/icon6.png) no-repeat 0 22px  !important;
				}
						.slideTxtBox .hd ul li:nth-child(2).on{
							background: url(../img/icon11.png) #000 0 22px  no-repeat !important; color: #fff!important;
						}
						.slideTxtBox .hd ul li:nth-child(3)
						{
							background: url(../img/icon7.png) no-repeat 0 22px  !important;
						}
						.slideTxtBox .hd ul li:nth-child(3).on{
								background: url(../img/icon12.png) #000 0 22px  no-repeat !important; color: #fff!important;
						}