@charset "utf-8";
body {
	background: #f4f4f4;
}

#outerdiv {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	width: 100%;
	height: 100%;
	display: none;
}

#innerdiv {
	position: absolute;
}

#bigimg {
	border: 5px solid #fff;
}

.close {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -10px;
	margin-right: -10px;
}

.works_btn {
	width: 1200px;
	margin: 0 auto;
	height: 150px;
	padding: 70px 0 40px 0;
	box-sizing: border-box;
}

.works_btn span {
	width: 125px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #8c8c8c;
	font-weight: 400;
	text-align: center;
	background: #fff;
	display: inline-block;
	border-radius: 28px;
	margin-right: 20px;
}

.works_btn span i {
	margin-right: 7px;
}

.works_btn span.on {
	background: #ff8e1f;
	color: #fff;
}

.works {
	width: 1200px;
	margin: 0 auto;
	height:1425px;
}

.works_list {
	width: 1200px;
	margin: 0 auto;
	height:1425px;
}
.works .works_list:nth-child(n+2){
	display: none;
}
.works_box {
	width: 390px;
	height: 450px;
	background: #fff;
	float: left;
	margin-bottom: 25px;
	margin-right: 15px;
}

.works_box:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}

.works .works_box:nth-child(3n) {
	margin-right: 0;
}

.works_box p {
	display: block;
	width: 84%;
	margin-left: 8%;
}

.works_tit {
	padding-top: 20px;
	font-size: 24px;
	line-height: 50px;
	font-weight: 400;
	color: #555;
}

.works_txt {
	font-size: 16px;
	line-height: 25px;
	color: #8b8b8b;
}

.works_box_btn {
	width: 84%;
	margin: 25px 8% 20px 8%;
}

.works_box_btn a {
	display: inline-block;
	width: 148px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #dedede;
	color: #3b3b3b;
	font-size: 16px;
	font-weight: 300;
}

.works_box_btn a:nth-child(2) {
	float: right;
}

.works_box_btn a:hover {
	color: #fff;
	background: #ee7600;
	border: 1px solid #ee7600;
}

.works_box .big_img {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -375px;
	display: none;
}