.wrapper_1200 .caseList .more {
			font-size: 14px;
			color: #999999;
			width: 120px;
			height: 36px;
			text-align: center;
			line-height: 36px;
			margin: 36px auto 40px auto;
			cursor: pointer;
			display: block;
		}

		.headerBg {
			background:url("../images/companyinfo1.jpg") center 0 no-repeat;
			overflow: hidden;
			width: 100%;
			height: 380px;
		}

		#thename {
			text-align: center;
			width: 235px;
			height: 80px;
		}

		#theimg {
			height: 150px;
		}

		#theinfo {
			height: 15px;
		}
		.one {
			transition: transform 0.5s ease; /* 平滑过渡效果 */
		}

		.one:hover {
			transform: translateY(-10px);
			/* 上浮10px */
		}
