﻿@media screen and (max-width: 768px) {
    /* 总体样式 */
    html, body {
        width: 100%!important;
        min-width: 0 !important;
        background-color: #F6F6F6!important;
    }
    .header_nav .nav_container ul .nav_item.active:after{
        width: 4rem !important;
        border-bottom: 2px solid rgba(0, 204, 255, 1) !important;
    }
    /* 头部通用样式 */
    #topmenu{
        height: 3rem !important;
    }
    .header_content{
        max-width: 100% !important;
    }

    #mainmenu{
        width: 100% !important;
        height: 20.4rem !important;
        position: static !important;
        top: 0 !important;
        box-shadow: 0px 0px 0px !important;
    }
    #mainmenu>.nav_container{
        width: 100% !important;
        height: 14rem !important;
        float: none !important;
        background-color: #71B8EB !important;
    }
    .nav_container>img{
        position: absolute !important;
        margin-left: 3.5rem!important;
        left: 0% !important;
        height: 12rem !important;
        margin-top: 2rem!important;
    }
    .header_nav> .nav_container{
        width: 100% !important;
        height: 6.4rem !important;
        margin: 0px!important;
    }
    .header_nav> .nav_container> ul{
        width: 100% !important;
        margin: 0!important;
    }
    .nav_item a{
        line-height: 6.5rem !important;
        font-size: 2rem !important;
        height: 6.4rem !important;
    }



    /*底部通用样式*/
    .main_footer{
        background-color: #F6F6F6!important;
        position: relative!important;
        /*top: 44.6rem!important;*/
    }
    .footer{
        width: 100% !important;
        min-width: 0px !important;
    }
    .footer_content{
        width: 100% !important;
    }
    .main_footer .footer_content p span{
        font-size: 1.2rem !important;
    }
    .main_footer .footer_content p span a{
        font-size: 1.2rem !important;
    }





    /*主体部分*/
    .main_body{
        width: 100%!important;
        margin: 0!important;
        padding: 0!important;
    }
    .con_top{
        margin: 0!important;
        height: 100% !important;
        /*border-bottom: 1px solid #ddd;*/
    }
    .pubShow-type{
        height: 100% !important;
    }
    .pubShow-type> ul{
        width: 100% !important;
        margin: 0!important;
        /*display: flex!important;*/
        /*flex-direction: column !important;*/
        /*!*flex-direction: row!important;*!*/
        /*justify-content: space-between!important;*/

    }
    .pubShow-type> ul> li{
        display: none;
        float: none!important;
        width: 100% !important;
        height: 6.5rem!important;
        border: 0!important;
        border-bottom: 1px solid #ddd !important;
        margin: 0 !important;
        background: none !important;
    }
    .pubShow-focus a{
        color: #000 !important;
        font-size: 2rem !important;
        border-bottom: 3px #0099FF solid;
    }
    .pubShow-focus{
        display: block !important;
    }
    .news{
        overflow-x: scroll !important;
    }
    .pubShow-focus{
        /*background: #F6F6F6!important;*/
        color: black!important;
    }
    #mf{
        width: 100%!important;
        background-color: #f6f6f6!important;
        margin-left: 0!important;
        /*float: none!important;*/
    }
    #swtframe{
        width: 100% !important;
    }
}