@charset "utf-8";

@font-face {
	font-family: 'Roboto';
	/* 自定义字体名称 */
	src: url('../font/Roboto-Regular.ttf'),
		font-weight: normal;
	font-style: normal;
}

/* 内容2 */
.products_home2 {
	width: 100%;
	position: relative;
	padding-top: 1px;
}

.products_home2 .icon {
	position: absolute;
	top: 89px;
	left: 80px;
	width: 45.284px;
	height: 28.284px;
	flex-shrink: 0;

}

.products_home2 .inner {
	width: 1431px;
	margin: 72px auto 117px;
}

.products_home2 .inner .inner_tit {
	color: #333;
	font-family: Roboto;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 62px;
	/* 129.167% */
	padding-bottom: 42px;
	border-bottom: rgba(0, 0, 0, 0.10) solid 1px;
}

.products_home2 .inner .inner_content1 {
	display: flex;
	margin-top: 42px;
	flex-wrap: wrap;
}

.products_home2 .inner .inner_content1>div {
	padding: 16px 42px;
	align-items: center;
	gap: 10px;
	color: #333;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
	margin-right: 32px;
	background: #F6F9FC;
	transition: all 0.6s ease;
}

.products_home2 .inner .inner_content1 .selectItem {

	background: #D80C18;
}

.products_home2 .inner .inner_content1 .selectItem>a {

	color: #fff;
}

.products_home2 .inner .inner_content1>div:hover {
	padding: 16px 42px;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right: 32px;
	background: #D80C18;
}

.products_home2 .inner .inner_content1>div:hover>a {
	color: #fff;
}

.products_home2 .inner .inner_tit2 {
	margin-top: 42px;
	display: flex;
	flex-wrap: nowrap;
	/*align-items: center;*/
	padding: 1px 0;
	margin-bottom: 42px;
	
}

.products_home2 .inner .inner_tit2>img {
	display: inline-block;
	margin-right: 11px;
	/*vertical-align: center;*/
	margin-top: 16px;
	width: 14px;
	height: 1px;
	line-height: 36px;
}

.products_home2 .inner .inner_tit2>p {
	display: inline-block;
	color: #666;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	vertical-align: center;
}

.products_home2 .inner .inner_content2 {
	display: flex;
	margin: 0 -12px;
	flex-wrap: wrap;
}

.products_home2 .inner .inner_content2>a {
	width: 460px;
	height: 522px;
	flex-shrink: 0;
	margin: 0 12px 20px;
	border: 1px solid #CCC;
	background: #FFF;
}

/* .products_home2 .inner .inner_content2 .box {
	width: 460px;
	height: 522px;
	flex-shrink: 0;
	margin: 0 12px 20px;
	border: 1px solid #CCC;
	background: #FFF;
} */

.products_home2 .inner .inner_content2>a .box>img {
	width: 310px;
	height: 310px;
	display: block;
	margin: 40px auto 20px;
	transition: all 0.6s ease;
}

.products_home2 .inner .inner_content2>a .box:hover>img {
	transform: scale(1.2);

}

.products_home2 .inner .inner_content2>a .box .p1 {
	color: #333;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	z-index: 9;
}

.products_home2 .inner .inner_content2>a .box .p2 {
	color: #666;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin-top: 16px;
}

.products_home2 .inner .inner_content2>a .box .p3 {
	color: #999;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin-top: 34px;
}


.products_home2 .inner .inner_content2>a .box .p3:hover {
	color: #D80C18;

}

