.main1 .main1c .hb{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 15px;
}
.main1 .main1c .hb img{
	width: 99.28%;
}
.main{
	overflow: hidden;
}
.main1{
	width: 100%;
	/* height: 638px; */
	/* overflow: hidden; */
}
.main1 .main1c{
	width: 1500px;
	margin: auto;
	overflow: hidden;
}
.main1 .main1c .main1-l{
	width: 274px;
	/* height: 638px; */
	position: relative;
	float: left;
}
.main1 .main1c .main1-l a{
	text-decoration: none;
	color: #666;
}
.main1 .main1c .main1-l a:hover{
	text-decoration: none;
	color: #04589e;
}
.main1 .main1c .main1-l h3{
	font-family: "microsoft yahei";
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.main1 .main1c .main1-l img{
	width: 100%;
	height: 627px;
	margin-top: -8px;
}
.main1 .main1c .main1-l img:hover{
	box-shadow: darkgrey 0px 0px 15px 2px;
}
.main1 .main1c .main1-l .much{
	width: 50%;
	height: 1.875rem;
	border: 1px solid #666;
	text-align: center;
	font-size: 1rem;
	border-radius:0.3125rem;
	line-height: 1.875rem;
	position: absolute;
	bottom: 2.875rem;
	right: 2.9875rem;
	cursor: pointer;
	font-family: "microsoft yahei";
}
.main1 .main1c .main1-l .much:hover{
	background: white;
	color: #04589e;
}
.main1 .main1c .cpzs{
	float: left;
	width: 1200px;
	/* height: 638px; */
	position: relative;
	margin-left: 15px;
	height: 680px;
}
.main1 .main1c .cpzs p{
	font-size: 20px;
	font-family: "microsoft yahei";
	float: left;
	margin-left:1070px;
	color: #000;
}
.main1 .main1c .cpzs p:hover{
	color: #04589e;
}
.main1 .main1c .cpzs ul{
	width: 100%;
	margin-top: 30px;
}
.main1 .main1c .cpzs ul li{
	float: left;
	width: 380px;
	height: 300px;
	margin-left: 20px;
	margin-top: 26px;
	transition: all .2s linear;
}
.main1 .main1c .cpzs ul li img{
	width: 100%;
	height: 299px;
}
.main1 .main1c .cpzs ul li:hover{
	cursor: pointer;
	/* transform: translateY(-9px); */
	box-shadow: 0px 0px 15px 2px darkgrey;
}
.main1 .main1c .cpzs ul li:hover::before{
	opacity: 1;
	/* transform: translateY(5px); */
}