@charset "utf-8";

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: #333333;
}

.dd-red {
  color: #f3424a;
}

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

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

.dd-header {
  height: 810px;
  position: relative;
  background: url(../images/banner.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding-top: 90px;
}

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

.dd-slogan-inner {
  color: #fff;
  font-weight: bold;
  transform: skewX(-10deg) rotate(-10.5deg);
  position: relative;
}

.dd-slogan-inner::before,
.dd-slogan-inner::after {
  content: '\20';
  width: 92px;
  height: 9px;
  background: url(../images/slogan-bf.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
}

.dd-slogan-inner::after {
  left: auto;
  right: -100px;
  background-image: url(../images/slogan-af.png);
}

.dd-header-slogan .dd-small {
  text-shadow: 0px 3px 7px rgba(0, 62, 93, 0.32);
  font-size: 24px;
  line-height: 1.2;
}

.dd-header-slogan .dd-big {
  display: flex;
  align-items: center;
  font-size: 120px;
  line-height: 1;
  text-shadow: 0px 12px 16px rgba(0, 10, 69, 0.51);
  letter-spacing: -5px;
}

.dd-header-slogan .dd-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.dd-header-slogan .dd-min {
  font-size: 32px;
  text-shadow: 0px 3px 7px rgba(0, 62, 93, 0.32);
  margin-right: .5em;
  line-height: 1.2;
}

.dd-header-date {
  background-image: -moz-linear-gradient(90deg, rgba(0, 151, 32, 0.99608) 0%, rgb(0, 151, 32) 0%, rgb(0, 219, 113) 99%, rgb(0, 219, 113) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 151, 32, 0.99608) 0%, rgb(0, 151, 32) 0%, rgb(0, 219, 113) 99%, rgb(0, 219, 113) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 151, 32, 0.99608) 0%, rgb(0, 151, 32) 0%, rgb(0, 219, 113) 99%, rgb(0, 219, 113) 100%);
  border-radius: 10px;
  padding: 5px 25px;
  color: #fff;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
}


