html {
	background-color:#f5f5f5;
	height:100%;
}
body {
	height:100%;
}
.wrap {
	position:relative;
	min-height:100%;
}
.header {
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	width:100%;
	background-color:#fff;
	box-shadow:0 0 6px rgba(0,0,0,.2);
}
.header .inner {
	width:1200px;
	margin:0 auto;
	font-size:12px;
	color:#555;
}
.header .apply {
	float:right;
}
.header a {
	color:#555;
}
.logo-wrap {
	height:40px;
	padding:13px 0;
}
.logo {
	cursor:pointer;
	float:left;
	overflow:hidden;
	width:160px;
	height:40px;
	text-indent:-2000px;
	background:url(logo888.png) no-repeat center;
}
.logo a {
	display:block;
	height:40px;
	line-height:200px;
}
.header-nav-btn {
	display:none;
}
.header-nav {
	float:left;
	width:680px;
	margin-left:50px;
	line-height:40px;
	font-size:16px;
	position:relative;
}
.header-nav a {
	margin-right:22px;
	padding:10px 0;
	color:#333;
	font-size:14px;
}
.header-nav a:hover,.header-nav .active {
	border-bottom:2px solid #47b751;
	color:#47b751;
	text-decoration:none;
}
.header-nav-apply {
	font-weight:normal;
	background:#47b751;
	color:#fff;
	border-radius:4px;
}
.header-nav a.header-nav-apply {
	color:#FFF;
	padding:5px 10px;
	font-size:16px;
}
.header-nav a.header-nav-apply:hover {
	text-decoration:none;
	border:none;
}
.bigw .header-nav a.header-nav-apply {
	font-size:16px;
}
.header-ad {
	float:left;
	width:468px;
	margin-left:20px;
}
.header-search {
	float:right;
	margin-top:3px;
}
.header-search .query {
	float:left;
	width:180px;
	height:32px;
	line-height:32px;
	padding:0 10px;
	border:1px solid #47b751;
	outline:0 none;
	font-size:14px;
}
.header-search .submit {
	float:left;
	cursor:pointer;
	opacity:1;
	width:56px;
	height:34px;
	line-height:34px;
	padding:0;
	border:0 none;
	outline:0 none;
	background:#47b751;
	font-family:inherit;
	color:#fff;
	font-size:14px;
}
.header-search .submit:hover {
	opacity:0.8;
}
.breadcrumb {
	height:39px;
	line-height:38px;
	font-size:14px;
}
.breadcrumb a {
	color:#555;
}
.breadcrumb a:hover {
	text-decoration:none;
	color:#47b751;
}
.breadcrumb .icon-right {
	display:inline-block;
	width:12px;
	margin:0 2px;
	font-size:12px;
}
.breadcrumb strong {
	color:#888;
}
.body {
	overflow:hidden;
	width:1200px;
	margin:0 auto 0;
	padding-top:66px;
	padding-bottom:120px;
}
.footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:70px;
	padding:20px 0;
	line-height:22px;
	background:#333;
	color:#888;
	text-align:center;
	font-size:14px;
}
.footer .inner {
	position:relative;
	width:1200px;
	margin:0 auto;
}
.footer ul {
	font-size:0;
	height:22px;
}
.footer li {
	display:inline-block;
	*display:inline;
	color:#888;
	font-size:14px;
}
.footer .divide {
	font-family:-webkit-body,sans-serif,Arial;
	padding:0 4px;
}
.footer li a {
	margin:0 2px;
	text-decoration:none;
	color:#888;
}
.footer .sponsor {
	height:20px;
	line-height:26px;
}
.footer .qiniu {
	text-decoration:none;
}

