.container {
      position: relative;
      width: 1001px;
      height: 300px;
      margin:0 auto;
      overflow: hidden;
    }
    .container .wrap {
      position: absolute;
      width: 7007px;
      height: 300px;
      z-index: 1;
    }
    .container .wrap img {
      float: left;
      width: 1001px;
      height: 300px;
    }
    .container .buttons {
      position: absolute;
      right: 10px;
      bottom:30px;
      width: 150px;
      height: 10px;
      z-index: 2;
    }
    .container .buttons span {
      margin-left: 5px;
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color:grey;
      text-align: center;
      color:white;
      cursor: pointer;
    }
    .container .buttons span.on{
      background-color:orange;
    }
    .container .arrow {
      position: absolute;
      top: 35%;
      color:orange;
      padding:0px 14px;
      border-radius: 50%;
      font-size: 50px;
      z-index: 2;
      display: none;
    }
    .container .arrow_left {
      left: 10px;
    }
    .container .arrow_right {
      right: 10px;
    }
    .container:hover .arrow {
      display: block;
    }
    .container .arrow:hover {
      background-color: rgba(0,0,0,0.2);
    }

.xian{border-top:solid 1px #999;}
.content{font-family: Verdana, Geneva, sans-serif;
		font-size:14px;
		background-color:#DDD;
		line-height:30px;
		}
.dalei{clear:both;color:#00466a;}		
.content a{text-decoration:none;}
.content a:hover,content a:active{color:red}
.bigduct{ background-color: #aaa; height:262px; width:1001px;}			
.product{float:left;
			height:260px;
			width:249px;
			margin-left:1px;
			margin-top:1px;
			text-align:center;
			vertical-align:top;
			background-color:#FFF;
		   	}
.product img{
		height:200px;
		width:200px;
		}
.product a{
		text-decoration: none;	
		line-height:20px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:normal;
		color:#00466a;
		text-align:center;
		}		
.product a:hover{color:#F00;}
.title1{display:inline-block;
		margin-left:1px;
		padding-left:5px;
		color:#00466a;
		font-weight:500;
		}
.titlenoa{padding-left:5px;}		
.vm{display:inline-block;
	float:right;
	font-size:12px;
	margin-right:10px;
	color:#000;
	vertical-align:bottom;
	font-weight:600;
	}
