.banner{
	margin-top: 70px;
}

.swiper-slide img{
	width: 100%;
}
.banner .swiper-pagination {
	right: 50px;
	margin-top: -50px;
}
.banner .swiper-pagination-bullet{
	    width: 20px;
	    height: 20px;
	    border-radius: 0;
	    color: #fff;
		margin-right: 5px;
		outline: none;
}
.swiper-pagination-bullet-active{
	background-color: red;
}
.zmmtitle{
	text-align: center;
	    text-align: center;
	    margin: 48px 0 40px 0;
	    font-size: 48px;
		font-weight: bolder;
}
.zmmtitle p{
	text-align: center;
}
.zmmtitle div span:nth-child(2){
	color: red;
}

.zmmtitle img{
	width: 12px;
}
.zmmtitle>div::after{
content: '';
    width: 100px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 50%;
    margin-top: 37px;
    margin-left: -240px;
	}
.zmmtitle>div::before{
	
	content: '';
	width: 100px;
	height: 1px;
	background: #999;
	position: absolute;
	left: 50%;
	margin-top: 37px;
	margin-left: 140px;
	
}

.bgblack{
	color: #fff;
}

.bgblack>div::after{
	background: #fff;
}
.bgblack>div::before{
	background: #fff;
}
.zmmftitle{
	text-align: center;
	margin: 10px;
	font-size: 22px;
	color: #a3a3a3;
	margin-bottom: 80px;
}
.bgzmm1{
	background: url(../img/bg1.png) center;
	background-size: 100% 100%;
	margin-bottom: 80px;
}
.bgzmm2{
	background: url(../img/bg2.png) center;
    background-size: 100% 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.about{
	max-width: 1600px;
	margin: auto;
	display: flex;
	flex-direction: row;
	padding: 0 5%;
}
.zcase{
	max-width: 1600px;
	margin: auto;
	padding: 0 5%;
	overflow: hidden;
}
.zhonorbg{
	background: url(../img/bg2.png) center;
    background-size: 100% 100%;
	color: #fff;
	    padding-top: 30px;
	    padding-bottom: 30px;
}
.mycase{
	width: 100%;
	overflow: hidden;
}
.zhonor{
	max-width: 1600px;
	margin: auto;
	padding: 0 5%;
	overflow: hidden;
}
.about .content{
	width: 50%;
}
.about .content .abtitle{
	font-size: 32px;
	    font-weight: bold;
	    margin-bottom: 40px;
}
.about .content .abcontet{
	font-size: 18px;
	line-height: 40px;
}
.about .content .qymb{
	font-weight: bold;
    font-size: 16px;
	    margin-top: 40px;
	    margin-bottom: 50px;
}
.about .content .qymb img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.about .aimg{
	width: 50%;
	text-align: center;
	padding: 20px;
	    overflow: hidden;
}
.about .aimg img{
	height: 100%;
}
.zproduct{
	max-width: 1600px;
	margin: auto;
	display: flex;
	flex-direction: row;
	padding: 0 5%;
	flex-wrap: wrap;
}
.znews{
	max-width: 1600px;
	margin: auto;
	display: flex;
	flex-direction: row;
	padding: 0 5%;
}
.znews{
	
}
.znews .nnnitem{
	    padding: 20px;
		width: 33%;
		cursor: pointer;
}
.znews .nnnitem img{
	width: 100%;
}
.znews .nnnitem p{
	font-size: 18px;
	    margin: 10px 0;
}
.znews .nnnitem .zzbutton{
	    margin-top: 40px;
}
.znews .nnnitem .zzbutton button{
	    background: #fff;
	    padding: 10px 30px;
	    border: 1px solid #999;
	    font-weight: normal;
}
.znews .nnnitem:hover .zzbutton button{
	    background: red;
	    border: none;
	    color: #fff;
}
.zproduct .item{
	width: 48%;
	display: flex;
	flex-direction: row;
	background: url(../img/itembg.png) center;
	background-size: 100% 100%;
	margin-right: 2%;
	margin-bottom: 30px;
	padding: 50px 0;
	cursor: pointer;
}
.zproduct .item:nth-child(2n){
	margin-right: 0;
}
.zproduct .item .zcontent{
	width: 70%;
	position: relative;
}
.zproduct .item .zcontent .ztitle{
	    font-size: 20px;
	    font-weight: bold;
	    margin-left: 40px;
	    width: 310px;
	    line-height: 40px;
}
.zproduct .item .zcontent .ztitle1{
	    font-size: 16px;
	    color: #999;
	    margin-left: 40px;
	    
	    line-height:40px;
}
.zproduct .item .zcontent .buttonxx{
	margin-left: 20px;
	    position: absolute;
	    bottom: 10px;
}
.zproduct .item .zcontent .buttonxx span{
		width: 50px;
	    height: 50px;
	    border: 1px solid #999;
	    color: #999;
	    border-radius: 50%;
	    display: block;
	    text-align: center;
	    line-height: 50px;
	    margin-left: 20px;
}
.zproduct .item:hover .zcontent .buttonxx span{
	background: red;
	border: none;
	color: #fff;
}
.zproduct .item .zimg{
	width: 30%
}
.zproduct .item .zimg img{
	width:100%
}
.zcase .swiper-slide p{
	text-align: center;
	margin: 15px 0;
	font-size: 18px;
}
.zcase .zmore{
	text-align: center;
	margin: 40px 0;
}



.myhonor .swiper-slide p{
	display: none;
}
.myhonor{
position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.zswiper-button-next{
	position: absolute;
	    top: 180px;
	    font-size: 40px;
	    left: 62%;
		margin-left: -10px;
}
.zswiper-button-prev{
	position: absolute;
	top: 180px;
	font-size: 40px;
	left: 38%;
	margin-left: -10px;
}
.myhonor .swiper-slide
{
	transform: scale(0.8);
}
.myhonor .swiper-slide-active 
{
	transform: scale(1);
}
.myhonor .swiper-slide-active p{
	display: block;
	text-align: center;
	margin: 10px;
}
@media (max-width: 1600px) {
	.zswiper-button-next{
		position: absolute;
		    top: 150px;
	}
	.zswiper-button-prev{
		position: absolute;
		top: 150px;
	}
}
@media (max-width: 1400px) {
	.zswiper-button-next{
		position: absolute;
		    top: 120px;
	}
	.zswiper-button-prev{
		position: absolute;
		top: 120px;
	}
}
@media (max-width: 1200px) {
	.zswiper-button-prev{
		display: none;
	}
	.zswiper-button-next{
		display: none;
	}
	.banner{
		margin-top: 50px;
	}
	.zswiper-button-next{
		    top: 100px;
	}
	.zswiper-button-prev{
		top: 100px;
	}
	.about{
		flex-direction: column;
	}
	.about .content {
	    width: 90%;
		margin: auto;
	}
	.about .aimg{
		width: 90%;
		margin: auto;
	}
	.about .aimg img {
	    width: 100%;
	}
}
@media (max-width: 780px) {
	.zproduct .item{
		width: 100%;
	}
	.znews{
		flex-wrap: wrap;
	}
	.znews .nnnitem{
		width: 100%;
	}
	
.zmmtitle{
	text-align: center;
	    text-align: center;
	    margin: 20px 0 20px 0;
	    font-size: 30px;
		font-weight: bolder;
}	
	
	.zmmftitle{
	text-align: center;
	
	font-size: 18px;
	color: #a3a3a3;
	margin-bottom: 30px;
}
	
.zmmtitle>div::before{
	
	content: '';
	width: 50px;
	height: 1px;
	background: #999;
	position: absolute;
	left: 50%;
	margin-top: 23px;
	margin-left: 95px;
	
}	
	
.zmmtitle>div::after{
content: '';
    width: 50px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 50%;
    margin-top: 23px;
    margin-left: -145px;
	}	
	
.about .content .abtitle{
	font-size: 24px;
	    font-weight: bold;
	    margin-bottom: 20px;
}	
	
.about .content {
	    width: 100%;
		margin: auto;
	}

.about .content .abcontet{
	font-size: 16px;
	line-height: 30px;
}

.about .aimg{
	width: 100%;
	text-align: center;
	padding: 20px 0 20px 0;
	    overflow: hidden;
}

.about .content .qymb{
	font-weight: bold;
    font-size: 16px;
	    margin-top: 25px;
	    margin-bottom: 30px;
}

.bgzmm1{
	background: url(../img/bg1.png) center;
	background-size: 100% 100%;
	margin-bottom: 40px;
}

.zproduct .item{
	width: 100%;
	display: flex;
	flex-direction: row;
	background: url(../img/itembg.png) center;
	background-size: 100% 100%;
	margin-right: 2%;
	margin-bottom: 30px;
	padding: 20px 0;
}

.zproduct .item .zcontent .buttonxx span{
		width: 30px;
	    height: 30px;
	    border: 1px solid #999;
	    color: #999;
	    border-radius: 50%;
	    display: block;
	    text-align: center;
	    line-height: 30px;
	    margin-left: 1px;
	    
}

.zproduct .item .zcontent .ztitle{
	    font-size: 16px;
	    font-weight: bold;
	    margin-left: 20px;
	    width: 180px;
	    line-height: 29px;
}


.zcase .swiper-slide p{
	text-align: center;
	margin: 15px 0;
	font-size: 14px;
}


.znews{
	max-width: 1600px;
	margin: auto;
	display: flex;
	flex-direction: row;
	padding: 0 1%;
}

.zproduct .item .zcontent .ztitle1{
	    	    
display:none;
}
	
	
}