.box{
	margin-top: 80px;
}
.mobox{
	display: none;
	margin: 0.8rem 0;
}
.title-box small{
	color:#555;
}
.floatl{
	float: left;
}
.floatr{
	float: right;
}
.lefttext{
	width: 380px;
}
.rightimg{
	width: 820px;
}
.rightimg img{
	width: 100%;
}
.yellow{
	color: #f9bd35;
}
.title-box{
	margin-bottom: 87px;
}
.lefttext p{
	line-height: 2;
	width: 300px;
}
.honorul{
	padding-left: 18px;
	margin-top: 50px;
	width: 282px;
}
.p555{
	color: #555;
}
.honorul li{
	list-style-type: disc;
	line-height: 2;
	color: #333;
	cursor: pointer;
}
.honorul li:hover{
	color: #2a90f5;
}			
.honorlist {
	/*background: url(../images/about/honorbg.png);
	background-size:100% 100%;
	padding:0.58rem 0.64rem;
	margin-bottom: 0.4rem;*/
}
.honorlist img{
	width: 2.92rem;
	height: 2.22rem;
}
.honorlist:nth-child(2n+1){
	float: left;
}
.honorlist:nth-child(2n){
	float: right;
}
.honorlist .imgbox{
	background: url(../images/about/honorbg.png);
    background-size: 100% 100%;
    padding: 0.58rem 0.64rem;
}
.honorlist .text{
	padding: 0.2rem;
	line-height: 1.5;
	text-align: center;
	color: #333;
	font-size: 0.36rem;
}
.maskimg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999999999;
	display: none;
}
.maskimg .inwrap{
	width: 60%;
	height: 80%;
	background: #000;
	position: absolute;
	left: 20%;
	top: 10%;
}
.maskimg .inwrap img{
	display: block;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
	.honorul{
		display: none;
	}
	.honorlist{
		width: 4.2rem;
	}
	.honorlist .text{
		height: 1.08rem;
	}
	.lefttext{
		width: 100%;
	}
	.lefttext p{
		width: 100%;
	}
	.box{
		margin-top: 0.5rem;
	}
	.rightimg{
		width: 100%;
	}
	.title-box{
		margin-bottom: 0.3rem;
	}
	.lefttext .j-h1{
		width: 100%;
		font-size: 0.42rem;
	}
	.title-box small{
		font-size: 0.28rem;
	}
	.p555{
		font-size: 0.36rem;
		margin-bottom: 0.3rem;
	}
	.mobox{
		display: block;
	}
	.content{
		padding: 0;
	}
}