/* Business Dark Gray Theme - 商务深灰+金色样式 */

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, button, img {
	margin: 0;
	padding: 0;
	border: 0
}
img, button {
	border: 0
}
ol, ul, li {
	list-style: none
}
body {
	background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
	color: #e0e0e0;
	font-size: 14px;
	font-family: "Microsoft YaHei", "PingFang SC", "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", sans-serif;
	min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal
}
s, i, u, em {
	font-style: normal
}
.fl {
	float: left
}
.fr {
	float: right
}
.clear {
	clear: both;
	zoom: 1
}
.clearfix:before, .clearfix:after {
	display: table;
	content: ""
}
.clearfix:after {
	clear: both;
	overflow: hidden
}
.clearfix {
	zoom: 1
}
a {
	color: #c0c0c0;
	text-decoration: none
}
a:hover {
	color: #d4a84b;
}

a:focus {
	outline: 0;
	-moz-outline: 0
}
.ads-your, a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* Header */
.header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: linear-gradient(180deg, #252525 0%, #1f1f1f 100%);
	padding: 0;
	border-bottom: 3px solid #d4a84b;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.top {
	position: relative;
	margin: 0 auto;
	width: 95%;
	max-width: 1200px;
	padding: 0;
}

/* Logo */
.logo {
	overflow: hidden;
	float: left;
	margin: 15px 0;
}
.logo a {
	height: 40px;
	font-weight: 700;
	line-height: 40px;
	display: block;
	color: #d4a84b;
	font-size: 26px;
	margin-top: 0;
	font-family: "Georgia", serif;
	letter-spacing: 2px;
}
.logo a i {
	font-size: 24px;
	float: left;
	margin-right: 12px;
	margin-top: 8px;
	background: linear-gradient(135deg, #d4a84b 0%, #b8934a 100%);
	color: #1a1a1a;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	text-indent: 1px;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(212, 168, 75, 0.3);
}

.brand {
	font-size: 12px;
	float: left;
	line-height: 16px;
	color: #888;
	padding-left: 15px;
	position: relative;
	top: 2px;
	border-left: 2px solid #444;
	margin-left: 15px;
	overflow: hidden;
	height: 38px;
}

/* Navigation */
.site-navbar, .site-search, .widget-navcontent .item, .site-nav .fa-angle-down, .rollbar li, .rollbar h6, .btn, .search-btn, .pads h4, a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-navbar {
	float: right;
	font-size: 15px;
	margin-top: 0;
	margin-right: 0;
}

.site-navbar li {
	position: relative;
	float: left;
}

.site-navbar a {
	display: block;
	padding: 22px 20px;
	color: #b0b0b0;
	font-weight: 500;
	letter-spacing: 1px;
}

.site-navbar li.active>a, .site-navbar li:hover>a {
	color: #d4a84b;
	background: rgba(212, 168, 75, 0.1);
}

.site-navbar .fa {
	width: 18px;
	line-height: 24px
}

/* Topbar */
.topbar {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin-bottom: 0;
	margin-right: -15px;
	color: #777;
}

.topbar a {
	color: #888;
}

.topmenu {
	float: right;
}

.topmenu li {
	position: relative;
	float: left;
}

.topmenu li:hover>a, .topmenu li.active a:hover, .topmenu a:hover {
	color: #d4a84b;
}

.topmenu a {
	display: block;
	padding: 0 15px;
	color: #888;
	font-size: 12px;
}

.topmenu .red {
	color: #d4a84b;
	display: inline-block;
}

.site-nav .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #252525;
	font-size: 13px;
	padding: 10px 0;
	border: 1px solid #3a3a3a;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
	line-height: 38px;
	width: 150px;
	border-radius: 4px;
}

.site-nav li:hover>.sub-menu {
	display: block;
}

.site-navbar li:hover>a, .site-navbar li.active a:hover, .site-navbar a:hover, .News_box .hd_tit a:hover {
	color: #d4a84b;
}

.topmenu li:hover {
	z-index: 2;
}

.site-nav .sub-menu li {
	float: none;
}

.site-nav .sub-menu a {
	color: #a0a0a0;
	padding: 0 18px;
	display: block;
}

.site-nav .sub-menu a:hover {
	background: rgba(212, 168, 75, 0.15);
	color: #d4a84b;
}

.topbar .fa {
	width: 14px;
}

