body{
	margin:0;
	padding:0
}
a{
	text-decoration: none;
}
.btn {
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    padding: 0px 12px;
    height: 28px;
    line-height: 28px;
    background: transparent linear-gradient(#FAFAFA, #F2F2F2) repeat scroll 0% 0%;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    text-decoration: none;
    color: #444;
    white-space: nowrap;
    -moz-user-select: none;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    text-align: center;
}
.wrapper {
    position: relative;
    margin: 0px auto;
    border: 0px none;
    padding: 0 2% 0 1.3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sip{
	float:left;
	width:150px;
	height:34px;
	background:url("../images/logo.png") 0 0 no-repeat
}

#header{
	/* position:fixed;  */
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:99997;
	background:#fff;
	box-shadow:0 0 4px rgba(0,0,0,.2)
}

.header-item{
	position:relative;
	float:left;
	line-height:34px;
	color:#444;
	cursor:pointer
	text-align: center;
}
.header-item:hover{
	color:#c90000;
	text-decoration:none
}

.header-item.active{
	color:#c90000
}

.menu-bar-at-side #header .menu-nav{
	display:none
}

.menu-bar-at-side #header{
	margin-left:46px
}

.menu-bar-at-side#page{
	margin-left:46px
}

.menu-bar-at-side #header_side_menu{
	display:block
}

.menu-bar-at-side .sub-toolbar{
	left:50px
}

.menu-bar{
	text-align:center;
	width: 80%;
	float: left
}

.menu-bar .left-part{
	float:left;width: 100%;display: block;
}
.menu-bar .left-part a{
	font-size: 16px;
	float: left;
	width: 100%
}
.menu-bar .right-part{
	float:right;
	margin-left:20px
}

.menu-bar .searching-unit{
	float:none;
	margin-right:20px;
	padding-right:20px;
	padding-top:8px;
	overflow:hidden
}

.menu-bar .go-mobile{
	margin-right:10px;
	height:32px;
	line-height:32px
}

.menu-bar .message-nav{
	position:relative;
	float:left;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	height:48px;
	width:46px;
	margin-left:-10px;
	cursor:pointer
}

#nav_user{
	float:left;
	border-right:1px solid #f5f5f5;
	width:46px;
	cursor:pointer
}

.menu-bar .nav-link{
	display:block;
	height:48px;
	line-height:48px;
	position:relative;
	text-align:center
}

.menu-bar .arrow{
	background:url(/img/menu_sprite.svg?20150302) 0 -50px no-repeat;
	width:8px;
	height:8px;
	position:absolute;
	right:0;
	bottom:0
}

.no-svg .menu-bar .arrow{
	background-image:url(/img/menu_sprite.png?20150302)
}

.menu-bar .nav-icon{
	width:46px;
	height:48px;
	background:url(/img/menu_sprite.svg?20150302) 0 0 no-repeat
}

.no-svg .menu-bar .nav-icon{
	background-image:url(/img/menu_sprite.png?20150302)
}

.menu-bar .menu-nav{
	position:relative;
	float:left;
	margin-right:20px;
	width:24px;
	height:;
	background:;
	cursor:pointer
}

.no-svg .menu-bar .menu-nav{
	background:url(/img/menu_sprite.png?20150302) 0 -248px no-repeat
}

.menu-bar .menu-nav.blink{
	-webkit-animation-name:'menu-blink';
	-webkit-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	animation-name:'menu-blink';
	animation-duration:1.5s;
	animation-iteration-count:infinite
}

.menu-bar .menu-nav.blink .nav-icon{
	-webkit-animation-name:'icon-blink';
	-webkit-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	animation-name:'icon-blink';
	animation-duration:1.5s;
	animation-iteration-count:infinite
}

.no-svg .menu-bar .menu-nav .nav-icon{
	background-image:url(/img/mask_menu_icon.png)
}

.menu-bar .menu-nav:hover .nav-icon{
	background-position:-50px -960px
}

.menu-bar .menu-nav .nav-link{
	border-right:1px solid #F5F5F5
}

.menu-bar .menu-tip{
	position:absolute;
	background:#000;
	background:rgba(51,51,51,.9);
	color:#fff;
	padding:16px 20px;
	top:57px;
	left:0;
	border-radius:2px
}

.menu-bar-at-side .menu-bar .menu-tip{
	display:none!important
}

.menu-bar .menu-tip h2{
	font-size:16px;
	white-space:nowrap;
	padding:0;
	color:#fff
}

