/**************公用***************/

.layui-laypage a, .layui-laypage span{

	background: #f0f0f0;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	margin-right: 10px;
}
.layui-laypage .layui-laypage-curr{
	margin-right: 10px;
}
.mobile-body-main-box{
	display: none;
}
.section-title{
	font-size: 48px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 700;
	color: #000000;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
/************banner************/
.section-banner{
	background:url("https://ec-img.eccang.com/www/eccang/img/2022/09/19/eccang_1663576895.jpg") no-repeat center;
	background-size:100% 560px;
	height:560px;
	display:flex;
	align-items: center;
}
.section-banner .title-1{
	height: 64px;
	font-weight: 600;
	font-size: 48px;
	color: #3073FF;
}
.section-banner .title-2{
	font-weight: 400;
	font-size: 48px;
	color: #3D3D3D;
}
/************公共栏目************/
.section-nav-box ul{
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
	display: flex;
	margin-top: 100px;
	overflow: hidden;
}
.section-nav-box ul li{
	text-align: center;
	width: 16.66%;
	line-height: 55px;
}

.section-nav-box ul li a{
	width: 100%;
	display: inline-block;
	color: #000000;
	font-size: 18px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
}
.section-nav-box ul li.active a{
	background: #2a7de1;
	color: #ffffff;
}
.section-nav-box ul li:hover a{
	background: #2a7de1;
	color: #ffffff;
}

.section-honor-box .honor-main-box ul{
	display: flex;
	flex-wrap: wrap;
}
.section-honor-box .honor-main-box ul li{
	width: 30%;
	border-radius: 8px;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.10);
	display: flex;
	text-align: center;
	margin-right: 5%;
	margin-bottom: 45px;
	flex-direction: column;
	justify-content: space-between;
}
.section-honor-box .honor-main-box ul li:nth-child(3n){
	margin-right: 0;
}

.section-honor-box .honor-main-box ul li .img-box{
	width: 100%;
	padding: 10px 20px;
}
.section-honor-box .honor-main-box ul li .img-box img{
	width: 100%;
}
.section-honor-box .honor-main-box ul li .title-box{
	padding-top: 18px;
	height: 75px;
	font-size: 18px;
	padding: 10px 30px 0 30px;
}
.section-honor-box #page{
	text-align: center;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 120px;
}
.section-honor-box #page .layui-laypage a:hover{
	color: unset;
}
.section-honor-box #page .layui-laypage-next,.section-honor-box #page .layui-laypage-prev{
	color: rgba(128,128,128,1);
}