@font-face {
    font-family: SpaceGrotesk;
    src: url('../../fonts/SpaceGrotesk-Regular.ttf');
  }
  
  @font-face {
    font-family: SpaceGrotesk-Bold;
    src: url('../../fonts/SpaceGrotesk-Bold.ttf');
  }
  
  @font-face {
    font-family: Circular;
    src: url('../../fonts/CircularStd-Book.ttf');
  }
  
  body {
      margin: 0px 0px;
      padding: 0px 0px;
      overflow-x: hidden;
      font-family: SpaceGrotesk,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
          -webkit-font-smoothing: antialiased!important;
  }
  
  label,button,p{
      font-family: Circular;
  }
  
a {
    color: #666;
    text-decoration: none;
}

a:visited {
    color: #666;
    text-decoration: none
}

a:active {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #666;
    text-decoration: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #BCBCBC;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BCBCBC;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #BCBCBC;
}

.blank10 {
    width: 100%;
    height: 10px;
    clear: both;
    overflow: hidden;
}

.blank20 {
    width: 100%;
    height: 20px;
    clear: both;
    overflow: hidden;
}

.blank30 {
    width: 100%;
    height: 30px;
    clear: both;
    overflow: hidden;
}

.blank40 {
    width: 100%;
    height: 40px;
    clear: both;
    overflow: hidden;
}

.blank50 {
    width: 100%;
    height: 50px;
    float: left;
    overflow: hidden;
}

.blank60 {
    width: 100%;
    height: 60px;
    clear: both;
    overflow: hidden;
}

.blank70 {
    width: 100%;
    height: 70px;
    clear: both;
    overflow: hidden;
}

.blank80 {
    width: 100%;
    height: 80px;
    clear: both;
    overflow: hidden;
}

.blank90 {
    width: 100%;
    height: 90px;
    clear: both;
    overflow: hidden;
}

.blank100 {
    width: 100%;
    height: 100px;
    clear: both;
    overflow: hidden;
}

.blank110 {
    width: 100%;
    height: 110px;
    clear: both;
    overflow: hidden;
}

.blank120 {
    width: 100%;
    height: 120px;
    clear: both;
    overflow: hidden;
}

.blank130 {
    width: 100%;
    height: 130px;
    clear: both;
    overflow: hidden;
}

.blank140 {
    width: 100%;
    height: 140px;
    clear: both;
    overflow: hidden;
}

.blank150 {
    width: 100%;
    height: 150px;
    float: left;
    overflow: hidden;
}

.blank160 {
    width: 100%;
    height: 160px;
    clear: both;
    overflow: hidden;
}

.blank170 {
    width: 100%;
    height: 170px;
    clear: both;
    overflow: hidden;
}

.blank180 {
    width: 100%;
    height: 180px;
    clear: both;
    overflow: hidden;
}

.blank190 {
    width: 100%;
    height: 190px;
    clear: both;
    overflow: hidden;
}

.blank200 {
    width: 100%;
    height: 200px;
    clear: both;
    overflow: hidden;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

.header-top-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #dfdfdf;
    background: #f9f9f9;
}

.header-top {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1300px;
    height: 47px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-top-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-top-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-top-r>.link1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

.header-top-r>.link1:hover {
    color: #666;
    text-decoration: none;
}

.header-top-r>.link1:active {
    color: #666;
    text-decoration: none;
}

.header-top-r>.link1:visited {
    color: #666;
    text-decoration: none;
}

/*--------自适应--------*/


.header-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.header {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 1300px;
    height: 120px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-l>a>.img1 {
    width: auto;
    height: 60px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.header-l>a {
    display: block;
    width: 100%;
    height: auto;
}

.header-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.findbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 400px;
    height: 40px;
    margin: 0px 0px 0px 50px;
    padding: 0px 10px;
    border: solid 1px #ccc;
    border-radius: 20px;
    background: #fff;
}

.findbox-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
}

.findbox-l>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: none;
    border-radius: 5px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.findbox-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.findbox-r>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #999;
    cursor: pointer;
}

