/* 公司简介 */
.hmCon3 {
  width: 100%;
  padding-bottom: 20px;
  min-height: 459px;
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.35) url(../images/hmCon3bg.png) no-repeat;
  background-size: 100% 100%;
}

.hmCon3 .title {
  font-size: 30px;
  line-height: 28px;
  text-align: center;
  padding: 60px 0px 50px;
}

.hmCon3 .btn-box {
  margin-top: 30px;
  text-align: center;
}

.hmCon3 .btn {
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px !important;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 22px 22px 22px 22px;
  opacity: 1;
  border: 1px solid #ffffff;
}

.hmCon3 .btn:hover {
  color: #e74f00;
  border: 1px solid #e74f00;
}

/* 新闻中心 */
.hmCon4 {
  background: #f3f4f6;
  padding: 1px 0px 50px;
}

.hmCon4 .con {
  display: flex;
  flex-wrap: wrap;
  padding: 28px 20px;
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 1px rgba(153, 153, 153, 0.2);
  border-radius: 2px 2px 2px 2px;
}

.hmCon4 .con .left {
  margin-left: -70px;
  margin-right: 30;
  min-height: 305px;
  padding: 0px;
}

.hmCon4 .con .left img {
  width: 100%;
  height: 60%;
  background: #000d23;
  background: #000d23;
  box-shadow: 0px 5px 20px 1px rgba(153, 153, 153, 0.2);
}

.hmCon4 .con .right {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}

.hmCon4 .con .right .item {
  height: 80px;
  display: flex;
  margin: 16px 0px;
}

.hmCon4 .con .right .item:hover .day {
  color: #e74f00;
}

.hmCon4 .con .right .item:hover .title {
  color: #e74f00;
}

.hmCon4 .item .time {
  /* width: 90px; */
  padding-right: 20px;
  margin-right: 10px;
  height: 80px;
  text-align: center;
  margin-right: 12px;
  border-right: 1px solid #e5e5e5;
}

.hmCon4 .item .time .day {
  color: #333333;
  font-size: 52px;
}

.hmCon4 .item .time .ym {
  color: #999999;
  line-height: 0px;
  font-size: 12px;
  margin-top: 5px;
}

.hmCon4 .title {
  text-align: center;
  font-size: 30px;
  line-height: 28px;
  margin: 65px 0px 50px;
  color: #333333;
}

.hmCon4 .item-con {
  flex: 1;
  overflow: hidden;
}

.item-con .title {
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-con .content {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分省略号 */
  word-break: break-all;
  /* break-all(允许在单词内换行。) */
  display: -webkit-box;
  /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
}

@media (max-width: 993px) {
  .hmCon4 .con .left {
    margin-top: -130px;
    margin-right: 0px;
    margin-left: 0px !important;
  }
  .hmCon4 .con .right {
    margin-left: 0px;
    margin-top: 10px;
  }
}

/* 每页右侧固定菜单 */
.right-menu {
  position: fixed;
  right: 30px;
  bottom: 80px;
  padding: 20px 15px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 15px 1px rgba(153, 153, 153, 0.3);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #ffffff;
  z-index: 10;
}

.right-menu .item {
  position: relative;
  margin: 14px 0px;
}

.right-menu .item img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.hover_img {
  display: none;
}

.right-menu .item .img_box {
  position: absolute;
  left: -210px;
  top: -294px;
  padding: 10px;
  display: none;
}

.right-menu .item .img_box .long_img {
  width: 200px;
  height: 600px;
}

.right-menu .item:hover .img_box {
  display: block;
}

.right-menu .item:hover .hover_img {
  display: block;
}

.right-menu .item:hover .default_img {
  display: none;
}

.right-menu .item .img_box:hover {
  display: block;
}

.right-menu .item .img_box > img {
  width: 200px;
  height: 200px;
}

.right-menu .item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 993px) {
  .right-menu {
    display: none;
  }
}

/* 关于我们 - 组织架构 */
.organization {
  text-align: center;
  margin: 100px 0px;
}

.organization .hover_img {
  display: none;
}

.organization > img {
  width: 90%;
  margin: 20px;
}

@media (max-width: 993px) {
  .organization .default_img {
    display: none;
  }

  .organization .hover_img {
    display: block;
  }
}

/* 关于我们 - 公司简介 */
.company {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.company .overflowHide {
  display: inline-block;
}

.company_img {
  margin-top: 40px;
}

.company_txt {
  margin-top: 40px;
}

.company_img .img {
  width: 100%;
}

.company_img .img_box {
  position: relative;
  cursor: pointer;
}

.company_img .img_box:after {
  content: "";
  height: 68px;
  width: 68px;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -34px;
  margin-left: -34px;
  background: url(../images/hmc2pbtn.png) no-repeat center center;
  border-radius: 50%;
}

.company_txt > p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 20px;
}

.company_txt .company_title {
  font-size: 24px;
  color: #383431;
}

.mission {
  display: flex;
  margin-bottom: 20px;
}

.mission_list {
  display: flex;
  flex: 1;
  border: 1px solid #e5e5e5;
  /* border-left: none; */
}

.mission_list .mission_item:nth-child(2) {
  border-left: 1px solid #e5e5e5ed;
}

