
body,html{
	font-family: "微软雅黑";
	font-size: 20px;
}
@media only screen and (min-width: 100px) and (max-width: 770px) {
	body,html{
		width:100%;
		font-family: "微软雅黑";
		background: #f7f3f3;
	}
	.head,.main,.foot{
		display: none;
	}
	.header_model{
		width: 100%;
		height: 2rem;
		background: #ff4e5c;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		font-size: 0.7rem;
	}
	.header_model div{
		padding: 0 0.5rem;
	}
}
@media only screen and (min-width: 770px) {
	.header_model{
		display: none;
	}
	.head{
		min-width:1200px;
		max-width:1600px;
		height: 100px;
		background: #ff4e5c;
		position: relative;
		margin:0 auto;
	}
	.head .head_m{		
		width: 980px;
		height: 100px;
		margin: 0 auto;
		vertical-align: middle;
		padding-top: 23px;
	}
	.head .head_m img{
		height: 45px;
		margin-right: 40px;
		vertical-align: middle;
	}
	.head .head_m span{
		height: 45px;
		border-left: 2px solid white;
		line-height: 45px;
		font-size: 20px;
		color: white;
		padding-left: 45px;
		display: inline-block;
	}
	.main{
		width: 100%;
		min-width: 1200px;
	}
	.main .main_top{
		margin: 50px auto 0;
		max-width: 1600px;
		min-width: 1200px;
		height: 120px;
		background: url(../newimages/foot_bg.png) no-repeat;
	}
	.main .main_bottom{
		margin:0 auto;
		padding-top: 20px;
		height: 40px;
		max-width: 1600px;
		min-width: 1200px;
		background: #eeeeee;
	}
	.foot{
		height: 154px;
		max-width: 1600px;
		min-width: 1200px;
		background-color: #353942;
		margin: 0 auto;
	}
	.foot .foot_in{
		width: 1200px;
		margin: 0 auto;
		height: 154px;
	} 
	.foot .foot_in p{
		margin: 0 auto;
		text-align: center;
		font-size: 14px;
		color: #d2d2d2;
		width: 980px;
	}
	.foot .foot_in .foot_top{
		height: 64px;
		line-height: 64px;
		font-size: 16px;
	}
	.foot .foot_in .foot_top a{
		height: 16px;
		line-height: 16px;
		padding: 0 12px;
		border-left: 1px solid #d2d2d2;
		cursor: pointer;
		color: #d2d2d2;
	}
	.foot .foot_in .foot_top .foot_1{
		border-left: none;
	}
	.foot .foot_in .foot_youqing{
		width: 880px;
		padding-top: 10px;
	}
	.foot .foot_in .foot_youqing a{
		padding-left: 6px;
		height: 30px;
		line-height: 30px;
		cursor: pointer;
		color: #d2d2d2;
	}
	.foot .foot_in .copy{
		padding-top: 20px;
	}
	.foot .foot_in .ipc{
		padding-top: 15px;
		height: 14px;
		font-size: 14px;
		line-height: 14px;
	}
	.foot .foot_in .ipc img{
		margin-left:15px;
		border: none;
		vertical-align: middle;
	}
}