.case .content{
	background-color: #fff;
	padding-top: 84px;
	padding-bottom: 120px;
}
.case .tabs {
	text-align: center;
	padding-top: 52px;
	padding-bottom: 54px;
}
.case .tabs a {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	padding: 0 26px;
	height: 36px;
	line-height: 36px;
}
.case .tabs a + a {
	margin-left: 10px;
}
.case .tabs a:hover, .case .tabs a.active {
	color: #fff;
	background-color: #77b725;
}
.case .container {
	overflow: hidden;
	padding-bottom: 80px;
}
.case .container .item {
	padding: 0 10px;
	margin-bottom: 30px;
}
.case .container .item a {
	display: block;
}
.case .container .item .image {
	height: 263px;
	overflow: hidden;
}
.case .container .item a:hover .image img {
	transform: scale(1.2);
}
.case .container .item .text {
	position: relative;
	padding: 0 18px;
	height: 70px;
}
.case .container .item .text p {
	font-size: 16px;
	color: #333333;
	padding-right: 30%;
	line-height: 35px;
}
.case .container .item .text span {
	display: inline-block;
	width: 38px;
	height: 38px;
	background: url('../images/jt_l.png') center no-repeat;
	background-size: cover;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -19px;
}
.case .container .item a:hover .text {
	box-shadow: 0px 3px 6px 0px 
		rgba(0, 0, 0, 0.31);
	background-color: #77b725;
}
.case .container .item a:hover .text p {
	color: #fff;
}
.case .container .item a:hover .text span {
	background: url('../images/jt_l_active.png') center no-repeat;
	background-size: cover;
}

@media (min-width: 1400px) {
	.detail .container {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
	.detail .container {
    width: 1200px;
  }
}

.detail {
	padding-bottom: 100px;
	background-color: #fafafa;
}
.detail .crumbs {
	height: 84px;
	line-height: 84px;
	color: #333333;
	font-size: 14px;
	text-align: right;
}
.detail .crumbs i {
	font-size: 12px;
}
.detail .crumbs a:hover, .detail .crumbs a:last-child {
	color: #7ebb1f;
}
.detail .content {
	padding: 70px 100px 84px;
	background-color: #fff;
	position: relative;
}
.detail .rich-text {
	margin-bottom: 70px;
}
.detail h5 {
	font-size: 24px;
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 60px;
	text-align: center;
}
.detail .bottom-btn {
	overflow: hidden;
}
.detail .bottom-btn > div {
	width: 30%;
}
.detail .bottom-btn > div a {
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eaeaea;
}
.detail .bottom-btn > div img {
	width: auto;
	height: 26px;
}
.detail .bottom-btn > div + div {
	margin-left: 5%;
}
.detail .bottom-btn > div a:hover {
	background-color: #77b725;
}
.detail .content > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 58px;
	opacity: 0.75;
	background-color: #e8e8e8;
	position: absolute;
	top: 30%;
}
.detail .content > a img {
	width: 12px;
}
.detail .content > a.prev-btn {
	left: 30px;
}
.detail .content > a.next-btn {
	right: 30px;
}
.detail .content > a:hover {
	background-color: #7ebb1f;
}

@media(max-width: 768px) {
	.case .content {
		padding-top: 2rem;
		padding-bottom: 1.8rem;
	}
	.case .tabs {
		padding: 1.5rem 10px;
		display: flex;
	}
	.case .tabs a {
		flex: 1;
		padding: 0;
	}
	.case .container {
		padding-bottom: 2.2rem;
	}
	.case .container .item {
		padding: 0;
		margin-bottom: 1rem;
	}
	.case .container .item:nth-of-type(2n) a {
		padding-left: 5px;
	}
	.case .container .item:nth-of-type(2n-1) a {
		padding-right: 5px;
	}
	.case .container .item .image {
		height: auto;
	}
	.case .container .item .text {
		padding: 0 5px;
	}
	.case .container .item .text p {
		padding-right: 2rem;
		line-height: 
		font-size: 0.8rem;
		line-height: 1.8rem;
	}
	.case .container .item .text span {
		right: 5px;
		width: 1.5rem;
		height: 1.5rem;
	}
	.detail {
		padding-bottom: 2.2rem;
	}
	.detail .crumbs {
		text-align: center;
		height: 3rem;
		line-height: 3rem;
	}
	.detail .content {
		padding: 2rem 0 1.8rem;
	}
	.detail .content > a {
		display: none;
	}
	.detail h5 {
		margin-bottom: 1.5rem;
	}
}