@charset "utf-8";
body,ul,ol,h1,h2,h3,h4,h5,h6,li,p{
margin:0;
padding:0;
}
body {
margin:0;
width:100%;
height:100%;
font-size:12px;
font-family:"Microsoft YaHei",PingFangSC-Semibold,Arial,sans-serif,Helvetica,STHeiti;
-webkit-box-sizing:border-box;
background-color: #eeeff5;
}
img{border:0px; vertical-align:middle;}
.clearfix::after{
	content:'';
	clear:both;
	display:block;
}
a{text-decoration:none}
li{list-style:none}
/*通用清除样式*/
.containerBox{
	margin: 0 auto;
	width: 1200px;
	background-color: #fff;
}
.content{
	margin: 0 auto;
	width: 1200px;
}
.banner{
	height: 320px;
	background: url("/cms_files/jcms1/web2144/site/picture/181/2406071526519718752.jpg");
	background-size: 100% 100%;
}
.gylTitle{
	width: 1160px;
	margin: 12px 20px 0;
	height: 60px;
	background: url("/cms_files/jcms1/web2144/site/picture/2405291244254127161.png");
	background-size: 100% 100%;
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 60px;
}
.imgzsLine{
	width: 1160px;
	margin: 12px auto;
}
.tjzsItemBox{
	margin-top: 12px;
	margin-bottom: 20px;
	float: left;
	width: 275px;
	height: 190px;
}
.commonRight{
	margin-right: 20px;
}
.tjzsImg{
	height: 160px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.tjzsImg:hover{
	transform: scale(1.04,1.04);
	filter: brightness(1.2);
}
.tjzsImg img{
	height: 100%;
	width: 100%;
	border-radius: 6px;
}
.zjzsName{
	padding: 6px 12px;
	line-height: 18px;
	color: #333;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
.zjzsName:hover{
	color: #0d6ee1;
}