body {background-color: #f8f8f8;}

/*品牌资讯*/
.case-title{
	display: block;
	position: relative;
	font-size: 24px;
	color: #333333;
	line-height: 46px;
}
.case-title a{
	float: right;
	font-size: 14px;
	color: #666666;
	padding: 0 14px;
	line-height: 34px;
	margin-top: 12px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px auto;
	background-image: url(../images/more-01.png);
}
.case-title a:hover{
	color: #50982c;
	background-image: url(../images/more-03.png);
}
.case-title em{
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
}
.case-news{
	display: block;
}
.case-news li{margin-right: 15px;float: left;}
.case-news li:nth-child(4n){margin-right: 0;}
.case-news-li{
	display: block;
	width: 288px;
	height: 248px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.case-news-li:hover{
	color: #50982c;
}
.case-news-li>div{
	display: block;
	width: 100%;
	height: 190px;
	overflow: hidden;
	margin-bottom: 10px;
}
.case-news-li>div span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 400ms;
}
.case-news-li:hover>div span{
	transform: scale(1.04);
}

/*客户案例*/
.clientsCase{
	display: block;
}
.clientsCase>li{
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.clientsCase>li:nth-child(3n){
	margin-right: 0;
}
.caseLise{
	display: block;
	width: 390px;
	height: 370px;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
	transition: all 500ms;
}
.caseLise-img{
	display: block;
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin-bottom: 15px;
}
.caseLise-img>span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 500ms;
}
.caseLise:hover .caseLise-img>span{
	transform: scale(1.03);
}
.caseLise:hover{
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.caseLise-in{
	display: block;
	padding: 0 20px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.caseLise-in h3{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 4px;
	height: 28px;
}
.caseLise:hover .caseLise-in h3{
	color: #50982c;
}
/*end*/

/*公共标题*/
.layout-tilte {
	text-align: center;
	padding: 50px 0 30px 0;
}
.layout-tilte p:nth-child(1) {
	font-size: 32px;
	letter-spacing: 3px;
	color: #181818;
	font-weight: bold;
}
.layout-tilte p:nth-child(2) {
	font-size: 16px;
	letter-spacing: 2px;
	color: #575d6c;
	margin-top: 10px;
}

/* 案例Item */
.case {
	padding-bottom: 50px;
	background-color: #ffffff;
}
.case-box {
	/*height: 664px;*/
	position: relative;
}
.case-box .active span{
	/*color: #50972d;*/
	border-bottom:2px solid #50972d !important;
}

.case-nav {
	border-bottom: 1px solid #999999;
}
.case-tab {
	/*width: 970px;*/
}
.case-tab ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	/* height: 54px !important; */
}
.case-tab li {
	width: 213px !important;
	height: 50px;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	margin-bottom: 2px;
}
.case-tab li span {
	/*width: 100%;*/
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: fit-content;
	font-size: 18px;
	font-weight: 700;
}

.case-content{
	margin-top: 40px;
}
.case-content .case-intro {
	height: 384px;
	display: flex;
	justify-content: space-between;
}
.case-intro .intro-logo{
	width: 600px;
}
.case-intro .intro-logo img{
	width: 100%;
	height: 100%;
}
.case-intro .intro-item{
	width: 575px;
	margin: auto 0;
}
.case-intro .intro-item dl{
	display: flex;
	flex-flow: column;
	justify-content: center;
	/*color: #ffffff;*/
}
.case-intro .intro-item dt{
	font-size: 20px;
	font-weight: 700;
	display: flex;
	flex-flow: column;
	padding-bottom: 25px;
}
.case-intro .intro-item dt em{
	width: 50px;
	height: 3px;
	background-color: #50972d;
	margin-top: 10px;
}
.case-intro .intro-item dl dd:nth-child(2){
	font-size: 16px;
	padding-bottom: 5px;
}
.case-intro .intro-item dd:nth-child(3){
	font-size: 16px;
	padding-bottom: 30px;
}
.case-intro .intro-item dd:nth-child(4){
	height: 130px;
	line-height: 22px;
	border-bottom: 1px solid;
	padding-bottom: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.case-intro .intro-item dd:nth-child(5){
	display: flex;
	justify-content: flex-end;
}
.case-intro .intro-item dd:nth-child(5) p{
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #f8f8f8;
	color: #333;
	cursor: pointer;
}
.case-intro .intro-item dd:nth-child(5) .active{
	background-color: #34802a;
	color: #ffffff;
}
.case-intro .intro-item dd:nth-child(5) p:nth-child(1){
	margin-right: 10px;
}
.case-intro .intro-item dd:nth-child(5) p:nth-child(2){
	margin-right: 10px;
}
.case-intro .intro-item dd:nth-child(5) p:nth-child(3){

}
