.content .banner {
	width:100%;
	height:400px;
	background: url(../img/partner/partner@2x.png) no-repeat center;
	position:relative;
	background-size: cover;
}
.content .item-box{
	width: 1200px;
    padding: 60px 0;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}
.content .item-box>.title{
	font-size:24px;
	color:#333;
	padding-bottom:50px;
	text-align:center;
}
.content .item-box ul{
	float:left;
	width:20%;
}
.content .item-box ul li{
	width:100%;
	position:relative;
	padding-left:10px;
}
.content .item-box ul li img{
	display:block;
	width:220px;
	height:158px;
	margin:0 auto;
	background:#333;
}
.content .item-box ul li:nth-child(1){
	padding-left:0;
}
.content .item-box ul li:nth-child(2){
	color:#333;
	font-size:16px;
	padding:25px 0 25px 10px;
}
.content .item-box ul li:nth-child(3){
	padding-right:30px;
	color:rgba(51,51,51,.45);
	font-size:14px;
	line-height:1.5;
}
.content .item-box ul li:first-child .desc {
    position: absolute;
    top: 20px;
    left: 30px;
    line-height:1.5;
    z-index: 111;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.content .item-list{
	background:#f7f7f7;
	width:100%;
}
.content .ab02-item-list .item-box ul{
	width:33.33%;
}
.content .ab02-item-list .item-box li img{
	width:384px;
	height:274px;
}

/*PC绔牱寮忕粨鏉�*/
.m-banner{
	display:none;
}
.m-ability{
	display:none;
}
.m-banner-text{
	display:none;
}
.content .description p.m-info{
	display: none;
}
.content .m-item-box{
	display: none;
}
/*绉诲姩绔鏍峰紡寮�濮�*/
@media screen and (max-width: 1024px){
	.banner{
	display:none;
	}
	.m-banner-text{
	display:block;
	}
	.m-banner{
	display:block;
	height: 7.6rem;
	}
	.content .m-banner .inner .title .m-t2{
	font-size: 0.24rem;
	line-height: 2;
	}
	.content .description{
	padding: 0.8rem 0;
	}
	.content .description > p{
	width:100%;
	padding:0 0.3rem;
	font-size:0.24rem;
	color: #242a2e;
	}
	.content .description > p:first-child{
	font-size:0.48rem;
	margin-bottom:0.4rem;
	font-weight: 400;
	text-align: center;
	color: #242b2e;
	}
	.content .description p:not(:first-child){
	display: none;
	}
	.content .description p.m-info{
	display: block;
	font-weight: 500;
	line-height: 2;
	text-align: left;
	}
	.content .item-box{
	display: none;
	}
	.content .m-item-box{
	display: block;
	}
	.content .m-item-box>.title{
	font-size: 0.48rem;
    padding: 0.8rem 0;
    color: #232a2e;	
    text-align: center;
	}
	.content .m-item-box ul{
	width: 100%;
	padding: 0 0.3rem;
	}
	.content .m-item-box ul li:first-child{
	position: relative;
	}
	.content .m-item-box ul li:first-child .desc{
	position: absolute;
	top: 0.5rem;
	left:0.5rem;
	z-index: 111;
	color: #fff;
	font-size: 0.24rem;
	font-weight: 500;
	}
	.content .m-item-box ul li:first-child .desc p{
	line-height: 1.7;
	}
	.content .m-item-box ul li img{
	width: 6.9rem;
	height: 4.9rem;
	}
	.content .m-item-box ul li:nth-child(2){
	font-size: .26rem;
	color: #232a2e;
    padding: 0.42rem 0 0.24rem 0;
	}
	.content .m-item-box ul li:nth-child(3){
	 padding: 0;
	 padding-bottom: 0.96rem;
	 font-size: 0.24rem;
	 color: #787777;
	 line-height: 1.7;
	}
	.sec-4{
	display: none;
	}
}
/*移动端样式结束*/