.bbbg{
	background-color: #f7f7f7;
}
.aboutinfo{
	max-width: 1600px;
	margin: auto;
	padding: 0 5%;
	line-height: 40px;
}
.zproduct{
	max-width: 1600px;
	margin: auto;
	display: flex;
	flex-direction: row;
	padding: 0 5%;
	flex-wrap: wrap;
}


.zproduct .item{
	width: 48%;
	display: flex;
	flex-direction: row;
	background: #fff;
	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%
}

.fenlei{
	    text-align: center;
	    display: flex;
	    padding: 40px;
		justify-content: center;
}
.fenlei .flitem{
	width: 114px;
	cursor: pointer;
}
.fenlei .flitem p{
	font-weight: bold;
	font-size:16px;
}
.fenlei .flitem.active p span{
	color:red ;
	border-bottom:1px solid red ;
}
.fenlei .flitem p:hover span{
	color:red ;
	border-bottom:1px solid red ;
}




.imglist{
	display: flex;
	    flex-wrap: wrap;
}
.imglist .iimgitem {
	width: 28%;
	    margin-left: 4%;
}
.imglist .iimgitem img{
	width: 100%;
}
.imglist .iimgitem p{
	font-size: 16px;
	    font-weight: bold;
	    line-height: 30px;
		margin-top: 20px;
		margin-bottom: 20px;
}
.imglist2{
	display: flex;
	    flex-wrap: wrap;
}
.imglist2 .iimgitem {
	width: 30%;
	margin-right: 5%;
}
.imglist2 .iimgitem:nth-child(3n){
	margin-right:0;
}
.imglist2 .iimgitem img{
	width: 100%;
}
.imglist2 .iimgitem p{
	font-size: 20px;
	    line-height: 30px;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
}

.contactxx
{
	    position: absolute;
	    left: 10%;
	    top: 150px;
}
.contactxx .h111 {
    font-size: 80px;
    margin: 10px 0px;
    
}
.contactxx .h2222 {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0px;
}
.contactxx .ptxx {
	    line-height: 20px;
	    font-size: 14px;
	    margin: 10px 0;
}


.contactformtt
{
	text-align: center;
	    font-size: 25px;
	    font-weight: bold;
	    margin: 20px;
}


.formxx{
	max-width: 1600px;
	margin: auto;
	padding: 0 5%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	 justify-content: left;
}

.formxx .foitem{
	width: 33%;
	text-align: left;
}
.formxx .foitem p,.formxx .foitem2 p{
	    text-align: left;
	    font-size: 14px;
		margin-top: 20px;
	    font-weight: normal;
}
.formxx .foitem p span,.formxx .foitem2 p span{
	color: red;
}
.formxx .foitem input{
	background: #f8f8f8;
	    outline: none;
	    border: none;
	    padding: 20px;
	    width: 80%;
	    margin: auto;
		margin-top: 10px;
}

.foitem2{
	width: 98%;
	text-align: left;
}
.foitem2 textarea{
	width: 94%;
	background: #f8f8f8;
	    outline: none;
	    border: none;
	    padding: 20px;
		margin-top: 20px;
		height: 100px;
}

.bmmmm
{
	margin-top: 20px;
	    background: #000;
	    border: none;
	    color: #fff;
	    padding: 10px 20px;
	    cursor: pointer;
}

@media (max-width: 1200px) {
	.contactxx
	{
		    background: #f4f2ef;
		    width: 100%;
		    position: relative;
		    top: 0;
		    left: 0;
		    text-align: center;
		    padding: 20px;
	}
}
@media (max-width: 780px) {
	.formxx .foitem {
	    width: 50%;
	}
	.imglist .iimgitem {
		width: 90%;
		    margin-left: 5%;
	}
	.zproduct .item{
		width: 100%;
	}
	
	.imglist2 .iimgitem {
		width: 47%;
		margin-right: 6%;
	}
	.imglist2 .iimgitem:nth-child(3n){
		margin-right: 6%;
	}
	.imglist2 .iimgitem:nth-child(2n){
		margin-right: 0;
	}
	
	.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;
}

	
.aboutinfo{
	max-width: 1600px;
	margin: auto;
	padding: 0 1%;
	line-height: 40px;
}	
	
.imglist .iimgitem p{
	font-size: 16px;
	    font-weight: bold;
	    line-height: 30px;
		margin-top: 20px;
		margin-bottom: 20px;
}	
	
.zproduct .item .zcontent .ztitle1{
	    	    
display:none;
}	
	
	
	
	
	
	
}
@media (max-width: 480px) {
	.formxx .foitem {
	    width: 100%;
	}
	.formxx .foitem input{
		width: 90%;
	}
}
.imglist{}