@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-top-bar {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: .74rem;
  background-color: #fff;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.dd-top-bar .dd-logo {
  height: 100%;
  width: 1.86rem;
  margin-left: .15rem;
  background: url(../images/dd_logo.png) no-repeat right center;
  background-size: contain;
}

.dd-back-home {
  font-size: 0;
  padding-right: .3rem;
  background: url(../images/btn_back.png) no-repeat;
  width: 1.89rem;
  height: .36rem;
  text-align: center;
  background-size: contain;
}

.dd-back-home a {
  line-height: .36rem;
  color: #fff;
  font-size: .18rem;
  text-decoration: none;
}

.dd-back-home img {
  height: .33rem;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

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

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

.dd-red {
  color: #c75471;
}

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

.dd-page {
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  width: 100%;
  margin: 0px auto;
  position: relative;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

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

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

.dd-header-slogan {
  width: 506px;
  position: relative;
}

.dd-header-slogan img {
  width: 100%;
  height: auto;
  display: block;
}

.dd-body {
  min-height: 300px;
  background: url(../images/body-bg.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  padding-top: 10px;
  position: relative;
  padding-bottom: 80px;
}

.dd-part00 {
  margin-top: -70px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.dd-part00 strong {
  color: #fffaa7;
}

.dd-part01 {
  background-image: -moz-linear-gradient(90deg, rgb(217, 255, 216) 0%, rgb(248, 255, 243) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(217, 255, 216) 0%, rgb(248, 255, 243) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(217, 255, 216) 0%, rgb(248, 255, 243) 100%);
  box-shadow: 3.583px 12.496px 8.6px 1.4px rgba(21, 111, 72, 0.26);
  border: 2px solid #fff;
  border-radius: 12px;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.dd-part01-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dd-part01-item .dd-icon {
  width: 60px;
  height: 60px;
}

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

.dd-part01-item .dd-title {
  letter-spacing: 8px;
  font-size: 24px;
}

.dd-part01-item .dd-date {
  margin-top: 10px;
  color: #ff7b52;
  font-weight: bold;
  line-height: 1.25;
}

.dd-part01-item .dd-intro {
  margin-top: 0;
}

.dd-part01-item:first-child {
  width: 340px;
}

.dd-part01-item:nth-child(2) {
  width: 450px;
  border-left: 2px solid #ccecd7;
  border-right: 2px solid #ccecd7;
}

.dd-part01-item:nth-child(3) {
  width: 330px;
}

.dd-part02 {
  margin-top: 35px;
  background-image: -moz-linear-gradient(90deg, rgb(255, 241, 229) 0%, rgb(248, 255, 243) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 241, 229) 0%, rgb(248, 255, 243) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 241, 229) 0%, rgb(248, 255, 243) 100%);
  box-shadow: 3.583px 12.496px 8.6px 1.4px rgba(21, 111, 72, 0.26);
  border-radius: 12px;
  border: 2px solid #fff;
  padding: 75px 85px 45px;
  position: relative;
}

.dd-part02-header {
  width: 437px;
  height: 55px;
  background: url(../images/title01.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  letter-spacing: 15px;
  font-weight: bold;
  color: #fff;
}

.dd-part02-table {
  margin-top: 20px;
}

.dd-part02-table table {
  width: 100%;
  border-spacing: 3px;
  border-collapse: separate;
}
.dd-part02-table table th{
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  background-color: #ff7b52;
}
.dd-part02-table table td{
  background-color: #ffe8dd;
  padding: 10px 5px;
  text-align: center;
}
.dd-part02-table table th:first-child,
.dd-part02-table table td:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dd-part02-table table th:last-child,
.dd-part02-table table td:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dd-part02-table table td.dd-tx{
  border-radius: 0!important;
}
.dd-part02-table table td.dd-drak{
  background-color: #ffdece;
}
.dd-part02-table table th:nth-child(1){
  width: 150px;
}
.dd-part02-table table th:nth-child(2){
  width: 310px;
}


.dd-part03 {
  margin-top: 35px;
  background-image: -moz-linear-gradient( 90deg, rgb(225,255,224) 0%, rgb(217,255,216) 37%, rgb(248,255,243) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(225,255,224) 0%, rgb(217,255,216) 37%, rgb(248,255,243) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(225,255,224) 0%, rgb(217,255,216) 37%, rgb(248,255,243) 100%);
  box-shadow: 3.583px 12.496px 8.6px 1.4px rgba(21, 111, 72, 0.26);
  border-radius: 12px;
  border: 2px solid #fff;
  padding: 75px 85px 45px;
  position: relative;
}

.dd-part03-header {
  width: 437px;
  height: 55px;
  background: url(../images/title02.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  letter-spacing: 15px;
  font-weight: bold;
  color: #fff;
}

.dd-part03-table {
  margin-top: 20px;
}

.dd-part03-table table {
  width: 100%;
  border-spacing: 3px;
  border-collapse: separate;
}
.dd-part03-table table th{
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  background-color: #20b06f;
}
.dd-part03-table table td{
  background-color: #cdffcc;
  padding: 10px 5px;
  text-align: center;
}
.dd-part03-table table th:first-child,
.dd-part03-table table td:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dd-part03-table table th:last-child,
.dd-part03-table table td:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dd-part03-table table td.dd-tx{
  border-radius: 0!important;
}
.dd-part03-table table td.dd-drak{
  background-color: #b7f8b6;
}
.dd-part03-table table th:nth-child(1){
  width: 150px;
}
.dd-part03-table table th:nth-child(2){
  width: 310px;
}
.dd-part04{
  margin-top: 40px;
  padding: 0 60px;
}
.dd-part04-header{
  display: flex;
  align-items: center;
  background: url(../images/part01-line.png) repeat-x;
  background-size: auto 2px;
  background-position: center center;
}
.dd-part04-title{
  width: 100px;
  height: 30px;
  background-image: -moz-linear-gradient( 138deg, rgb(255,252,157) 0%, rgb(255,248,220) 100%);
  background-image: -webkit-linear-gradient( 138deg, rgb(255,252,157) 0%, rgb(255,248,220) 100%);
  background-image: -ms-linear-gradient( 138deg, rgb(255,252,157) 0%, rgb(255,248,220) 100%);
  border-radius: 35px;
  color: #118a63;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.dd-part04 ul{
  margin-top: 10px;
}
.dd-part04 li{
  color: #fffaa7;
  font-size: 20px;
  padding: 2.5px 0;
}
