
    /*页脚*/

    .bw-footer {
      width: 100%;
      position: absolute;
      bottom: 0;
      background: #ffffff;
    }

    .bw-footer-wrapper {
      width: 100%;
      background: #ffffff;
    }

    .bw-footer-container,.bw-footer-wrapper .footer-server-icon {
      width: 1256px;
      margin: 0 auto;
      box-sizing: border-box;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px;
      padding-bottom: 30px;
      position:relative;
    }
    .footer-server-icon .slogen {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 0;
    }
    .footer-server-icon .slogen .item{
        height: 42px;
        /* line-height: 42px; */
        font-size: 18px;
        font-weight: 700;
        color: #444;
        display: flex;
        align-items: center;
    }
    .footer-server-icon .slogen .item i{
        display: block;
        width: 36px;
        height: 42px;
        background-image: url("/bms_ec_web/site/images/ico_service.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        margin-right: 5px;
    }
    .footer-server-icon .slogen .item.fore2 i{
        background-position: 0 -43px;
    }
    .footer-server-icon .slogen .item.fore3 i{
        background-position: 0 -86px;
    }
    .footer-server-icon .slogen .item.fore4 i{
        background-position: 0 -129px;
    }
    .footer-server-icon .slogen.slogen_en .item{
      font-size: 12px;
    }
    .footer-server-icon .slogen.slogen_en .item i{
      background-image: url("/bms_ec_web/site/images/ico_service_en.png");
    }
    .footer-server-icon .slogen.slogen_en .item.fore2 i{
        background-position: 0 -42px;
    }
    .footer-server-icon .slogen.slogen_en .item.fore3 i{
        background-position: 0 -84px;
    }
    .footer-server-icon .slogen.slogen_en .item.fore4 i{
        background-position: 0 -126px;
    }
    .bw-footer-container{
        display: flex;
    }
    .bw-footer-container section {
      float: left
    }
    .bw-footer-container .footer-logo{
        margin-right: 20px;
    }
     .bw-footer-container .footer-logo .logo-img{
        margin-bottom:20px;
     }
    .foot-menus-wrapper {
        flex:1;
        display: flex;
        justify-content: center;
    }

    .foot-menus-wrapper dl {
      float: left;
      margin-right:30px;
    }
    .foot-menus-wrapper dl:last-child{
      margin-right:0px;
    }
    .foot-menus-wrapper dl dt {
      height: 20px;
      font-size: 14px;
      font-weight: bold;
      color: rgba(51, 51, 51, 1);
      line-height: 20px;
      margin-bottom: 10px;
    }

    .foot-menus-wrapper dl dd {
      margin-bottom: 10px;
    }

    .foot-menus-wrapper dl dd:last-child {
      margin-bottom: 0px;
    }

    .foot-menus-wrapper dl dd a {
      height: 18px;
      font-size: 12px;
      font-weight: 400;
      color: rgba(117, 117, 117, 1);
      line-height: 17px;
    }

    .foot-menus-wrapper dl dd a:hover {
      color: #F36924;
    }

    .foot-contact-wrapper {
      /* min-width: 300px; */
        float:right !important;
        /*position:absolute;*/
        /*right:15px;*/
        padding-left: 20px;
        /*border-left: 1px solid #E0E0E0;*/
    }

    .foot-contact-wrapper dl {
      float: left;
    }

    .foot-contact-wrapper .weichart {
      text-align: center;
      margin-right: 20px;
    }
    .foot-contact-wrapper .weichart:last-child{
        margin-right:0;
    }
    .foot-contact-wrapper .weichart dt {
      height: 20px;
      font-size: 14px;
      font-weight: normal;
      color: rgba(51, 51, 51, 1);
      line-height: 20px;
      margin-bottom: 10px;
    }

    .footer-logo .phone-list dt {
      height: 26px;
      font-size: 22px;
      font-weight: normal;
      color: #F36924;
      line-height: 27px;
      margin-bottom: 10px;
    }

    .footer-logo .phone-list .phone-item {
      height: 17px;
      font-family: HelveticaNeue;
      color: rgba(51, 51, 51, 1);
      line-height: 14px;
      margin-bottom: 5px;
    }

    .footer-logo .phone-list button {
      border: none;
      width: 140px;
      height: 30px;
      border: 1px solid #F36924;
      background: #ffffff;
      box-sizing: border-box;
      color: #F36924;
      cursor: pointer;
      outline: none;
    }

    /*页脚*/
    .bw-footer-cert {
      width: 100%;
      text-align: center;
      padding: 12px 0;
      box-sizing: border-box;
      background: #ffffff;
      color: #999999;
    }

    .bw-footer-cert .footer-certificate {
      font-size: 12px;
      line-height: 17px;
      color: #757575;
      margin-bottom: 10px;
    }

    .bw-footer-cert .footer-certificate .certificate {
      margin: 0 5px;
      cursor: pointer;
    }
    .bw-footer-cert .footer-certificate .certificate  a{
        color: #757575;
    }
    .bw-footer-cert .title {
      font-size: 12px;
      line-height: 17px;
      color: #B0B0B0;
    }
    .bw-footer-cert .title a{
       color: #B0B0B0;
    }
    .bw-footer-cert .title b{
        margin: 0 10px;
        font-weight: 100;
        color: #999999;
    }
