@font-face{


    font-family: Helvetica;


    src: url(../fonts/Helvetica.ttf);


    src:local('☺'),


        url('../fonts/Helvetica.ttf?#iefix') format('truetype');


}








@font-face {


    font-family: "TitilliumWeb-Bold";


    src: url("../fonts/TitilliumWeb-Bold.eot") format("embedded-opentype"),


        url("../fonts/TitilliumWeb-Bold.ttf") format("truetype"),


         url("../fonts/TitilliumWeb-Bold.svg") format("svg");


         font-weight: normal;


    font-style: normal;


  }

.mobileWarp,.home-remark{
    display: none;
}
@media (max-width:767px){
    .mobileWarp{
       display: block;
    }
    .mobileWarp .item{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        z-index: 999999;
    }
    .mobileWarp .item .list{
      width: 50%;
      background-color: #0093dd;
      height: 50px;
      position: relative;
    }

    .mobileWarp .item .list::before{
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        background-color: #424242;
    }

    .mobileWarp .item .list a{
      color: #fff;
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center;
    }
    .home-remark{
       display: flex;
    }

    .home-remark .let .pic{
      width: 131px;
      margin: 0 auto;
      padding: 15px 0px;
      /* background-image: linear-gradient(160deg, #494b70 20%,#31334c 80%); */
      background-image: linear-gradient(160deg, #00aef3 20%,#24566a 80%);
    }

    .home-remark .let .pic img{
      /* width: 85%; */
      width: 50%;
      margin: 0 auto;
    }

    .home-remark >div{
        width: 50%;
    }
    .home-remark .right{
       padding-top: 30px;
    }
    .home-remark .right .tit{
       font-size: 21px;
       color: #242224;
       font-weight: bold;
    }
    .home-remark .right .remark{
       color: #b37200;
       font-size: 17px;
       margin-top: 5px;
    }
    .home-remark .right .pep{
        color: #ccc;
        margin-top: 5px;
        font-size: 12px;
        text-transform: uppercase;
        display: none;
    }
    #newBridge #nb_icon_wrap{
        width: 70px!important;
        height: 70px!important;
        border-radius: 50%;
        overflow: hidden;
    }
    #newBridge{display: none !important;}
}

@media (max-width:767px){
  .home-content-inside .introduce-box .introduce-detail img{
    width: 100%!important;
    height: auto!important;
  }
}