@charset "UTF-8";

/* *********************************************** */
/* 页面全局页头 */
#pubheader {
  width: 100%;
  height: 5.21vw;
  position: fixed;
  top: 0;
  left: 0;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0 8px 4px -8px rgba(0, 46, 155, 0.15);
  z-index: 99999;
}


/* top */
.header-top{
  width: 100%;
  height:1.667vw ;
  background-color: #2d6737;
  color: #FFFFFF;
  line-height: 1.667vw;
  font-size: .675vw;
}

.top-content{
  width: 90%;
  max-width: 72.917vw;
  margin: 0 auto;
}

/* 内容宽度 */
.header-content {
  width: 90%;
  max-width: 72.917vw;
  height: 3.543vw;
  padding-top: .313vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.bar-logo {
  /* width: 350px; */
  display: flex;
  align-items: center;
  cursor: pointer;
}

.logo-img{
  color: #2d6737;
  font-size: 1.563vw;
  font-weight:bold;
}


.logo-img>img {
  max-width: 8.333vw;
  height: auto;
}



/* 导航菜单栏 */
.nav {
  flex: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.nav-content {
  flex: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-content.hide {
  display: none;
}

.nav-menu {
  flex: auto;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: .9375vw;
  font-weight: bold;
}

.nav-menu .colspan {
  flex: 2;
}

.nav-menu .colspan-half {
  flex: 0.5;
}

.nav-menu-item {
  height:1.562vw ;
  line-height:1.562vw ;
  flex: 1;
  position: relative;
  text-align: center;
}

.nav-menu-item:hover{
  background-color: #2d6737;
}
.nav-menu-item.visited{
  background-color: #2d6737;
}

.nav-menu>.nav-menu-item+.nav-menu-item{
  border-left: 0.156vw solid #2d6737;
}


.nav-menu-item>a{
  display: block;
}

.nav-menu-item>a:link {
  color: #2d6737;
}

.nav-menu-item>a:visited {
  color: #2d6737;
}

.nav-menu-item.visited>a:hover {
  color: #FFFFFF;
}

.nav-menu-item.visited>a:visited {
  color: #FFFFFF;
}

.nav-menu-item.hover>a:hover {
  color: #FFFFFF;
}

.nav-menu-item.hover>a:visited {
  color: #FFFFFF;
}

.nav-menu .dropdown-menu {
  width: 20.833vw;
  min-height: 8.073vw;
  text-align: left;
  padding: 1.563vw 1.667vw .625vw;
  box-sizing: border-box;
  box-shadow: 0 0 .3125vw rgba(0,0,0,.34901961);
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: 10%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30%);
  background: #fff;
  background-repeat: no-repeat;
  background-position: right .625vw bottom;
  
}



.nav-menu .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(-1%);
  transition: all 0.5s ease-in-out;
}

.nav-menu>li:nth-child(2)>.dropdown-menu.show{
  background-image: url(../images/menu01.png);
}

.nav-menu>li:nth-child(3)>.dropdown-menu.show{
  background-image: url(../images/menu01.png);
}

.nav-menu>li:nth-child(5)>.dropdown-menu.show{
  background-image: url(../images/menu02.png);
}

.nav-menu>li:nth-child(6)>.dropdown-menu.show{
  background-image: url(../images/menu03.png);
}

.dropdown-menu li {
  width: 100%;
  text-align: left;
  font-size: 1.042vw;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.729vw;
}

.dropdown-menu a:link {
  color: #477A50;
}

.dropdown-menu a:visited {
  color: #477A50;
}

.dropdown-menu a:hover {
  color: #477A50;
  text-decoration: underline;
}

.dropdown-menu a:active {
  color: #477A50;
  text-decoration: underline;
}

.menu-desc{
  color: #666;
  font-size: .833vw;
  line-height: 2;
  font-weight: 200;
}


/* 头部右侧 */
.nav-r {
  height: 4.0625vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.09375vw;
  color: #2d6737;
  font-weight: bold;
}

.platform-entrance,
.language {
  height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: .052vw;
}

.platform-entrance-btn {
  color: #2d6737;
}

.platform-entrance-btn:hover {
  text-decoration: underline;
}

.user-icon {
  height: 1.563vw;
  margin-right: 0.520vw;
}

.language {
  position: relative;
}

.glyphicon-close,.glyphicon-open {
  height: 1.25vw;
  margin-left: 0.52vw;
}

.glyphicon-open{
  display: none;
}

.glyphicon-close.hide{
  display: none;
}
.glyphicon-open.active{
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.lang-icon {
  height: 1.25vw;
  margin-right: 0.520vw;
}

.header-nav-item-link {
  display: flex;
  justify-content: center;
  color: #2d6737;
  font-style: normal;
  cursor: pointer;
}

.think_var_div {
  width: 110%;
  position: absolute;
  background-color: hsla(0, 0%, 100%, .75);
  top: 100%;
  left: -5%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30%);
  font-size: 0.833vw;
}

.think_var_div.active{
  opacity: 1;
  visibility:visible;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}
.think_var-list{
  height: 100%;
}

.think_var-item {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #000;
  display: flex;
  color: #477A50;
  justify-content: center;
  align-items: center;
  padding: 0.52vw 0;
}

.think_var-item img {
  height: 1vw;
  margin-right: 0.520vw;
}






/* 右侧悬浮 */
.page-r-fun {
  position: fixed;
  top: 75%;
  right: 2%;
}

.page-r-fun>div {
  width: 2.083vw;
  height:2.083vw;
  background: rgba(45,103,55, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 0.208vw;
}

.page-r-fun>div.active {
  background: #2d6737;
}

.page-r-fun img {
  max-width: 1.25vw;
  height: 1.25vw;
}

.page-r-fun>div+div {
  margin-top: 10px;
}

.personal-center>a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hotline-l-txt {
  width: 240px;
  position: absolute;
  color: #000000;
  background: #fff;
  left: 0;
  padding: 20px;
  transform: translateX(-105%);
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: none;
}

.personal-l-txt {
  width: 105px;
  position: absolute;
  color: #000000;
  background: #fff;
  left: 0;
  padding: 20px;
  transform: translateX(-110%);
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: none;
}

.back-l-txt {
  width: 105px;
  position: absolute;
  color: #000000;
  background: #fff;
  left: 0;
  padding: 20px;
  transform: translateX(-110%);
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: none;
}

.hotline-l-txt.show,
.personal-l-txt.show,
.back-l-txt.show {
  display: block;
}