/* //小屏幕电脑 */

@media (min-width:1000px) and (max-width:1200px) {
    .top .center .nav>ul>li {
        width: 90px;
        margin-left: 0px;
    }
    /* 公司简介 */
    .section .i_about .left .content,
    .section .i_about .left .content p {
        -webkit-line-clamp: 2;
    }
    /* 底部内容 */
    .footer {
        padding: 0px 10px;
    }
    .footer .header {
        max-width: 1200px;
        margin: 0 auto;
        padding: 35px 0px;
    }
    .footer .header .left>ul>li {
        float: left;
        text-align: left;
        margin-right: 50px;
    }
    .section {
        padding: 40px 10px;
    }
    .o_main {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* 二级页面侧栏 */
    .o_main .left {
        width: 20%;
        /* position: fixed; */
        left: 50%;
        margin-left: -50%;
    }
    .o_main .right {
        width: 76%;
    }
}


/* 手机端 */

@media (max-width:999px) {
    .topzw {
        width: 100%;
        height: 0px;
    }
    .top {
        position: relative;
    }
    .top .center {
        height: 60px;
    }
    .top .center h1 {
        height: 50px;
        margin-top: -25px;
    }
    .wapmenu {
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #00a199 url(../images/wap_menu_o.svg) no-repeat center center;
        background-size: 80% auto;
        z-index: 99999;
    }
    .wapmenu_c {
        background: #00a199 url(../images/wap_menu_c.svg) no-repeat center center;
        background-size: 80% auto;
    }
    .top .center .nav {
        display: block;
        float: none;
        position: absolute;
        top: 60px;
        /* width: 100%; */
        left: 100%;
        right: 0px;
        background-color: #00a199;
        z-index: 99999999999999999999999;
        overflow-y: auto;
    }
    .wapmask {
        display: block;
        background-color: #00a199;
        position: fixed;
        left: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 100;
    }
    .top .center .nav>ul>li.Dmenu,
    .top .center .nav>ul>li.Dmenu:hover {
        background: none;
    }
    .top .center .nav>ul>li.wmenu {
        background: url(../images/arr_down.svg) no-repeat top 33px right 0px;
        background-size: 14px auto;
    }
    .top .center .nav>ul>li {
        float: none;
        width: 100%;
        height: auto;
        text-align: left;
        position: static;
        margin-left: 0px;
    }
    .top .center .nav>ul>li a {
        display: block;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #02ccc2;
        color: #fff;
        padding-left: 15px;
    }
    .top .center .nav>ul>li a.add {
        background: url(../images/add.svg) no-repeat top 12px right 15px;
        background-size: 25px auto;
    }
    .top .center .nav>ul>li a.reduce {
        background: url(../images/reduce.svg) no-repeat top 12px right 15px;
        background-size: 25px auto;
    }
    .top .center .nav>ul>li a.no {
        background: none;
    }
    .top .center .nav>ul>li.Dmenu ul {
        display: none;
        width: 100%;
        position: static;
        padding: 0px;
        border-radius: 0px;
        margin-left: 0px;
        left: 0;
        box-shadow: none;
    }
    .top .center .nav>ul>li.Dmenu li {
        width: 100%;
        height: 50px;
    }
    .top .center .nav>ul>li.Dmenu li a {
        display: block;
        height: 50px;
        line-height: 50px;
        background-color: #00a199;
        border-bottom: 1px solid #02ccc2;
        color: #fff;
        padding-left: 40px;
    }
    #banner .btn a {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        margin-top: -20px;
    }
    .footer .header {
        /* margin: 0 auto; */
        padding: 5px 0px 15px 0px;
    }
    .footer .header .left,
    .footer .header .right,
    .footer .header .left>ul>li {
        float: none;
    }
    .footer .header .right {
        width: 100%;
    }
    .footer .header .right .ewm {
        width: 100px;
        margin-top: 15px;
        margin-left: 10px;
        /* padding-left: 15px; */
    }
    .footer .header .left>ul>li>span {
        display: none;
    }
    .footer .header .left>ul>li {
        width: 100%;
    }
    .footer .header .left>ul>li.add {
        background: url(../images/add.svg) no-repeat top 10px right 15px;
        background-size: 25px auto;
    }
    .footer .header .left>ul>li.reduce {
        background: url(../images/reduce.svg) no-repeat top 10px right 15px;
        background-size: 25px auto;
    }
    .footer .header .left>ul>li>ul {
        display: none;
    }
    .footer .header .left>ul>li>ul>li {
        height: 45px;
        line-height: 45px;
    }
    .footer .header .left>ul>li>a,
    .footer .header .left>ul>li>ul>li>a {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        font-weight: normal;
        border-bottom: 1px solid #02ccc2;
        padding-left: 15px;
    }
    .footer .header .left>ul>li>ul>li>a {
        padding-left: 42px;
    }
    .footer .foot .center {
        height: auto;
        line-height: 24px;
        text-align: left;
        padding: 12px 15px;
    }
    .footer .foot .center .left {
        float: none;
        font-size: 13px;
        color: #ddeeed;
    }
    .footer .foot .center .right {
        float: none;
        font-size: 13px;
        color: #ddeeed;
    }
    .footer .foot .center .left a,
    .footer .foot .center .right a {
        font-size: 13px;
        color: #ddeeed;
    }
    .section {
        padding: 30px 15px;
    }
    .section .title h2 {
        font-size: 20px;
        font-weight: bold;
        color: #585858;
    }
    .section .title h3 {
        font-size: 11px;
        font-weight: normal;
        margin-top: 6px;
        color: #9c9c9c;
        letter-spacing: 1px;
    }
    .section .i_about .left .ico,
    .section .i_about .left .ico i {
        display: none;
    }
    .section .i_about .left .title {
        text-align: center;
        margin-bottom: 20px;
    }
    .section .i_about .left,
    .section .i_about .right {
        float: none;
        width: 100%;
    }
    .section .i_about .right {
        margin-top: 20px;
        display: none;
    }
    .section .i_about .left {
        padding-right: 0px;
        padding-top: 0px;
    }
    .section .i_about .left .more {
        margin-top: 15px;
    }
    .section .i_about .left .content {
        margin-top: 10px;
    }
    .section .i_about .left .ico {
        top: 30px
    }
    .section .i_culture .content {
        margin-top: 30px;
    }
    .section .i_culture .content li h2 {
        font-size: 15px;
        font-weight: bold;
    }
    .section .i_culture .content li p {
        display: none;
    }
    .section .i_culture .content li .img {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        text-align: center;
        /* background-color: #000; */
        margin-bottom: 15px;
    }
    .section .i_business .content {
        margin-top: 30px;
    }
    .section .i_business .content li {
        margin-left: 0px;
        margin-right: 2%;
        float: left;
        text-align: center;
        position: relative;
        cursor: pointer;
        width: 49%;
        margin-top: 2%;
    }
    .section .i_business .content li:nth-child(2n+0) {
        margin-right: 0px;
    }
    .section .i_business .content li:first-child,
    .section .i_business .content li:nth-child(2) {
        margin-top: 0px;
    }
    .section .i_business .content li .h2p h2 {
        font-size: 16px;
    }
    .section .i_business .content li .h2p p {
        font-size: 12px;
    }
    .section .i_storage .content {
        margin-top: 30px;
    }
    .section .i_storage .content .left,
    .section .i_storage .content .right {
        display: block;
        width: 100%;
    }
    .section .i_storage .content .right {
        display: none;
    }
    .section .i_news .content {
        margin-top: 30px;
    }
    .section .i_news .content .left {
        display: none;
    }
    .section .i_news .content .right {
        float: none;
        width: 100%;
    }
    .o_banner {
        height: 150px;
    }
    .o_main {
        padding-bottom: 30px;
    }
    .o_main .left {
        float: none;
        position: static;
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
        margin-top: 0px;
    }
    .o_main .left ul li {
        height: 45px;
        line-height: 45px;
        background: url(../images/l_right.svg) no-repeat top 15px right 20px;
        background-size: 15px auto;
        border-bottom: 1px solid #ccc;
    }
    .o_main .left ul li.on {
        background: #f4f4f4 url(../images/l_right.svg) no-repeat top 20px right 20px;
        background-size: 15px auto;
    }
    .o_main .left .title {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        background: #f4f4f4 url(../images/add2.svg) no-repeat top 10px right 15px;
        background-size: 25px auto;
        padding-left: 0px;
    }
    .o_main .left .title h2 {
        font-size: 16px;
        background: #00a199;
        width: 106px;
        text-align: center;
    }
    .o_main .left .title_reduce {
        background: url(../images/reduce.svg) no-repeat top 10px right 15px;
        background-size: 25px auto;
    }
    .o_main .left ul {
        display: none;
    }
    .o_main .right {
        float: none;
        position: static;
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }
    .o_main .right .locltion h2 {
        font-size: 16px;
    }
    .o_main .right .content_news {
        padding-top: 0px;
    }
    .o_main .right h2 {
        font-size: 16px;
        font-weight: normal;
    }
    .o_main .right .pages {
        width: 100%;
        text-align: center;
    }
    .o_main .right .pages .first {
        float: left;
        margin-top: 25px;
    }
    .o_main .right .pages .last {
        float: right;
        margin-top: 25px;
    }
    .o_main .right .pages span.mid {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 25px;
    }
    .o_main .right .pages .no {
        display: none;
        margin-top: 25px;
    }
    .o_main .right .content_pro {
        padding-top: 0px;
    }
    .o_main .right .content_pro>ul li {
        display: block;
        float: left;
        width: 49%;
        margin-right: 2%;
        height: auto;
        text-align: left;
        position: relative;
        background: #eeeeee;
        margin-top: 20px;
        padding: 6px;
        padding-bottom: 6px;
        border-radius: 2px;
        transition: all .5s;
    }
    .o_main .right .content_pro>ul li:nth-child(3n+0) {
        margin-right: 2%;
    }
    .o_main .right .content_pro>ul li:nth-child(2n+0) {
        margin-right: 0px;
    }
    .o_main .right .content_pro>ul li h2 {
        font-size: 14px;
    }
    .o_main .right .content {
        padding-top: 10px;
    }
    .o_main .right .content .con {
        padding-bottom: 20px;
    }
    .o_main .right .content .con>p img {
        max-width: 100%;
        height: auto;
        padding: 4px;
        border: 1px solid #e0e0e0;
    }
    .o_main .right .content .title {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 15px;
    }
    .o_main .right .content .title h2 {
        font-size: 18px;
        text-align: left;
    }
    .o_main .right .content .title i {
        text-align: left;
    }
    .o_main .right .content .inp textarea {
        height: 100px;
    }
    .o_main .right .content .inp input,
    .o_main .right .content .inp textarea {
        width: 100%;
    }
    .o_main .right .content .inp button {
        width: 100%;
    }
    .pmask .photo {
        position: relative;
        width: 90%;
        height: auto;
        left: 50%;
        margin-left: -45%;
        background-color: #fff;
        padding: 10px;
        top: 30px;
    }
    .qqkf .qq1 {
        width: 45px;
        height: auto;
        position: fixed;
        right: -3px;
        top: 50%;
        margin-top: -55px;
        z-index: 1000;
    }
}