/* swiper */
@import url("swiper.css");
/* .animated */
@import url("animate.css");

a {
	text-decoration: none !important;
	font-size: 16px;
}

.zt-2025-02-20,
body {
	background-color: #f7f7f7;
}

.zt-ht {
	height: 360px;
	background: url("/material/images/ztzl/20250220/bg.jpg") center top #0056D7 no-repeat;
	background-size: auto 360px;

}

.zt-2025-02-20 .zt-ht h1 {
	padding-top: 140px;
	height: 90px;
	text-indent: -999em;
	background: url("/material/images/ztzl/20250220/title.png") center no-repeat;
	background-size: 538px auto;
	position: relative;
}

.zt-2025-02-20 .logo {
	margin-top: 20px;
	display: block;
	width: 320px;
	height: 80px;
	background: url("/material/images/ztzl/20250220/logo.png") left center no-repeat;
	background-size: 320px auto;
	text-indent: -999em;
}

.zt-2025-02-20 .zt-ht h1::after {
	content: '';
	display: block;
	width: 181px;
	height: 175px;
	background: url("/material/images/ztzl/20250220/safe.png") center no-repeat;
	background-size: 181px auto;
	position: absolute;
	right: 0;
	bottom: 0;
}

.zt-content .bg {
	padding: 30px;
	margin-top: 20px;
	background-color: #fff;
	margin-bottom: 30px;
}

.zt-content .zt-where {
	line-height: 44px;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding-left: 40px;
	margin-bottom: 30px;
	font-size: 16px;
}

.zt-content .zt-where::after,
.zt-content .zt-where::before {
	content: '';
	display: block;

	height: 24px;
	background-color: #08A1F8;
	position: absolute;

	top: 9px;
}

.zt-content .zt-where::before {
	width: 4px;
	left: 20px;
}

.zt-content .zt-where::after {
	width: 2px;
	left: 15px;
}

.zt-content .zt-menu {
	margin-bottom: 30px;
	display: block;
	height: 104px;
	background: url("/material/images/ztzl/20250220/left.png") left top #D2E4FF no-repeat;
	background-size: auto 28px;
	text-align: center;
	position: relative;
	line-height: 104px;
	font-size: 18px;
	color: #333;
	border-radius: 10px;
}

.zt-content .zt-menu::after {
	content: '';
	width: 148px;
	height: 56px;
	background: url("/material/images/ztzl/20250220/right.png") right bottom no-repeat;
	background-size: auto 56px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.zt-content .zt-menu::before {
	content: '';
	display: block;
	width: 3px;
	height: 24px;
	background-color: #08A1F8;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

.zt-content .zt-menu span {
	display: block;
	width: 70%;
	margin: 0 auto;
	height: 100%;
	position: relative;
	
}

.zt-content .zt-menu span::after {
	content: '';
	position: absolute;
	border-bottom:2px solid #fff;
	left: 50%;
	width: 0;
	top: 0px;
	bottom: 20px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* z-index: 999; */
	
	z-index: 1;
}

.zt-content .zt-menu:hover span::after {
	width: 100%;
	left: 0px;
}
.zt-content .zt-menu:hover{
	color: #fff;
	background-color:#ffa735;
	/* background-image: linear-gradient(180deg, #FFF6D9 -10%, #FFA400 100%); */
}

@media (max-width: 480px) {
	.zt-2025-02-20 .logo{
		    background-size: 180px auto;
	}
	.zt-2025-02-20 .zt-ht h1 {
		background-image: none;
	  }
	  .zt-2025-02-20 .zt-ht h1::before{
		  content: '';
		  display: block;
		  width: 100%;
		  height: 140px;
		  background: url("/material/images/ztzl/20250220/title.png") no-repeat center top;
		    background-size: 310px auto;
			position: absolute;
			top: 24px;
			left: 0;
			z-index: 999;
	  }
	  .zt-2025-02-20 .zt-ht{
		  height: 260px;
		  background-size: auto 260px; 
	  }
.zt-2025-02-20 .zt-ht h1::after{
	background-position: right center;
	    background-size: 74px auto;
		bottom: 42px;}

}