/* 产品详情 S */
.backdrop {
	width:100%;height:38px;
	padding-top:72px;
	margin-bottom:30px;
	background-color:#f5f5f5;
}

.item {margin-bottom:80px;}
.item img {width:500px;height:500px;}
.item .info {
	display:inline-block;
	width:600px;
	margin-left:60px;
	vertical-align:top;
}
.item .info h3 {
	color:#222;
	font-size:24px;
	margin-bottom:20px;
}
.item .info p.date {
	color:#999;
	font-size:12px;
	margin-bottom:10px;
}
.item .info a.source {
	display:block;
	color:#999;
	font-size:12px;
	margin-bottom:10px;
}
.item .info p.text {
	height:280px;
	color:#555;
	text-align:justify;
	line-height:28px;
	text-indent:32px;
}
.item .info p.tel {
	color:#999;
	margin-bottom:30px;
}
.item .info p.tel span {
	color:#2067ef;
	font-size:24px;
}
.item .info button {
	font-size:14px;
	padding:16px 36px;
	margin-right:20px;
	color:#fff;
	background-color:#242C39;
	border:none;
	border-radius:0;
	outline:none;
	transition:.5s;
	cursor:pointer;
}
.item .info button:hover {background-color:#2067ef;}
.item .info button a {color:#fff;}
.item .info a.others {
	font-size:14px;
	display:inline-block;
	padding:16px 36px;
	color:#fff;
	background-color:#999;
	transition:.5s;
}
.item .info a.others:hover {background-color:#2067ef;}

.L_item {
	width:850px;
	padding-bottom:26px;
	background-color:#fff;
}
.L_item .sort {
	position:relative;
	display:flex;
	display:-webkit-flex;
	flex-flow:row nowrap;
	justify-content:space-around;
	padding:0 125px;
	width:600px;height:72px;
	text-align:center;
	line-height:72px;
	color:#fff;
	background-color:#242C39;
	cursor:pointer;
}
.L_item .sort i {
	position:absolute;
	top:26px;
	display:inline-block;
	width:1px;height:20px;
	background-color:#555;
}
.L_item .sort i:nth-child(4) {left:324px;}
.L_item .sort i:nth-child(5) {left:526px;}
.L_item .sort span {
	position:absolute;
	bottom:-4px;
	display:inline-block;
	width:8px;height:8px;
	transform:rotate(45deg);
	background-color:#fff;
	transition:.5s;
}
.L_item .info li {
	padding:30px 50px;
	width:750px;
	background-color:#fff;
}
.L_item iframe {width:750px;height:510px;}
.L_item span.prev, .L_item span.next {
	display:inline-block;
	width:234px;height:42px;
	text-align:left;
	line-height:42px;
	padding-left:16px;
	border:1px solid #ddd;
	transition:.5s;
}
.L_item span a {
	display:inline-block;
	width:90%;height:100%;
	text-align:left;
	color:#999;
	transition:.5s;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.L_item span.prev:hover, .L_item span.next:hover {
	color:#fff;
	background-color:#3278ff;
	border:1px solid #3278ff;
}
.L_item span.prev:hover a, .L_item span.next:hover a {color:#fff;}
.L_item span.prev {float:left;margin-left:30px;}
.L_item span.next {float:right;margin-right:30px;}

.R_item {
	width:250px;
	margin-right:0;
}
.inner .R_item .recommend div.tit {
	width:250px;height:72px;
	text-align:center;
	line-height:72px;
	color:#fff;
	background-color:#2067ef;
	font-size:24px;
	font-weight:bold;
}
.R_item .recommend li {
	width:250px;
	text-align:center;
	margin-bottom:22px;
	padding-bottom:16px;
	color:#555;
	background-color:#fff;
	transition:.5s;
}
.R_item .recommend li img {
	width:250px;
	margin-bottom:12px;
}
.R_item .recommend li a {color:#555;}

.inner i.line_right {
	position:absolute;
	top:0;right:300px;
	display:inline-block;
	width:1px;height:100%;
	background-color:#ddd;
}
/* 产品详情 E */