body{
	padding-top: 65px;
}
nav {
  background: #fff;
  height: 65px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index:100;
  text-align: center;
}
nav.header-index{
    background:rgba(0,0,0,1);
}
nav a, #sideMenu {
  margin: 0 10px 0 0;
  text-shadow: 1px 1px 2px #9e6316;
} 
ul#userMenu {
  background: #202020;
  list-style: none;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 0;
}
#userMenu li {
  display: block;
  padding: 5px 10px;
  text-align: left;
  width: 150px;
}

#userMenu li a:hover, #sideMenuContainer > a:hover {
  padding-left: 3px
}
#sideMenu {
  position: absolute;
  left: 10px;
  top:22px;
  z-index: 5;
}
.hd-tel{
  position: absolute;
  left: 20px;
  top:15px;
  z-index: 5;
}
.hd-logo{
    padding-top: 20px;
}
#sideMenuContainer {
  background: #171717;
  height: 100%;
  position: fixed;
  top: 65px;
  left: -200px;
  width: 200px;
  z-index: 99999;
}
#sideMenuContainer > a {
  display: block;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-bottom: 1px solid #636467;
  text-align: center;
  font-size: 15px;
}
#sideMenuContainer > a.active:hover{
	background: #2f3033
}

.cate-banner{
  position: relative;
}
.cate-banner .banner-con{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff
}
.cate-banner .banner-con h1{
  margin-bottom: 20px;
  font-size: 28px;
}
.cate-banner .banner-con p{
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}

.category-name{
  padding: 20px 0;
  font-size: 24px;
}
.category-name span{
  position: relative;
  display: inline-block;
  padding: 0 80px;
  color: #000;
  font-weight: bold;
}
.category-name span:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 60px;
  background: #000
}
.category-name span:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 2px;
  width: 60px;
  background: #000
}
.cate-list{
  display:flex;
  flex-wrap: wrap;
}
.cate-list a{
  padding-bottom: 5px;
  margin-right: 18px;
  margin-bottom: 10px;
  flex-shrink: 0;
  position: relative;
  display: block;
  color: #000;
  font-weight:bold
}
.cate-list a.active:after{
  content: "";
  width: 40%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20%;
  background: #000;
}
.current-position{
  margin-bottom: 15px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 40px;
  background: url("../../images/wrj_m/wz.png") no-repeat 15px center;
  background-size: 15px;
  border-bottom: 1px solid rgb(222,222,222);
}
.current-position a{
  color: #000
}
.sub-nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.sub-nav .headnav-tool-panel{
    padding: 0 20px;
    background-color: rgba(48,50,51,.98);
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.sub-nav .headnav-tool-panel a{
    display: inline-block;
    padding-right: 30px;
    color:#fff;
    background: url("../../images/wrj_m/arrow.png") no-repeat right center;
    background-size: 12px 6px;
}
.headnav-menu-panel{
    height: 0;
    transition: all .6s;
    overflow:hidden;
}
.headnav-menu-panel.active{
    display: block;
}
.headnav-menu-panel ul{
    background-color: #303233;
    padding: 0 20px;
}
.headnav-menu-panel ul li{
    font-size: 14px;
    line-height: 62.8px;
    border-bottom: 1px solid #3d3e40;
}
.headnav-menu-panel ul li a{
    color:#fff;
}
footer{
  width: 100%;
  background: #282828;
  color: #fff;
}
footer .qrcode{
    padding: 20px 0;
    display: flex;
    color: #fff;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #424242;
}
footer .qrcode img{
    margin-bottom: 10px;
}
footer .qrcode .item:first-of-type{
    margin-right: 50px;
}
footer .footer-category-group-list{
    position: relative;
    padding:0;
    margin:0;
    list-style: none;
}
footer .footer-category-group-list:before{
    display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	width: auto;
	background-color: #494b4d;
	opacity: .5
}
footer .footer-category-group a.footer-category-title {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding: 18px 20px;
	color: #ebeff2;
	-webkit-tap-highlight-color: transparent
}

footer .footer-category-group a.footer-category-title:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	width: auto;
	background-color: #494b4d;
	opacity: .5
}
footer .footer-category{
    
    padding:10px 0;
    margin:0;
    list-style: none;
}
footer .footer-category-content {
	position: relative;
	background-color: #494b4d;
	box-sizing: border-box;
	padding: 0 30px;
	overflow: hidden;
	height: 0;
	transition: all .6s
}

footer .footer-category-content a {
	-webkit-tap-highlight-color: rgba(255,255,255,.3)
}

footer .footer-category-link {
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin-top: 16px;
	margin-bottom: 16px;
	color: #909699;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
footer span.footer-category-cross {
	position: relative;
	display: block;
	float: right;
	width: 8px;
	height: 20px;
	transition: all .4s
}

footer span.footer-category-cross:after,footer span.footer-category-cross:before,footer ul.footer-legal li:after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 1px;
	background-color: #ebeff2;
	top: 9px;
	right: 0
}
footer span.footer-category-cross:after {
    transform: rotate(90deg);
    transition: all .3s;
}
footer .footer-category-group.category-group-opened .footer-category-content span.footer-category-cross {
	transform: rotate(45deg);
	transition: all .3s
}

footer .footer-category-group.category-group-opened a.footer-category-title:after {
	background-color: transparent
}

footer .footer-category-group.category-group-reduce a.footer-category-title {
	border-bottom: none
}

footer .footer-category-group.category-group-reduce a.footer-category-title span.footer-category-cross:after {
	transform: rotate(180deg);
	transition: all .3s
}
/*footer{*/
/*  position: fixed;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  display: flex;*/
/*  background: #165baf;*/
/*  z-index:100*/
/*}*/
/*.footer-nav-item{*/
/*  padding: 10px 0;*/
/*  width: 25%;*/
/*  text-align: center;*/
/*}*/
/*.footer-nav-item img{*/
/*  width: 28px;*/
/*}*/
/*.footer-nav-item .footer-nav-tit{*/
/*  margin-top: 7px;*/
/*  color: #fff*/
/*}*/

#pages { padding:30px 0;text-align:center;font-size:14px;}
#pages a { display:inline-block; padding:0px 8px; height:22px;font-size:12px;line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 {padding:0px 12px; height:22px; line-height:22px;margin-top:0px;}
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block;  padding:0px 8px; height:22px; line-height:22px; background:#0975d7; border:1px solid #0975d7; color:#fff; text-align:center; }
.pagee .noPage { display:inline-block;  padding:0px 12px; height:22px; line-height:22px;border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }