.bread_ten .container,
.pro_ten_details .container,
.pro_ten_details .container,
.ten_related_pro .container,
.ten_inquiry_pro .container {
	max-width: 1400px;
}

.pro_ten_details {
	padding: 60px 0;
	background: #fff;
}

.ten_details_summary {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}

.ten_details_summary .left {
	width: 50%;
	padding-right: 6%;
}

.ten_details_summary .left .summary {
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.ten_details_summary .left .summary h3 {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	margin-bottom:20px;
}

.ten_details_summary .left .summary .model {
	display: flex;
	align-items: center;
	line-height: 1.6;
	margin-bottom:10px;
	font-size: 16px;
}

.ten_details_summary .left .summary .model span {
	color: #808080;
}

.ten_details_summary .left .summary .model p {
	color: #000;
	padding-left: 4px;
}

.ten_details_summary .left p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ten_details_summary .consult {
	display: flex;
	align-items: center;
	margin: 0 -5px;
}

.ten_details_summary .consult dd {
	width: calc(100% / 3);
	padding: 0 5px;
}

.ten_details_summary .consult dd a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.4s;
}

.ten_details_summary .consult dd a img {
	display: block;
	max-width: 18px;
}

.ten_details_summary .consult dd a span {
	line-height: 55px;
	font-size: 16px;
	color: #fff;
	position: relative;
	padding-left: 16px;
}

.ten_details_summary .consult dd a.inquiry {
	margin: 0;
}



.ten_details_summary .consult dd a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 5px;
	transition: all 0.4s;
	opacity: 0;
}

.ten_details_summary .consult dd a:hover:before {
	width: 100%;
	left: 0;
	opacity: 1;
}

.ten_details_summary .left ul {
	padding: 16px 0;
	margin-top: 30px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.ten_details_summary .left ul li {
	display: flex;
	align-items: center;
	line-height: 1.5;
	padding: 4px 0;
}

.ten_details_summary .left ul li span {
	color: #808080;
	font-size: 16px;
}

.ten_details_summary .left ul li a {
	color: #000;
	font-size: 16px;
	padding-left: 4px;
	transition: all 0.4s;
}

.ten_details_summary .left .share {
	display: flex;
	align-items: center;
	line-height: 1.5;
	margin-top: 16px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 16px;
}

.ten_details_summary .left .share span {
	color: #808080;
	font-size: 16px;
}

.ten_details_summary .left .share a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px;
}

.ten_details_summary .left .share a img {
	display: block;
	max-width: 16px;
}

.ten_details_summary .right {
	width: 50%;
	display: flex;
	justify-content: space-between;
	height: fit-content;
}

.ten_details_summary .right .swiper-slide img {
	display: block;
	width: 100%;
}

.ten_details_summary .big_pic_container {
	position: relative;
	overflow: hidden;
	width: calc(100% - 100px);
}

.ten_details_summary .small_pic_container {
	width: 90px;
	overflow: hidden;
	height: 600px;
}

.ten_details_summary .small_pic_container ul {
	display: flex;
	flex-direction: column;
}

.ten_details_summary .small_pic_container .swiper-slide {
	width: 100% !important;
	height: auto !important;
	opacity: 0.4;
	transition: all 0.3s;
	border: 2px solid #e5e5e5;
	margin-bottom: 12px;
}

.ten_details_summary .small_pic_container .swiper-slide-opacity {
	opacity: 1;
}

.ten_details_summary .swiper-button-next,
.ten_details_summary .swiper-button-prev {
	background: none;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
}

.ten_details_summary .swiper-button-next {
	right: -50px;
}

.ten_details_summary .swiper-button-prev {
	left: -50px;
	transform: rotateY(180deg);
}

.ten_details_summary .big_pic_container .swiper-pagination {
	width: auto;
	right: 16px;
	left: unset;
	line-height: 1;
	display: none;
}

.ten_details_summary .big_pic_container:hover .swiper-button-next {
	right: 0;
}

.ten_details_summary .big_pic_container:hover .swiper-button-prev {
	left: 0;
}

.pro_ten .maintitle {
	font-size: 32px;
	color: #333;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
	font-weight: bold;
	position: relative;
}

