@charset "utf-8";

/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.str_wrap.str_active {}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

html,
body {
  overflow-x: hidden;
}

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

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

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

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

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

.dd-red {
  color: #ff7801;
}

.dd-page {
  font-family: 'Microsoft YaHei', sans-serif;
  overflow: hidden;
  width: 1600px;
  position: relative;
  left: 50%;
  margin-left: -800px;
  line-height: 1.425;
  color: #333333;
  font-size: 16px;
  background: #faf2e8;
}

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

.dd-header {
  height: 655px;
  padding-top: 50px;
  background: url(../images/banner.jpg) no-repeat;
  background-position: center bottom;
  padding-top: 128px;
}

.dd-header-slogan {
  padding-left: 120px;
}

.dd-header-slogan img {
  width: 508px;
  height: auto;
  display: block;
}

.dd-header-slogan .dd-big {
  position: relative;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-size: 80px;
  line-height: 1.1;
  text-shadow: 3px 4px 0 rgba(0, 150, 255, 1);
  margin-left: 100px;
}

.dd-header-slogan .dd-big span {
  color: #f8f454;
}

.dd-header-slogan .dd-small {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 50px;
  background-image: -moz-linear-gradient(0deg, rgba(247, 245, 79, 0) 0%, rgba(248, 244, 83, 0.84) 49%, rgba(248, 244, 83, 0.85098) 49%, rgba(248, 245, 79, 0.43) 74%, rgba(249, 246, 75, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(247, 245, 79, 0) 0%, rgba(248, 244, 83, 0.84) 49%, rgba(248, 244, 83, 0.85098) 49%, rgba(248, 245, 79, 0.43) 74%, rgba(249, 246, 75, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(247, 245, 79, 0) 0%, rgba(248, 244, 83, 0.84) 49%, rgba(248, 244, 83, 0.85098) 49%, rgba(248, 245, 79, 0.43) 74%, rgba(249, 246, 75, 0) 100%);
}

.dd-header-slogan .dd-small span {
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  text-shadow: 1.5px 2px 0 rgba(0, 150, 255, 1);
}

.dd-body {
  padding-top: 10px;
  background-image: linear-gradient(to bottom, #ffe4d0, #faf2e8);
  min-height: 500px;
  position: relative;
  padding-bottom: 150px;
}

.dd-body::after {
  content: '\20';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 753px;
  pointer-events: none;
  background: url(../images/body-af.png) no-repeat;
  background-size: 100% 100%;
}

.dd-public {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.dd-public.dd-hide {
  display: none;
}

.dd-public:first-child {
  margin-top: 10px;
}

.dd-public-tabs {
  display: flex;
  align-items: flex-end;
  padding-left: 50px;
}

.dd-public-tabs .dd-tab {
  min-width: 164px;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  justify-content: center;
  cursor: pointer;
  background: url(../images/tab-df.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 5px;
}

.dd-public-tabs .dd-tab.dd-active {
  min-width: 170px;
  height: 57px;
  cursor: auto;
  background-image: url(../images/tab-ac.png);
  padding-top: 10px;
  margin-right: -5px;
  position: relative;
  z-index: 1;
}

.dd-public-inner {
  background-color: #fff7ed;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 -12px #ffdf62;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.dd-public-inner .dd-pictrue {
  width: 350px;
  border-radius: 15px;
  overflow: hidden;
}

.dd-public-inner .dd-pictrue img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.dd-public.dd-reverse .dd-list-wrap ul {
  padding-right: 50px;
}

.dd-public-inner .dd-list-wrap {
  width: 500px;
  padding: 10px 0;
}

.dd-public-inner .dd-list-wrap li {
  display: flex;
  align-items: flex-start;
  padding: 5px 0;
}

.dd-public-inner .dd-list-wrap li::before {
  content: '\20';
  width: 10px;
  height: 16px;
  flex: 0 0 auto;
  background: url(../images/icon-sj.png) no-repeat;
  background-size: contain;
}

.dd-contents {
  height: 360px;
  position: relative;
}

.dd-contents .dd-content {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.dd-contents .dd-content.dd-show {
  opacity: 1;
  z-index: 2;
}

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

  .dd-container {
    width: 95%;
  }

  .dd-header {
    height: 60vw;
    padding-top: 13vw;
    background-size: cover;
  }

  .dd-header-slogan {
    padding-left: 15vw;
  }

  .dd-header-slogan img {
    width: 50%;
  }


  .dd-header-slogan .dd-big {
    font-size: 8vw;
    text-shadow: .3vw .4vw 0 rgba(0, 150, 255, 1);
    margin-left: 10vw;
  }

  .dd-header-slogan .dd-small {
    margin-top: 2vw;
    padding: 1vw 5vw;
  }

  .dd-header-slogan .dd-small span {
    font-size: 4vw;
    text-shadow: .15vw .2vw 0 rgba(0, 150, 255, 1);
  }

  .dd-body {
    padding-top: 1vw;
    min-height: 20vw;
    padding-bottom: 12.5vw;
  }

  .dd-body::after {
    height: 47vw;
  }

  .dd-public {
    margin-top: 6vw;
  }

  .dd-public:first-child {
    margin-top: 1vw;
  }

  .dd-public-tabs {
    padding-left: 4.5vw;
  }

  .dd-public-tabs .dd-tab {
    min-width: 16.4vw;
    height: 5vw;
    font-size: 2.6vw;
    cursor: pointer;
    background: url(../images/tab-df.png) no-repeat;
    background-size: 100% 100%;
    padding-top: .5vw;
  }

  .dd-public-tabs .dd-tab.dd-active {
    min-width: 17vw;
    height: 5.7vw;
    padding-top: 1vw;
    margin-right: -.5vw;
  }

  .dd-public-inner {
    border-radius: 1.5vw;
    padding: 2.5vw;
    box-shadow: 0 -1.2vw #ffdf62;
    margin-top: 1.2vw;
  }

  .dd-public-inner .dd-pictrue {
    width: 35vw;
    border-radius: 1.5vw;
  }

  .dd-public-inner .dd-pictrue img {
    border-radius: 1.5vw;
  }

  .dd-public.dd-reverse .dd-list-wrap ul {
    padding-right: 4.5vw;
  }

  .dd-public-inner .dd-list-wrap {
    width: 50vw;
    padding: 1vw 0;
  }

  .dd-public-inner .dd-list-wrap li {
    display: flex;
    align-items: flex-start;
    padding: 5px 0;
  }

  .dd-public-inner .dd-list-wrap li::before {
    width: 1vw;
    height: 1.6vw;
  }

  .dd-contents {
    height: 38vw;
  }
}

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

  .dd-header-slogan img {
    width: 70%;
  }

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

  .dd-public:first-child {
    margin-top: 10px;
  }

  .dd-public-tabs {
    padding-left: 10px;
  }

  .dd-public-tabs .dd-tab {
    min-width: 70px;
    height: 25px;
    font-size: 12px;
    padding-top: 2.5px;
  }

  .dd-public-tabs .dd-tab.dd-active {
    min-width: 80px;
    height: 27px;
    padding-top: 4px;
    margin-right: -.2px;
  }

  .dd-public-inner {
    padding: 10px;
    flex-direction: column;
  }

  .dd-public-inner .dd-pictrue {
    width: 100%;
    border-radius: 5px;
  }

  .dd-public-inner .dd-pictrue img {
    border-radius: 5px;
  }

  .dd-public.dd-reverse .dd-list-wrap ul {
    padding-right: 0;
  }

  .dd-public.dd-reverse .dd-list-wrap {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .dd-public-inner .dd-list-wrap {
    width: 100%;
    padding: 2.5px 0;
    height: 150px;
    margin-top: 15px;
  }

  .dd-public-inner .dd-list-wrap li {
    display: flex;
    align-items: flex-start;
    padding: 5px 0;
  }

  .dd-public-inner .dd-list-wrap li::before {
    width: 5px;
    height: 8px;
    margin-top: 3px;
  }

  .dd-contents {
    height: 420px;
  }
}