
.scrollpic {
	width: 1200px;
	margin:30px auto 0 auto;
}

#myscroll ul {
	width:1200px;
	display: block;
	list-style-type: none;
	padding: 0;
	margin:0 auto ;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width:300px;
	height:270px;
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 282px;
	padding: 0;
	position: relative;
	color: #333;
	height:220px;
	overflow:hidden;
}
#myscroll ul li a  img{
	display: block;
	width: 282px;
	height:220px;
	overflow:hidden;
}
#myscroll ul li a:hover img{-webkit-transform: scale(1.1,1.1); 
    -o-transform: scale(1.1,1.1);
    transition: all 1s;
    -webkit-transition: all 1s;}


#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: #0e6db3;
	filter: alpha(opacity=80);
	width: 282px;
	color: #fff;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.9;
	text-align: center;
	height:220px;
}
#myscroll a .intro h5 {
	padding: 0;
	margin: 0;
	font-size: 22px;
	height: 60px;
	width: 282px;
	line-height: 60px;
	border-bottom: 1px solid #4fc4d3;
	font-weight: bold;
}
#myscroll a .intro p {
	font-size: 16px;
	line-height: 26px;
	margin:20px 20px;
	height: 120px;
	overflow: hidden;
	text-align:left;
}
#myscroll a .intro {
	bottom: -160px;
}
#myscroll a:hover .intro {
	bottom: 0px;
}
#mybtns {
	margin: 10px 0;
	width: 1200px;
	display: block;
	height: 42px;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	margin-right: 1px;
	background-color: #c1c1c1;
	margin-left:4px;
}
#mybtns a:hover {
	background-color: #347fdc;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: url(../images/jt_l.png);
}
#mybtns #right {
	background-image: url(../images/jt_r.png);
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}