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

.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 .img-box img{
	width: 100%;
}
/************公共栏目************/
.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: 33.33%;
	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;
	padding-bottom: 50px;
}
.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);
}

/****************图片弹窗******************/
.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 10px solid #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity = 50);
	z-index: 98;
	transition: all 1s;
	display: none
}

.bigbox {
	margin: 0 auto;
	/* overflow: hidden; */
}

.bigbox .imgbox {
	width: 265px;
	height: 185px;
	border: 1px solid #e4ecf3;
	/* overflow: hidden; */
	margin: 0 auto;
	padding: 10px 20px;
	position: relative;
	margin-bottom: 10px;
}

.bigbox .imgbox img {
	width: 100%;
	height: 100%;
}

.imgbox:hover {
	cursor: zoom-in
}

.mask:hover {
	cursor: zoom-out
}

.mask>img {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}

.mask>img:hover {
	cursor: pointer
}