.dd-header-slogan::before {
  content: '\20';
  width: 547px;
  height: 127px;
  background: url(../images/fri.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -217px;
  bottom: -165px;
  z-index: 1;
}

.dd-header-slogan::after {
  content: '\20';
  width: 637px;
  height: 101px;
  background: url(../images/slogan-line.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -57px;
  bottom: -105px;
}

.dd-inner01 {
  background: url(../images/bg-01.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  position: relative;
  background-color: #f6f5f4;
}


.dd-public-header {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

.dd-handpick,
.dd-public-items {
  margin: 0 -10px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}


.dd-handpick .dd-item,
.dd-public-items .dd-item {
  padding: 10px;
  width: 33.33333%;
}

.dd-public-items .dd-item:nth-child(n + 4) {
  display: none;
}

.dd-public.dd-show .dd-item:nth-child(n + 4) {
  display: block;
}

.dd-handpick .dd-item-inner,
.dd-public-items .dd-item-inner {
  background-color: #fff;
  height: 100%;
  border-radius: 5px 5px 10px 10px;
  position: relative;
  padding-bottom: 70px;
  overflow: hidden;
  display: block;
}

.dd-public-items .dd-item-news {
  background-image: -moz-linear-gradient(122deg, rgb(26, 225, 196) 0%, rgb(176, 231, 118) 100%);
  background-image: -webkit-linear-gradient(122deg, rgb(26, 225, 196) 0%, rgb(176, 231, 118) 100%);
  background-image: -ms-linear-gradient(122deg, rgb(26, 225, 196) 0%, rgb(176, 231, 118) 100%);
  box-shadow: 2.237px 3.316px 9px 0px rgba(42, 69, 190, 0.19);
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -30px;
  top: 0;
  color: #fff;
  transform: rotate(45deg) translateX(13.5%);
  font-size: 20px;
}


.dd-handpick .dd-item-inner .dd-image,
.dd-public-items .dd-item-inner .dd-image {
  position: relative;
  overflow: hidden;
}

.dd-handpick .dd-item-inner .dd-image img,
.dd-public-items .dd-item-inner .dd-image img {
  width: 100%;
  height: auto;
  display: block;
}

.dd-handpick .dd-item-inner .dd-image::after {
  content: '\20';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background: url(../images/city-mask.png) no-repeat;
  background-size: 100% 100%;
}

.dd-handpick .dd-item-inner .dd-infos {
  padding: 0 5px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.dd-handpick .dd-item-inner .dd-infos-title {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.dd-handpick .dd-item-inner .dd-infos-title.dd-vh {
  flex-direction: column;
  align-items: flex-start;
}

.dd-handpick .dd-item-inner .dd-infos-title .dd-cn {
  font-size: 20px;
}

.dd-handpick .dd-item-inner .dd-infos-title .dd-en {
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
}

.dd-handpick .dd-item-inner .dd-infos-title.dd-vh .dd-en {
  font-size: 10px;
  margin-left: 0;
}

.dd-handpick .dd-item-inner .dd-infos-intro {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
}

.dd-handpick .dd-item-inner .dd-but,
.dd-public-items .dd-item-inner .dd-but {
  height: 70px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(1800deg, rgba(0, 151, 32, 0.99608) 0%, rgb(0, 151, 32) 0%, rgb(0, 219, 113) 99%, rgb(0, 219, 113) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dd-handpick .dd-item-inner .dd-but::before,
.dd-handpick .dd-item-inner .dd-but::after,
.dd-public-items .dd-item-inner .dd-but::before,
.dd-public-items .dd-item-inner .dd-but::after {
  content: '\20';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: -15px;
  transform: translateY(-50%);
  top: 50%;
}

.dd-handpick .dd-item-inner .dd-but::after,
.dd-public-items .dd-item-inner .dd-but::after {
  left: auto;
  right: -15px;
}

.dd-handpick .dd-item-inner .dd-but-inner,
.dd-public-items .dd-item-inner .dd-but-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-width: 90%;
  flex-direction: column;
  line-height: 1.2;
}

.dd-handpick .dd-item-inner .dd-citys,
.dd-public-items .dd-item-inner .dd-citys {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.dd-handpick .dd-item-inner .dd-citys img,
.dd-public-items .dd-item-inner .dd-citys img {
  width: 14px;
  height: 10px;
  display: block;
  margin: 0 5px;
}

.dd-handpick .dd-item-inner .dd-price,
.dd-public-items .dd-item-inner .dd-price {
  font-size: 12px;
}

.dd-handpick .dd-item-inner .dd-price strong,
.dd-public-items .dd-item-inner .dd-price strong {
  font-size: 24px;
}

.dd-public-items .dd-item-inner .dd-bourn {
  padding: 25px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.dd-public-items .dd-item-inner .dd-bourn::before,
.dd-public-items .dd-item-inner .dd-bourn::after {
  content: '\20';
  width: 33px;
  height: 2px;
  background: url(../images/text-bf.png) no-repeat;
  background-size: contain;
  display: block;
}

.dd-public-items .dd-item-inner .dd-bourn::after {
  background-image: url(../images/text-af.png);
}

.dd-public-items .dd-item-inner .dd-bourn span {
  margin: 0 10px;
  text-align: center;
  display: block;
  text-align: center;
  width: 70%;
  font-size: 22px;
  flex: 0 0 auto;
}

.dd-oil {
  margin-top: 30px;
  background-image: linear-gradient(0deg, rgba(0, 151, 32, .75) 0%, rgba(0, 151, 32, .75) 0%, rgba(0, 219, 113, .65) 89%, rgba(0, 219, 113, .65) 90%);
  padding: 50px 0;
}

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

.dd-oil-text {
  color: #fff;
  font-size: 30px;
  position: relative;
}

.dd-oil-text::before,
.dd-oil-text::after {
  content: '\20';
  width: 262px;
  height: 3px;
  background: url(../images/lines.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -290px;
}

.dd-oil-text::after {
  left: auto;
  right: -270px;
  transform: rotateY(180deg);
}

.dd-public {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 85px;
  position: relative;
}

.dd-public::before{
  content: '\20';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 150px;
  background: url(../images/mask-head.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.dd-public.dd-show {
  background-size: 100% auto;
}

.dd-public.dd-part01 {
  background-image: url(../images/bg02.jpg);
}

.dd-public.dd-part02 {
  background-image: url(../images/bg03.jpg);
}

.dd-public.dd-part03 {
  background-image: url(../images/bg04.jpg);
}

.dd-public.dd-part04 {
  background-image: url(../images/bg05.jpg);
}

.dd-public.dd-part04 .dd-public-header {
  line-height: 1.2;
}

.dd-showCity {
  background-color: #fff;
  border-radius: 5px;
  width: 325px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
}

.dd-hideCitys {
  display: none;
}

.dd-rules {
  padding: 50px 0 20px;
}

.dd-rules li.dd-green {
  color: #004b13;
}


.dd-service {
  background-color: #004b13;
  padding: 30px 0;
}

.dd-part-service {
  display: flex;
  justify-content: space-between;
}

.dd-part-service .dd-item {
  width: 25%;
  border-radius: 5px;
}

.dd-part-service .dd-item-inner {
  text-align: center;
  display: block;
  padding: 20px 5px;
  color: #fff;
  border-radius: 10px;
}

.dd-part-service .dd-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

.dd-part-service .dd-title {
  font-size: 24px;
  padding: .35em 0 .75em;
  line-height: 1.4;
  text-align: center;
}

.dd-part-service .dd-more {
  padding: .5em 1em;
  border-radius: 25px;
  text-align: center;
  border: 1px solid #003c0f;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  margin-top: 10px;
  background-color: #004b13;
}

.dd-part-service .dd-item:hover .dd-item-inner {
  background-color: #1bab5e;
}

.dd-part-service .dd-item:hover .dd-more {
  border: 1px solid #1bab5e;
  background-color: #1bab5e;
  color: #fff;
}

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

  .dd-container {
    width: 93.75%;
  }

  .dd-header {
    height: 50.625vw;
    padding-top: 2.5vw;
    background-size: cover;
  }

  .dd-slogan-inner {
    transform: skewX(-7.5deg) rotate(-7.5deg);
  }

  .dd-slogan-inner::before,
  .dd-slogan-inner::after {
    content: '\20';
    width: 8.9vw;
    height: .87vw;
    left: -12vw;
  }

  .dd-slogan-inner::after {
    left: auto;
    right: -7vw;
  }

  .dd-header-slogan .dd-small {
    text-shadow: 0px .03vw .07vw rgba(0, 62, 93, 0.32);
    font-size: 2.25vw;
  }

  .dd-header-slogan .dd-big {
    font-size: 8vw;
    line-height: 1;
    text-shadow: 0px 1.2vw 1.6vw rgba(0, 10, 69, 0.51);
    letter-spacing: -.05vw;
  }


  .dd-header-slogan .dd-min {
    font-size: 2.35vw;
    text-shadow: 0px .03vw .07vw rgba(0, 62, 93, 0.32);
  }

  .dd-header-date {
    border-radius: 1vw;
    padding: .075vw 2.5vw;
    font-size: 1.85vw;
  }


  .dd-header-slogan::before {
    width: 53vw;
    height: 12.4vw;
    left: -8vw;
    bottom: -15vw;
  }

  .dd-header-slogan::after {
    width: 62vw;
    height: 9.8vw;
    left: -5.5vw;
    bottom: -10vw;
  }

  .dd-public-header {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }

  .dd-handpick,
  .dd-public-items {
    margin: 0 -1vw;
  }

  .dd-public-items .dd-item-news {
    width: 15.625vw;
    height: 3.9vw;
    right: -2.8vw;
    font-size: 1.85vw;
  }


  .dd-handpick .dd-item,
  .dd-public-items .dd-item {
    padding: 1vw;
  }


  .dd-handpick .dd-item-inner,
  .dd-public-items .dd-item-inner {
    padding-bottom: 6.8vw;
  }


  .dd-handpick .dd-item-inner .dd-image::after {
    height: 3.5vw;
  }

  .dd-handpick .dd-item-inner .dd-infos {
    padding: 0 .5vw;
    padding-bottom: 1vw;
  }

  .dd-handpick .dd-item-inner .dd-infos-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .dd-handpick .dd-item-inner .dd-infos-title .dd-cn {
    font-size: 2.1vw;
  }

  .dd-handpick .dd-item-inner .dd-infos-title .dd-en {
    font-size: 1.65vw;
    margin-left: 0;
    margin-top: .25em;
  }

  .dd-handpick .dd-item-inner .dd-infos-title.dd-vh .dd-en {
    font-size: 1.55vw;
  }

  .dd-handpick .dd-item-inner .dd-infos-intro {
    font-size: 11px;
    margin-top: 1vw;
  }

  .dd-handpick .dd-item-inner .dd-but,
  .dd-public-items .dd-item-inner .dd-but {
    height: 6.8vw;
    border-radius: 1vw;
  }

  .dd-handpick .dd-item-inner .dd-but::before,
  .dd-handpick .dd-item-inner .dd-but::after,
  .dd-public-items .dd-item-inner .dd-but::before,
  .dd-public-items .dd-item-inner .dd-but::after {
    width: 1.5vw;
    height: 1.5vw;
    left: -1vw;
  }

  .dd-handpick .dd-item-inner .dd-but::after,
  .dd-public-items .dd-item-inner .dd-but::after {
    left: auto;
    right: -1vw;
  }

  .dd-handpick .dd-item-inner .dd-citys,
  .dd-public-items .dd-item-inner .dd-citys {
    font-size: 1.55vw;
  }

  .dd-handpick .dd-item-inner .dd-citys img,
  .dd-public-items .dd-item-inner .dd-citys img {
    width: 1.4vw;
    height: 1vw;
    margin: 0 .5vw;
  }

  .dd-handpick .dd-item-inner .dd-price,
  .dd-public-items .dd-item-inner .dd-price {
    font-size: 11px;
  }

  .dd-handpick .dd-item-inner .dd-price strong,
  .dd-public-items .dd-item-inner .dd-price strong {
    font-size: 2.5vw;
  }

  .dd-public-items .dd-item-inner .dd-bourn {
    padding: 2.25vw 0 1.85vw;
  }

  .dd-public-items .dd-item-inner .dd-bourn::before,
  .dd-public-items .dd-item-inner .dd-bourn::after {
    width: 3vw;
    height: .2vw;
  }


  .dd-public-items .dd-item-inner .dd-bourn span {
    font-size: 2.15vw;
  }

  .dd-oil {
    margin-top: 3vw;
    padding: 4vw 0;
  }


  .dd-oil-text {
    font-size: 2.85vw;
    max-width: 50%;
    text-align: center;
  }

  .dd-oil-text::before,
  .dd-oil-text::after {
    width: 25vw;
    height: 2px;
    left: -27.5vw;
  }

  .dd-oil-text::after {
    left: auto;
    right: -27.5vw;
  }

  .dd-public {
    padding-top: 5vw;
    padding-bottom: 8vw;
  }

  .dd-public::before {
    height: 12.5vw;
  }

  .dd-showCity {
    border-radius: .5vw;
    width: 50%;
    height: auto;
    padding: .5vw 0;
    margin-top: 5vw;
    font-size: 2.45vw;
  }

  .dd-rules {
    padding: 5vw 0 2vw;
  }

  .dd-service {
    padding: 3vw 0;
  }

  .dd-part-service {
    padding: 0;
  }

  .dd-part-service .dd-item {
    margin: 0;
  }

  .dd-part-service .dd-item-inner {
    padding: 2vw .5vw;
    border-radius: 1vw;
  }

  .dd-part-service .dd-icon {
    width: 5.5vw;
    height: 5.5vw;
  }

  .dd-part-service .dd-title {
    font-size: 2.35vw;
  }

  .dd-part-service .dd-more {
    border-radius: 2.5vw;
    font-size: 1.65vw;
    margin-top: 1vw;
  }

}

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

  .dd-header {
    height: 65vw;
    padding-top: 7vw;
  }


  .dd-slogan-inner {
    transform: skewX(-5deg) rotate(-5deg);
  }
  
  .dd-header-slogan .dd-foot{
    flex-direction: column;
  }

  .dd-header-date {
    margin-top: 1em;
  } 

  .dd-public-header {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .dd-handpick .dd-item,
  .dd-public-items .dd-item {
    width: 50%;
  }

  .dd-public-items .dd-item-news {
    width: 70px;
    height: 20px;
    font-size: 10px;
  }

  .dd-public-items .dd-item:nth-child(n + 3) {
    display: none;
  }

  .dd-public.dd-show .dd-item:nth-child(n + 3) {
    display: block;
  }

  .dd-public-items.dd-full .dd-item:nth-child(n + 2) {
    display: none;
  }

  .dd-public.dd-show .dd-public-items.dd-full .dd-item:nth-child(n + 2) {
    display: block;
  }

  .dd-handpick .dd-item-inner,
  .dd-public-items .dd-item-inner {
    padding-bottom: 35px;
  }

  .dd-public-items.dd-full .dd-item:first-child {
    width: 100%;
  }

  .dd-public-items.dd-full .dd-item:first-child .dd-image{
    height: 35vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dd-handpick .dd-item-inner,
  .dd-public-items .dd-item-inner {
    padding-bottom: 35px;
  }

  .dd-handpick .dd-item-inner .dd-infos-title .dd-cn {
    font-size: 12px;
  }

  .dd-handpick .dd-item-inner .dd-infos-title .dd-en {
    font-size: 10px;
  }

  .dd-handpick .dd-item-inner .dd-infos-title.dd-vh .dd-en {
    font-size: 10px;
  }

  .dd-handpick .dd-item-inner .dd-infos-intro {
    font-size: 10px;
  }

  .dd-handpick .dd-item-inner .dd-but,
  .dd-public-items .dd-item-inner .dd-but {
    height: 35px;
    border-radius: 5px;
  }

  .dd-handpick .dd-item-inner .dd-but::before,
  .dd-handpick .dd-item-inner .dd-but::after,
  .dd-public-items .dd-item-inner .dd-but::before,
  .dd-public-items .dd-item-inner .dd-but::after {
    width: 10px;
    height: 10px;
    left: -7px;
  }

  .dd-handpick .dd-item-inner .dd-but::after,
  .dd-public-items .dd-item-inner .dd-but::after {
    left: auto;
    right: -7px;
  }

  .dd-handpick .dd-item-inner .dd-citys,
  .dd-public-items .dd-item-inner .dd-citys {
    font-size: 1.55vw;
  }

  .dd-handpick .dd-item-inner .dd-citys img,
  .dd-public-items .dd-item-inner .dd-citys img {
    width: 1.4vw;
    height: 1vw;
    margin: 0 .5vw;
  }

  .dd-handpick .dd-item-inner .dd-price,
  .dd-public-items .dd-item-inner .dd-price {
    font-size: 10px;
  }

  .dd-handpick .dd-item-inner .dd-price strong,
  .dd-public-items .dd-item-inner .dd-price strong {
    font-size: 14px;
  }

  .dd-public-items .dd-item-inner .dd-bourn {
    padding: 12px 0 5px;
    
  }

  .dd-public-items .dd-item-inner .dd-bourn span {
    font-size: 12px;
  }
  .dd-public-items.dd-full .dd-item:first-child .dd-item-inner .dd-but-inner{
    flex-direction: row;
  }
  .dd-oil {
    margin-top: 20px;
    padding: 20px 0;
  }


  .dd-oil-text {
    font-size: 14px;
  }



  .dd-showCity {
    font-size: 12px;
  }

  .dd-rules {
    padding: 30px 0 15px;
  }

  .dd-service {
    padding: 3vw 0;
  }

  .dd-part-service {
    flex-wrap: wrap;
  }

  .dd-part-service .dd-item {
    width: 50%;
    padding: 15px;
  }

  .dd-part-service .dd-item-inner {
    padding: 10px 5px;
    border-radius: 5px;
  }

  .dd-part-service .dd-icon {
    width: 35px;
    height: 35px;
  }

  .dd-part-service .dd-title {
    font-size: 12px;
  }

  .dd-part-service .dd-more {
    border-radius: 10px;
    font-size: 10px;
    margin-top: 5px;
  }

}