.tiyan-con {
	position: relative;
	overflow: hidden;
}

.tiyan-con img.tiyan-main {
	width: 100%;
}

.tiyan-con h4 {
	font-weight: bold;
	color: #9f8647;
}

.tiyan-con p {
	font-size: 12px;
	color: #888;
	line-height: 24px;
}

.tiyan-con .icon {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/Public/layouts/img/pop_bg.png);
	top: 0;
	left: 0;
	z-index: 2;
}

.tiyan-con .icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -48.5px 0 0 -48.5px;
}

.tiyan-slide {
	position: relative;
}

.tiyan-slide .arrow {
	position: absolute;
	top: 50%;
	height: 40px;
	width: 40px;
	display: block;
	margin-top: -20px;
	text-align: center;
	cursor: pointer;
}

.tiyan-slide .arrow span {
	color: #9f8647;
	font-size: 26px;
	line-height: 40px;
}

.tiyan-slide .arrow.prev {
	left: 0;
}

.tiyan-slide .arrow.next {
	right: 0;
}

.tiyan-bar {
	position: relative;
	overflow: hidden;
	margin: 30px 40px 0 40px;
	text-align: center;
}

.tiyan-bar p {
	margin: 5px 0 0 0;
}

.tiyan-bar p a {
	color: #000;
}

.tiyan-bar .bar-move {
	position: absolute;
	left: 0;
	top: 0;
}

.tiyan-bar .con {
	float: left;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.tiyan-bar .con .img img {
	width: 100%;
}

.tiyan-bar .con.on .img {
	border: 5px solid #9f8647;
}

.tiyan-bar .con span {
	color: #9f8647;
	top: -5px;
	font-size: 20px;
	display: none;
}

.tiyan-bar .con.on span {
	display: block;
}

.tiyan-right-bar {
	/*position:relative;*/
	padding: 0 5px;
}

.tiyan-right-bar a.arrow {
	cursor: pointer;
	display: block;
	text-align: center;
	line-height: 25px;
	font-size: 20px;
	color: #9f8647;
	width: 100%;
	border: 1px solid #e3e3e3;
}

.tiyan-right-bar a.arrow:hover {
	background: #9f8647;
	color: #fff;
}

.tiyan-right-bar .right-bar-con {
	position: relative;
	overflow: hidden;
}

.tiyan-right-bar .con {
	position: relative;
	overflow: hidden;
}

.tiyan-right-bar .con .item {
	height: 100px;
	padding: 6px;
	margin: 10px 0 10px 0;
	float: left;
	width: 100%;
	background: #f7f7f7;
}

.tiyan-right-bar .con .img img {
	max-width: 100%;
}

.tiyan-right-bar .con p {
	text-align: left;
	font-size: 14px;
	line-height: 30px;
}

.tiyan-right-bar .con.on .item {
	background: #9f8647;
}

.tiyan-right-bar .con.on p {
	color: #fff;
}



.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: static;
}