/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}
html, body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    /*font-size:14px;*/
    color:#333;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    /* color: #232323; */
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.main_01 .content-mobile{
    display: none;
}

@media screen and (max-width: 414px) {
    /* html,header,.questions,.contact_us{
        font-size: 12px !important;
    } */
    header{
        width: 100% !important;
        height: 28px !important;
    }

    .section-header{
        width: 90% !important;
        margin: 0 auto !important; 
    }
    .section-header .logo{
        width: 40px !important;
    }
    .main_01 .content{
        display: none;
    }
    .main_01 .content-mobile{
        display: block;
        font-size: 11px;
        width: 50% !important;
        position: absolute;
        top: 2.5rem;
        left: 5%;
        line-height: 1.8;
    }
    .main_04{
        width: 100% !important;
        padding: 15px !important;
        box-sizing: border-box;
    }
    .main_04 h4,.main_05_box h4{
        font-size: 15px !important;
    }
    .main_05_box{
        width: 100% !important;
        padding: 15px !important;
        box-sizing: border-box;
        display: block !important;
    }
    .main_05_box .map{
        width: 100% !important;
        height: auto !important;
        /* display: none !important; */
    }
    .main_05_box .map img{

    }
    .main_05_box .contact_us,.main_05_box .contact_us .list{
        width: 100% !important;
        
    }
    .main_05 .list .item .icon{
        width: 12px !important;
        height: auto !important;
    }
    .main_05_box h6,header .menu li,.main_04 .questions .title,.main_04 .questions .desc,.main_05_box .contact_us .list .title,.main_05_box .contact_us .list .desc{
        font-size: 12px !important;
    }
    footer{
        font-size: 10px !important;
    }
    .main_04 .questions .title{
        font-weight: bold;
    }
    footer{
        height: auto !important;
        text-align: center !important;
        line-height: 1.5 !important;
        padding: 10px;
        box-sizing: border-box;

    }
}




