.works {
  position: relative;
  width: 100%;
  height: auto;
}
.works-center {
  position: relative;
  width: 100%;
  min-height: 1294px;
  background: #001850;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 90px 0 185px 0;
}
.works-container {
  position: relative;
  width: var(--maxWidth);
  min-width: 1200px;
  min-height: 1040px;
  padding: 0 50px;
}
.works-center-left {
  position: relative;
  width: 577px;
  height: auto;
}
.works-center-logo {
  width: 144px;
  height: 188px;
  margin: 0 48px 65px 0;
  float: right;
}
.works-center-1 {
  position: absolute;
  top: -144px;
  left: -52px;
  width: 315px;
  height: 420px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 50px 0 50px  0;
  object-fit: cover;
  object-position: center center;
}
.works-center-2 {
  width: 525px;
  height: 700px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 50px 0 50px  0;
  object-fit: cover;
  object-position: center center;
}
.works-center-right {
  position: relative;
  width: 520px;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
  margin-bottom: 36px;
}
.works-right-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.works-right-list {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid #B6883D;
  /* border-bottom: 1px solid #B6883D; */
}
.works-right-item {
  margin-bottom: 32px;
  text-align: justify;
}
.works-right-item:last-child {
  margin-bottom: 0;
}
.works-right-item-title {
  color: #B6883D;
  font-size: 20px;
  font-weight: 600;
}
.works-right-ul {
  padding: 0 0 0 15px;
  margin-bottom: 2.5rem;
}

.works-btn {
  display: inline-block;
  /* min-width: 180px; */
  height: 40px;
  line-height: 40px;
  /* padding: 0 26px; */
  background: #FFFFFF;
  color: #242424;
  font-size: 14px;
  border-radius: 10px 0px 10px 0px;
  transition: all 0.5s;
  text-align: center;
  min-width: 360px;
}
.works-btn:hover {
  box-shadow: 10px 10px 15px 1px rgba(0,0,0,0.16);
  transform: translate(0, -4px);
  color: #242424;
}

.works-city {
  position: relative;
  width: 100%;
  min-height: 1460px;
  background: #1A1183;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  display: flex;
  justify-content: center;
  text-align: justify;
}
.works-city-top {
  margin-top: 82px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.works-city-1 {
  position: absolute;
  top: -58px;
  left: 50px;
  width: 420px;
  height: 315px;
  border-radius: 50px 0 50px 0;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  object-fit: cover;
  object-position: center center;
}
.works-city-2 {
  width: 868px;
  height: 420px;
  border-radius: 50px 0 50px 0;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  object-fit: cover;
  object-position: center center;
}
.works-city-logo {
  width: 212px;
  height: 61px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 124px;
}
.works-city-title {
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.works-city-text {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #FF0200;
  width: 100%;
  min-height: 409px;
}
.works-city-text p {
  margin-bottom: 40px;
}
.works-city-text p:last-child {
  margin-bottom: 0;
}
.works-city-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.works-city-bottom-img {
  max-width: 874px;
  height: 374px;
  object-fit: cover;
  object-position: center center;
}
.mt75 {
  margin-top: 75px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .works-center {
    padding: 30px 0 80px 0;
  }
  .works-container {
    width: 100%;
    min-width: 100%;
    flex-direction: column;
    padding: 0 20px;
  }
  .works-center-left {
    width: 100%;
    text-align: right;
  }
  .works-center-1 {
    width: 190px;
    height: 255px;
    top: 0;
    left: 0;
    border-radius: 20px 0 20px 0;
  }
  .works-center-logo {
    width: 116px;
    height: 152px;
    margin: 44px 20px 51px 100px;
  }
  .works-center-2 {
    width: 318px;
    height: 425px;
    border-radius: 20px 0 20px 0;
  }
  .works-center-right {
    width: 100%;
    margin: 40px 0 0 0;
    font-size: 16px;
    line-height: 28px;
    
  }
  .works-right-title {
    font-size: 20px;
  }
  .works-right-list {
    padding: 20px 0;
    margin: 20px 0;
  }
  .works-right-item-title {
    font-size: 18px;
  }
  .works-btn {
    min-width: 220px;
    margin-left: calc((100% - 220px)/2);
  }
  .works-city {
    font-size: 16px;
  }
  .works-city-top {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 60px;
  }
  .works-city-logo {
    width: 130px;
    height: 37px;
    margin: 0;
  }
  .works-city-1 {
    width: 100%;
    height: 250px;
    border-radius: 20px 0 20px 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    border-radius: 20px 0 20px 0;
    margin: 20px 0;
  }
  .works-city-2 {
    width: 100%;
    height: 250px;
    border-radius: 20px 0 20px 0;
  }
  .works-city-title {
    font-size: 20px;
    margin: 40px 0 20px 0;
  }
  .works-city-text {
    padding-top: 20px;
    margin-top: 20px;
  }
  .works-city-bottom {
    width: 100%;
    position: relative;
    display: block;
    left: 0;
    text-align: center;
  }
  .mt75 {
    margin: 40px 0;
  }
  .works-city-bottom-img {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 170px;
  }
  .pages-bg img {
    object-position: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}