.not a {
	margin:0 2px;
	text-decoration:none;
	color:#888;
}
.fixed-btn {
	position:fixed;
	bottom:150px;
	left:50%;
	margin-left:620px;
	width:50px;
}
.fixed-btn a {
	position:relative;
	display:block;
	width:50px;
	height:50px;
	margin-top:10px;
	background:#fff;
	line-height:50px;
	color:#666;
	font-size:28px;
	text-decoration:none;
}
.fixed-btn a:hover {
	background:#47b751;
	font-family:inherit;
	color:#fff;
	line-height:25px;
}
.fixed-btn a:hover:before {
	position:absolute;
	top:0;
	left:0;
	width:40px;
	margin-top:5px;
	margin-left:5px;
	content:"免费发布";
	font-size:14px;
	line-height:20px;
	text-align:center;
}
.fixed-btn .backtop {
	font-size:28px;
}
.fixed-btn .backtop:hover:before {
	content:"返回顶部";
}
.fixed-btn .mobile img {
	display:none;
	position:absolute;
	top:-60px;
	left:-221px;
	max-width:none;
	width:200px;
	height:200px;
	outline:1px solid #eee;
}
.fixed-btn .mobile i {
	display:none;
	position:absolute;
	top:16px;
	left:-20px;
	width:0;
	height:0;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #fff;
}
.fixed-btn .mobile:hover img,.fixed-btn .mobile:hover i {
	display:block;
}
.fixed-btn .mobile:hover:before {
	content:"手机访问";
}
.lazy {
	-webkit-transition:opacity 300ms ease-in-out;
	-moz-transition:opacity 300ms ease-in-out;
	-o-transition:opacity 300ms ease-in-out;
	transition:opacity 300ms ease-in-out;
	max-width:100%;
	/*opacity:0;
	*/
}
.lazy.b-loaded {
	opacity:1;
}
/* list */
.list {
	margin-right:-20px;
	padding:0 10px 10px;
	background-color:#fff;
}
.list .item {
	float:left;
	margin:10px 18px 0 0;
}
.list a {
	display:block;
	width:90px;
	padding:8px 10px;
	border:1px solid transparent;
	_border-color:#fff;
	position:relative;
}
.item a .os_icon {
	position:absolute;
	top:7px;
	right:9px;
	border:1px solid #eee;
}
.list a:hover {
	border-color:#e3e3e3;
}
.list span {
	display:block;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	height:26px;
	line-height:26px;
	margin-top:8px;
	text-align:center;
	font-size:13px;
}
.list a:hover {
	text-decoration:none;
}
.list a:hover span {
	background:#47b751;
	color:#fff;
}
.item img {
	border-radius:3px;
}
/* related */
.related {
	overflow:hidden;
	white-space:nowrap;
	font-size:0;
}
.related .item {
	float:none;
	display:inline-block;
	font-size:14px;
}
/* text list */
.tags-list {
	margin-bottom:15px;
	padding:1px 10px;
	font-size:12px;
	background:#fff;
}
.tags-list dl {
	overflow:hidden;
	height:22px;
	line-height:22px;
	margin:10px 0;
}
.tags-list dt {
	float:left;
	margin-right:5px;
	padding:0px 12px;
	border-radius:2px;
	color:#fff;
}
.tags-list a {
	float:left;
	height:22px;
	margin:0 5px;
	padding:0 5px;
	line-height:22px;
	border-radius:2px;
	color:#666;
}
.tags-list a:hover {
	background:#47b751;
	text-decoration:none;
	color:#fff;
}
.tags-list .tags-hot {
	background:#ff956b;
}
.tags-list .tags-recommend {
	background:#89c3ff;
}
.tags-list .tags-else {
	background:#9ba3f6;
}
/* 内链 */
.internal {
	margin:5px -10px 5px 0;
}
.internal a {
	color:#428bca;
	text-decoration:none;
}
.internal a:hover {
	color:#5698da;
	text-decoration:none;
}
/* ad */
.two-poster {
	overflow:hidden;
	max-height:90px;
	margin-bottom:15px;
}
.left-poster {
	float:left;
	width:728px;
	max-height:90px;
	background:#fff;
}
.right-poster {
	float:right;
	width:300px;
	max-height:90px;
	background:#fff;
}
/* iconfont */
.icon-erweima:before {
	content:"\e642";
}
.icon-down:before {
	content:"\e688";
}
.icon-up:before {
	content:"\e689";
}
.icon-left:before {
	content:"\e68a";
}
.icon-right:before {
	content:"\e68b";
}
.icon-write:before {
	content:"\e6ac";
}
.icon-sousuo:before {
	content:"\e651";
}
.icon-sanheng:before {
	content:"\e60f";
}
.icon-home:before {
	content:"\e650";
}
/*gaiban*/
.header .logo-wrap .bigw {
	width:1200px;
}
.bigw .header-nav {
	font-size:16px;
	width:700px;
}
.bigw .header-nav a {
	font-size:16px;
}
.bigw .header-search .submit {
	font-size:14px;
}
.bigw .header-search .query {
	font-size:14px;
}
.bigc {
	width:1200px;
}
.bigc .slide {
	width:800px;
	height:289px;
}
.bigc .small-banner {
	width:380px;
}
.bigc .module h2 {
	font-size:18px;
}
.bigc .list .zx {
	font-size:15px;
	margin-right:30px;
	width:30%;
}
.bigc .list .zx a {
	width:80%;
}
.bigc .list span {
	font-size:15px;
}
.bigc .txnav span,.bigc .nxnav span {
	font-size:14px;
}
.bigc .list .item {
	margin:10px 21px 0 0;
}
.bigc .tags-list {
	font-size:15px;
}
.bigc .link a {
	font-size:14px;
}
.bigc .breadcrumb {
	font-size:14px;
}
div.bigf {
	font-size:14px;
}
.bigf .fixed-btn {
	margin-left:620px;
}
.bigf.footer li {
	font-size:14px;
}
.bigf.footer .inner {
	width:1200px;
}
.loginbox {
	width:408px;
	text-align:center;
	padding:32px;
	box-sizing:border-box;
}
.loginbox >a .logo1 {
	width:124px;
	margin-left:6px;
}
.loginbox .hr,.login-way span {
	background:url(lite.png);
}
.loginbox .hr {
	font-size:16px;
	color:#c5c5c5;
	width:350px;
	height:1px;
	margin:36px auto;
	background-position:-820px -67px;
	position:relative;
}
.loginbox .hr p {
	vertical-align:middle;
	margin-top:-28px;
	display:inline-block;
}
.login-way a {
	display:inline-block;
	font-size:16px;
	color:#c5c5c5;
	margin:0 42px;
}
.login-way span {
	display:inline-block;
	width:62px;
	height:62px;
	margin-bottom:4px;
}
.login-way .qq {
	background-position:-988px 0;
}
.login-way .qq:hover {
	background-position:-1174px 0;
}
.login-way .wx {
	background-position:-1050px 0;
}
.login-way .wx:hover {
	background-position:-1236px 0;
}
.login-way a:hover {
	text-decoration:none;
}
#UserIcon {
	width:40px;
	height:40px;
	border-radius:100%;
	position:absolute;
	right:0px;
}
.header-nav .userL:hover {
	border:none;
}
/*login*/
.nologin {
	text-align:center;
	padding:40px 0;
}
.nologin a {
	color:#47b751;
	opacity:0.6;
}
.newnames {
	display:inline-block;
	background:#efefef;
	border-radius:3px;
	margin-right:10px;
}
.newnames .cmicon {
	width:32px;
	height:32px;
	border-radius:100%;
}
.newnames .cmname {
	font-style:normal;
	padding:0 10px;
	color:#666;
	font-size:17px;
}
.container .w1200 {
	position:relative;
}
.tuijian {
	height:auto;
	margin-bottom:15px;
	overflow:hidden;
	background-color:#fff;
	margin-top:25px;
}
.tuijian .cont {
	margin-top:1px;
	width:1200px;
}
.tuijian .cont ul {
	margin-top:5px;
	width:1200px;
	background:#fff;
	padding-left:9px;
}
.tuijian .cont li {
	margin-right:17px;
	width:116.3px;
	text-align:center;
	float:left;
	margin-top:10px;
	padding-top:3px;
}
.tuijian .cont li a {
	color:#464646;
	text-decoration:none;
	display:block;
}
.tuijian .cont li a:hover {
	color:#47b751;
}
.tuijian .cont li:hover,.tuijian .cont li:active {
	background:#fff;
}
.tuijian .cont li span,.gjqun li span,.xwqun li span {
	display:block;
	height:30px;
	width:98%;
	line-height:30px;
	text-align:center;
	overflow:hidden;
}
.tuijian .cont li img {
	width:113px;
	height:113px;
}

/* laypage分页 */
.pagination {
	border-right:none;
	border-bottom:none;
	font-size:0;
	margin-top:20px;
	text-align:center;
	overflow:hidden;
}
.pagination span {
	padding:0 6px;
	font-size:12px;
	color:#666;
}
.pagination a,.pagination .pagination-curr {
	display:inline-block;
	margin:10px 3px 0 3px;
	padding:7px 12px;
	border:1px solid #e5e5e5;
	font-size:14px;
	color:#666;
	background:#f5f5f5;
}
.pagination a:hover,.pagination .pagination-curr,.pagination .cur {
	border-color:#47b751;
	background:#47b751;
	color:#fff;
	text-decoration:none;
}