* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-style: normal;
}
p {
  margin: 0;
}
a {
  color: #333;
}
.pageContentBox img {
  width: 100% !important;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  transition: 0.5s;
}
.dx {
  text-transform: uppercase;
}
.dl-maxWidthCenter {
  max-width: 930px;
  margin: 0 auto;
}
.spacing {
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-template01 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-template01 span {
  font-size: inherit;
}
#dl-template01 .dl-template01_title {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dl-template01 .dl-template01_title b {
  font-size: 28px;
  margin: 0 20px;
}
#dl-template01 .dl-template01_title .dl-line {
  width: 75px;
  height: 1px;
  background-color: #333;
}
#dl-template01 .dl-template01_entitle {
  font-size: 16px;
  color: #909399;
  text-align: center;
  margin-bottom: 30px;
}
#dl-template01 .dl-template01_main {
  display: flex;
}
#dl-template01 .dl-template01_main .dl-template01_main-left {
  width: 60%;
}
#dl-template01 .dl-template01_main .dl-template01_main-left img {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  height: 100%;
}
#dl-template01 .dl-template01_main .dl-template01_main-right {
  width: 40%;
  background-color: #333;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
#dl-template01 .dl-template01_main .dl-template01_main-right .main-right_title {
  display: block;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 20px;
}
#dl-template01 .dl-template01_main .dl-template01_main-right .main-right_line {
  width: 10%;
  height: 2px;
  background: #fff;
  display: block;
  margin: 3% 0;
}
#dl-template01 .dl-template01_main .dl-template01_main-right .main-right_content {
  flex: 1;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  line-height: 2;
}
#dl-template01 .dl-template01_list {
  margin-top: 30px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#dl-template01 .dl-template01_list li {
  position: relative;
  width: 30%;
}
#dl-template01 .dl-template01_list li img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#dl-template01 .dl-template01_list li .item-link {
  width: 100%;
  line-height: 2;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-contact-01 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-contact-01 span {
  font-size: inherit;
}
#dl-contact-01 .dl-contact-01Map {
  background: #242e3a;
  position: absolute;
  top: 0;
}
#dl-contact-01 .dl-contact-01Map img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}
#dl-contact-01 #dl-contact-Box {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding-top: 2%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#dl-contact-01 #dl-contact-Box #dl-contact-title p {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
}
#dl-contact-01 #dl-contact-Box #dl-contact-title b {
  line-height: 2;
  display: block;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 24px;
  position: relative;
  letter-spacing: 2px;
}
#dl-contact-01 #dl-contact-Box #dl-contact-title b::before {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  top: 22px;
  margin-left: -40px;
  background: #fff;
}
#dl-contact-01 #dl-contact-Box #dl-contact-title b::after {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  top: 22px;
  margin-left: 16px;
  background: #fff;
}
#dl-contact-01 #dl-contact-Box .dl-contact-list {
  max-width: 1200px;
  margin: 5.5% auto 0;
}
#dl-contact-01 #dl-contact-Box .dl-contact-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-contact-01 #dl-contact-Box .dl-contact-list ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 24%;
  width: 0;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #242e3a;
  padding: 50px 2%;
}
#dl-contact-01 #dl-contact-Box .dl-contact-list ul li .dl-contact-ListTop {
  width: 100%;
}
#dl-contact-01 #dl-contact-Box .dl-contact-list ul li .dl-contact-ListTop img {
  float: left;
}
#dl-contact-01 #dl-contact-Box .dl-contact-list ul li .dl-contact-ListTop p {
  float: left;
  color: #fff;
  margin-left: 5px;
  font-size: 16px;
}
#dl-contact-01 #dl-contact-Box .dl-contact-list ul li .dl-contact-ListTop p::after {
  content: "";
  width: 0;
  height: 0;
  position: relative;
  visibility: hidden;
  clear: both;
}
#dl-contact-01 #dl-contact-Box .dl-contact-list ul li .dl-contact-ListBottom {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  letter-spacing: 1px;
}
#dl-contact-01 #dl-contact-Box .dl-contact-list ul li:last-child .dl-contact-ListBottom {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
#dl-contact-01 #dl-contact-Box .dl-contact-list ul li:nth-child(3) .dl-contact-ListTop img {
  margin-top: 3px;
}
#dl-advantage-01 {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-01 span {
  font-size: inherit;
}
#dl-advantage-01 .dl-advantage-01Title {
  font-size: 30px;
  color: #333;
  letter-spacing: 2px;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}
#dl-advantage-01 .dl-advantage-01Title b {
  font-weight: normal;
}
#dl-advantage-01 .dl-advantage-01Title i {
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#dl-advantage-01 .dl-advantage-01Line {
  width: 30%;
  height: 1px;
  background: #333;
  margin-top: 10px;
}
#dl-advantage-01 .dl-advantage-01Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 60%;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 44%;
  margin-top: 50px;
  flex-direction: column;
  position: relative;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01TopTitle {
  position: relative;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01TopTitle i {
  font-size: 26px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #f8f8f8;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  transform: rotate(90deg);
  display: block;
  position: absolute;
  top: 0;
  left: -16px;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01TopTitle h4 {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  z-index: 99;
  padding-bottom: 10px;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01TopTitle .dl-advantage-01LLine {
  display: block;
  content: "";
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #f5ae31;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01TopText {
  width: 100%;
  margin: 30px 0;
  position: relative;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01TopText b {
  display: block;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01TopText b img {
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01TopText p {
  margin-top: 6%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding-bottom: 20px;
  line-height: 2;
  font-size: 14px;
  color: #666666;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01Num {
  position: absolute;
  bottom: 0;
  height: 36px;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01Num .dl-advantage-01NumBox b {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(245, 174, 49, 0.5);
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01Num .dl-advantage-01NumBox i {
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  left: 18px;
  position: absolute;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999999;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01Num .dl-advantage-01NumBox i::after {
  content: "";
  width: 66px;
  height: 1px;
  background: #999;
  position: absolute;
  bottom: 18px;
  margin-left: 20px;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li:nth-child(3) .dl-advantage-01TopTitle i,
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li:nth-child(4) .dl-advantage-01TopTitle i {
  left: -24px;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01R {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 33%;
  margin-top: 50px;
  flex-direction: column;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01R .dl-advantage-01RTitle {
  width: 100%;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01R .dl-advantage-01RTitle p {
  display: inline-block;
  -moz-text-align-last: justify;
  text-align-last: justify;
  letter-spacing: 10px;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  color: #999;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01R .dl-advantage-01RBox {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 10px;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01R .dl-advantage-01RBox b {
  display: block;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01R .dl-advantage-01RBox b img {
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 10px;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01R .dl-advantage-01RBox .dl-advantage-05Num {
  position: absolute;
  bottom: 3%;
  padding: 0 0 0 20px;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01R .dl-advantage-01RBox .dl-advantage-05Num b {
  font-size: 30px;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01R .dl-advantage-01RBox .dl-advantage-05Num .dl-advantage-05NumLine {
  width: 96px;
  height: 1px;
  background: #fff;
  margin: 10px 0;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01R .dl-advantage-01RBox .dl-advantage-05Num p {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 2px;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01R .dl-advantage-05Text h4 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  z-index: 99;
  padding-bottom: 10px;
}
#dl-advantage-01 .dl-advantage-01Box .dl-advantage-01R .dl-advantage-05Text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding-bottom: 20px;
  line-height: 2;
  font-size: 14px;
  color: #666666;
}
#dl-process-01 {
  background: #dfdfdf;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 0;
}
#dl-process-01 span {
  font-size: inherit;
}
#dl-process-01 .dl-process-01Title {
  padding: 0 0 2%;
  text-align: center;
}
#dl-process-01 .dl-process-01Title h4 {
  font-size: 34px;
  font-weight: normal;
}
#dl-process-01 .dl-process-01Title p {
  color: #8c8c8c;
  text-align: center;
  padding-top: 10px;
}
#dl-process-01 .dl-process-01Box {
  position: relative;
}
#dl-process-01 .dl-process-01Box .dl-process-01Line {
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}
#dl-process-01 .dl-process-01Box .dl-process-01Line .dl-process-01LineBox {
  max-width: 930px;
  margin: 0 auto;
  margin: -5px auto;
}
#dl-process-01 .dl-process-01Box .dl-process-01Line .dl-process-01LineBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-process-01 .dl-process-01Box .dl-process-01Line .dl-process-01LineBox ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 16.666667%;
  flex-direction: column;
}
#dl-process-01 .dl-process-01Box .dl-process-01Line .dl-process-01LineBox ul li b {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #909399;
  margin: 0 auto;
}
#dl-process-01 .dl-process-01Box .dl-process-01BoxList {
  max-width: 930px;
  margin: 0 auto;
  margin: 30px auto;
}
#dl-process-01 .dl-process-01Box .dl-process-01BoxList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 16.666667%;
  flex-direction: column;
}
#dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li b.dl-process-01Ico {
  width: 60px;
  height: 60px;
  display: block;
  background-color: #acacac;
  border-radius: 50%;
  margin: 0 auto;
}
#dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li b.dl-process-01Ico img {
  height: 33px;
  display: block;
  width: auto;
  margin: 13px auto;
}
#dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li .dl-process-01-radius {
  margin: 20% 0;
}
#dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li .dl-process-01-radius i {
  width: 1px;
  height: 20px;
  background-color: #ccc;
  display: block;
  margin: 0 auto;
}
#dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li .dl-process-01Num {
  text-align: center;
  color: #666;
}
#dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li .dl-process-01Num b {
  font-size: 22px;
  font-weight: normal;
}
#dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li .dl-process-01Num i {
  font-style: normal;
}
#dl-advantage-02 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-02 span {
  font-size: inherit;
}
#dl-advantage-02 .dl-advantage-02Title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleL {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 50%;
  position: relative;
}
#dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleL p {
  font-size: 90px;
  font-family: 'SimSun';
  text-transform: uppercase;
  line-height: 70px;
  color: #f1f1f1;
}
#dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleL b {
  position: absolute;
  bottom: 0;
  left: 0;
}
#dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleL b i {
  display: block;
  position: relative;
  font-size: 40px;
  color: #333;
  font-style: normal;
}
#dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleL b .dl-advantage-02TitleLine {
  width: 70px;
  height: 3px;
  background: #074fbd;
  position: absolute;
  left: 110%;
  bottom: 2px;
}
#dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleR {
  display: inline-flex;
  flex-wrap: nowrap;
  flex: 0 0 30%;
  position: relative;
}
#dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleR b {
  width: 100%;
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: normal;
}
#dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleR b i {
  display: inline-block;
  line-height: 14px;
}
#dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleR b i::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #333;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 10px;
}
#dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleR b i::after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #333;
  border-radius: 50%;
  margin: 0 10px;
  vertical-align: middle;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxTop .dl-advantage-02BoxTopL {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 30%;
  position: relative;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxTop .dl-advantage-02BoxTopL .dl-advantage-02BoxTopLNum {
  font-size: 120px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #f1f1f1;
  position: absolute;
  top: 10%;
  right: 10%;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxTop .dl-advantage-02BoxTopL .dl-advantage-02BoxTopText {
  position: relative;
  padding-bottom: 30px;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxTop .dl-advantage-02BoxTopL .dl-advantage-02BoxTopText h4 {
  font-size: 20px;
  font-weight: normal;
  color: #074fbd;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxTop .dl-advantage-02BoxTopL .dl-advantage-02BoxTopText p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxTop .dl-advantage-02BoxTopL .dl-advantage-02BoxTopText .dl-advabtage-02BoxTopTextLine {
  width: 78px;
  height: 1px;
  background: #074fbd;
  position: absolute;
  left: 0;
  bottom: 0;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxTop .dl-advantage-02BoxTopR {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 65%;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxTop .dl-advantage-02BoxTopR img {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 0 50px 0 50px;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 40px;
  flex: 0 0 30%;
  flex-direction: column;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li .dl-advantage-02BoxBottomBottom img {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 0 50px 0 50px;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li .dl-advantage-02BoxBottomMt30 {
  margin-top: 30px;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li .dl-advantage-02BoxBottomTop {
  position: relative;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li .dl-advantage-02BoxBottomTop .dl-advantage-02BoxBottomLNum {
  font-size: 120px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #f1f1f1;
  position: absolute;
  top: -10%;
  right: 10%;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li .dl-advantage-02BoxBottomTop .dl-advantage-02BoxBottomText {
  position: relative;
  padding-bottom: 30px;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li .dl-advantage-02BoxBottomTop .dl-advantage-02BoxBottomText h4 {
  font-size: 20px;
  font-weight: normal;
  color: #074fbd;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li .dl-advantage-02BoxBottomTop .dl-advantage-02BoxBottomText p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}
#dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li .dl-advantage-02BoxBottomTop .dl-advantage-02BoxBottomText .dl-advabtage-02BoxBottomTextLine {
  width: 78px;
  height: 1px;
  background: #074fbd;
  position: absolute;
  left: 0;
  bottom: 0;
}
#dl-process-02 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-process-02 span {
  font-size: inherit;
}
#dl-process-02 .dl-process-02Title {
  position: relative;
  margin-bottom: 30px;
}
#dl-process-02 .dl-process-02Title b {
  width: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 0;
}
#dl-process-02 .dl-process-02Title .dl-process-02TitleBox {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
#dl-process-02 .dl-process-02Title .dl-process-02TitleBox h4 {
  font-size: 30px;
  color: #e94352;
  font-weight: normal;
}
#dl-process-02 .dl-process-02Title .dl-process-02TitleBox p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding-top: 5px;
}
#dl-process-02 .dl-process-02Box {
  background: #f8f8f8;
  margin-top: 30px;
}
#dl-process-02 .dl-process-02Box .dl-process-02BoxList {
  max-width: 930px;
  margin: 0 auto;
}
#dl-process-02 .dl-process-02Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-process-02 .dl-process-02Box ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 25%;
  justify-content: space-between;
  padding: 45px 0;
  background: linear-gradient(to right, #fff, #fefefe, #fafafa, #f8f8f8);
  width: 0;
}
#dl-process-02 .dl-process-02Box ul li .dl-process-02BoxListL {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 30%;
}
#dl-process-02 .dl-process-02Box ul li .dl-process-02BoxListL b {
  width: 70%;
  margin: 0 0 0 20%;
  display: block;
}
#dl-process-02 .dl-process-02Box ul li .dl-process-02BoxListL img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
#dl-process-02 .dl-process-02Box ul li .dl-process-02BoxListR {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 65%;
  flex-direction: column;
  width: 0;
}
#dl-process-02 .dl-process-02Box ul li .dl-process-02BoxListR h4 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
#dl-process-02 .dl-process-02Box ul li .dl-process-02BoxListR p {
  color: #999;
  margin-top: 4px;
  width: 90%;
}
#dl-process-02 .dl-process-02Box ul li .dl-process-02BoxListR p b {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
#dl-advantage-03 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-03 span {
  font-size: inherit;
}
#dl-advantage-03 .dl-advantage-03Title {
  width: 100%;
}
#dl-advantage-03 .dl-advantage-03Title h4 {
  text-align: center;
  font-size: 24px;
  color: #009946;
}
#dl-advantage-03 .dl-advantage-03Title p {
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
#dl-advantage-03 .dl-advantage-03Box {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
}
#dl-advantage-03 .dl-advantage-03Box ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxL {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 50%;
  padding: 30px 50px;
  justify-content: space-between;
  background: url(../image/dl-advantage-03BoxL.png) repeat;
}
#dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxL .dl-advantage-03BoxLImg {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 10%;
  flex-direction: column;
}
#dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxL .dl-advantage-03BoxLImg img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin-top: 30%;
}
#dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxL .dl-advantage-03BoxLText {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 86%;
  flex-direction: column;
}
#dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxL .dl-advantage-03BoxLText h4 {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  color: #4c4c4c;
}
#dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxL .dl-advantage-03BoxLText .dl-advantage-03BoxLTextLine {
  width: 20%;
  height: 2px;
  margin: 14px 0;
  background-color: #009946;
}
#dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxL .dl-advantage-03BoxLText p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
#dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxL .dl-advantage-03BoxLText.dl-advantage-03BoxLTextRight {
  flex-wrap: wrap-reverse;
}
#dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxL .dl-advantage-03BoxLText.dl-advantage-03BoxLTextRight h4 {
  text-align: right;
}
#dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxR {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 50%;
  justify-content: space-between;
}
#dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxR img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#dl-evaluate-01 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-evaluate-01 span {
  font-size: inherit;
}
#dl-evaluate-01 .dl-evaluate-01Title {
  background: #1ec0be;
  padding: 10px;
  border-radius: 15px 15px 0 0;
}
#dl-evaluate-01 .dl-evaluate-01Title i {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
}
#dl-evaluate-01 .dl-evaluate-01Title b {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  padding-left: 10px;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop {
  margin-top: 20px;
  padding: 20px 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopTop .dl-evaluate-01BoxTopTopL {
  width: 13%;
  float: left;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopTop .dl-evaluate-01BoxTopTopL b {
  display: block;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopTop .dl-evaluate-01BoxTopTopL b img {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopTop .dl-evaluate-01BoxTopTopR {
  float: right;
  width: 84%;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopTop .dl-evaluate-01BoxTopTopR h4 {
  font-size: 16px;
  line-height: 2;
  margin-top: 2%;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopTop .dl-evaluate-01BoxTopTopR p {
  font-size: 14px;
  color: #666;
  padding: 20px 0;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopTop .dl-evaluate-01BoxTopTopR .dl-evaluate-01BoxTopTopRBox {
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopTop .dl-evaluate-01BoxTopTopR .dl-evaluate-01BoxTopTopRBox b {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopTop .dl-evaluate-01BoxTopTopR .dl-evaluate-01BoxTopTopRBox .dl-evaluate-01BoxTopTopRBoxR {
  float: right;
  overflow: hidden;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopTop .dl-evaluate-01BoxTopTopR .dl-evaluate-01BoxTopTopRBox .dl-evaluate-01BoxTopTopRBoxR img {
  vertical-align: middle;
  float: left;
  margin-right: 10px;
  display: block;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopTop .dl-evaluate-01BoxTopTopR .dl-evaluate-01BoxTopTopRBox .dl-evaluate-01BoxTopTopRBoxR i em {
  font-size: 14px;
  padding: 0 5px;
  display: inline-block;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopTop .dl-evaluate-01BoxTopClear {
  clear: both;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopSJ {
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: transparent transparent #f8f8f8;
  margin-top: 10px;
  margin-left: 18%;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom {
  overflow: hidden;
  width: 86%;
  float: right;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom .dl-evaluate-01BoxTopTopL {
  width: 13%;
  float: left;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom .dl-evaluate-01BoxTopTopL img {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom .dl-evaluate-01BoxTopTopR {
  float: right;
  width: 84%;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom .dl-evaluate-01BoxTopTopR h4 {
  font-size: 16px;
  line-height: 2;
  margin-top: 2%;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom .dl-evaluate-01BoxTopTopR p {
  font-size: 14px;
  color: #666;
  padding: 18px 0;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom .dl-evaluate-01BoxTopTopR p i {
  font-weight: bold;
  color: #333;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom .dl-evaluate-01BoxTopTopR p b {
  font-weight: normal;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom .dl-evaluate-01BoxTopTopR .dl-evaluate-01BoxTopTopRBox {
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom .dl-evaluate-01BoxTopTopR .dl-evaluate-01BoxTopTopRBox b {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom .dl-evaluate-01BoxTopTopR .dl-evaluate-01BoxTopTopRBox .dl-evaluate-01BoxTopTopRBoxR {
  float: right;
  overflow: hidden;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom .dl-evaluate-01BoxTopTopR .dl-evaluate-01BoxTopTopRBox .dl-evaluate-01BoxTopTopRBoxR img {
  vertical-align: middle;
  float: left;
  margin-right: 10px;
  display: block;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom .dl-evaluate-01BoxTopTopR .dl-evaluate-01BoxTopTopRBox .dl-evaluate-01BoxTopTopRBoxR i em {
  font-size: 14px;
  padding: 0 5px;
  display: inline-block;
}
#dl-evaluate-01 .dl-evaluate-01Box .dl-evaluate-01BoxTop .dl-evaluate-01BoxTopBottom .dl-evaluate-01BoxTopClear {
  clear: both;
}
#dl-evaluate-02 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-evaluate-02 span {
  font-size: inherit;
}
#dl-evaluate-02 .dl-evaluate-02Title {
  background-color: #e1e1e1;
  padding: 10px 16px;
}
#dl-evaluate-02 .dl-evaluate-02Title h4 {
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
}
#dl-evaluate-02 .dl-evaluate-02Title i {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
#dl-evaluate-02 .dl-evaluate-02Title i img {
  display: block;
}
#dl-evaluate-02 .dl-evaluate-02Box {
  padding: 0 10px;
}
#dl-evaluate-02 .dl-evaluate-02Box .dl-evaluate-02BoxClear {
  clear: both;
}
#dl-evaluate-02 .dl-evaluate-02Box .dl-evaluate-02BoxList {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
#dl-evaluate-02 .dl-evaluate-02Box .dl-evaluate-02BoxList .dl-evaluate-02BoxTop .dl-evaluate-02BoxTopL {
  float: left;
  width: 9%;
}
#dl-evaluate-02 .dl-evaluate-02Box .dl-evaluate-02BoxList .dl-evaluate-02BoxTop .dl-evaluate-02BoxTopL img {
  width: 100%;
  max-width: 100%;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
#dl-evaluate-02 .dl-evaluate-02Box .dl-evaluate-02BoxList .dl-evaluate-02BoxTop .dl-evaluate-02BoxTopR {
  float: right;
  width: 89%;
  padding-top: 10px;
}
#dl-evaluate-02 .dl-evaluate-02Box .dl-evaluate-02BoxList .dl-evaluate-02BoxTop .dl-evaluate-02BoxTopR .dl-evaluate-02BoxTopText .dl-evaluate-02BoxTopTextL {
  float: left;
  font-size: 14px;
  color: #777;
  font-weight: normal;
}
#dl-evaluate-02 .dl-evaluate-02Box .dl-evaluate-02BoxList .dl-evaluate-02BoxTop .dl-evaluate-02BoxTopR .dl-evaluate-02BoxTopText .dl-evaluate-02BoxTopTextL b {
  display: inline-block;
  font-weight: normal;
}
#dl-evaluate-02 .dl-evaluate-02Box .dl-evaluate-02BoxList .dl-evaluate-02BoxTop .dl-evaluate-02BoxTopR .dl-evaluate-02BoxTopText .dl-evaluate-02BoxTopTextR {
  float: right;
  color: #777;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
#dl-evaluate-02 .dl-evaluate-02Box .dl-evaluate-02BoxList .dl-evaluate-02BoxTop .dl-evaluate-02BoxTopR p {
  padding-top: 15px;
  font-size: 15px;
  line-height: 2;
  color: #404040;
}
#dl-evaluate-02 .dl-evaluate-02Box .dl-evaluate-02BoxList .dl-evaluate-02BoxBottom ul li {
  margin: 20px 20px 10px 0;
  width: 18%;
  float: left;
}
#dl-evaluate-02 .dl-evaluate-02Box .dl-evaluate-02BoxList .dl-evaluate-02BoxBottom ul li b {
  display: block;
}
#dl-evaluate-02 .dl-evaluate-02Box .dl-evaluate-02BoxList .dl-evaluate-02BoxBottom ul li b img {
  max-width: 100%;
  width: 100%;
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#dl-about-01 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
#dl-about-01 span {
  font-size: inherit;
}
#dl-about-01 .dl-about-01Title {
  width: 100%;
  height: 100px;
  background: #5085e9;
  border-radius: 50px 0 0 0;
  overflow: hidden;
}
#dl-about-01 .dl-about-01Title i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/dl-about-01Title.png) center;
}
#dl-about-01 .dl-about-01Box {
  position: relative;
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter {
  position: relative;
  top: -48px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterL {
  margin-top: 48px;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 36%;
  flex-direction: column;
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterL h4 {
  font-size: 30px;
  color: #5085e9;
  margin-top: 7%;
  padding-bottom: 4%;
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterL .dl0about-01BoxCenterLEn {
  position: relative;
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterL .dl0about-01BoxCenterLEn b {
  font-size: 60px;
  display: block;
  text-transform: uppercase;
  color: #f8f8f8;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 1;
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterL .dl0about-01BoxCenterLEn .dl0about-01BoxCenterLEnLine {
  width: 5px;
  height: 36px;
  background-color: #5085e9;
  position: absolute;
  top: 35%;
  left: 10%;
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterL p {
  font-size: 14px;
  color: #666;
  line-height: 34px;
  margin-top: 30px;
  text-indent: 2em;
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 57%;
  flex-direction: row-reverse;
  position: relative;
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR i {
  display: block;
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR i img {
  max-width: 100%;
  width: 100%;
  border-radius: 0 0 20% 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR a {
  display: block;
  border-bottom: 1px solid #999;
  width: 40%;
  margin-top: 30px;
  padding-bottom: 20px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR a i {
  color: #999;
  font-size: 14px;
  display: inline-block;
  line-height: 2;
  float: left;
  height: 50px;
  line-height: 50px;
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR a b {
  display: inline-block;
  vertical-align: bottom;
  float: right;
  margin-right: 40px;
  height: 40px;
  width: 24%;
  margin-top: 0px;
}
#dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR a b img {
  max-width: 100%;
  width: 100%;
}
#dl-advantage-04 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-04 span {
  font-size: inherit;
}
#dl-advantage-04 .dl-advantage-04Title {
  width: 100%;
  position: relative;
}
#dl-advantage-04 .dl-advantage-04Title h4 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 80px;
  text-align: center;
  color: #ebebeb;
  position: absolute;
  width: 100%;
}
#dl-advantage-04 .dl-advantage-04Title .dl-advantage-04TitleBox {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
#dl-advantage-04 .dl-advantage-04Title .dl-advantage-04TitleBox i {
  font-size: 48px;
  color: #333;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 22px;
  letter-spacing: 2px;
}
#dl-advantage-04 .dl-advantage-04Title .dl-advantage-04TitleBox b {
  font-weight: normal;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #595959;
}
#dl-advantage-04 .dl-advantage-04Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2%;
}
#dl-advantage-04 .dl-advantage-04Box ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 49%;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
#dl-advantage-04 .dl-advantage-04Box ul li b.dl-advantage-04BoxImg {
  width: 50px;
  height: 50px;
  border: 2px solid #333;
  display: block;
  border-radius: 50%;
}
#dl-advantage-04 .dl-advantage-04Box ul li b.dl-advantage-04BoxImg img {
  max-width: 50%;
  display: block;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}
#dl-advantage-04 .dl-advantage-04Box ul li h4 {
  padding-bottom: 20px;
  padding-top: 20px;
}
#dl-advantage-04 .dl-advantage-04Box ul li h4 i {
  display: inline-block;
  font-size: 24px;
  color: #333;
  padding-right: 10px;
}
#dl-advantage-04 .dl-advantage-04Box ul li h4 b {
  display: inline-block;
  font-size: 16px;
  color: #b2b2b2;
  font-weight: normal;
  text-transform: uppercase;
}
#dl-advantage-04 .dl-advantage-04Box ul li p {
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.6;
}
#dl-case-02 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-case-02 span {
  font-size: inherit;
}
#dl-case-02 .dl-case-02Title {
  text-align: center;
}
#dl-case-02 .dl-case-02Title h4 {
  position: relative;
  padding-bottom: 2px;
}
#dl-case-02 .dl-case-02Title h4 b {
  display: inline-block;
  font-weight: bold;
  padding: 0 10px;
  font-size: 24px;
  position: relative;
  z-index: 9;
}
#dl-case-02 .dl-case-02Title h4 .dl-case-02TitleLine {
  position: absolute;
  width: 14%;
  height: 10px;
  background-color: rgba(232, 49, 32, 0.2);
  bottom: 0;
  left: 43%;
}
#dl-case-02 .dl-case-02Title p {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  padding-top: 10px;
}
#dl-case-02 .dl-case-02-Top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#dl-case-02 .dl-case-02-Top ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 48%;
}
#dl-case-02 .dl-case-02-Top ul li .dl-case-02TopNum {
  width: 30px;
  flex: 0 0 30px;
}
#dl-case-02 .dl-case-02-Top ul li .dl-case-02TopNum i {
  display: block;
  width: 2px;
  height: 45px;
  margin: 0 auto;
  background: #333;
}
#dl-case-02 .dl-case-02-Top ul li .dl-case-02TopNum b {
  font-weight: normal;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
