﻿nav{
	margin-bottom: 0;
}
.gn-menu-main,
.gn-menu-main ul {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #5f6f81;
	list-style: none;
	text-transform: none;
	font-weight: 300;
	font-family: 'Lato', Arial, sans-serif;
	line-height: 36px;
}
.gn-menu-main {
	width: 100%;
	height: 40px;
	background-color: #fff;
	border: none;
	font-size: 16px;
	color: #666;
	position: relative;
	font-weight: bold;
}
.gn-menu-main a {
	display: block;
	height: 100%;
	color: #5f6f81;
	text-decoration: none;
	cursor: pointer;
}
.gn-menu-main a img {
    display: inline-block;
    margin-left: 8px;
    position: absolute;
    top: 14px;
}
.gn-menu-main ul li{
	box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    padding-left: 20px;
    line-height: 36px;
    font-size: 15px;
    height: 36px;
}
.gn-menu-main ul li.cur,.gn-menu-main ul li:hover {
    border-left: 2px solid #0099ff;
    color: #0099ff;
    background-color: #f1f1f1;
}
.gn-menu-main ul li a{
	font-size: 14px;
}
.gn-menu-main > li {
	display: block;
	float: left;
	height: 100%;
}
.gn-menu-main li.gn-trigger {
	position: relative;
	width: 90px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.gn-menu-main > li > a {
	font-weight: bold;
	margin-left: 16px;
}
.gn-menu-wrapper {
	position: fixed;
	top: 220px;
	bottom: 0px;
	left: 0px;
	z-index: 99999;
	overflow: hidden;
	background: white;
	-webkit-transform: translateX(-60px);
	-moz-transform: translateX(-60px);
	transform: translateX(-60px);
	-webkit-transition: -webkit-transform 0.3s, width 0.3s;
	-moz-transition: -moz-transform 0.3s, width 0.3s;
	transition: transform 0.3s, width 0.3s;
}
.gn-scroller {
	position: absolute;
	overflow-y: scroll;
	width: 370px;
	height: 100%;
}
.gn-menu {
	text-align: left;
	font-size: 16px;
}
.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
.gn-menu-wrapper.gn-open-all {
	width: 340px
}
.gn-menu-wrapper.gn-open-all {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	width: 100%;
	background-color: #fff;
}
.gn-menu-wrapper.gn-open-all .gn-scroller {
	width: 100%
}
.gn-menu-main li.tab_listNav{
	float: right;
	overflow: hidden;
	margin-right: 16px;
}
.gn-menu-main li.tab_listNav dl{
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.gn-menu-main li.tab_listNav dd{
	float: left;
	margin-left:26px;
	font-size: 14px;
	padding: 0;
	line-height: 34px;
	color: #666;
	font-weight: normal;
}
.gn-menu-main li.tab_listNav dd:hover,.gn-menu-main li.tab_listNav dd.active{
	color: #65bb0a;
	border-bottom: 1px solid #65bb0a;	
}
/*顶部左侧menu*/
.gn-menu-main > li > a h1{
	float: left;
}
.title-word h1{
  font-size: 18px;
  font-weight: normal;
}
.menu-btn {
  width: 24px;
  height: 24px;
  background-size: contain;
}
.menu-btn {
  background-image: url(../images/menu.png);
	margin-top: 4px;
}
.search-btn {
	margin-top: 3px;
	float: right;
    background-image: url(../images/search.png);
}
.back-btn, .search-btn, .home-btn, .space {
   margin-top: 3px;
}
.secHeader {
    height: 46px;
    padding: 8px 3%;
}
.secHeader ul li {
    line-height:30px;
}
.title-word {
  -ms-flex: 1;
  flex: 1;
	margin:0 auto;
  text-align: center;
  font-size: 18px;
  padding: 0 8px;
}
.detail_tit {
  max-width: 84%;
}
.downLoad_btn {
  width: 16%;
  display: none;
  background-color: #0598fa;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
.secHeader ul li.downLoad_btn a {
	display: block;
	color: #fff;
}
.ovfHiden{overflow: hidden;height: 100%;}
.leftMenu a {
  text-decoration: none;
  display: block;
}
.menu_title {
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-indent: -41px;
  height: 46px;
  background-color: #fff;
  line-height: 46px;
  border-bottom: 1px solid #e6e6e6;
}
.menu_title img {
  width: 27px;
  height: 27px;
  float: left;
  margin-top: 10px;
  margin-left: 6px;
  margin-right: 8px;
}
.leftMenu{
  background: #fff;
  left: -1000px;
  position: fixed;
  top: 0px;
  display: block;
  height: 100%;
  width: 60%;
  min-width: 140px;
  max-width: 440px;
  z-index: 90002;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  overflow: auto;
}
.leftMenu.menu-open{
  left: 0;
}
.leftMenu ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.leftMenu ul li {
  position: relative;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px dashed #eeeeee;
  /*    padding: 10px 0 10px 20px;*/
  overflow: hidden;
}
.leftMenu ul li a{
  font-size: 16px;
  display: block;
  padding-left: 60px;
  text-align: left;
}
.leftMenu li:nth-child(1) a{
  background: url(../images/xq-ico.png) 26px 14px no-repeat;
  background-size: 22px auto
}
.leftMenu li:nth-child(2) a{
  background: url(../images/xq-ico.png) 26px -26px no-repeat;
  background-size: 20px auto
}
.leftMenu li:nth-child(3) a{
  background: url(../images/xq-ico.png) 26px -73px no-repeat;
  background-size: 22px auto
}
.leftMenu li:nth-child(4) a{
  background: url(../images/xq-ico.png) 26px -126px no-repeat;
  background-size: 24px auto
}
.leftMenu li:nth-child(5) a{
  background: url(../images/xq-ico.png) 26px -140px no-repeat;
  background-size: 20px auto
}
.menu-dark-backdrop {
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.menu-dark-backdrop.in {
  height: 100%;
  z-index: 90001;
  background: rgba(0, 0, 0, 0.5);
}


.list_xlmenu2 a{
   display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 3px 25px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background: #e7e7e7;
    margin: 15px 0 0 15px;
}
.list_xlmenu2 a.on {
    background: #47addd;
    color: #fff;
}
