.z1 {
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	color:#006699;
	text-decoration:none;
}
.z1:hover {
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	color:#FF0000;
	text-decoration:none;
}
.z2 {
	font-size: 12px;
	line-height: 30px;
	color:#333333;
}
.z3 {
	font-size: 12px;
	line-height: 26px;
	color:#333333;
	text-decoration:none;
}
.z3:hover {
	font-size: 12px;
	line-height: 26px;
	color:#0066CC;
	text-decoration:none;
}
.z4 {
	font-size: 14px;
	line-height: 26px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.z4:hover {
	font-size: 14px;
	line-height: 26px;
	color:#122b88;
	text-decoration:none;
	font-weight:bold;
}
.z5 {
	font-size: 14px;
	line-height: 35px;
	color:#333333;
	text-decoration:none;
}
.z5:hover {
	font-size: 14px;
	line-height: 35px;
	color:#0066CC;
	text-decoration:none;
}
.z6 {
	font-size: 14px;
	line-height: 26px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding-left:50px;
}
.z7 {
	font-size: 14px;
	line-height: 26px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding-left:15px;
}

.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.mySwiper .swiper-pagination-bullet {
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
font-size: 12px;
color: white;
opacity: 1;
background: rgba(0, 0, 0, 0.2);
border-radius: 0px;
margin:0px!important;
}
.mySwiper .swiper-pagination-bullet:hover {
color: #fff;
background: #007bff62;
}
.mySwiper .swiper-pagination-bullet-active {
color: #fff;
background: #007aff;
}