.banner{width: 100%;display: block;}
.banner_mb{display: none;width: 100%;}
.typeList{width: 151px;text-align: center;margin: 30px 80px;cursor: pointer;float: left;}
.typeList h1{text-align: center;color: #ad2d36;font-size: 30px;font-weight: bold;margin-top: -10px;margin-bottom: 10px;}
.typeList p{text-align: center;color: #ffffff;font-size: 17px;display: inline-block;padding: 5px 10px;background: #ce7771;border-radius: 15px;}
html,body{background: #ffe7c9;}
.content{width: 935px;margin: 0 auto;overflow: hidden;padding: 60px 0;}
.footer1{display:none;width: 100%;line-height: 52px;background: url(../images/footer.png) no-repeat center top;text-align: center;color: #fff;}
@media screen and (max-width: 768px){
	.content{width: 100%;padding: 20px 0;text-align: left;text-align: center;}
	.typeList{margin: 10px 2.5%;display: inline-block;}
	.banner_mb{display: block;}
	.banner{display: none;}
	.footer1{display: block;}
	.footer{display: none;}
	.typeList{width: 20%;}
	.typeList img{width: 100%;}
	.typeList h1{font-size: 13px;}
	.typeList p{font-size: 12px;}
}
.footer{width: 100%;line-height: 52px;background: url(../images/footer.png) no-repeat center top;text-align: center;color: #fff;}
