.business{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding-bottom: 4.875rem;
}
.business .container{
	background-color: #f7f7f7;
	padding: 0;
}
.business-box{
	width: 100%;
	height: 29.25rem;
	margin-top: 2rem;
}
.business-img{
	width: 31rem;
	height: 100%;
	float: left;
}
.business .mixer_plate{
	width: 14.5rem;
	height: 100%;
	position: initial;
	float: left;
}
.business .mixer_plate ul{
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items:flex-start;
}
.business .mixer_plate ul li{
	width: 14rem;
	height: calc(100% / 3);
}
.business .mixer_plate ul li:hover{
    width: 14.5rem;
    height: calc(100% / 3);
}
.business .mixer_plate ul li.mixer_active{
	width: 14.5rem;
    height: calc(100% / 3);
}
.business .mixer_deputy{
	padding: 1.688rem 2.688rem 0.5rem 2.688rem;
	position: relative;
}
.business .mixer_plate ul li:hover .mixer_deputy{
	padding: 1.688rem 2.688rem 0.5rem 2.688rem;
}
.business .mixer_plate ul li.mixer_active .mixer_deputy{
	padding: 1.688rem 2.688rem 0.5rem 2.688rem;
}
.business .mixer_deputy p:nth-child(1){
	border-bottom: 0;
}
.business .mixer_deputy i.iconfont{
	display: none;
	transition: all 0.5s;
	transform: rotate(180deg);
}
.business .mixer_plate ul li:hover .mixer_deputy i.iconfont{
	display: inline-block;
	width: 1.188rem;
	height: 1.188rem;
	position: absolute;
	font-size: 1.4rem;
	right: 1.5rem;
	top: 50%;
}
.business .mixer_plate ul li.mixer_active .mixer_deputy i.iconfont{
	display: inline-block;
	width: 1.188rem;
	height: 1.188rem;
	position: absolute;
	font-size: 1.4rem;
	right: 1.5rem;
	top: 50%;
}
.business-txt{
	width: calc(100% - 47.5rem);
	height: 100%;
	float: right;
}
.business-txt-item{
	width: 100%;
	height: 100%;
	padding: 2.875rem 2.563rem 1.875rem 0.625rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	display: none;
}
.business-txt .business-txt-item:nth-child(1){
	display: flex;
}
.business-txt-item p:nth-child(1){
	font-size: 1.875rem;
	height: 1.875rem;
	line-height: 1.875rem;
	letter-spacing: 0.075rem;
	color: #333333;
	text-align: center;
}
.business-txt-item p:nth-child(2){
	font-size: 0.875rem;
	height: auto;
	line-height: 1.919rem;
	letter-spacing: -0.019rem;
	color: #999999;
	text-align: center;
	margin-bottom: 2.5rem;
}
.business-txt-item p:nth-child(3){
	font-size: 1rem;
	height: auto;
	line-height: 1.919rem;
	letter-spacing: -0.019rem;
	color: #666666;
	text-align: justify;
	margin-bottom: 1.688rem;
}
.business-txt-item p:last-child{
	/* text-align: right; */
}
.business-txt-item p:last-child a{
	color: #fe4901;
	border-color: #fe4901;
}
.business-txt-item p:last-child a i.iconfont{
	color: #fe4901;
}
.business-wl,.business-wy{
	display: none;
}
.breadnav-chain-only{
	/* background-color: #f6f6f6; */
}
.resp{
	width: 100%;
	height: auto;
	background-color: #F6F6F6;
	padding-bottom: 1.875rem;
}
.resp-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.resp-list ul{
	width: 100%;
	height: 100%;
}
.resp-list ul li{
	overflow: hidden;
	width: 100%;
	height: 25.375rem;
	display: flex;
	padding-bottom: 1.875rem;
}
.resp-headpic{
	overflow: hidden;
	width: 41.875rem;
	height: 100%;
}
.resp-txt{
	width: calc(100% - 41.875rem);
	height: 100%;
	padding: 2.125rem 3rem 2.5rem 3rem;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}
