@charset "utf-8";
@media screen and (max-width:767px) {
    .top_wrapper {
        display: none;
    }
    body {
        background: #fff;
    }
    /*公司新闻*/
    .news_infor {
        position: relative;
        width: 92%;
        margin: 0 auto;
    }
    .news_infor .news_infor_title,
    .news_infor .news_infor_content,
    .news_infor ul {
        width: 100%;
    }
    .news_infor .news_infor_title {
        font-size: 22px;
        color: #333;
        font-weight: bold;
        margin-top: 32px;
    }
    .news_infor .news_infor_date {
        font-size: 18px;
        color: #b8b8b8;
        margin-top: 14px;
        padding-left: 26px;
        background: url(../img/ni_date.png) no-repeat 0 2px;
        background-size: 18px;
    }
    .news_infor .title_first,
    .news_infor .title_sec {
        margin-top: 12px;
        text-align: center;
        font-size: 18px;
    }
    .news_infor .artical_introduce {
        font-size: 16px;
        color: #333;
        text-indent: 2em;
        line-height: 24px;
        margin-top: 26px;
        margin-bottom: 21px;
    }
    .news_infor .special {
        text-indent: 0em;
    }
    .news_infor .artical_pic {
        width: 94%;
        margin: 0 auto;
    }
    .news_infor .artical_pic img {
        display: block;
       width: 100%;
        height: 20%;
        margin-bottom: 15px;
    }
    .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;
    }
    .container_top .current_page {
        margin-top: 13px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        display: none;
    }
    /*公司新闻*/
    .news_top {
        width: 92%;
        margin: 0 auto;
    }
    .news_top .news-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .news_top .news-title .title {
        line-height: 72px;
        font-size: 28px;
        color: #000;
    }
    .news_top > .news_artical {
        width: 1005;
        height: auto;
        margin: 0 auto;
        margin-top: 42px;
    }
    .news_artical .title_first,
    .news_artical .title_sec {
        margin-top: 16px;
        font-size: 16px;
        text-align: center;
    }
    .news_artical .artical_title {
        font-size: 18px;
        color: #333;
    }
    .news_artical .artical_date {
        font-size: 14px;
        color: #999;
        margin-top: 20px;
        margin-bottom: 28px;
    }
    .artical_date .icon, .artical_date .icon img {
        display: inline-block;
        width: 15px;
        height: 15px;
    }
    .artical_date .icon {
        float: left;
        margin-top: 1px;
        margin-right: 10px;
    }
    .news_artical .artical_introduce {
        font-size: 14px;
        color: #666;
        line-height: 29px;
        text-indent: 2em;
    }
    .news_artical > p:last-child {
        margin-bottom: 20px;
    }
    .artical_pic {
        width: 712px;
        height: auto;
        margin: 25px auto 0 auto;
    }
    .artical_pic .pic1 {
        display: block;
        width: 712px;
        height: 591px;
    }
    .artical_pic .pic2 {
        display: block;
        width: 712px;
        height: 591px;
    }
    .artical_pic .pic3 {
        display: block;
        width: 712px;
        height: 597px;
    }
    .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_2.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;
    }
	/*公司新闻*/
    .news_top {
        width: 1000px;
        margin: 0 auto;
    }
    .news_top .news-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .news_top .news-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .news_top > .news_artical {
        width: 1000px;
        height: auto;
        margin: 42px auto 0 auto;
    }
    .news_artical .title_first,
    .news_artical .title_sec {
        margin-top: 15px;
        font-size: 16px;
        text-align: center;
    }
    .news_artical .artical_title {
        font-size: 18px;
        color: #333;
    }
    .news_artical .artical_date {
        font-size: 14px;
        color: #999;
        margin-top: 15px;
    }
    .artical_date .icon, .artical_date .icon img {
        display: inline-block;
        width: 15px;
        height: 15px;
    }
    .artical_date .icon {
        float: left;
        margin-top: 1px;
        margin-right: 10px;
    }
    .news_artical .artical_introduce {
        font-size: 14px;
        color: #666;
        line-height: 29px;
        text-indent: 2em;
        margin-top: 20px;
    }
    .news_artical > p:last-child {
        margin-bottom: 20px;
    }
    .artical_pic .pic1 {
        display: block;
        width: 441px;
        height: 337px;
        margin: 24px auto;
    }
    .artical_pic .pic2 {
        display: block;
        width: 439px;
        height: 326px;
        margin: 24px auto;
    }
    .artical_pic .pic3 {
        display: block;
        width: 464px;
        height: 263px;
        margin: 24px auto;
    }
    .artical_pic .pic4 {
        display: block;
        width: 328px;
        height: 233px;
        margin: 24px auto;
    }
    .artical_pic .pic5 {
        display: block;
        width: 469px;
        height: 255px;
        margin: 24px auto;
    }
    .artical_pic .pic6 {
        display: block;
        width: 381px;
        height: 247px;
        margin: 24px auto;
    }
    .artical_pic .pic7 {
        display: block;
        width: 429px;
        height: 254px;
        margin: 24px auto;
    }
}