		.cooper {
			width: 100%;
			float: left;
			padding: 48px 0px 50px 0px
		}

		.img img {
			width: 100%;
			height: 100%;
			display: inline-block;
			transition-duration: 1s;
			-ms-transition-duration: 1s;
			-moz-transition-duration: 1s;
			-webkit-transition-duration: 1s;
		}

		.img:hover img {
			transform: scale(1.1);
			-o-transform: scale(1.1);
			-ms-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
		}

		.cooper a {
			float: left;
			width: 274px;
			border: 1px solid #eaeaea;
			margin-right: 32px;
			margin-bottom: 40px;
			padding-bottom: 20px
		}

		.cooper a:nth-child(4n) {
			margin-right: 0px
		}

		.cooper a p {
			width: 100%;
			overflow: hidden
		}

		.cooper a span {
			display: block;
			text-align: center;
			color: #646464;
			font-family: Arial;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
			margin-top: 10px
		}

		.S_banner {
			height: auto !important;
		}

		@media screen and (max-width: 1200px) {
			.cooper{
				padding-top: 0;
			}
			.cooper a {
				float: none;
				margin: 0;
				width: 100%;
			}
		}