
.scrollpic {
	width: 1000px; margin:0 auto; padding-top:10px;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative; height:400px;
	overflow: hidden;
}
#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;
}
.cpbg{width:187px;  background:url(../images/tu.png) no-repeat center; height:213px;}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0; width:201px;
	
}
#myscroll ul li a {
	display: block;
	float: left;
	width:187px; 
	padding: 0;
	position: relative;
	color: #333;
}


#mybtns {
	width: 1000px;
	display: block;
	height: 42px; padding-bottom:20px;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	margin-right: 1px;
	background-color: #c1c1c1;
	margin-left:10px;
}
#mybtns a:hover {
	background-color: #1a5ab1;
}
#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;
}