@charset "utf-8";
/* CSS Document */
.z_header{ background:rgba(0,0,0,0.12)}
/*banner*/
.z_other_banner{ width: 100%; height: 53vh; position: relative; }
.z_other_text{ position: absolute; left: 20%; top: 50%; transform: translateY(-50%); width: 60%; text-align: left; margin-bottom: 0!important;}
.z_other_text h3{ font-size:36px; margin-bottom:10px; color:#323232}
.z_other_text h6{ font-size:20px; color:#615f5f; }
.imgbg {
    width: 100%;
    height: 100%;
    transition: ease 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*新闻资讯*/   
.z_index_news{ padding-top:4vw; background:#F4F4F4}
.z_index_news ul{ display:flex; flex-wrap:wrap }
.z_index_news ul li{ width:23%; margin-right:2%; transition: ease 1s; position:relative; padding:12px; background:#fff; margin-bottom:20px}
.z_index_news ul li .img{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.z_index_news ul li .img img{
	width: 100%;
	height: 100%;
	transform: scale(1.0);
	transition: 1s;}
.z_index_news h3{
	margin-top: 12px;
    font-size:16px;
    color: #323232;
    font-weight: bold; line-height:1.5}
.z_index_news p{
	margin-top: 12px;
    font-size: 14px;
    color: #666666;
    line-height: 1.5;}
.z_index_news ul li .z_index_more {
    margin-top: 14px;
    margin-bottom: 20px;
    display: block; color:#979899;    font-size: 12px;	
}	
.z_index_news ul li:hover{
box-shadow: 0px 25px 43px 8px rgba(47, 48, 53, 0.08);}
.z_index_news ul li::after{
	content: "";
	width: 0;
	border-bottom: 2px solid #2a78f6;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 9;
	transition: 1s;
}
.z_index_news ul li:hover::after{
	left: 0;
	width: 100%;
}
.z_index_news ul li:hover .img img{
	transform: scale(1.1);
}	

@media screen and (max-width:980px){
/*banner*/

.z_page_wz, .z_page_wz a, .z_xq_span{ font-size: 14px;}
.z_other_text{ padding: 0 12px!important; left: 6%;}
.z_other_text h3{font-size: 28px;}

/*新闻资讯*/
.z_index_news ul li{ width:48%;}





}





































