@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: 220px;
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.header .logo-box{
 clear: both;
 /* margin: 27px auto; */
}
.header .logo-box .left{
  display: inline-block;
  overflow: hidden;
  float: left;
  vertical-align: middle;
}
.header .logo-box .left img{
  height: 94px;
  margin-top: 67px;
  vertical-align: middle;
}
.header .logo-box .left img:nth-child(2){
  height: 44px;
  margin-left: 40px;
}
.header .logo-box .right{
  float: right;
  vertical-align: middle;
  margin-top: 82px;
}
.header .logo-box .right .time{
  font-size: 14px;
  color: #fff;
  text-align: right;
}
.header .logo-box .right > div{
  display: inline-block;
  width: 296px;
  height: 42px;
  background: rgba(8, 100, 193, 0.6);
  border-radius: 21px;
  margin-top: 20px;
  font-weight: 400;
  color: #0655B6;
  padding: 0 10px;
}
.header .logo-box .right > div input{
  width: 244px;
  height: 46px;
  background: transparent;
  border: none;
  outline: none;
  vertical-align: middle;
  color: #fff;

}
.header .logo-box .right > .search{
  position: relative;
 border-radius: 23px;
 overflow: hidden;
}
.header .logo-box .right > .search div{
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 45px;
  /* background: #1873CF; */
  text-align: center;
  line-height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.nav{
  height: 57px;
  background: #1873CF;
}
.nav > ul > li{
  display: inline-block;
  margin: 0 18px;
  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: #1873CF;;
}
.nav > ul > li:hover ul{
  display: block !important;
}
.nav > ul > li > ul{
  position: absolute;
  top:  57px;
  left: 0;
  background: #1873CF;;
  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: #1873CF;;
}


footer{
  /* padding: 27px 0 0; */
  height: 178px;
  background: #0B528E;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  background-size: 100% 100%;
}

footer > div img{
  margin: 45px auto 35px;
  height: 65px;
  vertical-align: middle;
  display: inline-block;
}

footer p{
  /* display: block; */
  /* width: 712px; */
  /* margin: 0 auto; */
  /* margin-bottom: 17px; */
  text-align: center;
  line-height: 34px;
  color: #9AC3E7;
}


.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: 284px;
  height: 37px;
  background: #FFFFFF;
  font-size: 14px;
  color: #626263;
  line-height: 37px;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-right: 16px;
  border: 1px solid #A1A2A2;
}
.select:last-child{
  margin: 0;
}

.select img{
  position: absolute;
  right: 10px;
  top: 15px;
}
.select > ul {
  position: absolute;
  height: 150px;
  top: 37px;
  left: 0;
  width: 284px;
  overflow: auto;
  background: #fff;
  opacity: 0;
  transition: all .5s;
  z-index: 999;
  text-align: center;
}
/* 应用到具有滚动条的元素 */
.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: #626263;
  font-size: 14px;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.select:hover ul{
  opacity: 1;
}


