﻿.title-container {
  width: 100%;
  height: 300px;
  background: #565656;
  margin-top: 70px;
  position: relative;
}
.title-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.title-container .title-mask {
  background: rgba(0, 123, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.title-container .title-mask .titiel-cn {
  font-size: 38px;
  letter-spacing: 2px;
  color: #FFF;
  margin-bottom: 15px;
}
.title-container .title-mask .titiel-en {
  color: #FFF;
  letter-spacing: 2px;
  font-size: 17px;
  margin-bottom: 0;
}

.intro-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 860px) {
  .intro-container {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

.intro-item-pallet {
  width: 1050px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}
.intro-item-pallet .intro-item-box {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 0;
}
.intro-item-pallet .intro-item-box .intro-item {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .intro-item-pallet .intro-item-box .intro-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.intro-item-pallet .intro-item-img-box {
  width: 500px;
  order: 0;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  .intro-item-pallet .intro-item-img-box {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.intro-item-pallet .intro-item-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-item-pallet .intro-details-box {
  box-sizing: border-box;
  order: 1;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.intro-item-pallet .intro-details-box .intro-details-title {
  padding: 0 50px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .intro-item-pallet .intro-details-box .intro-details-title {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 500px;
  }
}
.intro-item-pallet .intro-details-box .intro-details-content {
  padding: 0 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .intro-item-pallet .intro-details-box .intro-details-content {
    padding: 0;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 500px;
  }
}

.intro-item-pallet :nth-child(odd) .intro-item .intro-details-box {
  order: 0;
  align-items: flex-start;
}
.intro-item-pallet :nth-child(odd) .intro-item .intro-item-img-box {
  order: 1;
}

.title-box {
  width: 1050px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  margin-bottom: 50px;
  max-width: 100%;
}
@media screen and (max-width: 860px) {
  .title-box {
    margin-bottom: 20px;
  }
}
.title-box .title-cn {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 5px;
}
.title-box .title-en {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #A3A3A3;
}

.steps-container {
  padding-bottom: 100px;
  padding-top: 120px;
}
@media screen and (max-width: 860px) {
  .steps-container {
    padding-bottom: 70px;
    padding-top: 60px;
  }
}

.steps-pallet {
  width: 1100px;
  display: flex;
  max-width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  .steps-pallet {
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 10px;
  }
}
.steps-pallet .steps-item-box {
  padding: 10px;
}
@media screen and (max-width: 860px) {
  .steps-pallet .steps-item-box {
    width: 50%;
  }
}
.steps-pallet .steps-item-box .steps-img-box {
  width: 200px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}
@media screen and (max-width: 860px) {
  .steps-pallet .steps-item-box .steps-img-box {
    width: 100%;
  }
}
.steps-pallet .steps-item-box .steps-img-box:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px -5px rgba(41, 0, 0, 0.16);
}
.steps-pallet .steps-item-box .steps-img-box img {
  width: 100%;
  max-width: 100%;
}
.steps-pallet .steps-item-box .steps-text {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
}

.split-line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
}

.button-item {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.button-item a {
  text-decoration: none;
}
.button-item .button {
  color: #007bff;
  border: 1px solid #007bff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  transition: 0.3s ease;
  text-decoration: none;
  font-weight: 500;
}
.button-item .button:hover {
  background: rgba(0, 123, 255, 0.1);
  text-decoration: none;
}

@media screen and (max-width: 860px) {
  .intro-item-pallet :nth-child(odd) .intro-item .intro-details-box {
    order: 1;
    align-items: flex-start;
  }
  .intro-item-pallet :nth-child(odd) .intro-item .intro-item-img-box {
    order: 0;
    max-width: 100%;
  }
}/*# sourceMappingURL=product.css.map */