﻿@media screen and (min-width:321px)and (max-width:480px) {
.body {
		width: 100%;
		height: 320px;
		/* background: url(banner.jpg) no-repeat left top; */
	}

	/* 顶部文字 */
	.topBar {
		width: 100%;
		height: 30px;
	}

	.topBar_content {
		width: 100%;
	}
.content_left li{
	padding-left: 0;
}

.slhmod{
	display: none;
}
	/* logo */
	.logo_Bar {
		width: 100%;
		height: 290px;
		text-align: center;
	}

	.logo_Bar .logo {
		width: 60%;
		margin: 0 auto;
	}


	.logo img {
		width: 100%;
	}

	/* 搜索框 */
	.search {
		width: 85%;
	}

	.home_search {
		width: 100%;
		height: 100px;
	}

	.home_search .ss .ss_txt {
		width: 100%;
	}
.home_search p{
	font-size: 0.9rem;
}
	/* 导航栏 */
	.top_nav {
		width: 100%;
	}

	.top_nav .nav {
		width: 100%;
	}
.top_nav .nav ul {
    width: auto;
    display: flex;
    overflow-x: auto;
}

	.top_nav .nav ul li {
		width: 14%;
    width: auto;
    white-space: nowrap;
font-size: 0.7rem;
	}
.top_nav .nav ul li a {
    width: 60px;
}
	/*  */
	table{    max-width: 90% !important;}

	/* 内容 */
	.content_wrap{
		width: 100%;
	}
	.news_top .from span{
		margin-left: 0;
	}
	.news_detail{
		padding: 25px 10px 100px 10px;
	}
	.news_detail p span{
		font-size: 18px !important;
	}
	
	.news_detail img{
		max-width: 90%;
	}
	
	
	
	
	/* 底部 */
	.footer_wrap .footer {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.footer .footer_left {
		width: 100%;
		height: auto;
	}
	
	.footer .footer_middle {
		width: 100%;
		height: auto;
		font-size: 0.8rem;
		padding: 0 20px;
	}
	
	.footer .footer_right {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	
	
	
}