@charset "UTF-8";
/*Technical Support SudyTech*/
@media (max-width:1250px) {
    .con-left {
        max-width: none;
        justify-content: space-between;
    }
    .con-left .con {
        width: 49%;
        margin-bottom: 20px;
    }
    .con-right {
        width: 100%;
        display: flex;
        justify-content: space-around;

    }
    .con-right .con{
        width: 50%;
    }
    .banner2 {
        width: 49%;
        max-width: 460px;
        margin: 0 auto 60px;
    }
    .con-right .list3 li a {
        padding: 3px 5px;
        height: auto;
    }
}
@media (max-width:1200px) {
    .nav {
        display: none;
    }
    .tips a {
        display: none;
    }
    .memu-btn {
        display: flex;
    }
    .header {
        width: 100%;
        height: 80px;
        padding: 0 20px;
    }

}

@media (max-width:1050px) {
    .bigbg {
        display: none;
    }
    .listleft p {
        width: 100%;
        display: block;
        line-height: 60px;
    }
    .listleft {
        width: 98%;
        margin-top: 20px;
    }
    .listright {
        width: 98%;
    }
}


@media (max-width:870px) {
    footer .bot{
        display: block;
        text-align: center;
    }
    .friend {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width:750px) {
    .banner .img-box-re {
        height: auto;
        padding-bottom: 33.33%;
    }
    /* .banner .img-box-ab {
        position: static;
    } */
    .main {
        min-height: 650px;
    }
    .container {
        margin-top: 20px;
        justify-content: center;
    }
    .banner2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .con-left .con {
        width: 100%;
    }
    .con-right {
        flex-wrap: wrap;
    }
    .con-right .con {
        width: 100%;
        margin-bottom: 20px;
    }
    #flimg img {
        height: 150px;

    }
    .pagination {
        font-size: 12px;

    }
    .pagination a {
        padding: 2px 5px;
    }
    .pagination input {
        width: 20px;
    }
    .listright {
        margin-top: 40px;
    }

    footer {
        margin-top: 40px;
    }
    .floatnav a {
        padding:5px;
        font-size: 5px;
    }
    .floatnav i {
        height: 30px;
        line-height: 30px;
        font-size: 30px;
        width: 30px;

    }
    .search{
      width: 75%;
    }
    .tips .search {
        display: none;
    }
    .isearch {
        display: inline-block !important;
    }
    /* .friend li a {
        width: 200px;
        height: 40px;
        font-size: 18px;
        font-weight: 700;
    } */
}

@media (max-width:460px) {
 
}