#dl-case-02 .dl-case-02-Top ul li .dl-case-02TopBox {
  flex: 1;
  padding-left: 20px;
  flex-direction: column;
  width: 0;
}
#dl-case-02 .dl-case-02-Top ul li .dl-case-02TopBox .dl-case-02TopBoxImg {
  display: block;
  border: 1px solid #dedede;
  border-radius: 10px;
}
#dl-case-02 .dl-case-02-Top ul li .dl-case-02TopBox .dl-case-02TopBoxImg img {
  max-width: 96%;
  width: 96%;
  height: 96%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 2% auto;
  display: block;
}
#dl-case-02 .dl-case-02-Top ul li .dl-case-02TopBox .dl-case-02TopBoxTitle {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 15px 0;
}
#dl-case-02 .dl-case-02-Top ul li .dl-case-02TopBox .dl-case-02TopBoxMore {
  color: #999;
  display: block;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
#dl-case-02 .dl-case-02-Bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBoxBg {
  width: 30%;
  height: 50%;
  background: url(../image/dl-case-02BottomBoxBg.jpg);
  position: absolute;
  bottom: 0;
  right: 0;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02-BottomNum {
  flex: 0 0 30px;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02-BottomNum i {
  display: block;
  width: 2px;
  height: 80%;
  margin: 0 auto;
  background: #333;
  position: relative;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02-BottomNum em {
  width: 2px;
  height: 20%;
  background-color: #e83120;
  position: absolute;
  top: 0;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02-BottomNum b {
  font-weight: normal;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox {
  display: inline-flex;
  flex: 1;
  padding-left: 20px;
  justify-content: space-between;
  position: relative;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxHeightline {
  width: 70%;
  bottom: 0;
  position: absolute;
  height: 70px;
  background: #f8f8f8;
  z-index: 1;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxText {
  display: inline-flex;
  flex: 0 0 30%;
  flex-direction: column;
  flex-wrap: wrap;
  width: 0;
  position: relative;
  z-index: 2;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxText .dl-case-02BottomBoxTextBox {
  width: 100%;
  display: block;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxText .dl-case-02BottomBoxTextBox a {
  display: block;
  padding: 30px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxText p {
  font-size: 14px;
  line-height: 34px;
  text-indent: 2em;
  color: #999;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxImg {
  display: inline-flex;
  flex: 0 0 48%;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 2%;
  position: relative;
  z-index: 2;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxImg a {
  display: block;
  border: 1px solid #dedede;
  border-radius: 10px;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxImg a img {
  max-width: 96%;
  width: 96%;
  height: 96%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 2% auto;
  display: block;
}
#dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxMore {
  display: inline-flex;
  flex: 0 0 19%;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 1%;
  color: #999;
  margin-top: 50px;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  padding-bottom: 15px;
  position: relative;
  z-index: 2;
}
#dl-contact-02 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-contact-02 span {
  font-size: inherit;
}
#dl-contact-02 .dl-contact-02-Title b {
  width: 2px;
  height: 22px;
  display: block;
  margin: 0 auto;
  background-color: #b0b0b0;
}
#dl-contact-02 .dl-contact-02-Title h4 {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  padding: 10px 0;
}
#dl-contact-02 .dl-contact-02-Title p {
  color: #666;
  padding-top: 5px;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
}
#dl-contact-02 .dl-contact-02-Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-contact-02 .dl-contact-02-Box ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 30%;
  border-radius: 5px;
  padding: 50px 1%;
  margin-top: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  flex-direction: column;
}
#dl-contact-02 .dl-contact-02-Box ul li b.dl-contact-02-BoxImg {
  height: 90px;
  display: block;
  margin: 0 auto;
}
#dl-contact-02 .dl-contact-02-Box ul li b.dl-contact-02-BoxImg img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#dl-contact-02 .dl-contact-02-Box ul li .dl-contact-02BoxTitle h4 {
  font-size: 18px;
  color: #666;
  text-align: center;
  padding: 20px 0 20px;
}
#dl-contact-02 .dl-contact-02-Box ul li .dl-contact-02BoxTitle b {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #999;
}
#dl-contact-02 .dl-contact-02-Box ul li .dl-contact-02BoxList {
  display: block;
  margin-top: 40px;
}
#dl-contact-02 .dl-contact-02-Box ul li .dl-contact-02BoxList p i {
  display: block;
  width: 100%;
  text-align: center;
}
#dl-contact-02 .dl-contact-02-Box ul li .dl-contact-02BoxList p i b {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  position: relative;
  height: 28px;
}
#dl-contact-02 .dl-contact-02-Box ul li .dl-contact-02BoxList p i b::after {
  content: "";
  width: 20%;
  height: 1px;
  display: inline-block;
  background: #666;
  margin-left: 10px;
  vertical-align: middle;
}
#dl-contact-02 .dl-contact-02-Box ul li .dl-contact-02BoxList p i b::before {
  content: "";
  width: 20%;
  height: 1px;
  display: inline-block;
  background: #666;
  margin-right: 10px;
  vertical-align: middle;
}
#dl-contact-02 .dl-contact-02-Box ul li .dl-contact-02BoxList p em {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
#dl-contact-03 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-contact-03 span {
  font-size: inherit;
}
#dl-contact-03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-contact-03 ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 28%;
  flex-direction: column;
}
#dl-contact-03 ul li i {
  width: 70px;
  height: 70px;
  background-color: #ff0000;
  border-radius: 50%;
  margin: 0 auto;
}
#dl-contact-03 ul li i img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
  width: 40%;
  height: 40%;
  margin: 30%;
}
#dl-contact-03 ul li h4 {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
}
#dl-contact-03 ul li p {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
#dl-contact-03 ul li p.dl-contact-03Size24 {
  font-size: 24px;
}
#dl-contact-03 ul li p.dl-contact-03Size18 {
  font-size: 18px;
}
#dl-contact-03 ul li p.dl-contact-03Size16 {
  font-size: 16px;
}
#dl-advantage-05 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-05 span {
  font-size: inherit;
}
#dl-advantage-05 .dl-advantage-05Title h4 {
  font-size: 24px;
  line-height: 2;
  font-weight: normal;
  text-align: center;
  color: #333;
}
#dl-advantage-05 .dl-advantage-05Title p {
  line-height: 2;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
#dl-advantage-05 .dl-advantage-05Title a {
  width: 22px;
  height: 22px;
  display: block;
  margin: 10px auto;
}
#dl-advantage-05 .dl-advantage-05Title a img {
  display: block;
}
#dl-advantage-05 .dl-advantage-05Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#dl-advantage-05 .dl-advantage-05Box ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 38%;
  margin: 0 6%;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}
#dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter {
  position: relative;
}
#dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dlvantage-05BoxCenterNum {
  font-size: 82px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #eee;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  line-height: 82px;
}
#dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxTop b {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 18%;
}
#dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxTop b img {
  max-width: 100%;
  width: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}
#dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxTop .dl-advantage-05BoxTopL {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 75%;
}
#dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxTop .dl-advantage-05BoxTopL h4 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
  line-height: 1.5;
}
#dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxTop .dl-advantage-05BoxTopL p {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #505050;
  padding-top: 5px;
}
#dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxBottom {
  margin-top: 20px;
  padding-bottom: 60px;
}
#dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxBottom p {
  width: 90%;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
#dl-case-03 span {
  font-size: inherit;
}
#dl-case-03 .dl-case-03Box {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-case-03 .dl-case-03Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-case-03 .dl-case-03Box ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 46%;
  flex-direction: column;
}
#dl-case-03 .dl-case-03Box ul li .dl-case-03BoxTitle h4 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  line-height: 2;
}
#dl-case-03 .dl-case-03Box ul li .dl-case-03BoxTitle p {
  color: #999999;
  font-size: 14px;
}
#dl-case-03 .dl-case-03Box ul li .dl-case-03BoxTitle i {
  display: inline-block;
  font-size: 14px;
  background-color: #000;
  line-height: 36px;
  color: #ccc;
  padding: 0 30px;
  margin-top: 20px;
}
#dl-case-03 .dl-case-03Box ul li .dl-case-03Num b {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}
#dl-case-03 .dl-case-03Box ul li .dl-case-03Num b .dl-case-03NumHref {
  display: block;
}
#dl-case-03 .dl-case-03Box ul li .dl-case-03Num b .dl-case-03NumHref img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 1;
}
#dl-case-03 .dl-case-03Box ul li .dl-case-03Num b::after {
  content: "";
  position: absolute;
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
}
#dl-case-03 .dl-case-03Box ul li .dl-case-03Num .dl-case-03More {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-case-03 .dl-case-03Box ul li .dl-case-03Num .dl-case-03More .dl-case-03MoreL {
  border-bottom: 1px solid #ccc;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 46%;
  flex-direction: column;
}
#dl-case-03 .dl-case-03Box ul li .dl-case-03Num .dl-case-03More .dl-case-03MoreL i {
  display: block;
  line-height: 16px;
  color: #333;
}
#dl-case-03 .dl-case-03Box ul li .dl-case-03Num .dl-case-03More .dl-case-03MoreL a {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
}
#dl-case-03 .dl-case-03Box ul li .dl-case-03Num .dl-case-03More .dl-case-03MoreR {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 46%;
  flex-direction: column;
  font-size: 70px;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #f8f8f8;
  line-height: 70px;
  text-align: right;
}
#dl-case-03 .dl-case-03Box .dl-case-03CenterMore {
  width: 46%;
  border-bottom: 1px solid #000;
  bottom: 0;
  right: 0;
  position: absolute;
}
#dl-case-03 .dl-case-03Box .dl-case-03CenterMore a {
  float: left;
  padding-top: 40px;
  font-size: 14px;
}
#dl-case-03 .dl-case-03Box .dl-case-03CenterMore i {
  float: right;
  position: relative;
}
#dl-case-03 .dl-case-03Box .dl-case-03CenterMore i b {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #f8f8f8;
  text-transform: uppercase;
  font-size: 70px;
}
#dl-case-03 .dl-case-03Box .dl-case-03CenterMore i p {
  position: absolute;
  right: 0;
  top: 40%;
}
#dl-advantage-06 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-06 span {
  font-size: inherit;
}
#dl-advantage-06 .dl-advantage-06Title {
  padding-bottom: 30px;
}
#dl-advantage-06 .dl-advantage-06Title p {
  font-size: 26px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
}
#dl-advantage-06 .dl-advantage-06Title b {
  line-height: 1.5;
  display: block;
  text-align: center;
  font-weight: normal;
  color: #333;
  font-size: 24px;
  position: relative;
  letter-spacing: 2px;
}
#dl-advantage-06 .dl-advantage-06Title b::before {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  top: 18px;
  margin-left: -40px;
  background: #666;
}
#dl-advantage-06 .dl-advantage-06Title b::after {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  top: 18px;
  margin-left: 16px;
  background: #666;
}
#dl-advantage-06 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2%;
}
#dl-advantage-06 ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 31%;
  flex-direction: column;
  width: 0;
  border-radius: 5px 5px 140px 140px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 100px;
}
#dl-advantage-06 ul li b {
  display: block;
}
#dl-advantage-06 ul li b img {
  max-width: 100%;
  width: 100%;
  display: block;
}
#dl-advantage-06 ul li h4 {
  font-size: 18px;
  padding-top: 16px;
  font-weight: normal;
  text-align: center;
  padding: 20px 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#dl-advantage-06 ul li h4 em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-advantage-06 ul li p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #666;
  width: 94%;
  margin: 0 auto;
}
#dl-advantage-06 ul li .dl-advantage-06NumBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#dl-advantage-06 ul li .dl-advantage-06NumBox i {
  display: block;
  width: 70%;
  height: 1px;
  background-color: #eee;
  margin: 20px auto 10px;
}
#dl-advantage-06 ul li .dl-advantage-06NumBox .dl-advantage-06Num {
  text-align: center;
  padding-bottom: 30px;
  font-size: 30px;
  font-family: simsum, 'å®‹ä½“';
  font-weight: bold;
}
#dl-case-04 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-case-04 span {
  font-size: inherit;
}
#dl-case-04 .dl-case-04Title h4 {
  font-size: 24px;
  line-height: 2;
  font-weight: normal;
  text-align: center;
  color: #333;
}
#dl-case-04 .dl-case-04Title p {
  line-height: 2;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
