.nav {
    background-color: #2bb6b1;
    border-top: 1px solid #fff;}
.yjli { position: relative;   text-align: center;
    float: left;
    width: 14%;}
.yjli a {
    font-size: 18px;
    color: #fff;
    line-height: 60px;}
.ejul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    width: 100%;}
.ejul li{border-bottom: 1px solid #fff;}
.ejul li a{line-height: 35px;
    font-size: 16px;
    color:#000;}
.yjli:hover .ejul{display:block;background-color:#fff;}
.yjli:hover{background-color: #259f9b;}
.ejul li:hover{background-color: #259f9b;}
.ejul li:hover a{color: #fff;}

.banner-z .slick-dots li button {
    display: none;}

button {
    font-size: 100%;
    border: none;
    outline: none;}

.banner-z {    display: none !important;
    font-size: 0;
    z-index: 2;}

.banner-z .slick-active .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);}

.banner-z a {
    display: block;}

.banner-z .img {
    padding-top: 35%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s linear 0s;
    -moz-transition: transform 0.5s linear 0s;
    -o-transition: transform 0.5s linear 0s;
    -webkit-transition: -webkit-transform 0.5s linear 0s;
    transition: -webkit-transform 0.5s linear 0s;
    -o-transition: -o-transform 0.5s linear 0s;
    -moz-transition: transform 0.5s linear 0s, -moz-transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s, -webkit-transform 0.5s linear 0s, -moz-transform 0.5s linear 0s, -o-transform 0.5s linear 0s;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    -o-background-size: cover;
    background-size: cover;}

.banner-z .slick-arrow {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 32px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    -o-background-size: auto;
    background-size: auto;
    cursor: pointer;
    transform: translateY(-50%);}

.banner-z .slick-arrow.slick-prev {
    left: 5%;
    background-image: url(images/left-20250528.png);}

.banner-z .slick-arrow.slick-next {
    right: 5%;
    background-image: url(images/right-20250528.png);}

.banner-z .slick-dots {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.2rem;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);}

.banner-z .slick-dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;}

.banner-z .slick-dots li.slick-active {
    background: #a40000;}
.centers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
    margin-top: 20px;}

.center-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;}

.center-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);}

.card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    align-items: center;}

.card-content a {
    display:block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;}

.card-content:hover a {
    color: #2bb6b1;}
