@charset "utf-8";


/*产品详情*/
.content{
	margin-bottom: 80px;
	min-height: 200px;
}
.content .center{

	width: 1200px;
	margin: 0 auto;
}
.content .center .adress{
	margin-top: 20px;
	text-align: right;
}
.content .center .adress a{
	margin: 0 5px ;
}
.content .pro_content{
	position: relative;
	zoom:1;
	margin-top: 50px;
	width: 1158px;
	border: 1px solid #ccc;
	padding: 20px;
}
.content .pro_content:after{
	width: 0;
	height: 0;
	display: block;
	clear: both;
	content: '';
	visibility: hidden;
}
.content .pro_content .left{
	float: left;
	width: 500px;
	height: 520px;
	overflow: hidden;
}
.content .pro_content .left .bd ul li{
	width: 498px;
	height: 380px;
	border:1px solid #ccc;
	text-align: center;
}
.content .pro_content .left .bd ul li img{
	max-width: 498px;
	max-height: 380px;
}
.content .pro_content .left .hd{
	margin: 0 auto;
	height: 100px;
	width: 450px;
	margin-top: 30px;
	position: relative;
}
.content .pro_content .left .hd>a{
	width: 20px;
	height: 20px;
	position: absolute;
}
.content .pro_content .left .hd a.prev{
	background: url(../images/arrow2_nl.png) no-repeat center;
	left: -20px;
	top: 35px;
}
.content .pro_content .left .hd a.next{
	background: url(../images/arrow2_nr.png) no-repeat center;
	right: -20px;
	top: 35px;
}
.content .pro_content .left .bd ul{
	width: 2000px;
}
.content .pro_content .left .hd ul li{
	height: 88px;
	width: 118px;
	float: left;
	margin: 0 15px;
	border: 1px solid #fff;
	text-align: center;
}
.content .pro_content .left .hd ul li img{
	max-height: 88px;
	max-width: 118px;
}
.content .pro_content .left .hd ul li.on{
	border:1px solid #FF5519;
}
.content .pro_content .right{
	float: right;
	width: 580px;
	padding: 20px 0;
}
.content .pro_content .right h3{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
.content .pro_content .right p{
	font-size: 15px;
	line-height: 26px;
}
.content .pro_content .page{
	position: absolute;
	bottom: 65px;
	right: 100px;
}
.content .pro_content .page a{
	display: block;
	float: left;
	margin: 0 5px;
	background: #ccc;
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
}
.content .pro_content .page a:hover{
	background: #262626;
	border:1px solid #262626;
	color: #fff;
}
/*相关产品*/
.relevant{
	width: 100%;
	height: 500px;
}
.relevant .center{
	width: 1200px;
	position: relative;
	margin:0 auto;
}
.relevant .center h2{
	border-bottom: 2px solid #FF5519;
	font-size: 18px;
	font-weight: normal;
	background: #F4F4F4;
	padding: 10px;
}
.rlt_cnt{
	margin-top: 40px;
	width: 1200px;
	overflow: hidden;
}
.rlt_cnt .bd ul{
	width: 2000px;
}
.rlt_cnt .bd li{
	width: 368px;
	height: 263px;
	position: relative;
	margin-right: 45px;
	float: left;
	margin-bottom: 50px;
	border: 1px solid #ccc;
	text-align: center;
}
.rlt_cnt .bd li img{
	max-height: 263px;
	max-width: 368px;
}
.rlt_cnt .bd li h4{
	font-weight: normal;
	text-align: center;
	position: absolute;
	bottom:-50px;
	width: 368px;
	color: #666;
	height: 45px;
	line-height: 45px;
	background: #EEEEEE;
}
.rlt_cnt .bd li:hover{
	border: 1px solid #FF8155;
}
.rlt_cnt .bd  li:hover h4{
	background: #222222;
	color: #fff;
}
.rlt_cnt .page a{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
}
.rlt_cnt .page a.prev{
	background: url(../images/arrow2_nl.png) no-repeat center;
	right: 45px;
	top: 7px;
}
.rlt_cnt .page a.next{
	background: url(../images/arrow2_nr.png) no-repeat center;
	right: 10px;
	top: 7px;
}