.content ul {
			    padding: 50px 0 0;
				display: flex;
			    flex-wrap: nowrap;
				justify-content: space-between;
				width: 1000px;
				margin: 0 auto;
				list-style: none;
			}	
			.content ul li {
			    width: 30%;
			    text-align: center;
			    padding: 0 25px;
			}
			.content ul li img {
			    display: block;
			    margin: 0 auto;
			    width: 210px;			    
			}
			.content ul li img:hover{
				transform: scale(1.1);
			}
			.content ul li 	h5 {
			    font-size: 22px;
			    color: #333;
			    margin: 26px 0 16px;
			}
			.content ul li p {
			    font-size: 14px;
			    color: #555;
			}	
			.dg{
				display: none !important;
			}
			.banner{
				overflow: hidden;
			    background-position: center center;
			    background-repeat: no-repeat;	
			    background-size: cover;
			    height: 800px;		
			    margin-top: 75px;
			}	
			.content ul li a{
				text-decoration: none;
			}