.header-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 250px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-r>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.header-r>.link2 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #36B37E;
    text-decoration: none;
}

.header-r>.link2:hover {
    color: #36B37E;
    text-decoration: none;
}

.header-r>.link2:active {
    color: #36B37E;
    text-decoration: none;
}

.header-r>.link2:visited {
    color: #36B37E;
    text-decoration: none;
}

.header-r>.label3 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.header-r>.label4 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

/*--------自适应--------*/

.mainnav {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px #eee;
}

.mainnav-box {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 1300px;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


.navmain-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: 45px;
    flex: 1;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.navmain-drop {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 30px 0 0;
    padding: 0px 0px;
    cursor: pointer;
}

.navmain-drop:hover {}

.navmain-drop:hover .label-drop {
    color: #999;
}

.navmain-drop:hover .icon-drop {
    color: #999;
}

.navmain-drop:hover .navmain-drop-c {
    display: block;
}

.navmain-drop>.label-drop {
    padding: 0px 0px;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    color: #333;
    cursor: pointer;
}

.navmain-drop>.icon-drop {
    margin: 0px 0px 0px 5px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
}

.navmain-drop-c {
    box-sizing: border-box;
    display: none;
    width: 1300px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 46px;
    z-index: 9999;
    border-radius: 0px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.navmain-up {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 20px;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: -5px;
    color: #333;
}


.navmain-dropmenu {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    cursor: pointer;
}

.navmain-dropmenu:hover .icon-dropmenuitem {
    font-size: 14;
    font-weight: bold;
    color: #f07363;
}


.navmain-dropmenu:hover .label-dropmenuitem {
    font-size: 14;
    font-weight: bold;
    color: #f07363;
}


.navmain-dropmenu-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.navmain-dropmenu-l>.icon-dropmenuitem {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.navmain-dropmenu-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.navmain-dropmenu-r>.label-dropmenuitem {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.nav-right {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 300px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.nav-right>.link1 {
    margin: 0px 0px 0px 30px;
    padding: 0px 0px;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

.nav-right>.link1:hover {
    color: #333;
    text-decoration: none;
}

.nav-right>.link1:active {
    color: #333;
    text-decoration: none;
}

.nav-right>.link1:visited {
    color: #333;
    text-decoration: none;
}

/*--------自适应--------*/


.dorpbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.dorpbox-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    margin: 0px 0px;
    padding: 30px 30px 30px 30px;
}

.dorpbox-l-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.dorpbox-l-a-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.dorpbox-l-a-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.dorpbox-l-a-a>.link2 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

.dorpbox-l-a-a>.link2:hover {
    color: #333;
    text-decoration: none;
}

.dorpbox-l-a-a>.link2:active {
    color: #333;
    text-decoration: none;
}

.dorpbox-l-a-a>.link2:visited {
    color: #333;
    text-decoration: none;
}

.dorpbox-l-a-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 20px 0px;
}

.serviceitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 32%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.serviceitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.serviceitem-t>a>.img1 {
    width: 100%;
    height: 150px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 10px;
    object-fit: cover;
}

.serviceitem-t>a {
    display: block;
    width: 100%;
    height: auto;
}

.serviceitem-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 5px 5px;
}

.serviceitem-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.serviceitem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 10px 0px;
}

.serviceitem-info-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

.serviceitem-info-t>.label-title:hover {
    color: #333;
    text-decoration: none;
}

.serviceitem-info-t>.label-title:active {
    color: #333;
    text-decoration: none;
}

.serviceitem-info-t>.label-title:visited {
    color: #333;
    text-decoration: none;
}

.label-title>label {
    color: #333;
    font-size: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.serviceitem-info-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.serviceitem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.serviceitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
    text-decoration: none;
}

.serviceitem-info-desc>.label-desc:hover {
    color: #666;
    text-decoration: none;
}

.serviceitem-info-desc>.label-desc:active {
    color: #666;
    text-decoration: none;
}

.serviceitem-info-desc>.label-desc:visited {
    color: #666;
    text-decoration: none;
}

.label-desc>label {
    color: #666;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.serviceitem-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 5px 0px;
}

.serviceitem-info-b>.label-date {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #36B37E;
    text-decoration: none;
}

.serviceitem-info-b>.label-date:hover {
    color: #36B37E;
    text-decoration: none;
}

.serviceitem-info-b>.label-date:active {
    color: #36B37E;
    text-decoration: none;
}

.serviceitem-info-b>.label-date:visited {
    color: #36B37E;
    text-decoration: none;
}

.label-date>label {
    color: #36B37E;
    font-size: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.serviceitem-info-b>.label2 {
    margin: 0px 0px 0px 5px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #36B37E;
}

.dorpbox-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 360px;
    height: auto;
    margin: 0px 0px;
    padding: 30px 30px;
    background: #F6F6F6;
}

.dorpbox-r-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.dorpbox-r-a-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.dorpbox-r-a-a>a>.img1 {
    width: 100%;
    height: 180px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 10px;
    object-fit: cover;
}

.dorpbox-r-a-a>a {
    display: block;
    width: 100%;
    height: auto;
}

.dorpbox-r-a-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 15px 0px;
}

.dorpbox-r-a-b>.link1 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

.dorpbox-r-a-b>.link1:hover {
    color: #333;
    text-decoration: none;
}

.dorpbox-r-a-b>.link1:active {
    color: #333;
    text-decoration: none;
}

.dorpbox-r-a-b>.link1:visited {
    color: #333;
    text-decoration: none;
}

.dorpbox-r-a-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.dorpbox-r-a-c>.link1 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    text-decoration: none;
    line-height: 1.6;
}

