header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: #c93e3a;
	height: 40px;
	line-height: 1.567;
	min-width: 1180px
}

.logo-txt {
	display: inline-block;
	padding-left: 10px
}

.logo-txt .am-icon-home {
	font-size: 1.6rem;
	color: #aaa
}

.am-icon-logo {
	width: 44px;
	height: 20px;
	background: url(../image/logo-txt.png) no-repeat 0 0;
	background-size: cover
}

.logo-txt:hover .am-icon-home {
	color: #ffc025
}

.logo-txt:hover .am-icon-logo {
	background-position: 0 -30px
}

.head-nav-list {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin-left: 40px
}

.head-nav-list li {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	text-align: center
}

.head-nav-list a {
	color: #fff
}

.user-login {
	float: right;
	margin-right: 10px;
	font-size: 1rem;
	color: #fff;
	line-height: 2.5rem
}

.user-login a {
	font-size: .95rem;
	color: #fff
}

.top-nav-wrap {
	display: none;
	height: 40px;
	overflow: hidden;
	background: #f9f9f9
}

.top-nav::-webkit-scrollbar {
	display: none
}

.top-nav {
	height: 60px;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	overflow-y: hidden
}

.top-nav li {
	display: inline-block;
	line-height: 38px;
	font-size: 1rem;
	padding: 0 .8rem;
	color: #777;
	border-bottom: 2px solid transparent
}

.top-nav li.active {
	border-bottom-color: #c93e3a
}

.main.area {
	margin-top: 50px;
	position: relative
}
.container {
	width: 640px;
	position: relative;
	left: 180px;
	overflow: hidden
}

.nav {
	width: 160px;
	height: 100%;
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -580px;
	background-color: #f9f9f9;
	z-index: 666
}

.logo {
	height: 140px;
	background: #fff;
	text-align: center;
	padding-top: 0px;
      margin-bottom: 10px;
}

.logo a {
	margin-top: 10px;
	display: inline-block;
	width: 156px;
	height: 100%;
	background: url(../image/logo.png) no-repeat center;
	background-size: 100% 100%;
}

.nav-list {
	border-top: 2px #c93e3a solid
}

.nav-item {
	position: relative;
	cursor: pointer;
	z-index: 333;
	width: 160px
}

.nav-item a:hover {
	color: #c93e3a
}

.nav-item-show {
	position: relative;
	left: 0;
	top: 0;
	width: 160px;
	z-index: 3;
	border: 1px solid transparent;
	border-right: 0;
	padding: 10px 0 5px;
	background-color: #f9f9f9
}

.nav-item-show h4 {
	line-height: 27px;
	color: #c93e3a;
	font-size: 18px;
	font-weight: 700;
	padding: 0 10px
}

.nav-item-show h4 a {
	color: #c93e3a
}

.nav-item-show h4 span {
	color: #ccc
}

.nav-item-show h4.active {
	background: #c93e3a;
	color: #fff
}

.nav-item-show h4.active a {
	color: #fff
}

.nav-item-show h4.active span {
	color: #fff
}

.nav-item-show p {
	color: #191919;
	line-height: 24px;
	padding: 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.nav-item-show p a {
	margin-right: 5px
}

.nav-item-hover:hover .nav-item-show {
	border-color: #c93e3a;
	width: 161px;
	padding-right: 1px
}

.nav-item-hover:hover .nav-item-hide {
	display: block
}

.nav-list-more {
	height: 48px
}

.nav-list-more .nav-item-show {
	height: 45px
}

.nav-list-more .nav-item-hide {
	bottom: 3px
}

.nav-item-more .nav-item-hide {
	top: 0
}

.nav-item-hide {
	display: none;
	position: absolute;
	left: 160px;
	padding: 8px 20px 8px 0;
	width: 240px;
	color: #191919;
	background: #f9f9f9;
	border: 1px solid #c93e3a;
	min-height: 92px;
	overflow: hidden;
	z-index: 2
}

.nav-item-hide a {
	padding: 0 5px;
	line-height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.nav-item-show h4.active {
    background: #c93e3a;
    color: #fff;
}
.nav-item-hide dl {
	display: block;
	overflow: hidden;
	line-height: 26px;
	padding-left: 20px;
	padding-bottom: 10px
}

.nav-item-hide dt {
	font-size: 15px;
	float: left;
	font-weight: 700;
	border-left: 3px solid #c93e3a;
	padding-left: 10px;
	padding-right: 10px
}

.nav-item-hide dd {
	font-size: 14px;
	float: left;
	white-space: nowrap
}

.section {
	border-bottom: 1px #f0f0f0 solid;
	color: #191919
}

.search-box {
	margin: 10px 0;
	position: relative
}

.search-input {
	width: 100%;
	height: 40px;
	color: #999;
	font-size: 14px;
	border: 1px silver solid;
	padding-left: 10px;
	border-radius: 2px 0 0 2px;
	outline: 0
}

.search-input:focus {
	border-color: #c93e3a;
	color: #191919
}

.search-btn {
	background: #c93e3a;
	width: 70px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 40px;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: #fff;
	margin: 0;
	font-size: 1.3rem
}

.search-btn:hover {
	background: #007f3f
}

.banner {
	width: 100%;
	height: 300px
}

.banner .swiper-slide {
	background: center center no-repeat;
	background-size: 100% 100%
}

.banner .swiper-slide a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 33
}

.banner .slide-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	padding: 0 25px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: rgba(0, 0, 0, .5)
}