#dl-case-04 .dl-case-04Title a {
  width: 22px;
  height: 22px;
  display: block;
  margin: 10px auto;
}
#dl-case-04 .dl-case-04Title a img {
  display: block;
}
#dl-case-04 .dl-case-04Box {
  margin-top: 20px;
}
#dl-case-04 .dl-case-04Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-case-04 .dl-case-04Box ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 31%;
  flex-direction: column;
}
#dl-case-04 .dl-case-04Box ul li .dl-case-04BoxList {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-bottom: 1px;
  border-radius: 5px;
  margin-bottom: 40px;
}
#dl-case-04 .dl-case-04Box ul li .dl-case-04BoxList .dl-case-04BoxImg {
  display: block;
}
#dl-case-04 .dl-case-04Box ul li .dl-case-04BoxList .dl-case-04BoxImg img {
  max-width: 100%;
  width: 100%;
  display: block;
}
#dl-case-04 .dl-case-04Box ul li .dl-case-04BoxList .dl-case-04BoxHref {
  width: 100%;
  float: left;
  height: 50px;
  padding: 0 10px;
}
#dl-case-04 .dl-case-04Box ul li .dl-case-04BoxList .dl-case-04BoxHref .dl-case-04BoxHrefL {
  display: block;
  width: 70%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  font-size: 14px;
  color: #666666;
}
#dl-case-04 .dl-case-04Box ul li .dl-case-04BoxList .dl-case-04BoxHref .dl-case-04BoxHrefR {
  width: 30%;
  float: right;
  height: 50px;
  line-height: 50px;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  color: #666666;
}
#dl-case-04 .dl-case-04Box ul li .dl-case-04BoxList .dl-case-04BoxHref i {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  background-color: #469ee2;
  margin: 0 auto;
}
#dl-case-04 .dl-case-04Box ul li.dl-case-04PaddingTop {
  padding-top: 40px;
}
#dl-advantage-07 {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 1%;
}
#dl-advantage-07 span {
  font-size: inherit;
}
#dl-advantage-07 .dl-advantage-07Title {
  text-align: center;
}
#dl-advantage-07 .dl-advantage-07Title h4 {
  color: #999;
  text-align: center;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: normal;
}
#dl-advantage-07 .dl-advantage-07Title .dl-advantage-07TitleBox {
  position: relative;
  width: 100%;
}
#dl-advantage-07 .dl-advantage-07Title .dl-advantage-07TitleBox h5 {
  width: 100%;
  position: absolute;
  text-align: center;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 70px;
  color: rgba(79, 192, 224, 0.1);
}
#dl-advantage-07 .dl-advantage-07Title .dl-advantage-07TitleBox p {
  font-size: 26px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #333;
  position: relative;
  z-index: 1;
}
#dl-advantage-07 .dl-advantage-07Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxBg {
  width: 100%;
  height: 40%;
  background: #4fc0e0;
  position: absolute;
  bottom: 0;
  right: 0;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 74%;
  z-index: 1;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 48%;
  margin-bottom: 40px;
  flex-direction: column;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li .dl-advantage-07Top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li .dl-advantage-07Top b {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 10%;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li .dl-advantage-07Top b img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li .dl-advantage-07Top .dl0advantage-07TopOH {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 84%;
  display: block;
  width: 0;
  flex-direction: column;
  line-height: 50px;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li .dl-advantage-07Top .dl0advantage-07TopOH h4 {
  font-size: 20px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 50px;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li .dl-advantage-07Top p i {
  width: 84%;
  float: right;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li .dl-advantage-07Top p em {
  clear: both;
  content: "";
  display: block;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li .dl-advantage-07Line {
  width: 1px;
  height: 90%;
  background: #4fc0e0;
  position: absolute;
  top: 5%;
  right: -3%;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(3) .dl-advantage-07Top,
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(4) .dl-advantage-07Top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(3) .dl-advantage-07Top .dl0advantage-07TopOH,
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(4) .dl-advantage-07Top .dl0advantage-07TopOH {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 84%;
  display: block;
  width: 0;
  line-height: 50px;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(3) .dl-advantage-07Top .dl0advantage-07TopOH h4,
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(4) .dl-advantage-07Top .dl0advantage-07TopOH h4 {
  font-size: 20px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #fff;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(3) .dl-advantage-07Top p i,
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(4) .dl-advantage-07Top p i {
  width: 84%;
  float: right;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(3) .dl-advantage-07Top p em,
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(4) .dl-advantage-07Top p em {
  clear: both;
  content: "";
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(3) .dl-advantage-07Line,
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(4) .dl-advantage-07Line {
  width: 1px;
  height: 90%;
  background: #fff;
  position: absolute;
  top: 5%;
  right: -3%;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxR {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 1;
  z-index: 1;
  position: relative;
}
#dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxR img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
#dl-product-01 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-product-01 span {
  font-size: inherit;
}
#dl-product-01 .dl-product-01Top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopL {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 20%;
  flex-direction: column;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox {
  position: relative;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox .dl-product-01TopTitleMore {
  display: block;
  line-height: 50px;
  text-transform: uppercase;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox .dl-product-01TopTitle {
  position: relative;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox .dl-product-01TopTitle .dl-product-01TopTitleTop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox .dl-product-01TopTitle p {
  width: 1em;
  padding: 0.5em;
  box-sizing: content-box;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox .dl-product-01TopTitle .dl-product-01TopTitleBottom {
  display: block;
  text-indent: 2em;
  position: absolute;
  bottom: 0;
  left: 0;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox h4 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  color: #f8f8f8;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: -20%;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox h5 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  color: #f8f8f8;
  transform: rotate(90deg);
  position: absolute;
  top: 32%;
  left: -33%;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleMore {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  display: block;
  width: 80%;
  border-bottom: 1px solid #f18300;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopR {
  flex: 1;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopR ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopR ul li {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 48%;
  width: 0;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopR ul li .dl-product-01TopRImgBox {
  position: relative;
  width: 100%;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopR ul li .dl-product-01TopRImgBox .dl-product-01Img {
  display: block;
  height: 100%;
  width: 100%;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopR ul li .dl-product-01TopRImgBox .dl-product-01Img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopR ul li .dl-product-01TopRImgBox .dl-product-01Hot {
  position: absolute;
  width: 70px;
  height: 70px;
  color: #fff;
  top: -10px;
  right: -10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: italic;
  line-height: 70px;
  background-color: #f18300;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopR ul li .dl-product-01TopBottom {
  width: 100%;
  position: relative;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopR ul li .dl-product-01TopBottom::before {
  content: "";
  width: 8%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
#dl-product-01 .dl-product-01Top .dl-product-01TopR ul li .dl-product-01TopBottom a {
  line-height: 50px;
  width: 100%;
  padding-left: 12%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-product-01 .dl-product-01Bottom {
  margin-top: 30px;
}
#dl-product-01 .dl-product-01Bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-product-01 .dl-product-01Bottom ul li {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 30%;
  width: 0;
}
#dl-product-01 .dl-product-01Bottom ul li .dl-product-01TopRImgBox {
  position: relative;
  width: 100%;
}
#dl-product-01 .dl-product-01Bottom ul li .dl-product-01TopRImgBox .dl-product-01Img {
  display: block;
  height: 100%;
  width: 100%;
}
#dl-product-01 .dl-product-01Bottom ul li .dl-product-01TopRImgBox .dl-product-01Img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#dl-product-01 .dl-product-01Bottom ul li .dl-product-01TopRImgBox .dl-product-01Hot {
  position: absolute;
  width: 70px;
  height: 70px;
  color: #fff;
  top: -10px;
  right: -10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  line-height: 70px;
  background-color: #f18300;
}
#dl-product-01 .dl-product-01Bottom ul li .dl-product-01TopBottom {
  width: 100%;
  position: relative;
}
#dl-product-01 .dl-product-01Bottom ul li .dl-product-01TopBottom::before {
  content: "";
  width: 8%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
#dl-product-01 .dl-product-01Bottom ul li .dl-product-01TopBottom a {
  line-height: 50px;
  width: 100%;
  padding-left: 12%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-advantage-08 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-08 span {
  font-size: inherit;
}
#dl-advantage-08 .dl-advantage-08Title h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#dl-advantage-08 .dl-advantage-08Title p {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  color: #666;
  margin-top: 10px;
}
#dl-advantage-08 div.dl-advantage-08Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#dl-advantage-08 div.dl-advantage-08Box ul li {
  margin-top: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 31%;
  flex-direction: column;
  background: #000;
  padding: 20px 0 140px;
  position: relative;
  border-radius: 10px;
}
#dl-advantage-08 div.dl-advantage-08Box ul li b {
  width: 20%;
  display: block;
  margin: 10px auto;
  height: 50px;
}
#dl-advantage-08 div.dl-advantage-08Box ul li b img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#dl-advantage-08 div.dl-advantage-08Box ul li .dl-advantage-08Line {
  width: 20%;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
#dl-advantage-08 div.dl-advantage-08Box ul li p {
  color: #fff;
  padding-top: 20px;
  padding: 20px 8%;
  text-align: center;
  line-height: 2;
}
#dl-advantage-08 div.dl-advantage-08Box ul li .dl-advantage-08Boxlist {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
#dl-advantage-08 div.dl-advantage-08Box ul li .dl-advantage-08Boxlist h4 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}
#dl-advantage-08 div.dl-advantage-08Box ul li .dl-advantage-08Boxlist i {
  font-size: 14px;
  padding-top: 10px;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#dl-advantage-08 div.dl-advantage-08Box ul li:nth-child(1),
#dl-advantage-08 div.dl-advantage-08Box ul li:nth-child(3) {
  background-color: #f2ba15;
}
#dl-contact-04 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-contact-04 span {
  font-size: inherit;
}
#dl-contact-04 .dl-contact-04Title {
  width: 100%;
}
#dl-contact-04 .dl-contact-04Title h4 {
  text-align: center;
  font-size: 24px;
  color: #009946;
}
#dl-contact-04 .dl-contact-04Title p {
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
#dl-contact-04 .dl-contact-04Box {
  background: #f9f9f9;
  border-radius: 30px 10px 30px 10px;
}
#dl-contact-04 .dl-contact-04Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#dl-contact-04 .dl-contact-04Box ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 31%;
  flex-direction: column;
  position: relative;
}
#dl-contact-04 .dl-contact-04Box ul li b {
  width: 66px;
  height: 66px;
  display: block;
  margin: 30px auto;
  border-radius: 50%;
  background-color: #2276d9;
}
#dl-contact-04 .dl-contact-04Box ul li b img {
  width: 30%;
  max-width: 30%;
  display: block;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#dl-contact-04 .dl-contact-04Box ul li h4 {
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: normal;
}
#dl-contact-04 .dl-contact-04Box ul li p {
  font-size: 30px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  text-align: center;
  padding: 10px 0 30px;
}
#dl-contact-04 .dl-contact-04Box ul li .dl-contact-04BoxListLine {
  width: 1px;
  height: 40%;
  background: #ddd;
  position: absolute;
  top: 20%;
  right: 0;
}
#dl-contact-04 .dl-contact-04Box ul li i {
  width: 40%;
  display: block;
  margin: 30px auto 20px;
}
#dl-contact-04 .dl-contact-04Box ul li i img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
#dl-contact-04 .dl-contact-04Box ul li .dl-contact-04Text {
  display: block;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  color: #666;
}
#dl-product-02 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-product-02 span {
  font-size: inherit;
}
#dl-product-02 .dl-product-02Title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-product-02 .dl-product-02Title .dl-product-02TitleL {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 70%;
  flex-direction: column;
}
#dl-product-02 .dl-product-02Title .dl-product-02TitleL h4 {
  font-size: 30px;
  font-weight: bold;
}
#dl-product-02 .dl-product-02Title .dl-product-02TitleL p {
  position: relative;
  margin-top: 10px;
}
#dl-product-02 .dl-product-02Title .dl-product-02TitleL p i {
  font-size: 30px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
#dl-product-02 .dl-product-02Title .dl-product-02TitleL p b {
  width: 50%;
  height: 20px;
  background: rgba(238, 189, 62, 0.3);
  display: block;
  position: absolute;
  bottom: 0px;
}
#dl-product-02 .dl-product-02Title .dl-product-02TitleR {
  margin-top: 30px;
  text-transform: uppercase;
}
#dl-product-02 .dl-product-02Title .dl-product-02TitleR a {
  display: inline-block;
}
#dl-product-02 .dl-product-02Title .dl-product-02TitleR b {
  margin-left: 1em;
}
#dl-product-02 .dl-product-02Title .dl-product-02TitleR b img {
  display: inline-block;
  vertical-align: middle;
}
#dl-product-02 .dl-product-02Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-product-02 .dl-product-02Box ul li {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 48%;
  flex-direction: column;
  margin-top: 50px;
}
#dl-product-02 .dl-product-02Box ul li .dl-product-02Top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding: 20px 10px;
  background: #f8f8f8;
}
#dl-product-02 .dl-product-02Box ul li .dl-product-02Top .dl-product-02TopL i {
  width: 6px;
  height: 6px;
  background: #999999;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
#dl-product-02 .dl-product-02Box ul li .dl-product-02Top .dl-product-02TopL b {
  vertical-align: middle;
  display: inline-block;
  color: #999999;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#dl-product-02 .dl-product-02Box ul li .dl-product-02Top .dl-product-02TopR a {
  display: inline-block;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
#dl-product-02 .dl-product-02Box ul li .dl-product-02Top .dl-product-02TopR b {
  margin-left: 0.5em;
}
#dl-product-02 .dl-product-02Box ul li .dl-product-02Top .dl-product-02TopR b img {
  display: inline-block;
  vertical-align: middle;
}
#dl-product-02 .dl-product-02Box ul li .dl-product-02BoxImg {
  display: block;
  width: 100%;
}
#dl-product-02 .dl-product-02Box ul li .dl-product-02BoxImg img {
  width: 100%;
  max-width: 100%;
  display: block;
}
#dl-product-02 .dl-product-02Box ul li .dl-product-02More {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 25px 20px;
  background: #f8f8f8;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 2px solid #f5ae31;
}
#dl-product-03 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-product-03 span {
  font-size: inherit;
}
#dl-product-03 .dl-product-03Title h4 {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 30px;
}
#dl-product-03 .dl-product-03Title .dl-product-03TitleLine {
  width: 36px;
  height: 2px;
  background: #20584f;
  margin: 10px auto;
}
#dl-product-03 .dl-product-03Title p {
  color: #999;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
#dl-product-03 .dl-product-03Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-product-03 .dl-product-03Box ul li {
  margin-top: 80px;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 24%;
  flex-direction: column;
  width: 0;
}
#dl-product-03 .dl-product-03Box ul li .dl-product-03BoxImg {
  display: block;
  position: relative;
}
#dl-product-03 .dl-product-03Box ul li .dl-product-03BoxImg img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
#dl-product-03 .dl-product-03Box ul li .dl-product-03BoxImg i {
  width: 90%;
  height: 90%;
  border: 1px solid #fff;
  top: 5%;
  left: 5%;
  position: absolute;
}
#dl-product-03 .dl-product-03Box ul li .dl-product-03BoxLine {
  width: 1px;
  height: 20px;
  background: #20584f;
  display: block;
  margin: 30px auto 20px;
}
#dl-product-03 .dl-product-03Box ul li .dl-product-03BoxMore {
  height: 40px;
  border-radius: 25px;
  border: 1px solid #20584f;
  width: 80%;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-product-03 .dl-product-03Box ul li:nth-child(2) {
  margin-top: 40px;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 48%;
  flex-direction: column;
  width: 0;
}
#dl-product-03 .dl-product-03Box ul li:nth-child(2) .dl-product-03BoxImg {
  display: block;
  position: relative;
}
#dl-product-03 .dl-product-03Box ul li:nth-child(2) .dl-product-03BoxImg img {
  max-width: 100%;
  width: 100%;
  display: block;
}
#dl-product-03 .dl-product-03Box ul li:nth-child(2) .dl-product-03BoxImg i {
  width: 90%;
  height: 90%;
  border: 1px solid #fff;
  top: 5%;
  left: 5%;
  position: absolute;
}
#dl-product-03 .dl-product-03Box ul li:nth-child(2) .dl-product-03BoxLine {
  width: 1px;
  height: 20px;
  background: #20584f;
  display: block;
  margin: 30px auto 20px;
}
#dl-product-03 .dl-product-03Box ul li:nth-child(2) .dl-product-03BoxMore {
  height: 40px;
  border-radius: 25px;
  border: 1px solid #20584f;
  width: 80%;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-product-04 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-product-04 span {
  font-size: inherit;
}
#dl-product-04 .dl-product-04Title {
  display: block;
  width: 100%;
  text-align: center;
}
#dl-product-04 .dl-product-04Title h4 {
  color: #1d2089;
  font-size: 24px;
  text-align: center;
}
#dl-product-04 .dl-product-04Title p {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 15px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  color: #666666;
}
#dl-product-04 .dl-product-04Title p::before {
  content: "";
  width: 60px;
  height: 1px;
  background: #333;
  display: inline-block;
  vertical-align: super;
  margin: 0 10px;
}
#dl-product-04 .dl-product-04Title p::after {
  content: "";
  width: 60px;
  height: 1px;
  display: inline-block;
  vertical-align: super;
  margin: 0 10px;
  background: #333;
}
#dl-product-04 .dl-product-04Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-product-04 .dl-product-04Box ul li {
  margin-top: 40px;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 32%;
}
#dl-product-04 .dl-product-04Box ul li a.dl-products-04Img {
  display: block;
  border-radius: 10px 20px 10px 10px;
  overflow: hidden;
  border: 1px solid #eee;
  width: 100%;
}
#dl-product-04 .dl-product-04Box ul li a.dl-products-04Img img {
  max-width: 100%;
  width: 100%;
  display: block;
}
#dl-product-04 .dl-product-04Box ul li .dl-products-04Href {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
#dl-product-04 .dl-product-04Box ul li .dl-products-04Href .dl-products-04HrefL {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 26%;
  height: 70px;
  color: #fff;
  background-color: #1d2089;
  line-height: 70px;
  text-align: center;
  margin-top: -20px;
}
#dl-product-04 .dl-product-04Box ul li .dl-products-04Href .dl-products-04HrefL i {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#dl-product-04 .dl-product-04Box ul li .dl-products-04Href .dl-products-04HrefR {
  flex: 1;
  padding: 0 0 0 10px;
  width: 0;
}
#dl-product-04 .dl-product-04Box ul li .dl-products-04Href .dl-products-04HrefR a {
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
}
#dl-product-04 .dl-product-04Box ul li .dl-products-04Href .dl-products-04HrefR i {
  float: right;
  margin-top: 18px;
}
#dl-advantage-09 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-09 span {
  font-size: inherit;
}
#dl-advantage-09 .dl-advantage-09Title {
  display: block;
  width: 100%;
  text-align: center;
}
#dl-advantage-09 .dl-advantage-09Title h4 {
  color: #1d2089;
  font-size: 24px;
  text-align: center;
}
#dl-advantage-09 .dl-advantage-09Title p {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 15px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  color: #666666;
}
#dl-advantage-09 .dl-advantage-09Title p::before {
  content: "";
  width: 60px;
  height: 1px;
  background: #333;
  display: inline-block;
  vertical-align: super;
  margin: 0 10px;
}
#dl-advantage-09 .dl-advantage-09Title p::after {
  content: "";
  width: 60px;
  height: 1px;
  display: inline-block;
  vertical-align: super;
  margin: 0 10px;
  background: #333;
}
#dl-advantage-09 .dl-advantage-09Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-advantage-09 .dl-advantage-09Box ul li {
  margin-top: 40px;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 31%;
  flex-direction: column;
  padding: 30px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#dl-advantage-09 .dl-advantage-09Box ul li i {
  width: 108px;
  height: 108px;
  margin: 0 auto;
  border-radius: 50%;
  border: 8px solid rgba(29, 32, 137, 0.5);
  box-sizing: content-box;
}
#dl-advantage-09 .dl-advantage-09Box ul li i b {
  text-align: center;
  width: 108px;
  line-height: 108px;
  background-color: #1d2089;
  display: block;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-advantage-09 .dl-advantage-09Box ul li p {
  width: 80%;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: center;
}
#dl-advantage-09 .dl-advantage-09Box ul li .dl-advantage-09Line {
  width: 2px;
  height: 30px;
  background: #1d2089;
  margin: 20px auto;
}
#dl-advantage-09 .dl-advantage-09Box ul b.dl-advantage-09BoxEn {
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  font-size: 14px;
}
#dl-product-05 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-product-05 span {
  font-size: inherit;
}
#dl-product-05 .dl-product-05Title h4 {
  font-size: 33px;
  color: #e5e5e5;
  text-align: center;
  text-transform: uppercase;
}
#dl-product-05 .dl-product-05Title .dl-product-05TitleBox {
  text-align: center;
}
#dl-product-05 .dl-product-05Title .dl-product-05TitleBox i {
  width: 80px;
  height: 1px;
  position: relative;
  margin: 0 20px;
  background: #d9d9d9;
  display: inline-block;
  vertical-align: super;
}
#dl-product-05 .dl-product-05Title .dl-product-05TitleBox i b {
  width: 15%;
  height: 3px;
  background: #45a8f9;
  position: absolute;
  top: -1px;
  right: 0;
}
#dl-product-05 .dl-product-05Title .dl-product-05TitleBox i.dl-product-05TitleBoxR b {
  right: auto;
  left: 0;
}
#dl-product-05 .dl-product-05Title .dl-product-05TitleBox p {
  font-size: 24px;
  display: inline-block;
}
#dl-product-05 .dl-product-05Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-product-05 .dl-product-05Box ul li {
  margin-top: 40px;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 31%;
  width: 0;
}
#dl-product-05 .dl-product-05Box ul li .dl-product-05BoxImg {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
}
#dl-product-05 .dl-product-05Box ul li .dl-product-05BoxImg img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#dl-product-05 .dl-product-05Box ul li b {
  display: block;
  border: 1px solid #ccc;
  border-top: 0;
  width: 100%;
  padding: 0 10px;
}
#dl-product-05 .dl-product-05Box ul li b a {
  display: block;
  width: 90%;
  float: left;
  line-height: 50px;
  height: 50px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
