* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: url("../images/header-bg.jpg") center top repeat-x;
}


.header {
	position: relative;
	height: 638px;
}

.container {
	width: 1120px;
	box-sizing: border-box;
	margin: 0 auto;
}

.nav {
	width: 1120px;
	height: 154px;
	background: url("../images/nav.png");
	position: absolute;
	left: 50%;
	margin-left: -560px;
	top: 35px;
}

.nav ul {
	width: auto;
	list-style: none;
	padding: 0 20px;
	margin-top: 45px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.nav ul {

}

.nav ul li {
	float: left;
	width: 105px;
	height: 70px;
	position: relative;
}

.nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color:#fff;
	box-sizing: border-box;
	padding-top: 18px;
	text-align: center;
	font-weight: bold;

	transition: .1s all ease;
}

.nav ul li span {
	text-shadow: 1px 1px 5px #2d7286;
	transition: .1s all ease;
}

.nav ul li a:hover {
	font-size: 16px;
	transition: .1s all ease;
}

.nav ul li a > i {
	transform: scale(0.75);
}

.nav ul li a i {
	font: 11px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", arial, tahoma, sans-serif;
	color: #31a0c5;
	line-height: 14px;
	font-style: normal;
	font-variant: small-caps;
	display: block;
	transition: .1s all ease;
	margin-top: -2px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.nav ul li a:hover span {
	font-size: 12px;
	transition: .1s all ease;
}

.nav ul li a:hover i {
	color: yellow;
	font-size: 16px;
	transition: .1s all ease;
	font-weight: bold;
}

.characters {
	width: 952px;
	height: 408px;
	background: url("../images/top-characters.png");
	left: 50%;
	margin-left: -476px;
	position: absolute;
	top: 235px;
}

#picture-scroll {
	list-style: none;
	width: 100%;
	padding: 10px;
}

#picture-scroll li {
	float: left;
	width: 140px;
	height: 140px;
	padding: 4px;
	border: 1px solid #e7e7e7;
	background: #fff;
	margin: 0 10px;
	overflow: hidden;
}

#picture-scroll li img {
	width: 140px;
	height: 140px;
}

.home-news {
	height: 279px;
	background: url("../images/news-bg.png");
	padding: 8px;
}
.panel {
	background: url("../images/panel-bg.png");
	width: 254px;
	height: 263px;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
	border-radius: 10px;
	position: relative;
	float: left;
}

.panel .begin-btn {
	position: absolute;
	width: 205px;
	height: 205px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	border-radius: 50%;
	left: 25px;
	top: -125px;
}

.begin-btn .round-btn {
	background: url("../images/begin-btn.png");
	width: 205px;
	height: 205px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.round-btn:hover {
	transform: rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}

.round-btn a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -99999em;
}

.btn-group {
	padding-top: 90px;
}

.btn-group .btn {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(229, 111, 1);
	border-radius: 10px;
	background-image: -moz-linear-gradient( 90deg, rgb(255,138,0) 1%, rgb(255,191,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,138,0) 1%, rgb(255,191,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,138,0) 1%, rgb(255,191,0) 100%);
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.74);
	margin: 0 auto 10px auto;
	width: 226px;
	height: 43px;
	cursor: pointer;
	line-height: 43px;
	text-align: center;
	font-size: 12px;
	color: #843800;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

.btn-group .btn:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(255,120,0) 1%, rgb(255,180,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,120,0) 1%, rgb(255,180,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,120,0) 1%, rgb(255,180,0) 100%);
}

.btn a,  .btn a:link, .btn a:visited {
	display: block;
	width: 100%;
	height: 100%;
	color: #843800;
}

.btn a:hover {
	color: #843800;
}

.news-box {
	width: 545px;
	margin: 0 25px;
	padding-top: 2px;
	float: left;
}
.ad-img {
	width: 254px;
	height: 263px;
	float: right;
	border-radius: 10px;
	box-shadow: -5px 5px 0px rgba(0,0,0,0.2);
	background: url("../images/img.png");
}

span.time {
	float: right;
	color: #999;
}

span.cat {
	font-weight: bold;
	margin-right: 5px;
}

span.cat.yellow, span.cat.yellow > a{
	color: yellow !important;
}

span.cat.blue, span.cat.blue > a {
	color: #00fff6 !important;
}

