*{
    margin:0;
    padding:0;
}
body{
    min-width: 1260px;
}
.header{
    width:100%;
    height:81px;
    position: absolute;
    top:0;
    left:0;
    z-index: 9999;

}


.img>img{
    width:100%;
    margin-top:-81px;
}
.center{
    width:100%;
    height:2800px;
}
.center>.wrap-center{
    width:80%;
    margin:40px auto;
}
.pic-font{
    width:1100px;
    height:2800px;
    
    
    margin:0 auto;
}
.pic-font>.img-text{
    width:1100px;
    height:520px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.pic-font>.img-text>.img-center{
    height:520px;
}
.pic-font>.img-text>.img-center>img{
    width:100%;
   
    margin-top:40px;
    
}
.img-text>.font{
    width:310px;
    height:520px;
    margin:110px 100px;
    line-height: 26px;
}
.img-text>.font>h1{
    text-align:center;
    padding-bottom:10px;
}

.pic-font>.img-text>.pic-center>img{
  
    margin-top:80px;
}
.pic-font>.tu-text{
    margin-top:20px;
}






.footer{
    width:100%;
    height:200px;
    background-color:#000001;
}
.text-foot{
    width:80%;
    margin:0 auto;
    padding-top:30px;
    display:flex;
    justify-content: space-between;
}
.left-text>p{
    color:#fff;
    line-height: 30px;
}
.erm{
    width:280px;
    display:flex;
    justify-content: space-between;
    margin-right:70px;
}
.gzh>.pic{
    width:80px;
    height:80px;
    background:url(../image/20210729084750.png)center center no-repeat;
    background-size:cover;
    
}
.erm>.gzh{
    
    color:#fff;

}
.weibo>.tu{
    width:80px;
    height:80px;
    background:url(../image/20210729084750.png)center center no-repeat;
    background-size:cover;
}
.erm>.weibo{
       
    color:#fff;
}
.erm>.gzh>p{
    padding-top:10px;
    text-align: center;
}
.erm>.weibo>p{
    padding-top:10px;
    text-align: center;
}
.footer>.bah{
    width:80%;
    margin:20px auto;
    text-align: center;
   
    
}
.bah>a{
    text-decoration: none;
    color:#fff;
}