#dl-product-05 .dl-product-05Box ul li b p {
  width: 5%;
  float: right;
  height: 50px;
}
#dl-product-05 .dl-product-05Box ul li b p img {
  display: inline-block;
  text-align: right;
  height: 50px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#dl-product-05 .dl-product-05Box ul li b::after {
  content: "";
  clear: both;
}
#dl-advantage-10 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-10 span {
  font-size: inherit;
}
#dl-advantage-10 .dl-advantage-10Title h4 {
  font-size: 33px;
  color: #e5e5e5;
  text-align: center;
  text-transform: uppercase;
}
#dl-advantage-10 .dl-advantage-10Title .dl-advantage-10TitleBox {
  text-align: center;
}
#dl-advantage-10 .dl-advantage-10Title .dl-advantage-10TitleBox i {
  width: 80px;
  height: 1px;
  position: relative;
  margin: 0 20px;
  background: #d9d9d9;
  display: inline-block;
  vertical-align: super;
}
#dl-advantage-10 .dl-advantage-10Title .dl-advantage-10TitleBox i b {
  width: 15%;
  height: 3px;
  background: #45a8f9;
  position: absolute;
  top: -1px;
  right: 0;
}
#dl-advantage-10 .dl-advantage-10Title .dl-advantage-10TitleBox i.dl-advantage-10TitleBoxR b {
  right: auto;
  left: 0;
}
#dl-advantage-10 .dl-advantage-10Title .dl-advantage-10TitleBox p {
  font-size: 24px;
  display: inline-block;
}
#dl-advantage-10 .dl-advantage-10Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-advantage-10 .dl-advantage-10Box ul li {
  margin-top: 40px;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 31%;
  flex-direction: column;
  background: #fbfbfb;
  padding: 30px 0;
  border-radius: 10px;
}
#dl-advantage-10 .dl-advantage-10Box ul li i {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px solid rgba(69, 168, 249, 0.16);
  box-sizing: content-box;
}
#dl-advantage-10 .dl-advantage-10Box ul li i b {
  text-align: center;
  background-color: #45a8f9;
  display: block;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-advantage-10 .dl-advantage-10Box ul li i b img {
  height: 70px;
  object-fit: contain;
  width: 40%;
  display: block;
  margin: 0 auto;
}
#dl-advantage-10 .dl-advantage-10Box ul li h4 {
  width: 100%;
  font-size: 30px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
  padding: 20px 0;
}
#dl-advantage-10 .dl-advantage-10Box ul li .dl-advantage-10BoxTitle {
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
#dl-advantage-10 .dl-advantage-10Box ul li p {
  margin-top: 20px;
  width: 100%;
  padding: 0 15px;
  color: #737373;
  font-size: 14px;
  text-indent: 2em;
  line-height: 2;
}
#dl-advantage-11 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-11 span {
  font-size: inherit;
}
#dl-advantage-11 .dl-advantage-11Title h4 {
  text-align: center;
}
#dl-advantage-11 .dl-advantage-11Title h4 i {
  font-size: 32px;
  color: #67a80a;
  font-weight: normal;
  padding: 0 10px;
}
#dl-advantage-11 .dl-advantage-11Title h4 b {
  font-size: 32px;
  color: #333;
  font-weight: normal;
}
#dl-advantage-11 .dl-advantage-11Title em {
  display: block;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #333;
  padding-top: 10px;
}
#dl-advantage-11 .dl-advantage-11Box {
  margin-top: 40px;
  background: #67a80a;
  position: relative;
}
#dl-advantage-11 .dl-advantage-11Box .dl-advantage-11BoxBg {
  display: block;
  opacity: 0.3;
  width: 100%;
  object-fit: cover;
}
#dl-advantage-11 .dl-advantage-11Box .dl-advantage-11Line1 {
  height: 100%;
  width: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  left: 25%;
}
#dl-advantage-11 .dl-advantage-11Box .dl-advantage-11Line2 {
  height: 100%;
  width: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  left: 50%;
}
#dl-advantage-11 .dl-advantage-11Box .dl-advantage-11Line3 {
  height: 100%;
  width: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  left: 75%;
}
#dl-advantage-11 .dl-advantage-11Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  top: 40%;
}
#dl-advantage-11 .dl-advantage-11Box ul li {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 25%;
  flex-direction: column;
}
#dl-advantage-11 .dl-advantage-11Box ul li b {
  width: 18%;
  margin: 0 auto;
}
#dl-advantage-11 .dl-advantage-11Box ul li b img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  height: 50px;
}
#dl-advantage-11 .dl-advantage-11Box ul li p {
  font-size: 20px;
  text-align: center;
  margin-top: 10%;
  color: #fff;
  width: 100%;
  padding: 0 10px;
}
#dl-contact-05 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-contact-05 span {
  font-size: inherit;
}
#dl-contact-05 .dl-contact-05Title h4 {
  text-align: center;
}
#dl-contact-05 .dl-contact-05Title h4 i {
  font-size: 32px;
  color: #67a80a;
  font-weight: normal;
  padding: 0 10px;
}
#dl-contact-05 .dl-contact-05Title h4 b {
  font-size: 32px;
  color: #333;
  font-weight: normal;
}
#dl-contact-05 .dl-contact-05Title em {
  display: block;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #333;
  padding-top: 10px;
}
#dl-contact-05 .dl-contact-05Box {
  position: relative;
  padding-bottom: 6%;
  margin-top: 50px;
}
#dl-contact-05 .dl-contact-05Box .dl-contact-05BoxBg {
  padding: 10% 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 100px 100px 0 0;
  background: #333333 url(../image/dl-contact-05Bg.png);
}
#dl-contact-05 .dl-contact-05Box .dl-contact-05BoxList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  width: 94%;
  margin: 0 auto;
}
#dl-contact-05 .dl-contact-05Box .dl-contact-05BoxList ul li {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 32%;
  flex-direction: column;
  position: relative;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
#dl-contact-05 .dl-contact-05Box .dl-contact-05BoxList ul li h4 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  position: relative;
}
#dl-contact-05 .dl-contact-05Box .dl-contact-05BoxList ul li h4 b {
  font-size: 60px;
  font-style: italic;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  line-height: 58px;
  height: 48px;
  color: #e5e5e5;
}
#dl-contact-05 .dl-contact-05Box .dl-contact-05BoxList ul li h4 i {
  width: 30%;
  height: 10px;
  background-color: #67a80a;
  position: absolute;
  left: 35%;
  border-radius: 5px;
  bottom: 0;
}
#dl-contact-05 .dl-contact-05Box .dl-contact-05BoxList ul li p {
  padding: 30px 10px;
  text-align: center;
  font-size: 20px;
  color: #444;
  font-size: 16px;
  line-height: 2;
}
#dl-product-06 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-product-06 span {
  font-size: inherit;
}
#dl-product-06 .dl-product-06Title h4 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #eac49b;
}
#dl-product-06 .dl-product-06Title .dl-product-06TitleBox {
  text-align: center;
}
#dl-product-06 .dl-product-06Title .dl-product-06TitleBox p {
  font-size: 20px;
  line-height: 40px;
  margin-top: 5px;
}
#dl-product-06 .dl-product-06Title .dl-product-06TitleBox i {
  width: 10%;
  height: 2px;
  display: block;
  background-color: #eac49b;
  margin: 0 auto;
  margin-top: 10px;
}
#dl-product-06 .dl-product-06Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-product-06 .dl-product-06Box ul li {
  margin-top: 40px;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 31%;
  width: 0;
}
#dl-product-06 .dl-product-06Box ul li .dl-product-06MinBox {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
#dl-product-06 .dl-product-06Box ul li .dl-product-06MinBox .dl-product-06Img {
  width: 100%;
  display: block;
  height: 100%;
}
#dl-product-06 .dl-product-06Box ul li .dl-product-06MinBox .dl-product-06Img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#dl-product-06 .dl-product-06Box ul li .dl-product-06MinBox .dl-product-06More {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#dl-product-06 .dl-product-06Box ul li .dl-product-06MinBox .dl-product-06More a {
  line-height: 3;
  display: block;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
#dl-advantage-12 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-12 span {
  font-size: inherit;
}
#dl-advantage-12 .dl-advantage-12Title {
  width: 100%;
}
#dl-advantage-12 .dl-advantage-12Title h4 {
  color: #b2b2b2;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
#dl-advantage-12 .dl-advantage-12Title p {
  font-size: 32px;
  color: #595758;
  text-align: center;
  padding: 10px 0;
}
#dl-advantage-12 .dl-advantage-12Title i {
  display: block;
  width: 10%;
  height: 2px;
  margin: 10px auto;
  background: #f08300;
  position: relative;
}
#dl-advantage-12 .dl-advantage-12Title i::after {
  content: "";
  width: 50%;
  height: 2px;
  background: #333333;
  position: absolute;
  right: 0;
  top: 0;
}
#dl-advantage-12 .dl-advantage-12Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#dl-advantage-12 .dl-advantage-12Box ul li {
  margin-bottom: 30px;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 31%;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 10px;
}
#dl-advantage-12 .dl-advantage-12Box ul li .dl-advantage-12BoxTop {
  width: 30%;
  margin: 0 auto;
}
#dl-advantage-12 .dl-advantage-12Box ul li .dl-advantage-12BoxTop h4 {
  font-size: 36px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: #474848;
  position: relative;
}
#dl-advantage-12 .dl-advantage-12Box ul li .dl-advantage-12BoxTop h4::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #333;
  transform: rotate(-45deg);
  top: 35px;
  left: 40%;
}
#dl-advantage-12 .dl-advantage-12Box ul li .dl-advantage-12BoxTop p {
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  color: #474848;
}
#dl-advantage-12 .dl-advantage-12Box ul li h4.dl-advantage-12BoxTitle {
  width: 100%;
  font-weight: normal;
  text-align: center;
  margin: 20px 0;
}
#dl-advantage-12 .dl-advantage-12Box ul li h4.dl-advantage-12BoxTitle i {
  font-size: 32px;
  color: #474848;
}
#dl-advantage-12 .dl-advantage-12Box ul li h4.dl-advantage-12BoxTitle b {
  font-size: 32px;
  font-weight: normal;
  color: #f08300;
}
#dl-advantage-12 .dl-advantage-12Box ul li .dl-advantage-12BoxText {
  padding: 0 20px;
  font-size: 14px;
  line-height: 2;
  color: #595959;
}
#dl-advantage-13 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-13 span {
  font-size: inherit;
}
#dl-advantage-13 .dl-advantage-13Title {
  width: 100%;
  text-align: center;
}
#dl-advantage-13 .dl-advantage-13Title h4 {
  font-size: 30px;
  color: #cdaa66;
}
#dl-advantage-13 .dl-advantage-13Title p {
  margin-top: 10px;
}
#dl-advantage-13 .dl-advantage-13Title p i {
  display: inline-block;
  width: 5%;
  height: 1px;
  background-color: #cdaa66;
  margin: 0 15px;
  vertical-align: middle;
}
#dl-advantage-13 .dl-advantage-13Title p b {
  font-size: 16px;
  font-weight: normal;
  height: 16px;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxTop {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxTop .dl-advantage-13BoxTopL {
  flex: 0 0 58%;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  background: rgba(205, 170, 102, 0.8);
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxTop .dl-advantage-13BoxTopL h4 {
  position: absolute;
  top: 0;
  left: 8%;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 2.5%;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxTop .dl-advantage-13BoxTopL b {
  display: block;
  width: 100%;
  padding: 8%;
  height: 100%;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxTop .dl-advantage-13BoxTopL b img {
  width: 100%;
  max-width: 100%;
  border: 10px solid rgba(255, 255, 255, 0.6);
  height: 100%;
  object-fit: cover;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxTop .dl-advantage-13BoxTopL .dl-advantage-13BoxTopLLine {
  position: absolute;
  right: 8%;
  width: 20%;
  height: 1px;
  background: #fff;
  bottom: 5%;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxTop .dl-advantage-13BoxTopR {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 0 0 42%;
  background: #f8f8f8;
  padding: 30px 30px;
  flex-direction: column;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxTop .dl-advantage-13BoxTopR h4 {
  font-weight: bold;
  font-size: 24px;
  color: #cdaa66;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxTop .dl-advantage-13BoxTopR p {
  color: #999999;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxTop .dl-advantage-13BoxTopR i {
  display: block;
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
  text-indent: 2em;
  color: #666;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom {
  width: 100%;
  margin-top: 30px;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f8f8f8;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul li {
  display: inline-flex;
  flex: 0 0 25%;
  padding: 20px 0px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul li .dl-advaatge-13BoxBottomL {
  width: 30%;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul li .dl-advaatge-13BoxBottomL b {
  width: 40%;
  margin: 0 auto;
  display: block;
  height: 100%;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul li .dl-advaatge-13BoxBottomL b img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul li .dl-advaatge-13BoxBottomR {
  position: relative;
  width: 65%;
  padding-right: 5%;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul li .dl-advaatge-13BoxBottomR i {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #cdaa66;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul li .dl-advaatge-13BoxBottomR h4 {
  font-size: 16px;
  font-weight: normal;
  color: #cdaa66;
  padding: 6px 0 0;
}
#dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul li .dl-advaatge-13BoxBottomR p {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 10px;
}
#dl-advantage-14 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-14 span {
  font-size: inherit;
}
#dl-advantage-14 .dl-advantage-14Title h4 {
  font-size: 32px;
  color: #333;
  text-align: center;
}
#dl-advantage-14 .dl-advantage-14Title .dl-advantage-14TitleLine {
  margin-top: 10px;
}
#dl-advantage-14 .dl-advantage-14Title .dl-advantage-14TitleLine i {
  width: 44%;
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background: #ebebeb;
}
#dl-advantage-14 .dl-advantage-14Title .dl-advantage-14TitleLine b {
  width: 10%;
  display: inline-block;
  text-align: center;
}
#dl-advantage-14 .dl-advantage-14Title .dl-advantage-14TitleLine b::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #a8a8a8;
  border-radius: 50%;
  display: inline-block;
}
#dl-advantage-14 .dl-advantage-14Title .dl-advantage-14TitleLine b::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #a8a8a8;
  border-radius: 50%;
  display: inline-block;
}
#dl-advantage-14 .dl-advantage-14Title .dl-advantage-14TitleLine b em {
  width: 6px;
  height: 6px;
  background: #f5ae31;
  border-radius: 50%;
  display: inline-block;
}
#dl-advantage-14 .dl-advantage-14Title p {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #888;
  margin-top: 10px;
  font-size: 14px;
}
#dl-advantage-14 .dl-advantage-14Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-advantage-14 .dl-advantage-14Box ul li {
  margin-top: 30px;
  flex: 0 0 49%;
  flex-direction: column;
  position: relative;
  height: 200px;
}
#dl-advantage-14 .dl-advantage-14Box ul li .dl-advantage-14BoxBg {
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  background: #fafafa;
}
#dl-advantage-14 .dl-advantage-14Box ul li .dl-advantage-14BoxCenter {
  display: flex;
}
#dl-advantage-14 .dl-advantage-14Box ul li .dl-advantage-14BoxCenter .dl-advantage-14BoxL {
  position: relative;
  z-index: 2;
  width: 160px;
  height: 160px;
  margin-top: 20px;
  border: 5px solid #fff;
  border-radius: 50%;
}
#dl-advantage-14 .dl-advantage-14Box ul li .dl-advantage-14BoxCenter .dl-advantage-14BoxL img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#dl-advantage-14 .dl-advantage-14Box ul li .dl-advantage-14BoxCenter .dl-advantage-14BoxR {
  display: flex;
  position: relative;
  flex: 1;
  padding: 0 10px 0 20px;
  flex-direction: column;
}
#dl-advantage-14 .dl-advantage-14Box ul li .dl-advantage-14BoxCenter .dl-advantage-14BoxR h4 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 30px;
}
#dl-advantage-14 .dl-advantage-14Box ul li .dl-advantage-14BoxCenter .dl-advantage-14BoxR .dl-advantage-14BoxRLine {
  width: 20%;
  height: 2px;
  background: #000;
  margin: 14px 0;
}
#dl-advantage-14 .dl-advantage-14Box ul li .dl-advantage-14BoxCenter .dl-advantage-14BoxR p {
  color: #838383;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 2;
  font-size: 14px;
}
#dl-contact-06 {
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-contact-06 span {
  font-size: inherit;
}
#dl-contact-06 .dl-contact-06Title {
  position: relative;
  padding-top: 30px;
  z-index: 2;
}
#dl-contact-06 .dl-contact-06Title h4 {
  font-size: 32px;
  color: #fff;
  text-align: center;
}
#dl-contact-06 .dl-contact-06Title .dl-contact-06TitleLine {
  margin-top: 10px;
}
#dl-contact-06 .dl-contact-06Title .dl-contact-06TitleLine i {
  width: 44%;
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background: #fff;
}
#dl-contact-06 .dl-contact-06Title .dl-contact-06TitleLine b {
  width: 10.97%;
  display: inline-block;
  text-align: center;
}
#dl-contact-06 .dl-contact-06Title .dl-contact-06TitleLine b::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
}
#dl-contact-06 .dl-contact-06Title .dl-contact-06TitleLine b::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
}
#dl-contact-06 .dl-contact-06Title .dl-contact-06TitleLine b em {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
}
#dl-contact-06 .dl-contact-06Title p {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
}
#dl-contact-06 .dl-contact-06BoxBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f5ae31;
}
#dl-contact-06 .dl-contact-06BoxBg img {
  display: block;
  width: 100%;
  max-width: 100%;
  opacity: 0.2;
}
#dl-contact-06 .dl-contact-06Box {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 90%;
  margin: 20px auto;
  padding: 3% 5%;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#dl-contact-06 .dl-contact-06Box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-contact-06 .dl-contact-06Box ul li {
  flex-wrap: wrap;
  flex-direction: column;
  flex: 0 0 49%;
  margin: 15px 0;
}
#dl-contact-06 .dl-contact-06Box ul li .dl-contact-06BoxCenter {
  display: flex;
}
#dl-contact-06 .dl-contact-06Box ul li .dl-contact-06BoxCenter b.dl-contact-06BoxImg {
  width: 50px;
  height: 50px;
  border: 1px solid #666666;
  display: block;
  border-radius: 50%;
}
#dl-contact-06 .dl-contact-06Box ul li .dl-contact-06BoxCenter b.dl-contact-06BoxImg img {
  width: 50%;
  margin: 0 auto;
  display: block;
  height: 100%;
  object-fit: contain;
}
#dl-contact-06 .dl-contact-06Box ul li .dl-contact-06BoxCenter .dl-contact-06BoxR {
  flex: 1;
  padding: 0 15px;
}
#dl-contact-06 .dl-contact-06Box ul li .dl-contact-06BoxCenter .dl-contact-06BoxR i {
  margin-top: 10px;
  height: 30px;
  display: block;
  line-height: 30px;
  font-size: 16px;
}
#dl-contact-06 .dl-contact-06Box ul li .dl-contact-06BoxCenter .dl-contact-06BoxR i b {
  font-weight: normal;
  color: #666;
  font-size: 14px;
}
#dl-product-07 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-product-07 span {
  font-size: inherit;
}
#dl-product-07 .dl-product-07Title .dl-product-07TitleTop {
  text-align: center;
}
#dl-product-07 .dl-product-07Title .dl-product-07TitleTop i {
  width: 2px;
  height: 40px;
  background: #f00;
  display: inline-block;
  vertical-align: bottom;
}
#dl-product-07 .dl-product-07Title .dl-product-07TitleTop b {
  height: 25px;
  width: 2px;
  background: #f00;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px;
}
#dl-product-07 .dl-product-07Title .dl-product-07TitleTop h4 {
  display: inline-block;
  font-weight: normal;
  padding: 0 10px;
  padding-bottom: 6px;
}
#dl-product-07 .dl-product-07Title .dl-product-07TitleTop h4 em {
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 2px;
  padding: 0 10px;
}
#dl-product-07 .dl-product-07Title .dl-product-07TitleTop h4 p {
  display: inline-block;
  color: #dedede;
  line-height: 30px;
  font-size: 20px;
}
#dl-product-07 .dl-product-07Title .dl-product-07TitleBottom {
  color: #999;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 20px;
}
#dl-product-07 .dl-product-07Box {
  margin-top: 20px;
}
#dl-product-07 .dl-product-07Box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-product-07 .dl-product-07Box ul li {
  flex-wrap: wrap;
  flex-direction: column;
  flex: 0 0 49%;
  margin: 15px 0;
  padding: 20px 20px 0 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #ff0000;
}
#dl-product-07 .dl-product-07Box ul li .dl-product-07BoxImg {
  width: 100%;
}
#dl-product-07 .dl-product-07Box ul li .dl-product-07BoxImg img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#dl-product-07 .dl-product-07Box ul li .dl-product-07BoxText {
  display: block;
  margin-top: 10px;
  display: flex;
  padding-bottom: 20px;
}
#dl-product-07 .dl-product-07Box ul li .dl-product-07BoxText i {
  color: #eee;
  font-size: 60px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  height: 60px;
  display: block;
  flex: 0 0 18%;
  width: 0;
}
#dl-product-07 .dl-product-07Box ul li .dl-product-07BoxText .dl-product-07BoxTextHref {
  display: block;
  flex: 0 0 70%;
  width: 0;
  padding-left: 10px;
}
#dl-product-07 .dl-product-07Box ul li .dl-product-07BoxText .dl-product-07BoxTextHref b {
  display: block;
  font-weight: normal;
  color: #333;
  line-height: 2;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
