@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: 170px;
  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: 99px;
  margin-top: 38px;
  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: 33px;
}
.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(255, 255, 255, 0.85);
  border-radius: 21px;
  margin-top: 24px;
  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: rgba(222, 38, 0, 1);

}
.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: 78px;
  height: 45px;
  background: #CC5F24;
  text-align: center;
  line-height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.nav{
  height: 57px;
  background: linear-gradient(0deg, #C41500, #FF8450);
}
.nav > ul > li{
  display: inline-block;
  /* margin: 0 9px; */
  position: relative;
}
.nav > ul > li > a{
  /* display: block; */
  padding: 0 9px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height:  57px;
  /* height:  57px; */
  border-right: 1px solid #fff;
}
.nav > ul > li:last-child a {
  border: none;
}
/* .nav > ul > li > a:hover{
  background: #fff;
  color: #C41500;;
} */
.nav > ul > li:hover ul{
  display: block !important;
}
.nav > ul > li > ul{
  position: absolute;
  top:  57px;
  left: 0;
  background: linear-gradient(0deg, #C41500, #FF8450);
  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: 16px;

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


footer{
  /* height: 184px; */
  background: url(../images/footer-bg.png);
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  background-size: 100% 100%;
}

footer > div img{
  margin: 40px auto 40px;
  height: 69px;
  vertical-align: middle;
  display: inline-block;
}
footer > div img:nth-child(2){
  height: 35px;
  margin-left: 43px;
}
footer p{
  display: block;
  width: 712px;
  margin: 0 auto;
  margin-bottom: 17px;
  text-align: left;
  line-height: 34px;
}

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


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

.select img{
  position: absolute;
  right: 10px;
  top: 15px;
}
.select > ul {
  position: absolute;
  width: 148px;
  max-height: 200px;
  top: 37px;
  left: 0;
  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: rgba(143, 4, 11, 1);
  font-size: 14px;
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.select:hover ul{
  opacity: 1;
}


