#byProduct {
	padding: 104px 0 233px 0;
	background-image: url(../img/index/bg3.png);
	background-repeat: no-repeat;
    background-position: center;
}
#byProduct .box_pro{
	width: 57.61%;
}

#byProduct ul {
	display: flex;
	justify-content: center;
}

#byProduct li {
	margin-right: 34px;
}
#byProduct li:nth-child(3n){
	margin-right: 0;
}
#byProduct .pr1 {
	/* width: 346px; */
	/* height: 394px; */
	width: 100%;
	background: #FFFFFF;
	border-radius: 0px 20px 0px 20px;
    transition: all 0.6s;
}

#byProduct .pr1:hover{
    box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.1);
}

#byProduct .pr1 .pr1_1 {
	/* height: 284px; */
	width: 100%;
	border-top-right-radius: 6%;
	overflow: hidden;
}

#byProduct .pr1 .pr1_1:hover img{
	transform: scale(1.1,1.1);
	transition: all 0.6s;
}

#byProduct .pr1 .pr1_2 {
	font-family: Source Han Sans SC;
	/* padding: 0 26px; */
	padding: 0 26px 46px 26px;
}

#byProduct .pr1 .pr1_2_1 {
	/* height: 19px; */
	font-size: 20px;
	font-weight: 400;
	margin: 20px 0 15px 0;
	color: #222222;
}

#byProduct .pr1 .pr1_2_1:hover{
    color: #B22024;
}

#byProduct .pr1 .pr1_2_2 {
	/* height: 14px; */
	font-size: 14px;
    line-height: 25px;
	font-weight: 300;
	color: rgba(34, 34, 34, 0.65);
}


/* 移动端服务产品 */
/* 移动端新产品 */
.yProduct {
	font-size: 13px;
	font-family: Source Han Sans SC;
	background-image: url(../img/index/bg3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.yProduct .yProduct_1 {
	font-weight: 500;
	color: #B22024;
	padding: 33px 0 9px 13px;
	border-bottom: 1px solid #E4E4E4;
}

.yProduct .yProduct_2 ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 26px 0 60px 0;
	margin: 0;
}

.yProduct .yProduct_2 .yProduct_2_1 {
	display: flex;
	width: 352px;
	color: #363636;
	margin-bottom: 9px;
	background-color: #F4F4F4;
	font-family: Source Han Sans SC;
}

.yProduct .yProduct_2 .yProduct_2_1 .yProduct_2_1_1 {
	padding: 20px 13px 0 21px;
}

.yProduct .yProduct_2_1_1_1 {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
}

.yProduct .yProduct_2_1_1_2 {
	font-size: 11px;
	padding: 8px 0 19px 0;
	font-weight: 300;
}

.yProduct .yProduct_2 img {
	width: 175px;
	height: 141px;
}

.yProduct .yProduct_2 .yProduct_2_1 .yProduct_2_1_1 img {
	width: 14px;
	height: 11px;
}


/* 媒体查询 */

@media  screen and (max-width:1800px) {
	#byProduct .box_pro{
		width: 66%;
	}
}

@media  screen and (max-width:1200px) {
	#byProduct .box_pro{
		width: 87%;
	}
}
