.body_all{
    width: 100%;
    background-color: #fff;
}

.body_all_1{
    width: 60vw;
    margin: 0 auto;
}

/* button */
.body_button{
    display: none;
    background-color: #1895cf;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.selected{
    /* background-color: #0098da; */
    transition: 0.5s;
}
/* button end*/

main{
    width: 15%;
    display: block ;
}

.main_all{
    padding:  0 20px;
}

.mian_title{
    width: 100%;
    text-align: center;
    border-bottom: 3px solid #4c4b4b;
}

.mian_title p{
    padding: 10px 0;
}

.mian_style{
    padding: 10px 0;
}

.mian_style img{
    width: 10px;
}

.mian_style p{
    margin: 0 110px 0 25px;
}

.mian_list{
    margin: 10px auto;
}

.mian_list ul li{
    text-align: center;
    /* border-bottom: 1px solid #d4d4d4; */
}

.mian_list ul li p{
    font-size: 16px;
    padding: 10px;
    color: #807f7f;
    transition: .3s;
}

.mian_list ul li:hover p{
    /* background-color: #f3f0ec; */
    background: radial-gradient(#f3f0ec,#f3f0ec);
    /* color: #fff; */
}

.li_active{
    background-color: #0581bc;
    color: #fff !important ;
}

/* new */
.mian_new{
    width: 100%;
    /* height: 140px; */
    /* filter:opacity(0.5); */
    /* background-image: url("../img/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
    margin-bottom: 10px;
    padding: 16px 0;
    text-align: center;
    transition: .3s;
}

.mian_new img{
    width: 100%;
}

.mian_new:hover{
    /* filter:opacity(1); */
    -webkit-filter: drop-shadow(0 12px 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 12px 7px rgba(0, 0, 0, 0.5))
    /* box-shadow: -1px 5px 11px 0px #000; */
}

.mian_new p{
    color: #0098da;
}

.mian_list li .seach{
    font-family: 'Noto Sans TC', sans-serif; /* 中文 */
    margin: 5px 0;
    width: 60%;
    height: 40px;
    border-radius: 2px;
}

.mian_list li .button{
    width: 30%;
    height: 40px;
    color: #fff;
    background-color: #0581bc;
    border: transparent;
    font-family: 'Noto Sans TC', sans-serif; /* 中文 */
    border-radius: 2px;
}

/* 版本尺寸 */
@media screen and (min-width: 1920px){
    main {
        display: block !important;
        margin-top: 61px;
    }
}
@media (min-width:1366px) and (max-width:1920px){
    main {
        display: block !important;
        margin-top: 61px;
    }

    .main_all {
        padding: 0px;
    }

    .body_all_1 {
        width: 70vw;
    }

}
@media (min-width:1024px) and (max-width:1365px){
    main {
        display: block !important;
        margin-top: 61px;
    }

    .body_all_1 {
        width: 80vw;
    }

    .mian_style{
        display: none;
    }

    .mian_new p {
        font-size: 20px;
    }

    .mian_new {
        height: 100%;
    }

    .main_all {
        padding: 0;
    }

}
@media (min-width:768px) and (max-width:1023px){
    .body_all_1 {
        width: 80vw;
    }

    .mian_style{
        display: none;
    }
    
    .aside_bread{
        display: none;
    }

    .mian_new p {
        font-size: 20px;
    }

    .mian_new {
        height: 100%;
    }

    /* main chuange */
    .body_button{
        display: block;
    }

    main {
        display: block;
        /* opacity: 0; */
        width: 100%;
        background-color: #1895cf;
        position: absolute;
        left: 0;
        /* transition: .5s; */
    }

    .mian_title{
        display: none;
    }

    .main_all{
       padding: 0;
    }

    .mian_list ul {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .mian_list ul li{
        width: 25%;
        padding: 10px;
        text-align: center;
        border-bottom: transparent;
    }

    .mian_list ul li p{
        padding: 10px;
        color: #fff;
    }

    .mian_new{
        display: none;
    }
}

@media screen and (max-width: 767px){
/* @media (min-width:374px) and (max-width:767px){ */
    .body_all_1 {
        width: 98vw;
    }

    .mian_style{
        display: none;
    }
    
    .aside_bread{
        display: none;
    }

    .mian_new p {
        font-size: 20px;
    }

    .mian_new {
        height: 100%;
    }

    /* main chuange */
    .body_button{
        display: block;
    }

    main {
        display: block;
        width: 100%;
        background-color: #1895cf;
        position: absolute;
        left: 0;
        z-index: 97;
    }

    .mian_title{
        display: none;
    }

    .main_all{
       padding: 0;
    }

    .mian_list ul {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .mian_list ul li{
        width: 50%;
        padding: 10px;
        text-align: center;
        border-bottom: transparent;
    }

    .mian_list ul li p{
        padding: 10px;
        color: #fff;
    }

    .mian_new{
        display: none;
    }

    .mian_list li .button{
        color: #fff;
        background-color:#99ce53;

    }
}
/* @media (min-width:374px) and (max-width:413px){} */