.dorpbox-r-a-c>.link1:hover {
    color: #666;
    text-decoration: none;
}

.dorpbox-r-a-c>.link1:active {
    color: #666;
    text-decoration: none;
}

.dorpbox-r-a-c>.link1:visited {
    color: #666;
    text-decoration: none;
}

.dorpbox-r-a-d {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 15px 0px;
    padding: 0px 0px;
}

.dorpbox-r-a-d>.link1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #36B37E;
    text-decoration: none;
}

.dorpbox-r-a-d>.link1:hover {
    color: #36B37E;
    text-decoration: none;
}

.dorpbox-r-a-d>.link1:active {
    color: #36B37E;
    text-decoration: none;
}

.dorpbox-r-a-d>.link1:visited {
    color: #36B37E;
    text-decoration: none;
}

.dorpbox-r-a-d>.label2 {
    margin: 0px 0px 0px 5px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #36B37E;
}

/*--------自适应--------*/


.industry-icon-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
}

.industry-icon-a-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    height: auto;
    margin: 15px 0px;
    padding: 10px 15px;
    cursor: pointer;
}

.industry-icon-a-a:hover {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    height: auto;
    margin: 15px 0px;
    padding: 10px 15px;
    background-color: #eee;
    border-radius: 8px;
    cursor: pointer;
}

.industry-icon-a-a-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
}

.industry-icon-a-a-a>.img1 {
    width: 32px;
    height: 32px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    cursor: pointer;
}

.industry-icon-a-a-b {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
}

.industry-icon-a-a-b>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

/*--------自适应--------*/



.dropgood-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.dropgood {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 48%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.dropgood.her {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}


.dropgood-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.dropgood-t>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
}

.dropgood-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 20px 0px;
    padding: 0px 0px;
}

.dropgood-b.her {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 20px 0px;
    padding: 0px 0px;
}

.dropgood-b.her .dropgoodrow {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 48%;
    height: auto;
    margin: 0px 0px;
    padding: 10px 10px;
}

.dropgoodrow {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 10px 10px;
    background: #fff;
}

.dropgoodrow:hover {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 10px 10px;
    background: #eee;
    border-radius: 8px;
}

.dropgoodrow-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 76px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.dropgoodrow-l>.img {
    width: 64px;
    height: 64px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 10px;
    object-fit: cover;
}

.dropgoodrow-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
}

