@media only screen and (max-width: 959px) and (min-width: 280px) {
	/*中小屏幕*/
	* {
		margin: 0;
		padding: 0;
	}
	.container {
		width: 100%;
		margin: 0 auto;
		background-color: cornflowerblue;
		color: white;
	}
	.daohang {
		width: 100%;
		/*height: auto;*/
		/*background-color: pink;*/
		border: 1px solid red;
		position: fixed;
		top: 0px;
		height: auto;
		background-color: cornflowerblue;
		/*background-color: cornflowerblue;
		color: white;*/
		/*left:50%;
	    -webkit-transform: translateX(-50%);*/
		/*bottom:100px ;*/
		/*display: flex;*/
		/*flex-wrap: nowrap;*/
	}
	.daohang img {
		width: 100%;
		height: 80px;
		margin-top: 10px;
		/*line-height: 80px;*/
		/*float: left;*/
	}
	.daohang ul {
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.daohang ul li {
		list-style: none;
		line-height: 40px;
		font-weight: bold;
		/*align-self: ;*/
	}
	.daohang ul li a{
		
		text-decoration: none;
		
	}
	.daohang h1 {
		/*width: 100%;*/
		/*margin-top: 0px;*/
		font-size: 12px;
		text-align: center;
		color: white;
	}
	.daohang h1 a {
		/*width: 100%;*/
		/*font-size: 12px;
		text-align: center;*/
		text-decoration: none;
		color: white;
	}
	.daohang_zhuti {
		display: none;
	}
	.news {
		width: 100%;
		height: auto;
		margin-top:  220px;
		margin-bottom: 30px;
	}
	.news ul {
		display: flex;
		flex-direction: column;
		list-style: none;
		/*justify-content: flex-start;*/
	}
	.news ul li {
		font-size: 24px;
		padding-top: 30px;
		align-self: flex-start;
		font-weight: bold;
	}
	.news ul li a {
		text-decoration: none;
		color: white;
	}
	.page{
		width: 100%;
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.page ul {
		list-style: none;
		display: flex;
		flex-direction: row;
		
		justify-content:space-around;
	}
	.page ul li {
		font-size: 20px;
		/*padding-top: 30px;*/
		/*align-self: center;*/
		font-weight: bold;
	}
	.page ul li a {
		text-decoration: none;
		color: white;
	}
	
	.foot {
		height: auto;
		width: auto;
	}
	.foot p {
		height: 50px;
		width: 100%;
		text-align: center;
		line-height: 50px;
		/*margin-top: 20px;*/
	}
	.youqing_lianjie {
		height: auto;
		width: auto;
		/*margin-bottom: 20px;*/
	}
	.youqing_lianjie span {
		margin-left: 2%;
		line-height: 40px;
	}
	.youqing_lianjie ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		/*line-height: -20px;*/
	}
	.youqing_lianjie li {
		padding-left: 2%;
		margin-top: 10px;
		/*align-self: center;*/
		/*display: inline;
		
		line-height: 20px;*/
	}
	.youqing_lianjie a {
		text-decoration: none;
		color: white;
	}
	.chatme{
		width:100%;
		height:30px;
		border:1px solid red;
		position:fixed;
	    bottom:10px;
		background-color: red;
		text-align:center;
		font-weight: bold;
		line-height:30px;
	
	}
	.chatme a{
		color:white;
		text-decoration: none;
	}
}