
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* background:#3a3a3a; */
	padding:0 0.5rem;
	height:94px;
	z-index: 9;
	background: transparent;
	transition: all 0.5s;
}
.header.on{
	background: #3a3a3a !important;
}
header .nav-current{
	background: #3a3a3a !important;
}
.index-nav-cur{
	background: #3a3a3a;
}
.index-nav-cur .navbar .container-fluid .navbar-nav .nav-item .nav-link{
	color: #00f1e6;
}

.pc-nav{
	height: 100%;
}
.pc-nav ul{
	display:flex;
	height: 100%;
	margin-bottom:0;
}
.pc-nav ul li{
	height: 100%;
	margin: 0 0.3rem;
}
.pc-nav ul li a{
	display:flex;
	align-items: center;
	height: 100%;
	color: #fff;
	border-top: 2px solid transparent;
}
.pc-nav ul li .active{
	border-top: 2px solid #fff;
}
.pc-nav ul li a:hover{
	border-top: 2px solid #fff;
}

.navbar {
  height: 94px;
  transition: all .5s .1s;
}
.navbar-offcanvas {
  z-index: 1030;
}
.navbar-offcanvas .container-fluid {
  position: relative;
  padding: 0;
  transform: translate3d(0px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.navbar-offcanvas .navbar-top {
  display: none;
}
@media (min-width: 992px) {
  .navbar-offcanvas .navbar-top {
    display: flex;
    margin-left: auto;
  }
  
}
.navbar-offcanvas .navbar-top .nav-item {
  padding: 0 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .navbar-offcanvas .navbar-top .nav-item .nav-link {
    color: #000;
  }
  body > .navbar-collapse .navbar-top {
    display:none;
  }
}
.navbar-offcanvas .navbar-toggler {
  padding: 0;
  border: 0;
  outline: none;
}
.navbar-offcanvas .navbar-toggler:hover, .navbar-offcanvas .navbar-toggler:focus {
  cursor: pointer;
}
@media (min-width: 768px) {
  .navbar-offcanvas .navbar-toggler {
    display: block;
  }
}
.navbar-offcanvas .navbar-toggler .icon-bar {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.navbar-offcanvas .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-offcanvas .navbar-toggler .icon-bar.bar1 {
  top: 0;
  outline: 1px solid transparent;
  animation: topbar-back 500ms 0s;
  animation-fill-mode: forwards;
}
.navbar-offcanvas .navbar-toggler .icon-bar.bar2 {
  outline: 1px solid transparent;
  opacity: 1;
}
.navbar-offcanvas .navbar-toggler .icon-bar.bar3 {
  bottom: 0;
  outline: 1px solid transparent;
  animation: bottombar-back 500ms 0s;
  animation-fill-mode: forwards;
}
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar1 {
  top: 6px;
  animation: topbar-x 500ms 0s;
  animation-fill-mode: forwards;
}
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar2 {
  opacity: 0;
}
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar3 {
  bottom: 6px;
  animation: bottombar-x 500ms 0s;
  animation-fill-mode: forwards;
}
.navbar-offcanvas .navbar-collapse.collapse,
.navbar-offcanvas .navbar-collapse.collapse.in,
.navbar-offcanvas .navbar-collapse.collapsing {
  display: none !important;
}

.nav-open .navbar-collapse {
  transform: translate3d(0px, 0, 0);
}
.nav-open .navbar > .container-fluid {
  transform: translate3d(-424px, 0, 0);
}
@media (max-width: 991px) {
  .nav-open .navbar > .container-fluid {
    transform: translate3d(-282.6666666667px, 0, 0);
  }
}
.nav-open .wrapper {
  transform: translate3d(-150px, 0, 0);
}

body > .navbar-collapse {
  display: block !important;
  position: fixed;
  top: 0;
  right: -10px;
  width: 424px;
  height: 100%;
  padding: 30px 1rem;
  background-color: #fff;
  border-left: 1px solid #e3e3e3;
  text-align: center;
  visibility: visible;
  overflow-y: visible;
  transform: translate3d(424px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 12;
}
body > .navbar-collapse:after {
  content: "";
  position: absolute;
  top: 28px;
  left: -20px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 1032;
}
@media (max-width: 991px) {
  body > .navbar-collapse {
    width: 282.6666666667px;
  }
}
body > .navbar-collapse .nav-image {
  margin-bottom: 30px;
}
body > .navbar-collapse .nav-image img {
  display: block;
  margin: 0 auto;
  width: 156px;
  height: 40px;
}
body > .navbar-collapse .navbar-top {
  margin: 0 !important;
  flex-direction: column;
}
@media (min-width: 992px) {
  body > .navbar-collapse .navbar-top {
    display: none;
  }
}
body > .navbar-collapse .navbar-top li {
  text-align: center;
}
body > .navbar-collapse .navbar-top li a {
  display: block;
  padding: .5rem 1rem;
  font-weight: 700;
  color: #000;
}
body > .navbar-collapse .navbar-top li a:hover, body > .navbar-collapse .navbar-top li a:focus {
  text-decoration: none;
}
body > .navbar-collapse .nav-link,
body > .navbar-collapse .dropdown-toggle {
  font-weight: 700;
  color: #222;
  transition: color .2s ease-out;
}
body > .navbar-collapse .nav-link:hover, body > .navbar-collapse .nav-link:focus,
body > .navbar-collapse .dropdown-toggle:hover,
body > .navbar-collapse .dropdown-toggle:focus {
  text-decoration: none;
}
body > .navbar-collapse .nav-link.disabled,
body > .navbar-collapse .dropdown-toggle.disabled {
  color: rgba(0, 0, 0, 0.35);
}
body > .navbar-collapse .nav-link.disabled:hover, body > .navbar-collapse .nav-link.disabled:focus,
body > .navbar-collapse .dropdown-toggle.disabled:hover,
body > .navbar-collapse .dropdown-toggle.disabled:focus {
  cursor: not-allowed;
}
@media (min-width: 992px) {
  body > .navbar-top {
    display: none;
  }
}
body > #overlay {
  content: "";
  position: fixed;
  top: 0;
  left: auto;
  /* right: calc(282.6666666667px - 10px); */
  right: calc(0 - 10px);
  width: 100%;
  height: 100%;
  opacity:0.5;
  overflow-x: hidden;
  z-index:10;
  background: #000;
}
@media (min-width: 992px) {
  body > #overlay {
    right: calc(424px - 10px);
  }
}
@keyframes topbar-x {
  0% {
    top: 0px;
    transform: rotate(0deg);
  }
  45% {
    top: 6px;
    transform: rotate(145deg);
  }
  75% {
    transform: rotate(130deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes topbar-back {
  0% {
    top: 6px;
    transform: rotate(135deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    top: 0px;
    transform: rotate(0);
  }
}
@keyframes bottombar-x {
  0% {
    bottom: 0px;
    transform: rotate(0deg);
  }
  45% {
    bottom: 6px;
    transform: rotate(-145deg);
  }
  75% {
    transform: rotate(-130deg);
  }
  100% {
    transform: rotate(-135deg);
  }
}
@keyframes bottombar-back {
  0% {
    bottom: 6px;
    transform: rotate(-135deg);
  }
  45% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    bottom: 0px;
    transform: rotate(0);
  }
}
header .navbar{
	padding: 0;
}
header .navbar .nav-link:hover{
	color: #fff;
}
@media only screen and (min-width:992px) {
	.navbar-offcanvas .navbar-toggler{
		display: none;
	}
}
.nav-search {
	display: none;
  position: relative;
  top: 0;
  bottom: 0;
  padding: 0 15px;
  height:20px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.nav-search-box{
	display: flex;
	justify-content: center;
}
.nav-search-box .search-name{
	color: #fff;
	margin-left: 5px;
    font-size: 16px;
}
.nav-search form{
	position: absolute;
	bottom: -50px;
	right: 15px;
}
.search-ico{
	 width:16px;
	 height: 20px;
	 cursor: pointer;
}
.search-close{
	background: url(../img/search2.png) no-repeat;
	background-size:14px;
	background-position:center;
}
.search-open{
	background: url(../img/search3.png) no-repeat;
	background-size:14px;
	background-position:center;
}
.scroll .search-close{
	background: url(../img/search1.png) no-repeat;
	background-size:14px;
	background-position:center;
}
.scroll .search-open{
	background: url(../img/search4.png) no-repeat;
	background-size:14px;
	background-position:center;
}
.search-input{
	height: 40px;
	line-height: 40px;
	outline: none;
    color: #666;
	border: none;
	transition: 0.5s;
	padding: 0;
	width: 0;
	box-shadow: 0 0 5px #339999;
	border-radius: 4px;
}

.nav-link{
	padding: 0;
	position: relative;
}
.navbar .container-fluid{
	height: 94px;
}
.navbar .container-fluid .navbar-nav{
	height: 94px;
}
.navbar .container-fluid .navbar-nav .nav-item .nav-link{
	display: block;
	line-height: 94px;
	color: #fff;
	height: 100%;
	padding: 0;
	text-decoration: none;
	font-size:18px;
}
.nav-current .navbar .container-fluid .navbar-nav .nav-item .nav-link{
	color: #00f1e6;
}
.nav-current .nav-search-box .search-name{
	color: #00f1e6;
}
.nav-current .nav-lan a{
	color: #00f1e6;
}
.nav-current .nav-lan{
	border-left: 1px solid #00f1e6;
	border-right: 1px solid #00f1e6;
}
.nav-lan .nav-lan-change{
	background: url(../img/change.png) no-repeat;
	background-size: 14px;
	background-position: center;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.nav-current .nav-search{
	border-left: 1px solid #00f1e6;
	border-right: 1px solid #00f1e6;
}
.nav-current .search-close{
	background: url(../img/search2Cur.png) no-repeat;
    background-size: 14px;
	background-position: center;
}
.nav-current .search-open {
    background: url(../img/search3Cur.png) no-repeat;
    background-size: 14px;
    background-position: center;
}

.nav-item .nav-link span{
	margin: auto;
	display: inline-block;
    position: absolute;
    top:-1px;
    left: 0;
    right: 0;
    width: 0px;
    height: 2px;
    background: #fff;
    transition: .5s;
    border-radius: 50px;
}
.nav-item .nav-link:hover{
	color: #00f1e6 !important;
	font-weight: bold;
}
.nav-item .nav-link.active span{
	width: 100%;
} 
.nav-item .nav-link.active{
	font-weight: bold;
}
.nav-item:hover span{
	width: 100%;
}
/* pc nav */
.header-lf{
	display: flex;
	align-items: center;
	height: 94px;
}
.header-lf .logo{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.header-lf .logo .navbar-brand{
	margin-right: 0;
	padding: 0;
	height: 53px;
}
.header-lf .logo img{
	height: 53px;
}

.header-rt{
	position: relative;
	display: flex;
	align-items: center;
}
.header-rt .header-search{
	display: flex;
	align-items: center;
}

.nav-container > nav{
	margin-bottom: 0;
}
.sub-nav{
	overflow: hidden;
	transition:1s;
	position: absolute;
	top: 81px;
	left:0;
	width: 130px;display: none;
}
.nav-item:hover .sub-nav{
	display: block;
}
.nav-item:hover .sub-nav li{
}
.nav-item:hover .sub-nav li a{
	background: rgba(255,255,255,0.8);
	text-align: center;
	text-decoration: none;
	color: #339999;
	display: block;
	padding: 15px 10px;
	transition:0.5s;
}
.nav-item:hover .sub-nav li a:hover{
	background: #339999;
	color: #fff;
}
/* 语言切换 */
.nav-lan{
	padding: 0 15px;
	height: 20px;
	position: relative;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.nav-lan a{
	color: #fff;
	cursor: pointer;
    font-size: 16px;
	display: flex;
	align-items: center;
}
.nav-current .nav-lan .nav-lan-change{
	background: url(../img/change2.png) no-repeat;
	background-size: 14px;
	background-position: center;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.index-nav-cur .nav-lan a{
	color: #00f1e6;
}
.index-nav-cur .nav-lan{
	border-left: 1px solid #00f1e6;
	border-right: 1px solid #00f1e6;
}
.index-nav-cur .nav-search-box .search-name{
	color: #00f1e6;
}
.index-nav-cur .nav-search{
	border-left: 1px solid #00f1e6;
	border-right: 1px solid #00f1e6;
}
.index-nav-cur .search-close{
	background: url(../img/search2Cur.png) no-repeat;
    background-size: 14px;
	background-position: center;
}
.index-nav-cur .search-open {
    background: url(../img/search3Cur.png) no-repeat;
    background-size: 14px;
    background-position: center;
}
.index-nav-cur .nav-lan .nav-lan-change{
	background: url(../img/change2.png) no-repeat;
	background-size: 14px;
	background-position: center;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

/* 手机平板样式 */
@media only screen and (max-width:1200px) {
	.navbar-offcanvas .navbar-top .nav-item{
		padding: 0 20px;
	}
}
@media only screen and (max-width:992px) {
	.header{
		height: 60px;
		padding:0 70px 0 15px;
	}
	.header-lf {
	    height:60px;
	}
	.header-lf .logo .navbar-brand{
		height: 40px;
	}
	.header-lf .logo img{
		height: 40px;
	}
	.navbar{
		height: 60px;
	}
	.navbar .container-fluid{
		height: 60px;
		position: fixed;
		right: 0;
		top: 0;
		padding: 23px 20px 0 0;
	}
	.nav-search{
		border-left: none;
		padding: 0 15px 0 0;
	}
	.nav-lan{
		border-right: none;
		padding: 0 15px;
	}
	.navbar-offcanvas .navbar-toggler{
		background:transparent;
	}
	.nav-search form{
		bottom: -70px;
		right: -50px;
	}
	body > .navbar-collapse{
		background:#3a3a3a;
		border-left: none;
	}
	body > .navbar-collapse:after{
		border-left:10px solid #3a3a3a;
	}
	body > .navbar-collapse .nav-image img{
		width: auto;
	}
	.sidebar-nav li{
		width: 100%;
	}
	.navbar-nav > li > a{
		display: block;
		color: #fff;
		padding:10px 0;
	}
	.navbar-nav > li > a:hover{
		background:#fff;
		color: #3a3a3a;
	}
}