.content-width {
  width: 1200px;
  margin: 0 auto;
}

.content-width.h5 {
  width: 92% !important;
}

html, body {
  min-width: 1200px;
}

.footer {
  width: 100vw;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer p {
  text-align: center;
  font-size: 19px;
  color: #ffffff;
}

header {
  height: 127px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

header .header {
  display: flex;
  align-items: center;
  height: 100%;
}

header .header .head-left img {
  width: 263px;
  height: auto;
  display: block;
}

header .header .head-right {
  flex: 1;
  padding-left: 201px;
  display: none;
}

header .header .head-right .ul-menu {
  display: flex;
  height: 100%;
}

header .header .head-right .ul-menu .li-menu {
  margin-right: 40px;
}

header .header .head-right .ul-menu .li-menu a {
  font-size: 21px;
  color: #fff;
}

header .header .head-right .ul-menu .li-menu a:hover {
  color: #ECAA49;
}

.bg-img {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: none;
}

.banner {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.banner .banner-text-cont {
  position: relative;
  padding: 230px 150px 108px 150px;
}

.banner .banner-text-cont .text {
  font-weight: bold;
  font-size: 147px;
  line-height: 157px;
  color: #EBAA4E;
}

.banner .banner-text-cont .text.gray {
  color: #000000;
}

.relavite {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow-x: hidden;
}

.section {
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  margin-bottom: 120px;
}

.section:last-child {
  margin-bottom: 0;
}

.section .sect-title {
  font-weight: bold;
  font-size: 57px;
  color: #515151;
  line-height: 57px;
  position: relative;
  display: inline-block;
  color: #222;
  margin-bottom: 40px;
  z-index: 2;
}

.section .sect-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  background-color: #f4c688;
  background: linear-gradient(to bottom, #f4c67e, #f4c67e);
  bottom: 4px;
  left: 0;
  z-index: -1;
}

.section .sect-desc {
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 36px;
  color: #515151;
}

.section .sect-portfolio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.section .sect-portfolio .port-item {
  width: 25%;
  padding: 12px;
  border-radius: 8px;
  transition: all 200ms;
  cursor: pointer;
}

.section .sect-portfolio .port-item:hover {
  background-color: #ffe8c6;
}

.section .sect-portfolio .port-item:hover .port-cont .port-cont-desc {
  opacity: 1;
}

.section .sect-portfolio .port-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 9px;
}

.section .sect-portfolio .port-item .port-cont .port-cont-desc {
  font-size: 14px;
  color: #6D6D6D;
  line-height: 21px;
  opacity: 0;
  transition: all 200ms;
  text-align: center;
}

.section .sect-Strategic .img-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.section .sect-Strategic .img-list.mobile .img-li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}

.section .sect-Strategic .img-list.mobile .img-li:nth-child(3n) {
  margin-right: 0;
}

.section .sect-Strategic .img-list .img-li {
  width: 157px;
  border-radius: 7px;
  background-color: #fff;
  margin-right: 21px;
  height: auto;
  margin-bottom: 24px;
}

.section .sect-Strategic .img-list .img-li:nth-child(6n) {
  margin-right: 0;
}

.section .sect-Strategic .img-list .img-li .img-strategic {
  width: 100%;
  display: block;
  height: auto;
}

.section .sect-Contact {
  display: flex;
}

.section .sect-Contact .contact-left {
  width: 50%;
  position: relative;
}

.section .sect-Contact .contact-left .contact-logo {
  width: 80%;
  height: auto;
  margin: 20px auto;
}

.section .sect-Contact .contact-right {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.section .sect-Contact .contact-right .contact-desc .c-desc {
  font-size: 21px;
  color: #515151;
  padding-bottom: 20px;
}
