@media screen and (max-width: 1200px) and (min-width: 980px) {
	.top_wrap {
		width: 980px;
	}
	.logo_wrap {
		width: 980px;
	}
	.logo_wrap_words {
		width: 425px;
	}
	.logo_wrap_words .text-box p {
		font-size: 16px;
	}
	.navigation_wrap {
		width: 980px;
	}
	.banner {
		height: 320px;
	}
	.sixBox {
		width: 980px;
	}
	.sixBox_list>li {
		width: 306px;
		height: 290px;
	}
	.middleBanner {
		width: 980px;
	}
	.message {
		width: 980px;
	}
	.message_list {
		width: 306px;
	}
	.show,.news {
		width: 980px;
	}
	.show_item .left-btn,.show_item .right-btn{
		display: none;
	}
	.news_content_pic>ul>li {
		width: 285px;
		overflow: hidden;
	}
	.newsPic {
		width: 100%;
	}
	.newsPic>img {
		width: 100%;
		height: 100%;
	}
	.news_content_words {
		width: 360px;
	}
	.link {
		width: 980px;
	}
	.link_pic_wrap {
		width: 880px;
	}
	.footer .footer_content {
		width: 980px;
	}

	/* 其他页面 */
	.child_banner {
		width: 980px;
	}
	.chilid_content {
		width: 980px;
	}
	.chilid_content_category {
		width: 200px;
	}
	.category_title {
		padding: 10px 0 10px 20px;
	}
	.category_title>h3 {
		font-size: 18px;
	}
	.chilid_content_main {
		width: 765px;
	}
	.search-container .search-box .item .search-item {
		width: 125px;
	}
}

@media screen and (max-width: 979px) {
	.footer .footer_content .content_words {
		padding-left: 20px;
	}
}