.banner .swiper-pagination {
	bottom: 5px
}

.banner .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0
}

.banner .swiper-pagination-bullet-active {
	background: #fff
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none
}

.title {
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	vertical-align: top;
	padding: 23px 20px 15px 0
}

.section a:hover {
	color: #c93e3a
}

.tag {
	line-height: 20px;
	color: #777;
	padding: 13px 20px 10px 0
}

.iac-icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../image/iac-icon.png) no-repeat 0 -30px;
	vertical-align: middle
}

.pic-group {
	overflow: hidden
}

.pic-group li {
	float: left;
	width: 150px;
	height: 100px;
	margin-right: 8px;
	overflow: hidden
}

.section img {
	width: 100%;
	height: 100%;
	transition: transform .5s;
	-moz-transition: transform .5s;
	-webkit-transition: transform .5s;
	-o-transition: transform .5s
}

.section img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05)
}

.news-left {
	padding-top: 15px;
	width: 150px;
	height: 100px;
	float: left;
	overflow: hidden
}

.news-right {
	float: right;
	width: 470px
}

.load-msg {
	height: 100px;
	line-height: 100px;
	font-size: 1rem;
	color: #333;
	text-align: center
}

.load-msg span {
	display: none
}

.load-msg .active {
	display: inline
}

.click-more {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none
}

.aside {
	width: 340px
}

.float_div.active {
	position: fixed;
	top: 40px;
	background: #f9f9f9
}

.aaaddd-box {
	background-color: #f9f9f9;
	margin-bottom: 10px;
	width: 340px;
	height: 280px;
	overflow: hidden
}

.aaaddd-box img {
	padding: 10px 20px;
	width: 100%;
	height: 100%;
}

.rec-box {
	border-top: 2px #c93e3a solid;
	padding-bottom: 10px;
	height: auto;
	width: 340px;
	margin: 0 auto 10px;
	background: #f9f9f9;
	clear: both
}

.rec-head {
	height: 35px;
	padding: 6px 0 0 20px;
	color: #191919;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px
}

.rec-list li {
	padding: 10px 20px
}

.rec-tag-list li {
	padding: 10px 10px
}

.rec-pic {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	float: left;
	margin-right: 10px;
	overflow: hidden
}

.hot-pic {
	width: 90px;
	height: 60px;
	float: left;
	margin-right: 10px;
	overflow: hidden
}

.rec-pic img,
.hot-pic img {
	width: 100%;
	height: 100%;
	transition: transform .5s;
	-moz-transition: transform .5s;
	-webkit-transition: transform .5s;
	-o-transition: transform .5s
}

.rec-pic img:hover,
.hot-pic img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05)
}

.rec-title {
	color: #191919;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hot-title {
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 44px
}

.rec-box a:hover {
	color: #c93e3a
}

.reg-detail {
	color: #999;
	padding-top: 2px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 34px
}

.hot-read {
	text-align: right;
	padding-top: 4px;
	line-height: 1;
	color: #999
}

.friend-list {
	overflow: hidden;
	/*padding: 20px*/
}

.friend-list li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	margin-bottom: 10px
}

.fixed-box {
	position: fixed;
	bottom: 100px;
	left: 50%;
	margin-left: 600px;
	text-align: center
}

.fixed-box>a {
	width: 60px;
	height: 60px;
	cursor: pointer;
	display: block;
	font-size: 14px
}

.sitemap {
	background: #898989;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #fff
}

.sitemap:hover {
	background-color: #565656
}

.submission {
	background: #c93e3a;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #fff
}

.submission:hover {
	background: #1ca963
}

.fixed-box .to-top {
	display: none;
	line-height: 60px;
	background: #999
}

.fixed-box .to-top.active {
	display: block
}

.to-top i {
	display: inline-block;
	width: 24px;
	height: 12px;
	margin: 24px auto 0;
	background: url(../image/to-top.png) 0 -20px no-repeat;
	overflow: hidden
}

.to-top:hover {
	background: #666
}
footer {
	margin: 100px 0 30px 0
}

.footer-links {
	max-width: 1180px;
	margin: 0 auto;
	text-align: center
}

.footer-links li {
	display: inline-block;
	font-size: 14px
}

.footer-links a {
	padding: 5px 10px;
	color: #888
}

.footer-links li:after {
	content: '|';
	vertical-align: top
}

.footer-links li:last-child:after {
	content: ''
}
.friend-list {
	overflow: hidden;
	/*padding: 20px*/
}

.friend-list li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	margin-bottom: 10px;
}