/* body{background: #FFF;}

li{list-style:none} */

/*头部*/
.case_head {
	height: 320px;
	margin-top: 80px;
	background: url(images/nav_img2.jpg) no-repeat center top;
	background-size: cover;
}

.case_head .title{
	padding-top: 80px;
}

.case_head .title.active{
	padding-top: 60px;
	transition: 1.5s;
}

.case_head .title p {
	color: #606060; 
	font-size: 36px; 
	text-align: center; 
	line-height: 50px; 
	letter-spacing: 5px;

}
.case_head .title p.en{
	font-size: 20px; 
	letter-spacing: 3px;
}


/*案例列表*/

.main-case {
	width: 1480px;
	margin: 0 auto;
}

.main-case ul {
	width: 100%;
	margin: 0 auto;
	margin-top: -20px;
}

.main-case ul li {
	float: left;
	width: 340px;
	margin-left: 15px;
	margin-right: 15px;;
}

.main-case .content {
	text-align: center; 
	padding-top: 20px; 
	padding-bottom: 20px; 
	border-bottom: 2px solid #c9c9c9;
}

.main-case p.lable {
	margin-top: 10px;;
}
.main-case .content .case-img {
	width: 340px;
	height: 241px;
	border: 1px solid #e2e2e2; 
	overflow: hidden;
}

/* .main-case .center {
	margin-left: 30px;
	margin-right: 30px;
} */

.main-case .content .case-img img:hover {
	transform: scale(1.2,1.2);
	transition: 2s;
}

.more-i{
	text-align: center;
	padding-bottom: 35px;
	margin: 0 auto;
	margin-top: 40px;
}
.more-i a{
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(../images/arr2.png) center center no-repeat #4060AD;
	border-radius: 100%;
}
.more-i a:hover{
	background-color: #5a77ba;
}