.other {
	width: 1025px;
	bottom: 304px;
	background: url(../images/bg4.jpg) no-repeat center bottom;
	box-shadow: 0 0 10px rgba(0,0,0,.2),0 0 10px rgba(0,0,0,.2),0 0 10px rgba(0,0,0,.2),0 0 10px rgba(0,0,0,.2);
	z-index: 3;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.other-cont2 { display: none; }
.textHead {
	height: 111px;
	border-bottom: 1px solid #be9c50;
	box-sizing: border-box;
	padding: 27px 29px 0 29px;
}
.textHead h1 {
	font-size: 45px;
	color: #765816;
	line-height: 79px;
	display: inline-block;
	border-bottom: 5px solid #be9c50;
}
.textHead span {
	font-size: 26px;
	color: #be9c50;
	display: inline-block;
}
.other-cont {
	position: relative;
	height: 361px;
}
.other-list, .other-list2 {
	width: 832px;
	height: 222px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}
.other-list ul, .other-list2 ul {
	position: relative;
	left: 0;
	transition: all ease-out .2s;
	-ms-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
}

.other-cont ul li {
	display: inline-block;
	padding: 0 24px;
	text-align: center;
	width: 206px;
	box-sizing: border-box;
	float: left;
}
.other-cont ul li p {
	font-size: 14px;
	color: #be9c50;
	line-height: 40px;
}
.i-left, .i-right, .i-left2, .i-right2 {
	width: 32px;
	height: 60px;
	background-image: url(../images/sprite.png);
	position: absolute;
	top: 258px;
	cursor:pointer;
}
.i-left, .i-left2 {
	left: 45px;
}
.i-right, .i-right2 {
	right: 45px;
	background-position: -33px -1px;
}
.opacity05 { opacity: .5; }
.other-cont2 .textHead {
	text-align: right;
}