			/* 本例子css */
			
			.slideBox {
				/*width: 450px;
				height: 230px;*/
				overflow: hidden;
				/*min-width: 1200px;*/
				width: 100%;
				position: relative;
				border: 1px solid #ddd;
			}
			
			.slideBox .hd {
				height: 15px;
				overflow: hidden;
				position: absolute;
				right: 47%;
				bottom: 15px;
				z-index: 1;
			}
			
			.slideBox .hd ul {
				overflow: hidden;
				zoom: 1;
				float: left;
			}
			
			.slideBox .hd ul li {
				float: left;
				margin-right: 16px;
				width: 15px;
				height: 15px;
				line-height: 14px;
				text-align: center;
				background: rgba(19,122,92,1);
				cursor: pointer;
				border-radius: 50%;
			}
			
			.slideBox .hd ul li.on {
				background:#fff;
				color: #fff;
			}
			
			.slideBox .bd {
				position: relative;
				height: 100%;
				z-index: 0;
				/*min-width: 1200px;*/
				width: 100%;
			}
			
			.slideBox .bd li {
				zoom: 1;
				vertical-align: middle;
			}
			
			.slideBox .bd img {
				/*width: 450px;
				height: 230px;*/
				width: 100%;
				/*min-width: 1200px;*/
				/* height: 810px; */
				display: block;
				width: 100%;
			}
			/* 下面是前/后按钮代码，如果不需要删除即可 */
			
			.slideBox .prev,
			.slideBox .next {
				position: absolute;
				left: 3%;
				top: 50%;
				margin-top: -25px;
				display: block;
				width: 32px;
				height: 40px;
				background: url(../images/slider-arrow.png) -110px 5px no-repeat;
				filter: alpha(opacity=50);
				opacity: 0.5;
			}
			
			.slideBox .next {
				left: auto;
				right: 3%;
				background-position: 8px 5px;
			}
			
			.slideBox .prev:hover,
			.slideBox .next:hover {
				filter: alpha(opacity=100);
				opacity: 1;
			}
			
			.slideBox .prevStop {
				display: none;
			}
			
			.slideBox .nextStop {
				display: none;
			}
			/*产品*/
			
			.products {
				/*height: 845px;
				width: 1350px;
				margin: 0 auto;*/
				position: relative;
			}
			
			.swiper-container {
				width: 100%;
				height: 100%;
			}
			
			.swiper-slide {
				text-align: center;
				font-size: 18px;
				background: #fff;
				/* Center slide text vertically */
				/*display: -webkit-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;*/
				align-items: center;
			}
			
		
		.swiper-slide-img > img{
			width: 358px;
			height: 358px;
			transition: all 0.6s;
		}
		.swiper-slide:hover .card{
			box-shadow:-5px 5px 10px -4px #ddd,5px 5px 10px -4px #ddd;
		}
		
		/*.swiper-slide:hover img{
			transform: scale(1.1);
		}*/
		/*.swiper-slide:hover .products-name{
			color: rgba(0,102,102,1);
		}*/
		.swiper-slide-img{
			width: 358px;
			height: 358px;
			overflow: hidden;
			/* border: 2px dashed #E5E5E5; */
		}
	 
		/*.products-message{
			padding: 72px 0 39px 0;
			text-align: center;
		}
		.products-title{
			font-size:30px;
			color:rgba(51,51,51,1)
		}

		.products-hint{
			margin-top: 24px;
			font-size:18px;
			color:rgba(166,166,166,1);
		}


		.products-button{
			width:125px;
			height:40px;
			margin:39px 0px;
			background:rgba(19,122,92,1);
			border-radius:10px;
			border: 0px;
		    color: #ffffff;
		}


		.Picture-scroll{
			width: 1204px;
    		margin: 0 auto;
		}

	.products-name{
		margin: 36px 0 23px 0;
		color:rgba(51,51,51,1);
		font-size:18px;		
	}


	.products-abstract{
		font-size:14px;
		color:rgba(128,128,128,1);
	}*/

	
	 

	/*关于我们*/

	.About-us{
		height: 697px;
		background-image: url(../images/580162.png);
		text-align: center;
		border-bottom:11px solid rgba(19,122,92,1);
		min-width: 1200px;
	}

	.About-us > div{
		width: 1200px;
		margin: 0 auto;
	}

	.About-title{
		padding: 72px 0 24px 0;
		font-size:30px;
		color:rgba(51,51,51,1);
	}

	.About-abstract{
		margin: 0 auto;
		width:845px;
		font-size:18px;
		color:rgba(166,166,166,1);
	}

	.About-data{ 
		height:244px;
		margin-top: 47px;
		background:rgba(255,255,255,1);
		box-shadow:0px 2px 14px 2px rgba(0,102,102,0.08);
	}
 
	.About-data-list{
		width: 400px;
		float: left;
	}

	.About-data-list-many{
		font-size:80px;
		color:rgba(89,89,89,1);
		font-weight:200;
		padding-top: 85px;
	}

	.About-data-list-title{
		font-size:24px;
		color:rgba(191,191,191,1);
		font-weight:200;
	}


	.About-button{
		width:125px;
		height:40px;
		margin-top: 93px;
		border: 0px;
		background:rgba(19,122,92,1);
		color: #FFFFFF;
		border-radius:10px;
	}
	
	
/*清除浮动*/
/*清除浮动代码*/
.About-data::after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.About-data{
    zoom: 1;
}
