@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{
  padding: 13px;
  overflow: hidden;
  background: #e1f1ff;
  font-size: 14px;
  color: #2C8DDE;
}
.header .logo-box{
 clear: both;
}
.header .logo-box .left{
  display: inline-block;
  overflow: hidden;
  float: left;
  vertical-align: middle;
}
.header .logo-box .right{
  float: right;
  vertical-align: middle;
}
.header .logo-box .right span{
  display: inline-block;
  font-weight: 400;
  padding: 0 10px;
  margin: 0;
  cursor: pointer;
}
.header .logo-box .right span:nth-child(1){
  padding-right: 30px;
  border-right: 1px solid #2C8DDE;
}
.header .logo-box .right span:nth-child(2){
  padding-left: 30px;
}


.nav{
  height: 49px;
  background: #2C8DDE;
}
.nav > ul > li{
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.nav > ul > li > a{
  display: block;
  padding: 0 15px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 50px;
  height: 50px;
}
.nav > ul > li > a:hover{
  background: #FFFFFF;
  color: #1D1F22;
}
.nav > ul > li:hover ul{
  display: block !important;
}
.nav > ul > li > ul{
  position: absolute;
  top: 49px;
  left: 0;
  background: #2C8DDE;
  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 15px;

}
.nav > ul > li > ul >li > a:hover{
  background: #FFFFFF;
  color: #1D1F22;
}


footer{
  /* height: 264px; */
  padding: 37px;
  background: linear-gradient(0deg, #F0F9FC 0%, #AED7F0 100%);
  overflow: hidden;
  
}
footer > .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer > img{
  height: 86px;
}
footer img{
  vertical-align: middle;
}
footer .desc-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .desc-wrapper > div:nth-child(2){
  margin: 0 100px;
}
footer .desc-wrapper > div{
  display: inline-block;
}
footer .desc-wrapper >  div p:nth-child(1){
  font-size: 14px;
  color: #617079;
  margin-bottom: 8px;
}
footer .desc-wrapper > div p{
  font-size: 16px;
  color: #617079;
}
.bottom-text{
  height: 43px;
  background: #2C8DDE;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 43px;
}
.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;
}