.phone-show{
    display: block;
}
.top{
    margin-top: 50px;
    background: none !important;
    height: auto;
}
.top-form{
    display: none;
}
.nav-bg{
    display: none;
}
.w1200{
    width: 96%;
}
.date-l-list{
    width: 100%;
}
.one-art{
    padding:  20px 0 0 0;
}
.one-art .date-l-list:nth-child(2){
    margin-top: 30px;
}
.foot .con-cen{
    border: none;
    padding: 30px 0;
}
.foot .con-r{
    width: 100%;

}
.sides_l{
    display: none;
}
.content-r{
    width: 100%;
    margin-left: 0;
}
.main_con{
    padding-top: 10px;
}
.fenye li:first-child,.fenye li:last-child{
    display: none;
}
.swiper-container1 img{
    max-width: 100%;
}
.phone-hide{
    display: none;
}
.m_menu{
    height: 50px;
    display: flex;
    background: #006fe2;
    color: #fff;
    top: 0;
}
.m_logo{
    width: 80%;
    float: left;
    text-align: center;
}
.m_logo img {
    max-width: 100%;
    max-height: 40px;
    padding-top: 4px;

}
.menu_but{
    float: right;
    width: 18%;
    padding-top: 8px;
    padding-left: 8%;
    position: relative;
}
.menu_but .but{
    text-align: center;
    width: 40px;
}
.menu_but .but img{
    max-width: 100%;
}
.menu_list{
    background: rgba(0,111,226,0.9);
    position: absolute;
    width: 203px;
    top: 50px;
    left: -100px;
    display: none;
}
.menu_list li{
    position: relative;
    border-bottom: 1px solid #fff;
}
.menu_list li a.mtype{
    width: 150px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 12px 0;
    text-indent: 10px;
    color: #fff;
}
.menu_list li span.ioc{
    float: right;
    width: 17px;
    text-align: center;
    height: 17px;
    padding-right: 15px;
    padding-top: 12px;
}
.menu_list li span.ioc img{
    max-width: 100%;
}

.menu_list li dl{
    background: #006FE2;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 43px;
}
.menu_list li dl dd{
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #fff;
    text-indent: 20px;
}
.menu_list li dl dd a{
    color: #fff;
}
.menu_list li dl dd:first-child{
    border-top: 1px solid #fff;
}
.menu_list li dl dd:last-child{
    border-bottom: none;
}