/*pord*/
.prod {
	width: 80%;
	margin: auto;
}

.video {
	width: 100%;
	height: 500px;
}

.banner,
.banner img {
	width: 100%;
	min-height: 175px;
	vertical-align: middle;
	object-fit: cover;
}

.prod .row {
	margin: 0;
}

.bc_wit {
	background-color: #fff;
}

/*left*/
.pr_left {
	padding: 0;
	float: left;
}

.pr_ll {
	margin: 0;
	padding-bottom: 11px;
}

.pr_vid {
	cursor: pointer;
	padding-left: 7.5px;
	padding-right: 7.5px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.pr_vid video {
	width: 100%;
}

.pr_img {
	padding-left: 7.5px;
	padding-right: 7.5px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.pr_img img {
	width: 100%;
}

.pr_right {
	float: right;
	height: 100%;
}

.pr_rr {
	margin: 0;
}

.pr_rr .pr_im1 {
	padding-left: 0;
}

.pr_rr .pr_im1 img {
	width: 100%;
}

.pr_rr .pr_im2 {
	padding-left: 0;
	;
}

.pr_rr .pr_im2 img {
	width: 100%;
}

/*right*/
.pr_title {
	border-bottom: 1px solid #eeeeee;
	text-align: center;
}

.pr_title p {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.pr_title h3 {
	font-size: 35px;
	color: #222;
	display: block;
	text-transform: uppercase;
	padding: 10px 0;
}

.pr_title .aud {
	font-size: 24px;
	padding-bottom: 20px;
	color: #666;
}

.pr_color {
	text-align: center;
	padding: 10px 0;
}

.pr_color ul {
	padding: 10px 0;
}

.pr_color h4 {
	font-size: 16px;
	letter-spacing: 1px;
}

.pr_color ul li {
	width: 50px;
	height: 50px;
	margin: 0 5px;
	display: inline-block;
}

.pr_color ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.pr_color ul li a:hover {
	border: 1px solid #000;
}

.pr_color ul li a span {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
}

.pr_color ul li .pr_active {
	border: 1px solid #000;
	padding: 2px;
}

.pr_size {
	text-align: center;
	padding: 10px 0;
}

.pr_size ul {
	padding: 10px 0 0 0;
}

.pr_size h4 {
	font-size: 16px;
	letter-spacing: 1px;
}

.pr_size h4 a {
	color: #666;
	text-decoration: none;
}

.pr_size h4 a:hover {
	color: #C89203;
}

.pr_size ul li {
	margin: 5px;
	display: inline-block;
	border: 1px solid #eee;
	line-height: 40px;
}

.pr_size ul li a {
	width: 40px;
	height: 40px;
	color: #222;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: block;
	text-decoration: none;
}

.pr_size ul li:hover a {
	background-color: #222;
	color: #fff;
}

.pr_size .strikethrough {
	position: relative;
	color: #999;
	cursor: default !important;
	width: 40px;
	height: 40px;
}

.pr_size .strikethrough:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: #999;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.swiper-container-product {
	overflow: hidden;
}


.pr_options {
	margin-bottom: 10px;
}

.pr_options h4 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 20px 0 20px 0;
}

.pr_options ul {
	display: flex;
	flex-wrap: wrap;
}

.pr_options ul li {
	cursor: pointer;
	font-size: 14px;
	white-space: nowrap;
	padding: 8px 10px;
	border: 1px solid #eee;
	margin: 5px;
	border-radius: 4px;
}

.pr_options ul li:hover,
.pr_options ul li.pr_active {
	color: #FFF;
	background-color: #1F4F9D;
}

.img-responsive {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.proudct-detail {
	margin-top: 50px;
}

.table {
	font-size: 14px !important;
}


@media (max-width: 768px) {
	.table {
		font-size: 12px !important;
	}
}


































.pr_buy {
	text-align: center;
	padding: 10px 0;
}

.pr_buy a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #999;
	border-radius: 5px;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .9s;
	margin: 5px;
	text-decoration: none;
}

.pr_buy a:hover {
	background-color: #666;
}

.pr_buy .pr_buy_active {
	background-color: #21b2b5;
}

.pr_buy .pr_buy_active:hover {
	background-color: #C89203;
}

.pr_text {
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.pr_text ul li {
	padding-right: 15px;
	display: inline-block;
}

.pr_text ul li i {
	color: #999;
	font-size: 24px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.pr_text ul li i:hover {
	color: #000;
}

.pr_text2 {
	padding: 10px 0;
	text-align: left;
}

.pr_text2 p {
	color: #222;
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 1px;
}

.pr_text2 ul {
	padding-top: 10px;
}

.pr_text2 ul li {
	padding: 5px 0;
	text-transform: uppercase;
	color: #222;
	font-size: 16px;
}

.pr_text2 ul li span {
	padding-right: 10px;
}

/*bottom*/
.pr_more {
	width: 80%;
	margin: auto;
	padding-top: 40px;
}

.pr_more .pore_m1 {
	text-align: center;
}

.pr_more .pore_m1 h4 {
	font-size: 36px;
	color: #222;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.pr_more img {
	width: 100%;
}

.pr_more .pore_m2 {
	text-align: center;
}

.pr_more .pore_m2 .pore_text {
	width: 50%;
	text-align: center;
	margin: auto;
}

.pr_more .pore_m2 .pore_text h4 {
	font-size: 24px;
	color: #222;
	font-family: "Milibus";
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.pr_more .pore_m2 .pore_text p {
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
	line-height: 24px;
}

/*gengd*/
.pr_gengd {
	width: 80%;
	margin: auto;
	text-align: center;
	border-top: 1px solid #eee;
	padding: 40px 0;
}

.pr_gengd h3 {
	font-size: 24px;
	color: #222;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 40px;
}

.pr_gengd .panel-body {
	padding: 0;
	overflow: hidden;
	height: auto;
	overflow: hidden;
}

.pr_gengd .panel-body img {
	width: 180px;
	height: 160px;
	object-fit: cover;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .9s;
}

.pr_gengd .panel:hover .panel-body img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.pr_gengd .panel-footer {
	text-align: left;
}

.pr_gengd .panel-footer h4 {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.pr_gengd .panel-footer h4 a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #222;
}

.pr_gengd .panel-footer .pan_jg {
	color: #222;
	font-size: 16px;
}

.pr_gengd .panel-footer p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 48px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	line-height: 24px;
}

.pr_gengd .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: none;
}

.pr_gengd .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: none;
}

.pr_gengd .swiper-button-next,
.swiper-button-prev i {
	font-size: 24px;
	color: #222;
}

.pr_gengd .swiper-button-next,
.swiper-button-prev:focus {
	outline: none;
}

.pr_gengd .panel {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}

.pr_gengd .panel:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/*xiala*/
.men-l-b {
	width: 100%;
	margin-bottom: 50px;
}

.men-l-b li {
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
	padding: 10px 20px;
	background-color: #fafafa;
}

.men-l-bb {
	overflow: hidden;
	cursor: pointer;
}

.men-l-bb p {
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	float: left;
}

.men-l-bb i {
	font-size: 24px;
	display: block;
	float: right;
}

.men-l-bbb {
	display: block;
	padding: 10px 0px;
	color: #303133;
}

.men-l-bbb ol li {
	border: none;
	margin-top: 0;
	margin-bottom: 10px;
	box-shadow: none;
	display: flex;
	align-items: center;
}

.men-l-bbb ol li p {
	flex: 1;
	text-align: center
}

.men-l-bbb ol li span {
	display: block;
	line-height: 2;
}

.men-l-bbb h4 {
	font-size: 18px;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.men-l-bbb .men_p {
	font-size: 16px;
	color: #222;
	line-height: 28px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dcd0d0;
}

.men-l-bbb ol li img {
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.men_ul ul {
	padding: 5px 0;
}

.men_ul ul li {
	box-shadow: none;
	margin-bottom: 0;
	padding: 10px 0;
	color: #222;
}

.men_ul ul li i {
	padding-right: 10px;
}

.prod .swiper-pagination-bullet {
	transition: all 0.3s;
}

.prod .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 25px !important;
	border-radius: 5px;
}

table {
	width: 100% !important;
	font-weight: 500;
	background-color: #FFF;
}

table td[colspan="6"] {
	background-color: #F3F6F8;
}

/*table tr>:first-child:nth-last-child(3) {*/
/*	background-color: #F3F6F8;*/
/*}*/

/*table tr:has(:nth-child(3):last-child) > :first-child {*/
/*	background-color: #F3F6F8;*/
/*}*/

table tr td {
	border-color: #ddd !important;
	padding: 15px 20px !important;
}







.float_left {
	float: left;
}

.float_right {
	float: right;
}

.left {
	flex: 1;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}

.right {
	flex: 1;
	display: inline-block;
	margin: 0px 0 0 10px;
	cursor: pointer;

}

.right>img {
	vertical-align: text-bottom;
}

.bottom_box {
	border-top: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #999;
	background-color: #fff;
}

.float_left,
.float_right {
	flex: 1;
	overflow: hidden;
}

.float_right {
	justify-items: flex-end;
}

.bottom_box .home {
	margin: 0 10px;
}

.left,
.right {
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;

}

.left {
	justify-content: flex-start;
}

.right {
	justify-content: flex-end;
}

.left>img,
.right>img {
	width: 14px;
	margin: 0px 10px;
	cursor: pointer;
	vertical-align: text-bottom;
}

.left>span,
.right>span {
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.left:hover>span,
.right:hover>span {
	color: #1F4F9D;
}

.left .hover,
.right .hover,
.left:hover .default,
.right:hover .default {
	display: none;
}

.left:hover .hover,
.right:hover .hover {
	display: inline-block;
}

#left_click:hover,
#right_click:hover {
	color: #1F4F9D;
}











@media screen and (max-width: 1280px) {
	.row {
		margin: 0px;
	}

	.prod,
	.pr_more,
	.pr_gengd {
		width: 90%;
	}

	.pr_gengd .panel-footer h4 {
		font-size: 1rem !important;
	}
}

@media screen and (max-width:1200px) {
	.pr_right {
		padding-left: 0px;
		padding-right: 0px;
	}

	.pr_more .pore_m2 .pore_text {
		width: 100%;
	}

	.container-fluid {
		padding-left: 0px;
	}

	.pr_more {
		padding-bottom: 50px;
	}

	.pr_gengd .panel-footer h4 {
		font-size: 20px;
		padding-bottom: 5px;
	}

	.pr_gengd .panel-footer p {
		font-size: 14px;
	}

	.panel-footer {
		padding: 10px 15px;
	}

}


@media screen and (max-width: 768px) {
	table tr td {
		padding: 10px 5px !important;
	}

	.pr_title {
		font-size: 18px;
	}

	.pr_options h4 {
		text-align: center;
	}

	.pr_title h3 {
		font-size: 24px;
	}

	.pr_text2 p {
		font-size: 14px;
	}

	.men-l-bbb {
		padding: 0;
	}

	.men-l-bbb .table {
		font-size: 10px;
	}
}

@media screen and (max-width:500px) {
	.pr_gengd .panel-footer h4 {
		font-size: 14px;
		padding-bottom: 5px;
	}

	.pr_gengd .panel-footer p {
		font-size: 12px;
		line-height: 12px;
	}

	.panel-footer {
		padding: 10px 15px;
	}
}