#dl-product-07 .dl-product-07Box ul li .dl-product-07BoxText .dl-product-07BoxTextHref p {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-product-07 .dl-product-07Box ul li .dl-product-07BoxText .dl-product-07BoxTextMore {
  width: 40px;
  flex-wrap: wrap;
  height: 40px;
  background: #f00;
  margin-top: 15px;
  border-radius: 5px;
}
#dl-product-07 .dl-product-07Box ul li .dl-product-07BoxText .dl-product-07BoxTextMore img {
  width: 50%;
  display: block;
  margin: 0 auto;
  height: 40px;
  object-fit: contain;
}
#dl-product-08 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-product-08 span {
  font-size: inherit;
}
#dl-product-08 .dl-product-08Title h4 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 2px;
}
#dl-product-08 .dl-product-08Title .dl-product-08TitleLine {
  text-align: center;
  margin-top: 5px;
}
#dl-product-08 .dl-product-08Title .dl-product-08TitleLine i {
  width: 15%;
  height: 2px;
  background: #333333;
  display: inline-block;
  vertical-align: middle;
}
#dl-product-08 .dl-product-08Title .dl-product-08TitleLine b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  display: inline-block;
}
#dl-product-08 .dl-product-08Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-product-08 .dl-product-08Box ul li {
  margin-top: 30px;
  padding: 15px;
  flex: 0 0 32%;
  flex-direction: column;
  border: 1px solid #eee;
  width: 0;
  text-align: center;
}
#dl-product-08 .dl-product-08Box ul li .dl-product-08BoxImg {
  display: block;
  width: 100%;
}
#dl-product-08 .dl-product-08Box ul li .dl-product-08BoxImg img {
  width: 100%;
  max-width: 100%;
  display: block;
}
#dl-product-08 .dl-product-08Box ul li i {
  font-size: 12px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #c5c3c3;
  display: block;
  position: relative;
  padding: 20px 0 10px;
  text-transform: uppercase;
}
#dl-product-08 .dl-product-08Box ul li i::before {
  content: "";
  width: 20%;
  height: 1px;
  background: #c5c3c3;
  display: inline-block;
  vertical-align: super;
  margin: 0 2%;
}
#dl-product-08 .dl-product-08Box ul li i::after {
  content: "";
  width: 20%;
  height: 1px;
  background: #c5c3c3;
  vertical-align: super;
  margin: 0 2%;
  display: inline-block;
}
#dl-product-08 .dl-product-08Box ul li .dl-product-08BoxText {
  font-size: 16px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  margin-top: 5px;
}
#dl-product-08 .dl-product-08Box ul li .dl-product-08BoxText b {
  font-weight: normal;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-product-08 .dl-product-08Box ul li .dl-product-08BoxMore {
  font-size: 14px;
  display: inline-block;
  color: #666;
  padding: 5px 20px;
  border-radius: 20px;
  border: 1px solid #eee;
  margin-top: 10px;
}
#dl-advantage-15 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-15 span {
  font-size: inherit;
}
#dl-advantage-15 .dl-advantage-15Title h4 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 2px;
}
#dl-advantage-15 .dl-advantage-15Title .dl-advantage-15TitleLine {
  text-align: center;
  margin-top: 5px;
}
#dl-advantage-15 .dl-advantage-15Title .dl-advantage-15TitleLine i {
  width: 15%;
  height: 2px;
  background: #333333;
  display: inline-block;
  vertical-align: middle;
}
#dl-advantage-15 .dl-advantage-15Title .dl-advantage-15TitleLine b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  display: inline-block;
}
#dl-advantage-15 .dl-advantage-15Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  border: 1px solid #e5e5e5;
}
#dl-advantage-15 .dl-advantage-15Box ul li {
  flex: 0 0 25%;
  flex-direction: column;
  padding: 0 2%;
  position: relative;
  background: #fff;
}
#dl-advantage-15 .dl-advantage-15Box ul li b {
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  margin: 30px auto;
  display: block !important;
}
#dl-advantage-15 .dl-advantage-15Box ul li b img {
  width: 50%;
  height: 100%;
  display: block;
  max-width: 50%;
  margin: 0 auto;
  object-fit: contain;
}
#dl-advantage-15 .dl-advantage-15Box ul li h4 {
  font-weight: normal;
  text-align: center;
  padding-bottom: 20px;
}
#dl-advantage-15 .dl-advantage-15Box ul li p {
  text-align: center;
  padding-bottom: 30px;
  color: #7c7c7c;
  line-height: 30px;
}
#dl-advantage-15 .dl-advantage-15Box ul li i {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
#dl-advantage-15 .dl-advantage-15Box ul li:nth-child(1),
#dl-advantage-15 .dl-advantage-15Box ul li:nth-child(3) {
  background: #f1f1f1;
}
#dl-advantage-16 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-advantage-16 span {
  font-size: inherit;
}
#dl-advantage-16 .dl-advantage-16Title {
  height: 120px;
  position: relative;
}
#dl-advantage-16 .dl-advantage-16Title h4 {
  font-size: 120px;
  text-transform: uppercase;
  line-height: 120px;
  text-align: center;
  color: #eee;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#dl-advantage-16 .dl-advantage-16Title p {
  width: 40%;
  position: absolute;
  left: 30%;
  top: 0;
  font-size: 30px;
  text-align: center;
  line-height: 120px;
  font-weight: bold;
  color: #274280;
  letter-spacing: 4px;
}
#dl-advantage-16 .dl-advantage-16Title .dl-advantage-16TitleLine {
  width: 10%;
  height: 2px;
  background: #274280;
  position: absolute;
  bottom: 8%;
  left: 45%;
}
#dl-advantage-16 .dl-advantage-16Box {
  margin-top: 30px;
  position: relative;
}
#dl-advantage-16 .dl-advantage-16Box i.dl-advantage-16BoxListBoxLine1 {
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 33.333%;
  height: 100%;
}
#dl-advantage-16 .dl-advantage-16Box i.dl-advantage-16BoxListBoxLine2 {
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 66.666666%;
  height: 100%;
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16Bg {
  background-color: #274280;
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16Bg img {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 0.5;
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList {
  position: absolute;
  top: 5%;
  width: 100%;
  height: 90%;
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li {
  flex: 0 0 33.3%;
  flex-direction: column;
  position: relative;
  height: 100%;
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox {
  padding: 20px;
  width: 90%;
  height: 100%;
  position: relative;
  top: 0%;
  left: 5%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox i.dl-advantage-16BoxListTextNum {
  position: absolute;
  bottom: -1px;
  right: 5%;
  line-height: 3;
  color: #fff;
  border-bottom: 2px solid #fff;
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox b {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox b img {
  width: 50%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  display: block;
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox .dl-advantage-16BoxListText {
  position: relative;
  width: 90%;
  margin: 30px auto 0;
  display: flex;
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox .dl-advantage-16BoxListText .dl-advantage-16BoxListTextL {
  flex: 1;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox .dl-advantage-16BoxListText .dl-advantage-16BoxListTextL i {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  text-indent: 2em;
  display: block;
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox .dl-advantage-16BoxListText .dl-advantage-16BoxListTextR {
  width: 30%;
}
#dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox .dl-advantage-16BoxListText .dl-advantage-16BoxListTextR h4 {
  display: inline;
  writing-mode: tb-rl;
  width: 70%;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  letter-spacing: 6px;
  font-weight: normal;
}
#dl-case-05 {
  height: 200%;
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
#dl-case-05 span {
  font-size: inherit;
}
#dl-case-05 .dl-case-05Bg {
  position: absolute;
  background: #39893d;
}
#dl-case-05 .dl-case-05Bg img {
  display: block;
  width: 100%;
  max-width: 100%;
  opacity: 0.3;
}
#dl-case-05 .dl-case-05Title {
  position: relative;
  top: 30px;
  width: 100%;
}
#dl-case-05 .dl-case-05Title .dl-case-05TitleBox {
  position: relative;
  top: 0px;
}
#dl-case-05 .dl-case-05Title .dl-case-05TitleBox h4 {
  text-align: center;
  font-size: 60px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding-top: 20px;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.2);
}
#dl-case-05 .dl-case-05Title .dl-case-05TitleBox P {
  position: absolute;
  width: 50%;
  text-align: center;
  left: 25%;
  top: 40px;
  font-size: 24px;
  color: #fff;
}
#dl-case-05 .dl-case-05Title .dl-case-05TitleBox i {
  width: 5%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 47.5%;
}
#dl-case-05 .dl-case-05box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-case-05 .dl-case-05box ul li {
  flex: 0 0 25%;
  flex-direction: column;
  margin-top: 8%;
}
#dl-case-05 .dl-case-05box ul li a.dl-case-05BoxImg {
  width: 80%;
  display: block;
  margin: 0 auto;
}
#dl-case-05 .dl-case-05box ul li a.dl-case-05BoxImg img {
  background: #fff;
  padding: 5px;
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#dl-case-05 .dl-case-05box ul li .dl-case-05BoxCenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 40%;
  margin: 10px auto;
  position: relative;
}
#dl-case-05 .dl-case-05box ul li .dl-case-05BoxCenter .dl-case-05BoxCenterL {
  flex: 0 0 50%;
  flex-direction: column;
}
#dl-case-05 .dl-case-05box ul li .dl-case-05BoxCenter .dl-case-05BoxCenterL a {
  display: block;
  writing-mode: tb-rl;
  letter-spacing: 4px;
  font-size: 14px;
  color: #666;
}
#dl-case-05 .dl-case-05box ul li .dl-case-05BoxCenter i {
  height: 100%;
  display: block;
  position: absolute;
  max-height: 13em;
  top: 0;
  left: 50%;
  border-right: 1px dashed #ccc;
}
#dl-case-05 .dl-case-05box ul li .dl-case-05BoxCenter .dl-case-05BoxCenterR {
  flex: 0 0 50%;
  flex-direction: column;
}
#dl-case-05 .dl-case-05box ul li .dl-case-05BoxCenter .dl-case-05BoxCenterR a {
  letter-spacing: 6px;
  display: block;
  max-height: 13em;
  writing-mode: tb-rl;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#dl-case-06 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-case-06 span {
  font-size: inherit;
}
#dl-case-06 .dl-case-06Title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-case-06 .dl-case-06Title .dl-case-06TitleL {
  flex: 0 0 80%;
  flex-direction: column;
}
#dl-case-06 .dl-case-06Title .dl-case-06TitleL p {
  color: #bfbfbf;
  text-transform: uppercase;
  font-size: 18px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#dl-case-06 .dl-case-06Title .dl-case-06TitleL h4 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
#dl-case-06 .dl-case-06Title .dl-case-06TitleL h4 em {
  font-size: 40px;
  line-height: 30px;
  font-weight: normal;
}
#dl-case-06 .dl-case-06Title .dl-case-06TitleL h4 b {
  color: #f5a533;
}
#dl-case-06 .dl-case-06Title .dl-case-06TitleR {
  flex: 1;
  height: 60px;
  text-align: right;
  display: block;
}
#dl-case-06 .dl-case-06Title .dl-case-06TitleR a {
  display: inline-block;
  margin-top: 30px;
}
#dl-case-06 .dl-case-06Title .dl-case-06TitleR a b {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #bfbfbf;
}
#dl-case-06 .dl-case-06Box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#dl-case-06 .dl-case-06Box ul li {
  flex-direction: column;
  flex: 0 0 30%;
  padding: 30px 20px;
  margin-top: 50px;
  height: 10%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transform: skew(0deg, 5deg);
  border-radius: 20px;
}
#dl-case-06 .dl-case-06Box ul li a.dl-case-06BoxImg {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  transform: skew(0deg, -5deg);
  margin: 0 auto;
  border-radius: 10px;
}
#dl-case-06 .dl-case-06Box ul li a.dl-case-06BoxImg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter {
  transform: skew(0deg, -5deg);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}
#dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterL {
  flex-direction: column;
  flex: 0 0 50%;
  width: 0;
}
#dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterL h4 {
  font-size: 24px;
  color: #bfbfbf;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterL a {
  color: #f5a533;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterR {
  flex: 1;
}
#dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterR h4 {
  text-align: right;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterR .dl-case-06BoxCenterList {
  width: 50%;
  display: inline-block;
  margin-top: 10px;
  padding-left: 10%;
  float: left;
}
#dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterR .dl-case-06BoxCenterList i {
  width: 20%;
  float: left;
}
#dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterR .dl-case-06BoxCenterList i img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
#dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterR .dl-case-06BoxCenterList em {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #666;
  padding-left: 5px;
}
#dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterR .dl-case-06BoxCenterList a {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #666;
  padding-left: 5px;
}
#dl-about-02 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-about-02 span {
  font-size: inherit;
}
#dl-about-02 .dl-about-02Title {
  position: relative;
  width: 100%;
  text-align: center;
}
#dl-about-02 .dl-about-02Title h4 {
  width: 100%;
  position: absolute;
  font-size: 72px;
  color: #fafafa;
  text-align: center;
  text-transform: uppercase;
  line-height: 72px;
}
#dl-about-02 .dl-about-02Title p {
  position: relative;
  z-index: 99;
  padding-top: 20px;
  height: 72px;
  display: inline-block;
}
#dl-about-02 .dl-about-02Title p i {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ce1415;
  display: inline-block;
  vertical-align: super;
  margin: 0 10px;
}
#dl-about-02 .dl-about-02Title p b {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
#dl-about-02 .dl-about-02Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxL {
  flex-wrap: wrap;
  flex: 0 0 45%;
  flex-direction: column;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxL b {
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50% 80% 60% 60%;
  position: relative;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxL b i {
  width: 100%;
  height: 100%;
  background: rgba(206, 20, 21, 0.2);
  position: absolute;
  bottom: -5px;
  left: -5px;
  border-radius: 50% 80% 60% 60%;
  display: block;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxL b img {
  border-radius: 50% 80% 60% 60%;
  position: relative;
  width: 100%;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxR {
  flex-wrap: wrap;
  flex: 0 0 50%;
  flex-direction: column;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxR h4 i {
  display: inline-block;
  width: 3px;
  height: 30px;
  background: #ce1415;
  margin-right: 20px;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxR h4 b {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  font-size: 20px;
  font-weight: normal;
  color: #333;
  width: 16em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxR h4 em {
  float: right;
  width: 20%;
  height: 1px;
  background: #ccc;
  margin-top: 15px;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxR p {
  margin-left: 23px;
  color: #666;
  font-size: 15px;
  line-height: 30px;
  margin-top: 43px;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxR .dl-about-02BoxRBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxR .dl-about-02BoxRBox .dl-about-02BoxBoxL {
  flex-wrap: wrap;
  flex: 0 0 30%;
  flex-direction: column;
  height: 40px;
  border: 1px solid #ce1415;
  border-radius: 25px;
  text-align: center;
  line-height: 40px;
  color: #ce1415;
  margin-top: 40px;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxR .dl-about-02BoxRBox .dl-about-02BoxBoxR {
  flex-wrap: wrap;
  flex: 0 0 44%;
  flex-direction: column;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxR .dl-about-02BoxRBox .dl-about-02BoxBoxR ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxR .dl-about-02BoxRBox .dl-about-02BoxBoxR ul li {
  flex-wrap: wrap;
  flex: 0 0 49%;
  flex-direction: column;
}
#dl-about-02 .dl-about-02Box .dl-about-02BoxR .dl-about-02BoxRBox .dl-about-02BoxBoxR ul li a img {
  width: 100%;
}
#dl-evaluate-03 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-evaluate-03 span {
  font-size: inherit;
}
#dl-evaluate-03 .dl-about-02Title {
  position: relative;
  width: 100%;
  text-align: center;
}
#dl-evaluate-03 .dl-about-02Title h4 {
  width: 100%;
  position: absolute;
  font-size: 72px;
  color: #fafafa;
  text-align: center;
  text-transform: uppercase;
  line-height: 72px;
}
#dl-evaluate-03 .dl-about-02Title p {
  position: relative;
  z-index: 99;
  padding-top: 20px;
  height: 72px;
  display: inline-block;
}
#dl-evaluate-03 .dl-about-02Title p i {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ce1415;
  display: inline-block;
  vertical-align: super;
  margin: 0 10px;
}
#dl-evaluate-03 .dl-about-02Title p b {
  display: inline-block;
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTop .dl-about-02BoxTopL {
  flex-wrap: wrap;
  flex: 0 0 11%;
  flex-direction: column;
  height: 82px;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTop .dl-about-02BoxTopL img {
  display: block;
  width: 100%;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTop .dl-about-02BoxTopR {
  flex-wrap: wrap;
  flex: 0 0 86%;
  flex-direction: column;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTop .dl-about-02BoxTopR .dl-about-02BoxTopRBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTop .dl-about-02BoxTopR .dl-about-02BoxTopRBox h4 {
  flex-wrap: wrap;
  flex: 0 0 100%;
  flex-direction: column;
  flex: 1;
  color: #666;
  font-size: 16px;
  font-weight: normal;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTop .dl-about-02BoxTopR .dl-about-02BoxTopRBox i {
  flex-wrap: wrap;
  flex: 0 0 10%;
  flex-direction: column;
  text-align: right;
  color: #999;
  font-size: 16px;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTop .dl-about-02BoxTopR p {
  line-height: 34px;
  margin-top: 10px;
  color: #666;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTopBottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTopBottom .dl-about-02BoxTopBottomL {
  flex-wrap: wrap;
  flex: 0 0 11%;
  flex-direction: column;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTopBottom .dl-about-02BoxTopBottomBox {
  flex-wrap: wrap;
  flex: 0 0 86%;
  flex-direction: column;
  padding-left: 16px;
  border-left: 3px solid #ccc;
  padding-bottom: 10px;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTopBottom .dl-about-02BoxTopBottomBox .dl-about-02BoxTopRBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTopBottom .dl-about-02BoxTopBottomBox .dl-about-02BoxTopRBox h4 {
  flex-wrap: wrap;
  flex: 0 0 100%;
  flex-direction: column;
  flex: 1;
  color: #666;
  font-size: 16px;
  font-weight: normal;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTopBottom .dl-about-02BoxTopBottomBox .dl-about-02BoxTopRBox i {
  flex-wrap: wrap;
  flex: 0 0 10%;
  flex-direction: column;
  text-align: right;
  color: #999;
  font-size: 16px;
}
#dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTopBottom .dl-about-02BoxTopBottomBox p {
  line-height: 34px;
  margin-top: 10px;
  color: #666;
}
#dl-about-03 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-about-03 span {
  font-size: inherit;
}
#dl-about-03 .dl-about-03Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxL {
  flex-wrap: wrap;
  flex: 0 0 49%;
  flex-direction: column;
  width: 0;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxTitle {
  position: relative;
  height: 90px;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxTitle h4 {
  position: absolute;
  font-size: 62px;
  color: #f9f9f9;
  text-transform: uppercase;
  top: 0;
  left: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxTitle b {
  font-size: 24px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxL p {
  line-height: 34px;
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxLMore {
  display: block;
  margin-top: 18px;
  width: 100px;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxBottom {
  margin-top: 30px;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxBottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxBottom ul li {
  flex-wrap: wrap;
  flex: 0 0 49%;
  flex-direction: column;
  border: 1px solid #ccc;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxBottom ul li .dl-about-03BoxBottomImg {
  display: block;
  width: 15%;
  margin: 0 auto;
  padding: 33px 0;
  height: 50px;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxBottom ul li .dl-about-03BoxBottomImg img {
  width: 100%;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxBottom ul li .dl-about-03BoxBottomText {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 20px 10px 20px;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxR {
  flex-wrap: wrap;
  flex: 0 0 49%;
  flex-direction: column;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxR a {
  width: 100%;
  display: block;
}
#dl-about-03 .dl-about-03Box .dl-about-03BoxR a img {
  display: block;
  width: 100%;
}
#dl-process-03 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-process-03 span {
  font-size: inherit;
}
#dl-process-03 .dl-procrss-03Title {
  text-align: center;
}
#dl-process-03 .dl-procrss-03Title h4 {
  font-size: 30px;
  font-weight: bold;
}
#dl-process-03 .dl-procrss-03Title p {
  font-size: 16px;
  color: #999;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 10px auto;
}
#dl-process-03 .dl-procrss-03Title i {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #999;
}
#dl-process-03 ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-process-03 ul li {
  flex-wrap: wrap;
  flex: 0 0 12%;
  flex-direction: column;
}
#dl-process-03 ul li b {
  width: 30%;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}
#dl-process-03 ul li b img {
  width: 100%;
  display: block;
  height: 32px;
  object-fit: contain;
}
#dl-process-03 ul li .dl-process-03BoxLine {
  width: 60%;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
}
#dl-process-03 ul li h4 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding-top: 10px;
}
#dl-process-03 ul li span {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #999;
  padding-top: 10px;
}
#dl-process-03 ul li i {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #777;
  margin-top: 10px;
}
#dl-evaluate-04 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-evaluate-04 span {
  font-size: inherit;
}
#dl-evaluate-04 .dl-procrss-03Title {
  text-align: center;
}
#dl-evaluate-04 .dl-procrss-03Title h4 {
  font-size: 30px;
  font-weight: bold;
}
#dl-evaluate-04 .dl-procrss-03Title p {
  font-size: 16px;
  color: #999;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 10px auto;
}
#dl-evaluate-04 .dl-procrss-03Title i {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #999;
}
#dl-evaluate-04 .dl-evaluate-04Box:nth-child(2) .dl-evalute-04BoxTop .dl-evalute-04BoxTopR p.dl-evalute-04BoxTopRBoxTopText {
  margin-bottom: 0;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 20px;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopL {
  flex-wrap: wrap;
  flex: 0 0 11%;
  flex-direction: column;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopL img {
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 50%;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR {
  flex-wrap: wrap;
  flex: 0 0 84%;
  flex-direction: column;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBox h4 {
  flex-wrap: wrap;
  flex: 0 0 20%;
  flex-direction: column;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  font-weight: bold;
  font-size: 24px;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBox b {
  display: block;
  flex-wrap: wrap;
  flex: 0 0 60%;
  flex-direction: column;
  flex: 1;
  padding-left: 10px;
  font-weight: normal;
  color: #999999;
  line-height: 34px;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBox i {
  flex-wrap: wrap;
  flex: 0 0 20%;
  flex-direction: column;
  text-align: right;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBox i b {
  display: inline-block;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBox i em {
  display: inline-block;
  vertical-align: super;
  color: #999;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR p.dl-evalute-04BoxTopRBoxTopText {
  display: block;
  flex-wrap: wrap;
  flex: 0 0 100%;
  flex-direction: column;
  line-height: 30px;
  font-size: 16px;
  padding-top: 10px;
  color: #292621;
  margin-bottom: 30px;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox {
  background: #fafafa;
  padding: 20px 20px;
  margin-top: 0px;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox.dl-evalute-04BoxTopRBoxBottomBox1 {
  border-radius: 15px 0 0 0;
  margin-top: 30px;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox.dl-evalute-04BoxTopRBoxBottomBox2 {
  padding-top: 0;
  border-radius: 0 0 0 15px;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox .dl-evalute-04BoxTopRBoxBottomTitle {
  display: block;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox .dl-evalute-04BoxTopRBoxBottomTitle em {
  display: inline;
  font-weight: bold;
  color: #666666;
  font-size: 18px;
  line-height: 36px;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox .dl-evalute-04BoxTopRBoxBottomTitle i {
  display: inline;
  color: #292621;
  color: #212121;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox .dl-evalute-04BoxTopRBoxBottomTime {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox .dl-evalute-04BoxTopRBoxBottomTime h4 {
  font-size: 18px;
  color: #999;
  line-height: 34px;
  font-weight: normal;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox .dl-evalute-04BoxTopRBoxBottomTime i {
  flex-wrap: wrap;
  flex: 0 0 20%;
  flex-direction: column;
  text-align: right;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox .dl-evalute-04BoxTopRBoxBottomTime i b {
  display: inline-block;
  width: 15%;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox .dl-evalute-04BoxTopRBoxBottomTime i b img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
#dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox .dl-evalute-04BoxTopRBoxBottomTime i em {
  display: inline-block;
  line-height: 34px;
  color: #999;
}
#dl-about-04 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fbfbfb;
}
#dl-about-04 span {
  font-size: inherit;
}
#dl-about-04 .dl-about-04Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-about-04 .dl-about-04Box .dl-about-04BoxL {
  flex-wrap: wrap;
  flex: 0 0 50%;
  flex-direction: column;
  width: 0;
}
#dl-about-04 .dl-about-04Box .dl-about-04BoxL .dl-about-04BoxTitle {
  height: 100px;
  width: 100%;
  background: #ffdf01;
  padding: 20px 30px;
}
#dl-about-04 .dl-about-04Box .dl-about-04BoxL .dl-about-04BoxTitle h4 {
  font-size: 30px;
  color: #333;
}
#dl-about-04 .dl-about-04Box .dl-about-04BoxL .dl-about-04BoxTitle p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
#dl-about-04 .dl-about-04Box .dl-about-04BoxL .dl-about-04BoxCenter {
  margin-top: 40px;
  padding: 0 20px;
  display: block;
}
#dl-about-04 .dl-about-04Box .dl-about-04BoxL .dl-about-04BoxCenter a.dl-about-04BoxCenterTitle {
  display: block;
  color: #333;
  font-size: 20px;
  padding-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#dl-about-04 .dl-about-04Box .dl-about-04BoxL .dl-about-04BoxCenter p {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
}
#dl-about-04 .dl-about-04Box .dl-about-04BoxL .dl-about-04BoxCenter .dl-about-04BoxCenterMore {
  width: 50%;
  height: 40px;
  border: 1px solid #333;
  position: relative;
  margin-top: 10%;
}
#dl-about-04 .dl-about-04Box .dl-about-04BoxL .dl-about-04BoxCenter .dl-about-04BoxCenterMore::before {
  content: "";
  width: 30%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 10px;
}
#dl-about-04 .dl-about-04Box .dl-about-04BoxL .dl-about-04BoxCenter .dl-about-04BoxCenterMore a {
  display: block;
  width: 100%;
  text-align: right;
  line-height: 40px;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding-right: 10px;
  height: 38px;
  border-bottom: 4px solid #ffdf01;
}
#dl-about-04 .dl-about-04Box .dl-about-04BoxR {
  flex-wrap: wrap;
  flex: 0 0 50%;
  flex-direction: column;
}
#dl-about-04 .dl-about-04Box .dl-about-04BoxR a {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#dl-about-04 .dl-about-04Box .dl-about-04BoxR a img {
  width: 100%;
  display: block;
}
#dl-process-04 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-process-04 span {
  font-size: inherit;
}
#dl-process-04 .dl-process-04Title {
  width: 100%;
  position: relative;
  text-align: center;
  height: 80px;
}
#dl-process-04 .dl-process-04Title h4 {
  color: #f8f8f8;
  font-size: 80px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
#dl-process-04 .dl-process-04Title b {
  display: inline-block;
  position: relative;
  top: 36px;
  width: 100%;
  height: 40px;
}
#dl-process-04 .dl-process-04Title b em {
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  color: #e94352;
}
#dl-process-04 .dl-process-04Title b i {
  display: inline-block;
  width: 10%;
  height: 1px;
  margin: 0 10px;
  background: #e94352;
  vertical-align: super;
}
#dl-process-04 .dl-process-04Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#dl-process-04 .dl-process-04Box ul li {
  flex-wrap: wrap;
  flex: 0 0 12.5%;
  flex-direction: column;
}
#dl-process-04 .dl-process-04Box ul li h4 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  text-align: center;
}
#dl-process-04 .dl-process-04Box ul li .dl-process-04BoxLine {
  width: 100%;
  height: 1px;
  background: #dedede;
  margin: 20px auto;
  position: relative;
}
#dl-process-04 .dl-process-04Box ul li .dl-process-04BoxLine .dl-process-04BoxDianBox {
  position: absolute;
  top: -11px;
  width: 100%;
}
#dl-process-04 .dl-process-04Box ul li .dl-process-04BoxLine .dl-process-04BoxDianBox .dl-process-04BoxDian {
  padding: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid #dedede;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
