* {
  margin: 0;
  padding: 0; }

body {
  min-width: 1120px; }

#app {
  margin: 0 auto; }

.top {
  min-width: 1120px;
  height: 120px; }
  .top .top-container {
    width: 1120px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    position: relative; }
    .top .top-container .lang {
      position: absolute;
      top: 48px;
      right: 0px;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      font-size: 16px;
      color: #666;
      cursor: pointer; }
      .top .top-container .lang span {
        margin: 0 12px; }
      .top .top-container .lang .active {
        color: #1B1D1B;
        font-weight: 600; }
    .top .top-container img {
      width: 80px;
      height: 50px;
      position: absolute;
      top: 25px;
      left: 0; }
    .top .top-container .top-page-list {
      width: 600px;
      height: 120px;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center; }
      .top .top-container .top-page-list .top-page-item {
        height: 120px;
        width: 48px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .top .top-container .top-page-list .top-page-item p {
          font-size: 16px;
          color: #666666; }
        .top .top-container .top-page-list .top-page-item .top-active-text {
          color: #1B1D1B;
          font-size: 16px;
          font-weight: 600; }
        .top .top-container .top-page-list .top-page-item .top-active-line {
          width: 48px;
          height: 4px;
          background: #99D34E;
          position: absolute;
          left: 0;
          bottom: 40px; }

.top-tabs {
  margin: 0 auto;
  width: 1120px;
  height: 42px;
  margin-top: 60px;
  border-bottom: 3px solid #99D34E;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
  .top-tabs .tab-item {
    width: 140px;
    height: 42px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .top-tabs .tab-item p {
      font-size: 16px;
      color: #1B1D1B;
      font-weight: 500; }
  .top-tabs .active-tab {
    background-image: linear-gradient(90deg, #71B32A 0%, #99D34E 100%); }
    .top-tabs .active-tab p {
      font-size: 16px;
      color: #FFFFFF; }

.wares-block {
  min-width: 1120px; }
  .wares-block .ware-list {
    width: 1120px;
    margin: 80px auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    .wares-block .ware-list .ware-item {
      width: 265px;
      height: 260px;
      display: flex;
      flex-direction: column;
      margin-right: 20px;
      margin-bottom: 20px; }
      .wares-block .ware-list .ware-item .ware-logo {
        width: 265px;
        height: 212px; }
      .wares-block .ware-list .ware-item .name {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 48px;
        width: 265px; }
        .wares-block .ware-list .ware-item .name p {
          font-size: 14px;
          color: #1B1D1B;
          letter-spacing: 0;
          line-height: 14px; }
    .wares-block .ware-list .ware-item:nth-child(4n+0) {
      margin-right: 0; }

.bottom {
  min-width: 1120px;
  height: 320px;
  background: #F6F6F6; }
  .bottom .bottom-content {
    width: 1120px;
    height: 320px;
    margin: 0 auto;
    display: flex;
    flex-direction: row; }
    .bottom .bottom-content .bottom-left {
      width: 660px;
      height: 320px;
      position: relative; }
      .bottom .bottom-content .bottom-left h1 {
        font-size: 16px;
        color: #444444;
        font-weight: 500;
        margin-top: 60px;
        margin-bottom: 10px; }
      .bottom .bottom-content .bottom-left h2, .bottom .bottom-content .bottom-left h3 {
        font-size: 14px;
        color: #999999; }
      .bottom .bottom-content .bottom-left h2 {
        width: 540px; }
      .bottom .bottom-content .bottom-left h3 {
        margin-top: 146px; }
      .bottom .bottom-content .bottom-left .info-items {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; }
        .bottom .bottom-content .bottom-left .info-items img {
          width: 16px;
          height: 16px; }
        .bottom .bottom-content .bottom-left .info-items p {
          font-size: 14px;
          color: #000000;
          letter-spacing: 0;
          line-height: 14px; }
          .bottom .bottom-content .bottom-left .info-items p span {
            font-weight: 600;
            margin-left: 16px;
            margin-right: 8px; }
      .bottom .bottom-content .bottom-left .phone {
        margin-top: 58px; }
      .bottom .bottom-content .bottom-left .email {
        margin-top: 12px; }
      .bottom .bottom-content .bottom-left .qrcode-box {
        position: absolute;
        bottom: 80px;
        width: 80px;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; }
        .bottom .bottom-content .bottom-left .qrcode-box .qr-text {
          font-size: 14px;
          color: #000000;
          letter-spacing: 0;
          line-height: 14px; }
        .bottom .bottom-content .bottom-left .qrcode-box .qrcode {
          width: 80px;
          height: 80px;
          margin-top: 4px; }
      .bottom .bottom-content .bottom-left .wechat {
        right: 240px; }
      .bottom .bottom-content .bottom-left .weibo {
        right: 144px; }
    .bottom .bottom-content .bottom-right {
      width: 460px;
      height: 320px;
      display: flex;
      flex-direction: row;
      padding-top: 45px;
      position: relative; }
      .bottom .bottom-content .bottom-right .to-top {
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 55px;
        cursor: pointer; }
      .bottom .bottom-content .bottom-right .page-list, .bottom .bottom-content .bottom-right .kind-list {
        display: flex;
        flex-direction: column; }
        .bottom .bottom-content .bottom-right .page-list li, .bottom .bottom-content .bottom-right .kind-list li {
          list-style: none; }
          .bottom .bottom-content .bottom-right .page-list li a, .bottom .bottom-content .bottom-right .kind-list li a {
            font-size: 16px;
            color: #444444;
            letter-spacing: 0;
            line-height: 46px;
            text-decoration: none; }
          .bottom .bottom-content .bottom-right .page-list li a:hover, .bottom .bottom-content .bottom-right .kind-list li a:hover {
            color: #99D34E; }
      .bottom .bottom-content .bottom-right .kind-list {
        margin-left: 180px; }

/*# sourceMappingURL=ware.css.map */
