 /*网站底部*/
			
			#foot {
				width: 100%;
				height: 350px;
				background: gainsboro;
				margin: auto;
				margin-top: 120px;
			}
			
			#foot-div {
				width: 63%;
				height: 340px;
				font-size: 14px;
				color: dimgray;
				margin: auto;
				border: 1px solid gainsboro;
			}
			
			#foot-div p{
				font-size: 12px;
				color: dimgray;
				text-align: center;
				margin-top: 30px;
			}
			
			#foot-divleft {
				width: 520px;
				height: 180px;
				margin-top: 30px;
			}
			
			#foot-divleft span {
				margin-right: 40px;
				float: left;
				margin-top: 8px;
				font-size: 14px;
			}
			#foot-divleft a{
             	text-decoration: none;
             	color: dimgray;
            }
			#foot-divright {
				width: 158px;
				height: 190px;
				float: right;
				margin-top: -195px;
			}
			
			#foot-divright span {
				font-size: 18px;
				color: #000000;
				display: block;
				text-align: center;
			}
			
			#foot-divright div {
				width: 158px;
				height: 158px;
				float: right;
				margin-top: 10px;
			}