.scrollpic {
	width: 1200px;
	margin:40px auto 0 auto;
}
#myscroll {
	display: block;
	width: 1101px;
	position: relative;
	height: 280px;
	overflow: hidden;
	float:right;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display:inline;
	float: left;
	padding: 0;
	width:367px;
}
#myscroll ul li img { width:345px; height:250px;   margin:0px 11px 0px 11px; border:0}
#myscroll ul img:hover{width:342px; height:246px; border:2px solid #3161a9 }
#myscroll ul li span{width:345px; height:30px; display:block; line-height:30px; text-align:center}

#myscroll ul li a {
	display: block;
	float: left;
	padding: 0;
	position: relative;
	color: #1e222b;
	text-decoration:none;
}

#mybtns {
	width: 86px;
	height: 135px;
	margin-right: 13px;
	float: left;
	margin-top: 60px;
	background: url(../images/qht.jpg) no-repeat;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	
	background-color: #3161a9;
	margin-left:0px;
	margin-top:88px;
	
}
#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);
	float:left;
}
#mybtns #right {
	background-image: url(../images/jt_r.png);
	float: right;
}

#kinMaxShow {
	visibility: hidden;
	width: 100%;
	height: 500px;
	overflow: hidden;
}