.pro_ten .maintitle:before {
	content: "";
	width: 70px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.ten_details_content .tab_list .tab_title {
	padding: 20px 10px;
	border-bottom: 1px solid #dbdbdb;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.ten_details_content .tab_list .tab_title span {
	display: flex;
	align-items: center;
}

.ten_details_content .tab_list .tab_title h4 {
	font-size: 22px;
	color: #333;
	line-height: 1;
	padding-left: 12px;
	text-transform: capitalize;
	transition: all 0.4s;
}

.ten_details_content .tab_list .tab_title i {
	display: flex;
	align-items: center;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
}

.ten_details_content .tab_details {
	padding: 20px 10px;
	border-bottom: 1px solid #dbdbdb;
	display: none;
}

.ten_details_content .tab_list .tab_title span svg path,
.ten_details_content .tab_list .tab_title i svg path {
	transition: all 0.4s;
}

.ten_details_content .tab_list li.on .tab_title span svg path {
	fill: #c6ad8a;
}

.ten_details_content .tab_list li.on .tab_title i {
	transform: translateY(-50%) rotate(180deg);
}

.ten_details_content .tab_list li.on .tab_title i svg path {
	fill: #c6ad8a;
}


/*询盘表单*/

.ten_inquiry_pro {
	padding: 60px 0;
	background: #f5f5f5;
}

.ten_inquiry_pro .inquiry {
	margin-top: 25px;
}


/*相关产品*/

.ten_related_pro {
	padding: 60px 0;
}

.ten_related_pro .related_pro_list ul {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 40px;
	flex-wrap: wrap;
}

.ten_related_pro .related_pro_list li {
	flex: 0 0 25%;
	width: 25%;
	padding: 0 15px;
}

.ten_related_pro .related_pro_list li .related_img {
	display: block;
	border: 1px solid #e5e5e5;
	transition: all 0.4s;
	overflow: hidden;
}

.ten_related_pro .related_pro_list li .related_img img {
	display: block;
	width: 100%;
	transition: all 0.8s;
}

.ten_related_pro .related_pro_list li .related_title h3 {
	font-size: 18px;
	text-align: center;
	color: #1a1a1a;
	line-height: 2;
	padding: 10px;
	transition: all 0.4s;
}

.ten_related_pro .related_pro_list li .related_img:hover img {
	transform: scale(1.1);
}

@media only screen and (max-width: 1440px) {
	.ten_details_summary .left .summary h3 {
		font-size: 28px;
		
	}
	.ten_details_summary .left p {
		-webkit-line-clamp: 4;
	}
	.ten_details_summary .left .summary {
		margin-bottom: 20px;
	}
	.ten_details_summary .consult dd a span {
		line-height: 50px;
		font-size: 15px;
		padding-left: 12px;
	}
	.ten_details_summary .consult dd a img {
		display: block;
		max-width: 18px;
	}
	.ten_details_summary .left ul {
		margin-top: 20px;
	}
	.ten_details_summary .small_pic_container {
		height: 500px;
	}
	.pro_ten .maintitle {
		font-size: 28px;
	}
	.ten_details_content .tab_list .tab_title h4 {
		font-size: 20px;
		padding-left: 10px;
	}
}

@media only screen and (max-width: 1200px) {
	.ten_details_summary .left .summary h3 {
		font-size: 24px;
		margin-bottom:10px;
	}
	.ten_details_summary .left .summary .model {
		font-size: 14px;
		line-height: 1.4;
	}
	.ten_details_summary .left p {
		-webkit-line-clamp: 3;
		line-height: 1.4;
		font-size: 14px;
	}
	.ten_details_summary .left .summary {
		margin-bottom: 18px;
		padding-bottom: 16px;
	}
	.ten_details_summary .consult dd a span {
		line-height: 44px;
		font-size: 14px;
		padding-left: 10px;
	}
	.ten_details_summary .consult dd a img {
		display: block;
		max-width: 14px;
	}
	.ten_details_summary .left ul {
		margin-top: 18px;
		padding: 10px 0;
	}
	.ten_details_summary .left ul li span {
		font-size: 14px;
	}
	.ten_details_summary .left ul li a {
		font-size: 14px;
	}
	.ten_details_summary .left .share {
		line-height: 1.4;
		margin-top: 14px;
		padding-bottom: 14px;
	}
	.ten_details_summary .left .share span {
		font-size: 14px;
	}
	.ten_details_summary .big_pic_container {
		width: calc(100% - 78px);
	}
	.ten_details_summary .small_pic_container {
		height: 380px;
		width: 70px;
	}
	.ten_details_summary .small_pic_container .swiper-slide {
		margin-bottom: 7px;
		border: 1px solid #e5e5e5;
	}
	.pro_ten .maintitle {
		font-size: 24px;
	}
	.ten_details_content .tab_list .tab_title h4 {
		font-size: 20px;
		padding-left: 10px;
	}
}

@media only screen and (max-width: 920px) {
	.pro_ten .maintitle {
		font-size: 20px;
	}
	.pro_ten_details {
		padding: 50px 0;
	}
	.ten_details_summary .left .summary h3 {
		font-size: 22px;
	}
	.ten_details_summary .left .summary {
		margin-bottom: 12px;
		padding-bottom: 10px;
	}
	.ten_details_summary .left p {
		-webkit-line-clamp: 4;
	}
	.ten_details_summary .consult {
		margin: 0 -2px;
	}
	.ten_details_summary .consult dd {
		padding: 0 2px;
	}
	.ten_details_summary .consult dd a img {
		display: none;
	}
	.ten_details_summary .consult dd a span {
		line-height: 40px;
		padding-left: 0;
	}
	.ten_details_summary .left ul {
		margin-top: 12px;
		padding: 6px 0;
	}
	.ten_details_summary .left ul li {
		line-height: 1.4;
		padding: 4px 0;
	}
	.ten_details_summary .left .share {
		margin-top: 12px;
		padding-bottom: 12px;
	}
	.ten_details_summary .left .share a {
		margin: 0 5px;
	}
	.ten_details_summary .big_pic_container {
		width: 100%;
	}
	.ten_details_summary .small_pic_container {
		display: none
	}
	.ten_details_summary .swiper-button-next {
		right: 0;
	}
	.ten_details_summary .swiper-button-prev {
		left: 0;
	}
	.ten_details_summary .swiper-button-next img,
	.ten_details_summary .swiper-button-prev img {
		max-width: 30px;
	}
	.ten_details_summary .big_pic_container .swiper-pagination {
		display: block;
		font-size: 14px;
	}
	.ten_details_content .tab_list .tab_title h4 {
		font-size: 16px;
		padding-left: 8px;
	}
	/*询盘表单*/
	.ten_inquiry_pro {
		padding: 40px 0;
		background: #f5f5f5;
	}
	.ten_inquiry_pro .inquiry {
		margin-top: 20px;
	}
	/*相关产品*/
	.ten_related_pro {
		padding: 40px 0;
	}
	.ten_related_pro .related_pro_list ul {
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 30px;
		overflow: hidden;
	}
	.ten_related_pro .related_pro_list li {
		flex: 0 0 33.3333%;
		width: 33.3333%;
		padding: 0 10px;
	}
	.ten_related_pro .related_pro_list li .related_title h3 {
		font-size: 14px;
		line-height: 1.4;
	}
}

@media only screen and (max-width: 767px) {
	.pro_ten_details {
		padding: 30px 0;
	}
	.ten_details_summary {
		margin-bottom: 20px;
		flex-direction: column-reverse;
	}
	.ten_details_summary .left {
		width: 100%;
		padding-right: 0;
		margin-top: 20px;
	}
	.ten_details_summary .right {
		width: 100%;
	}
	.pro_ten .maintitle {
		font-size: 18px;
	}
	.ten_details_content .tab_list .tab_title {
		padding: 16px 0;
	}
	.ten_details_content .tab_list .tab_title i{
		right:0;
	}
	.ten_details_content .tab_list li .tab_title span svg,
	.ten_details_content .tab_list .tab_title i svg {
		width: 12px;
		height: 12px;
	}
	.ten_details_content .tab_details{
		padding:10px;
	}
	/*询盘表单*/
	.ten_inquiry_pro {
		padding: 20px 0;
		background: #f5f5f5;
	}
	/*相关产品*/
	.ten_related_pro {
		padding: 20px 0;
	}
	.ten_related_pro .related_pro_list ul {
		margin-left: -5px;
		margin-right: -5px;
		margin-top: 10px;
		overflow: inherit;
		flex-wrap: wrap;
		padding: 5px 0;
	}
	.ten_related_pro .related_pro_list li {
		flex: 0 0 50%;
		width: 50%;
		padding: 5px;
	}
	.ten_related_pro .related_pro_list li .related_title h3 {
		font-size: 14px;
		line-height: 1.4;
		padding:0 10px;margin-top: 10px;
	}
}