* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}
body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: 400
}
h1 {
	font-size: 2em
}
body, button, input, select, textarea {
	font-size: 14px;
	color: #333;
	font-family: 'microsoft yahei',Arial, hiragino sans gb, sans-serif;
	background: #16a085;
}
img {
	border-style: none;
	vertical-align: middle
}
ul, li {
	list-style: none
}
a {
	text-decoration: none;
	color: #333;
	outline: 0
}
a:hover {
	background-repeat: no-repeat
}
a, area {
blr:expression(this.onFocus=this.blur())
}
input, button, select, textarea {
	outline: 0;
	border: 0;
	margin: 0;
	padding: 0;
	resize: none;
	background: 0 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.btn-tj{
	width:120px !important;
	font-weight:bold;
	font-size:16px;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}
/*粒子*/
.pg-canvas {
	position: fixed;
	left: 0;
	top: 0;
}
/*head*/
.head {
	background: url(../images/nav_bg.png) repeat;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}
.head .head-box {
	width: 1200px;
	margin: 0 auto;
}
.head .head-box a.logo {
	display:block;
	float:left;
}
.head .head-box .collection {
	display:block;
	float:right;
	color:#A2A2A2;
	margin-top:20px;
}
/*content*/
.main {
	width: 100%;
	margin: 0 auto;
}
.main .main_box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}
.main .main_box .banner {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.main .main_box .search_box {
	width: 100%;
	margin: 0 auto;
}
.main .main_box .search_box ul {
}
.main .main_box .search_box ul li {
	float: left;
	padding: 6px 20px;
	cursor: pointer;
}
.main .main_box .search_box ul li.active {
	background: #FFF;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.main .main_box .search_box ul li label {
	display: block;
	color: #FFF;
}
.main .main_box .search_box ul li a {
	display: block;
}
#super-search-fm {
	position: relative;
	margin-bottom:10px;
}
#super-search-fm .search-text {
	padding: 12px 20px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	border: 0;
	border-radius: 3px;
	background: #FFF;
}
#super-search-fm button {
	position: absolute;
	top: 0;
	right: 0;
	background: #FEF400;
	border: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}
#super-search-fm button i {
	color: #000;
	font-size: 18px;
}
/*通告*/
.notice{
	width:100%;
	height:50px;
	overflow:hidden;
}
.notice ul{
	width:95%;
	display:block;
	margin:0 auto;
}
.notice ul li{
	width:100%;
	height:50px;
	line-height:50px;
}
.notice ul li a{
	display:block;
	color:#FFF;
}
.fa-notice{
	font-size:20px;
	color:#FEF400;
}
/*panel*/
.panel {
	margin: 10px auto;
	padding: 1px;
	border: 0 solid #c5d2db;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(31,35,37,.08);
}
.panel .panel-heading {
	padding: 12px 24px;
	font-size: 18px;
}
.panel .panel-heading {
	font-weight:bold;
	padding: 8px;
	border-bottom: 1px solid #e7eff4;
	border-radius: 4px 4px 0 0;
}
.panel .panel-body {
	width: 90%;
	margin: 20px auto;
}
.panel .panel-body ul {
}
.panel .panel-body ul li {
	width: 25%;
	float: left;
	margin-bottom: 10px;
}
.panel .panel-body ul li a {
	display: block;
	padding: 6px;
	border-radius: 10px;
	transition:all ease-out 0.8s;
}
.panel .panel-body ul li a:hover {
	color:#F00;
	/*background: #F2F2F2;*/
}
.panel .panel-bottom {
	border-top: 1px solid #e7eff4;
	text-align: center;
}
.panel .panel-bottom i {
	cursor: pointer;
}
/*footer*/
.footer {
	width: 100%;
	background: #131313;
	position: relative;
	z-index: 999;
}
.footer .footer_box {
	width: 300px;
	margin:0 auto;
}
.footer .footer_copyright{
	width: 1200px;
	margin:0 auto;
	padding:30px 0;
	display:table;
}
.footer .footer_copyright .footer_copyright_left{
	width:100%;
	float:left;
	position: relative;
	z-index: 999;
	display:table-cell;
}
.footer .footer_copyright .footer_copyright_left p,.footer .footer_copyright .footer_copyright_left a{
	color:#FFF;
}
.footer .footer_copyright .footer_copyright_right{
	width:186px;
	position: relative;
	z-index: 999;
	display:table-cell;
}
.footer .footer_copyright .footer_copyright_right p{
	color:#FFF;
}
/*右边导航*/
.rightNavigation{
	position:fixed;
	right:10px;
	bottom:100px;
	z-index:9999999999999999;
}
.rightNavigation ul{}
.rightNavigation ul li{
	width:40px;
	height:40px;
	background: #FEF400;
	margin-bottom:10px;
	position:relative;
}
.rightNavigation ul li.totop{
	display:none;
}
.rightNavigation ul li a{
	width:100%;
	display:block;
}
.ewm-box{
	position:absolute;
	right:46px;
	bottom:0;
	display:none;
}
.ewm-box .ewm-box-top{}
.ewm-box .ewm-box-top img{
	display:block;
	width:100px;
	height:100px;
}
.ewm-box .ewm-box-bottom{
	width:100px;
	height:30px;
	line-height:30px;
	display:block;
	margin:0 auto;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	background:#FEF400;
	position:relative;
}
.ewm-box .ewm-box-bottom .fas-arrow{
	position:absolute;
	top:10px;
	right:-4px;
	color:#FEF400;
}