@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: 1215px;
}
.header{
  height: 176px;
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.header .logo-box{
 clear: both;
 margin: 40px auto;
}
.header .logo-box .left{
  display: inline-block;
  /* width: 511px; */
  overflow: hidden;
  float: left;
  vertical-align: middle;
}
.header .logo-box .left img{
  /* width: 100%; */
  height: 87px;

}
.header .logo-box .right{
  float: right;
  vertical-align: middle;
  margin-top: 25px;
}
.header .logo-box .right div{
  display: inline-block;
  font-weight: 400;
  color: #FFFFFF;
  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 #FFFFFF;
  padding-left: 15px;
}
.nav{
  height: 56px;
  background: #3DC0B8;
}
.nav > ul > li{
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.nav > ul > li > a{
  display: block;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 56px;
  height: 56px;
}
.nav > ul > li > a:hover{
  background: #fff;
  color: #3DC0B8;
}
.nav > ul > li:hover ul{
  display: block !important;
}
.nav > ul > li > ul{
  position: absolute;
  top: 56px;
  left: 0;
  background: #3DC0B8;
  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: #fff;
  color: #3DC0B8;
}


footer{
  /* height: 264px; */
  padding: 37px;
  background: linear-gradient(0deg, #F0F9FC 0%, #7FCEC4 100%);
  overflow: hidden;
  
}
footer > .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer > img{
  height: 86px;
}
footer img{
  vertical-align: middle;
  height: 76px;
}
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: #43B7B0;
  margin-bottom: 8px;
}
footer .desc-wrapper > div p{
  font-size: 16px;
  color: #43B7B0;
}
.bottom-text{
  height: 43px;
  background: #3DC0B8;
  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;
}