@media screen and (max-width: 768px) { 
    body {
        width: 100%;
    }
    .weixin,
    .sliderContainer .slideSelectors {
        display: none;
    }
    #header {
        height: auto;
        min-width: 100%;
        background: none;
    }
    .header_top {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 0px 15px;
    }
    .header_top .logo {
        float: none;
        display: block
    }
    .logo>a>img {
        display: block;
        width: 100%;
        height: auto;
    }
    .header_top .top_link {
        width: 100%;
        float: none;
    }
    .header_top .top_link {
        text-align: left;
        margin-top: 10px;
    }
    .menu {
        width: 100%;
        height: auto;
    }
    .menu ul.menu-list li {
        min-width: 33.33%;
        background: url(../images/navbg_space.jpg) no-repeat left center #ae0b2a;
    }
    #wraper {
        min-width: 100%;
    }
    .focus_con {
        height: 200px;
    }
    .iosSlider .slider .item .inner {
        width: 100%;
        height: 200px;
    }
    .iosSlider .slider .item .inner .text1 {
        height: 30px;
    }
    .iosSlider .slider .item .inner .text1 span {
        font-size: 12px;
        line-height: 30px;
    }
    .main {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 15px;
    }
    .main .left,
    .tablist .c14_02 li,
    .main .right,
    #footer .footer_con p.left,
    #footer .footer_con div.right {
        width: 100%;
        float: none;
    }
    .tablist .c14_02 {
        width: 100%;
    }
    .tablist .c14_02 li {
        width: 100%;
        float: none;
        margin-left: 0px;
    }
    .lanrenzhijia {
        width: 100%;
    }
    .kc_link ul li {
        width: 190px;
    }
    .kc_link ul li img {
        width: 100%;
        height: auto;
    }
    #footer {
        min-width: 100%;
        height: auto;
    }
    #footer .footer_con {
        width: 100%;
    }
    #footer .footer_con div.right {
        height: auto;
        text-align: left;
    }
}

