html{
			background: url(2016_bg_log.jpg) no-repeat center top;
			margin:0px;
			padding: 0px;
			font-family: "微软雅黑";
			font-size: 16px;
		}
		body,p{
			margin:0px;
			padding: 0px;
		}
		.content{
			width: 912px;
			margin:180px  auto 0 auto;
			padding: 36px 35px;
		}
		table,tr,td{
			margin:0px;
			padding: 0px;
		}
		table,td{
			border: 1px solid #000;
			border-collapse:collapse
		}
		td{
			height: 50px;
			line-height: 50px;
			text-align: center;
		}
		td a{
			text-decoration: none;
			color: #000;
		}
		.split{
			height: 10px;
			width:100%;
			background-color: #f53e1e;
		}
		.foot{
			width: 100%;
			height: 112px;
			background-color: #ebebeb;
		}
		.foot p{
			line-height: 35px;
			font-size: 14px;
			text-align: center;
		}