/**************公用***************/
.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: 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-partner-box{
	text-align: center;
}
.section-partner-box .partner-content-box{
	display: flex;
	background: #fbfbfb;
	margin-bottom: 30px;
}
.section-partner-box .partner-content-box .partner-swiper-main-box{
	position: relative;
	padding: 30px 40px 0px 40px;
	width: 74.5%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.section-partner-box .swiper-wrapper{
	height: unset;
}
.swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.section-partner-box .swiper-slide{
	height: initial;
	margin-top: 0px !important;
	margin-bottom: 20px;

}

.section-partner-box .swiper-slide .list-box{

	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.08);
	height: 100%;
	text-align: center;
	background: #ffffff;
	border-radius: 8px;
	padding: 40px 18px 18px 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
   position: relative;

}
.section-partner-box .swiper-slide .list-box .partner-tags{
	position:absolute;
	top:0;
	left: 0;
	text-align: left;
}
.section-partner-box .swiper-slide .list-box .partner-tags span{
	color: #ffffff;
	background: #4793EE;
	display: inline-block;
	border-radius: 8px 0 8px 0;
	margin-right: 2.5px;
	padding: 2px 4px;
	line-height: 24px;
}
.section-partner-box .partner-content-box .left-img-box{
	width: 25.5%;
}
.section-partner-box .partner-content-box .left-img-box img{
	width: 100%;
	max-width: 330px;
}

.section-partner-box .swiper-slide .content-box .img-box{
	text-align: center;
}
.section-partner-box .swiper-slide .content-box .img-box img{
	height: 68px;
}
.section-partner-box .swiper-slide .tag01{
	padding-top: 15px;
}
.section-partner-box .swiper-slide .tag01 span{
	height: 24px;
	min-width: 56px;
	background: #7db4f8;
	border-radius: 33px;
	font-size: 12px;
	font-weight: 700;
	text-align: LEFT;
	color: #ffffff;
	line-height: 18px;
	padding: 2.5px 4px;
	margin: 0 0.5px;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.section-partner-box .swiper-slide .tag02{
	padding-top: 8px;
}
.section-partner-box .swiper-slide .tag02 span{
	height: 24px;
	min-width: 56px;
	background: rgba(112,215,230,1);
	border-radius: 33px;
	font-size: 12px;
	font-weight: 700;
	text-align: LEFT;
	color: #ffffff;
	line-height: 18px;
	padding: 2.5px 4px;
	margin: 0 0.5px;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.section-partner-box .swiper-slide .desc-box{
	padding-top: 12px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-align: LEFT;
	color: #828282;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.section-partner-box .swiper-slide .btn-box{
	width: 152px;
	line-height: 36px;
	opacity: 1;
	border: 1px solid #2a7de1;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	color: #2a7de1;
	margin: 15px auto;
	position: relative;
}

.section-partner-box .swiper-slide .btn-box .qr-code{
	position: absolute;
	left: -15px;
	top: -195px;
	bottom: 0;
	right: 0;
	width: 186px;
	height: 188px;
	background: url(https://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/07/23/ec_1627007641.png);
	padding: 9px 14px 14px 8px;
	background-size: 100%;
	display: none;
}
.section-partner-box .swiper-slide .btn-box:hover .qr-code{
  display: block;
}
.section-partner-box .swiper-slide .btn-box .qr-code img{
	width: 100%;
	height: 100%;
}
.swiper-pagination{
	position: unset;
	padding-bottom: 15px;
}
.swiper-pagination-bullet{
	margin: 0px 5px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(https://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/07/21/ec_1626866000.png);
	width: 20px;
	height: 80px;
	background-size: 20px 80px;
	top:45%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(https://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/07/21/ec_1626865992.png);
	width: 20px;
	height: 80px;
	background-size: 20px 80px;
	top:45%;
}

.section-partner-box .partner-main-box{
	position: relative;

}
.section-partner-box .partner-left-nav-box{
	position: fixed;
	left: 25px;
	top: 32vh;
}
.section-partner-box .partner-left-nav-box ul{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #000000;
	line-height: 45px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.06);
	width: 120px;
	cursor: pointer;
}
.section-partner-box .partner-left-nav-box ul li.active{
	background: #2a7de1;
	border-radius: 8px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.10);
	color:#ffffff;
	width: 100%;
}

@media screen and (max-width:1600px){
	.layout-center {
		max-width: 1100px;
	}
}
@media screen and (max-width:1430px){
	.layout-center {
		max-width: 1000px;
	}
}
@media screen and (max-width:1320px){
	.layout-center {
		max-width: 950px;
	}
}
@media screen and (max-width:1275px){
	.section-partner-box .partner-left-nav-box{
		display: none;
	}
}