﻿@charset "utf-8";
.head {
    width: 95%;
    background-color: #FAFAFA;
    margin: 0px auto;
    padding-top: 10px;
}

.head .select{
	float:right;
}

.head .select select{
	height:30px;	
}

.head .select .btn{
	height:30px;
	width:30px;
	display:none;
	margin-top:-2px;	
}

.head .select .btn i{
	margin-left:-5px;	
}

.head .nav{
	text-align:center;
	background:#f90;
	padding:5px 0;
	margin:5px 0;	
}

.head .banaer img{
	width:100%;	
}

.Product{
	width:90%;
	margin:0 auto;
	padding-top:10px;
	background:#EAEAEA;	
}			

.Product .Productmenu{
	width:19%;
	float:left;
	margin:0 10px 0 10px;
	border:1px solid #f90;
	background:#fff;
}

.Product .Productmenu .menutitle{
	background:#f90;
	text-align:center;
	padding:5px 0;
	border-bottom:1px dashed #fff;	
}

.Product .Productmenu .menutitle span{
	color:#fff;
	font-size:15px;
	font-weight:bold;	
}

.Product .Productmenu ul{
	padding:0;
	margin:0;
	text-align:center;		
}

.Product .Productmenu ul li{
	padding:3px 0;
	list-style:none;	
}

.Product .Productmenu ul li{
	cursor:pointer;	
}

.Product .Productmenu ul li a{
	color:#000;	
}

.Product .Productmenu ul li:nth-child(1){
	background:#f90;	
}

.Product .Productmenu ul li:nth-child(1) a{
	color:#fff;	
}

.Product .Productcontent{
	width:78%;
	float:right;
	margin:0 10px 10px 0;
	padding:10px;
	background:#fff;
}

.Product .Productleft{
	width:40%;
	float:left;	
}

.Product .Productleft .Productimg{
	position: relative;	
}

.Product .Productleft .Productimg .img img{
	width: 100%;	
}

.Product .Productleft .Productimg .imglist{
	border:1px solid #bcbcbc;
	padding:2px;
	margin-top:5px;	
}

.Product .Productleft .Productimg .imglist .imgleft,.Product .Productleft .Productimg .imglist .imgright{
	width:7%;
	float:left;
}

.Product .Productleft .Productimg .imglist .imgleft img:hover,.Product .Productleft .Productimg .imglist .imgright:hover{
	cursor:pointer;	
}

.Product .Productleft .Productimg .imglist .imgright{
	text-align:right;	
}

.Product .Productleft .Productimg .imglist .imgleft img,.Product .Productleft .Productimg .imglist .imgright img{
	width:90%;
	background:#bcbcbc;
}

.Product .Productleft .Productimg .imglist ul{
	padding:0;
	margin:0;
	width:86%;
	float:left;
	overflow: hidden;
	white-space: nowrap;
}

.Product .Productleft .Productimg .imglist ul li{
	display:inline-block;
	width:19%;	
}

.Product .Productleft .Productimg .imglist ul li img{
	width:100%;
	margin-right:12px;	
}

.Product .Productleft .Productimg .imglist ul li img:hover{
	cursor:pointer;
}

.Product .Productleft a{
	width:100%;
	display:block;	
}


.Product .Productleft .nexImg{
	right:0px;
		
}

.Product .Productleft .nexImg img,.Product .Productleft .preImg img{
	width:20%;
	margin-left:10px;
	
}

.Product .Productleft .preImg,.Product .Productleft .nexImg{
	padding: 10px 0px ;
	position: absolute;
	top: 50%;
	margin-top:-10px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
}

.Product .Productleft .nexImg:hover,.Product .Productleft .preImg:hover{
	opacity: 0.8;
	cursor:pointer;
}

.Product .Productright{
	width:59%;
	float:right;	
}

.Product .Productright .Producttitle{
	height:30px;
	padding:5px 0;	
}

.Product .Productright .Producttitle span{
	font-size:15px;
	font-weight:bold;	
}

.Product .Productright .Productinfo{
	margin-bottom:10px;	
}

.Product .Productright .Productinfo span{
	padding:5px 0;
	margin:5px 0;	
}

.Product .Productright .purchase ul,li {
      list-style: none;
}
            
.Product .Productright .purchase a{
      text-decoration: none;
}
            
.Product .Productright .purchase a:hover {
      cursor: pointer;
      ext-decoration: none;
}
            
.Product .Productright .purchase a:link {
      text-decoration: none;
}
            
.Product .Productright .purchase img {
      vertical-align: middle;
}
            
.Product .Productright .purchase .btn-numbox {
      overflow: hidden;
      margin-top: 20px;
	  padding:0;
 }
            
