.container {
    margin: 0 auto;
    width: 1170px;
}

.top {
    margin-top: 40px;
}

.swiper-container {
    height: 500px;
    margin-top: 100px;
}

.swiper-container-pointer-events {
    width: 100% !important;
}

.swiper-slide {
    width: 373px;
    height: 430px !important;
    background-color: #ffff;
    box-shadow: 0px 3px 6px 1px rgba(71, 71, 71, 0.14);
    border-radius: 12px 12px 12px 12px;
}

.swiper-button-prev.swiper-button-disabled {
    position: relative;
    left: -1%;
}

.main {
    margin: 20px 20px 20px 50px;
}

.swiper-slide:hover {
    background-color: #27A6B5;
    color: white;
    cursor: pointer;
}

.swiper-slide:hover .header .right {
    color: white;
}

.swiper-slide:hover p {
    color: white;
}

.swiper-slide:hover hr {
    background-color: white;
}

.header {
    display: flex;
}

.header .right {
    font-size: 24px;
    color: #333333;
}

.header .left {
    position: relative;
    left: -16.5%;
    width: 3px;
    height: 26px;
    background: #27A6B5;

}

hr.silver {
    width: 280px;
    border: none;
    height: 2px;
    background-color: #F3F3F3;
    margin: 20px 0;
}

.text {
    margin-top: 30px;
    width: 284px;
    height: 306px;
}

.main p {
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
    color: #7e7e7e;
}

.photo {
    margin-top: 50px;
}

.icon {
    margin-top: 50px;
}

.wrap {
    width: 25%;
    float: left;
    transition: all .3s linear;
    text-align: center;
    margin-bottom: 20px;
    height: 230px;
    position: relative;
    margin: 20px auto;
}

.wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(202, 209, 209, 0.5);
    cursor: pointer;
}

.wrap:hover .wrap-text {
    cursor: pointer;
    color: #3dbbb8;
}

.wrap:hover::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #3dbbb8;
}

.wrap-text {
    margin-top: 20px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 22px;
    color: #666666;
}
.image-container {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap; 
}
.image-container img {
    width: 580px;
    height: 360px;
    transition: all 1s;
    margin: -8px; 
}
.image-container img:hover{
    transform: scale(1.2);
    cursor: pointer;

  }
.foot {
    text-align: center;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;

}
.foot-right{
    margin-left: 30px;
}

.foot-right span:nth-child(1) {
    text-align: left;
    display: block;
    width: 650px;
    height: 60px;
    font-family: DingTalk JinBuTi, DingTalk JinBuTi;
    font-weight: 400;
    font-size: 43px;
    color: #363332;
  
}
.foot-right span:nth-child(2) {
    display: block;
    text-align: left;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 20px;
    color: #363332;
    margin-top: 10px;
}
.foot-right span:nth-child(3) {
    display: block;
    text-align: left;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 20px;
    color: #363332;
    margin-top: 10px;

}