@media only screen and (max-width: 950px) {
	.c_banner::before {
		z-index: 1;
	}

	.c_banner_img {
		position: absolute;
		left: 15px;
		right: 15px;
		width: calc(100% - 30px);
		height: 100%;
	}

	.c_banner_text,
	.c_banner_div {
		position: relative;
		left: 0;
		padding: 28px 15px 38px;
		transform: none;
		width: 100%;
	}
}


/* proHome_product */
.proHome_product {
	position: relative;
	background: linear-gradient(to bottom, #fff, #ECECEC);
	padding-bottom: 0.9rem;
}

.proHome_product_top {
	align-items: center;
}

.proHome_product .layout {
	z-index: 1;
}

.proHome_product_bg {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -0.4rem;
}

.proHome_product .bg_txt {
	position: absolute;
	left: 0;
	top: 3.5rem;
	z-index: 0;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.3rem;
	color: rgba(0, 0, 0, 0.1);
	font-weight: bold;
	display: none;
}

.proHome_product_inner {
	align-items: center;
}

.product_left {
	width: 38%;
}

.product_left .pro_pic {
	padding-bottom: 100%;
}

.product_left .title {
	line-height: 0.36rem;
	text-align: center;
	margin: 0.2rem 0 0.1rem;
	display: block;
	white-space: normal;
}

.product_left .title,
.product_left .title a {
	font-size: max(18px, 0.26rem);
	color: #3965DA;
	font-weight: bold;
}

.product_left .brief {
	line-height: 26px;
	color: #666;
	text-align: center;
}

.product_right {
	flex-wrap: wrap;
	width: 55%;
}

.pro_small_item {
	width: calc(50% - 16px);
	margin-bottom: 0.54rem;
	min-height: 0.8rem;
	position: relative;
	background: #e5e5e5;
	border-left: 4px solid #3965DA;
	padding-left: 1.3rem;
	z-index: 0;
	cursor: pointer;
}

.pro_small_item::before {
	background: #3965DA;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	content: '';
	transition: 1s;
	position: absolute;
	z-index: -1;
}

.pro_item_pic {
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	left: 0.1rem;
	top: 50%;
	transform: translateY(-50%);
}

.pro_item_pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.pro_small_item .title {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
	line-height: 0.8rem;
	padding: 10px;
}

.pro_small_item .title span {
	line-height: 28px;
}

.pro_small_item .title,
.pro_small_item .title a {
	color: #333;
	font-weight: bold;
	font-size: max(16px, 0.2rem);
	text-align: center;
}

.pro_small_item:hover .title {
	color: #fff;
}

.pro_small_item:hover .title a {
	color: #fff;
}

.pro_small_item:hover::before {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.pro_small_item {
		width: calc(50% - 9px);
	}

	.pro_small_item .title span {
		line-height: 22px;
	}
}

@media only screen and (max-width: 950px) {
	.proHome_product {
		padding-bottom: 10px;
		padding-top: 20px;
	}

	.proHome_product_top .c_sub_th {
		margin-top: 0;
	}

	.proHome_product_inner {
		flex-direction: column;
	}

	.product_left {
		width: 45%;
		width: 100%;
	}

	.product_right {
		width: 44%;
		width: 100%;
		margin-top: 28px;
	}

	.pro_item_pic {
		width: 56px;
		height: 56px;
	}

	.pro_small_item {
		width: 100%;
		width: 48%;
		height: 44px;
		margin-bottom: 34px;
		padding-left: 60px;
	}

	.pro_small_item .title span {
		line-height: 20px;
	}

	/* .product_right .pro_small_item:nth-child(n+4){display: none;} */
	.product_left .title {
		font-size: 18px;
	}

	.proHome_product .bg_txt {
		top: 21%;
		font-size: 36px;
		line-height: 1.25;
	}

	.pro_small_item .title,
	.pro_small_item .title a {
		font-size: 14px;
		font-weight: normal;
	}

	.pro_small_item .title {
		padding: 0 6px;
		line-height: 24px;
		height: 100%;
	}


}

/* proHome_about */
.about_inner {
	padding: 0.4rem 0 0.3rem;
}

.about_inner img {
	width: 100%;
}

@media only screen and (max-width: 950px) {
	.proHome_about {
		padding: 15px 0 0;
	}

	.about_inner {
		padding: 15px 0 0;
	}
}

/* proHome_case */
.proHome_case {
	background: url(../img/bac.png) no-repeat left center/100% 90%;
	padding: 1.3rem 0 0;
}

.proHome_case_inner {
	padding-left: 8.333%;
	padding-left: calc((100% - 1600px) / 2);
}

.case_item {
	padding-top: 0.3rem;
	position: relative;
}

.case_item .order {
	font-size: 0.66rem;
	line-height: 0.72rem;
	font-weight: bold;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	color: #fff;
	position: absolute;
	left: 0.24rem;
	top: -0.06rem;
	z-index: 5;
}

.case_item .pro_pic {
	padding-bottom: 125%;
	overflow: hidden;
	box-sizing: border-box;
	overflow: hidden;
	background: #eee;
}

.case_item .pro_pic img {
	transition: all 0.4s ease;
}

.case_item .case_txt {
	align-items: center;
	height: 0.68rem;
	line-height: 0.68rem;
	position: absolute;
	bottom: 0.3rem;
	background: #040e27;
	padding: 0 0.26rem;
	left: 0;
	width: 100%;
	z-index: 0;
}

.case_item .case_txt::before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #3965DA;
	content: '';
	transition: width 0.4s ease;
}

