body{
				background-color: #f1f1f1;
				margin:  0 0;
				overflow-x: hidden;
			}
			.navitem{
				line-height: 70px;
				padding-left: 20px;
				padding-right: 30px;
				 font-weight: 600;
				 font-size: 14px;
				 cursor: pointer;
				}
				.navitem:hover{
					background-color: #00873E !important;
					color: #fff !important;
				}
				.mks{
					width: 20%; 
					text-align: center; 
					background-color: #f5f5f5; 
					height: 200px;
					overflow: hidden;
				
				}
				.mks2{
					width: 100%;
					text-align: center; 
					background-color: #f5f5f5; 
					height: 200px;
				}
				.mks2:hover{
					background-color: #fff; 
					margin-top: -2px;
				}
				.move{
					color: #00873E; font-size: 16px;
					cursor: pointer;
				}
				.move:hover{
					color: #000;
					transform: scale(1.1);
				}
				div{
					position: relative;
				}
				.zsimg:hover{
					transform: scale(0.96);
				}
				
				