
/* download by http://www.mb5u.com */
#content {
	width: 900px;
	margin: 20px auto;
	padding: 10px;
	background: #FFF;	
	
}

h1 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;	
}




		#gallery img {
			border: none;
WIDTH:88%;
		}
#gallery_output{width:490px;float:left;height: 420px;
			overflow: hidden;}
		#gallery_nav {
			float: left;
			width:400px;
			text-align: center;
margin-left:10px;
		}
#gallery_nav img{
			width: 110px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
		}

		#gallery_output img {
			display: block;
			margin: 20px auto 0 auto;
		}


#gallery_nav h1 {
    margin: 0;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 40px;
}
#gallery_nav p {
    margin: 0;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 24px;
}


/* 相关产品从左向右滚动 */



	@keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-307px, 0, 0);
        transform: translate3d(-307px, 0, 0);
        display: none;
    }
}
.list{
    width: 200%;float:left;margin-top:20px;

    margin: 20px auto;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.list .rowup{
    -webkit-animation: 10s rowup linear infinite normal;
    animation: 10s rowup linear infinite normal;
    position: relative;
}

.list .item{
  float:left;
width:150px;
display:inline;
margin-left:30px;
}

.list .item img{
width:100%;
}
.list .item a{
width:100%;
text-align:center;
float:left;
}