span.cat.purple, span.cat.purple > a {
	color: #de00ff !important;
}

span.cat.green, span.cat.purple > a {
	color: #ADFF2F !important;
}

.news-cat {
	background: rgba(4,33,65,0.5);
	border-radius: 10px;
	height: 45px;
	margin-bottom: 3px;
}

.news-cat ul {
	list-style: none;
}

.news-cat ul li {
	padding: 0 20px;
	height: 45px;
	box-sizing: border-box;
	float: left;
	line-height: 45px;
	font-size: 14px;
	color:#999;
	cursor: pointer;
	border-radius: 10px;
}

.news-cat ul li.active {
	background: #293a40;
	line-height: 41px;
	border:2px solid yellow;
}

.news-list ul {
	list-style: none;
	color: #ffffff;
	padding: 0 10px;
	display: none;
}

.news-list ul li {
	font-size: 12px;
	line-height: 27px;
}

.news-list ul li a {
	color: #fff;
}

.news-list ul li a:hover {
	color: #00aadc;
}

.player-show {
	background: #ffe5b3;
	border: 1px solid #dbc096;
	margin-top: 10px;
	min-height: 200px;
	border-radius: 10px;
	box-shadow: 0px 1px 0px #fff inset;
}

.player-show .box {
	border-radius: 10px;
	background: #fff;
	border: 1px solid #dbc096;
	width: auto;
	height: 180px;
	margin: 0 10px 10px 10px;
}

.player-show h1 {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	color: #604104;
	text-shadow: 1px 1px 0px #fff;
	font-weight: 100;
}

.articles {
	width: 1130px;
	margin-top: 10px;
	display: flex;
}

.article-box {
	flex: 1;
	border: 1px solid rgb(236, 236, 236);
	border-radius: 10px;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 1%, rgb(244,244,244) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 1%, rgb(244,244,244) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 1%, rgb(244,244,244) 100%);
	margin: 0 5px;
	height: 284px;
	box-sizing: border-box;
}

.article-cat {
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	color: #666;
	font-size: 14px;
	text-shadow: 1px 1px 0 #fff;
}

.article-cat span {
	color: #999;
	font-size: 12px;
	margin-left: 5px;
}

.article-list ul {
	list-style: none;
	padding: 0 20px;
}

.article-list ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	margin-right: 10px;
}

.article-list ul.green li:before {
	background: #b4d599;
}

.article-list ul.yellow li:before {
	background: #d5c999;
}

.article-list ul.blue li:before {
	background: #99ccd5;
}

.article-list ul li {
	font-size: 14px;
	line-height: 27px;
}

.article-list a, .article-list a:link, .article-list a:visited {
	color:#333;
	text-decoration: none;
	transition: .2s all ease;
}

.article-list a:hover {
	color: darkorange;
	transition: .2s all ease;
}

@keyframes scroll
{
	from {background-position: 0% 50%;}
	to {background-position: 10000% 50%}
}


.scroll-footer {
	background: url("../images/footer_bg.png") 0% 50%;
	width: 100%;
	height: 50px;
	margin: 30px 0;
	animation: scroll 1000s infinite;
	animation-timing-function: linear;
}

.footer {
	border-top: 1px solid rgb(231, 231, 231);
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 1%, rgb(244,244,244) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 1%, rgb(244,244,244) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 1%, rgb(244,244,244) 100%);
	width: 100%;
	height: 170px;
}

.footer .container {
	/*background: url("../images/ft_logo.png") no-repeat;
	padding-left: 240px;*/
	padding-top: 30px;
	color: #999;
}

.footer .container p {
	line-height: 27px;
	font-size: 14px;
}

.news-list a {
	color: #ffff;
	text-decoration: none;
}

a, a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: darkorange;
}

#cnzz_stat_icon_1278640958 {
	visibility: hidden;
}


