	/* 底部 */
			.footer {
				/* background-color: #252D45; */
				padding: 50px 0 0;
				color: #FFFFFF;
			}

			.footer-content {
				width: 1200px;
				margin: 0 auto;
			}

			.footer-content .flex {
				justify-content: space-between;
				display: flex;
			}

			.footer .ul {
				width: 400px;
				display: flex;
				justify-content: space-between;
			}

			.footer .ul ul {
				font-size: 14px;
			}

			.footer .ul ul li {
				margin-bottom: 15px;
			}

			.footer .ul ul a,li,p,
			.tel {
				color: #9498A4;
			}

			.footer .footer-logo {
				margin-bottom: 20px;
				/* text-align: center; */
			}

			.footer .wx-box {
				display: flex;
				justify-content: space-around;
			}

			.footer .row {
				padding-bottom: 30px;
			}
		

			.footer .footer-info {
				line-height: 27px;
				color: #333333;
				text-align: center;
				padding: 30px 0;
				background-color: #eeeeee;
				margin-top: 50px;
			}
			.footer .footer-info a{color: #107cff;}
			.code-p {
				font-size: 14px;
			}

			.back2top {
				width: 58px;
				height: 58px;
				position: fixed;
				_position: absolute;
				left: 50%;
				margin-left: 620px;
				bottom: 100px;
				_bottom: auto;
				cursor: pointer;
				display: none;
			}

			.back2top a {
				display: block;
				width: 100%;
				height: 100%;
				background: url('../image/back2top.png') no-repeat;
			}

			.back2top a:hover {
				background: url('../image/back2top.png') no-repeat -58px 0;
			}