.content{
	width:1200px;
	margin:70px auto 0;
}
.body{
	width:100%;
}
.bodyTittle{
	width:100%;
	border-left:3px solid #FFD700;
	margin-bottom: 30px;
}
.bodyTittle h3{
	font-family: "微软雅黑";
	padding-left: 5px;
	font-weight: 500;	
}
.nav{
	font-size: 13px;
	margin-bottom: 30px;
}
.nav a:hover{
	text-decoration: none;
}
.detail{
	width:100%;
	height:520px;
}
.detail-l{
	width:50%;
	height:100%;
	float:left;
}
.largeImg{
	width:100%;
	overflow: hidden;
}
.smDiv{
	width:100%;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.Mask{
	width:175px;
	height:175px;
	background:lightyellow;
	opacity:0.5;
	position:absolute;
	left:0;
	top:0;
	display:none;
}
.jz{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
}

.largeDiv{
	width:450px;
	height:400px;
	position:fixed;
	left:1050px;
	top:150px;
	/*background:url("../img/product/7.jpg") no-repeat;*/
	display:none;
}
.smDiv img{
	width:100%;
	height:520px;
	padding:0 5%;
}
.smImg{
	width:100%;
	overflow: hidden;
	position:relative;	
}
.smImg ul{width:100%;height:100px;white-space: nowrap;line-height: 100px;margin-left:20px}
.smImg li{
	list-style: none;
	display:inline-block;
	width:15%;
	cursor: pointer;
	margin-left:10px;
	height:98%;
}
.smImg li img{
	width:100%;
}
.prev{
	position: absolute;
	width:20px;
	height:90px;
	left:0;
	top:50%;
	transform: translateY(-50%);
	background:#999999 url("../img/tu-17.jpg")50% 50% no-repeat;
	background-size: auto;
	cursor: pointer;
	border-radius: 5px;
}
.next{
	position: absolute;
	width:20px;
	height:90px;
	right:0;
	top:50%;
	transform: translateY(-50%);
	background:#999999 url("../img/tu-18.jpg")50% 50% no-repeat;
	cursor: pointer;
	border-radius: 5px;
	
}
.active{
	border-bottom:2px solid #FFD700
}
.detail-r{
	width:50%;
	float:left;
	height:570px;
}
.detailContent{
	height:600px;
	margin:30px 0 0 20px;
	border:2px solid #E3E3E3;
	border-radius: 5px;
	padding:35px 35px 0 35px;
}

.detailContent p{
	margin:25px 0;
	color:#333;
	font-size: 13px;
}
.detailContent p:last-child{
    width: 200px;
    margin: 0 auto;
    background: #F56400;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}
.detailContent p:last-child a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.detailContent p:not(:last-child){
	border-bottom: 1px dotted #333;
	padding-bottom: 25px;
}
.section{
	width:65%;
	margin:150px auto 100px;	
}
/************产品详情*****************/
.params ul{
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 50px;
}
.params ul li{
	display: inline-block;
	margin-right:20px;
	padding-bottom: 10px;
	cursor: pointer;
}
.paramsContent img{
	width:100%;
	min-height: 600px;
}
.params ul li h3{font-weight: normal;}
.paramsActive{
	color:#FFD700;
	border-bottom: 2px solid #FFD700;
}
/*************规格参数**************/
.paramsList{
	width:100%;
}
.paramsList table tr td{
	height: 50px;
	vertical-align: middle !important
}
.paramsList table tr td:first-child{
	width:30%;
}
.paramsList table tr td:nth-child(2){
	padding-left: 25px;
}



.footer{
	min-width: 1200px;
	
	width:100%;
}