.dropgoodrow-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.dropgoodrow-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.dropgoodrow-info-t>.label1 {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.dropgoodrow-info-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.dropgoodrow-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
    cursor: pointer;
}

.dropgoodrow-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    cursor: pointer;
}

/*--------自适应--------*/















.foot-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 40px 0px 0 0;
    background: #242424;
}

.footbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1300px;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
}

.footbox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 20px 0px;
}

.footbox-t>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 34px;
    font-weight: normal;
    color: #fff;
}

.footbox-t>.label2 {
    padding: 0px 0px;
    text-align: left;
    font-size: 34px;
    font-weight: normal;
    color: #fff;
}

.footbox-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 30px 0px;
    padding: 0px 0px;
}

.footbox-m1-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
    flex: 1;
}

.footbox-m1-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #c4c4c4;
}

.footbox-m1-a-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0px 0px;
}

.footbox-m1-a-c .img2 {
    width: auto;
    height: 40px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.footbox-m1-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: auto;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
}

.footbox-m1-b>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.footbox-m1-b-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 30px 0px 0 0;
    padding: 0px 0px;
}

.footbox-m1-b-b>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 150px;
    height: 50px;
    margin: 0px 10px 0px 0px;
    padding: 0px 10px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #2F2F2F;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    outline: none;
}

.footbox-m1-b-b>.input2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 150px;
    height: 50px;
    margin: 0px 10px 0px 0px;
    padding: 0px 10px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #2F2F2F;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.footbox-m1-b-b>.button3 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #36B37E;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.footbox-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 30px 0px;
    border-top: solid 1px #333;
}

.footmenu {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 20%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footmenu-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footmenu-t>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.footmenu-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 10px 0px 10px 0;
}

.footmenu-m>.label1 {
    margin: 5px 0px;
    padding: 0px 20px 0 0;
    font-size: 14px;
    font-weight: normal;
    color: #989898;
    text-decoration: none;
    line-height: 2;
}

.footmenu-m>.label2 {
    margin: 5px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #989898;
    text-decoration: none;
    line-height: 2;
}

.footmenu-m>.link1 {
    margin: 5px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #989898;
    text-decoration: none;
}

.footmenu-m>.link1:hover {
    color: #989898;
    text-decoration: none;
}

.footmenu-m>.link1:active {
    color: #989898;
    text-decoration: none;
}

.footmenu-m>.link1:visited {
    color: #989898;
    text-decoration: none;
}

.footmenu-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footmenu-b>.img1 {
    width: auto;
    height: auto;
    margin: 0px 10px 0 0;
    padding: 0px 0px;
    object-fit: cover;
}

.footbox-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 20px 0px;
    border-top: solid 1px #333;
}

.footbox-b-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
}

.footbox-b-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: #666;
}

.footbox-b-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
}

.footbox-b-b>.img1 {
    width: 24px;
    height: 24px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.footbox-b-b>.label2 {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.footbox-b-b>.img3 {
    width: auto;
    height: 30px;
    margin: 0px 0px 0px 30px;
    padding: 0px 0px;
    object-fit: cover;
}

/*--------自适应--------*/


.inforbar-c {
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #FAFAFA;
    border-bottom: solid 1px #eee;
}

.inforbar {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1300px;
    height: auto;
    margin: 0px 20px;
    padding: 0px 0px;
}


.inforbar>img {
    width: auto;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}


/*--------自适应--------*/



.best-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 40px 0px;
    background: #fff;
}

.best {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1300px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.best-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 20px 0px;
}

.best-t>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.best-t>.link1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    color: #3AAD67;
    margin: 0 0 0 10px;
}


.best-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.best-m>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.best-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 40px 0px;
    padding: 30px 0;
    position: relative;
}


.swiper_best .swiper-slide img {
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.swiper_best .swiper-slide {}

.swiper_best {
    width: 100%;
    height: auto;
    margin: 50px 0 0 0;
}

.swiper_best .swiper-wrapper {}

.swiper_best .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
}

.swiper_best .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.best-next {
    position: absolute;
    width: 42px;
    right: 0px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 0%;
}

