/* 产品页面样式 */


/* 列表页 start */
.product_tit {
    text-align: center;
}
.product_tit h3 {
    font-size: 42px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #111111;
    line-height: 1.5;
}

/* 产品优势 */
.page_pro_adv {
	padding: 60px 0 7.8%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pro_adv_uls {
	margin-top: 5%;
}
.pro_adv_uls ul {
	justify-content: space-between;
	align-items: unset;
	flex-wrap: wrap;
}
.pro_adv_uls li {
	width: 31.25%;
}
.pro_adv_uls li:nth-child(n+4) {
	margin-top: 3%;
}
.pro_adv_uls li a {
	display: block;
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 0 10px 0 #c6c7c7;
	overflow: hidden;
	padding: 7% 7.6% 10%;
	height: 100%;
	transition: 0.3s ease;
}
.pro_adv_uls li a:hover {
	box-shadow: 0 0 10px 0 #bf1920;
}
.pro_adv_uls li h4 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 2.2;
	color: #111111;
	transition: 0.3s ease;
}
.pro_adv_uls li a:hover h4 {
	color: #bf1920;
}
.pro_adv_uls li h4 img {
	display: block;
	width: 2.2em;
	height: 2.2em;
	margin-right: 1.15em;
	object-fit: contain;
}
.pro_adv_uls li .sums {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: 0px;
	color: #666666;
	text-align: justify;
	margin-top: 1.2em;
}


/* 推荐产品 */
.page_pro_rec {
	padding: 60px 0 100px;
}
.pro_rec_uls {
	margin-top: 4.2%;
}
.pro_rec_uls li {}
.pro_rec_uls li a {
	display: block;
}
.pro_rec_uls li .imgs {
	/*padding-top: calc(445 / 385 * 100%);*/
}
.pro_rec_uls li .text {
	padding: 4.2% 0 0;
}
.pro_rec_uls li .text h4 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 1.5;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.pro_rec_uls li:hover .text h4{
    color: #bf1920;
}
.pro_rec_uls li .text .sums {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	line-height: 1.5;
	height: 1.5em;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 0.5em;
}
.pro_rec_uls li .text .bts {
	width: 8.9em;
	background-color: #bf1920;
	border-radius: 2px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	line-height: 2.5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3%;
}
.pro_rec_uls li .text .bts::after {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("//cdn.myxypt.com/2c285895/24/08/529c0fc8ff88eaf9a004fe3767d5092950c2ccab.png");
	display: block;
	width: calc(17 / 16 * 1em);
	height: 1em;
	margin-left: 1.8em;
}



@media (max-width: 1650px) {
	.product_tit h3 {
		font-size: 2.5vw;
	}

	.page_pro_adv {
		padding: 3.6% 0 7.8%;
	}
	.pro_adv_uls {
		margin-top: 4%;
	}
	.pro_adv_uls li h4 {
		font-size: 1.6vw;
	}
	.pro_adv_uls li h4 img {
		margin-right: 1em;
	}
	.pro_adv_uls li .sums {
		margin-top: 1.1em;
	}

	
	.page_pro_rec {
		padding: 3.6% 0 6%;
	}
	.pro_rec_uls li .text .bts {
		font-size: 15px;
	}
	.pro_rec_uls li .text .bts::after {
		margin-left: 1.5em;
	}
}
@media (max-width: 1500px) {
	.pro_rec_uls li .text .bts {
		font-size: 14px;
	}
}
@media (max-width: 1200px) {
	.product_tit h3 {
		font-size: 32px;
	}
	.page_pro_adv {
		padding: 42px 0 60px;
	}
	.pro_adv_uls {
		margin-top: 32px;
	}
	.pro_adv_uls li {
		width: 48.5%;
	}
	.pro_adv_uls li:nth-child(n+3) {
		margin-top: 3%;
	}
	.pro_adv_uls li a {
		padding: 20px;
	}
	.pro_adv_uls li h4 {
		font-size: 20px;
	}
	.pro_adv_uls li h4 img {
		margin-right: 0.8em;
	}
	.pro_adv_uls li .sums {
		font-size: 15px;
		margin-top: 1em;
	}

	
	.page_pro_rec {
		padding: 42px 0 60px;
	}
	.pro_rec_uls {
		margin-top: 36px;
	}
	.pro_rec_uls li .text {
		padding-top: 18px;
	}
	.pro_rec_uls li .text h4 {
		font-size: 17px;
	}
	.pro_rec_uls li .text .sums {
		font-size: 15px;
	}
	.pro_rec_uls li .text .bts {
		font-size: 13px;
	}
	.pro_rec_uls li .text .bts::after {
		margin-left: 1.2em;
	}
}
@media (max-width: 990px) {
	.product_tit h3 {
		font-size: 28px;
	}

	.page_pro_adv {
		padding: 40px 0 50px;
	}
	.pro_adv_uls li h4 {
		font-size: 18px;
	}

	.page_pro_rec {
		padding: 40px 0 50px;
	}
	.pro_rec_uls {
		margin-top: 32px;
	}
	.pro_rec_uls li .text {
		padding-top: 16px;
	}
	.pro_rec_uls li .text .sums {
		font-size: 14px;
	}
	.pro_rec_uls li .text .bts {
		font-size: 12px;
	}
	.pro_rec_uls li .text .bts::after {
		margin-left: 1em;
	}
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
	.product_tit h3 {
		font-size: 24px;
	}
	.page_pro_adv {
		padding: 32px 0 40px;
	}
	.pro_adv_uls {
		margin-top: 24px;
	}
	.pro_adv_uls li {
		width: 100%;
	}
	.pro_adv_uls li:nth-child(n+2) {
		margin-top: 20px;
	}
	.pro_adv_uls li h4 {
		font-size: 17px;
	}
	.pro_adv_uls li .sums {
		font-size: 14px;
	}

	.page_pro_rec {
		padding: 32px 0 40px;
	}
	.pro_rec_uls {
		margin-top: 24px;
	}
}
@media (max-width: 350px) {
	.pro_adv_uls li .sums {
		font-size: 13px;
		margin-top: 0.8em;
	}
}

/* 列表页 end */

/* 详情页 start */

@media (max-width: 1650px) {
}
@media (max-width: 1500px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}


/* 详情页 end */