/* 公益责任 */
.banner {
    background: url('../images/service/server-banner.png');
}
.social-box {
    padding: 0.6rem 0;
}
.nav2 {
    align-items: center;
    justify-content: space-between;
}
.nav2-img {
    width: 6.76rem;
    height: 6.76rem;
}
.nav2-img img {
    width: 100%;
    height: 100%;
}
.nav3 {
    width: 6.8rem;
    margin-left: 0.4rem;
}
.nav3-text {
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.32rem;
}
.nav3-text p {
    margin-top: 0.5rem;
}
.nav4 h1 {
    font-size: 0.48rem;
    font-weight: bold;
    color: #34C46E;
}
.nav4 span {
    font-size: 0.16rem;
    color: #34C46E;
}
.Unsu {
    margin-top: 0.6rem;
    width: 14.28rem;
}
.Unsu-img {
    overflow: hidden;
    cursor: pointer;
    margin-right: 0.28rem;
    margin-bottom: 0.28rem;
}
.Unsu-img img {
    height: 3.2rem;
    transition: 0.5s;
}
.Unsu-img:hover img {
    transform: scale(1.1);
}
/* 环境信息公开 */
.con {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.26rem;
    padding: 0.6rem 0;
}
/* 民生责任 */
.Respon {
    justify-content: space-between;
    align-items: center;
    margin: 0.7rem 0;
}
.Respon2 {
    width: 6.28rem;
    height: 6.1rem;
}
.Respon2 img {
    width: 100%;
    height: 100%;
}
.Respon1 {
    width: 6.8rem;
}
.Resp-text {
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.26rem;
}
.Resp-text p {
    margin-bottom: 0.3rem;
}
.Resp h2 {
    font-size: 0.48rem;
    color: #34C46E;
}
.Resp {
    margin: 0.35rem 0;
}
.Resp .text {
    justify-content: flex-end;
    font-size: 0.28rem;
    color: #34C46E;
    margin-top: 0.1rem;
}
 @media only screen and (max-width: 1024px) {
 .nav2{
     display: block;
 }
 .nav2-img{
     width: 100%;
 }
 .nav3{
     width: 100%;
     margin-left: 0;
 }
 .social-box{
     padding: 0.6rem 0.3rem;
 }
 .nav4 h1{
     font-size: 0.32rem;
 }
 .nav4 span{
     font-size: .28rem !important;
 }
 .nav3-text p span span{
     font-size: .28rem !important;
     line-height: .45rem !important;
 }
 .Unsu{
     width: 100%;
 }
 .Unsu-img{
     width: 49%;
     margin-right: 2%;
 }
 .Unsu-img:nth-child(2n){
     margin-right: 0;
 }
 .Unsu-img img{
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 .nav3-text p{
     margin-top: 0;
 }
 .Respon{
     display: block;
     margin: 0; 
    padding: 0.6rem 0.3rem;
 }
 .Respon1, .Respon2{
     width: 100%;
 }
 .divs span, .Resp-text p{
     font-size: .28rem !important;
     line-height: .45rem !important;
     
 }
 .divs, .Resp-text p {
    text-indent: 2em;
    text-align: justify;
 }
 .Respon2{
     height: auto;
 }
 .Resp h2{
     font-size: .32rem;
 }
 }