.main_container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}
.inner {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.topBanner{
	max-width:1920px;
	margin:0 auto;
	width:100%;
	height:300px;
	background: url(/images/work/workbg.jpg) no-repeat center center;
	position:relative;
}
.topBanner .topcontent{
	width:600px;
	height:40px;
	position:absolute;
	z-index:3;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-20px;
}
.topBanner .topcontent .toptext{
	width:500px;
	height:100%;
	padding: 0 20px;
    border: 0;
    font-size: 14px;
	float:left;
	line-height:1.4;
}
.topBanner .topcontent .topsubmit{
	width:100px;
	height:100%;
	border: 0;
	font-size: 14px;
    background: #08a1ef;
    color: #fff;
	float:right;
	text-align:center;
	cursor:pointer;
}

.topMain{
	background-color:#eeeeee;
}
.topMain .top_cate{
	background-color:white;
	color: #444444;
    border-bottom: 1px solid #dfdfdf;
}
.topMain .top_cate .catemenu{
    margin: 0 auto;
    padding: 10px 8px 8px 10px;
    line-height: 1;
    border-bottom: 1px dotted #dddddd;
	font-size:0;
}
.topMain .top_cate .catemenu.second_menu{
	display:none;
}
.topMain .top_cate .catemenu.third_menu{
	border-bottom:none;
}

.topMain .top_cate .catemenu .itemme{
	display:inline-block;
	padding:4px 10px;
	cursor:pointer;
	margin-right: 10px;
	font-size:14px;
}
.topMain .top_cate .catemenu .itemme:hover{
	color:#08a1ef;
}
.topMain .top_cate .catemenu .itemme.active{
	background-color:#08a1ef;
	color:white;
	border-radius:2px;
	padding:6px 10px;
}
.topMain .top_cate .second_menu>.itemme{
	float:left;
	display:block;
}
.topMain .top_cate .second_menu .itemme.active,.topMain .top_cate .third_menu .itemme.active{
	background:none;
	color:#08a1ef;
	padding:4px 10px;
}
.topMain .top_cate .second_menu .some_cate{
	font-size:0;
	display:none;
}
.topMain .top_cate .second_menu .some_cate.some_cate_arow{
	padding: 4px 10px;
	float:left;
	position:relative;
	display:none;
}
.topMain .top_cate .second_menu .some_cate.some_cate_arow .belongTheme{
	max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	float:left;
	background:url(/images/work/totop.png) no-repeat right center;
	padding-right:16px;
	cursor:pointer;
}
.topMain .top_cate .second_menu .some_cate.some_cate_arow .belongTheme:hover{
	color:#08a1ef;
	background-image:url(/images/work/totop_hover.png)
}
.topMain .top_cate .second_menu .some_cate.some_cate_arow .belongTheme.active{
	color:#08a1ef;
	background-image:url(/images/work/totop_hover.png)
}
.second_menu .some_cate .themelist{
	display:none;
	position: absolute;
    width: 150px;
    height: 200px;
    border: 1px solid #dddddd;
    background: white;
    top: 25px;
	z-index:15;
	overflow-y:auto;
}
.second_menu .some_cate .themelistul{
	width:100%;
	padding: 2px;
}
.second_menu .some_cate .themelistul .itemthe{
	width: 100%;
    height: 30px;
    line-height: 30px;
    color: #76838f;
	background-color:white;
	padding:0px 10px;
	cursor:pointer;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.second_menu .some_cate .themelistul .itemthe:nth-child(2n){
	background-color:#f7f7f7;
}
.second_menu .some_cate .themelistul .itemthe.active,.second_menu .some_cate .themelistul .itemthe:hover{
	background-color:#59c3f9;
	color:white;
}

.top_cases{
	margin:0 auto;
	margin-top:30px;
	position:relative;
}
.cases .case {
    float: left;
    margin: 0 30px 30px 0;
    width: 216px;
    position: relative;
}
.cases .case:nth-child(5n){
	margin-right:0;
}
.cases .case_preview{
	background-color:white;
    width: 100%;
    height: 216px;
	overflow:hidden;
    position: relative;
}
.cases .case_preview .case_oldimage {
    width: 100%;
    height: 100%;
}
.cases .case_preview .case_oldimage img {
    width: 100%;
}
.cases .case_preview .case_qrcode {
    width: 100%;
    height: 100%;
    padding: 15px;
    z-index: 10;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.cases .case_preview .case_qrcode span {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.6;
    filter: alpha(60);
}
.cases .case_preview .case_qrcode>div {
    padding: 10px;
    position: relative;
    z-index: 10;
    background-color: white;
}
.cases .case_name {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: white;
	border-bottom:1px solid rgba(158, 158, 158, 0.22);
}
.cases .case_name a{
	font-size: 12px;
	color: #711515;
}
.cases .case_user{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 12px;
	overflow: hidden;
	background: white;
    color: #76838f;
}
.cases .case_user .case_read{
	float:left;
	font-size: 12px;
	background:url(/images/common/eye.png) no-repeat left center;
	padding-left:25px;
}
.cases .case_user .case_author{
	float:right;
}
.cases .case_user .case_author span{
	display:block;
	height:100%;
	float:left;
	font-size: 12px;
	color: #76838f;
}
.cases .case_user .case_author img{
	width:24px;
	height:24px;
	margin:8px 0 8px 10px;
	float:left;
	border-radius: 3px;
}
.top_caselist{
	padding-bottom:10px;
}


.cases{
	display:none;
}
.noRecord {
	display:none;
    text-align: center;
}
.noRecord p {
    font-size: 16px;
    margin: 20px auto;
    letter-spacing: 2px;
}

.act-pager {
    text-align: center;
    font-size: 12px;
	padding-bottom:30px;
	background-color:#eeeeee;
}
.act-pager .pagination{
	list-style:none;
}
.act-pager .pagination li{
	width:25px;
	height:25px;
	line-height:25px;
	border-radius:100%;
	background-color:#7b7b7b;
	display:inline-block;
	margin:0px 2px;
}
.act-pager .pagination li:hover{
	background-color:#ea5413;
}
.act-pager .pagination li a{
	color:white;
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
}
.act-pager .pagination li.prev,.act-pager .pagination li.next{
	width:30px;
	height:30px;
	line-height:30px;
}
.act-pager .pagination li.prev{
	margin-right:6px;
}
.act-pager .pagination li.next{
	margin-left:6px;
}
.act-pager .pagination li.active{
	background-color:#ea5413;
}
.act-pager .pagination li.prev span,.act-pager .pagination li.next span{
	color:white;
	font-size:18px;
	line-height: 28px;
}
.act-pager .pagination li.prev a,.act-pager .pagination li.next a{
	color:white;
	font-size:18px;
	line-height: 28px;
}
.act-pager .pagination li.disabled{
	background-color:#AFAFAF;
	cursor:not-allowed;
}