@media screen and (max-width:1024px) {}

@media screen and (max-width:640px) {}


.dabiaoti{
	font-size: 26px;
	margin: 0px auto;
}
.xiaobiaoti{
	font-size: 18px;
	margin: 0px auto;
	text-transform: uppercase;
	color: #666;
	
	display: none;
}

.ge {
    width: 40px;
    height: 5px;
    margin: 10px auto 30px;
    background: #00428e;
}


@media screen and (max-width:1024px) {
	
	.dabiaoti{
		font-size: 26px;
		margin: 10px auto;
	}
	.xiaobiaoti{
		font-size: 16px;
		margin: 10px auto;
		display: none;
	}
	
	.ge {
	    width: 40px;
	    height: 5px;
	    margin: 10px auto 30px;
	    background: #00428e;
	}
	
}




.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.honor_lunbo {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 50px 0;
	background: #f9f9f9;
}

.honor_lunbo_main {
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	margin: 30px auto;

	position: relative;
}


.honor_lunbo_prev {
	position: absolute;
	width: 50px;
	height: 50px;
	left: -50px !important;
	background: url(../images/zuojiantou.png) no-repeat center;
}

.honor_lunbo_next {
	width: 50px;
	height: 50px;
	right: -50px !important;
	background: url(../images/youjiantou.png) no-repeat center;
}



/* 资质认证 */
.zizirenzheng{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}
.zizirenzheng_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}
.zizirenzheng_left{
	float: left;
	width: 30%;
	height: auto;
	overflow: hidden;
	text-align: center;
	
	line-height: 250px;
	font-size: 26px;
	font-weight: 600;
	color: #333;
}
.zizirenzheng_right{
	float: left;
	width: 70%;
	height: auto;
	overflow: hidden;
}
.zizirenzheng_right ul li{
	float: left;
}
.zizirenzheng_right li{
	width: 32%;
	height: auto;
	overflow: hidden;
	margin-right: 2%;
}
.zizirenzheng_right li:nth-child(3){
	margin-right: 0;
}
.zizirenzheng_right li img{
	width: 100%;
}
.zizirenzheng_right li span{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
}



.jiance {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	background: #f9f9f9;
	padding: 50px 0;
}

.jiance_main {
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	margin: 30px auto;

	position: relative;
}


.jiance_prev {
	position: absolute;
	width: 50px;
	height: 50px;
	left: -50px !important;
	background: url(../images/zuojiantou.png) no-repeat center;
}

.jiance_next {
	width: 50px;
	height: 50px;
	right: -50px !important;
	background: url(../images/youjiantou.png) no-repeat center;
}



@media screen and (max-width:1024px) {
	
	
	
	
	.honor_lunbo {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		padding: 10px 0;
		background: #f9f9f9;
	}
	
	.honor_lunbo_main {
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 30px auto;
	
		position: relative;
	}
	
	
	.honor_lunbo_prev {
		position: absolute;
		width: 50px;
		height: 50px;
		left: -50px !important;
		background: url(../images/zuojiantou.png) no-repeat center;
	}
	
	.honor_lunbo_next {
		width: 50px;
		height: 50px;
		right: -50px !important;
		background: url(../images/youjiantou.png) no-repeat center;
	}
	
	
	
	/* 资质认证 */
	.zizirenzheng{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	.zizirenzheng_main{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	.zizirenzheng_left{
		display: none;
		
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
		text-align: center;
		
		line-height: 35px;
		font-size: 18px;
		font-weight: 600;
		color: #333;
	}
	.zizirenzheng_right{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.zizirenzheng_right ul li{
		float: left;
	}
	.zizirenzheng_right li{
		width: 32%;
		height: auto;
		overflow: hidden;
		margin-right: 2%;
	}
	.zizirenzheng_right li:nth-child(3){
		margin-right: 0;
	}
	.zizirenzheng_right li img{
		width: 100%;
	}
	.zizirenzheng_right li span{
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		line-height: 35px;
		font-size: 14px;
	}
	
	
	
	.jiance {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		background: #f9f9f9;
		padding: 50px 0;
	}
	
	.jiance_main {
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 30px auto;
	
		position: relative;
	}
	
	
	.jiance_prev {
		position: absolute;
		width: 50px;
		height: 50px;
		left: -50px !important;
		background: url(../images/zuojiantou.png) no-repeat center;
	}
	
	.jiance_next {
		width: 50px;
		height: 50px;
		right: -50px !important;
		background: url(../images/youjiantou.png) no-repeat center;
	}
	
	
	
	
}
