* {
  padding: 0px;
  margin: 0px;
  user-select: none
}
html,
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  min-width: 1000px;
  overflow-x: auto;
}
.home {
  display: flex;
  flex-direction: column;
  width: 100vw;
  min-width: 1000px;
  height: 100vh;
  overflow: hidden;

  overflow-y: auto;
}
.home .header {
  position: relative;
  /* width: 100%;
  height: 90vh;
  background: url(./imgs/bg.png) no-repeat top;
  -ms-background-size: cover;
  background-size: cover;
  position: relative; */
}
.home .header .header-img {
  position: absolute;
  left: 2rem;
  top: 1.5rem;
  width: 4rem;
  height: 4rem;
  object-fit: scale-down;
}
.home .header .img {
  width: 100vw;
  height: auto;
  /* object-fit: scale-down; */
}
.home .header .des {
  position: absolute;
  width: 100vw;
  text-align: center;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: 700;
  color: white;
  text-shadow: 1px 2px 2px #5f5d5d;
}
.eng {
  margin-top: 6rem;
}
.context .item {
  background-color: white;
  padding: 0rem 10rem;
  padding-right: 7rem;
  height: 13rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
  &:nth-child(2) {
    background-color: #f7f4f4;
  }
}
.item .item-info {
  display: flex;
  align-items: center;
  width: 30rem;
  font-size: 1rem;
  color: #eaca8a;
  font-weight: 600;
  vertical-align: top;
}

.item-info .title-name {
  font-size: 2.5rem;
  vertical-align: bottom;
}
.item .item-info img {
  margin-right: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  object-fit: scale-down;
}
.item .item-title {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
.item .item-des {
  flex: 1;
  /* text-indent: 3em; */
  font-size: 1.1rem;
  line-height: 2rem;
  color: #666565;
}
.home-des {
  background-color: #eaca8a;
  padding: 3.2rem 4rem;
}
.home-des-title {
  display: flex;
  align-items: center;
  font-size: .8rem;
  color: white;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
}
.home-des-title-name {
  font-size: 2.5rem;
}
.home-des-des {
  margin-top: 1.5rem;
  border: 1px solid white;
  padding: 1.5rem 5rem;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  color: white;
  line-height: 2rem;
  text-align: center;
}
.home-des-bg {
  display: flex;
  margin-top: 1.5rem;
  justify-content: space-between;
}
.home-des-bg-img {
  flex: 1;
  height: 23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  &:nth-child(1) {
    justify-content: flex-start;
  }
  &:nth-child(2) {
    margin-right: 0.5rem;
  }
  &:nth-child(4) {
    justify-content: flex-end;
  }
}
.home-des-bg-img img {
  height: 100%;
  object-fit: scale-down;
}
.home-bottom {
  background-color: black;
  padding: 3.2rem 6rem;
  padding-bottom: 1rem;
}
.home-bottom-copyright {
  text-align: center;
  color: white;
  font-size: 0.75rem;
  margin-top: .5rem;
}
.home-bottom-info {
  display: flex;
  justify-content: space-between;
}
.home-bottom-info .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.home-bottom-info .left .des {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  color: #eaca8a;
  font-weight: 400;
  margin-bottom: 1rem;
}
.left .des .name {
  font-size: 1.5rem;
}
.home-bottom-info .contact {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.home-bottom-info .contact span {
  color: #eaca8a;
  font-weight: 400;
  font-size: 13px;
}
.home-bottom-info .contact img {
  width: 1rem;
  height: 1rem;
  object-fit: scale-down;
  margin-right: 8px;
}
.home-bottom-info .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #eaca8a;
    font-size: 1.1rem;
}
.home-bottom-info .right img{
    margin-bottom: .5rem;
    width: 8rem;
    height: 8rem;
    object-fit: scale-down;
}
