@import url(fonts.css);
* {
  font-family: Montserrat, "Microsoft YaHei", Arial, sans-serif !important;
}

body {
  background-color: #fff;
  color: var(--text-color);
}

.index-row {
  width: 100%;
}
.index-row .row-title {
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-row .row-title .tit, .index-row .row-title .earth-title {
  font-size: var(--font-size-36);
  font-weight: 700;
  color: var(--text-color);
}
.index-row .row-title .tit a, .index-row .row-title .earth-title a {
  color: var(--text-color);
}
.index-row .row-title .sub-tit, .index-row .row-title .earth-subtitle {
  font-size: var(--font-size-14);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
}

.index-category-wrap {
  border-radius: 32px;
  background: #fff;
  width: 295px;
  height: 527px;
  box-shadow: 0 8px 24px 0 rgba(110, 126, 146, 0.1);
}
.index-category-wrap .head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.index-category-wrap .head .tit {
  font-size: 20px;
  font-weight: 600;
}
.index-category-wrap .head .see-all {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
}
.index-category-wrap .head .see-all .icon {
  font-size: 12px;
}
.index-category-wrap .auto-category-nav {
  width: 100%;
  height: calc(100% - 90px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}
.index-category-wrap .auto-category-nav::-webkit-scrollbar {
  width: 0px;
}
.index-category-wrap .auto-category-nav::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 6px;
}
.index-category-wrap .auto-category-nav::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}
.index-category-wrap .auto-category-nav::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.index-category-wrap .auto-category-nav .category-nav-item {
  flex: auto;
}
.index-category-wrap .auto-category-nav .category-nav-item .handle {
  width: 100%;
  height: 100%;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.index-category-wrap .auto-category-nav .category-nav-item .handle .icon {
  width: 44px;
  height: 44px;
  flex: none;
  margin-right: 5px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-category-wrap .auto-category-nav .category-nav-item .handle .top-nav h2 {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
}
.index-category-wrap .auto-category-nav .category-nav-item .handle .recommend-items {
  overflow: hidden;
  flex: auto;
}
.index-category-wrap .auto-category-nav .category-nav-item .handle .recommend-items .item {
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  color: var(--text-color);
}
.index-category-wrap .auto-category-nav .category-nav-item .handle .recommend-items .item:hover {
  color: var(--main-color);
}
.index-category-wrap .auto-category-nav .category-nav-item .handle:hover {
  background-color: #f7f7f7;
}
.index-category-wrap .auto-category-nav .category-nav-item .children {
  display: none;
  width: 900px;
  overflow-y: auto;
  padding: 0 20px 20px 0;
  border-radius: 32px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #ffffff;
  z-index: 2;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.index-category-wrap .auto-category-nav .category-nav-item .children::-webkit-scrollbar {
  width: 0px;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .column-item {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .children-item {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .children-item dt {
  font-weight: 600;
  margin-bottom: 10px;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .children-item dt a {
  color: #333333;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .children-item dd {
  margin-bottom: 5px;
  margin-left: 5px;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .children-item dd a {
  color: #868e96;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .children-item a {
  color: #333333;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .children-item a:hover {
  color: #294a9f;
}
.index-category-wrap .auto-category-nav .category-nav-item:hover .handle {
  background-color: #f7f7f7;
}
.index-category-wrap .auto-category-nav .category-nav-item:hover .children {
  display: flex;
}

.index-focus {
  height: 600px;
  position: relative;
  background-color: #fff;
}
.index-focus .index-category-wrap {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -710px;
  z-index: 10;
}
.index-focus .focus-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.index-focus .focus-container .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.index-goods-row {
  height: 350px;
  background-color: var(--main-color-light1);
  margin: 25px auto;
  padding: 30px;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.index-goods-row.has-children {
  height: 400px;
}
.index-goods-row .category-wrap {
  width: 180px;
  flex: none;
  margin-right: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.index-goods-row .category-wrap .cate-name {
  font-size: var(--font-size-32);
  line-height: 40px;
  font-weight: 700;
  color: var(--text-color);
  word-break: break-word;
}
.index-goods-row .category-wrap .cate-icon {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-top: 24px;
}
.index-goods-row .category-wrap .cate-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-goods-row .category-wrap .view-more {
  font-size: var(--font-size-14);
  font-weight: 600;
  color: var(--text-color);
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.index-goods-row .category-wrap .view-more .icon {
  font-size: 12px;
}
.index-goods-row .goods-wrap {
  flex: auto;
}
.index-goods-row .goods-wrap .goods-item {
  display: block;
  color: var(--text-color);
}
.index-goods-row .goods-wrap .goods-item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.index-goods-row .goods-wrap .goods-item .thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  background-color: #fff;
}
.index-goods-row .goods-wrap .goods-item .goods-name {
  font-size: var(--font-size-14);
  line-height: 20px;
  height: 40px;
  font-weight: 600;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  margin: 10px auto;
}
.index-goods-row .goods-wrap .goods-item .goods-price {
  font-size: var(--font-size-22);
  line-height: 28px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text-color);
}
.index-goods-row .goods-wrap .goods-item .min-order {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-goods-row .children-nav {
  padding-top: 20px;
}
.index-goods-row .children-nav .swiper-slide {
  display: inline-block;
  padding: 0 20px;
  height: 32px;
  width: auto;
  background: #DBF0E2;
  border-radius: 16px;
  font-size: 12px;
  color: var(--text-color);
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.quotation-container {
  background: #FFFFFF;
  box-shadow: 0 4px 24px 0 rgba(110, 126, 146, 0.1);
  border-radius: 32px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  margin: 80px auto;
}
.quotation-container .quotation-content {
  flex: 1;
  margin-right: 30px;
  background-image: url("/static/home/images/quotation_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 284px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--text-color);
}
.quotation-container .quotation-content .title {
  font-size: var(--font-size-36);
  font-weight: 700;
}
.quotation-container .quotation-content .title span {
  color: var(--main-color);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  font-size: 20px;
  padding: 5px 20px;
  margin-left: 10px;
}
.quotation-container .quotation-content .sub-title {
  font-size: var(--font-size-16);
  font-weight: 400;
}
.quotation-container .quotation-content .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quotation-container .quotation-content .content .item-desc {
  width: 33.33%;
  margin-right: 20px;
}
.quotation-container .quotation-content .content .item-desc:last-child {
  margin-right: 0;
}
.quotation-container .quotation-content .content .item-desc .number {
  font-size: var(--font-size-46);
  color: var(--text-color);
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.quotation-container .quotation-content .content .item-desc .number:after {
  content: '\e727';
  font-family: "global-iconfont" !important;
  font-size: var(--font-size-24);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.quotation-container .quotation-content .content .item-desc .text {
  font-size: var(--font-size-20);
  font-weight: 500;
}
.quotation-container .quotation-form {
  flex: 1;
  padding-bottom: 15px;
}
.quotation-container .quotation-form .title {
  font-size: var(--font-size-36);
  color: var(--text-color);
  letter-spacing: 0;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}
.quotation-container .quotation-form .input-item {
  margin: 24px auto;
}
.quotation-container .quotation-form .input-item .quantity {
  flex: 2;
  margin-right: 20px;
}
.quotation-container .quotation-form .input-item .unit {
  flex: 1;
}
.quotation-container .quotation-form .custom-btn {
  height: 50px;
  padding: 0 50px;
  font-size: var(--font-size-18);
  font-weight: 700;
}

.index-page-banner {
  margin: 80px auto;
}

.cross-container {
  padding: 20px 30px;
  background: #FFFFFF;
  box-shadow: 0 4px 24px 0 rgba(110, 126, 146, 0.1);
  border-radius: 32px;
  margin: 30px auto;
}

.earth-container {
  margin-bottom: 80px;
}

.solutions-container {
  width: calc(100% + 20px);
  padding: 0 20px;
}
.solutions-container .solutions-list {
  display: flex;
  justify-content: space-between;
  margin-left: -20px;
}
.solutions-container .solutions-list .solutions-item {
  background-color: var(--main-color-light2);
  border-radius: 16px;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.solutions-container .solutions-list .solutions-item:last-child {
  margin-right: 0;
}
.solutions-container .solutions-list .solutions-item .solution-link {
  display: block;
}
.solutions-container .solutions-list .solutions-item .solution-link .title {
  font-size: var(--font-size-20);
  font-weight: 600;
  line-height: 24px;
  height: 48px;
  margin-bottom: 10px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.solutions-container .solutions-list .solutions-item .solution-link .desc {
  font-size: var(--font-size-14);
  line-height: 18px;
  font-weight: 500;
  height: 36px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.solutions-container .solutions-list .solutions-item .solutions-img {
  width: 100%;
  height: 194px;
  overflow: hidden;
  border-radius: 16px;
  margin: 36px auto 20px;
}
.solutions-container .solutions-list .solutions-item .solutions-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutions-container .solutions-list .solutions-item .solution-prods {
  display: flex;
  justify-content: space-between;
}
.solutions-container .solutions-list .solutions-item .solution-prods .prod-item {
  width: 33.33%;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.solutions-container .solutions-list .solutions-item .solution-prods .prod-item .prod-pic {
  width: calc(100% - 20px);
  height: 0;
  padding-bottom: calc(100% - 20px);
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
.solutions-container .solutions-list .solutions-item .solution-prods .prod-item .prod-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.solutions-container .solutions-list .solutions-item .solution-prods .prod-item .text {
  font-size: var(--font-size-14);
  line-height: 18px;
  font-weight: 500;
  height: 36px;
  text-align: center;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  margin-top: 10px;
  padding: 0 8px;
  word-break: break-word;
}
.solutions-container .solutions-list .solutions-item:hover {
  background-color: var(--main-color-light1);
  box-shadow: 0 4px 24px 0 rgba(110, 126, 146, 0.1);
  transform: translateY(-4px);
}

.trade-container {
  margin: 80px auto;
}
.trade-container .trade-body {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.trade-container .trade-body .expo-swiper {
  width: 622px;
  height: 386px;
  flex: none;
  margin-right: 50px;
}
.trade-container .trade-body .expo-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.trade-container .trade-body .expo-swiper .swiper-slide .info-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 16px;
  width: calc(100% - 40px);
  height: 110px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.trade-container .trade-body .expo-swiper .swiper-slide .info-wrap .title {
  font-size: var(--font-size-18);
  font-weight: 600;
  color: var(--text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.trade-container .trade-body .expo-swiper .swiper-slide .info-wrap .desc-info .item-desc {
  font-size: var(--font-size-14);
  color: var(--text-color);
  text-align: justify;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trade-container .trade-body .expo-swiper .swiper-slide .info-wrap .desc-info .item-desc:before {
  content: '\e640';
  margin-right: 2px;
  font-family: "global-iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.trade-container .trade-body .expo-swiper .swiper-slide .info-wrap .desc-info .item-desc.item-location:before {
  content: '\e769';
}
.trade-container .trade-body .expo-swiper .swiper-slide .info-wrap .desc-info .item-desc .hide-message {
  display: none;
}
.trade-container .trade-body .expo-swiper .swiper-slide:hover .info-wrap {
  transform: translateY(-2px);
  box-shadow: 0 4px 24px 0 rgba(110, 126, 146, 0.1);
}
.trade-container .trade-body .trade-list {
  flex: auto;
  min-width: 0;
  position: relative;
}
.trade-container .trade-body .trade-list::before {
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% - 60px);
  opacity: 0.5;
  background: #4B9D59;
  border-radius: 8px;
  left: 29px;
  top: 0;
  z-index: 0;
}
.trade-container .trade-body .trade-list .trade-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.trade-container .trade-body .trade-list .trade-item:last-child {
  margin-bottom: 0;
}
.trade-container .trade-body .trade-list .trade-item .circle {
  width: 60px;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.trade-container .trade-body .trade-list .trade-item .circle:after {
  content: '';
  background: #FFFFFF;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #4b9d59;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.trade-container .trade-body .trade-list .trade-item .thumb {
  width: 180px;
  height: 118px;
  border-radius: 16px;
  overflow: hidden;
  flex: none;
  margin-right: 15px;
}
.trade-container .trade-body .trade-list .trade-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.trade-container .trade-body .trade-list .trade-item .info {
  flex: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trade-container .trade-body .trade-list .trade-item .info .title {
  font-size: var(--font-size-16);
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  width: 100%;
  margin: 5px auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.trade-container .trade-body .trade-list .trade-item .info .item-desc {
  font-size: var(--font-size-14);
  color: var(--text-color);
  text-align: justify;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trade-container .trade-body .trade-list .trade-item .info .item-desc:before {
  content: '\e640';
  margin-right: 2px;
  font-family: "global-iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.trade-container .trade-body .trade-list .trade-item .info .item-desc.item-location:before {
  content: '\e769';
}
.trade-container .trade-body .trade-list .trade-item .info .item-desc .hide-message {
  display: none;
}
.trade-container .trade-body .trade-list .trade-item:hover .circle:after {
  background-color: var(--main-color);
}
.trade-container .trade-body .trade-list .trade-item:hover .thumb img {
  transform: scale(1.1);
}
.trade-container .trade-body .trade-list .trade-item:hover .info .title {
  color: var(--main-color);
}

.news-container {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 30px;
}
.news-container .item-wrap {
  width: calc(50% - 8px);
  flex: none;
  margin-right: 16px;
  padding: 30px;
  background-color: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(110, 126, 146, 0.1);
}
.news-container .item-wrap:last-child {
  margin-right: 0;
}
.news-container .item-wrap .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.news-container .item-wrap .head .title {
  font-size: var(--font-size-32);
  color: var(--text-color);
  font-weight: 700;
  flex: none;
}
.news-container .item-wrap .head .sub-title {
  flex: auto;
  font-size: var(--font-size-18);
  color: var(--text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 10px;
}
.news-container .item-wrap .head .view {
  display: block;
  flex: none;
  font-size: var(--font-size-14);
  color: var(--text-color);
  font-weight: 500;
}
.news-container .item-wrap .head .view .view-arrow {
  font-size: 12px;
}
.news-container .item-wrap .left-main {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.news-container .item-wrap .left-main .img-box {
  width: 160px;
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
  flex: none;
  margin-right: 20px;
}
.news-container .item-wrap .left-main .img-box .news-img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news-container .item-wrap .left-main .news-list {
  flex: auto;
  min-width: 0;
}
.news-container .item-wrap .left-main .news-list .news_li .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--font-size-14);
  color: var(--text-color);
  font-weight: 600;
  padding: 9px 9px 9px 15px;
  position: relative;
}
.news-container .item-wrap .left-main .news-list .news_li .news-item:after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--main-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.news-container .item-wrap .left-main .news-list .news_li .news-item .news-title {
  flex: auto;
  min-width: 0;
  color: var(--text-color);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  padding-right: 10px;
}
.news-container .item-wrap .left-main .news-list .news_li .news-item .news-date {
  flex: none;
  margin-left: 10px;
  color: #999;
}
.news-container .item-wrap .left-main .news-list .news_li .news-item:hover {
  background-color: #f7f7f7;
}
.news-container .item-wrap .left-main .news-list .news_li .news-item:hover .news-title {
  color: var(--main-color);
}
.news-container .item-wrap .left-main .news-list .news_li .news-item:hover:after {
  width: 5px;
  height: 15px;
}
.news-container .item-wrap .right-main {
  margin-top: 10px;
}
.news-container .item-wrap .right-main .news-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.news-container .item-wrap .right-main .news-item .thumb {
  width: 150px;
  height: 100px;
  border-radius: 16px;
  overflow: hidden;
  flex: none;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news-container .item-wrap .right-main .news-item .info {
  flex: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-container .item-wrap .right-main .news-item .info .news-title {
  font-size: var(--font-size-14);
  color: var(--text-color);
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}
.news-container .item-wrap .right-main .news-item .info .news-date {
  font-size: var(--font-size-14);
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 10px;
}
.news-container .item-wrap .right-main .news-item:hover .news-title {
  color: var(--main-color);
}
.news-container .item-wrap .right-main .news-item:hover:after {
  width: 5px;
  height: 15px;
}
.news-container .item-wrap .right-main .news-list .news_li:last-child .news-item {
  margin-bottom: 0;
}

.popular-container {
  width: 100%;
  /*max-width: 1440px;*/
  /*min-width: 1230px;*/
  margin: 80px auto;
  background: #fff;
}
.popular-container .popular_title {
  padding: 30px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.popular-container .popular_content {
  /*padding: 0 50px;*/
}
.popular-container .popular_content .swiper-container {
  width: 100%;
  height: 100px;
}
.popular-container .popular_content .swiper-container .swiper-button-prev {
  background-image: none;
  width: 35px;
  height: 60px;
  line-height: 60px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ccc;
  top: calc(50% - 30px);
  cursor: pointer;
  left: 0;
}
.popular-container .popular_content .swiper-container .swiper-button-prev .iconfont {
  font-size: 26px;
  color: #fff;
}
.popular-container .popular_content .swiper-container .swiper-button-next {
  background-image: none;
  width: 35px;
  height: 60px;
  line-height: 60px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ccc;
  top: calc(50% - 30px);
  cursor: pointer;
  right: 0;
}
.popular-container .popular_content .swiper-container .swiper-button-next .iconfont {
  font-size: 26px;
  color: #fff;
}
.popular-container .popular_content .swiper-container .swiper-slide {
  height: 60px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e6ecf2;
}
.popular-container .popular_content .swiper-container .swiper-slide .item {
  padding: 10px 30px;
}
.popular-container .popular_content .swiper-container .swiper-slide .item .item_img {
  width: 150px;
  height: 100%;
}

.m-page.tdd-index-page {
  background-color: #fff;
}
.m-page.tdd-index-page .page-bg-link {
  display: block;
  height: 60px;
}
.m-page.tdd-index-page .tdd-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 13px;
}
.m-page.tdd-index-page .tdd-page-header .logo img {
  height: 35px;
}
.m-page.tdd-index-page .tdd-page-header .action-box {
  display: flex;
  align-items: center;
}
.m-page.tdd-index-page .tdd-page-header .action-box .action-item {
  color: var(--main-color);
}
.m-page.tdd-index-page .tdd-page-header .action-box .action-item:not(:last-child) {
  margin-right: 10px;
}
.m-page.tdd-index-page .tdd-page-header .action-box .action-item .icon {
  font-size: 24px;
}
.m-page.tdd-index-page .page-search {
  padding: 0 10px;
}
.m-page.tdd-index-page .search-input-group {
  height: 40px;
  background-color: #f7f7f7;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.m-page.tdd-index-page .search-input-group .search-text {
  flex: auto;
  font-size: 12px;
  color: #999;
  padding-left: 10px;
}
.m-page.tdd-index-page .search-input-group .search-icon {
  flex: none;
  display: flex;
  align-items: center;
  width: 38px;
  height: 38px;
  color: #999;
  justify-content: center;
}

.m-page .solution-box {
  width: 100%;
  overflow-x: auto;
}
.m-page .solution-box::-webkit-scrollbar {
  display: none;
}
.m-page .solution-box .solution-list {
  display: flex;
  min-width: 0;
}
.m-page .solution-box .solution-list .solution-item {
  width: 240px;
  margin-right: 10px;
  border: solid 1px #ccc;
  border-radius: 10px;
}
.m-page .solution-box .solution-list .solution-item .solution-banner {
  width: 240px;
  height: 220px;
  display: block;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.m-page .solution-box .solution-list .solution-item .solution-banner .solution-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-page .solution-box .solution-list .solution-item .solution-banner .solution-bg .solution-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-80deg, transparent 140px, #83a7d5 300px, #83a7d5);
}
.m-page .solution-box .solution-list .solution-item .solution-banner .solution-link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  padding: 20px;
}
.m-page .solution-box .solution-list .solution-item .solution-banner .solution-link .banner-title {
  font-size: 18px;
  font-weight: 600;
}
.m-page .solution-box .solution-list .solution-item .solution-banner .solution-link .banner-desc {
  font-size: 14px;
  padding-top: 20px;
}
.m-page .solution-box .solution-list .solution-item .solution-prods {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  display: flex;
}
.m-page .solution-box .solution-list .solution-item .solution-prods .prod-item {
  width: 33.33%;
}
.m-page .solution-box .solution-list .solution-item .solution-prods .prod-item .prod-link {
  display: block;
  width: 100%;
  height: 100%;
}
.m-page .solution-box .solution-list .solution-item .solution-prods .prod-item .prod-pic {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.m-page .solution-box .solution-list .solution-item .solution-prods .prod-item .prod-txt {
  color: #555;
}
.m-page .popular_content {
  width: 100%;
  overflow-x: auto;
}
.m-page .popular_content::-webkit-scrollbar {
  display: none;
}
.m-page .popular_content .popular-list {
  display: flex;
}
.m-page .popular_content .popular-list .popular-item {
  margin-right: 10px;
}
.m-page .popular_content .popular-list .popular-item .item_img {
  width: 153px;
  height: 58px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.m-page .index-row-title {
  display: flex;
  justify-content: space-between;
}
.m-page .index-row-title .title {
  flex: 1;
}
.m-page .index-row-title .more {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.m-page .index-row-title .more a {
  color: #666;
}
.m-page .scroll-wrap {
  width: 100%;
  overflow-x: auto;
}
.m-page .scroll-wrap::-webkit-scrollbar {
  display: none;
}
.m-page .industry_products {
  display: flex;
  min-width: 0;
}
.m-page .industry_products .prod_item {
  width: 150px;
  height: 100%;
  color: #333;
  margin-right: 15px;
}
.m-page .industry_products .prod_item .prod_pic {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.m-page .industry_products .prod_item .prod_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-page .industry_products .prod_item .prod_txt {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  margin-bottom: 5px;
  color: #333;
}
.m-page .industry_products .prod_item .price {
  font-size: 14px;
  color: #db3225;
  font-weight: 600;
}
.m-page .industry_products .prod_item .item-desc {
  flex: 1;
  color: #666;
  line-height: 18px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-page .index-news-panel {
  margin-top: 15px;
}
.m-page .index-news-panel .head {
  margin-bottom: 15px;
}
.m-page .index-news-panel .head .nav-tabs {
  margin-left: -10px;
  border: none;
}
.m-page .index-news-panel .head .nav-tabs .nav-link {
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin-left: 10px;
  color: #333;
  position: relative;
}
.m-page .index-news-panel .head .nav-tabs .nav-link.active {
  color: var(--main-color);
}
.m-page .index-news-panel .head .nav-tabs .nav-link.active:before {
  content: '';
  width: 40px;
  height: 5px;
  border-radius: 5px;
  background: var(--main-color);
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.m-page .index-news-panel .tab-content {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.m-page .index-news-panel .tab-content .news-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.m-page .index-news-panel .tab-content .news-item .thumb {
  width: 160px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  flex: none;
  margin-right: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.m-page .index-news-panel .tab-content .news-item .thumb:after {
  background: rgba(0, 0, 0, 0.03);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.m-page .index-news-panel .tab-content .news-item .info {
  flex: auto;
  min-width: 0;
}
.m-page .index-news-panel .tab-content .news-item .info .news-title {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.m-page .index-news-panel .tab-content .news-item .info .news-desc {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.m-page .index-news-panel .tab-content .news-item .info .news-desc .icon {
  color: var(--main-color);
  flex: none;
  margin-right: 5px;
}
.m-page .index-news-panel .tab-content .view {
  position: absolute;
  right: 0;
  top: -45px;
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
}
.m-page .index-news-panel .tab-content .view .view-arrow {
  font-size: 14px;
}
.m-page .solution-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.m-page .solution-list {
  display: flex;
}
.m-page .solution-list .solution-item {
  width: 300px;
  margin-right: 10px;
}
.m-page .solution-list .solution-item .item-inr {
  background: #fff;
}
.m-page .solution-list .solution-item .solution-bg-img {
  width: 300px;
  height: 163px;
}
.m-page .solution-list .solution-item .solution-banner {
  position: relative;
}
.m-page .solution-list .solution-item .solution-banner .solution-link {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m-page .solution-list .solution-item .solution-banner .solution-link .banner-desc {
  font-size: 12px;
  color: #fff;
}
.m-page .solution-list .solution-item .solution-prods {
  padding: 10px;
  border: 1px solid #e6ecf2;
}
.m-page .solution-list .solution-item .solution-prods .prod-link {
  display: flex;
  align-items: center;
  width: 100%;
}
.m-page .solution-list .solution-item .solution-prods .prod-link .prod-pic {
  width: 50px;
  height: 50px;
}
.m-page .solution-list .solution-item .prod-txt .tit {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding-bottom: 5px;
}
.m-page .solution-list .solution-item .prod-txt .desc {
  font-size: 12px;
  color: #999;
}
.m-page .trade-title .trade-title-main > a {
  color: #333;
  font-weight: bold;
}
.m-page .trade-body-item {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 15px;
}
.m-page .trade-body-item .trade-body-item-image {
  width: 160px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  flex: none;
  margin-right: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.m-page .trade-body-item .trade-body-item-image img {
  width: 160px;
  height: 90px;
  object-fit: cover;
}
.m-page .trade-body-item .trade-body-item-info {
  flex: auto;
  min-width: 0;
}
.m-page .trade-body-item .item-main-title {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.m-page .trade-body-item .item-main-title a {
  color: #333;
}
.m-page .trade-body-item .item-duration, .m-page .trade-body-item .item-location {
  display: block;
  color: #888;
}

@media (max-width: 1500px) {
  .index-focus {
    height: 500px;
  }
  .index-focus .index-category-wrap {
    margin-left: -600px;
    transform: scale(0.83);
    transform-origin: top left;
  }

  .earth-container {
    margin-bottom: 40px;
  }

  .index-goods-row {
    padding: 25px;
    height: 300px;
  }
  .index-goods-row.has-children {
    height: 330px;
  }
  .index-goods-row .category-wrap {
    margin-right: 20px;
  }
  .index-goods-row .goods-wrap .goods-item .goods-name {
    margin: 5px 0;
  }

  .quotation-container {
    margin: 40px auto;
    padding: 20px;
  }
  .quotation-container .quotation-content {
    height: 236px;
    padding: 30px;
  }
  .quotation-container .quotation-form .custom-btn {
    height: 40px;
  }

  .index-page-banner {
    margin: 40px auto;
  }

  .solutions-container .solutions-list .solutions-item {
    padding: 15px;
  }
  .solutions-container .solutions-list .solutions-item .solutions-img {
    height: 161px;
    margin: 20px auto;
  }

  .trade-container {
    margin: 40px auto;
  }
  .trade-container .trade-body {
    margin-top: 30px;
  }
  .trade-container .trade-body .expo-swiper {
    width: 518px;
    height: 322px;
    margin-right: 30px;
  }
  .trade-container .trade-body .trade-list:before {
    height: calc(100% - 50px);
  }
  .trade-container .trade-body .trade-list .trade-item .circle:after {
    width: 10px;
    height: 10px;
  }
  .trade-container .trade-body .trade-list .trade-item .thumb {
    width: 150px;
    height: 98px;
  }

  .news-container {
    margin: 40px auto;
  }
  .news-container .item-wrap {
    padding: 25px;
  }
  .news-container .item-wrap .left-main .img-box {
    height: 315px;
  }

  .popular-container {
    margin: 40px auto;
  }
}
