body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  background-color: #f5f5f5 !important;
  /*font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji", 'Microsoft Yahei', '微软雅黑';*/
}

a {
  color: #0a0b16;
  text-decoration: none;
  font-size: 14px;
  /*font-family: "sourcehansans";*/ /* 思源字体 */
}

.font {
  /*font-family: "sourcehansans";*/
}

.red {
  color: #ff0000;
}
.layui-layer
{
  /* background-color: rgba(11, 70, 168, 0.5)!important; */
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.g-toplink {
  border-bottom: 1px solid #959595;

  .m-toplink {
    width: 1100px;
    margin: 0 auto;
    color: #959595;
    font-size: 14px;
    line-height: 45px;

    div {
      display: inline-flex;

      &.u-pull-right {
        float: right;
      }

      a {
        color: #959595;
      }
    }
  }
}

.g-logo {
  .m-logo {
    width: 1100px;
    height: 85px;
    margin: 0 auto;

    div {
      display: inline-flex;

      &.u-pull-right {
        float: right;
      }
    }
  }
}

.g-nav {
  background: #323433;
  height: 42px;
  font-size: 16px;
  &.u-nav-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
  }
  .m-nav {
    width: 1080px;
    margin: 0 auto;
    font-size: 16px;

    &>ul {
      line-height: 42px;

      &>li {
        float: left;
        position: relative;

        &.u-right-line {
          padding: 5px 0;

          a {
            content: '&nbsp;';
            width: 1px;
            background: #777;
            padding: 0;
            height: 30px;
          }
        }

        &>a {
          display: block;
          color: #fff;
          padding: 0 12px;
          text-decoration: none;
        }
        .m-nav-sub {
          display: none;
          position: absolute;
          left: 0;
          top: 42px;
          z-index: 999;
          a {
            background: #ededed;
            color: #232937;
            display: inline-block;
            text-align: center;
            width: 100%;
          }
        }

        &.on {
          &>a {
            background: #fd8e3c;
            color: #232937;
          }
          .m-nav-sub {
            background: #ededed;
            display: none;
            text-align: center;
            width: 100%;
            a {
              &:hover {
                background: #fd8e3c;
              }
            }
          }
        }
        &:hover {
          .m-nav-sub {
            display: block;
          }
        }
      }
    }
  }

  .m-nav-content {
    clear: both;
    height: 300px;

    .m-menu {
      display: none;
      position: absolute;
      background: #fcddbf;
      z-index: 66;
      height: 300px;
      line-height: 26px;
      font-size: 12px;
      width: 100%;

      & > div {
        /*width: 1100px;
        padding: 7px 0;*/
        /*left: 50%;
        margin: 0 0 0 -550px;*/
      }

      .m-sub-left {
        width: 60%;
        height: 300px;
        float: left;

        a {
          color: #232937;
        }

        h5 {
          border-bottom: 1px solid #0a0b16;
          height: 42px;
          line-height: 32px;
          padding: 10px 0 0;

          span {
            width: 680px;
            float: right;
          }
        }

        .m-sub-proj {
          width: 680px;
          float: right;

          dl {
            width: 300px;
            display: inline-table;

            &.u-border-left {
              border-left: 1px solid #0a0b16;
              padding: 0 0 0 40px;
            }
          }

          .u-more {
            display: block;
            clear: both;
            float: right;
            background: #323433;
            width: 200px;
            line-height: 42px;
            text-align: center;
            font-size: 18px;
            color: #ffffff;
            margin: 10px 100px 0 0;
          }
        }
      }

      .m-sub-right {
        background: #ffffff;
        width: 40%;
        height: 300px;
        float: right;

        .m-gg {
          position: absolute;
          bottom: 0;

          ul {
            li {
              display: inline-table;
            }
          }
        }

      }
    }
  }
}

.g-footer {
  background: #231f20 right bottom no-repeat;
  color: #ffffff;
  height: 270px;
  clear: both;

  .m-footer {
    width: 1100px;
    margin: 0 auto;

    .m-title {
      font-size: 24px;
      line-height: 90px;
      padding: 30px 0 0;
    }

    .m-contact {
      float: left;
      width: 275px;

      .u-type {
        font-size: 20px;
        line-height: 28px;
      }

      .u-time {
        font-size: 16px;
        line-height: 24px;
      }

      .u-contact {
        font-size: 23px;
      }

      .u-input {
        input {
          width: 160px;
        }
      }

      .u-btn {
        padding: 7px 0 0 0;

        a {
          display: inline-block;
          font-size: 16px;
          line-height: 30px;
          background: #f5692c;
          color: #231f20;
          border-radius: 2px;
          padding: 0 14px;
          text-align: center;
        }
      }

      .u-wechat {
        width: 90px;
        height: 90px;
        float: right;
        background: url("/static/images/index2022/wechat_01.jpg") center center no-repeat;
        background-size: 100%;
      }
    }

    .m-border {
      border-left: 1px solid #393637;
      padding-left: 20px;
    }
  }
}

