.company {
  padding-top: 100px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("../image/company-background.jpg") round;
  box-sizing: border-box;
}

.company-header {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
}

.company-content {
  width: var(--hualu-content-width);
  margin: 0 auto;
}

.company-content ul {
  width: 100%;
  display: flex;
  gap: 15px;
}

.company-content ul li {
  flex: 1;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.company-content ul li:nth-child(1) {
  background: url("../image/company-item-background1.png") no-repeat;
  background-size: cover;
}
.company-content ul li:nth-child(2) {
  background: url("../image/company-item-background2.png") no-repeat;
  background-size: cover;
}
.company-content ul li:nth-child(3) {
  background: url("../image/company-item-background3.png") no-repeat;
  background-size: cover;
}
.company-content ul li:nth-child(4) {
  background: url("../image/company-item-background4.png") no-repeat;
  background-size: cover;
}

.company-item-header {
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  color: #333333;
  font-weight: bold;
  line-height: 38px;
  font-size: 20px;
  font-family: "AlibabaPuHuiTi-Bold";
}

.company-item-en {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company-item-en .company-item-en-line {
  width: 35px;
  height: 1px;
  margin-bottom: 12px;
}

.company-item-en .company-item-en-text {
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  color: #999999;
}

.company-item-en .company-item-en-line:nth-child(1) {
  border: 1px solid #355ec4;
}

.company-item-read_detail {
  width: 109px;
  height: 44px;
  color: #ff9e00;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff9e00;
  font-size: 16px;
}

.company-item-read_detail .company-item-read_detail-arrow {
  width: 8px;
  height: 12px;
  background: url("../image/arrow-orange.png") no-repeat round center center;
}

.company-item-read_detail:hover {
  color: white;
  border: none;
  background: #ff9e00;
  transition: 0.5s;
  cursor: pointer;
}
.company-item-read_detail:hover .company-item-read_detail-arrow {
  background: url("../image/arrow-white.png") no-repeat;
}
