.container {
    width: 1200rem;
    margin: 0 auto;
}
.banner {
    width: 100%;
    height: 550rem;
}
.swiper-slide {
    width: 100%;
    height: 550rem;
}
/*------------------ contact ------------------*/
.contact ul {
    margin-top: 60rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact ul li {
    width: 350rem;
    vertical-align: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact ul li span {
    display: block;
    width: 100rem;
    height: 100rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
 
.contact ul li:nth-child(1) span {
    background: url(../../upload/photo/202309/261435209.png) no-repeat center center #999;
}
.contact ul li:nth-child(1):hover span {
    background: url(../../upload/photo/202309/261435209.png) no-repeat center center #0089e1;
}
  
.contact ul li:nth-child(2) span {
    background: url(../../upload/photo/202309/261435207.png) no-repeat center center #999;
}
.contact ul li:nth-child(2):hover span {
    background: url(../../upload/photo/202309/261435207.png) no-repeat center center #0089e1;
}
  
.contact ul li:nth-child(3) span {
    background: url(../../upload/photo/202309/261435201.png) no-repeat center center #999;
}
.contact ul li:nth-child(3):hover span {
    background: url(../../upload/photo/202309/261435201.png) no-repeat center center #0089e1;
}
 
.contact ul li p {
    text-align: center;
    font-size: 16rem;
}

.contact ul li p:nth-child(2) {
    line-height: 24rem;
    margin-top: 18rem;
    font-weight: 800;
}
.contact-map {
    height: 480rem;
    margin-top: 84rem;
    margin-bottom: 150rem;
}
@media screen and (max-width: 768px) {
.contact ul {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: normal;
    width: 95%;
    margin: 10px auto;
    flex-direction: column;
    gap: 15px;
}

.contact ul li {
    width: 100%;
    vertical-align: top;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.contact ul li:nth-child(1) span {
    display: none;
}	
.contact ul li p:nth-child(2) {
    line-height: 24rem;
    margin-top: 0;
    font-weight: 800;
    font-size: 18px;
}

.contact ul li p {
    text-align: center;
    font-size: 16px;
}

.contact-map {
        width: 100%;
        height: auto;
        margin-top: 84rem;
        margin-bottom: 150rem;
}

contact-map div{
   height: 1800rem;
   width: auto;
}
.contact ul li span {
    display: none;
}
#map{
    width: 95% !important;
    margin: 0 auto !important;
    height: 500px !important;

}

}
