@charset "utf-8";

html,
body {
  overflow-x: hidden;
}

body,
.dd-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
}

.dd-page a {
  text-decoration: none;
}

.dd-page li {
  list-style: none;
}

.dd-page img {
  border: 0;
  font-size: 0;
  display: block;
}

.dd-red {
  color: #ef5252;
}

.dd-yellow {
  color: #ff814e;
}

.dd-page a {
  text-decoration: none;
  color: #444444;
}

.dd-page {
  font-family: 'Microsoft YaHei', sans-serif;
  position: relative;
  color: #724a26;
  font-size: 18px;
  line-height: 1.6;
  max-width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.dd-container {
  margin: 0 auto;
  width: 1054px;
}

.dd-header {
  height: 1236px;
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 145px;
}

.dd-header-slogan {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.dd-header-slogan::after {
  content: '\20';
  width: 234px;
  height: 66px;
  background: url(../images/slogan-fri.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50px;
  top: -90px;
}

.dd-header-slogan::before {
  content: '\20';
  width: 263px;
  height: 93px;
  background: url(../images/slogan-shine.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-60%);
  bottom: -20px;
  mix-blend-mode: screen;
}

.dd-header-slogan .dd-small {
  font-style: italic;
  font-size: 26px;
  font-weight: 500;
  background: linear-gradient(to bottom, #7f603b, #d79d58);
  -webkit-background-clip: text;
  color: transparent;
  padding: 0 1em;
}

.dd-header-slogan .dd-big {
  font-size: 32px;
  font-weight: bold;
  background: linear-gradient(to bottom, #784e28, #a26834);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  line-height: 1.15;
  width: 85%;
}

.dd-body {
  padding-top: 10px;
  position: relative;
  background: #f5ead4 url(../images/footer.png) no-repeat;
  margin: 0 auto;
  min-height: 950px;
  padding-bottom: 50px;
}

.dd-part01 {
  min-height: 321px;
  background: url(../images/part-af.png) no-repeat;
  background-size: 100% 55px;
  background-position: center bottom;
  position: relative;
  margin-top: -530px;
  padding: 40px 65px;
}

.dd-part01::before {
  content: '\20';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/part-bf.png) no-repeat;
  background-size: 100% 264px;
  background-position: center top;
  height: 264px;
}

.dd-part01::after {
  content: '\20';
  position: absolute;
  left: 0;
  right: 0;
  top: 264px;
  bottom: 55px;
  background: url(../images/part-min.png) no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}

.dd-part01-slogan {
  color: #724a26;
  line-height: 1.8;
  width: 465px;
}

.dd-part01-slogan strong {
  color: #ff993d;
}

.dd-part01-vision {
  width: 400px;
}

.dd-part01-vision img {
  width: 100%;
  height: auto;
  display: block;
}

.dd-part01-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dd-part02 {
  margin-top: 50px;
  position: relative;
  padding: 60px 75px 45px;
  min-height: 510px;
  border-radius: 35px;
  background: url(../images/part02-af.png) no-repeat;
  background-size: 100% 66px;
  background-position: center bottom;
}

.dd-part02::before {
  content: '\20';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/part02-bf.png) no-repeat;
  background-size: 100% 381px;
  background-position: center top;
  height: 381px;
}

.dd-part02::after {
  content: '\20';
  position: absolute;
  left: 0;
  right: 0;
  top: 381px;
  bottom: 66px;
  background: url(../images/part02-min.png) no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}

.dd-part02-wrap {
  position: relative;
  z-index: 1;
}

.dd-part02-header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 457px;
  height: 62px;
  background: url(../images/part02-title.png) no-repeat;
  background-size: 100% 100%;
  top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dd-part02-header strong {
  color: #fffee3;
  font-size: 36px;
  font-style: italic;
}

.dd-part02-items {
  margin-top: 10px;
}

.dd-part02-items .dd-item {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}

.dd-part02-items .dd-item .dd-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
}

.dd-part02-items .dd-item .dd-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.dd-part02-items .dd-item .dd-infos {
  padding-left: .5em;
  padding-top: 10px;
  line-height: 1.6;
}

.dd-part03 {
  margin-top: 65px;
}

.dd-part03-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dd-part03-header::before,
.dd-part03-header::after {
  content: '\20';
  width: 230px;
  height: 1.5px;
  background-image: linear-gradient(to right, rgba(165, 106, 53, 0), rgba(165, 106, 53, 1));
  display: block;
}

.dd-part03-header::after {
  transform: rotate(180deg);
}

.dd-part03-header span {
  margin: 0 15px;
  font-size: 36px;
}

.dd-part03-main {
  margin-top: 25px;
  padding: 0 50px 0 100px;
}

.dd-part03-main li {
  padding: 10px 0;
}


@media screen and (max-width: 1024px) {
  .dd-page {
    width: 100%;
    left: 0;
    margin-left: 0;
    position: static;
    font-size: 2.05vw;
  }

  .dd-container {
    width: 90.625%;
  }

  .dd-header {
    height: 125vw;
    padding-top: 9.5vw;
  }

  .dd-header-slogan {
    display: flex;
    justify-content: center;
    position: relative;
  }

  .dd-header-slogan::after {
    width: 23.4vw;
    height: 6.6vw;
    left: 5vw;
    top: -9vw;
  }

  .dd-header-slogan::before {
    width: 26.3vw;
    height: 9.3vw;
    bottom: -1.5vw;
  }

  .dd-header-slogan .dd-small {
    font-size: 2.6vw;
  }

  .dd-header-slogan .dd-big {
    font-size: 3.2vw;
    width: 100%;
  }

  .dd-body {
    padding-top: 1vw;
    min-height: 95vw;
  }

  .dd-part01 {
    min-height: 32vw;
    background-size: 100% 5.5vw;
    margin-top: -53vw;
    padding: 4vw 6.5vw;
  }

  .dd-part01::before {
    background-size: 100% 26.4vw;
    height: 26.4vw;
  }

  .dd-part01::after {
    top: 26.4vw;
    bottom: 5.5vw;
  }

  .dd-part02 {
    margin-top: 5vw;
    padding: 6vw 7.5vw 4.5vw;
    min-height: 51vw;
    border-radius: 3.5vw;
    background-size: 100% 6.6vw;
  }

  .dd-part02::before {
    background-size: 100% 38.1vw;
    height: 38.1vw;
  }

  .dd-part02::after {
    top: 38.1vw;
    bottom: 6.6vw;
  }

  .dd-part01-slogan {
    width: 55%;
  }

  .dd-part01-vision {
    width: 42%;
  }

  .dd-part02 {
    margin-top: 5vw;
    padding: 6vw 7.5vw 4.5vw;
    min-height: 51vw;
    border-radius: 3.5vw;
  }


  .dd-part02-header {
    width: 45.7vw;
    height: 6.2vw;
    top: -1.5vw;
  }

  .dd-part02-header strong {
    font-size: 3.6vw;
  }

  .dd-part02-items {
    margin-top: 1vw;
  }

  .dd-part02-items .dd-item {
    padding: 1.5vw 0;
  }

  .dd-part02-items .dd-item .dd-icon {
    width: 5vw;
    height: 5vw;
  }


  .dd-part02-items .dd-item .dd-infos {
    padding-top: 1vw;
  }

  .dd-part03 {
    margin-top: 6.5vw;
  }


  .dd-part03-header::before,
  .dd-part03-header::after {
    width: 23vw;
    height: .15vw;
  }

  .dd-part03-header span {
    margin: 0 1.5vw;
    font-size: 3.6vw;
  }

  .dd-part03-main {
    margin-top: 2.5vw;
    padding: 0 5vw 0 10vw;
  }

  .dd-part03-main li {
    padding: 1vw 0;
  }
}

@media screen and (max-width: 500px) {
  .dd-page {
    font-size: 11px;
  }

  .dd-container {
    width: 95%;
  }


  .dd-header {
    height: 480px;
    padding-top: 60px;
  }

  .dd-header-slogan img {
    width: 240px;
  }

  .dd-header-slogan .dd-small {
    font-size: 12px;
  }

  .dd-header-slogan .dd-big {
    font-size: 14px;
  }

  .dd-body {
    padding-top: 1vw;
    min-height: 95vw;
    padding-bottom: 25px;
  }

  .dd-part01 {
    height: auto;
    margin-top: -53vw;
    padding: 4vw 6.5vw;
  }

  .dd-part01-wrap {
    flex-direction: column;
  }

  .dd-part01-slogan {
    width: 100%;
  }

  .dd-part01-vision {
    width: 70%;
  }

  .dd-part02 {
    margin-top: 25px;
    padding: 15px 10px 12px;
    min-height: 0;
    border-radius: 10px;
  }


  .dd-part02-header {
    width: 225px;
    height: 30px;
    top: -7px;
  }

  .dd-part02-header strong {
    font-size: 18px;
  }

  .dd-part02-items {
    margin-top: 15px;
  }

  .dd-part02-items .dd-item {
    padding: 5px 0;
  }

  .dd-part02-items .dd-item .dd-icon {
    width: 20px;
    height: 20px;
  }


  .dd-part02-items .dd-item .dd-infos {
    padding-top: 2.5px;
  }

  .dd-part03 {
    margin-top: 30px;
  }


  .dd-part03-header span {
    margin: 0 10px;
    font-size: 16px;
  }

  .dd-part03-main {
    margin-top: 10px;
    padding: 0 5px 0 5px;
  }

  .dd-part03-main li {
    padding: 5px 0;
  }

}