.resp-txt p:nth-child(1){
	margin-top: 2.563rem;
	font-size: 1.25rem;
	height: 1.25rem;
	letter-spacing: 0.05rem;
	color: #333333;
	font-weight: 600;
	margin-bottom: 2rem;
}
.resp-txt p:nth-child(2){
	font-size: 1rem;
	height: auto;
	line-height: 1.544rem;
	letter-spacing: 0.1rem;
	color: #666666;
	margin-bottom: 2rem;
}
.resp-txt p:nth-child(3) a{
	color: #fe4901;
	border-color: #fe4901;
}
.resp-txt p:nth-child(3) a i.iconfont{
	color: #fe4901;
}
.resp-txt>span{
	display: inline-block;
	font-size: 4.375rem;
	height: 4.375rem;
	line-height: 4.375rem;
	letter-spacing: 0.525rem;
	color: #ff733b;
	opacity: 0.2;
	position: absolute;
	top: 2.125rem;
	right: 3rem;
	font-weight: 600;
}
.coloreven{
	color: #818286 !important;
	opacity: 0.2;
}
@media (max-width:1472px) {
	.business .mixer_deputy,.business .mixer_plate ul li:hover .mixer_deputy{
	    padding: 1.688rem 0.5rem 0.5rem 0.5rem;
	}
	
}
@media (min-width:100px) and (max-width:1023px) {
	.business{
		padding-bottom: 1rem;
	}
	.business-box{
		height: auto;
	}
	.business-img{
		width: 100%;
		height: 12rem;
		float: initial;
	}
	.business .mixer_plate{
		width: 100%;
		height: auto;
		float: initial;
	}
	.business .mixer_plate ul{
		flex-direction: initial;
		
	}
	.business .mixer_plate ul li{
		width: 33.33%;
		height: auto;
	}
	.business .mixer_plate ul li.mixer_active{
		width: 33.33%;
	}
	.business .mixer_deputy{
		padding: 0.5rem;
	}
	.business .mixer_plate ul li.mixer_active .mixer_deputy{
		padding: 1.5rem 0.5rem;
	}
	.business .mixer_plate ul li.mixer_active .mixer_deputy i.iconfont{
		display: none;
	}
	.business .mixer_deputy p:nth-child(1){
		height: auto;
		flex-direction: column;
		justify-content: center;
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.business .mixer_deputy p:nth-child(2){
		height: 2rem;
		line-height: 1rem;
		font-size: 0.875rem;
		display: none;
	}
	.business .mixer_deputy p:nth-child(1)>img{
		width: 2rem;
		height: 1.438rem;
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
	.business .mixer_plate ul li:hover .mixer_deputy i.iconfont{
		display: none;
	}
	.business .mixer_deputy, .business .mixer_plate ul li:hover .mixer_deputy{
		padding: 1.5rem 0.5rem;
	}
	.business .mixer_plate ul li:hover{
		width: calc(33.33% + 2rem);
	}
	.business-txt{
		width: 100%;
		height: auto;
		float: initial;
	}
	.business-txt-item{
		padding: 1rem;
	}
	.business-txt-item p:nth-child(1){
		font-size: 1.2rem;
		line-height: 1.2rem;
		height: 1.2rem;
	}
	.business-txt-item p:nth-child(2){
		margin-bottom: 1rem;
	}
	.business-txt-item p:nth-child(3){
		font-size: 0.875rem;
		line-height: 1.4rem;
		text-indent: 2rem;
		margin-bottom: 1rem;
	}
	.business-txt-item p:last-child{
		text-align: center;
	}
	.breadnav{
		padding-bottom: 0;
	}
	.resp{
		padding: 1rem 0;
	}
	.resp-list ul li{
		flex-direction: column;
		height: auto;
	}
	.resp-headpic{
		width: 100%;
		height: auto;
	}
	.resp-txt{
		width: 100%;
		padding: 1rem;
		order: 2;
	}
	.resp-txt p:nth-child(1){
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		font-size: 1.2rem;
		height: 1.6rem;
		line-height: 1.6rem;
	}
	.resp-txt p:nth-child(2){
		font-size: 0.875rem;
		height: auto;
		line-height: 1.2rem;
		margin-bottom: 0.5rem;
	}
	.resp-txt p:nth-child(3){
		text-align: right;
	}
	.resp-txt>span{
		font-size: 3.75rem;
		top:initial;
		right: initial;
		bottom: 0rem;
		left: 1rem;
	}
}