/* 平板 pad start*/

@media screen and (min-width: 768px) and (max-width: 992px) {
    body {
        font-size: 14px;
        background-size: 100% auto;
    }
    .visible-sm {
        display: block !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
    .hidden-sm {
        display: none !important;
    }
    .wrapin {
        width: 750px;
    }
    /*hm 首页*/
    .hm_about {
        padding: 20px 0 30px 0;
    }
    .hm_about .title {
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }
    .hm_wish {
        padding: 20px 0;
    }
    .hm_wish .photo {
        width: 750px;
        height: 420px;
    }
    .hm_team {
        padding-bottom: 20px;
    }
    .hm_team .title {
        height: 80px;
        line-height: 80px;
        font-size: 26px;
    }
    .hm_culture .c_left {
        float: left;
        width: 100%;
        background: #fff;
    }
    .hm_culture .c_right {
        float: left;
        width: 100%;
        background: #fff;
    }
    .hm_culture {
        padding-bottom: 20px;
    }
    .hm_culture .title {
        height: 80px;
        line-height: 80px;
        font-size: 26px;
    }
    .hm_compare {
        padding-bottom: 20px;
    }
    .hm_compare .title {
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-weight: bold;
        font-size: 26px;
    }
    .hm_compare a {
        width: 240px;
        height: 112px;
        border: 1px solid #dcdcdc;
        display: block;
        position: relative;
        overflow: hidden;
        float: left;
        margin: 0 12px 12px 0;
    }
    .hm_compare img {
        display: block;
        width: 240px;
        height: 112px;
    }
    .footer_cnt {
        padding: 36px 0 50px 0;
    }
    .footer {
        margin-top: 20px;
    }
    /*hm 首页*/
    .news_wp {
        padding: 20px 0 0 0;
    }
    .news_wp .s_list {
        width: 100%;
    }
    .news_item {
        width: 100%;
        padding: 20px 0;
        margin-right: 0;
    }
    .news_item .inf {
        width: 540px;
        float: right;
        padding-right: 10px;
    }
    .page {
        padding: 20px 0;
    }
    .now_pos {
        height: 54px;
        line-height: 54px;
        padding-top: 10px;
    }
    .cn_map {
        padding: 10px 0 20px 0;
    }
    .cn_map .title {
        height: 80px;
        line-height: 80px;
        font-size: 26px;
    }
    .ab_nav {
        padding: 30px 0;
        text-align: center;
    }
    .ab_nav a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 130px;
        color: #999;
        font-size: 16px;
        margin: 0 10px;
    }
    .ab_wp {
        padding-bottom: 20px;
    }
    .ab_floor .photo {
        width: 375px;
        height: 375px;
    }
    .ab_floor .wps {
        padding: 15px 20px 0 20px;
        font-size: 16px;
        line-height: 1.6;
        color: #666;
    }
    .ab_floor .t1 {
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        color: #333;
    }
    .ab_tip {
        padding-bottom: 30px;
    }
    .abhis_item {
        margin-bottom: 30px;
    }
    .abhis_item dl {
        width: 260px;
    }
    .job_top {
        padding: 20px 0 10px 0;
    }
    .job_top .t1 {
        height: 64px;
        line-height: 64px;
        font-size: 24px;
    }
    .job_title {
        height: 60px;
        line-height: 60px;
        margin-top: 20px;
        font-size: 20px;
    }
    /* 平板 pad end*/
}