.g-link {
  background: #f79b40;
  text-align: center;
  line-height: 32px;
  color: #231f20;
  font-size: 12px;

  a {
    color: #231f20;
  }
}

.g-copyright {
  background: #373536;
  height: 170px;

  .m-copyright {
    width: 1100px;
    margin: 0 auto;
    padding: 16px 0 0;
    line-height: 24px;
    color: #ffffff;
    font-size: 12px;

    div {
      display: inline-flex;
      padding-left: 65px;

      a {
        color: #ffffff;

        &:hover {
          color: #9fcdff;
        }
      }

      &.u-pull-right {
        float: right;
        padding-right: 50px;
      }
    }
  }
}

.g-rightmenu {
  position: fixed;
  right: 0;
  top: 130px;
  width: 66px;
  z-index: 199;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  background: #f5692c;

  & > div {
    border-bottom: 1px solid #FFFFFF;
    padding: 8px 0;
    line-height: 18px;

    a {
      display: block;
      text-decoration: none;
      color: #FFFFFF;
    }

    img {
      margin: 0 auto;
    }
    .u-pop-telephone-big {
      display: none;
      position: absolute;
      right: 66px;
      margin: -8px -2px 0 0;
      width: 242px;
      /*padding: 0 5px;*/
      .u-pop-telephone-big-container {
        border-radius: 12px;
        background: #ffffff;
        box-shadow: 3px 3px 6px #99999a;
        padding: 10px;
        .u-pop-telephone-title {
          color: #333333;
          font-weight: bolder;
          line-height: 34px;
          font-size: 20px;
        }
        .u-pop-telephone-telephone {
          color: #e45f39;
          border-bottom: 1px solid #c7c5c5;
          font-size: 20px;
          line-height: 40px;
          margin-bottom: 10px;
        }
        .u-pop-telephone-input {
          margin-bottom: 10px;
          padding: 0 10px;
          .input-group {
            border-radius: 3px;
            border: 1px solid #e45f39;
            color: #e45f39;
            .input-group-prepend {
              .input-group-text {
                background-color: #ffffff;
                border: 0;
                border-radius: 0;
              }
            }
            .u-imp {
              color: #e45f39;
            }
            i {
              color: #e45f39;
            }
            .form-control {
              border: 0;
            }
          }
        }
        .u-pop-telephone-submit {
          padding: 0 10px;
          span {
            background: #e45f39;
            border-radius: 3px;
            display: block;
            width: 100%;
            line-height: 32px;
            cursor: pointer;
          }

        }
      }
    }
    .u-pop-wechat-big {
      display: none;
      position: absolute;
      right: 66px;
      margin: -100px 0 0 0;
      width: 200px;
      height: 200px;
      background: url("/static/images/index2022/wechat_01.jpg") center center no-repeat;
      background-size: 100%;
    }
  }

  & > div:last-child {
    border-bottom: 0;
  }
}

.block {
  display: block !important;
}

.input-icon {
  position: relative;

  & > input {
    padding-left: 6px;
    padding-right: 24px;
    text-indent: 20px;
  }

  & > .ace-icon {
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 3px;
    right: auto;
    padding: 3px;
    bottom: 1px;
    font-size: 13px;
    line-height: 30px;
    color: #909090;
  }

  & > .smssend-icon {
    display: inline-block;
    position: absolute;
    z-index: 2;
    padding: 3px;
    left: auto;
    right: 0;
    bottom: 0;
    font-size: 12px;
    line-height: 32px;
    color: #f27e15;
    border: 0;
    background: transparent;
    border-radius: 3px;
  }
}

//region >>> 滚动条 <<<

//endregion
.scrollbar-y {
  //region >>> firefox滚动条 <<<<
  scrollbar-width: thin; /* auto thin none */
  scrollbar-color:  #83848c #f5f5f5; /* the first color to the scrollbar thumb, the second to the scrollbar track.  */
  scrollbar-gutter: stable;
  /*scrollbar-gutter: stable both-edges;*/
  //endregion

  //region >>> chrome、safari滚动条 <<<
  &::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 6px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
  }
  &::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #535353;
  }
  &::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #ededed;
  }

}