.menu-bar .menu-tip a{
	color:#DDD;
	white-space:nowrap;
	margin-top:10px;
	display:block
}

.menu-bar .menu-tip a:hover{
	color:#fff
}

.menu-bar .menu-tip .arr{
	width:17px;
	height:10px;
	background:url(/img/new_features_tips_arrow.png) 0 0 no-repeat;
	position:absolute;
	left:20px;
	top:-10px
}

.menu-bar .menu-tip .cls{
	width:22px;
	height:22px;
	background:url(/img/new_features_tip_colse.png) 0 0 no-repeat;
	position:absolute;
	right:-11px;
	top:-11px;
	cursor:pointer;
	visibility:hidden
}

.menu-bar .menu-tip .cls:hover{
	background-position:0 -30px
}

.menu-bar .menu-tip .cls:active{
	background-position:0 -60px
}

.menu-bar .menu-tip:hover .cls{
	visibility:visible
}

.menu-bar .add-nav .nav-icon{
	background-position:0 -150px
}

.menu-bar .add-nav .nav-link:hover .nav-icon{
	background-position:-50px -150px
}

.menu-bar .add-nav .menu{
	position:absolute;
	top:56px;
	left:-74px;
	background:#fff;
	width:190px;
	text-align:left;
	box-shadow:0 1px 4px rgba(0,0,0,.2);
	font-size:14px;
	color:#221919;
	line-height:1;
	display:none
}

.menu-bar .add-nav .menu .group{
	position:relative;
	border-bottom:1px solid #E1DFDF
}

.menu-bar .add-nav .menu a{
	display:block;
	text-align:left;
	font-weight:400;
	position:relative;
	text-decoration:none;
	padding:15px 0 15px 42px
}

.menu-bar .add-nav .menu a:hover{
	color:#221919;
	background-color:#F2F2F2
}

.menu-bar .add-nav .menu a i{
	display:block;
	position:absolute;
	left:20px;
	top:15px;
	width:12px;
	height:12px;
	background:url(/img/icon_user_menu.svg?20150302) 0 0 no-repeat
}

.no-svg .menu-bar .add-nav .menu a i{
	background-image:url(/img/icon_user_menu.png?20150302)
}

.menu-bar .add-nav .menu a i.upload{
	background-position:0 -480px
}

.menu-bar .add-nav .menu a i.add-board{
	background-position:0 -520px
}

.menu-bar .add-nav .menu a i.goodies{
	background-position:0 -80px
}

.menu-bar .add-nav .menu span{
	display:block;
	color:#999;
	font-size:12px;
	margin-top:8px;
	margin-left:-22px
}

.menu-bar .add-nav .menu .arrow{
	width:18px;
	height:10px;
	position:absolute;
	left:50%;
	top:-9px;
	background:url(/img/menu_arrow.png) 0 0 no-repeat;
	margin-left:-9px
}

.menu-bar .alert-nav .nav-icon{
	background-position:0 -200px
}

.menu-bar .alert-nav .nav-link:hover .nav-icon{
	background-position:-50px -200px
}

.menu-bar .message-nav .nav-icon{
	background-position:15px -185px
}

.menu-bar .message-nav .nav-link:hover .nav-icon{
	background-position:-35px -185px
}

.menu-bar .num{
	padding:0 3px;
	line-height:14px;
	position:absolute;
	border-radius:3px;
	background:#c60000;
	color:#fff;
	top:6px;
	right:6px;
	font-size:10px
}

.menu-bar .in-line{
	top:12px;
	background:#977663;
	right:inherit;
	margin-left:33px
}

.menu-bar .dm-nav .nav-icon{
	background-position:-1px -1196px
}

.menu-bar .dm-nav .nav-link:hover .nav-icon{
	background-position:-51px -1196px
}

.menu-bar .login-nav{
	display:inline-block;
	width:114px;
	line-height:48px
}

.menu-bar .login-nav .register{
	margin-right:10px
}

.menu-bar .login-nav .register,.menu-bar .login-nav .login{
	padding:0;
	width:50px;
	height:32px;
	line-height:32px
}
.header-main-menu{
	z-index:1;
	background:#fff;
	box-shadow:0 1px 6px rgba(0,0,0,.2);
	position:absolute;
	left:-128px;
	top:50px;
	width:270px;
	padding:20px 20px 0;
	text-align:left;
	display:none;
	cursor:default
}

.header-main-menu .up-arrow{
	width:18px;
	height:10px;
	position:absolute;
	left:131px;
	top:-9px;
	background:url(/img/menu_arrow.png) 0 0 no-repeat
}