.best-prev {
    position: absolute;
    width: 42px;
    right: 70px;
    top: 0%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
}

.best-next label,
.best-prev label {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.swiper_best .swiper-button-next:after,
.swiper_best .swiper-button-prev:after {
    content: '';
}



.bestitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 30px 30px;
    background: #F9F9F9;
    border-radius: 10px;
}

.bestitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.bestitem-t>.img1 {
    width: 50px;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 8px;
    object-fit: cover;
}


.bestitem-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 20px 0px 0 0;
    padding: 0px 0px;
}

.bestitem-m>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
}

.bestitem-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 10px 0px;
    padding: 6px 0px;
}

.bestitem-b>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    color: #999;
    text-decoration: none;
    line-height: 1.6;
}

.bestitem-b>.link1:hover {
    color: #333;
    text-decoration: none;
}

.bestitem-b>.link1:active {
    color: #333;
    text-decoration: none;
}

.bestitem-b>.link1:visited {
    color: #333;
    text-decoration: none;
}




.hoemgoods-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 80px 0px;
    background: #F8F9F9;
}

.homegoods {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1300px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homegoods-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homegoods-t-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homegoods-t-a-a {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homegoods-t-a-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.homegoods-t-a-a>.label2 {
    margin: 20px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.homegoods-t-a-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 300px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homegoods-t-a-b>.link1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 20px;
    border: solid 1px #333;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.homegoods-t-a-b>.link1:hover {
    color: #fff;
    text-decoration: none;
    background-color: #36B37E;
    border: solid 1px #36B37E;
}


.homegoods-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 20px 0px;
}

.homegooditem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 24%;
    height: auto;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px;
    border: solid 1px #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.homegooditem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homegooditem-t>a>.img1 {
    width: 100%;
    height: 300px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homegooditem-t>a {
    display: block;
    width: 100%;
    height: auto;
}

.homegooditem-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 10px 20px;
}

.homegooditem-m>.link1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.homegooditem-m>.link1:hover {
    color: #333;
    text-decoration: none;
}

.homegooditem-m>.link1:active {
    color: #333;
    text-decoration: none;
}

.homegooditem-m>.link1:visited {
    color: #333;
    text-decoration: none;
}

.homegooditem-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 0px 0px;
    padding: 5px 20px 30px 20px;
}

.homegooditem-b>.link1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

.homegooditem-b>.link1:hover {
    color: #333;
    text-decoration: none;
}

.homegooditem-b>.link1:active {
    color: #333;
    text-decoration: none;
}

.homegooditem-b>.link1:visited {
    color: #333;
    text-decoration: none;
}

/*--------自适应--------*/




.homeindustry-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 20px 0px;
    background: #F8F9F9;
}

.homeindustry {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeindustry-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 1300px;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
}

.homeindustry-t>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.homeindustry-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 1300px;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
}

.homeindustry-m>.label1 {
    margin: 20px 0;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.homeindustry-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 40px 0px;
    padding: 0px 0px;
}

.homeindustry-b-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}


.swiper_industry .swiper-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.swiper_industry {
    width: 100%;
    height: auto;
    overflow: visible !important;
    margin-top: 80px;
}

.swiper_industry .swiper-pagination {
    bottom: -50px !important;
}

.swiper_industry .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #ccc;
    margin: 0 20px;
    border-radius: 0px;
}

.swiper_industry .swiper-pagination-bullet-active {
    color: #fff;
    background: #36B37E;
}

.swiper_industry .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

.swiper_industry .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

/*
.swiper_industry .swiper-button-next:after,
.swiper_industry .swiper-button-prev:after {
    content: '';
}
*/
/*--------自适应--------*/



.homeindustryitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px;
    border: solid 1px #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.homeindustryitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeindustryitem-t>a>.img1 {
    width: 100%;
    height: 400px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homeindustryitem-t>a {
    display: block;
    width: 100%;
    height: auto;
}

.homeindustryitem-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    min-height: 50px;
    margin: 0px 0px;
    padding: 10px 20px;
}

