﻿@charset "utf-8";
/* 
	@功能: 产品中心列表和详情页
	@作者：zuozuo&877200772
	@时间：2015-04-17
*/
.banner img{
	width: 100%;
}
article h6{
	font-weight: normal;
	color: #4a4d54;
	font-size: 12px;
}
article h6 a{
	padding: 0 3px;
}

.content {
	padding: 15px 0;
}
/*列表页样式*/
.content .list li{
	margin: 0 15px 15px 0;
	float: left;
	width: 138px;
	height: 138px;
	padding: 20px;
	border: #e7e7e7 1px solid;
	overflow: hidden;
	font-size: 12px;
}
.content .list li a{
	color: #626a77;
}
.content .list li p{
	text-align: center;
}
.content .list li img{
	width: 135px;
	height: 120px;
}
.content .list li .title{
	height: 20px;
	overflow: hidden;
}
.page{
	padding: 20px 0;
}
.page a,.page span{
	/*float: left;*/
	/*display: block;*/
	/*width: 40px;*/
	/*height: 40px;*/
	/*text-align: center;*/
	/*line-height: 40px;*/
	background: #ededed;
	padding: 10px 15px;
	color: #aaa;
	font-size: 14px;
	margin-right: 5px;
}
.page span{
	background: none;
}
.page a:hover{
	background: #dadada;
}
.page a.active{
	background: #2571a7;
	color: #fff;
}
.page .prev,.page .next{
	font-weight: bold;
}
/*详情页样式*/

.content .info .pic{
	width: 400px;
	height: 340px;
	border: #dddddd 1px solid;
	padding: 1px;
}
.content .info .pic img{
	width: 100%;
	height: 100%;
}
.content .info .text{
	width: 336px;
	padding: 0 20px;
}
.content .info .text h1{
	font-size: 14px;
	color: #0080c0;
	padding-bottom: 10px;
}
.content .info .text p{
	font-size: 12px;
	color: #626262;
	line-height: 28px;
}
.content .info .text .type{
	padding: 10px 0;
	border-top: #b4b4b4 1px dashed;
	border-bottom: #b4b4b4 1px dashed;
}
.content .info .text .down{
	padding: 3px 25px;
	background: url(../img/icons.png) no-repeat;
	background-position: -4px -477px;
}
.content .info .text .ww{
	padding: 0px 6px;
	background: url(../img/icons.png) no-repeat;
	background-position: 0px -518px;
}
.content .info .text .qq{
	margin-left: 10px;
	padding: 0px 30px;
	background: url(../img/icons.png) no-repeat;
	background-position: -22px -518px;
}
.content .detail{
	padding: 20px 0;
}
.content .detail h2{
	padding-bottom: 10px;
	border-bottom: #2571a7 1px solid;
}
.content .detail h2 span{
	color: #4a4d54;
	padding-right: 10px;
}
.content .detail .text{
	padding: 20px;
	background: #fff;
}
.content .detail .text img{
	max-width: 100%;
	width: 100%\9;
}


.other-products .list{
	padding: 10px 0;
	position: relative;
}
.other-products h5{
	color: #4a4d54;
}
.other-products .list .but{
	position: absolute;
	top: 50%;
	width: 38px;
	height: 38px;
	margin-top: -20px;
	border: #e7e7e7 1px solid;
	background: #cfd1d2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	
}
.other-products .list .but:hover{
	background: #6db0d8;
}
.other-products .list #left-but{
	left: -60px;
}
.other-products .list #right-but{
	right: -60px;
}

.other-products .list .but span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/page_icons.png) no-repeat;
}
.other-products .list #left-but span{
	background-position: center -133px;
}
.other-products .list #right-but span{
	background-position: center -218px;
}
.other-products .list li{
	margin: 0 10px 10px 0;
	float: left;
	width: 138px;
	height: 138px;
	padding: 10px;
	border: #e7e7e7 1px solid;
	overflow: hidden;
	font-size: 12px;
}
.other-products .list li a{
	color: #626a77;
}
.other-products .list li p{
	text-align: center;
}
.other-products .list li img{
	width: 135px;
	height: 120px;
}
.other-products .list li .title{
	height: 20px;
	overflow: hidden;
}