
.picScroll-left:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
.picScroll-left {
	margin: 10px auto;
	position: relative;
	width: 100%;
	padding: 10px 0px 10px 0px;
}

.picScroll-left ul {
	overflow: hidden;
	zoom: 1;
	WIDTH: 100%;
}
.picScroll-left ul li {
	width:23%;
	float: left;
	overflow: hidden;
	margin: 0 10px; position: relative; border:solid 1px #eee;
}
.picScroll-left ul li img {
	width: 100%;
	height: 190px;
	display: block;
	background: url(../images/loading.gif) center center no-repeat;	transition-delay: 0s;
            transition-duration: 1s;
            transition-property: all;
            -ms-transition-delay: 0s;
            -ms-transition-duration: 1s;
            -ms-transition-property: all;
            -moz-transition-delay: 0s;
            -moz-transition-duration: 1s;
            -moz-transition-property: all;
            -webkit-transition-delay: 0s;
            -webkit-transition-duration: 1s;
            -webkit-transition-property: all;
            -o-transition-delay: 0s;
            -o-transition-duration: 1s;
            -o-transition-property: all;
}
.picScroll-left ul li:hover img{transform: scale(1.2, 1.2);}
@media screen and (max-width:800px){
.picScroll-left ul li {
	width:95%;}
	
}




   .picScroll-case:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
.picScroll-case {
	margin: 10px auto;
	position: relative;
	width: 100%;
	padding: 10px 0 10px 0px;
}

.picScroll-case ul {
	overflow: hidden;
	zoom: 1;
	WIDTH: 100%;
}
.picScroll-case ul li {
	width:32%;
	float: left;
	overflow: hidden;
	margin: 0 12px; background:#fff;
}
.picScroll-case ul li img {
	width: 100%;
	height:300px;
	display: block;
	background: url(../images/loading.gif) center center no-repeat;transition-delay: 0s;
            transition-duration: 1s;
            transition-property: all;
            -ms-transition-delay: 0s;
            -ms-transition-duration: 1s;
            -ms-transition-property: all;
            -moz-transition-delay: 0s;
            -moz-transition-duration: 1s;
            -moz-transition-property: all;
            -webkit-transition-delay: 0s;
            -webkit-transition-duration: 1s;
            -webkit-transition-property: all;
            -o-transition-delay: 0s;
            -o-transition-duration: 1s;
            -o-transition-property: all;
}
.picScroll-case ul li:hover img {transform: scale(1.2, 1.2);}
.picScroll-case h1{ overflow:hidden;}
.picScroll-case h2 {
	width: 68px;
    background: #268d80;
    height: 3px;
    margin: 0 auto;
    margin-top: 30px;
}
.picScroll-case h3 {
font-size: 17px;
    text-align: center;
    font-weight: normal;
    margin: 20px 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
@media screen and (max-width:1030px){

.picScroll-case ul li {width:31%;margin: 0 12px;}
.picScroll-case ul li img {

	height:250px;}
	
}
@media screen and (max-width:800px){

.picScroll-case ul li {width:93%;margin: 0 12px;}
.picScroll-case ul li img {

	height:250px;}
	
}