	.ztFooter {
				background: #595B63;
				
				width: 100%;
				/* height: 700px; */
			}
			.div1{
				font-size: 22px;
				font-weight: bold;
			}

			.ztFooter>div {
				width: 78%;
				margin-left: 11%;
				margin: 0 auto;
				/* height: 700px; */
				padding-top: 60px;
				padding-bottom: 30px;
			}

			.ztFooter2 {
				display: flex;
			}
			.Viewbtn{
				width: 140px;
				height: 40px;
				text-align: center;
				line-height: 40px;
				background: #666c7c;
				color: white;
				margin-top: 10px;
			}
			
			.ztFooter2 img{
				width: 110px;
				height: 110px;
			}

			.ztFooter2>div:nth-child(1) {
				width: 20%;
				height: 190px;
				border-right: 1px solid #81838B;
			}

			.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(2) {
				width: 50%;
				
			}
			.div1{
				color: white;
				margin-top: 30px;
				margin-left: 50px;
			}
			.div2{
				color: white;
				margin-left: 50px;
				margin-top: 20px;
				font-size: 18px;
			}
			.div3{
				display: flex;
				color: white;
				margin-left: 50px;
				margin-top: 20px;
				font-size: 15px;
			}
			.div3>div{
				width: 280px;
			}

			.ztFooter2>div:nth-child(3) {
				width: 30%;
				display: flex;
				align-items: center;
				justify-content: space-between;

			}

			.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;
				text-align: center;
			}

		

			.ztFooter3 {
				color: white;
				margin-top: 70px;
			}

			.ztFooter4 {
				color: white;
			}

			.ztFooter5 {
				width: 100%;
				height: 60px;
				line-height: 60px;
				text-align: center;
				background: #595B63;
				border-top: 1px solid #81838B;
				color: #7E7F85;
				font-size: 16px;
			}
			.ztFooter5 a{
				color: #7E7F85;
				text-decoration: none;
			}
			
			.ztFooter5s {
				width: 100%;
				height: 8rem;
				line-height: 4rem;
				text-align: center;
				background: #595B63;
				border-top: 1px solid #81838B;
				color: #7E7F85;
				font-size: 16px;
			}
			.ztFooter5s a{
				color: #7E7F85;
				text-decoration: none;
			}
			
			.ztFooter5s{
				display: none;
			}
			
			@media screen and (max-width: 768px) {
				.ztFooter5{
					display: none;
				}
				
				.ztFooter{
					display: none;
				}
				
				.ztFooter5s{
					display: block;
					    position: fixed;
					    bottom: 0;
				}
			}