/* 活动：start */
body {
	overflow-x: hidden;
}
.cain-activity {
	top: 50px;
	z-index: 9;
	width: 1200px;
	height: 480px;
}
.cain-activity img {
	margin: 20px 0 0 -90px;
	width: 700px;
}
.cain-activity a {
	display: none;
	position: absolute;
	right: -50px;
	bottom: -20px;
	width: 321px;
	height: 112px;
	background: url("../images/chakan.png")
		no-repeat center;
	transform: scale(0.85);
}
.cain-activity button {
	display: none;
	position: absolute;
	top: 196px;
	padding: 0;
	border: none;
	width: 56px;
	height: 117px;
	outline: none;
	background: url("../images/chakan2.png")
		no-repeat;
	cursor: pointer;
}
.cain-activity #prev-btn {
	left: -110px;
}
.cain-activity #prev-btn:hover {
	background-position-x: -112px;
}
.cain-activity #next-btn {
	right: -110px;
	background-position-x: -56px;
}
.cain-activity #next-btn:hover {
	background-position-x: -168px;
}
.cain-banner {
	top: 40px;
	width: 1920px;
	height: 912px;
	background-color: #000;
}
.cain-banner video {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 800ms;
}
.cain-banner video.active {
	opacity: 1;
}
.cain-banner aside {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 300px;
	background-image: linear-gradient(transparent, #000);
}
.cain-content.activity {
	padding-top: 510px;
	/* background-image: url("../images/header-bg2.png"); */
	background-position-y: 200px;
}
/* 活动：end */
/* 兼容移动端：start */
html.mobile {
	width: 1480px;
}
html.mobile .cain-activity {
	position: absolute;
	left: 0;
	width: 1450px;
	transform: none;
}
html.mobile .cain-activity img {
	display: none;
}
html.mobile .cain-activity #prev-btn {
	left: 100px;
}
html.mobile .cain-activity #next-btn {
	right: 100px;
}
html.mobile .cain-banner aside {
	bottom: -10px;
}
/* 兼容移动端：end */
.home-left {
	padding: 15px 20px 0 15px;
	width: 675px;
	/* background: url("../images/index-left-bg.jpg") no-repeat; */
	/* background: url("../images/news-bg2.png") */
	background: url("../images/news-bg2.png") no-repeat;
}
.home-right {
	position: relative;
	margin-bottom: 56px;
	padding: 15px 5px 0 10px;
	width: 515px;
	background: url("../images/sidebar-center.jpg")
		repeat-y;
}
.home-right::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/sidebar-top1.jpg")
		no-repeat;
	content: "";
}
.home-right::after {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 56px;
	background: url("../images/sidebar-bottom.png")
		no-repeat center;
	content: "";
}
.home-right > div {
	position: relative;
	z-index: 1;
}
.home-right .cain-hot-vote li {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 51px;
	background-image: url("../images/vote-box-center-small.png");
}
.home-right .cain-hot-vote li::before,
.home-right .cain-hot-vote li::after {
	height: 55px;
}
.home-right .cain-hot-vote li::before {
	background-image: url("../images/vote-box-left-small.png");
}
.home-right .cain-hot-vote li::after {
	background-image: url("../images/vote-box-right-small.png");
}
.home-right .cain-hot-vote li input:checked ~ div {
	background-image: url("../images/vote-item-center-checked-small.png");
}
.home-right .cain-hot-vote li input:checked ~ div::before {
	background-image: url("../images/vote-item-left-checked-small.png");
}
.home-right .cain-hot-vote li input:checked ~ div::after {
	background-image: url("../images/vote-item-right-checked-small.png");
}
.home-right .cain-hot-vote li div {
	left: 5px;
	top: 4px;
	height: 44px;
	background-image: url("../images/vote-item-center-small.png");
}
.home-right .cain-hot-vote li div::before {
	left: -1px;
	background-image: url("../images/vote-item-left-small.png");
}
.home-right .cain-hot-vote li div::after {
	position: absolute;
	top: 0;
	width: 8px;
	background-image: url("../images/vote-item-right-small.png");
	content: "";
}
.home-right .cain-hot-vote li i {
	top: 12px;
}
.home-right .cain-hot-vote li p {
	height: 41px;
	line-height: 20px;
	font-size: 14px;
	color: #dad1b8;
}
.home-right .cain-hot-vote li span {
	top: 18px;
}
.home-right .cain-hot-vote button {
	border: 1px solid #77230e;
	width: 131px;
	height: 34px;
	background-color: #581100;
	line-height: 32px;
	font-size: 16px;
	color: #d9a774;
}
.home-slider {
	overflow: hidden;
	width: 640px;
	height: 260px;
	position: relative;
}
.home-slider .slide li {
	position: absolute; /* 脱离文档流 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.home-slider .slide a {
	display: block;
	position: relative;
	height: 260px;
}
.home-slider .slide img {
	width: 100%;
	height: 100%;
}
.home-slider .slide span {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 160px 0 15px;
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.8);
	line-height: 40px;
	color: #f3e6d0;
}
.home-slider .pagination {
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: 9;
	height: 20px;
}
.home-slider .pagination li {
	display: inline-block;
	margin: 0 2px;
	width: 20px;
	height: 20px;
	background: url("../images/slideshow-icon.png")
		no-repeat center;
	cursor: pointer;
	transition: all 300ms;
}
.home-slider .pagination li:only-child {
	display: none;
}
.home-slider .pagination li.active {
	background-image: url("../images/slideshow-icon-active.png");
}
.home-slider .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/slideshow-mask.png")
		no-repeat center;
	cursor: pointer;
}

.subscribe-slider {
	overflow: hidden;
	width: 500px;
	height: 470px;
	position: relative;
}
.subscribe-slider .slide li {
	position: absolute; /* 脱离文档流 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.subscribe-slider .slide a {
	display: block;
	position: relative;
	height: 470px;
}
.subscribe-slider .slide img {
	/*width: 100%;*/
	height: 100%;
}
.subscribe-slider .slide span {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 160px 0 15px;
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.8);
	line-height: 40px;
	color: #f3e6d0;
}
.subscribe-slider .pagination {
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: 9;
	height: 20px;
}
.subscribe-slider .pagination li {
	display: inline-block;
	margin: 0 2px;
	width: 20px;
	height: 20px;
	background: url("../images/slideshow-icon.png")
		no-repeat center;
	cursor: pointer;
	transition: all 300ms;
}
.subscribe-slider .pagination li:only-child {
	display: none;
}
.subscribe-slider .pagination li.active {
	background-image: url("../images/slideshow-icon-active.png");
}
.home-season {
	margin: 30px 0 20px;
	/* border: 1px solid #262117; */
	/* border-radius: 5px; */
	width: 640px;
	height: 160px;
	/* background-color: #0d0b08; */
	/* box-shadow: 0 0 10px #6f9ca2; */
}
.home-season h3 {
	padding: 10px 40px 10px 10px;
	/* border-bottom: 1px solid #262117; */
	line-height: 20px;
}
.home-season span {
	display: block;
	/* width: 60%;*/
	
}
.home-season span:first-child {
	padding-left: 10px;
	font-size: 18px;
	color: #ff9300;
}
.home-season span:last-child {
	color: #6f9ca2;
}
.home-season ul {
	padding: 20px;
}
.home-season li {
	overflow: hidden;
	float: left;
	padding: 0 10px 0 15px;
	width: 199px;
	height: 26px;
	/*background: url("../images/bullet.gif") 	no-repeat 0 center;*/
	background: url("/static/sc/d3-moban/images/ico_bullet.jpg") no-repeat 0 center;
	line-height: 26px;
}
.home-season a {
	display: block;
	font-size: 12px;
	color: #b99d6e;
	transition: all 300ms;
	margin-left: 10px;
}
.home-season a:hover {
	color: #ff9300;
}
.home-detail {
	overflow: hidden;
}
.home-detail li {
	padding: 20px 0 20px 224px;
	min-height: 164px;
	background: url("../images/blog-seperator.gif")
		repeat-x;
}
.home-detail li:first-child {
	background-image: none;
}
.home-detail p {
	display: box;
	overflow: hidden;
	padding-top: 10px;
	max-height: 108px;
	line-height: 22px;
	-webkit-line-clamp: 4;
	text-align: justify;
	font-size: 12px;
	color: #a99877;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.home-detail small {
	display: block;
	padding-top: 10px;
	color: #999;
}
.home-detail i {
	display: inline-block;
	padding: 0 5px 0 16px;
	height: 16px;
	background: url("../images/comment-icon.gif")
		no-repeat 0 3px;
	line-height: 18px;
	vertical-align: text-bottom;
	font-style: normal;
	color: #6f9ca2;
}
.home-detail .detail-banner {
	position: absolute;
	margin-left: -224px;
	padding: 1px;
	border: 1px solid #483a30;
	border-radius: 3px;
	width: 204px;
	height: 104px;
	box-shadow: 0 0 10px #000;
	transition: all 300ms;
}
.home-detail .detail-banner:hover {
	border-color: #824c06;
}
.home-detail .detail-banner img {
	width: 100%;
	height: 100%;
}
.home-detail .detail-title {
	display: block;
	cursor: pointer;
	line-height: 17px;
	font-size: 16px;
	color: #f3e6d0;
	transition: all 300ms;
}
.home-detail .detail-title:hover {
	color: #fff;
}
.home-detail .detail-more {
	display: block;
	margin: 10px 0;
	border-radius: 3px;
	background-color: #0a0908;
	line-height: 40px;
	text-align: center;
	color: #b99d6e;
	transition: all 300ms;
}
.home-detail .detail-more:hover {
	color: #ff9300;
}
.auxiliary-tool {
	z-index: 2 !important;
	margin-top: 10px;
	height: 37px;
}
.auxiliary-tool .keyword-input {
	float: left;
	position: relative;
	padding: 5px 35px 5px 10px;
	border: 1px solid #312818;
	border-radius: 5px;
	width: 367px;
	height: 37px;
	background-color: #000;
	box-shadow: 0 0 5px #000;
}
.auxiliary-tool .keyword-input input {
	padding: 0;
	border: none;
	height: 25px;
	background-color: transparent;
	color: #a99877;
}
.auxiliary-tool .keyword-input input::input-placeholder {
	color: #a99877;
}
.auxiliary-tool .keyword-input a {
	position: absolute;
	right: 4px;
	top: 1px;
	width: 32px;
	height: 32px;
	background: url("../images/search-magnifier.png")
		no-repeat center;
	cursor: pointer;
}
.auxiliary-tool .timediff-btn {
	float: right;
	border: none;
	width: 120px;
	height: 37px;
	background: url("../images/button.png")
		no-repeat 0 0;
	cursor: pointer;
	text-shadow: 0 0 5px #dd3400;
	color: #ffcb8d;
}
.auxiliary-tool .timediff-btn:hover {
	background-position-y: -36px;
	color: #ffb100;
}
.auxiliary-tool .global-time {
	display: none;
	left: 0;
	top: 42px;
	padding: 15px 20px 30px 30px;
	border: 1px solid #302a21;
	width: 100%;
	background-color: #181410;
	box-shadow: 0 0 15px #000;
	font-size: 12px;
	color: #a99877;
}
.auxiliary-tool .global-time a {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url("../images/close.jpg")
		no-repeat 0 0;
	cursor: pointer;
}
.auxiliary-tool .global-time a:hover {
	background-position-y: -20px;
}
.auxiliary-tool .global-time form,
.auxiliary-tool .global-time div {
	padding-top: 10px;
}
.auxiliary-tool .global-time label {
	display: inline-block;
	height: 20px;
	line-height: 20px;
}
.auxiliary-tool .global-time select {
	border: 1px solid #302a21;
	width: 155px;
	height: 20px;
	background-color: #1b1714;
	box-shadow: inset 0 0 5px #000;
	font-size: 12px;
	color: #a99877;
}
.auxiliary-tool .global-time input {
	display: inline-block;
	padding: 0 5px;
	border: 1px solid #302a21;
	width: 42px;
	height: 22px;
	background-color: #1b1714;
	box-shadow: inset 0 0 5px #000;
	vertical-align: bottom;
	color: #d96500;
}
.auxiliary-tool .global-time button {
	display: inline-block;
	margin-left: 26px;
	padding: 0;
	border: none;
	width: 71px;
	height: 24px;
	outline: none;
	background: url("../images/button-70.jpg")
		no-repeat 0 -1px;
	box-shadow: 0 0 5px #000;
	cursor: pointer;
	text-shadow: 0 0 5px #dd3400;
	font-size: 12px;
	color: #ffcb8d;
}
.auxiliary-tool .global-time button:hover {
	background-position-y: -30px;
}
.auxiliary-tool .global-time span {
	color: #d96500;
}
.home-download {
	margin-top: 10px;
	background-color: #191814;
}
.home-download .anhei {
	height: 470px;
	display: block;
	background: url("../images/gonglue1.png")
		no-repeat center;
}
.home-download .order {
	height: 470px;
	background: url("../images/order-bg.jpg")
		no-repeat center;
}
.home-download .order ul {
	position: absolute;
	left: 0;
	top: 177px;
	width: 100%;
	height: 40px;
	text-align: center;
}
.home-download .order li {
	display: inline-block;
	margin: 0 2px;
	width: 32px;
	height: 40px;
	background: url("../images/order-num.png")
		no-repeat center;
	font-size: 35px;
	color: #e6d171;
}
.home-download .order a {
	position: absolute;
	left: 50%;
	bottom: 0;
	box-sizing: content-box;
	margin-left: -140px;
	border: 4px solid #000;
	width: 273px;
	height: 58px;
	background: url("../images/order-btn.jpg")
		no-repeat center;
}
.home-download .download {
	display: block;
	margin-top: 17px;
}
.home-download .download img {
	width: 500px;
	height: 170px;
	transition: all 300ms;
}
.home-download .download img:hover {
	opacity: 0.8;
}
