﻿	.ztFooter {
				background: RGBA(46, 47, 51, 1);
				width: 100%;
				/* height: 700px; */
			}

			.ztFooter>div {
				width: 1460px;
				margin: 0 auto;
				/* height: 700px; */
				padding-top: 60px;
				padding-bottom: 30px;
			}

			.ztFooter2 {
				display: flex;
			}

			.ztFooter2>div:nth-child(1) {
				width: 22%;
				height: 190px;
				border-right: 1px solid RGBA(67, 68, 72, 1);
			}

			.ztFooter2>div:nth-child(1)>p:nth-child(2) {
				font-size: 16px;
				color: white;
				margin-top: 15px;
			}

			.ztFooter2>div:nth-child(1)>p:nth-child(3) {
				font-size: 20px;
				color: white;
			}
			.ztFooter2>div:nth-child(1)>div:nth-child(4) {
				width: 120px;
				height: 35px;
				background: #E3212A;
				text-align: center;
				line-height: 35px;
				color: white;
				margin-top: 20px;
			}

			.ztFooter2>div:nth-child(2) {
				width: 48%;
				height: 200px;
				border-right: 1px solid RGBA(67, 68, 72, 1);
				display: flex;
				justify-content: space-around;
				color: RGBA(150, 150, 151, 1);
			}

			.ztFooter2>div:nth-child(3) {
				width: 30%;
				display: flex;
				align-items: center;
				justify-content: center;

			}

			.ztFooter2>div:nth-child(3) div {
				margin-left: 5px;
				margin-right: 5px;
			}


			.ztFooter2>div:nth-child(2)>div>div div {
				margin-top: 15px;
				cursor: pointer;
			}

			.ztFooter2>div:nth-child(2)>div>div:nth-child(1) {
				color: white;
			}

			.ztFooter3 {
				color: white;
				margin-top: 70px;
			}

			.ztFooter4 {
				color: white;
			}

			.ztFooter5 {
				width: 100%;
				height: 60px;
				line-height: 60px;
				text-align: center;
				background: RGBA(46, 47, 51, 1);
				border-top: 1px solid RGBA(67, 68, 72, 1);
				color: RGBA(99, 100, 102, 1);
			}