.case_item .title {
	text-align: left;
}

.case_item .title,
.case_item .title a {
	font-weight: bold;
	font-size: 22px;
	font-size: max(20px, 0.24rem);
	color: #fff;
	font-family: 'OPENSANS-SEMIBOLD';
}

.case_item .title {
	flex: 1;
}

.case_item .case_txt img {
	width: 24px;
	margin-left: 10px;
}

.case_item:hover .case_txt::before {
	width: 100%;
}

.case_item:hover .pro_pic img {
	transform: scale(1.05);
}

@media only screen and (max-width: 1700px) {
	.proHome_case_inner {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 950px) {
	.proHome_case_inner {
		padding-left: 15px;
	}

	.swiper_case {
		padding-right: 30px;
	}

	.proHome_case {
		padding-top: 1.1rem;
		background-size: auto 100%;
		padding-bottom: 60px;
		background-position: 21% top;
	}

	.case_item .case_txt img {
		width: 18px;
	}

	.case_item .title,
	.case_item .title a {
		font-size: 16px;
	}
}

/* proHome_faq */
.proHome_faq {
	padding: 0.2rem 0 0.3rem;
}

.faq_left {
	width: 46%;
	margin-top: 0.3rem;
}

.faq_right {
	width: 50%;
}

.proHome_faq_inner {
	position: relative;
}

.proHome_faq_inner .proHome_faq_bac {
	position: absolute;
	right: 0;
	width: 50%;
	top: -10px;
	z-index: 0;
	display: none;
}

.proHome_faq_inner .layout {
	align-items: center;
	width: 100%;
	padding: 20px 0 0;
	padding-left: 8.333%;
	padding-left: calc((100% - 1600px) / 2);
}

.proHome_faq_img {
	width: 100%;
}

@media only screen and (max-width: 1700px) {
	.proHome_faq_inner .layout {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 950px) {
	.proHome_faq {
		padding-top: 0;
		padding-bottom: 30px;
	}

	.proHome_faq .c_sub_th {
		margin-top: 0;
	}

	.proHome_faq_inner .layout {
		flex-wrap: wrap;
		padding-left: 15px;
		padding-top: 0;
	}

	.faq_left {
		width: 100%;
		margin-top: 0;
		padding-right: 15px;
	}

	.faq_right {
		width: 100%;
		margin-top: 15px;
	}

	.proHome_faq_inner .proHome_faq_bac {
		top: auto;
		bottom: 10px;
		width: calc(100% - 15px);
	}
}

/* proHome_news */
.proHome_news_bg {
	width: 100%;
}

.proHome_news {
	background: linear-gradient(to bottom, #f5f5f5, #fff);
	overflow: hidden;
}

.proHome_news .c_sub_th {
	margin-top: 0;
}

.proHome_news_inner {
	padding: 0.2rem 0 0.8rem;
	align-items: center;
}

.news_left {
	width: 61%;
}

.news_right {
	width: 37%;
}

.news_item {
	padding-bottom: 30px;
}

.news_item .pro_pic {
	padding-bottom: 59.7%;
	overflow: hidden;
	box-sizing: border-box;
}

.news_item .pro_pic img {
	transition: all 0.3s ease;
}

.news_item .title {
	margin: 6px 0 0;
	text-align: left;
	height: 52px;
}

.news_item .title,
.news_item .title a {
	font-weight: bold;
	line-height: 26px;
	font-size: 20px;
	font-size: max(20px, 0.22rem);
	font-family: 'OPENSANS-BOLD';
}

.news_item .c_more_btn {
	width: 1.6rem;
	min-width: 130px;
}

.news_item .c_more_btn a {
	width: 1.5rem;
	font-size: 18px;
	min-width: 120px;
}

.news_item:hover .pro_pic img {
	transform: scale(1.05);
}

.news_item:hover .title a {
	color: #3965DA;
}

.news_item:hover .c_more_btn a {
	background: #3965DA;
}

.news_item:hover .c_more_btn {
	border-color: #3965DA;
}

.news_item .date {
	color: #666;
	line-height: 24px;
	margin-top: 0.2rem;
}

.news_item .brief {
	margin: 6px 0 0.26rem;
	color: #333;
	line-height: 24px;
}

.news_left .news_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_left .news_item:last-child {
	margin-top: 12px;
	padding-bottom: 0;
}

.news_left .news_item .news_item_pic {
	width: 38%;
	margin-right: 0.26rem;
}

.news_item .news_info {
	flex: 1;
	padding-bottom: 10px;
}

.news_left .news_item .date {
	margin-top: 0;
}

.news_right .news_item .pro_pic {
	padding-bottom: 52.9%;
}

@media only screen and (max-width: 950px) {
	.proHome_news_inner {
		flex-wrap: wrap;
		padding: 0 0 30px;
	}

	.news_left {
		width: 100%;
	}

	.news_right {
		display: none;
		width: 100%;
	}

	.news_item {
		padding-bottom: 20px;
	}

	.news_left .news_item:last-child {
		margin-top: 0;
	}

	.news_item .brief {
		display: none;
	}

	.news_item .title {
		margin-bottom: 10px;
		margin-top: 0;
	}

	.news_item .title,
	.news_item .title a {
		font-size: 18px;
	}
}