﻿#conts h3 {
	margin-bottom: 16px;
	text-align: center;
}
#conts h3 img {
	width: 100%;
}

.jsBox {
	position: relative;
	z-index: 10;
}

.prev,
.next {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 35%;
	z-index: 10;
}
.prev {
	background: url(../image/icon_prev.png) no-repeat left top;
	left: -5px;
}
.next {
	background: url(../image/icon_next.png) no-repeat left top;
	right: -5px;
}

#conts .joinBox .jsBd {
	border-bottom: 1px solid #DDD;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding-bottom: 25px;
}

#conts .joinBox .jsBd ul {
	overflow: hidden;
	 zoom: 1;
}

#conts .joinBox ul li {
	float: left;
	cursor: pointer;
	width: 156px;
	padding-left: 10px;
	overflow: hidden;
}
#conts .joinBox ul li a img {
	display: block;
}
#conts .joinBox ul li .overImg {
	display: none;
}
#conts .joinBox ul li.on .overImg {
	display: block;
}

#conts .joinBox ul li.on .outImg {
	display: none;
}

#conts .joinBox ul li img {
	width: 100%;
}
#conts .joinBox .joinDetail {
	clear: both;
}
#conts h4 {
	color: #646464;
	font-size: 16px;
	margin-bottom: 5px;
}
#conts p {
	color: #646464;
	font-size: 14px;
	line-height: 1.85;
	margin-left: 20px;
}
#conts .linkBtn {
	text-align: center;
}
#conts .linkBtn a {
	color: #fff;
	background: url(../image/btn_bg.gif) no-repeat left top;
	display: block;
	margin: 40px auto 0;
	width: 90px;
	height: 32px;
	line-height: 32px;
}
#conts .spJoin {
	display: none;
}
		@media all and (min-width: 961px) and (max-width: 1178px) {
		#conts .joinBox ul {
			width: auto;
		}
		#conts .joinBox ul li {
			float: left;
			cursor: pointer;
			width: 116px;
		}
}
	
	@media all and (min-width: 0) and (max-width: 960px) {
		#conts h3 img {
			width: 100%;
		}
		#conts .joinBox {
			display: none;
		}
		#conts .spJoin {
			display: block;
		}
		#conts .spJoin li {
			clear: both;
		}
		#conts .spJoin li .btn {
			background: #F1F1F1 url(../image/sp_icon.png) no-repeat 98% center;
			background-size: 20px 20px;
			border-bottom: 2px solid #fff;
			display: block;
			width: 100%;
			line-height: 34px;
			font-weight: bold;
			height: 30px;
			padding: 2px 0;
			font-size: 14px;
		}
		#conts .spJoin li .active {
			background: #F1F1F1 url(../image/sp_icon02.png) no-repeat 98% center;
			background-size: 20px 20px;
		}
		#conts .spJoin li .btn img {
			display: inline-block;
			padding: 0 10px;
			vertical-align: -6px;
		}
		#conts .spDetail {
			display: none;
			padding: 10px 5px;
		}
		#conts .linkBtn a {
			margin-top: 10px;
		}
	}