.widget_latest_comment ul li{ white-space:normal !important; width: auto !important;margin:10px;list-style:none; padding: 0 0 10px; overflow: visible !important; line-height: 16px !important; font-size: 12px !important;}
.widget_latest_comment ul li a.comment_r{line-height: 16px !important; padding: 0 0 6px 0px;}
.widget_latest_comment ul li a{display:block;overflow:hidden;}
.widget_latest_comment ul li{overflow: hidden;border-bottom: dashed 1px #ddd;}
.widget_latest_comment ul li a:hover{color:#282828}
.widget_latest_comment img {
	border-radius: 50%;
	float: left;
	margin: 0 8px 0 0;
}
/* Comments */
#comments-title  i {
	margin-right:3px;
}
#comments-title {
	height:70px;
	background-repeat:repeat-x;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	letter-spacing:-1px;
	font-size:26px;
	font-weight:normal;
	padding:20px 0 20px 30px;
	margin:0 0 0 0;
}
#comments p {
	font-size:15px;
	font-size:14px;
	line-height:1.5em;
	margin:.5em 0;
	word-wrap:break-word;
}
.comt {
	padding:20px;
}
#archive #comments {
	padding:0 0 20px 0;
}
#comments .commentlist li {
	width:100%;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
	list-style:none;
}
#reply-title {
	border-bottom:1px solid rgba(0,0,0,0.13);
	font-size:15px;
	font-weight:normal;
	margin:20px 0 10px 0;
}
#comments .navigation {
	margin-top:10px;
}
#comments .navigation  a {
	olor:#696a52;
	background:#C9CAB8;
	border-radius:3px;
	padding:3px 7px;
}
.comment_list {
	padding:0 10px;
}
.comment-body {
	padding:10px 0 10px 10px;
	position:relative;
	font-size:13.5px;
	min-height:34px;
}
.comment-author {
	position:absolute;
	top:26px;
	left:-8px;
	width:44px;
	height:44px;
	box-shadow:-1px 0 1px rgba(0,0,0,.15) inset;
	border-radius:46px;
	background:rgb(216,216,216);
}
.comment-author img {
	width:32px !important;
	height: 32px !important;
	border-radius:32px;
	box-shadow:0 1px 3px rgba(0,0,0,0.22);
	-webkit-transition:.4s all ease-in-out;
	-moz-transition:.4s all ease-in-out;
	-o-transition:.4s all ease-in-out;
	-ms-transition:.4s all ease-in-out;
	transition:.4s all ease-in-out;
	position: absolute;
	left: 6px;
	top: 5px;
}
.comment-body:hover .comment-author img {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.name {
	padding-top:1px;
}
.name a {
	font-weight:bold;
	color:#696A52 !important;
}
.name a:hover {
	color:#D32 !important;
}
.comment-head .date {
	font-size:13px;
	position: absolute;
	bottom: 20px;
	left: 25px;
	color: #ccc;
	line-height:1.5em;
	text-shadow: 1px 1px 0px #fff;
}
.comment-head {
	min-height:100px;
	background:#FDFDFD;
	padding:15px 15px 12px 38px;
	border-radius:5px;
	box-shadow:0 1px 2px rgba(0,0,0,.15),0 1px 0 rgba(255,255,255,.75) inset;
}
.comment-entry .wp-smiley {
	margin-top:-2px;
}
.comment-reply-link {
	font-size:13px;
	float:right;
	margin:0px 0px 16px 16px;
	color:#696a52;
	background:#E2E2DB;
	border-radius:3px;
	padding:3px 7px;
}
#comments .children {
	margin-left:28px;
}
.children .depth-8,.children li.depth-8 .children {
	margin-left:0;
}
.children .comment-body {
	min-height:30px;
}
.num {
	float:right;
	color:#BEBEBE;
}
.children #respond {
	margin-left:26px;
}
#respond textarea {
	width:95%;
	padding:5px;
}
#commentform input {
	width:200px;
	padding:5px;
	display:block;
}
#comments input,#comments textarea,#comments button {
	border-radius:3px;
}
.author_hide {
	display: none
}

#edit_author {
	cursor: pointer
}
#author_textarea {
	position: relative;
	padding: 5px;
	border: 1px solid #ddd
}
#author_info input {
	font: 12px;
	width: 140px;
	height: 30px;
	padding: 3px 10px 3px 50px;
	margin-right: 10px;
	border: 1px solid #ddd;
	outline: none;
}
#author_info label {
	position: relative;
}
#cancel-comment-reply {
	position: absolute;
	right: 0
}

#cancel-comment-reply a {
	text-decoration: none;
	font-size: 12px;
	padding: 5px 5px 5px 20px;
	background: #ddd;
}
#author_info label small {
	color: #777;
	font-size: 14px;
	position: absolute;
	display: block;
	width: 60px;
	top: -30px;
	left: 10px;
}

