@font-face {
    font-family: 'wiosn_ls';
    src: url('/themes/webfonts/f002.ttf');
    src: local('☺'), url('/themes/webfonts/f002.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'wiosn_jh';
    src: url('/themes/webfonts/f001.ttf');
    src: local('☺'), url('/themes/webfonts/f001.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*全局通用*/
html, body {
    background-color: rgba(0, 0, 0, 1);
    color: #efd100;
}
a,a:link,a:active{
	text-decoration: none;
	transition: all 0.5s;
	color: #999;
}
a:hover,a:focus{
	text-decoration: none;
	transition: all 0.5s;
	color: #fff;
}
.wrapper{
	max-width: 1380px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
}
img{
	max-width:100%;
}
.wiosn_clear{
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}
.wiosn_block{
	min-height: 575px;
	padding: 25px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	overflow: hidden;
	margin: 2px;
	border-top: 1px #444 solid;
	border-bottom: 1px #444 solid;
}
[v-cloak] {
    display: none;
}
/*分页*/
.pageinfo_box{
	text-align: center;
	justify-content: center;
	justify-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 1em 0;
}
.pageinfo_box a{
	display: inline-block;
	min-width: 2em;
	border: 1px solid #c77e19;
	padding: 0.3em .8em;
	border-radius: 3px;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, .05);
	font-size: 18px;
	background: rgba(159,22,0,.6);;margin: 0 .2em;
	color: #f7b10a;
	text-transform: uppercase;	
}
.pageinfo_box a.disabled{
	color: #999;
	background: rgba(159,22,0,.1);
	border: 1px solid #c77e19;
	box-shadow: none;
}
.pageinfo_box a.page_now{
	border: 1px solid #c77e19;
	background: rgba(159,22,0,.6);
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .15);
	color: #ffe13e;
	box-shadow: 5px 5px 1px rgba(0, 0, 0, .08);
}
/* 金色文字 */
.gtx{
	-webkit-transition:all .25s cubic-bezier(.23,1,.32,1) 0s;
	transition:all .25s cubic-bezier(.23,1,.32,1) 0s;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	background-image:-webkit-linear-gradient(top,#efd100,#e2a233 19%,#f0c328 30%,#fff1a3 43%,#ffe13e 50%,#fff 51%,#fff);
	background-size:1em 2.5em;
	color:#f8b700;
	display:inline-block;
	line-height:1.5em;
	position:relative;
	z-index:auto;
	background-position:center 0
}
.gtx:hover {
	color:#fff;
	background-position:center 90%;
}
/*导航部分*/
h1 .gtx{
	font-family: "wiosn_jh";
}
.top_line{
	position: fixed;
	height: 40px;
	left: 0;right: 0;top: 0;
	overflow: hidden;
	line-height: 40px;
	background-image: url(/themes/images/topline.png);
	background-size: auto 100%;
	background-position: center top;
	color: #fff;
	transition: all 0.5s;
}
.top_line .wrapper{
	display: flex;
}
.top_line .userinfo{
	flex: 1;
	text-align: right;
}
.userinfo a{
	display: inline-block;
	padding: 0 .5em;
}
.header{
	display: block;
	transition: all 0.5s;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	z-index: 1999;
}
.fixedo{
	top: 0;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
	border: 1px rgba(68,47,38,1) solid;
	background-image: url(/themes/images/sitenav.jpg);
}
.fixedo .header{
	top: 0;
}
.fixedo .top_line{
	top: -40px;

}
.header .wrapper{
	display: flex;
	position: relative;
}
.fixedo .wrapper{
	width: 100%;
	max-width: 1380px;
}
.top_nav{
	line-height: 80px;
	height: 80px;
	color: #fff;
	display: flex;
	flex: 1;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
	border: 1px rgba(68,47,38,1) solid;
	background-image: url(/themes/images/sitenav.jpg);
	list-style: none;
	flex-direction:row;
	padding-left: 200px;
}
.top_nav .sbs{
	background-image: url(/themes/images/navright.jpg);
	border-radius: 0 10px 10px 0;
	font-weight: 510;
	overflow: hidden;
}
.fixedo .top_nav{
	line-height: 50px;
	height: 50px;
	border-radius: 0;
	padding-left: 0;
	border-bottom: none;
	border-top: none;
	box-shadow:none;
}
.top_nav .top_nav_item{
	display: block;
	position: relative;
	transition: all 0.5s;
	text-align: center;
	border-right: 1px rgba(68,47,38,1) solid;
}
.top_nav_sub_item{
	list-style-type: none;
	border-right: 1px rgba(68,47,38,1) solid;
}
.top_nav_sub_item:last-child{
	border-right: none;
}
.top_nav ol.top_nav_sub{
	background-color: rgba(0, 0, 0, .8);
	background-image: url(/themes/images/sitenav.jpg);
	position: absolute;
	border-radius: 5px;
	display: none;
}
.top_nav .top_nav_item a,.top_nav .top_nav_stitle{
	color: #fff;
	display: block;
	cursor: pointer;
	position: relative;
	padding: 0 1em;
	font-size: 18px;
	transition: all 0.5s;
}
.top_nav .hover a.top_nav_item,.top_nav .active a.top_nav_item,.top_nav .hover .top_nav_stitle,.top_nav .active .top_nav_stitle,.top_nav .hover a.top_nav_item .gtx,.top_nav .active .top_nav_stitle .gtx{
	background-color: rgba(255,255,255,0.05);
	color: #e3a204;
	background-position: left 100%;
}
.top_nav .top_nav_sub_item a{
	color: #333;
	display: block;
	white-space: nowrap;
	line-height: 50px;
	font-size: 16px;
	height: 50px;
}
.top_nav .hover ol{
	animation:0.5s top_nav_show;
	display: flex;
}
.nav_right{
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
@-webkit-keyframes top_nav_show {
    0%   { opacity: 0;}
    100% { opacity: 1;}
}
.logo{
	padding: 0;
	transition: all 0.5s;
    max-width: 280px;
    height: 80px;
    width: 100px;
}
.fixedo .logo{
	height: 50px;
	width: 200px;
}
.logo h1{
	transition: all 0.5s;
	color: #fff;
	background-image:linear-gradient(0deg, #fff, #ccc, #f1f1f1,#fff);
    background-clip:text;
    -webkit-background-clip:text;
    text-fill-color:transparent; 
    -webkit-text-fill-color:transparent;
    font-weight:500;min-width: 300px;
    height: 120px;line-height: 120px;
    position: relative;
}
.logo h1 a{
    display: block;
    height: 120px;line-height: 120px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
    background-image: url(/themes/images/logos.png);
    box-sizing: border-box;
    
    background-size:auto 120px;
    margin-top: -15px;
    text-indent: 30px;
    background-repeat: no-repeat;
}
.logo h1 a .gtx{
	opacity: 0;
	transition: all 0.5s;
	font-weight: lighter;
}
.fixedo .logo h1 a{
    height: 50px;line-height: 50px;
    background-image: url(/themes/images/logo-s.png);
    background-size:auto 50px;
    text-indent: 30px;
    margin-top: 0;
}
.fixedo .logo h1 a .gtx{
	opacity: 1;
}
.mobile_nav{
	background-color: rgba(0, 0, 0, .1);
	width: 45px;
	height: 40px;
	transition: all 0.5s;
	position: fixed;
	top: 5px;
	right: 15px;
	border-radius: 3px;
	padding: 10px;
	box-sizing: border-box;
}
.mobile_nav .line{
	background: rgba(255, 255, 255, 1);
	display: block;
	height: 3px;
	border-radius: 3px;
	margin-bottom: 5px;
	z-index: 9999999999999;
}
.mob_nav{
	position: fixed;
	transition: all 0.5s;
	left: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	color: #fff;
}
.mob_nav .nav{
	position: absolute;
	box-shadow: 0 0 35px rgba(0, 0, 0, .3);
	left: 30%;
	top: 0;
	bottom: 0;
	right: 0;
	color: #333;
	list-style-type: none;
	height: auto;
	overflow-y: auto;
	padding: 15px;
	padding-top: 40px;
	background-color: #fff;
	display: block;
}
.mob_nav .nav li{
	list-style-type: none;
	padding-left: 1em;
	line-height: 30px;
	font-size: 14px;
}
.mob_nav a,.mob_nav .top_nav_stitle{
	color: #efd100;
	display: block;
	position: relative;
	padding-left: 15px;
}
.mob_nav a:before,.mob_nav .top_nav_stitle:before{
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	content: " ";
	width: 3px;
	height: 14px;
	border-radius: 5px;
	background-color: #ccc;
}
.mob_nav .active a:before,.mob_nav .active .top_nav_stitle:before{
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	content: " ";
	width: 3px;
	height: 14px;
	border-radius: 5px;
	background-color: #e3a204;
}
.mob_nav .top_nav_sub a:before{
	background-color: #ccc;
	width: 5px;
	height: 5px;
	top: 13px;
}
.mob_nav .close{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #000;
	/*background-image: radial-gradient(circle at 30% 30% ,#ffff,#f1f1f1);
	border: 1px #ccc solid;
	box-shadow: 0 0 3px rgba(0,0,0,.05);*/
	border-radius: 5px;
	margin-top: 5px;
	margin-right: 5px;
	color: #fff;
	z-index: 999999;
	position: relative;
	text-align: center;
	float: right;
}
/*底部导航*/
.footer{
	color: #aaa;
	background-color: #000;
	background-image: url(/themes/images/bottomline.png);
	background-position: center bottom;
	background-size: auto 100%;
}
.footer .wrapper{
	position: relative;
}
.footer a{
	border-bottom: 1px #aaa dotted;
	color: #3fb150;
	padding: 3px 0;
}
.footer a:hover{
	color: #3fb150;
}
.footer .copyright{
	font-size: 14px;
	color: #aaa;
	padding: 0 ;
	margin-bottom: 10px;
}
.footer .site_qr {
	text-align: center;
}
.footer .site_qr .h4{
	font-size: 16px;
}
.footer .qr{
	width: 140px;
	height: 140px;
	display: inline-block;
	margin: 15px auto;
	margin-bottom: 5px;
	border: 4px rgba(255, 155, 0, .3) solid;
}
.footer .scan_me{
	font-size: 12px;line-height: 20px;
	color: #3fb150;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .15);
}
.footer .copyright .fenlan{
	display: flex;
}
.footer .copyright .fenlan .fenlan_cinfo{
	flex: 1;
}
.footer-bgset::after, .footer-bgset::before {
    content: "";
    display: block;
    width: 173px;
    height: 27px;
    background: transparent url(/themes/images/footer-left.png);
    position: absolute;
    top: -13px;
    right: -110px;
}
.footer-bgset::before {
    background:transparent url(/themes/images/footer-right.png);
    right: auto;
    left: -110px;

}
.xfc{
	position: fixed;
	left: 50%;
	bottom: 100px;
	margin-left: 700px;
	z-index: 9999999999999;
	background-color: rgba(0, 0, 0, .6);
	padding: 15px;
	border-radius: 15px;
	overflow: hidden;
}
/*友情链接*/
.site_links_box{
	display: flex;
	padding: 8px 0;
	padding-top: 25px;
	font-size: 14px;
}
.site_links_box .h6{
	color: #3fb150;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .15);
	font-size: 14px;
}
.site_links{
	list-style: none;
	display: flex;font-size: 14px;
}
.site_links a{
	padding: 0 .5em;
	text-decoration: none;
	color: #666;
	border: none;
}
/* 子页面通用样式  */


/* 自适应专用 */
@media only screen and (max-width:767px) {
	html,body{
		max-width: 100%;
		overflow-x: hidden;
	}
	#apps{
		padding-top: 50px;
	}
	.header{
		top: 0;
		line-height: 50px;
		height: 50px;
		border-radius: 0;
		box-shadow:none;
	}
	.swiper-button-next,.swiper-button-prev{
		display: none !important;
	}
	#nav_header{
		box-shadow: 0 0 10px rgba(0,0,0,.6);
		border: 1px rgba(68,47,38,1) solid;
		background-image: url(/themes/images/sitenav.jpg);
	}
	.mobile_nav{
		background-color: rgba(0, 0, 0, 0);
	}
	.mob_nav .nav {
		background-color: rgba(0, 0, 0, .8);
	}
	.mobile_nav .line{
		background-color: #e2a233;
	}
	.logo h1 a .gtx{
		opacity: 1;
	}
	.logo h1 a{
	    height: 50px;line-height: 50px;
	    background-image: url(/themes/images/logo-s.png);
	    background-size:auto 50px;
	    text-indent: 30px;
	    margin-top: 0;
	}
	.wiosn_block{
		min-height: auto;
	}
	.footer .wrapper{
		padding-top: 10px;
	}
	.site_links_box{
		display: none;
	}
}
/* 背景色变化 */