.header-main-menu .top-module,.header-main-menu .middle-module{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd
}

.header-main-menu .top-module .text{
	display:inline-block;
	font-size:16px;
	color:#222;
	font-weight:700
}

.header-main-menu .middle-module{
	margin-bottom:8px
}

.header-main-menu .top-module .app-link,.header-main-menu .middle-module .col-1{
	width:120px
}

.header-main-menu .top-module .pin-lin2,.header-main-menu .middle-module .col-2{
	width:150px
}

.header-main-menu .middle-module .col{
	float:left
}

.header-main-menu .middle-module .category-link{
	display:block;
	line-height:28px;
	color:#222
}

.header-main-menu .top-module .text:hover,.header-main-menu .middle-module .category-link:hover{
	color:#c90000;
	text-decoration:none
}

.header-main-menu .middle-module .all-categories-link{
	padding-top:28px;
	font-weight:700
}

.header-main-menu .bottom-module{
	height:36px
}

.header-main-menu .bottom-module .to-side{
	float:left;
	height:26px;
	width:26px;
	background:url(/img/menu_sprite.svg?20150302) 7px -302px no-repeat;
	border:1px solid #ededed;
	cursor:pointer
}

.no-svg .header-main-menu .bottom-module .to-side{
	background:url(/img/menu_sprite.png?20150302) 7px -302px no-repeat
}

.header-main-menu .bottom-module .to-side:hover{
	background-position:-43px -302px;
	border-color:#ddd
}

.header-main-menu .bottom-module .to-side:active{
	background-position:-43px -302px;
	background-color:#fafafa;
	border-color:#bbb
}

.header-main-menu .bottom-module .links{
	float:right;
	height:26px;
	line-height:26px
}

.header-main-menu .bottom-module .links>a{
	margin:0 8px;
	color:#999
}

.header-main-menu .bottom-module .links>a:hover{
	color:#999
}

.header-main-menu .bottom-module .links>span{
	color:#999
}

#header_side_menu{
	width:46px;
	background:#444;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	z-index:99998;
	display:none
}


#page{
	background:#fff;
	margin: 0 auto;

}

#imgbg{
  opacity: 1;

  }

  .imgbg1{
  background:url("/data/upload/uoimages/new_feed/1.jpeg");
  }

  .imgbg2{
  background:url("/data/upload/images/new_feed/2.jpeg");
  }


.head-box{
	position:relative;
	background:#333
}

.head-box .new-banner{
	position:relative;
	margin:0 auto;
	height:520px;
	overflow:hidden
}

.head-box .mask{
	position:absolute;
	height:100px;
	width:100%;
	background:url("../images/bg/head_top_mask.png") repeat-x;
}

.head-box .banner-background{
	position:absolute;
	height:100%;
	width:100%;
	opacity:0;
	background-position:center 0;
	background-repeat:no-repeat;
	background-size:cover;
	transition:opacity 200ms ease-in-out
}

#header.nologin-index{
	box-shadow:none;
	border:0
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 10px 0;
  background-color: #141518;
}


.no-svg #header.nologin-index #huasuanshuo{
	background:url("../images/bg/head_top_mask.png") 0 0 no-repeat
}

#header.nologin-index .header-item{
	line-height:28px;
	color:#fff;
	color:rgba(255,255,255,.85);
	width:74px;margin-left:3%;
}

#header.nologin-index .header-item:hover,#header.nologin-index .header-item.active{
	border-bottom:1px solid white;
}

#header.nologin-index .menu-nav{
	background:url(/img/menu_sprite.svg?20150302) -50px -558px no-repeat
}

.no-svg #header.nologin-index .menu-nav{
	background:url(/img/menu_sprite.png?20150302) -50px -558px no-repeat
}

.menu-bar .login-nav{
	display:inline-block;
	width:218px;
	line-height:48px
}

.menu-bar .login-nav .register{
	margin-right:10px
}

.menu-bar .login-nav .register,.menu-bar .login-nav .login{
	padding:0;
	width:50px;
	height:32px;
	line-height:32px
}


.nologin-index .login-nav .register{
	width:52px;
	height:34px;
	border:0;
	color:#fff;
	background:#c90000;
	background:rgba(201,0,0,.6);
	text-shadow:none;
	box-shadow:none
}

