     
/* *{
	padding: 0;
	margin: 0 auto;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
} */
.flex{
	display: flex;
}
.center{
	margin: 0 auto;
}
.w1200{
	width: 1200px;
}

.w1400{
	width: 1400px;
}

.mt60{margin-top: 60px;}

.content{}
.banner{
	height: 35vh;
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
}
.newscon{margin-top: 20px;}

.about{margin-top: 40px;padding-bottom: 60px;}

.title{font-size: 32px;text-align: center;}
.about-c{
	margin-top: 40px;
}

.about-c .left{flex: 0 0 701px; text-align: left;
line-height: 27px;
font-weight: 200;}
.about-c .left img{width: 100%;}


.about-c .right{flex: 1; margin-left: 4%; }
.about-c .right .model-title{
	font-size: 20px;
	font-weight: bold;
	color:red;
}
.about-c .right  .text{
	display: block;
	text-indent: 2em;
	font-size: 15px;
	line-height: 28px;
	margin-top: 20px;
}
.about-c .right .btnbox {
	margin-top: 10px;
}
.about-c .right .btnbox  .btn{
	display: inline-block;
	border: 1px solid rgb(160, 160, 160);
	border-radius: 40px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: rgb(160, 160, 160);
	font-weight: bold;
	background-color: #FFF;
	margin-right: 20px;
	cursor: pointer;

}
.about-c .right .btnbox  .btn:first-child{
	border: 1px solid red;
	background-color: red;
	color: #FFF;
}

.about-c .right .imgwarp{
	flex-wrap: wrap;
}

.about-c .right .imgwarp .item{flex:0 0 48.5%;margin-left: 3%;height: 160px;margin-bottom: 3%;}
.about-c .right .imgwarp .item img{width: 100%;height: 100%;}

.about-c .right .imgwarp .item:nth-child(2n+1){margin-left: 0;}

.aboutsys{margin-top: 20px;}

.aboutsys img{width: 100%;}


.jg{background-color: #efefef;padding-top: 40px;margin-top: 60px;padding-bottom: 60px;}

.jg .tzcon{
	text-align: center;
	margin-top: 40px;
}
.tzcon .item{flex: 1;
	margin-left: 10px;
}
.tzcon .item:first-child{margin-left: 0;}
.tzcon .item .box{
	width: 136px;
	height: 136px;
	border-radius: 50%;
	background-color: #ff0000;
	display: flex;
	font-size: 40px;
	color: #fff;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-shadow: 0 0 10px #e2a6a6;
}
.tzcon .item .box:hover{
	background-color: red;
}

.tzcon .item .desc .descinfo1{
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
}
.tzcon .item .desc .descinfo2{
	font-size: 16px;
	margin-top: 10px;
	color: #333;
	line-height: 26px;
}
 
.jg .jg-con .img{
	margin-top: 40px;
}


.zygn{
	padding-top: 40px;
	padding-bottom: 20px;
}


.zygn .zygn-con{
	
	text-align: center;
}

.gnlist{
	margin-top: 40px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.gnlist .item{flex: 0 0 50%;background-color: #fff;padding: 0%;transition: all 0.3s;}

.gnlist .item .xtitle{
	text-align: left;
	padding-left: 15px;
	font-size: 20px;
	margin-top: 50px;
}
.gnlist .item .desc{
	margin-top: 20px;
	padding-left: 15px;
	text-align: left;
	line-height: 27px;
	font-size: 14px;
	height:213px;
	overflow: hidden;
		-webkit-line-clamp: 9;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	
	
	
	
	
}




