@media only screen and (max-width:1025px) {
    .container {
        width: 94%;
        margin: 0 3%;
    }
.menu {
    float: right;
    margin-right: 30px;
    margin-top: 0px;
    display:none;
}

.logo {
    float: left;
    margin-left:10px;
    margin-bottom:18px;
    width:153px;
}

.logo img{width:100%;}

.menu_bg{float:right;display:block;margin:24px 19px 0px 0px;}



}


@media only screen and (max-width: 979px) {
    .container {
        width: 93%;
        margin: 0 3%;
    }
.about_content figure{width:100%;float:right;margin-top:30px;}

}

@media only screen and (max-width: 767px) {
    .container {
        width: 93%;
        display: block;
        margin: auto;
    }

    .about_pic {
    width:100%;
    float: right;
    margin-top:30px;
}
.turnkey_content {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom:30px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.footer_content figure {
    width: 100%;
    float: left;
    text-align:center;
}
.footer_content p {
    width: 100%;
    float: left;
    text-align:center;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom:30px;
}
footer {
    width: 100%;
    float: left;
    padding: 60px 0px 20px;
}
.swiper-thumbs {
    height: 100px;
    margin-top: 10px;
    position: absolute !important;
    bottom: 30px;
    display:none !important;
    width: 510px;
    right: 100px;
}
.top_email {
    width: 100%;
    float: left;
    background: #0228d2;
    padding: 10px 15px 10px;
    text-align: right;
}
.slide-content {
    position: absolute;
    top:25%;
    left:0px;
    width:100%;
    z-index: 2;
    text-align:center;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}
.slide-title h2 {
    font-size:30px;
    color: #fff;
    width: 100%;
    float: left;
    width:100%;
    text-align:center;
    font-weight: bold;
}
.slide-title a {
    background: #2baae3;
    padding: 13px 20px;
    color: #fff;
    float:none;
    display:inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 3px;
    margin-top: 8px;
}
.buttons {
    width: 500px;
    position: absolute;
    bottom:13%;
    right:38%;
    background: #ccc;
    z-index: 9999;
}
.swiper {
      width: 100%;
      height:50vh;
      position:relative;
    }

    .top_email ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.mining_table {
    width: 100%;
    float: left;
    overflow:scroll;
    overflow-y:hidden;
}
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        display: block;
        margin: auto;
    }


}