@media screen and (max-width: 767px) {

	/* 内容2 */
	.products_home2 {
		width: 100%;
		position: relative;
		padding-top: 1px;
	}

	.products_home2 .icon {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 45.284px;
		height: 28.284px;
		flex-shrink: 0;

	}

	.products_home2 .inner {
		width: 100%;
		margin: 50px auto 40px;
		padding: 0 10px;
		overflow: hidden;
	}

	.products_home2 .inner .inner_tit {
		color: #333;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		/* 129.167% */
		padding-bottom: 22px;
		border-bottom: rgba(0, 0, 0, 0.10) solid 1px;
	}

	.products_home2 .inner .inner_content1 {
		display: block;
		margin-top: 22px;

	}

	.products_home2 .inner .inner_content1>div {
		width: 100%;
		padding: 16px 42px;
		align-items: center;
		gap: 10px;
		color: #333;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-right: 0px;
		margin-bottom: 10px;
		background: #F6F9FC;
		transition: all 0.6s ease;
	}


	.products_home2 .inner .inner_content1>div:hover {
		width: 100%;
		padding: 16px 42px;
		align-items: center;
		gap: 10px;
		color: #fff;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-right: 32px;
		background: #D80C18;
	}

	.products_home2 .inner .inner_content1>div:hover>a {

		color: #fff;

	}

	.products_home2 .inner .inner_tit2 {
		margin-top: 42px;
		display: flex;
	/*align-items: center;*/
	padding: 1px 0;
		margin-bottom: 42px;
	}

	.products_home2 .inner .inner_tit2>img {
		display: inline-block;
		margin-right: 11px;
		vertical-align: center;
		width: 14px;
		height: 1px;
	}

	.products_home2 .inner .inner_tit2>p {
		flex: 1;
		display: inline-block;
		color: #666;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		vertical-align: center;
	}

	.products_home2 .inner .inner_content2 {
		display: block;
		margin: 0 -12px;
		padding: 0 10px;
	}

	.products_home2 .inner .inner_content2>a {
		width: 100%;
		height: 400px;
		flex-shrink: 0;
		margin: 0px;
		border: 1px solid #CCC;
		background: #FFF;
		margin-bottom: 10px;
		display: block;
	}

	/* .products_home2 .inner .inner_content2 .box {
		width: 100%;
		height: 400px;
		flex-shrink: 0;
		margin: 0px;
		border: 1px solid #CCC;
		background: #FFF;
		margin-bottom: 10px;
	} */

	.products_home2 .inner .inner_content2>a .box>img {
		width: 210px;
		height: 210px;
		display: block;
		margin: 20px auto 10px;
		transition: all 0.6s ease;
	}

	.products_home2 .inner .inner_content2>a .box:hover>img {
		transform: scale(1.2);

	}

	.products_home2 .inner .inner_content2>a .box .p1 {
		color: #333;
		text-align: center;
		font-family: "Microsoft YaHei";
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-align: center;
		z-index: 9;
	}

	.products_home2 .inner .inner_content2>a .box .p2 {
		color: #666;
		text-align: center;
		font-family: "Microsoft YaHei";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-align: center;
		margin-top: 16px;
	}

	.products_home2 .inner .inner_content2>a .box .p3 {
		color: #999;
		font-family: "Microsoft YaHei";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-align: center;
		margin-top: 34px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	/* 内容2 */
	.products_home2 {
		width: 100%;
		position: relative;
		padding-top: 1px;
	}

	.products_home2 .icon {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 45.284px;
		height: 28.284px;
		flex-shrink: 0;

	}

	.products_home2 .inner {
		width: 100%;
		margin: 50px auto 40px;
		padding: 0 10px;
	}

	.products_home2 .inner .inner_tit {
		color: #333;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		/* 129.167% */
		padding-bottom: 22px;
		border-bottom: rgba(0, 0, 0, 0.10) solid 1px;
	}

	.products_home2 .inner .inner_content1 {
		display: flex;
		margin: 0 0px;
		flex-wrap: wrap;
		margin-top: 10px;
		margin-right: -10px;

	}

	.products_home2 .inner .inner_content1>div {
		width: calc(50% - 10px);
		padding: 16px 42px;
		align-items: center;
		gap: 10px;
		color: #333;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-right: 10px;
		margin-bottom: 10px;
		/* margin: 0 5px 10px; */
		background: #F6F9FC;
		transition: all 0.6s ease;
	}

	.products_home2 .inner .inner_content1>div:hover {
		width: 100%;
		padding: 16px 42px;
		align-items: center;
		gap: 10px;
		color: #fff;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-right: 32px;
		background: #D80C18;
	}

	.products_home2 .inner .inner_tit2 {
		margin-top: 42px;
		display: flex;
	/*align-items: center;*/
	padding: 1px 0;
		margin-bottom: 42px;
	}

	.products_home2 .inner .inner_tit2>img {
		display: inline-block;
		margin-right: 11px;
		vertical-align: center;
		width: 14px;
		height: 1px;
	}

	.products_home2 .inner .inner_tit2>p {
		display: inline-block;
		color: #666;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		vertical-align: center;
	}

	.products_home2 .inner .inner_content2 {
		display: block;
		margin: 0 -12px;
		padding: 0 10px;
	}
	.products_home2 .inner .inner_content2>a {
		width: 100%;
		height: 400px;
		flex-shrink: 0;
		margin: 0px;
		border: 1px solid #CCC;
		background: #FFF;
		margin-bottom: 10px;
		display: block;
	}
	/* .products_home2 .inner .inner_content2 .box {
		width: 100%;
		height: 400px;
		flex-shrink: 0;
		margin: 0px;
		border: 1px solid #CCC;
		background: #FFF;
		margin-bottom: 10px;
	} */

	.products_home2 .inner .inner_content2>a .box>img {
		width: 210px;
		height: 210px;
		display: block;
		margin: 20px auto 10px;
		transition: all 0.6s ease;
	}

	.products_home2 .inner .inner_content2>a .box:hover>img {
		transform: scale(1.2);

	}

	.products_home2 .inner .inner_content2>a .box .p1 {
		color: #333;
		text-align: center;
		font-family: "Microsoft YaHei";
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-align: center;
		z-index: 9;
	}

	.products_home2 .inner .inner_content2>a .box .p2 {
		color: #666;
		text-align: center;
		font-family: "Microsoft YaHei";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-align: center;
		margin-top: 16px;
	}

	.products_home2 .inner .inner_content2>a .box .p3 {
		color: #999;
		font-family: "Microsoft YaHei";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-align: center;
		margin-top: 34px;
	}
}
@media screen  and (min-width: 1440px) and (max-width: 1680px) {
 
	.products_home2 .icon{
	    top: 40px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {

	/* 内容2 */
	.products_home2 {
		width: 100%;
		position: relative;
		padding-top: 1px;
	}

	.products_home2 .icon {
		position: absolute;
		top: 40px;
		left: 60px;
		width: 45.284px;
		height: 28.284px;
		flex-shrink: 0;

	}

	.products_home2 .inner {
		width: 90%;
		padding: 10px;
		margin: 72px auto 117px;
	}

	.products_home2 .inner .inner_tit {
		color: #333;
		font-family: Roboto;
		font-size: 48px;
		font-style: normal;
		font-weight: 700;
		line-height: 62px;
		/* 129.167% */
		padding-bottom: 42px;
		border-bottom: rgba(0, 0, 0, 0.10) solid 1px;
	}

	.products_home2 .inner .inner_content1 {
		display: flex;
		margin-top: 42px;

	}

	.products_home2 .inner .inner_content1>div {
		padding: 16px 42px;
		align-items: center;
		gap: 10px;
		color: #333;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-right: 32px;
		background: #F6F9FC;
		transition: all 0.6s ease;
	}

	.products_home2 .inner .inner_content1>div:hover {
		padding: 16px 42px;
		align-items: center;
		gap: 10px;
		color: #fff;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-right: 32px;
		background: #D80C18;
	}

	.products_home2 .inner .inner_tit2 {
		margin-top: 42px;
		display: flex;
	/*align-items: center;*/
	padding: 1px 0;
		margin-bottom: 42px;
		flex-wrap: nowrap;
	}

	.products_home2 .inner .inner_tit2>img {
		display: inline-block;
		margin-right: 11px;
		vertical-align: center;
		width: 14px;
		height: 1px;
	}

	.products_home2 .inner .inner_tit2>p {
		display: inline-block;
		color: #666;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		vertical-align: center;
	}

	.products_home2 .inner .inner_content2 {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -12px;
	}

	.products_home2 .inner .inner_content2>a {
		width: 31%;
		height: 522px;
		flex-shrink: 0;
		margin: 0 12px 20px;
		border: 1px solid #CCC;
		background: #FFF;
	}

	/* 	.products_home2 .inner .inner_content2>a .box {
		width: 31%;
		height: 522px;
		flex-shrink: 0;
		margin: 0 12px 20px;
		border: 1px solid #CCC;
		background: #FFF;
	} */

	.products_home2 .inner .inner_content2>a .box>img {
		width: 310px;
		height: 310px;
		display: block;
		margin: 40px auto 20px;
		transition: all 0.6s ease;
	}

	.products_home2 .inner .inner_content2>a .box:hover>img {
		transform: scale(1.2);

	}

	.products_home2 .inner .inner_content2>a .box .p1 {
		color: #333;
		text-align: center;
		font-family: "Microsoft YaHei";
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-align: center;
		z-index: 9;
	}

	.products_home2 .inner .inner_content2>a .box .p2 {
		color: #666;
		text-align: center;
		font-family: "Microsoft YaHei";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-align: center;
		margin-top: 16px;
	}

	.products_home2 .inner .inner_content2>a .box .p3 {
		color: #999;
		font-family: "Microsoft YaHei";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-align: center;
		margin-top: 34px;
	}
}