.Product .Productright .purchase .btn-numbox li {
      float: left;
}
            
.Product .Productright .purchase .btn-numbox li .number,.kucun {
      display: inline-block;
      font-size: 15px;
      color: #808080;
      vertical-align: sub;
}
            
.Product .Productright .purchase .btn-numbox .count {
      overflow: hidden;
}
            
.Product .Productright .purchase .btn-numbox .count .num-jian,.input-num,.num-jia {
	width:20px;
	height:20px;
     display: inline-block;
     text-align: center;
     font-size: 18px;
     color: #999;
     cursor: pointer;
     border: 1px solid #e6e6e6;
	 line-height:20px;
}

.Product .Productright .purchase  .btn-numbox .count .input-num {
	width:20px;
	height:20px;
    color: #333;
     border-left: 0;
     border-right: 0;
}

.Product .Productright .purchase button{
	background:#F00;
	color:#fff;	
}

.Product .describe{
	margin-top:10px;
	width:100%;
	float:left;
	border:1px solid #0cf;
}

.Product .describe .describetitle{
	background:#0cf;	
}

.Product .describe .describetitle span{
	color:#fff;
	padding-left:10px;	
}

.Product .describe .describeinfo{
	margin-top:5px;	
}

.Product .describe .describeinfo span{
	padding-left:10px;	
}

.page{
	width:100%;
	float:left;
	padding:0 10px;
	margin-bottom:10px;	
}

.page .btn:rirst-child(){
	float:left;	
}

.page .btn:nth-child(2){
	float:right;	
}

.Recommend{
	width:90%;
	margin:10px auto;	
}

.Recommend>div{
	border:1px dashed #f90;
}

.Recommend>div:last-child{
	border:0px solid red;	
}

.Recommend .Recommendcontent{
	padding:10px;	
}

.Recommend .Recommendcontent .Recommendtitle{
	border-bottom:1px solid #bcbcbc;
	padding-bottom:5px;	
}

.Recommend .Recommendcontent .Recommendtitle span{
	font-size:15px;
	font-weight:bold;	
}

.Recommend .Recommendcontent .Recommendinfo{
	margin-top:10px;
	width:49%;
	float:left;
	text-align:center;	
}

.Recommend .Recommendcontent .Recommendinfo:nth-child(even){
	float:right;
}

.Recommend .Recommendcontent .Recommendinfo img{
	width:100%;
	margin-bottom:5px;
	transition: all 0.6s; 		
}

.Recommend .Recommendcontent .Recommendinfo img:hover{
	transform: scale(1.1); 	
}

.Recommend .Recommendcontent .Recommendinfo a{
	color:#000;	
}

.Recommend .Recommendcontent .Recommendinfo a:hover{
	color:#0cf;	
}

.Recommend .Recommendcontent ul{
	margin:5px 0;
	padding-left:15px;	
}

.Recommend .Recommendcontent ul li{
	line-height:24px;	
}

.Recommend .Recommendcontent ul li a{
	color:#000;
	letter-spacing:1px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;		
}

.Recommend .Recommendcontent ul li a:hover{
	text-decoration:underline;	
}


.tail{
	width:90%;
	margin:10px auto;	
}

.tail .link ul{
	padding-left:10px;	
}

.tail .link ul li{
	display:inline-block;
	list-style:none;
	padding:0 10px;	
}

.tail .link ul li:first-child{
	padding:0;	
}

.tail .link ul li a{
	color:#000;	
}

.tail .link ul li a:hover{
	color:#0cf;	
}

.tail .copyright{
	border-top:3px solid #000;
	text-align:center;
	padding-top:10px;	
}

.tail .copyright ul{
	padding:0;
	maring:0;	
}

.tail .copyright ul li{
	list-style:none;
	line-height:23px;		
}

.tail .copyright ul li:first-child{
	font-size:15px;
	font-weight:bold;	
}

.cl{
	clear:both;
}

@media screen and (max-width:768px) {
    .head .select .btn{
		display:block;	
	}
	
	.head .nav{
		display:none;	
	}
	
	.Product .Productmenu{
		width:100%;
		margin:0;
		border:1px solid red;	
	}
	
	.Product .Productcontent{
		width:100%;
		margin:0;
		padding:10px 0;
	}
	
	.Product .Productcontent .Productleft{
		width:100%;	
	}
	
	.Product .Productcontent .Productright{
		width:100%;	
	}
	
	.page{
		padding-top:10px;	
	}
	
	.page .btn:nth-child(1){
		display:block;
		margin-bottom:10px;
	}
	
	.page .btn:nth-child(2){
		display:block;
		float:left;
	}	
}

/* CSS Document */

