.proroute.proroute2 {
	background: #ffffff;
}

.prode1 .container img {
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.prode1 .container .pro_detail {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.prode1 .container .pro_detail .left_item {

	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.prode1 .container .pro_detail .left_item h2.name {
	padding: 20px 10px;
	transform-origin: center center;
	transform: rotate(-90deg) translate(0%, 0);
	width: 86px;
	background: #000;
	color: #fff;
	height: 80px;
	max-height: 100%;
	box-sizing: border-box;
	margin-right: 30px;
}

.prode1 .container .pro_detail .left_item .text {
	max-width: 545px;
}

.prode1 .container .pro_detail .left_item .text h3.title {
	margin-bottom: 20px;
}

.prode1 .container .pro_detail .left_item .text p {
	font-size: 16px;
	line-height: 24px;
	color: #898989;
}

.prode1 .container .pro_detail .right_item h3 {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.prode1 .container .pro_detail .right_item h3:nth-child(1) {
	margin-top: 0px;
	margin-bottom: 15px;
}

.prode1 .container .pro_detail .right_item ul {
	list-style: circle;
	padding-left: 25px;
}

.pro_detail_imgs {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
	min-height: 600px;
	background: url('../picture/77271bcd234291344e76a1e4d8eca1d3.jpg') no-repeat;
	background-size: cover;
}

.pro_detail_imgs .item {
	position: relative;
	width: 25%;
	box-sizing: border-box;
	padding: 20px 0px;

	border-right: 1px solid #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
}

.pro_detail_imgs .item:nth-child(4) {
	border: none;
}

.pro_detail_imgs .item h2 {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	/* max-height:400px;		 */
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 20px;

}

.pro_detail_imgs .item p {
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	max-height: 400px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	margin-bottom: 20px;

}

.pro_detail_imgs .item img {
	width: 30px;
	height: auto;
}

.pro_detail_imgs .item .pp {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	/* z-index:-1; */
	background: #fff;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	align-items: center;
	/* transform: rotateY(180deg);
	transform-origin: center; */
	transition: all linear .5s;
	opacity: 0;
}

/*lg*/
@media screen and (max-width:1120px) {
	.prode1 .container .pro_detail .left_item h2.name {
		font-size: 22px;
		height: 50px;
		width: 72px;
		padding: 12px 10px;
	}

	.prode1 .container .pro_detail .right_item {
		width: 100%;
	}

	.pro_detail_imgs .item {
		width: 50%;

		border: none;
		border-top: 1px solid #fff !important;
	}

	.pro_detail_imgs .item:nth-child(2n+1) {
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
	}

}

/*md*/
@media screen and (min-width:992px) and (max-width:1201px) {}

/*sm*/
@media screen and (min-width:769px) and (max-width:991px) {}

/*xs*/
@media screen and (max-width:768px) {
	.pro_detail_imgs .item {
		width: 100%;
	}

	.prode1 .container .pro_detail .left_item h2.name {
		display: none;
	}

	/* .prode1 .container .pro_detail .left_item h2.name{
		font-size:22px;
		height:50px;
		width:72px;
		padding:12px 10px;
	}
	.prode1 .container .pro_detail .right_item{
		width:100%;
	}
	.pro_detail_imgs .item{
		width:100%;
		
		border:none;
		border-top:1px solid #fff !important;
	}
	.pro_details .container .ner .item li span,.pro_details .container .ner .item{
		width:100%;
		
	} */

}

.pro_details {
	width: 100%;
	margin: 40px 0px;
}

.pro_details .container h2.tt {
	font-size: 24px;
	margin-bottom: 50px;
}

.pro_details .container .ner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.pro_details .container .ner .item {
	width: 45%;
	box-sizing: border-box;
}

.pro_details .container .ner .item h3 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 100;
}

.pro_details .container .ner .item ul {
	list-style: none;
	padding: 0px;
	width: 100%;

}

.pro_details .container .ner .item li {
	/* list-style:none;
	padding:none; */
	width: 100%;
	border-bottom: 1px solid#000;
	margin-bottom: 20px;
	padding: 10px 0px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.pro_details .container .ner .item li span.tits {
	font-weight: 600;
	font-size: 16px;
	width: 20%;
}

.pro_details .container .ner .item li span {
	width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;

}

@media screen and (max-width:768px) {

	/* .prode1 .container .pro_detail .left_item h2.name{
		font-size:22px;
		height:50px;
		width:72px;
		padding:12px 10px;
	}
	.prode1 .container .pro_detail .right_item{
		width:100%;
	}
	.pro_detail_imgs .item{
		width:100%;
		
		border:none;
		border-top:1px solid #fff !important;
	} */
	.pro_details .container .ner .item li span,
	.pro_details .container .ner .item {
		width: 100%;

	}

}