.mission_item {
  flex: 1;
  display: flex;
  padding: 0px 20px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.mission_con > p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  color: #999999;
  line-height: 22px;
}

.mission_img {
  margin-right: 10px;
}

.mission_text {
  width: 64px;
  padding: 13px;
  font-size: 18px;
  color: #ffffff;
  background-color: #242424;
}

@media (max-width: 993px) {
  .mission {
    flex-direction: column;
  }

  .mission_text {
    width: 100%;
    text-align: center;
  }

  .mission_list {
    flex-direction: column;
  }

  .mission_item {
    width: 100%;
    margin: 10px 0px;
  }
}

/* 联系我们 */
.contact-us {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 66px 0px 97px;
}

.conus-left {
  flex: 1;
  width: 500px;
  padding: 55px 47px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 5px 20px 1px rgba(153, 153, 153, 0.2);
}

.conus-left .title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 100px;
}

.conus-left .entitle {
  font-size: 12px;
  margin-top: 16px;
  color: #aaaaaa;
}

.conus-left .icon {
  width: 20px;
  height: 20px;
}

.left-list {
  display: flex;
  margin: 20px 0px;
  font-size: 18px;
}

.left-list .txt1 {
  width: 54px;
  margin-left: 8px;
  margin-right: 8px;
}

.left-list p:nth-child(3) {
  flex: 1;
}

.conus-right {
  width: 682px;
  text-align: center;
}

.conus-right .adrImg img {
  width: 100%;
}

@media (max-width: 1199px) {
  .conus-left,
  .conus-right {
    width: 50%;
  }
}

@media (max-width: 993px) {
  .conus-left,
  .conus-right {
    width: 100%;
  }

  .conus-left {
    text-align: center;
    box-shadow: none;
    padding: 0px;
  }

  .conus-left .title {
    margin-bottom: 40px;
  }

  .con_box {
    text-align: left;
    padding: 55px 47px;
    box-shadow: 0px 5px 20px 1px rgba(153, 153, 153, 0.2);
  }
}

/* 平台介绍 */
.introduce {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin: 40px 0px;
}

.platform_title {
  font-size: 30px;
  color: #333333;
  text-align: center;
  line-height: 28px;
  margin: 66px 0px 50px;
}

.introduce_img {
  margin-top: 20px;
}

/* 平台功能 */
.functionality {
  width: 100%;
  background: #f3f4f6;
  padding: 1px 0px 40px;
}

.functionality_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.functionality_item {
  width: 284px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px;
  padding: 50px 32px;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  background: #ffffff;
  box-shadow: 0px 5px 20px 1px rgba(153, 153, 153, 0.2);
  border-radius: 2px 2px 2px 2px;
}

.functionality_item > p {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-top: 20px;
}

.functionality_list img {
  margin-bottom: 30px;
}

/* 平台优势 */
.superiority {
  width: 100%;
  background: #ffffff;
  padding-bottom: 50px;
}

.superiority_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.superiority_item {
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0px 5px 20px #eeeeee);
  margin-bottom: 30px;
}

.superiority_item img {
  width: 100%;
}

/* 供应链贸易平台使用 */
.trade_use {
  width: 100%;
  padding: 1px 0px 20px;
  background: #f9f9f9;
}

.use_list {
  display: flex;
  margin-bottom: 36px;
}

.tradeuse_left {
  width: 200px;
}

.tradeuse_list {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.tradeuse_item {
  /* width: 220px; */
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  color: #666666;
  line-height: 36px;
  background: #ffffff;
}

.tradeuse_item > img {
  width: 64px;
  height: 64px;
}

/* 背景颜色 */
.bgcolor1:nth-child(2n) {
  background: #f4f4f4;
}

.bgcolor2:nth-child(2n + 1) {
  background: #f4f4f4;
}

@media (max-width: 1199px) {
  .tradeuse_item {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .use_list {
    flex-direction: column;
  }

  .tradeuse_list {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .tradeuse_item > img {
    width: 32px;
    height: 32px;
  }
}

/* 智慧仓库--平台使用 */
.entrepotFunctionality .functionality_item {
  width: 590px;
}

.entrepotFunctionality .functionality_item:nth-child(1) {
  width: 284px;
}

.entrepotFunctionality .functionality_item:nth-child(2) {
  width: 284px;
}

@media (max-width: 1286px) {
  .functionality_item {
    width: 48%;
  }

  .entrepotFunctionality .functionality_item {
    width: 100%;
  }

  .entrepotFunctionality .functionality_item:nth-child(1) {
    width: 46%;
  }

  .entrepotFunctionality .functionality_item:nth-child(2) {
    width: 46%;
  }
}

@media (max-width: 414px) {
  .functionality_item {
    width: 100%;
  }

  .entrepotFunctionality .functionality_item {
    width: 100%;
  }

  .entrepotFunctionality .functionality_item:nth-child(1) {
    width: 100%;
  }

  .entrepotFunctionality .functionality_item:nth-child(2) {
    width: 100%;
  }
}

/* 新闻中心 */
.btn {
  line-height: 32px !important;
  padding: 0px 10px !important;
}
