/*************** banner **********************/
.banner{
    background: url('./../images/contact/未标题-1.png') no-repeat;
    background-size:100% 100%;
    height: 500px;
    overflow: hidden;
}
.banner h1{
    margin-top: 130px;
    font-size: 36px;
    font-weight: bolder;
    text-align: center;
}
.banner hr{
    width: 80px;
    border-top: 1px solid #747474
}
.banner div{
    text-align: center;
    color:#7D7D7D
}
/*************** introduction **********************/
.introduction .container h2{
    text-align: center;
    margin-top: 80px;
    font-weight: bolder;
}
.introduction .container hr{
    width: 80%;
    border-top: 1px dashed #D5CFCF;
    margin: 12px 0;
    margin-left: -10px;
}
.schools{
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 20px;
}
.schools-info p{
    color: #939191
}
.img-innerDiv{
    width: 95%;
    height: 90%;
    margin: 2.5%;
    overflow: hidden;
}
.schools img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}
.schools img:hover{
    transform: scale(1.05);
}
.introduction .container .schools h2{
    text-align: left;
}
.schools>div{
    width: 49%
}
.schools .schools-info{
    padding-left: 30px;
}
/*************** more **********************/
.bottom-container{
    background: #F7F7F7;
    padding-top: 40px;
    padding-bottom: 40px;
}

/*************** footer **********************/
.footer{
    margin-top: 100px;
}
.footer .container{
    display: flex;
}
.contact{
    width: 80%
}
.contact a{
    color: #000;
}
.contact ul:first-of-type{
    display: flex;
}
.contact ul:first-of-type li span:last-of-type{
    margin: 0 5px;
}
.contact ul:last-of-type{
    margin-top: 30px;
}
.contact ul:last-of-type li:last-of-type{
    margin-top: 5px;
}
.QR-code{
    width: 20%;
    text-align: right;
}
.contact-secondul img{
    width: 18px;
    height: 18px;
    
}
.contact-secondul li{
    display: flex;
}
.contact-secondul span{
    display: inline-block;
    /* padding-top: 5px; */
    margin-left: 7px;
}
.copyright{
    margin-top: 50px;
    color:#7E7A7A;
    text-align: center;
}