/* Search */
.site-search {
	background: linear-gradient(180deg, #1f1f1f 0%, #252525 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	border-bottom: 1px solid #333;
	border-top: 3px solid #d4a84b;
}

.site-search-form {
	padding: 12px 20%;
	overflow: hidden;
}

.search-input {
	float: left;
	color: #e0e0e0;
	border: 1px solid #444;
	width: 84%;
	height: 38px;
	padding: 4px 0;
	border-right: none;
	font-size: 14px;
	border-radius: 3px 0 0 3px;
	outline: none;
	text-indent: 4%;
	background: #2a2a2a;
}

.search-btn {
	color: #1a1a1a;
	border: none;
	background: linear-gradient(135deg, #d4a84b 0%, #b8934a 100%);
	height: 46px;
	font-size: 14px;
	padding: 0 25px;
	border-radius: 0 3px 3px 0;
	width: auto;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 2px;
}

/* Wrap */
.wrap {
	margin: 0 auto;
	width: 95%;
	max-width: 1200px;
	background: rgba(45, 45, 45, 0.5);
	border-radius: 8px;
	padding: 25px 0;
	border: 1px solid #333;
}

/* Pager */
.pagemst {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1200px
}

#pager {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
}

#pager ul li {
	display: inline-block;
	border: 1px solid #444;
	padding: 5px 14px;
	margin: 0 2px;
	line-height: 24px;
	background: #2a2a2a;
	color: #888
}

#pager ul li:hover {
	background: #d4a84b;
	color: #1a1a1a;
	border: 1px solid #d4a84b
}

#pager ul li:hover a {
	color: #1a1a1a;
}

#pager ul li.thisclass {
	display: inline-block;
	border: 1px solid #d4a84b;
	padding: 5px 14px;
	margin: 0 2px;
	background: #d4a84b;
	color: #1a1a1a;
}

#pager ul li.thisclass a {
	color: #1a1a1a;
}

#pager ul li a {
	display: block;
	color: #888
}

#pager ul li a:hover {
	color: #1a1a1a;
}

/* Footer */
.pagefot {
	margin-top: 40px;
	padding: 30px 0;
	width: 100%;
	background: linear-gradient(180deg, #1a1a1a 0%, #151515 100%);
	border-top: 1px solid #333;
}

.footer {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding-top: 0;
}

.footer a {
	color: #888;
}

.footer a:hover {
	color: #d4a84b;
}

.footer p {
	margin-top: 10px;
	font-size: 13px;
	color: #666;
}

.footer span {
	margin: 0 10px;
	color: #555;
}

/* Elevator */
#elevator_item {
	width: 60px;
	height: 100px;
	position: fixed;
	right: 15px;
	bottom: 50%;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 100020;
	display: none;
}

#elevator {
	display: block;
	width: 60px;
	height: 50px;
	background-color: rgba(0, 0, 0, .6);
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	cursor: pointer;
	margin-bottom: 10px;
	text-align: center;
}

#elevator i {
	font-size: 46px;
	color: #d4a84b;
}

#elevator:hover {
	background-color: #d4a84b;
}

#elevator:hover i {
	color: #1a1a1a;
}

/* Responsive */
.m-icon-nav {
	display: none;
}

.site-search.active {
	top: 108px;
}

.minnav, .minul {
	display: none
}

.tongji {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	color: #666;
}

.tongji i {
	margin: 0 20px;
	color: #444
}

.tongji span {
	color: #d4a84b
}

.navigation {
	margin-bottom: 12px;
	margin-left: 3px;
	height: 20px;
	color: #666;
	font-size: 14px;
	line-height: 20px
}

.navigation i {
	margin-right: 3px
}

.navigation a {
	padding: 0 6px;
	color: #666
}

.navigation a:hover {
	color: #d4a84b
}

.navigation a.no {
	color: #d4a84b
}

.fh_left {
	max-width: 850px;
	width: 850px;
	margin-right: 310px;
	float: left;
	overflow: hidden;
	padding: 20px 25px;
	background: #2d2d2d;
	border-radius: 6px;
}

.fh_right {
	float: left;
	overflow: hidden;
	width: 300px;
	margin-left: -300px;
}

.ads {
	width: 95%;
	margin: auto;
}

.ads-your {
	background: #2a2a2a;
	text-align: center;
	color: #555;
	line-height: 20px;
	font-size: 22px;
	border-radius: 6px;
}

/* Gold accent line */
.gold-line {
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #d4a84b, #f0d78c, #d4a84b);
	margin: 10px 0;
}
