
@font-face {
    font-family: FoundersGrotesk;
    src: url('../font/financierdisplay-regular.otf');
  }
  @font-face {
    font-family: SourceHanSansCN;
    src: url('../font/SourceHanSansCN.ttf');
  }
  @font-face {
    font-family: Roboto Condensed;
    src: url('../font/RobotoCondensed-Light.ttf');
  }
  body{
    font-family:Helvetica,Arial,sans-serif;
  }
  .h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    font-family: Roboto Condensed,sans-serif;
    font-weight: 100;
  }
  
  .h1 span,.h1 a,.h1 p,
  .h2 span,.h2 a,.h2 p, 
  .h3 span,.h3 a,.h3 p,
  .h4 span,.h4 a,.h4 p{
    font-family: Roboto Condensed,sans-serif;
  }
  

  .nav {
    margin-bottom: 30px;
  }
  
  .nav .navList {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
  }
  
  .nav .navList li {
    flex: 1;
    line-height: 30px;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  
  .nav .navList li.cur a {
    background-color: #044123;
    color: #fff;
  }
  .nav .navList li:hover a{
    background-color: #044123;
    color: #fff;
  }
  .nav .navList li a {
    background-color: #D9D9D9;
    color: #333;
    margin: 0 2px;
    display: block;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
  }
  
.ni-blue {
    background-color: #004123;
    color: #fff;
}

.ni-leadspace {
    min-height: 205px;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 50px;
}

.ni-leadspace .h1 {
    font-weight: 100 !important;
}

.h1,
.ni-home .h1,
.ni-home h1,
h1 {
    font-size: 45px;
}

.ni-margin-2x {
    margin-bottom: 12px;
}

.ni-leadspace .h3 {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.42857143;
    color: #fff;
}

.ni-margin-1x {
    margin-bottom: 6px;
}

.h3,
h3 {
    font-size: 21px;
    color: #333;
    font-weight: 400;
}

.ni-margin-1x {
    margin-bottom: 6px;
}

.ni-product-name {
    border-bottom: 1px solid #ccc;
    text-align:center;
}

.ni-price {
    color: #004123;
    display: inline-block;
    /* vertical-align: middle; */
    margin: 0;
    padding: 0;
}

.ni-product-container .ni-starting-from {
    font-weight: 100;
    color: #333;
    display: inline-block;
    font-family: Helvetica, sans-serif;
    top: 3px;
    position: relative;
    font-size: 16px;
    margin: 0;
    margin-bottom: 12px;
}

.ni-long-text {
    margin-bottom: 24px;
}

.ni-product-description .ni-long-text {
    font-size: 13px !important;
}
.ni-product-description ul li {
    padding-top: 5px;
}
.ni-product-description ul li{
    list-style-type: square;
    color: #333;
    padding-top: 5px;
    margin-left: 15px;
}
.ni-product-tile {
    margin-bottom: 60px;
}
.mb30{
    margin-bottom: 30px;
}
.bg-gray {
    background-color: #cddcc8;
    color: #fff;

  }
  
  .bg-gray .title {
    line-height: 35px;
  
    text-align: center;
    padding: 3% 0;
  }
  
  .bg-gray .title .h3 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #044123;
  }
  
  .bg-gray .title .h2 {
    margin: 0;
  }

  .bg-gray .title p {
    line-height: 30px;
  }
  .bg-gray .btn02 {
    display: block;
    background: #044123;
    color: #fff;
    width: 600px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-size: 24px;
  }
  .btn02:hover {
    background: #03b585;
}
  .from-bg {
    background-color: #fff;
    padding: 44px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  
  .control-group {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  
  .control-group-r input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 2px;
  }
  
  input[type="radio"],
  input[type="checkbox"] {
    margin: 9px 0 0;
  }
  
  
  #sub1 {
    width: 162px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #06b585;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
  }
  
  .from-bg {
    padding: 20px;
    border-radius: 5px;
    margin: 40px 0px 0px 500px;
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    width: 320px;
    background: rgb(4, 65, 35);
    padding: 40px 20px 30px;
    display: none;
  }
  
  .close_tip {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
  }
  .input_m {
    height: 25px;
    line-height: 25px;
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 3px;
    border-radius: 2px;
    color: #333;
  }
  
@media(max-width:760px){
    .img-res {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .foot .code-box {
        text-align: center;
        float: none;
        display: block;
        margin: 0 auto;
    }
    .h1,h1{
        font-size: 31px;
    }
    .h3,h3{
        font-size: 24px;
    }
    .head img{
        height: 2rem;
    }
}