@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: 144px;
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.header .logo-box{
 clear: both;
}
.header .logo-box .left{
  display: inline-block;
  overflow: hidden;
  float: left;
  vertical-align: middle;
}
.header .logo-box .left img{
  height: 77px;
  margin-top: 36px;
}
.header .logo-box .right{
  float: right;
  vertical-align: middle;
  margin-top: 17px;
}
.header .logo-box .right .time{
  color: #fff;
  text-align: right;
  font-size: 0;
}
.header .logo-box .right span{
  /* padding: 0 10px; */
  font-size: 14px;
}
/* .header .logo-box .right span:first-child{
  margin-right: 30px;
} */
/* .header .logo-box .right span:last-child{
  border-left: 1px solid #fff;
} */
.header .logo-box .right > div{
  display: inline-block;
  width: 296px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 21px;
  margin-top: 24px;
  font-weight: 400;
  color: #424242;
  /* margin-left: 106px; */
  padding: 0 10px;
}
.header .logo-box .right > div input{
  width: 244px;
  height: 45px;
  background: transparent;
  border: none;
  outline: none;
  vertical-align: middle;
  color: #000;
}
.header .logo-box .right > .search{
  position: relative;

}
.header .logo-box .right > .search div{
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  /* background: linear-gradient(180deg, #D31500 0%, #FF7000 100%); */
  border-radius: 23px;
  text-align: center;
  line-height: 55px;
  position: absolute;
  top: 0;
  right: 0;
}
.nav{
  height: 57px;
  background: #006D34;
}
.nav > ul > li{
  display: inline-block;
  margin: 0 26px;
  position: relative;
}
.nav > ul > li > a{
  display: block;
  padding: 0 10px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 57px;
  height: 57px;
}
.nav > ul > li > a:hover{
  background: #fff;
  color: #006D34;
}
.nav > ul > li:hover ul{
  display: block !important;
}
.nav > ul > li > ul{
  position: absolute;
  top: 57px;
  left: 0;
  background: #006D34;
  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: 57px;
  height: 57px;
  color: #fff;
  padding: 0 10px;
  font-size: 18px;

}
.nav > ul > li > ul >li > a:hover{
  background: #fff;
  color: #006D34;
}


footer{
  height: 183px;
  background: #E8E8E8;
  color: #313131;
  font-size: 14px;
  margin-top: 67px;
}

footer > div > img{
  margin: 35px auto;
  height: 69px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 138px;
  margin-left: 107px;
}

footer > div > div{
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
}
footer p{
  display: block;
  text-align: center;
  line-height: 44px;
  height: 44px;
  background: #CFCFCF;
  font-weight: 400;
  font-size: 14px;
  color: #313131;
}

footer span{
  display: block;
  color: #F39454;
  border-top:1px solid  rgba(243, 148, 84, .3);
  padding: 14px 0;
}



.mbx{
  padding: 12px 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  font-size: 14px !important;
  color: #7D7F81 !important;
}
.mbx a{
  font-size: 14px !important;
  color: #7D7F81 !important;
}
.select{
  /* width: 262px; */
  /* height: 49px; */
  /* border: 1px solid #9AB8EA; */
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  /* line-height: 49px; */
  position: relative;
  display: inline-block;
}
.select > ul {
  position: absolute;
  height: 150px;
  top: -149px;
  width: 262px;
  /* border: 1px solid #9AB8EA; */
  overflow: auto;
  background: #EEEEEE;
  opacity: 0;
  transition: all .5s;
  z-index: 999;
}
/* 应用到具有滚动条的元素 */
.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 li{
  padding: 0 10px;

}
.select > ul a{
  color: #333;
  font-size: 14px;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.select:hover ul{
  opacity: 1;
}