@charset "utf-8";

.pro-section {
	padding-top: 3%;
	padding-bottom: 3%;
	max-width: 1440px;
	margin: 0 auto;
}

.pro-section p {
	line-height: 1.8;
}

.pro-section1,.pro-section7 {
	margin-top: 1.5%;
}

.pro-section1,.pro-section7 {
	background: url("../images/cureproductbgtag_m.png") #c81a1d no-repeat right center;
}

.pro-section1tag img {
	width: 50%
}

.pro-section1tag {
	display: none;
}

.pro-section2, .pro-section3, .pro-section4, .pro-section5 , .pro-section6 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.pro-section8 {
	padding-left: 5.625%;
	padding-right: 5.625%;
}

.pro-section2-m,.pro-section3-m,.pro-section4-m,.pro-section5-m,.pro-section6-m {
	display: none;
	background-size: cover;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
}

.mobile-iproduct-bg {
	display: none;
	background: #242323 url("../images/cureproductbgtag.png") no-repeat right center;
	background-size: 50%;
	height: 50px;
	position: absolute;
	width: 100%;
}

@media screen and (max-width: 1000px) {
	.pro-section1tag {
		display: block !important
	}

	.pro-section1,.pro-section7 {
		background: #c81a1d;
	}

	.pro-section8 {
		padding: 0 !important
	}

	.iproduct-item {
		width: 100% !important
	}

	.iproduct-item {
		margin-bottom: 50px !important;
	}

	.mobile-iproduct-bg {
		display: block;
	}

	.pro-section2,.pro-section3,.pro-section4,.pro-section5,.pro-section6 {
		display: none;
	}

	.pro-section2-m,.pro-section3-m,.pro-section4-m,.pro-section5-m,.pro-section6-m {
		display: block;
	}

	.pro-section-h {
		min-height: calc(60vh - 5px) !important;
	}
	
	.pro-section9 {
		min-height: 120px !important;
	}
}
.pro-section-h-1 {
		min-height: calc(60vh - 5px) !important;
	}
.pro-section-h-2{min-height: calc(60vh - 5px) !important;}
	.pro-section-h-3{min-height: calc(60vh - 5px) !important;}
	.pro-section-h-4{min-height: calc(60vh - 5px) !important;}
/*	.pro-section-h-2{min-height: calc(80vh - 50px);}
	.pro-section-h-3{min-height: calc(80vh - 50px);}
	.pro-section-h-4{min-height: calc(80vh - 50px);}*/
.iproduct-item {
	width: calc(50% - 4px);
	position: relative;
	margin-bottom: 8px;
}
.iproduct-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.iproduct-name {
	width: 248px;
	height: 248px;
	font-size: 40px;
	color: #FFF;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.iproduct-title {
	position: absolute;
	left: 0.2rem;
	bottom: 0.2rem;
}
.line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 1024px) {
	.iproduct-item:hover .iproduct-hover {
		opacity: 1;
	}
}
.pro-section9 {
	min-height: calc(50vh - 30px);
}
.pro-secion8-title {
	color: #F2AE11;
	font-weight: 500;
	line-height: 1.1;
}
.pro-secion8-title span {
	display: block;/*设置为块级元素会独占一行形成上下居中的效果*/
	color: #212121;
	position: relative;/*定位横线（当横线的父元素）*/
}

.pro-secion8-title span:before, .pro-secion8-title span:after {
	content: '';/*CSS伪类用法*/
	position: absolute;/*定位背景横线的位置*/
	top: 52%;
	background: #494949;/*宽和高做出来的背景横线*/
	width: 25%;
	height: 2px;
}

.pro-secion8-title span:before {
	left: 12%;/*调整背景横线的左右距离*/
}

.pro-secion8-title span:after {
	right: 12%;
}

.core-brand-product-list {
	max-width: 1100px;
	margin: 0 auto;
}

.core-brand-product-list ul {
	font-size: 0;
}

.core-brand-product-list ul li {
	width: 24.8%;
	flex-wrap: nowrap;
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
}

.core-brand-logo {
	border: 1px solid #BFBFBF;
	margin-left: 3.495%;
	margin-right: 3.495%;
	margin-bottom: 3.495%;
	padding: 3%;
	background: #fff;
	max-width: 250px;
}

.core-brand-logo img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}

.core-brand-product-list ul li .ore-brand-logo:nth-of-type(4n) {
	margin-right: 0;
}
/*默认*/
@media (min-width: 980px) and (max-width: 1199px) {
	.pro-secion8-title span:before {
		width: 18% !important;
		left: 10%;
	}

	.pro-section9 {
		min-height: calc(30vh - 30px);
	}

	.pro-secion8-title span:after {
		width: 18% !important;
		right: 10%;
	}
} 
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
 
	.pro-secion8-title span:before {
		width: 18% !important;
		left: 10%;
	}
	.pro-secion8-title span:after {
		width: 18% !important;
		right: 10%;
	}
} 
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
 
	.pro-secion8-title span:before {
		width: 18% !important;
		left: 10%;
	}
	.pro-secion8-title span:after {
		width: 18% !important;
		right: 10%;
	}
} 
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
	.pro-secion8-title span:before {
		width: 14% !important;
		left: 6%;
	}
	.pro-secion8-title span:after {
		width: 14% !important;
		right: 6%;
	}
}