#dl-process-04 .dl-process-04Box ul li .dl-process-04BoxLine .dl-process-04BoxDianBox .dl-process-04BoxDian i {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #e94352;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
}
#dl-process-04 .dl-process-04Box ul li .dl-process-04BoxCenter i {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: block;
  position: relative;
}
#dl-process-04 .dl-process-04Box ul li .dl-process-04BoxCenter i::after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  border: 1px solid #dedede;
  position: absolute;
  top: -2px;
  left: -2px;
}
#dl-process-04 .dl-process-04Box ul li .dl-process-04BoxCenter i::before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  border: 1px solid #dedede;
  position: absolute;
  right: -2px;
  bottom: -2px;
}
#dl-process-04 .dl-process-04Box ul li .dl-process-04BoxCenter i img {
  width: 30px;
  height: 30px;
  top: 15px;
  left: 15px;
  display: block;
  position: relative;
  z-index: 9999;
  object-fit: contain;
}
#dl-process-04 .dl-process-04Box ul li .dl-process-04BoxCenter p {
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
}
#dl-process-05 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
#dl-process-05 span {
  font-size: inherit;
}
#dl-process-05 .dl-process-05Bg {
  width: 100%;
  height: 110px;
  background: #e94352;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(233, 67, 82, 0.4);
}
#dl-process-05 .dl-process-05Top {
  position: relative;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80px;
}
#dl-process-05 .dl-process-05Top .dl-process-05TopL {
  flex-wrap: wrap;
  flex: 0 0 50%;
  flex-direction: column;
}
#dl-process-05 .dl-process-05Top .dl-process-05TopL h4 {
  display: inline-block;
  line-height: 80px;
  font-weight: normal;
  color: #fff;
  font-size: 20px;
}
#dl-process-05 .dl-process-05Top .dl-process-05TopL i {
  line-height: 80px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
#dl-process-05 .dl-process-05Top .dl-process-05TopR {
  flex-wrap: wrap;
  flex: 0 0 50%;
  flex-direction: column;
  text-align: right;
  line-height: 80px;
  font-size: 14px;
  color: #fff;
}
#dl-process-05 .dl-process-05Bottom {
  position: relative;
}
#dl-process-05 .dl-process-05Bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-process-05 .dl-process-05Bottom ul li {
  flex-wrap: wrap;
  flex: 0 0 20%;
  flex-direction: column;
  flex: 1;
  padding: 0 1%;
}
#dl-process-05 .dl-process-05Bottom ul li h4 {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(233, 67, 82, 0.8);
}
#dl-process-05 .dl-process-05Bottom ul li h4 i {
  width: 36px;
  height: 36px;
  top: 5px;
  left: 5px;
  position: relative;
  display: block;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #e94352;
  font-weight: normal;
  color: #e94352;
  font-size: 14px;
}
#dl-process-05 .dl-process-05Bottom ul li b {
  display: block;
  text-align: center;
  font-weight: normal;
  padding: 15px 0;
}
#dl-process-05 .dl-process-05Bottom ul li em {
  font-size: 12px;
  display: block;
  text-align: center;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #999999;
}
#dl-process-05 .dl-process-05Bottom .dl-dl-process-05-JT .dl-dl-process-05-JTBox {
  position: absolute;
  height: 15px;
  top: 70%;
  width: 2%;
}
#dl-process-05 .dl-process-05Bottom .dl-dl-process-05-JT .dl-dl-process-05-JTBox img {
  width: 100%;
  display: block;
}
#dl-process-05 .dl-process-05Bottom .dl-dl-process-05-JT .dl-dl-process-05-JTBox.dl-dl-process-05-JT1 {
  position: absolute;
  left: 20%;
}
#dl-process-05 .dl-process-05Bottom .dl-dl-process-05-JT .dl-dl-process-05-JTBox.dl-dl-process-05-JT2 {
  position: absolute;
  left: 40%;
}
#dl-process-05 .dl-process-05Bottom .dl-dl-process-05-JT .dl-dl-process-05-JTBox.dl-dl-process-05-JT3 {
  position: absolute;
  left: 60%;
}
#dl-process-05 .dl-process-05Bottom .dl-dl-process-05-JT .dl-dl-process-05-JTBox.dl-dl-process-05-JT4 {
  position: absolute;
  left: 80%;
}
#dl-process-06 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-process-06 span {
  font-size: inherit;
}
#dl-process-06 .dl-process-02Title {
  position: relative;
  margin-bottom: 30px;
}
#dl-process-06 .dl-process-02Title b {
  width: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 0;
}
#dl-process-06 .dl-process-02Title .dl-process-02TitleBox {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
#dl-process-06 .dl-process-02Title .dl-process-02TitleBox h4 {
  font-size: 30px;
  color: #0572d7;
  font-weight: normal;
}
#dl-process-06 .dl-process-02Title .dl-process-02TitleBox p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding-bottom: 20px;
  padding-top: 5px;
}
#dl-process-06 .dl-process-06Box {
  margin-top: 40px;
  background-color: #0572d7;
  border-radius: 10px;
  position: relative;
}
#dl-process-06 .dl-process-06Box .dl-process-06BoxJTBox {
  position: absolute;
  top: 40%;
  width: 100%;
}
#dl-process-06 .dl-process-06Box .dl-process-06BoxJTBox .dl-process-06BoxJT {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.5%;
}
#dl-process-06 .dl-process-06Box .dl-process-06BoxJTBox .dl-process-06BoxJT img {
  width: 100%;
  display: block;
  object-fit: contain;
  max-width: 100%;
}
#dl-process-06 .dl-process-06Box .dl-process-06BoxJTBox .dl-process-06BoxJT.dl-process-06BoxJT1 {
  left: 12%;
}
#dl-process-06 .dl-process-06Box .dl-process-06BoxJTBox .dl-process-06BoxJT.dl-process-06BoxJT2 {
  left: 27%;
}
#dl-process-06 .dl-process-06Box .dl-process-06BoxJTBox .dl-process-06BoxJT.dl-process-06BoxJT3 {
  left: 41%;
}
#dl-process-06 .dl-process-06Box .dl-process-06BoxJTBox .dl-process-06BoxJT.dl-process-06BoxJT4 {
  left: 55%;
}
#dl-process-06 .dl-process-06Box .dl-process-06BoxJTBox .dl-process-06BoxJT.dl-process-06BoxJT5 {
  left: 69.5%;
}
#dl-process-06 .dl-process-06Box .dl-process-06BoxJTBox .dl-process-06BoxJT.dl-process-06BoxJT6 {
  left: 84%;
}
#dl-process-06 .dl-process-06Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-process-06 .dl-process-06Box ul li {
  flex-wrap: wrap;
  flex: 0 0 14.28%;
  flex-direction: column;
  padding: 30px 2%;
}
#dl-process-06 .dl-process-06Box ul li i {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50px;
  border: 1px solid #fff;
  margin: 0 auto;
}
#dl-process-06 .dl-process-06Box ul li i img {
  width: 50%;
  margin: 0 auto;
  height: 35px;
  margin-top: 16px;
  display: block;
  object-fit: contain;
}
#dl-process-06 .dl-process-06Box ul li b {
  font-weight: normal;
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  font-size: 14px;
}
#dl-message-01 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-message-01 span {
  font-size: inherit;
}
#dl-message-01 .dl-message-01Title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-message-01 .dl-message-01Title .dl-message-01TitleCenter {
  flex-wrap: wrap;
  flex: 0 0 200px;
  flex-direction: column;
}
#dl-message-01 .dl-message-01Title .dl-message-01TitleCenter i {
  text-align: center;
  display: block;
  font-size: 24px;
}
#dl-message-01 .dl-message-01Title .dl-message-01TitleCenter span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #999;
  padding-top: 4px;
}
#dl-message-01 .dl-message-01Title .dl-message-01TitleLine {
  flex: 1;
  height: 1px;
  background: #dedede;
  margin-top: 22px;
}
#dl-message-01 .dl-message-01Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#dl-message-01 .dl-message-01Box .dl-message-01BoxNameBox {
  flex-wrap: wrap;
  flex: 0 0 28%;
  flex-direction: column;
  height: 50px;
  background: #f8f8f8 url(http://img.dlwjdh.com/upload/diy/message/01/dl-message-01Name.png) no-repeat 12px 16px;
  padding: 0 10px 0 40px;
}
#dl-message-01 .dl-message-01Box .dl-message-01BoxNameBox input {
  background: #f8f8f8;
  text-indent: 10px;
  display: block;
  width: 100%;
  outline: none;
  border: 0;
  height: 20px;
  font-size: 14px;
  border-left: 1px solid #ccc;
  margin-top: 15px;
}
#dl-message-01 .dl-message-01Box .dl-message-01BoxTelBox {
  flex-wrap: wrap;
  flex: 0 0 28%;
  flex-direction: column;
  height: 50px;
  background: #f8f8f8 url(http://img.dlwjdh.com/upload/diy/message/01/dl-message-01Tel.png) no-repeat 12px 16px;
  padding: 0 10px 0 40px;
}
#dl-message-01 .dl-message-01Box .dl-message-01BoxTelBox input {
  background: #f8f8f8;
  text-indent: 10px;
  display: block;
  width: 100%;
  outline: none;
  border: 0;
  height: 20px;
  border-left: 1px solid #ccc;
  margin-top: 15px;
  font-size: 14px;
}
#dl-message-01 .dl-message-01Box .dl-message-01BoxCodeBox {
  flex-wrap: wrap;
  flex: 0 0 28%;
  flex-direction: column;
  height: 50px;
  background: #f8f8f8 url(http://img.dlwjdh.com/upload/diy/message/01/dl-message-01Code.png) no-repeat 12px 16px;
  padding: 0 10px 0 40px;
  position: relative;
}
#dl-message-01 .dl-message-01Box .dl-message-01BoxCodeBox input {
  background: #f8f8f8;
  text-indent: 10px;
  display: block;
  width: 68%;
  outline: none;
  border: 0;
  height: 20px;
  border-left: 1px solid #ccc;
  margin-top: 15px;
  position: absolute;
  z-index: 1;
  font-size: 14px;
}
#dl-message-01 .dl-message-01Box .dl-message-01BoxCodeBox img {
  position: absolute;
  height: 24px;
  top: 13px;
  right: 10px;
  width: 26%;
  z-index: 9;
  cursor: pointer;
}
#dl-message-01 .dl-message-01Box .dl-message-01BoxBthBox {
  flex-wrap: wrap;
  flex: 0 0 10%;
  flex-direction: column;
  background: #448aca;
  padding: 0;
}
#dl-message-01 .dl-message-01Box .dl-message-01BoxBthBox button {
  border: 0;
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  color: #fff;
  background: transparent;
  outline: none;
  cursor: pointer;
}
#dl-message-02 {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#dl-message-02 span {
  font-size: inherit;
}
#dl-message-02 .dl-message-02Title h4 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}
#dl-message-02 .dl-message-02Title p {
  color: #a6a6a6;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
#dl-message-02 .dl-message-02Box {
  border: 1px solid #e6e6e6;
  margin-top: 40px;
  padding: 30px 40px;
}
#dl-message-02 .dl-message-02Box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dl-message-02 .dl-message-02Box ul li {
  flex-wrap: wrap;
  flex: 0 0 48%;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
#dl-message-02 .dl-message-02Box ul li h5 {
  font-size: 16px;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 20px;
  margin-top: 10px;
}
#dl-message-02 .dl-message-02Box ul li h5 i {
  font-size: 18px;
  color: #f9851f;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
