.msg-list {
	padding: 15px;
	background-color: #fff;
}

.msg-list div {
	border-bottom: 1px solid #ededed;
	padding: 10px 15px
}

.msg-list div text {
	color: #666
}

.about-container {
	margin-top: 15px;
	padding: 0 30px 20px 30px;
	background-color: #fff;
}

.about-container .title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative
}

.about-container .title div {
	background: #fff;
	display: inline-block;
	padding: 0 7.5px;
	position: relative
}

.about-container .title:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #ededed;
	position: absolute;
	top: 49%;
	left: 0
}

.about-container .about-content {
	margin-top: 10px;
	line-height: 2.2
}

.honor .eva-box-list {
	margin-top: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	text-align: center;
}
.honor .eva-box-list .img-box{
	height: auto;
}
.honor .eva-box-list  p {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.honor .eva-box-list img {
	display: block;
}

.honor .eva-box-list:nth-child(1),
.honor .eva-box-list:nth-child(2) {
	margin-top: 0;
}

.zhanwei {
	height: 15px;
}

/* .corner{
	padding:20px 30px;
}
 */
.corner .swiper-slide {
	padding: 15px;
	padding-bottom: 35px;
}

.corner .swiper-slide .img-box {
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.corner img {
	display: block;
}

.conner-nav {
	padding: 0 30px;
	margin-top: 15px;
}

.conner-nav li {
	width: 25%;
	text-align: center;
	position: relative;
}

.conner-nav li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 40%;
	right: 0;
	top: 35%;
	background-color: #ececec;
}

.conner-nav li:last-child:after {
	display: none;
}

.conner-nav li span {
	border-bottom: 2px solid #fff;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

.conner-nav li.on span {
	color: #e52f22;
	border-bottom: 2px solid #e52f22;
}

.shoawimg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 11111;
	opacity: 0;
	visibility: hidden;
	transition: 0.25s all;
}
.shoawimg.show{
	opacity: 1;
	visibility: visible;
}

.shoawimg .close {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	z-index: 9999999;
	border-radius: 30px;
	background-image: url(../images/close.png);

}
.shoawimg .img-warp{
	width: 98%;
	height: 80%;
	/* background-color: #fff; */
	position: absolute;
	top: 10%;
	left: 1%;
}

.shoawimg .img-warp img{
	max-width: 100%;
	max-height: 100%;
	transition: 0.2s all;
}


.tran{
	width: 40px;
	height: 40px;
	background-color: #fff;
	position: fixed;
	bottom: 10px;
	left: calc(50% - 20px);
	
}