.nologin-index .login-nav .register:hover{
	background:rgba(201,0,0,.9);
	box-shadow:none;
}
.nologin-index .login-nav .register:hover a{color:#fff;font-weight:bold;}
.nologin-index .login-nav .register:active{
	background:rgba(201,0,0,.8)
}

.nologin-index .login-nav .login{
	border:1px solid rgba(255,255,255,.8);
	color:#fff;
	background:0;
	text-shadow:none;
	box-shadow:none
}

.nologin-index .login-nav .login:hover{
	color:#444;
	background:#fff
}

.nologin-index .login-nav .login:active{
	background:rgba(255,255,255,.8)
}

.nologin-index .searching-unit{
	display:none
}

.new-banner .title{
	margin:118px auto 40px;
	width:540px;
	height:54px;
	background:url("../images/huasuanshuo_title.png") no-repeat
}

.new-banner .search-hint{
	background:rgba(0,0,0,.4);
	margin-top:0
}

.new-banner .search-hint li{
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	text-align:left
}

.new-banner .search-hint li.active{
	background:rgba(0,0,0,.6);
	margin-top:0
}

.new-banner .search-box{
	text-align:center;
	height:36px;
}

.new-searching-unit .go{
	position:absolute;
	display:block;
	top:0;
	right:0;
	width:40px;
	height:36px;
	background:url(/img/new_index/icon_search.svg) 9px 7px no-repeat;
	cursor:pointer
}

.no-svg .new-searching-unit .go{
	background:url(/img/new_index/icon_search.png) 9px 7px no-repeat
}

.new-banner .new-searching-unit{
	display:inline-block;
	position:relative
}

.new-banner .new-searching-unit .sh-btn {
    position:relative;
    z-index: 1000;
    margin-left: -38px;
    margin-top: 2px;
    background: transparent url("../images/search.gif") no-repeat scroll 0% 0%;
    border: 0px none;
    color: #6D6D6D;
    cursor: pointer;
    height: 36px;
    width: 36px;
}
.new-banner .new-searching-unit .sh-btn:hover {
    position:relative;
    z-index: 1000;
    margin-left: -38px;
    margin-top: 2px;
    background: url("../images/searchhover.gif") no-repeat;
    border: 0px none;
    color: #f46;
    cursor: pointer;
    height: 36px;
    width: 36px;
}

.new-banner .new-searching-unit .seachshow{
	color:#fff;
	margin:0 auto;
	padding:0 10px;
	width:536px;
	height:34px;
	border:1px solid rgba(255,255,255,.8);
	border-radius:2px;
	color:#fff;
	background:rgba(0,0,0,.15)
}

.new-banner .new-searching-unit input::-webkit-input-placeholder,.new-banner .new-searching-unit input::-moz-placeholder,.new-banner .new-searching-unit input::-ms-input-placeholder,.new-banner .new-searching-unit input::-moz-placeholder{
	color:rgba(255,255,255,.8)
}

.new-banner .new-searching-unit .seachshow:hover{
	border:1px solid #fff;
	background:rgba(0,0,0,.3)
}

.new-banner .new-searching-unit .seachshow:hover{
	background-position:9px -43px
}

.new-banner .hot-words{
	margin-top:10px;
	color:#ddd
}

.new-banner .hot-words>a{
	display:inline-block;
	padding-right:5px;
	color:#fff;
	cursor:pointer
}

.new-banner .author{
	position:absolute;
	left:0;
	bottom:20px;
	width:100%;
	text-align:right
}

.new-banner .author span{
	color:#fff
}

.new-banner .author a{
	color:rgba(255,255,255,.85)
}

.new-banner .author a:hover{
	color:#fff
}

.recommend-line,.get-more-line{
	position:relative;
	padding: 20px 0 10px 0 ;
	text-align:center;
	top:10px;
}

.get-more-line{
	border-radius:2px
}

.recommend-line:before,.recommend-line:after,.get-more-line:before,.get-more-line:after{
	display:block;
	position:absolute;
	top:28px;
	width:44%;
	content:"";
	border-top:1px solid #ededed
}

.recommend-line:before,.get-more-line:before{
	left:0
}

.recommend-line:after,.get-more-line:after{
	right:0
}

.get-more-line:before,.get-more-line:after{
	width:22%;
	top:38px
}

.recommend-line>a,.get-more-line>a{
	display:inline-block;
	font-size:16px;
	color:#999
}

.get-more-line>a{
	padding:10px;
	width:49%;
	background-color:#f7f7f7
}

.recommend-line>a:hover{
	text-decoration:none
}
@media screen and (min-width: 1280px) and (max-width: 1445px){
	.head-box .new-banner {
    height: 480px;
}
}

@media screen and (max-width: 1279px){

    .head-box .new-banner {
    height: 450px;
}

}