#dl-message-02 .dl-message-02Box ul li input {
  width: 100%;
  display: block;
  height: 50px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  text-indent: 1em;
  outline: none;
  margin-top: 10px;
  position: relative;
}
#dl-message-02 .dl-message-02Box ul li img {
  position: absolute;
  bottom: 6px;
  width: 99px;
  right: 10px;
  height: 36px;
  display: block;
  z-index: 9999;
  cursor: pointer;
}
#dl-message-02 .dl-message-02Box ul li:last-child {
  flex-wrap: wrap;
  flex: 0 0 100%;
  flex-direction: column;
  margin-top: 20px;
}
#dl-message-02 .dl-message-02Box ul li:last-child button {
  height: 50px;
  border-radius: 4px;
  width: 100%;
  display: block;
  outline: none;
  border: 0;
  background: #f9851f;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  #dl-template01 .dl-template01_main {
    flex-direction: column;
  }
  #dl-template01 .dl-template01_main .dl-template01_main-left {
    width: 100%;
  }
  #dl-template01 .dl-template01_main .dl-template01_main-right {
    width: 100%;
  }
  #dl-contact-01 {
    margin-top: 20px;
  }
  #dl-contact-01 .dl-contact-01Map img {
    display: none;
  }
  #dl-contact-01 #dl-contact-Box {
    position: relative;
  }
  #dl-contact-01 #dl-contact-Box #dl-contact-title p {
    color: #333;
  }
  #dl-contact-01 #dl-contact-Box #dl-contact-title b {
    color: #333;
    margin-bottom: 30px;
  }
  #dl-contact-01 #dl-contact-Box #dl-contact-title b::before {
    background: #333;
  }
  #dl-contact-01 #dl-contact-Box #dl-contact-title b::after {
    background: #333;
  }
  #dl-contact-01 #dl-contact-Box .dl-contact-list {
    max-width: 96%;
    width: 96%;
    margin: 2% auto 0;
  }
  #dl-contact-01 #dl-contact-Box .dl-contact-list ul li {
    flex: 0 0 49%;
    width: 0;
  }
  #dl-contact-01 #dl-contact-Box .dl-contact-list ul li .dl-contact-ListTop {
    width: 100%;
  }
  #dl-contact-01 #dl-contact-Box .dl-contact-list ul li .dl-contact-ListTop img {
    float: left;
    margin-top: 0px;
  }
  #dl-contact-01 #dl-contact-Box .dl-contact-list ul li:nth-child(3) .dl-contact-ListTop img {
    margin-top: 3px;
  }
  #dl-contact-06 .dl-contact-06Box ul li .dl-contact-06BoxCenter b.dl-contact-06BoxImg {
    display: none !important;
  }
  #dl-evaluate-04 .dl-procrss-03Title h4 {
    padding-bottom: 20px;
  }
  #dl-advantage-01 {
    max-width: 96%;
  }
  #dl-advantage-01 .dl-advantage-01Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L {
    flex: 0 0 100%;
  }
  #dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 44%;
    margin-top: 50px;
    flex-direction: column;
    position: relative;
  }
  #dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01TopTitle i {
    display: none;
  }
  #dl-advantage-01 .dl-advantage-01Box .dl-advantage-01R {
    flex: 0 0 100%;
  }
  #dl-process-01 .dl-process-01Box .dl-process-01Line .dl-process-01LineBox ul li {
    flex: 0 0 33.3333334%;
  }
  #dl-process-01 .dl-process-01Box .dl-process-01Line .dl-process-01LineBox ul li b {
    display: none !important;
  }
  #dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li {
    flex: 0 0 33.3333334%;
  }
  #dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li b.dl-process-01Ico {
    width: 60px;
    height: 60px;
    display: block;
    background-color: #acacac;
    border-radius: 50%;
    margin: 0 auto;
  }
  #dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li b.dl-process-01Ico img {
    height: 33px;
    display: block;
    width: auto;
    margin: 13px auto;
  }
  #dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li .dl-process-01-radius {
    margin: 20% 0;
  }
  #dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li .dl-process-01-radius i {
    width: 1px;
    height: 20px;
    background-color: #ccc;
    display: block;
    margin: 0 auto;
  }
  #dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li .dl-process-01-radius b {
    width: 10px;
    height: 10px;
    background-color: #909399;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
  }
  #dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li .dl-process-01Num {
    text-align: center;
    color: #666;
  }
  #dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li .dl-process-01Num b {
    font-size: 22px;
    font-weight: normal;
  }
  #dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li .dl-process-01Num i {
    font-style: normal;
  }
  #dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li:nth-child(1),
  #dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li:nth-child(2),
  #dl-process-01 .dl-process-01Box .dl-process-01BoxList ul li:nth-child(3) {
    margin-bottom: 14%;
  }
  #dl-advantage-02 {
    max-width: 96%;
    margin: 0 auto;
  }
  #dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleL {
    flex: 0 0 100%;
  }
  #dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleL p {
    display: block;
    font-size: 30px;
    text-align: center;
    width: 100%;
  }
  #dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleL b {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
  }
  #dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleL b i {
    font-size: 30px;
  }
  #dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleL b .dl-advantage-02TitleLine {
    position: relative;
    left: 0%;
    bottom: 0px;
    margin: 10px auto 0;
  }
  #dl-advantage-02 .dl-advantage-02Title .dl-advantage-02TitleR {
    display: none;
  }
  #dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxTop .dl-advantage-02BoxTopL {
    flex: 0 0 100%;
  }
  #dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxTop .dl-advantage-02BoxTopL .dl-advantage-02BoxTopLNum {
    color: #fcfcfc;
  }
  #dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxTop .dl-advantage-02BoxTopR {
    flex: 0 0 100%;
    margin-top: 30px;
  }
  #dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li {
    margin-top: 20px;
    flex: 0 0 100%;
  }
  #dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li .dl-advantage-02BoxBottomBottom {
    display: none;
  }
  #dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li .dl-advantage-02BoxBottomMt30 {
    margin-top: 0px;
  }
  #dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li .dl-advantage-02BoxBottomTop .dl-advantage-02BoxBottomLNum {
    font-size: 100px;
    top: 5%;
    color: #fcfcfc;
  }
  #dl-advantage-02 .dl-advantage-02Box .dl-advantage-02BoxBottom ul li .dl-advantage-02BoxBottomTop .dl-advabtage-02BoxBottomTextLine {
    width: 10% !important;
    background: #eee !important;
  }
  #dl-process-02 .dl-process-02Title {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #dl-process-02 .dl-process-02Title b {
    font-size: 36px;
  }
  #dl-process-02 .dl-process-02Title .dl-process-02TitleBox h4 {
    font-size: 30px;
    color: #e94352;
    font-weight: normal;
  }
  #dl-process-02 .dl-process-02Box {
    background: #fff;
    margin-top: 30px;
  }
  #dl-process-02 .dl-process-02Box .dl-process-02BoxList {
    max-width: 930px;
    margin: 0 auto;
  }
  #dl-process-02 .dl-process-02Box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 96%;
    margin: 0 auto;
  }
  #dl-process-02 .dl-process-02Box ul li {
    flex: 0 0 47%;
    background: #f8f8f8;
    margin-bottom: 20px;
  }
  #dl-process-02 .dl-process-02Box ul li .dl-process-02BoxListL {
    flex: 0 0 30%;
  }
  #dl-process-02 .dl-process-02Box ul li .dl-process-02BoxListL b {
    width: 60%;
  }
  #dl-process-02 .dl-process-02Box ul li .dl-process-02BoxListR {
    flex: 0 0 65%;
  }
  #dl-process-02 .dl-process-02Box ul li .dl-process-02BoxListR p {
    font-size: 14px;
  }
  #dl-advantage-03 .dl-advantage-03Box {
    max-width: 96%;
    margin: 0 auto;
    margin-top: 30px;
  }
  #dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxL {
    padding: 30px 20px;
    flex: 0 0 100%;
  }
  #dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxL .dl-advantage-03BoxLImg {
    display: none;
  }
  #dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxR {
    display: none;
  }
  #dl-evaluate-01 {
    width: 96%;
    margin: 30px 2%;
  }
  #dl-evaluate-02 {
    width: 96%;
    margin: 30px 2%;
  }
  #dl-about-01 {
    max-width: 98%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-bottom: 0;
  }
  #dl-about-01 .dl-about-01Title {
    display: none;
  }
  #dl-about-01 .dl-about-01Box {
    position: relative;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter {
    position: relative;
    top: 0x;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterL {
    margin-top: 60px;
    display: inline-flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterL h4 {
    margin-top: 0%;
    padding-bottom: 0%;
    text-align: center;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterL .dl0about-01BoxCenterLEn {
    position: relative;
    left: 0;
    text-align: center;
    font-weight: normal;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterL .dl0about-01BoxCenterLEn b {
    font-weight: normal;
    font-size: 30px;
    display: inline-block;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterL .dl0about-01BoxCenterLEn .dl0about-01BoxCenterLEnLine {
    display: none;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterL p {
    margin-top: 20px;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR {
    flex: 0 0 100%;
    margin-top: 20px;
    flex-direction: column;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR i {
    display: block;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR i img {
    max-width: 100%;
    width: 100%;
    border-radius: 0 0 0% 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR a {
    display: block;
    border-bottom: 1px solid #999;
    width: 40%;
    margin-top: 30px;
    padding-bottom: 20px;
    position: relative;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR a i {
    color: #999;
    font-size: 14px;
    display: inline-block;
    float: left;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR a b {
    margin-right: 0;
    margin-top: 0;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR a b img {
    max-width: 100%;
    width: 100%;
  }
  #dl-advantage-04 .dl-advantage-04Title h4 {
    font-size: 50px;
  }
  #dl-advantage-04 .dl-advantage-04Title .dl-advantage-04TitleBox i {
    font-size: 36px;
  }
  #dl-advantage-04 .dl-advantage-04Box ul li {
    flex: 0 0 100%;
  }
  #dl-case-02 {
    width: 96%;
    margin: 30px auto;
  }
  #dl-case-02 .dl-case-02-Top ul li {
    flex: 0 0 49%;
  }
  #dl-case-02 .dl-case-02-Top ul li .dl-case-02TopNum {
    display: none;
  }
  #dl-case-02 .dl-case-02-Top ul li .dl-case-02TopBox {
    padding-left: 0;
  }
  #dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBoxBg {
    display: none;
  }
  #dl-case-02 .dl-case-02-Bottom .dl-case-02-BottomNum {
    display: none;
  }
  #dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox {
    padding-left: 0;
  }
  #dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxHeightline {
    display: none;
  }
  #dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxText {
    flex: 0 0 40%;
  }
  #dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxText .dl-case-02BottomBoxTextBox {
    padding-left: 0;
  }
  #dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxText .dl-case-02BottomBoxTextBox a {
    padding: 10px 0;
  }
  #dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxText p {
    font-size: 14px;
    line-height: 34px;
    text-indent: 2em;
    color: #999;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxImg {
    flex: 0 0 58%;
  }
  #dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxMore {
    display: none;
  }
  #dl-contact-02 {
    width: 98%;
  }
  #dl-contact-02 .dl-contact-02-Box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-contact-02 .dl-contact-02-Box ul li {
    display: inline-flex;
    flex-wrap: wrap;
    flex: 0 0 48%;
    border-radius: 5px;
    padding: 50px 1%;
    margin-top: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    flex-direction: column;
  }
  #dl-contact-02 .dl-contact-02-Box ul li b.dl-contact-02-BoxImg {
    height: 90px;
    display: block;
    margin: 0 auto;
  }
  #dl-contact-02 .dl-contact-02-Box ul li b.dl-contact-02-BoxImg img {
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #dl-contact-02 .dl-contact-02-Box ul li:last-child {
    flex: 0 0 100%;
  }
  #dl-contact-03 {
    width: 96%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #dl-contact-03 ul li {
    margin-bottom: 30px;
    flex: 0 0 100%;
  }
  #dl-case-03 .dl-case-03Box {
    width: 96%;
  }
  #dl-case-03 .dl-case-03Box .dl-case-03CenterMore a {
    float: left;
    padding-top: 10px;
    font-size: 14px;
  }
  #dl-case-03 .dl-case-03Box .dl-case-03CenterMore i {
    float: right;
    position: relative;
  }
  #dl-case-03 .dl-case-03Box .dl-case-03CenterMore i b {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #f8f8f8;
    text-transform: uppercase;
    font-size: 40px;
  }
  #dl-case-03 .dl-case-03Box .dl-case-03CenterMore i p {
    position: absolute;
    right: 0;
    top: 20%;
  }
  #dl-case-04 {
    width: 96%;
  }
  #dl-case-04 .dl-case-04Box {
    margin-top: 20px;
  }
  #dl-case-04 .dl-case-04Box ul li {
    flex: 0 0 100%;
  }
  #dl-case-04 .dl-case-04Box ul li.dl-case-04PaddingTop {
    padding-top: 0px;
  }
  #dl-advantage-07 {
    width: 100%;
  }
  #dl-advantage-07 .dl-advantage-07Title .dl-advantage-07TitleBox {
    position: relative;
    width: 100%;
  }
  #dl-advantage-07 .dl-advantage-07Title .dl-advantage-07TitleBox h5 {
    font-size: 40px;
    line-height: 40px;
  }
  #dl-advantage-07 .dl-advantage-07Title .dl-advantage-07TitleBox p {
    font-size: 24px;
    margin-top: 10px;
    line-height: 40px;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxBg {
    display: none;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    z-index: 1;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    flex: 0 0 48%;
    margin-bottom: 20px;
    padding: 2%;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li .dl-advantage-07Top b {
    display: none !important;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li .dl-advantage-07Top .dl0advantage-07TopOH {
    flex: 0 0 100%;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li .dl-advantage-07Top .dl0advantage-07TopOH h4 {
    color: #333;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li .dl-advantage-07Top p i {
    width: 100%;
    color: #666;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li .dl-advantage-07Line {
    background: #4fc0e0;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(3) .dl-advantage-07Top b,
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(4) .dl-advantage-07Top b {
    display: none;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(3) .dl-advantage-07Top .dl0advantage-07TopOH,
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(4) .dl-advantage-07Top .dl0advantage-07TopOH {
    flex: 0 0 100%;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(3) .dl-advantage-07Top .dl0advantage-07TopOH h4,
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(4) .dl-advantage-07Top .dl0advantage-07TopOH h4 {
    color: #333;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(3) .dl-advantage-07Top p i,
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(4) .dl-advantage-07Top p i {
    width: 100%;
    color: #666;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(3) .dl-advantage-07Line,
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxL ul li:nth-child(4) .dl-advantage-07Line {
    background: #4fc0e0;
  }
  #dl-advantage-07 .dl-advantage-07Box .dl-advantage-07BoxR {
    display: none;
  }
  #dl-product-01 {
    width: 96%;
  }
  #dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox {
    position: relative;
  }
  #dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox .dl-product-01TopTitleMore {
    display: block;
    line-height: 50px;
    text-transform: uppercase;
  }
  #dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox .dl-product-01TopTitle {
    position: relative;
  }
  #dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox .dl-product-01TopTitle p {
    width: 1em;
    padding: 0.5em;
    box-sizing: content-box;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
  }
  #dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox .dl-product-01TopTitle .dl-product-01TopTitleBottom {
    text-indent: 1em;
  }
  #dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox h4 {
    display: none;
  }
  #dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleBox h5 {
    display: none;
  }
  #dl-product-01 .dl-product-01Top .dl-product-01TopL .dl-product-01TopTitleMore {
    display: none;
  }
  #dl-product-01 .dl-product-01Top .dl-product-01TopR ul li .dl-product-01TopRImgBox .dl-product-01Hot {
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0px;
    font-size: 14px;
    line-height: 40px;
    background-color: #f18300;
  }
  #dl-product-01 .dl-product-01Bottom {
    margin-top: 10px;
  }
  #dl-product-01 .dl-product-01Bottom ul li .dl-product-01TopRImgBox .dl-product-01Hot {
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    top: 0;
    right: 0;
    line-height: 40px;
    background-color: #f18300;
  }
  #dl-contact-04 {
    width: 96%;
    margin: 30px auto;
  }
  #dl-contact-04 .dl-contact-04Box {
    border-radius: 10px 10px 10px 10px;
    padding-bottom: 30px;
  }
  #dl-contact-04 .dl-contact-04Box ul li {
    flex: 0 0 100%;
  }
  #dl-contact-04 .dl-contact-04Box ul li b {
    width: 66px;
    height: 66px;
    display: block;
    margin: 30px auto;
    border-radius: 50%;
  }
  #dl-contact-04 .dl-contact-04Box ul li b img {
    width: 30%;
    max-width: 30%;
    display: block;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #dl-contact-04 .dl-contact-04Box ul li h4 {
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: normal;
  }
  #dl-contact-04 .dl-contact-04Box ul li p {
    font-size: 30px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
    text-align: center;
    padding: 10px 0 30px;
  }
  #dl-contact-04 .dl-contact-04Box ul li .dl-contact-04BoxListLine {
    width: 1px;
    height: 40%;
    background: #ddd;
    position: absolute;
    top: 20%;
    right: 0;
  }
  #dl-contact-04 .dl-contact-04Box ul li i {
    width: 40%;
    display: block;
    margin: 30px auto 20px;
  }
  #dl-contact-04 .dl-contact-04Box ul li i img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  #dl-contact-04 .dl-contact-04Box ul li .dl-contact-04Text {
    display: block;
    text-align: center;
    padding: 0 30px;
    font-size: 18px;
    color: #666;
  }
  #dl-product-02 {
    width: 96%;
  }
  #dl-product-02 .dl-product-02Title .dl-product-02TitleL {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
  }
  #dl-product-02 .dl-product-02Title .dl-product-02TitleL p b {
    width: 80%;
  }
  #dl-product-02 .dl-product-02Title .dl-product-02TitleR {
    margin-top: 30px;
    text-transform: uppercase;
  }
  #dl-product-02 .dl-product-02Title .dl-product-02TitleR a {
    display: inline-block;
  }
  #dl-product-02 .dl-product-02Title .dl-product-02TitleR b {
    margin-left: 1em;
  }
  #dl-product-02 .dl-product-02Box ul li {
    width: 0;
  }
  #dl-product-02 .dl-product-02Box ul li .dl-product-02Top .dl-product-02TopL {
    display: none;
  }
  #dl-product-02 .dl-product-02Box ul li .dl-product-02Top .dl-product-02TopR {
    text-align: center;
    width: 100%;
  }
  #dl-product-02 .dl-product-02Box ul li .dl-product-02Top .dl-product-02TopR b {
    display: none;
  }
  #dl-product-02 .dl-product-02Box ul li .dl-product-02More {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 10px 10px;
    background: #f8f8f8;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 2px solid #f5ae31;
  }
  #dl-product-03 {
    width: 96%;
  }
  #dl-product-03 .dl-product-03Box ul li {
    flex: 0 0 100%;
    margin-top: 40px;
  }
  #dl-product-03 .dl-product-03Box ul li:nth-child(2) {
    margin-top: 40px;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
    width: 0;
  }
  #dl-product-03 .dl-product-03Box ul li:nth-child(2) .dl-product-03BoxImg {
    display: block;
    position: relative;
  }
  #dl-product-03 .dl-product-03Box ul li:nth-child(2) .dl-product-03BoxImg img {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  #dl-product-03 .dl-product-03Box ul li:nth-child(2) .dl-product-03BoxImg i {
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    top: 5%;
    left: 5%;
    position: absolute;
  }
  #dl-product-03 .dl-product-03Box ul li:nth-child(2) .dl-product-03BoxLine {
    width: 1px;
    height: 20px;
    background: #20584f;
    display: block;
    margin: 30px auto 20px;
  }
  #dl-product-03 .dl-product-03Box ul li:nth-child(2) .dl-product-03BoxMore {
    height: 40px;
    border-radius: 25px;
    border: 1px solid #20584f;
    width: 80%;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #dl-product-04 {
    width: 96%;
  }
  #dl-product-04 .dl-product-04Box ul li {
    flex: 0 0 100%;
  }
  #dl-advantage-09 {
    width: 96%;
  }
  #dl-advantage-09 .dl-advantage-09Box ul {
    margin-top: 20px;
  }
  #dl-advantage-09 .dl-advantage-09Box ul li {
    margin-top: 20px;
    flex: 0 0 100%;
  }
  #dl-product-05 {
    width: 96%;
  }
  #dl-product-05 .dl-product-05Box ul {
    margin-top: 10px;
  }
  #dl-product-05 .dl-product-05Box ul li {
    margin-top: 20px;
    flex: 0 0 48%;
  }
  #dl-advantage-10 {
    width: 96%;
  }
  #dl-advantage-10 .dl-advantage-10Box ul {
    margin-top: 20px;
  }
  #dl-advantage-10 .dl-advantage-10Box ul li {
    margin-top: 20px;
    flex: 0 0 100%;
  }
  #dl-advantage-11 .dl-advantage-11Box .dl-advantage-11BoxBg {
    display: block;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
  }
  #dl-advantage-11 .dl-advantage-11Box .dl-advantage-11Line1 {
    display: none;
  }
  #dl-advantage-11 .dl-advantage-11Box .dl-advantage-11Line2 {
    display: none;
  }
  #dl-advantage-11 .dl-advantage-11Box .dl-advantage-11Line3 {
    display: none;
  }
  #dl-advantage-11 .dl-advantage-11Box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    top: 0;
    width: 100%;
    top: 0%;
    padding: 30px 0 10px;
    height: 100%;
  }
  #dl-advantage-11 .dl-advantage-11Box ul li {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
    flex-direction: column;
    height: 100%;
    margin-bottom: 20px;
  }
  #dl-advantage-11 .dl-advantage-11Box ul li b {
    width: 18%;
    margin: 0 auto;
  }
  #dl-advantage-11 .dl-advantage-11Box ul li b img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    height: 50px;
  }
  #dl-advantage-11 .dl-advantage-11Box ul li p {
    font-size: 14px;
    text-align: center;
    margin-top: 10%;
    color: #fff;
    width: 100%;
    padding: 0 10px;
  }
  #dl-contact-05 {
    width: 96%;
  }
  #dl-contact-05 .dl-contact-05Box {
    margin-top: 30px;
  }
  #dl-contact-05 .dl-contact-05Box .dl-contact-05BoxBg {
    display: none;
  }
  #dl-contact-05 .dl-contact-05Box .dl-contact-05BoxList ul {
    width: 100%;
  }
  #dl-contact-05 .dl-contact-05Box .dl-contact-05BoxList ul li {
    flex: 0 0 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  #dl-contact-05 .dl-contact-05Box .dl-contact-05BoxList ul li h4 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: 100%;
    position: relative;
  }
  #dl-contact-05 .dl-contact-05Box .dl-contact-05BoxList ul li h4 b {
    font-size: 60px;
    font-style: italic;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    line-height: 58px;
    height: 48px;
    color: #e5e5e5;
  }
  #dl-contact-05 .dl-contact-05Box .dl-contact-05BoxList ul li h4 i {
    width: 30%;
    height: 10px;
    background-color: #67a80a;
    position: absolute;
    left: 35%;
    border-radius: 5px;
    bottom: 0;
  }
  #dl-contact-05 .dl-contact-05Box .dl-contact-05BoxList ul li p {
    padding: 30px 10px;
    text-align: center;
    font-size: 20px;
    color: #444;
    font-size: 16px;
    line-height: 2;
  }
  #dl-product-06 {
    width: 96%;
  }
  #dl-product-06 .dl-product-06Title h4 {
    font-size: 20px;
  }
  #dl-product-06 .dl-product-06Box ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-product-06 .dl-product-06Box ul li {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    flex: 0 0 48%;
    width: 0;
    margin-top: 0px;
  }
  #dl-product-06 .dl-product-06Box ul li .dl-product-06MinBox {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
  }
  #dl-product-06 .dl-product-06Box ul li .dl-product-06MinBox .dl-product-06Img {
    width: 100%;
    display: block;
    height: 100px;
  }
  #dl-product-06 .dl-product-06Box ul li .dl-product-06MinBox .dl-product-06Img img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
  }
  #dl-product-06 .dl-product-06Box ul li .dl-product-06MinBox .dl-product-06More {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  #dl-product-06 .dl-product-06Box ul li .dl-product-06MinBox .dl-product-06More a {
    line-height: 3;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
  #dl-product-06 .dl-product-06Box ul li:nth-child(1) {
    flex: 0 0 100%;
  }
  #dl-product-06 .dl-product-06Box ul li:nth-child(1) .dl-product-06MinBox {
    position: relative;
    width: 48%;
    margin-top: 0px;
  }
  #dl-product-06 .dl-product-06Box ul li:nth-child(1) .dl-product-06MinBox .dl-product-06Img {
    width: 100%;
    display: block;
    height: 100px;
  }
  #dl-product-06 .dl-product-06Box ul li:nth-child(1) .dl-product-06MinBox .dl-product-06Img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  #dl-product-06 .dl-product-06Box ul li:nth-child(1) .dl-product-06MinBox .dl-product-06More {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  #dl-product-06 .dl-product-06Box ul li:nth-child(1) .dl-product-06MinBox .dl-product-06More a {
    line-height: 3;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
  #dl-product-06 .dl-product-06Box ul li:nth-child(1) .dl-product-06MinBox:nth-child(1) {
    margin-right: 4%;
  }
  #dl-advantage-12 {
    width: 96%;
  }
  #dl-advantage-12 .dl-advantage-12Box ul li {
    flex: 0 0 48%;
  }
  #dl-advantage-12 .dl-advantage-12Box ul li .dl-advantage-12BoxTop {
    width: 60%;
    margin: 0 auto;
  }
  #dl-advantage-12 .dl-advantage-12Box ul li h4.dl-advantage-12BoxTitle {
    width: 100%;
    font-weight: normal;
    text-align: center;
    margin: 20px 0;
  }
  #dl-advantage-12 .dl-advantage-12Box ul li h4.dl-advantage-12BoxTitle i {
    font-size: 20px;
    color: #474848;
  }
  #dl-advantage-12 .dl-advantage-12Box ul li h4.dl-advantage-12BoxTitle b {
    font-size: 20px;
    font-weight: normal;
    color: #f08300;
    line-height: 2;
  }
  #dl-advantage-12 .dl-advantage-12Box ul li .dl-advantage-12BoxText {
    padding: 0 0px;
    font-size: 14px;
    line-height: 2;
    color: #595959;
  }
  #dl-advantage-13 {
    width: 96%;
  }
  #dl-advantage-13 .dl-advantage-13Title {
    width: 100%;
    text-align: center;
  }
  #dl-advantage-13 .dl-advantage-13Title h4 {
    font-size: 30px;
    color: #cdaa66;
  }
  #dl-advantage-13 .dl-advantage-13Title p {
    margin-top: 10px;
  }
  #dl-advantage-13 .dl-advantage-13Title p i {
    display: none;
  }
  #dl-advantage-13 .dl-advantage-13Title p b {
    font-size: 16px;
    font-weight: normal;
    height: 16px;
  }
  #dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxTop .dl-advantage-13BoxTopL {
    flex: 0 0 100%;
  }
  #dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxTop .dl-advantage-13BoxTopR {
    flex: 0 0 100%;
    padding: 30px 15px;
  }
  #dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom {
    width: 100%;
    margin-top: 20px;
  }
  #dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul li {
    flex: 0 0 50%;
  }
  #dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul li:nth-child(2) .dl-advaatge-13BoxBottomR i {
    display: none;
  }
  #dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul li:nth-child(3),
  #dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul li:nth-child(4) {
    border-top: 0;
  }
  #dl-advantage-14 {
    width: 96%;
  }
  #dl-advantage-14 .dl-advantage-14Title h4 {
    font-size: 24px;
  }
  #dl-advantage-14 .dl-advantage-14Title .dl-advantage-14TitleLine i {
    width: 43%;
  }
  #dl-advantage-14 .dl-advantage-14Box ul li {
    flex: 0 0 100%;
  }
  #dl-contact-06 .dl-contact-06Title {
    padding-top: 0px;
  }
  #dl-contact-06 .dl-contact-06Title h4 {
    font-size: 24px;
    padding-top: 20px;
  }
  #dl-contact-06 .dl-contact-06Title .dl-contact-06TitleLine {
    margin-top: 0px;
    display: none;
  }
  #dl-contact-06 .dl-contact-06Title .dl-contact-06TitleLine b {
    width: 9%;
  }
  #dl-contact-06 .dl-contact-06Title p {
    margin-top: 0px;
  }
  #dl-contact-06 .dl-contact-06Box {
    padding-bottom: 30px;
  }
  #dl-contact-06 .dl-contact-06Box ul li {
    flex: 0 0 100%;
  }
  #dl-contact-06 .dl-contact-06Box ul li .dl-contact-06BoxCenter .dl-contact-06BoxR i {
    margin-top: 0;
  }
  #dl-product-07 {
    width: 96%;
  }
  #dl-product-07 .dl-product-07Box ul li {
    flex: 0 0 100%;
  }
  #dl-product-08 {
    width: 96%;
  }
  #dl-product-08 .dl-product-08Title h4 {
    font-size: 26px;
  }
  #dl-product-08 .dl-product-08Title .dl-product-08TitleLine i {
    height: 1px;
  }
  #dl-product-08 .dl-product-08Box ul {
    margin-top: 20px;
  }
  #dl-product-08 .dl-product-08Box ul li {
    margin-top: 10px;
    flex: 0 0 100%;
  }
  #dl-advantage-15 {
    width: 96%;
  }
  #dl-advantage-15 .dl-advantage-15Box ul li {
    flex: 0 0 50%;
  }
  #dl-advantage-15 .dl-advantage-15Box ul li:nth-child(1),
  #dl-advantage-15 .dl-advantage-15Box ul li:nth-child(3) {
    background: #fff;
  }
  #dl-advantage-15 .dl-advantage-15Box ul li:nth-child(2) i {
    display: none;
  }
  #dl-advantage-15 .dl-advantage-15Box ul li:nth-child(1),
  #dl-advantage-15 .dl-advantage-15Box ul li:nth-child(2) {
    border-bottom: 1px solid #e5e5e5;
  }
  #dl-advantage-16 {
    width: 96%;
  }
  #dl-advantage-16 .dl-advantage-16Title {
    height: 120px;
    position: relative;
  }
  #dl-advantage-16 .dl-advantage-16Title h4 {
    display: none;
  }
  #dl-advantage-16 .dl-advantage-16Title p {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    font-weight: bold;
    color: #274280;
    letter-spacing: 4px;
  }
  #dl-advantage-16 .dl-advantage-16Title .dl-advantage-16TitleLine {
    width: 10%;
    height: 2px;
    background: #274280;
    position: absolute;
    bottom: 8%;
    left: 45%;
  }
  #dl-advantage-16 .dl-advantage-16Box {
    margin-top: 30px;
    position: relative;
  }
  #dl-advantage-16 .dl-advantage-16Box i.dl-advantage-16BoxListBoxLine1 {
    display: none;
  }
  #dl-advantage-16 .dl-advantage-16Box i.dl-advantage-16BoxListBoxLine2 {
    display: none;
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16Bg {
    position: absolute;
    height: 100%;
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16Bg img {
    opacity: 0;
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    padding: 30px 0;
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li {
    flex: 0 0 100%;
    flex-direction: column;
    position: relative;
    height: 100%;
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox {
    padding: 20px;
    width: 90%;
    height: 90%;
    position: relative;
    top: 5%;
    left: 5%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox i.dl-advantage-16BoxListTextNum {
    position: absolute;
    bottom: -1px;
    right: 5%;
    line-height: 3;
    color: #fff;
    border-bottom: 2px solid #fff;
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox b {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox b img {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    display: block;
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox .dl-advantage-16BoxListText {
    position: relative;
    width: 90%;
    margin: 30px auto 0;
    display: flex;
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox .dl-advantage-16BoxListText .dl-advantage-16BoxListTextL {
    flex: 1;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox .dl-advantage-16BoxListText .dl-advantage-16BoxListTextL i {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    text-indent: 2em;
    display: block;
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox .dl-advantage-16BoxListText .dl-advantage-16BoxListTextR {
    width: 30%;
  }
  #dl-advantage-16 .dl-advantage-16Box .dl-advantage-16BoxList ul li .dl-advantage-16BoxListBox .dl-advantage-16BoxListText .dl-advantage-16BoxListTextR h4 {
    display: inline;
    writing-mode: tb-rl;
    width: 70%;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    letter-spacing: 6px;
    font-weight: normal;
  }
  #dl-case-05 {
    height: 100%;
    width: 96%;
    max-width: 930px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  #dl-case-05 .dl-case-05Title .dl-case-05TitleBox {
    margin-top: 4%;
  }
  #dl-case-05 .dl-case-05Title .dl-case-05TitleBox h4 {
    font-size: 50px;
    padding: 0 5%;
    line-height: 60px;
  }
  #dl-case-05 .dl-case-05box ul li {
    flex: 0 0 50%;
  }
  #dl-case-06 {
    width: 96%;
  }
  #dl-case-06 .dl-case-06Title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-case-06 .dl-case-06Title .dl-case-06TitleL {
    flex: 0 0 100%;
    text-align: center;
  }
  #dl-case-06 .dl-case-06Title .dl-case-06TitleR {
    display: none;
  }
  #dl-case-06 .dl-case-06Box ul li {
    flex: 0 0 100%;
  }
  #dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterL {
    flex-direction: column;
    flex: 0 0 70%;
    width: 0;
  }
  #dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterL h4 {
    font-size: 24px;
    color: #bfbfbf;
  }
  #dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterL a {
    color: #f5a533;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterR {
    flex: 1;
  }
  #dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterR .dl-case-06BoxCenterList {
    padding-left: 0;
  }
  #dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterR .dl-case-06BoxCenterList i {
    display: none;
  }
  #dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterR .dl-case-06BoxCenterList em {
    display: none;
  }
  #dl-case-06 .dl-case-06Box ul li .dl-case-06BoxCenter .dl-case-06BoxCenterR .dl-case-06BoxCenterList a {
    display: inherit;
    font-size: 16px;
    text-align: right;
  }
  #dl-about-02 {
    width: 96%;
  }
  #dl-about-02 .dl-about-02Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-about-02 .dl-about-02Box .dl-about-02BoxL {
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
  }
  #dl-about-02 .dl-about-02Box .dl-about-02BoxL b {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 10% 10% 10% 10%;
    position: relative;
  }
  #dl-about-02 .dl-about-02Box .dl-about-02BoxL b i {
    width: 100%;
    height: 100%;
    background: rgba(206, 20, 21, 0.2);
    position: absolute;
    bottom: -5px;
    left: -5px;
    border-radius: 10% 10% 10% 10%;
    display: block;
  }
  #dl-about-02 .dl-about-02Box .dl-about-02BoxL b img {
    border-radius: 10% 10% 10% 10%;
    position: relative;
    width: 100%;
  }
  #dl-about-02 .dl-about-02Box .dl-about-02BoxR {
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
    margin-top: 20px;
    width: 0;
  }
  #dl-about-02 .dl-about-02Box .dl-about-02BoxR h4 i {
    display: inline-block;
    width: 3px;
    height: 30px;
    background: #ce1415;
    margin-right: 20px;
  }
  #dl-about-02 .dl-about-02Box .dl-about-02BoxR h4 b {
    width: 15em;
  }
  #dl-about-02 .dl-about-02Box .dl-about-02BoxR h4 em {
    display: none;
  }
  #dl-about-02 .dl-about-02Box .dl-about-02BoxR p {
    margin-left: 0px;
    margin-top: 20px;
  }
  #dl-about-02 .dl-about-02Box .dl-about-02BoxR .dl-about-02BoxRBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  #dl-evaluate-03 {
    width: 96%;
  }
  #dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTop .dl-about-02BoxTopL {
    display: none;
  }
  #dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTop .dl-about-02BoxTopR {
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
  }
  #dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTopBottom .dl-about-02BoxTopBottomL {
    display: none;
  }
  #dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTopBottom .dl-about-02BoxTopBottomBox {
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
  }
  #dl-evaluate-03 .dl-about-02Box .dl-about-02BoxTopBottom .dl-about-02BoxTopBottomBox .dl-about-02BoxTopRBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-about-03 {
    width: 96%;
  }
  #dl-about-03 .dl-about-03Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-about-03 .dl-about-03Box .dl-about-03BoxL {
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
    width: 0;
  }
  #dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxTitle h4 {
    display: none;
  }
  #dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxTitle b {
    font-size: 24px;
    padding-top: 10px;
  }
  #dl-about-03 .dl-about-03Box .dl-about-03BoxR {
    display: none;
  }
  #dl-process-03 {
    width: 96%;
  }
  #dl-process-03 ul li {
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex: 0 0 33%;
    flex-direction: column;
  }
  #dl-evaluate-04 {
    width: 96%;
  }
  #dl-evaluate-04 .dl-procrss-03Title p {
    display: none;
  }
  #dl-evaluate-04 .dl-evaluate-04Box {
    margin-top: 30px;
  }
  #dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopL {
    display: none;
  }
  #dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR {
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
  }
  #dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBox h4 {
    flex-wrap: wrap;
    flex: 0 0 30%;
    flex-direction: column;
  }
  #dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBox i {
    flex-wrap: wrap;
    flex: 0 0 40%;
    flex-direction: column;
    text-align: right;
  }
  #dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBox i b {
    display: inline-block !important;
  }
  #dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBox i b img {
    vertical-align: baseline;
    width: 70%;
    max-width: 70%;
  }
  #dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox.dl-evalute-04BoxTopRBoxBottomBox1 {
    border-radius: 15px 15px 0 0;
  }
  #dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox.dl-evalute-04BoxTopRBoxBottomBox2 {
    border-radius: 0 0 15px 15px;
  }
  #dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox .dl-evalute-04BoxTopRBoxBottomTime i b {
    display: inline-block !important;
    width: 35%;
  }
  #dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox .dl-evalute-04BoxTopRBoxBottomTime i b img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
  }
  #dl-evaluate-04 .dl-evaluate-04Box .dl-evalute-04BoxTop .dl-evalute-04BoxTopR .dl-evalute-04BoxTopRBoxBottomBox .dl-evalute-04BoxTopRBoxBottomTime i em {
    display: inline-block;
    line-height: 34px;
    color: #999;
  }
  #dl-about-04 {
    width: 100%;
  }
  #dl-about-04 .dl-about-04Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-about-04 .dl-about-04Box .dl-about-04BoxL {
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
    width: 0;
  }
  #dl-about-04 .dl-about-04Box .dl-about-04BoxR {
    display: none;
  }
  #dl-process-04 {
    width: 96%;
  }
  #dl-process-04 .dl-process-04Title h4 {
    color: #f8f8f8;
    font-size: 30px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
  }
  #dl-process-04 .dl-process-04Box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
  #dl-process-04 .dl-process-04Box ul li {
    flex-wrap: wrap;
    flex: 0 0 25%;
    flex-direction: column;
    margin-bottom: 30px;
  }
  #dl-process-04 .dl-process-04Box ul li h4 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    text-align: center;
  }
  #dl-process-04 .dl-process-04Box ul li .dl-process-04BoxLine {
    width: 100%;
    height: 1px;
    background: #dedede;
    margin: 20px auto;
    position: relative;
  }
  #dl-process-04 .dl-process-04Box ul li .dl-process-04BoxLine .dl-process-04BoxDianBox {
    position: absolute;
    top: -11px;
    width: 100%;
  }
  #dl-process-04 .dl-process-04Box ul li .dl-process-04BoxLine .dl-process-04BoxDianBox .dl-process-04BoxDian {
    padding: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #dedede;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
  }
  #dl-process-04 .dl-process-04Box ul li .dl-process-04BoxLine .dl-process-04BoxDianBox .dl-process-04BoxDian i {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #e94352;
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
  }
  #dl-process-04 .dl-process-04Box ul li .dl-process-04BoxCenter i {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  #dl-process-04 .dl-process-04Box ul li .dl-process-04BoxCenter i::after {
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    border: 1px solid #dedede;
    position: absolute;
    top: -2px;
    left: -2px;
  }
  #dl-process-04 .dl-process-04Box ul li .dl-process-04BoxCenter i::before {
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    border: 1px solid #dedede;
    position: absolute;
    right: -2px;
    bottom: -2px;
  }
  #dl-process-04 .dl-process-04Box ul li .dl-process-04BoxCenter i img {
    width: 30px;
    height: 30px;
    top: 15px;
    left: 0px;
    display: block;
    position: relative;
    z-index: 9999;
    object-fit: contain;
  }
  #dl-process-04 .dl-process-04Box ul li .dl-process-04BoxCenter p {
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
  }
  #dl-process-05 .dl-process-05Bg {
    width: 100%;
    height: 80px;
    background: #e94352;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(233, 67, 82, 0.4);
  }
  #dl-process-05 .dl-process-05Bottom {
    position: relative;
  }
  #dl-process-05 .dl-process-05Bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-process-05 .dl-process-05Bottom ul li {
    margin-top: 40px;
    flex-wrap: wrap;
    flex: 0 0 33.3%;
    flex-direction: column;
    padding: 0 3%;
  }
  #dl-process-05 .dl-process-05Bottom .dl-dl-process-05-JT {
    display: none;
  }
  #dl-advantage-08 {
    width: 96%;
  }
  #dl-advantage-08 div.dl-advantage-08Box ul li {
    flex: 0 0 100%;
  }
  #dl-advantage-08 div.dl-advantage-08Box ul li .dl-advantage-08Line {
    display: none;
  }
  #dl-process-06 {
    max-width: 930px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #dl-process-06 span {
    font-size: inherit;
  }
  #dl-process-06 .dl-process-02Title {
    position: relative;
    margin-bottom: 30px;
  }
  #dl-process-06 .dl-process-02Title b {
    width: 100%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 30px;
    line-height: 70px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #f8f8f8;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #dl-process-06 .dl-process-06Box .dl-process-06BoxJTBox .dl-process-06BoxJT {
    display: none;
  }
  #dl-process-06 .dl-process-06Box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-process-06 .dl-process-06Box ul li {
    flex-wrap: wrap;
    flex: 0 0 25%;
    flex-direction: column;
    padding: 30px 2%;
  }
  #dl-advantage-05 {
    max-width: 930px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #dl-advantage-05 span {
    font-size: inherit;
  }
  #dl-advantage-05 .dl-advantage-05Title h4 {
    font-size: 24px;
    line-height: 2;
    font-weight: normal;
    text-align: center;
    color: #333;
  }
  #dl-advantage-05 .dl-advantage-05Title p {
    line-height: 2;
    font-size: 14px;
    color: #999999;
    text-align: center;
  }
  #dl-advantage-05 .dl-advantage-05Title a {
    width: 22px;
    height: 22px;
    display: block;
    margin: 10px auto;
  }
  #dl-advantage-05 .dl-advantage-05Title a img {
    display: block;
  }
  #dl-advantage-05 .dl-advantage-05Box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  #dl-advantage-05 .dl-advantage-05Box ul li {
    display: inline-flex;
    flex-wrap: wrap;
    flex: 0 0 38%;
    margin: 0 6%;
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
  }
  #dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter {
    position: relative;
  }
  #dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dlvantage-05BoxCenterNum {
    font-size: 82px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #eee;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    line-height: 82px;
  }
  #dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxTop b {
    display: inline-flex;
    flex-wrap: wrap;
    flex: 0 0 18%;
  }
  #dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxTop b img {
    max-width: 100%;
    width: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
  }
  #dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxTop .dl-advantage-05BoxTopL {
    display: inline-flex;
    flex-wrap: wrap;
    flex: 0 0 75%;
  }
  #dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxTop .dl-advantage-05BoxTopL h4 {
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.5;
  }
  #dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxTop .dl-advantage-05BoxTopL p {
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #505050;
    padding-top: 5px;
  }
  #dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxBottom {
    margin-top: 20px;
    padding-bottom: 60px;
  }
  #dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxBottom p {
    width: 90%;
    color: #666;
    font-size: 14px;
    line-height: 30px;
  }
  #dl-advantage-05 #dl-advantage-06 ul li {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  #dl-advantage-14 .dl-advantage-14Title .dl-advantage-14TitleLine {
    display: none !important;
  }
  #dl-advantage-04 .dl-advantage-04Box ul li h4 b {
    line-height: 2;
  }
  #dl-advantage-15 .dl-advantage-15Title .dl-advantage-15TitleLine,
  #dl-advantage-14 .dl-advantage-14Title .dl-advantage-14TitleLine,
  #dl-advantage-11 .dl-advantage-11Title h4 i {
    display: none;
  }
  #dl-advantage-03 .dl-advantage-03Box ul li .dl-advantage-03BoxL .dl-advantage-03BoxLText {
    flex: 100%;
  }
  #dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxTop .dl-advantage-05BoxTopL {
    flex: 0 0 100%;
  }
  #dl-advantage-05 .dl-advantage-05Box ul li .dl-advantage-05BoxCenter .dl-advantage-05BoxBottom {
    margin-top: 0;
  }
  #dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxBottom ul li .dl-advaatge-13BoxBottomL b {
    display: none !important;
  }
  #dl-product-05 .dl-product-05Box ul li b p img {
    display: none !important;
  }
  #dl-product-08 .dl-product-08Title .dl-product-08TitleLine {
    display: none !important;
  }
  #dl-product-07 .dl-product-07Title .dl-product-07TitleTop i,
  #dl-product-07 .dl-product-07Title .dl-product-07TitleTop b {
    display: none !important;
  }
  #dl-case-03 .dl-case-03Box ul li {
    flex: 0 0 100%;
  }
  #dl-case-03 .dl-case-03Box .dl-case-03CenterMore {
    display: none !important;
  }
  #dl-case-05 .dl-case-05Title {
    top: 0;
  }
  #dl-advantage-06 ul li {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  #dl-advantage-01 .dl-advantage-01Box .dl-advantage-01L ul li .dl-advantage-01TopTitle h4 {
    line-height: 1.5;
  }
  #dl-case-06 .dl-case-06Title .dl-case-06TitleL h4 b {
    display: inline-block !important;
  }
  #dl-about-02 .dl-about-02Box .dl-about-02BoxR p {
    height: 140px;
  }
  #dl-about-01 .dl-about-01Box .dl-about-01BoxCenter .dl-about-01BoxCenterR a b {
    display: none;
  }
  #dl-about-04 .dl-about-04Box .dl-about-04BoxL .dl-about-04BoxCenter {
    padding: 0 20px 20px;
  }
  #dl-evaluate-03 .dl-about-02Title h4 {
    font-size: 52px;
  }
  .proListR {
    padding: 0;
  }
  .caseContainer {
    padding: 0;
  }
  .proList b {
    display: block !important;
  }
  #imgBox img {
    margin: 0 auto;
    width: auto;
  }
  .caseContainer p {
    margin-bottom: 0;
    padding-top: 0;
  }
  #dl-product-06 .dl-product-06Box ul li:nth-child(2) .dl-product-06MinBox .dl-product-06Img {
    height: 220px !important;
  }
  #dl-case-02 .dl-case-02-Top ul li .dl-case-02TopBox .dl-case-02TopBoxImg img {
    height: 120px;
  }
  #dl-case-02 .dl-case-02-Bottom .dl-case-02BottomBox .dl-case-02BottomBoxImg a img {
    height: 150px;
  }
  #dl-product-08 .dl-product-08Box ul li .dl-product-08BoxImg img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 200px !important;
    width: 100% !important;
    object-fit: cover;
  }
  #dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxTitle {
    height: 70px;
  }
  #dl-about-03 .dl-about-03Box .dl-about-03BoxL .dl-about-03BoxTitle b {
    top: 0;
  }
  #dl-about-03 .dl-about-03Box .dl-about-03BoxL p {
    margin-top: 0px;
  }
  #dl-advantage-13 .dl-advantage-13Box .dl-advantage-13BoxTop .dl-advantage-13BoxTopL b img {
    height: 250px;
  }
  #dl-message-01 {
    width: 96%;
  }
  #dl-message-01 .dl-message-01Title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-message-01 .dl-message-01Title .dl-message-01TitleLine {
    flex: 1;
    height: 1px;
    background: #dedede;
    margin-top: 22px;
  }
  #dl-message-01 .dl-message-01Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  #dl-message-01 .dl-message-01Box .dl-message-01BoxNameBox {
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
    height: 50px;
    background: #f8f8f8 url(http://img.dlwjdh.com/upload/diy/message/01/dl-message-01Name.png) no-repeat 12px 16px;
    padding: 0 10px 0 40px;
    margin-bottom: 10px;
  }
  #dl-message-01 .dl-message-01Box .dl-message-01BoxNameBox input {
    background: #f8f8f8;
    text-indent: 10px;
    display: block;
    width: 100%;
    outline: none;
    border: 0;
    height: 20px;
    border-left: 1px solid #ccc;
    margin-top: 15px;
  }
  #dl-message-01 .dl-message-01Box .dl-message-01BoxTelBox {
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
    height: 50px;
    background: #f8f8f8 url(http://img.dlwjdh.com/upload/diy/message/01/dl-message-01Tel.png) no-repeat 12px 16px;
    padding: 0 10px 0 40px;
    margin-bottom: 10px;
  }
  #dl-message-01 .dl-message-01Box .dl-message-01BoxTelBox input {
    background: #f8f8f8;
    text-indent: 10px;
    display: block;
    width: 100%;
    outline: none;
    border: 0;
    height: 20px;
    border-left: 1px solid #ccc;
    margin-top: 15px;
  }
  #dl-message-01 .dl-message-01Box .dl-message-01BoxCodeBox {
    flex-wrap: wrap;
    flex: 0 0 70%;
    flex-direction: column;
    height: 50px;
    background: #f8f8f8 url(http://img.dlwjdh.com/upload/diy/message/01/dl-message-01Code.png) no-repeat 12px 16px;
    padding: 0 10px 0 40px;
    position: relative;
  }
  #dl-message-01 .dl-message-01Box .dl-message-01BoxCodeBox input {
    background: #f8f8f8;
    text-indent: 10px;
    display: block;
    width: 68%;
    outline: none;
    border: 0;
    height: 20px;
    border-left: 1px solid #ccc;
    margin-top: 15px;
    position: absolute;
    z-index: 1;
  }
  #dl-message-01 .dl-message-01Box .dl-message-01BoxCodeBox img {
    position: absolute;
    height: 24px;
    top: 13px;
    right: 10px;
    width: 26%;
    z-index: 9;
    cursor: pointer;
  }
  #dl-message-01 .dl-message-01Box .dl-message-01BoxBthBox {
    flex-wrap: wrap;
    flex: 0 0 28%;
    flex-direction: column;
    background: #448aca;
    padding: 0;
  }
  #dl-message-01 .dl-message-01Box .dl-message-01BoxBthBox button {
    border: 0;
    text-align: center;
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    background: transparent;
    outline: none;
    cursor: pointer;
  }
  #dl-message-02 {
    width: 96%;
  }
  #dl-message-02 .dl-message-02Box {
    margin-top: 40px;
    padding: 20px 30px;
  }
  #dl-message-02 .dl-message-02Box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dl-message-02 .dl-message-02Box ul li {
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
  }
}
