/* works index */
.work_category {
	width: 80%;
	margin: 0px auto;
	padding-bottom: 30px;
}
.work_bytype {
	width: 140px;
	padding: 6px 20px;
	background: #FF4CA7;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-family: Arial;
	float: left;
}
.work_bytype:hover {
	color: #fff;
}
.work_batype {
	width: 140px;
	display: block;
	padding: 6px 2px;
	background: #FF4CA7;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-family: Arial;
	clear: both;
}
.work_batype:hover {
	color: #fff;
}
.work_category ul li{
	list-style:none;
	float: left;
}
.work_category ul li a{
	line-height: 45px;
	padding: 14px;
	color: #767676;
}
.work_category ul li a:hover{
	color: #FF4CA7;
}

/* work view*/
.work_view{
	width: 100%;
	overflow: auto;
	margin: 0px auto;
}
.container {
	width:25%;
	float:left;
	position: relative;
	overflow: hidden;
}
.container_beaf {
	width:100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
}
.container_beaf p {
	color: #767676;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.container_beaf img {
	width: 50%;
	float:left;
}
.mask {
	width:100%;
	height:100%;
	padding-top: 30%;
	background:#000;
	position: absolute;
	opacity:0.7;
	text-align:center;
}
.mask a {
	font-weight: 700;
	color:#FFF;
	border:2px solid #FFF;
	padding:10px 30px;
	text-decoration:none;
	line-height: 44px;
}
.mask a:hover {
	background: #FF4CA7;
	border:none;
}
.work_page {
	height: 75px;
	text-align: center;
}
.pages {
	padding-top: 15px;
	margin: 0px auto;
	width: 82px;
}
.pages a,.pages .current {
	display: block;
	height: 34px;
}
.pages .next {
	margin-top: 5px;
	width: 82px;
	background-image: url(../image/page_down.png);
}
.pages .prev {
	display: none;
}

/* find css */
.work_box {
	padding-top: 15px;
	width: 80%;
	overflow: auto;
	margin: 0px auto;
	border-bottom: 2px solid #ddd;
}
.work_box span {
	font-family: Arial;
	color: #757575;
}
.work_box span a {
	color: #757575;
}
.work_pic {
	width: 45%;
	height: auto;
	margin: 15px 0px;
	overflow: hidden;
	float: left;
}
.work_pic img {
	width: 100%;

}
.work_detail {
	width: 52%;
	height: auto;
	margin: 15px 0px 15px 3%;
	float: left;
}
.work_title {
	color: #FF4CA7;
	font-weight: 700;
	font-family: Arial,"微软雅黑";
	font-size: 30px;
}
.work_smalltitle {
	font-size: 20px;
	color: #707070;
	padding-bottom: 10px;
}
.work_content {
	background: #F5F5F5;
	word-break: break-all; 
	font-size: 14px;
	color: #767676;
	padding: 15px;
	font-family: Arial;
	margin-bottom: 10px;
}
.work_content p {
	margin: 0;
	word-break:keep-all;
}
.work_tag1 {
	width: 11%;
	float: left;
	margin-right: 5%;
}
.work_tag1 p {
	font-size: 12px;
	text-align: center;
	line-height: 14px;
}
.work_tag1 img {
	width: 100%;
}

/*before after css*/
.work_beaf #conter {
	width:100%;
	height:500px;
	float:left;
	display:inline;
	overflow:hidden;
	position:relative;
	margin:0px 10px;
}
.work_beaf #conter ul {
	width:auto;
	top:0px;
	left:0px;
	position:absolute;
	overflow:hidden;
}
.work_beaf #conter li {
	width:50%;
	float:left;
	padding:0px;
	position:relative;
	list-style-type:none;
}
.work_beaf #conter img {
	max-width: none;
}
.work_beaf #scroll {
	width:100%;
	height:18px;
	left:0px;
	bottom:8px;
	cursor:pointer;
	position:absolute;
	background:url(../image/banner_bg2.jpg) repeat-x left center;
}
.work_beaf #scroll span {
	width:48px;
	height:18px;
	left:0px;
	bottom:0px;
	cursor:pointer;
	position:absolute;
	background:#FF4DA6;
}
.work_beaf {
	padding-top: 10px;
	margin-bottom: 150px;
	width: 90%;
	overflow: hidden;
	margin: 0px auto;
}
.work_beaf p {
	font-size: 30px;
	font-weight: 700;
	color: #767676;
	text-align: center;
	width: 100%;
	margin: 30px auto;
}
.work_link{
	width: 70%;
	margin: 15px auto 0px auto;
	height: 2px;
	background: #ddd;
}

.scrollbar2 {
	margin: 10px auto;
	width: 100%;
}
.scrollbar2 .scrollbar {
	clear: both;
	height: 2px;
	margin: 20px 0;
	position: relative;
	background:#FFEA01;
}
.scrollbar2 .track {
	background:#ccc;
	height: 8x;
	position: relative;
	width: 100%;
}
.scrollbar2 .thumb {
	background:#FF4DA6;
	cursor: pointer;
	height: 18px;
	overflow: hidden;
	position: absolute;
	margin-top: -8px;
}
.scrollbar2 .viewport {
	height: 500px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.scrollbar2 .overview {
	left: 0;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 1410px;
}
.work_view p {
	color: #767676;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 39.9375em) {
	.work_box {
		width: 90%;
	}
	.work_title {
		font-size: 24px;
	}
	.work_smalltitle {
		font-size: 18px;
	}
	.work_pic {
		width: 100%;
		float: none;
	}
	.work_detail {
		width: 95%;
		float: none;
	}
	.work_tag1 {
		width: 16%;
	}
	.work_before{
		width: 100%;
		float: none;
	}
	.container {
		width:98% !important;
		margin: 0 1% !important;
	}

	/*category nav*/
	.work_batype {
		margin-top: 20px;
		margin-bottom: 20px;
		float: left;
	}
	.work_category ul {
		width: 120px;
		height: 40px;
		padding-left: 124px;
		position: absolute;
		z-index: 2;
	}
	.work_category ul li{
		display: none;
		height: 40px;
	}
	.work_category ul li a{
		display: block;
		line-height: 10px;
		color: #fff;
		width: 150px;
	}
	.work_category ul li a:hover {
		display: block;
		background: #FFF;
		color: #FF4CA7;
		height: 40px;
		border: 1px solid #FF4CA7;
	}
	.work_category ul:hover li {
		display: block;
		background: #FF4CA7;
		opacity: 0.9;
		height: 40px;
	}
	.container_beaf img {
		width: 100%;
		float:none;
	}
	.scrollbar2 .overview {
		width: 850px;
	}
	.scrollbar2 .viewport {
		height: 300px;
	}
	.scrollbar2 .viewport img {
		width: 420px;
		height: 300px;
	}
}