.homeindustryitem-m>.link1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.homeindustryitem-m>.link1:hover {
    color: #333;
    text-decoration: none;
}

.homeindustryitem-m>.link1:active {
    color: #333;
    text-decoration: none;
}

.homeindustryitem-m>.link1:visited {
    color: #333;
    text-decoration: none;
}

.homeindustryitem-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 5px 20px 30px 20px;
}

.homeindustryitem-b>.link1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

.homeindustryitem-b>.link1:hover {
    color: #333;
    text-decoration: none;
}

.homeindustryitem-b>.link1:active {
    color: #333;
    text-decoration: none;
}

.homeindustryitem-b>.link1:visited {
    color: #333;
    text-decoration: none;
}


.industry-next {
    position: absolute;
    width: 42px;
    right: 0px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 0%;
}

.industry-prev {
    position: absolute;
    width: 42px;
    right: 70px;
    top: 0%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
}

.industry-next label,
.industry-prev label {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}




.together-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 80px 0px;
    background: #F8F9F9;
}

.together {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1300px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.together-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.together-t>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.together-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 20px 0px;
}

.together-m>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.together-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 40px 0px;
    padding: 0px 0px;
}

.together-b-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 49%;
    height: 600px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 10px;
    background-size: contain;
}

.together-b-a-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.together-b-a-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.together-b-a-b-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 30px 40px;
}

.together-b-a-b-a-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.together-b-a-b-a-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.together-b-a-b-a-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.together-b-a-b-a-b>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.together-b-a-b-a-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 20px 0px;
}

.together-b-a-b-a-c>.link1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 40px;
    border: solid 1px #fff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.together-b-a-b-a-c>.link1:hover {
    color: #fff;
    text-decoration: none;
}

.together-b-a-b-a-c>.link1:active {
    color: #fff;
    text-decoration: none;
}

.together-b-a-b-a-c>.link1:visited {
    color: #fff;
    text-decoration: none;
}

/*--------自适应--------*/



.homeservice-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.homeservice {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1300px;
    height: auto;
    margin: 70px 0px 0 0;
    padding: 0px 0px;
}

.homeservice-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeservice-t>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.homeservice-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 30px 0px 40px 0;
    padding: 0px 0px;
}

.homeservice-m1>.label1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 70%;
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #333;
}

.homeservice-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.servicex-tab {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.servicex-tab-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.servicex-nav-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #ddd;
    background: #fff;
}

.servicex-nav-item-on {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0px 0px;
    padding: 0px 20px;
    border-bottom: solid 2px #333;
    cursor: pointer;
}

.servicex-nav-item-on>.label-text {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.servicex-nav-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
}

.servicex-nav-item>.label-text {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.servicex-tab-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #FBFBFB;
}

.servicex-tab-content {
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 30px 30px;
    padding: 20px 0px;
}
.servicex-tab-content.on {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 30px 30px;
    padding: 20px 0px;
}

.service-tabrow {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 24%;
    height: auto;
    margin: 0px 0px;
    padding: 20px 20px;
    border: solid 1px #eee;
    border-radius: 10px;
    background: #E5FFF1;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.service-tabrow-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.service-tabrow-t>.img1 {
    width: 50px;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.service-tabrow-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 20px 0px;
}

.service-tabrow-m>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.service-tabrow-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px 30px 0px;
}

.service-tabrow-b>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
}

.homeservice-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #F5F5F5;
}

.homeservice-b>.img1 {
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 30px 0px;
    object-fit: cover;
}

.homeservice-f {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 20px 0px;
    background: #FBFBFB;
}

.homeservice-f>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: normal;
    color: #3AAD67;
}

.homeservice-f>.label2 {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: normal;
    color: #333;
}

.homeservice-e {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 60px 30px;
    background: #FBFBFB;
}

.service-brow {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 24%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.service-brow-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.service-brow-t>.img1 {
    width: 50px;
    height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.service-brow-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 20px 0px;
}

.service-brow-m>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.service-brow-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.service-brow-b>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
}

/*--------自适应--------*/
