
.middle{
  
}
.middle-header{
    width: 100%;
    height: 664px;
    background-image: url(../images/gywm.png);
    background-size:cover;
    position: relative;
}
.middle-up{
    position: absolute;
    top: 194px;
    left: 200px;
    color:#fffffd;
}
.middle-up h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}
.middle-up div{
    font-size: 30px;
    font-family:serif;
    line-height: 46px;
    color: #d6d6de;
}
/* / */
.middle-down{
    position: relative;
}
.down-right{
    position: absolute;
    top: 175px;
    left: 702px;
}
.down-right h4{
    font-size: 28px;
    color: #053975;
    margin-top: 10px;
}
.down-tit{
    width: 510px;
    margin-top: 58px;
    font-size: 13px;
    line-height: 26px;
    color: #717474;
    text-align:justify;
}
.down-tit div{
    text-indent:2em;
    margin-top: 8px;
}
.middle-down img{
    height: 742px;
}


.footer{
    width: 100%;
    background-color: #e9e9e9;
    /* margin: 0 auto; */
    text-align: center;
    /* z-index: 50; */
    /* min-width: 900px; */
    color: #010101 !important;
}
.footer-content{
    display: flex;
    width: 960px;
    justify-content: space-between;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0px;
}
.footer-content a{
    color: #010101;
}
.footer_logo{
    text-align: left;
    font-size: 12px;
}
.logo2{
    width: 114px;
    margin-bottom: 28px;
    margin-top: 28px;
}
.fonter-right{
    width: 500px;
}
.footer-content .erweima img{
    width: 86px;
    height: 86px;

}
.fonter-right{
    display: flex;
    justify-content: space-around;
}
.footer-title{
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.footer-title p{
    width: 72px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-right: 60px;
}

@media screen and ( max-width: 850px ) {
    .middle-up{
        width: 95%;
    }
}