@charset "utf-8";

/* PC或中大型笔记本设备 desktop */

@media screen and (min-width: 1530px) {}


/* 中小型笔记本或大平板 laptop */

@media all and (min-width: 1250px) and (max-width: 1529px) {
    .public-container {
        width: 1250px;
        margin: 0 auto;
        /* overflow: hidden; */
    }
    .sevice {
        width: 70%;
    }
    .sevice-items {
        width: 25%;
    }
    .bellwether {
        width: 30%;
    }
    .reff-l {
        width: 894px;
        height: 432px;
    }
    .footer-nav-block {
        width: 170px;
        padding-left: 40px;
    }
    .footer-ewm {
        width: 305px;
        padding: 0 30px 0 40px;
    }
    /* 加固技术 */
    .thl-vane-l {
        width: 72.73%;
        max-width: 72.73%;
    }
    .vane-con {
        margin-left: 232px;
    }
    .vane-list {
        width: 308px;
    }
    .thliiv {
        width: 25.666%;
    }
    .thld-main {
        width: 920px;
    }
    /* 结构设计 */
    .design-main-l {
        width: 74.666%;
    }
    /* 所在城市 */
    .search-block .beaSelect .beaSelectBox {
        width: 180px !important;
    }
    .search-block .beaSelect .beaSelectList {
        width: 180px !important;
    }
    .search-block .beaSelect .beaSelectText {
        background: url('../img/select-bg.png') no-repeat;
        background-position: 155px 18px;
    }
    /* 公司类型 */
    .company-type .beaSelect .beaSelectBox {
        width: 315px !important;
    }
    .company-type .beaSelect .beaSelectList {
        width: 315px !important;
    }
    .company-type .beaSelect .beaSelectText {
        background: url('../img/select-bg.png') no-repeat;
        background-position: 290px 18px;
    }
    /* 加固信息 */
    .release-time .beaSelect .beaSelectBox {
        width: 206px !important;
    }
    .release-time .beaSelect .beaSelectList {
        width: 206px !important;
    }
    .release-time .beaSelect .beaSelectText {
        background: url('../img/select-bg.png') no-repeat;
        background-position: 181px 18px;
    }
    /* 加固问答 */
    .essence-list {
        width: 380px;
    }
    .issue-ask {
        width: 74.53%;
    }
    .essence-box {
        width: 546px;
    }
    .essence-hot {
        height: 152px;
        padding: 26px 34px 24px;
    }
    .skill-article {
        width: 74%;
    }
    .ese-hot-art a {
        max-height: 4em;
    }
    .fnav-main .skill-article {
        width: 76%;
    }
    .wide,
    .city {
        width: 180px;
        background: url('../img/select-bg.png') no-repeat;
        background-position: 155px 18px;
    }
    .company-type .comtype {
        width: 315px;
        background: url('../img/select-bg.png') no-repeat;
        background-position: 290px 18px;
    }
    .release-time .comtype{
        width: 206px;
        background: url('../img/select-bg.png') no-repeat;
        background-position: 181px 18px;
    }
    .company-name{
        max-width: 26em;
    }
    .thlli-picture{
        height: 168px;
    }
    .btm-list-pic{
        height: 162px;
    }
}


/* 中型平板或小型笔记本 tablet */

@media all and (min-width: 768px) and (max-width: 979px) {}


/* 手机或小平板 phone */

@media all and (max-width: 767px) {}
