.accessories-a{
	max-width: 1200px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin:0px auto 0;
	
}
.solution-f3{
	margin-top: 0px;
}
.accessories{
	padding-top:0px;
	padding-bottom:0px;
	
}
.solution-f3-lt {
    width: 50%;
    float: left;
    height: 458px;
    background: no-repeat center;
}
.solution-f3-rt{
	width: 50%;
	height: 458px;
	background: #fff;
	float: left;
	padding: 0 5%;
	position: relative;
	transition: all .3s; 
   -webkit-transition: all .3s;
}
.solution-f3 li:nth-child(2n+0) .solution-f3-lt{
	float: right;
}
.solution-f3 li:hover .solution-f3-rt{
	background: #333333;
	transition: all .3s; 
   -webkit-transition: all .3s;
}
.solution-f3-b{
	font-size: 28px;
	line-height: 1;
	margin-top: 30px;
	    font-family: "方正兰亭黑";
	transition: all .3s; 
   -webkit-transition: all .3s;
}
.solution-f3-c{
	width: 25px;
	height: 2px;
	background: #222;
	margin: 15px 0 12px 0;
	transition: all .3s; 
   -webkit-transition: all .3s;
}
.solution-f3-d{
	font-size: 18px;
	line-height: 28px;
	transition: all .3s; 
   -webkit-transition: all .3s;
}
/*.solution-f3 li:hover .solution-f3-b{
	color: #fff;
	transition: all .3s; 
   -webkit-transition: all .3s;
}
.solution-f3 li:hover .solution-f3-c{
    background: #fff;
    transition: all .3s; 
   -webkit-transition: all .3s;
}
.solution-f3 li:hover .solution-f3-d{
	color: #fff;  
	transition: all .3s; 
   -webkit-transition: all .3s;
}*/
.solution-f3 li:nth-child(2n+0) .solution-f3-lt{
	float: right;
}

.accessories .solution-f3 li{
	height:330px;
	overflow: hidden;
	
}
.accessories .solution-f3-lt{
	height: 330px;
	
	
}
.accessories .solution-f3-rt{
	height: 330px;
}
.accessories .solution-f3-cont{
	padding-top:90px;
	max-width: 420px;
		
}
.accessories .solution-f3-b{
	line-height:32px;
}
.accessories .solution-f3-c{
	background: #666;
	height: 1px;
}
.accessories .solution-f3-d{
	color: #666;
	font-size: 24px;
	line-height: 35px;
}
@media (max-width: 1500px) {
	.accessories .solution-f3 li{
		height: 500px;
	}
	.accessories .solution-f3-rt{
		height: 500px;
	}
	.accessories .solution-f3-lt{
		height: 500px;
	}
}
@media (max-width: 1250px) {
	.accessories .solution-f3 li{
		height: 450px;
	}
	.accessories .solution-f3-rt{
		height: 450px;
	}
	.accessories .solution-f3-lt{
		height: 450px;
	}
}
@media (max-width: 1023px) {
	.accessories .solution-f3 li{
		height: initial;
	}
	.accessories .solution-f3-lt{
		width: 100%;
		height: 400px;
	}
	.accessories .solution-f3-rt{
		width: 100%;
		height: 400px;
	}
	.accessories .solution-f3-cont{
		padding-top: 50px;
	}
	.solution-f3-lt{
		width: 100%;
	}
}
@media (max-width: 767px) {
	.accessories{
		padding-top: .8rem;
		padding-bottom: 1rem;
	}
	.accessories-a{
		font-size: .3rem;
		line-height: .5rem;
		margin-top: .2rem;
	}
	.accessories .solution-f3{
		margin-top: .4rem;
	}
	.accessories .solution-f3-lt{
		height: 4rem;
	}
	.accessories .solution-f3-rt{
		height: initial;
		padding-bottom: 1rem;
	}
	.accessories .solution-f3-cont{
		padding-top: .4rem;
	}
	.accessories .solution-f3-b{
		font-size: .4rem;
		line-height: .5rem;
		font-weight: bold;
		margin-top: 0;
	}
	.accessories .solution-f3-c{
		margin: .2rem 0;
	}
	.accessories .solution-f3-d{
		font-size: .3rem;
		line-height: .5rem;
	}
	.solution-f3-lt{
		height: 4rem;
	}
	.solution-f3{
		margin-top: .55rem;
	}
}