.container .pic {
    position: relative;
    width: 100%;
    /* height: 1080; */

}

.container img {
    width: 100%;
}

.container .siteGroup {
    position: absolute;
    top: 40%;
    left: 7%;
}

.container .pic P {
    position: absolute;
    right: 22%;
    bottom: 15px;
    font-size: 14px;
}

.container .siteGroup .site {
    display: block;
    width: 203px;
    height: 73px;
    margin-bottom: 35px;
}

.container .siteGroup .site img {
    width: 100%;
}

/* @media screen and (max-width:1600px) {


    .container .siteGroup {
        left: 6%;
    }

    .container .siteGroup .site {
        display: block;
        width: 180px;
        height: 60px;
        margin-bottom: 30px;
    }

}

@media screen and (max-width:1300px) {


    .container .siteGroup {
        left: 6%;
    }

    .container .siteGroup .site {
        display: block;
        width: 150px;
        height: 60px;
        margin-bottom: 20px;
    }

}

@media screen and (max-width:1100px) {


    .container .siteGroup {
        left: 6%;
    }

    .container .siteGroup .site {
        display: block;
        width: 120px;
        height: 50px;
        margin-bottom: 15px;
    }

}

@media screen and (max-width:900px) {


    .container .siteGroup {
        top: 36%;
        left: 6%;
    }

    .container .siteGroup .site {
        display: block;
        width: 110px;
        height: 50px;
        margin-bottom: 5px;
    }

}

@media screen and (max-width:750px) {


    .container .siteGroup {
        top: 36%;
        left: 6%;
    }

    .container .siteGroup .site {
        display: block;
        width: 90px;
        height: 35px;
        margin-bottom: 5px;
    }

}

@media screen and (max-width:600px) {


    .container .siteGroup {
        top: 36%;
        left: 6%;
    }

    .container .siteGroup .site {
        display: block;
        width: 80px;
        height: 30px;
        margin-bottom: 5px;
    }

}
@media screen and (max-width:520px) {


    .container .siteGroup {
        top: 36%;
        left: 6%;
    }

    .container .siteGroup .site {
        display: block;
        width: 65px;
        height: 20px;
        margin-bottom: 5px;
    }

} */
@media screen and (max-width:667px) {
  .container .siteGroup {
     top: auto;
    bottom: 3%;
   }

  .container .siteGroup .site  {
    height: auto; 
    margin-bottom: 10px;
    width: 50%;
    float: left;
    text-align: center;
  }
  .container .siteGroup .site img {
     width: 70%;
  }
}