#submit {
	height:32px;
	width:100px;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	color:#555;
	font-size:14px;
	font-weight:bold;
	border:1px solid #ccc;
	border-bottom-color:#aaa;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	background-color:#e6e6e6;
	background-repeat:no-repeat;
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),color-stop(25%,#fcfcfc),to(#e6e6e6));
	background-image:-webkit-linear-gradient(#fcfcfc,#fcfcfc 25%,#e6e6e6);
	background-image:-moz-linear-gradient(top,#fcfcfc,#fcfcfc 25%,#e6e6e6);
	background-image:-ms-linear-gradient(#fcfcfc,#fcfcfc 25%,#e6e6e6);
	background-image:linear-gradient(#fcfcfc,#fcfcfc 25%,#e6e6e6);
	transition:all .15s linear;
	-webkit-transition:all .15s linear;
	-moz-transition:all .15s linear;
	box-shadow:inset 0 0 1px #fff;
}
#submit:hover {
	background-position:0 -15px;
	color:#333;
}
#submit:active {
	-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}
.form-allowed-tags {
	display:none;
}
.form-submit {
	margin-top:20px !important;
}
.reply {
	padding-bottom:10px;
	font-size:12px;
}
.commentlist li.depth-1 {
	margin-bottom:18px;
	line-height:18px;
}
.comment_list li p {
	clear:both;
	margin-bottom:5px;
}
#commentform input#comment_mail_notify {
	display:inline;
	width:15px;
}
#comment-edit-link {
	display:none;
}
.comments {
	margin-top: 20px;
}
.comments h1 {
	text-align: left;
	border-left: 3px solid #0A8897;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	background: #FDFDFD;
	margin: 0;
	padding:0 10px;
}
.comments h1:after {
	content: "COMMENTS";
	font-size: 12px;
	color: #666;
	margin-left: 10px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}

.clearfix {
	clear:both;
	visibility: hidden;
}

.sidebar {
	width: 270px;
	float: left;
	min-height: 120px;
}

.page {
	width: 840px;
	float: left;
	margin-left: 10px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #eee;
	background: rgba(255,255,255, 0.7);
}

.crumbs {
	margin-bottom: 10px;
	border-bottom: 1px dotted #000;
	padding-bottom: 20px;
	font-size: 14px;
}

.page_info {
	font-size: 12px;
	line-height: 27px;
	margin: 10px 0;
}

.page_text {
	margin-top: 10px;
	font-size: 14px;
}

.page_text p {
	margin-bottom: 17px;
	line-height: 27px;
}

.qq-group {
	margin-top: 20px;
}

.nf {
	float: none;
}

.categorylist {
	margin: 10px 0;
	padding: 0;
	width: auto;
	float: left;
	position: relative;
	list-style: none;
}
.categorylist>li {
	width: 100px;
	text-align: center;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	border-radius: 5px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	background: darkorange;
	transition: .2s ease all;
}
.categorylist>li:hover {
	background: orange;
	transition: .2s ease all;
}
.categorylist>li:hover .children {
	display: block;
}
.categorylist>li.current-cat {
	background: #FFBD16;
}
.categorylist>li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.categorylist>li a:link,.categorylist>li a:visited, .categorylist>li a:hover, .categorylist>li a:active {
	color: #fff;
}
.categorylist .children {
	width: 100px;
	font-size: 14px;
	position: absolute;
	background: #13CAEB;
	display: none;
	z-index: 999;
}
.categorylist .children li {
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
}
.categorylist .children li:hover {
	background: #0E95AD;
}

.common_list {
	width: auto;
	line-height: 32px;
	list-style: none;
}
.common_list li {
	width: auto;
	position: relative;
	border-bottom: 1px solid #ececec;
	padding-left: 10px;
	padding-right: 10px;
}
.page .common_list li:nth-child(2n) {
	background-color: #fff9eb;
}
.page .common_list {
	margin-bottom: 20px;
}
.page .common_list li {
	border:none;
	line-height: 42px;
	font-size: 14px;
}

.pagenavi *{
	padding: 5px 10px;
	border: 1px dashed #ececec;
}
.pagenavi .current {
	background: darkorange;
	border: 1px solid darkorange;
	color: #fff;
}