@charset "utf-8";
@media screen and (max-width:767px) {
    .top_wrapper {
        display: none;
    }
    body {
        background: #fff;
    }
    /*行业动态*/
    .industry_infor {
        position: relative;
        width: 92%;
        margin: 0 auto;
    }
    .industry_infor .industry_infor_title,
    .industry_infor .industry_infor_content {
        width: 100%;
    }
    .industry_infor .industry_infor_title {
        font-size: 22px;
        color: #333;
        font-weight: bold;
        margin-top: 32px;
        margin-bottom: 15px;
    }
    .industry_infor .industry_infor_date {
        font-size: 14px;
        color: #b8b8b8;
        padding-left: 26px;
        background: url(../img/ni_date.png) no-repeat 0 2px;
        background-size: 18px;
    }
    .industry_infor .industry_infor_content {
        font-size: 16px;
        color: #666;
        text-indent: 2em;
        line-height: 26px;
        margin-top: 27px;
        margin-bottom: 18px;
    }
    .main {
        font-weight: bold;
    }
    .industry_infor_content img {
        display: block;
        width: 270px;
        height: 315px;
        margin-left: 24px;
    }
    .go_top {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 43px;
        height: 43px;
        background: url(../../img/go_top1.png) no-repeat;
        background-size: 43px;
    }
    .go_top:active {
        background: url(../../img/go_top2.png) no-repeat;
        background-size: 43px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        display: none;
    }
    /*行业动态*/
    .industry_infor_top {
        width: 92%;
        margin: 0 auto;
    }
    .industry_infor_top .infor-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .industry_infor_top .infor-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .industry_infor {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .industry_infor .title {
        font-size: 18px;
        color: #333;
        margin-top: 42px;
    }
    .industry_infor .date {
        font-size: 13px;
        color: #999;
        margin-top: 15px;
        padding-left: 25px;
        background: url(../img/ii_time.png) no-repeat;
        background-size: 16px;
    }
    .industry_infor div p {
        font-size: 14px;
        color: #666;
        line-height: 29px;
        text-indent: 2em;
        margin-top: 20px;
    }
    .industry_infor div p:last-child {
        margin-bottom: 20px;
    }
    .industry_infor div p.main {
        font-weight: bold;
        text-indent: 0em;
    }
    .go_top {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 43px;
        height: 43px;
        background: url(../../common/img/go_top_1.png) no-repeat;
        background-size: 43px;
    }
    .go_top:active {
        background: url(../../common/img/go_top_1.png) no-repeat;
        background-size: 43px;
    }
}
@media screen and (min-width:960px) {
    .container {
        position: relative;
        display: none;
    }
    body {
        background: #fff;
    }
    .go_top {
        display: none;
        position: fixed;
        bottom: 150px;
        right: 20px;
        width: 43px;
        height: 43px;
    }
    .go_top img {
        display: block;
        width: 43px;
        height: 43px;
    }
    /*行业动态*/
    .industry_infor_top {
        width: 1000px;
        margin: 0 auto;
    }
    .industry_infor_top .infor-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .industry_infor_top .infor-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .industry_infor {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .industry_infor .title {
        font-size: 18px;
        color: #333;
        margin-top: 42px;
    }
    .industry_infor .date {
        font-size: 13px;
        color: #999;
        margin-top: 15px;
        padding-left: 25px;
        background: url(../img/ii_time.png) no-repeat;
        background-size: 16px;
    }
    .industry_infor div p {
        font-size: 14px;
        color: #666;
        line-height: 29px;
        text-indent: 2em;
        margin-top: 20px;
    }
    .industry_infor div p:last-child {
        margin-bottom: 20px;
    }
    .industry_infor div p.main {
        font-weight: bold;
        text-indent: 0em;
    }
}