@charset "UTF-8";
.vsbcontent_img{
  text-align: center;
  text-indent: 0;
}
/*单行溢出*/
.one_row_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.m-auto{
  margin: 0 auto;
}
.wrapper{
  width: 1200px;
}
.header{
  height: 149px;
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.header .logo-box{
 clear: both;
 margin: 24px auto 0;
}
.header .logo-box .left{
  display: inline-block;
  overflow: hidden;
  float: left;
  vertical-align: middle;
}
.header .logo-box .left img{
  height: 106px;
}
.header .logo-box .right{
  float: right;
  vertical-align: middle;
  margin-top: 25px;
}
.header .logo-box .right div{
  display: inline-block;
  font-weight: 400;
  color: #0B433E;
  padding: 0 10px;
  margin: 0;
}
.header .logo-box .right div p{
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.header .logo-box .right div:last-child{
  border-left: 1px solid #74A4A0;
  padding-left: 15px;
}
.nav{
  height: 56px;
  background: #007A44;
}
.nav > ul > li{
  display: inline-block;
  /* margin: 0 10px; */
  position: relative;
  margin-right: 35px;
}
.nav > ul > li:last-child{
  margin-right: 0;
}
.nav > ul > li > a{
  display: block;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 56px;
  height: 56px;
  font-weight: bold;
}
.nav > ul > li > a:hover{
  background: #E0C48D;
  color: #007A44;
}
.nav > ul > li:hover ul{
  display: block !important;
}
.nav > ul > li > ul{
  position: absolute;
  top: 56px;
  left: 0;
  background: #007A44;
  display: none;
  z-index: 999;
}
.nav > ul > li > ul >li{
  width: 100%;
}
.nav > ul > li > ul >li > a{
  display: block;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  line-height: 50px;
  height: 50px;
  color: #fff;
  padding: 0 10px;

}
.nav > ul > li > ul >li > a:hover{
  background: #E0C48D;
  color: #007A44;
}


.vsbcontent_img{
  text-align: center;
  text-indent: 0;
}

.page{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
}
.page a{
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #030303;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
}
.page .ac{
  background: #007A44 !important;
  color: #fff !important;
}
.page  .page_size{
  font-size: 14px;
  color: #939393;
  margin-left: 30px;
}


footer{
  height: 183px;
  background: #137A5C;
  /* overflow: hidden; */
}
footer .logo{
  height: 92px;
  display: block;
}
footer > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 47px 0 !important;
}
footer .desc-wrapper{
  color: #CCE8E0;
}
footer .desc-wrapper > div{
  margin-bottom: 20px;
}
footer .desc-wrapper > div:last-child{
  margin: 0;
}
footer .desc-wrapper > div > img{
  margin-right: 5px;
}
footer .desc-wrapper > div > div{
  display: inline-block;
}
footer .desc-wrapper > div > div p:nth-child(1){
  font-size: 14px;
  color: #CCE8E0;
  margin-bottom: 8px;
}
footer .desc-wrapper > div > div p{
  font-size: 16px;
  color: #CCE8E0;
}


.select{
  width: 262px;
  height: 49px;
  /* border: 1px solid #137A5C; */
  background-image: url(../images/yl-bg.png);
  text-align: center;
  color: #fff;
  line-height: 49px;
  position: relative;
}
.select > ul {
  position: absolute;
  height: 160px;
  top: -160px;
  z-index: 999;
  width: 262px;
  border: 1px solid #0B6C50;
  overflow: auto;
  background-color: rgba(255, 255, 255, .92);
  opacity: 0;
  transition: all .5s;
}
/* 应用到具有滚动条的元素 */
.select > ul::-webkit-scrollbar {
width: 5px; /* 滚动条宽度 */
}

/* 滚动条轨道 */
.select > ul::-webkit-scrollbar-track {
background: #f1f1f1; /* 轨道颜色 */
}

/* 滚动条 thumb（即拖动部分） */
.select > ul::-webkit-scrollbar-thumb {
background: #888; /* 滚动条 thumb 颜色 */
border-radius: 10px; /* thumb 的圆角 */
}

/* 当鼠标悬停在 thumb 上时 */
.select > ul::-webkit-scrollbar-thumb:hover {
background: #555; /* 悬停时的 thumb 颜色 */
}


                      
.select > ul a{
  color: #333;
  font-size: 14px;
}
.select:hover ul{
  opacity: 1;
}

.bottom-text{
  height: 43px;
  background: #0B6C50;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: #9CCABC;
  line-height: 43px;
}