* {
  box-sizing: border-box
}

*:before {
  box-sizing: border-box
}

*:after {
  box-sizing: border-box
}

html {
  font-size: 16px
}

body {
  font-size: 16px
}

html,
body {
  font-family: "微软雅黑", "Microsoft YaHei", 微软雅黑, "SourceHanSansCN-Normal", Arial, Helvetica, sans-serif;
  width: 100%;
  margin: 0;
  padding: 0
}

body {
  overflow: inherit;
  background-color: #fff;
  line-height: 1
}

body>.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999
}

section,
.section-wrapper {
  padding: 2rem 1rem
}

@media screen and (min-width: 1024px) {

  section,
  .section-wrapper {
    padding: 80px 0
  }
}

@media(min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto
  }

  .container>.row {
    margin: 0
  }
}

input,
button,
textarea {
  outline: none;
  border: none;
  border-radius: 0;
  font-family: inherit
}

a {
  line-height: 1;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  outline: none
}

a:visited {
  outline: none
}

a:hover,
a:active,
a:focus {
  outline: none
}

ul,
ol {
  padding-inline-start: 0
}

ul li,
ol li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: auto
}

@font-face {
  font-family: "Roboto";
  src: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/fonts/Roboto/Roboto-Regular.ttf")
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/fonts/Roboto/Roboto-Bold.ttf")
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px
  }
}

@media screen and (min-width: 1366px) {
  .container {
    max-width: 1280px
  }
}

.animate-item {
  opacity: 0;
  transition: all .35s ease;
  visibility: hidden
}

@media screen and (max-width: 767px) {
  .animate-item {
    opacity: 1;
    visibility: visible
  }
}

.animate-item.animated {
  opacity: 1;
  visibility: visible
}

.animated.delay-qts {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.animated.delay-hfs {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.animated.delay-3qts {
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-1p5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-2p5 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-3p5 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.animated.delay-4p5 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall
}

.page-wrapper {
  margin-top: 88px;
  margin-bottom: 64px
}

@media screen and (min-width: 768px) {
  .page-wrapper {
    margin-top: 112px;
    margin-bottom: 0
  }
}

@media screen and (min-width: 1366px) {
  .page-wrapper {
    margin-top: 128px
  }
}

.section-title {
  margin: 0 0 24px
}

@media screen and (min-width: 768px) {
  .section-title {
    margin: 0 0 32px
  }
}

@media screen and (min-width: 1366px) {
  .section-title {
    margin: 0 0 40px
  }
}

.section-title h2 {
  line-height: 1;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  margin: 0
}

@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 32px
  }
}

@media screen and (min-width: 1366px) {
  .section-title h2 {
    font-size: 40px
  }
}

.section-title span {
  display: block;
  margin: 12px auto;
  background-color: #09b0ae;
  height: 2px;
  width: 32px
}

@media screen and (min-width: 768px) {
  .section-title span {
    margin: 16px auto;
    height: 4px;
    width: 40px
  }
}

@media screen and (min-width: 1366px) {
  .section-title span {
    width: 48px;
    margin: 20px auto
  }
}

p.title-text {
  text-align: center;
  line-height: 1;
  margin: 0;
  color: #777;
  font-size: 15px
}

@media screen and (min-width: 768px) {
  p.title-text {
    font-size: 18px
  }
}

@media screen and (min-width: 1366px) {
  p.title-text {
    font-size: 20px
  }
}

p.title-text.align-left {
  text-align: left
}

.section-title.text-white h2 {
  color: #fff
}

.section-title.text-white p {
  color: #eee
}

.learn-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 96px;
  height: 32px;
  border-radius: 100px;
  background-color: #0067d5;
  transition: all .25s ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1
}

@media screen and (min-width: 768px) {
  .learn-more a {
    width: 110px;
    height: 34px;
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {
  .learn-more a {
    width: 120px;
    height: 38px;
    font-size: 16px
  }
}

.learn-more a:hover {
  background-color: #004ea2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.banner-content {
  height: 160px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  position: relative;
  z-index: 900
}

@media screen and (min-width: 768px) {
  .banner-content {
    height: 400px
  }
}

@media screen and (min-width: 1366px) {
  .banner-content {
    height: 480px
  }
}

.banner-content .banner-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%)
}

.banner-content h1 {
  text-align: center;
  margin: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 400
}

@media screen and (min-width: 768px) {
  .banner-content h1 {
    font-size: 32px
  }
}

@media screen and (min-width: 1366px) {
  .banner-content h1 {
    font-size: 40px
  }
}

.banner-content h1.text-white {
  color: #fff
}

.crumb {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, .1);
  position: relative;
  z-index: 800
}

.crumb .flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.crumb .crumb-toggle {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 1rem;
  top: 7px;
  display: block
}

@media screen and (min-width: 768px) {
  .crumb .crumb-toggle {
    display: none
  }
}

.crumb .crumb-toggle.active .ti-menu:before {
  content: ""
}

.crumb ul {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.crumb ul li {
  display: inline-block
}

.crumb .crumb-location {
  color: #777;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 32px;
  margin: 0 1rem;
  width: 100%;
  order: 1
}

@media screen and (min-width: 768px) {
  .crumb .crumb-location {
    order: 2;
    width: inherit;
    margin: 0;
    height: 64px
  }
}

@media screen and (min-width: 1366px) {
  .crumb .crumb-location {
    height: 80px
  }
}

.crumb .crumb-location li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.crumb .crumb-location span {
  display: inline-block;
  margin-right: 10px;
  display: none
}

@media screen and (min-width: 768px) {
  .crumb .crumb-location span {
    display: inline-block
  }
}

.crumb .crumb-location span,
.crumb .crumb-location ul a {
  font-size: 14px;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {

  .crumb .crumb-location span,
  .crumb .crumb-location ul a {
    font-size: 15px
  }
}

.crumb .crumb-location i {
  font-size: 12px;
  display: inline-block
}

.crumb .crumb-location .ti-home {
  margin-right: 4px;
  font-size: 13px
}

@media screen and (min-width: 768px) {
  .crumb .crumb-location .ti-home {
    font-size: 14px
  }
}

.crumb .crumb-location .ti-angle-right {
  margin: 0 6px
}

@media screen and (min-width: 768px) {
  .crumb .crumb-location .ti-angle-right {
    margin: 0 10px
  }
}

.crumb .crumb-location ul a:hover {
  color: #004ea2
}

.crumb .crumb-nav {
  color: #777;
  width: 100%;
  order: 2;
  overflow: hidden;
  height: 0px
}

.crumb .crumb-nav.active {
  height: inherit
}

@media screen and (min-width: 768px) {
  .crumb .crumb-nav {
    height: inherit;
    overflow: inherit;
    width: inherit;
    order: 1
  }
}

.crumb .crumb-nav ul {
  border-top: 1px solid #eee
}

@media screen and (min-width: 768px) {
  .crumb .crumb-nav ul {
    border: none
  }
}

.crumb .crumb-nav ul li {
  width: 100%
}

@media screen and (min-width: 768px) {
  .crumb .crumb-nav ul li {
    width: inherit
  }
}

.crumb .crumb-nav a {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  transition: all .25s ease;
  position: relative;
  line-height: 32px;
  padding: 0 1rem;
  width: 100%;
  text-align: center
}

@media screen and (min-width: 768px) {
  .crumb .crumb-nav a {
    width: inherit;
    text-align: left;
    font-size: 16px;
    line-height: 64px;
    padding: 0 1.25rem
  }
}

@media screen and (min-width: 1366px) {
  .crumb .crumb-nav a {
    line-height: 80px;
    padding: 0 1.5rem
  }
}

.crumb .crumb-nav a:hover {
  color: #004ea2
}

.crumb .crumb-nav li.active a {
  color: #fff;
  background-color: #004ea2
}

.sub-section-title h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
  .sub-section-title h2 {
    padding-bottom: 2rem;
    margin-bottom: 2rem
  }
}

@media screen and (min-width: 1366px) {
  .sub-section-title h2 {
    padding-bottom: 3rem;
    margin-bottom: 3rem
  }
}

.sub-section-title h2 span {
  display: inline-block;
  font-size: 22px;
  margin: 0;
  line-height: 1;
  position: relative;
  font-weight: 400
}

@media screen and (min-width: 768px) {
  .sub-section-title h2 span {
    font-size: 28px
  }
}

@media screen and (min-width: 1366px) {
  .sub-section-title h2 span {
    font-size: 36px
  }
}

.sub-section-title h2 span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #004ea2;
  left: 0;
  bottom: -1rem
}

@media screen and (min-width: 768px) {
  .sub-section-title h2 span:after {
    bottom: -2rem
  }
}

@media screen and (min-width: 1366px) {
  .sub-section-title h2 span:after {
    bottom: -3rem
  }
}

.sub-section-title h2.text-small {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem
}

@media screen and (min-width: 768px) {
  .sub-section-title h2.text-small {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem
  }
}

@media screen and (min-width: 1366px) {
  .sub-section-title h2.text-small {
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem
  }
}

.sub-section-title h2.text-small span {
  font-size: 20px
}

@media screen and (min-width: 768px) {
  .sub-section-title h2.text-small span {
    font-size: 22px
  }
}

@media screen and (min-width: 1366px) {
  .sub-section-title h2.text-small span {
    font-size: 24px
  }
}

.sub-section-title h2.text-small span:after {
  bottom: -1.25rem
}

@media screen and (min-width: 768px) {
  .sub-section-title h2.text-small span:after {
    bottom: -1.5rem
  }
}

@media screen and (min-width: 1366px) {
  .sub-section-title h2.text-small span:after {
    bottom: -1.75rem
  }
}

.pagination.pagi-default {
  text-align: right;
  margin: 4rem 0;
  width: 100%
}

.pagination.pagi-default .page-numbers {
  font-size: 13px;
  margin: 0 .25rem;
  padding: .25rem .6rem;
  color: #777;
  border: 1px solid #eee
}

@media screen and (min-width: 768px) {
  .pagination.pagi-default .page-numbers {
    font-size: 14px
  }
}

.pagination.pagi-default .page-numbers:hover {
  background-color: #fff;
  border-color: #004ea2;
  color: #004ea2
}

.pagination.pagi-default .page-num.page-numbers:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #777;
  border-color: #eee
}

.pagination.pagi-default .page-numbers.current {
  background-color: #004ea2;
  border-color: #004ea2;
  color: #fff
}

.not-found-title {
  text-align: center;
  width: 100%;
  margin: 6rem auto 0;
  line-height: 1;
  font-size: 20px;
  color: #000;
  font-weight: 600
}

@media screen and (min-width: 768px) {
  .not-found-title {
    margin: 6rem auto 480px;
    font-size: 26px
  }
}

@media screen and (min-width: 1366px) {
  .not-found-title {
    font-size: 32px
  }
}

.siblings {
  margin: 2rem 0;
  padding: 2rem 0;
  border-top: 1px solid #eee;
  text-align: right
}

.siblings ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.siblings ul li {
  font-size: 13px;
  color: #aaa;
  margin: 0 0 10px;
  width: 100%
}

@media screen and (min-width: 768px) {
  .siblings ul li {
    font-size: 15px
  }
}

.siblings ul li:last-of-type {
  margin-bottom: 0
}

.siblings ul li:hover {
  color: #777
}

.side-contact {
  margin: 2rem 0 0;
  padding: 4px 4px 120px 4px;
  background-color: #004ea2;
  position: relative
}

.side-contact .wrapper {
  position: relative;
  background-color: #fff;
  padding: 28px 12px
}

.side-contact h3 {
  line-height: 1;
  font-weight: 600;
  margin: 0 0 2rem;
  text-align: center;
  font-size: 20px;
  color: #004ea2
}

@media screen and (min-width: 768px) {
  .side-contact h3 {
    font-size: 24px
  }
}

.side-contact .mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.side-contact .mobile .icon {
  width: 40px;
  height: 40px;
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/icon-side-tel.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 0 0
}

.side-contact .mobile p {
  line-height: 1;
  margin: 0 0 6px;
  font-size: 14px
}

.side-contact .mobile strong {
  font-size: 18px;
  font-family: arial;
  color: #004ea2
}

@media screen and (min-width: 768px) {
  .side-contact .mobile strong {
    font-size: 20px
  }
}

@media screen and (min-width: 1366px) {
  .side-contact .mobile strong {
    font-size: 22px
  }
}

.side-contact .info ul {
  margin: 2rem 0 4rem
}

.side-contact .info li {
  margin: 0 0 1.5rem
}

.side-contact .info p,
.side-contact .info a {
  font-size: 15px;
  color: #777
}

@media screen and (min-width: 768px) {

  .side-contact .info p,
  .side-contact .info a {
    font-size: 16px
  }
}

.side-contact .info p {
  line-height: 1;
  margin: 0 0 10px
}

.side-contact .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat
}

.mb-only {
  display: block
}

@media screen and (min-width: 768px) {
  .mb-only {
    display: none
  }
}

.pc-only {
  display: none
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block
  }
}

header {
  background-color: #fff;
  position: fixed;
  z-index: 1001;
  left: 0;
  width: 100%;
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

header .header-top {
  background-color: #f7f7f7;
  padding: 0 1rem
}

@media screen and (min-width: 768px) {
  header .header-top {
    padding: 0
  }
}

header .header-top .flex-wrapper {
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

@media screen and (min-width: 768px) {
  header .header-top .flex-wrapper {
    height: 36px
  }
}

@media screen and (min-width: 1366px) {
  header .header-top .flex-wrapper {
    height: 40px
  }
}

header .contact-info {
  margin: 0
}

header .contact-info li {
  margin: 0 8px 0 0;
  font-size: 14px;
  color: #777;
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

@media screen and (min-width: 768px) {
  header .contact-info li {
    margin: 0 32px 0 0
  }
}

@media screen and (min-width: 1366px) {
  header .contact-info li {
    margin: 0 48px 0 0
  }
}

header .contact-info li:nth-of-type(2),
header .contact-info li:nth-of-type(3) {
  display: none
}

@media screen and (min-width: 768px) {

  header .contact-info li:nth-of-type(2),
  header .contact-info li:nth-of-type(3) {
    display: inline-block
  }
}

header .contact-info .icon {
  display: inline-block;
  width: 18px;
  height: 16px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 4px 0 0
}

header .lang-select {
  font-size: 14px;
  color: #777;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

header .lang-select .languages {
  position: relative;
  margin-left: 8px
}

header .lang-select .flag {
  width: 24px;
  height: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block
}

header .lang-select .cn {
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/icon-cn.png")
}

header .lang-select .en {
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/icon-us.png")
}

header .lang-select .flags {
  position: absolute;
  left: -6px;
  top: 100%;
  display: none;
  background-color: #f7f7f7;
  padding: 6px;
  border-radius: 2px;
  z-index: 1002
}

header .lang-select .flags a {
  margin-bottom: 6px
}

header .lang-select .flags a:last-of-type {
  margin-bottom: 0
}

header .lang-select:hover .flags {
  display: block
}

header .header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

header .logo {
  margin-left: 1rem;
  padding: 10px 0
}

@media screen and (min-width: 768px) {
  header .logo {
    width: auto;
    padding: 0;
    margin: 0
  }
}

header .logo img {
  display: block;
  height: 40px;
  width: auto
}

@media screen and (min-width: 768px) {
  header .logo img {
    height: 56px
  }
}

@media screen and (min-width: 1366px) {
  header .logo img {
    height: 64px
  }
}

header .header-nav {
  width: 100%;
  overflow: hidden
}

@media screen and (min-width: 768px) {
  header .header-nav {
    width: auto;
    overflow: inherit
  }
}

header .header-nav.active .nav-wrapper {
  height: auto
}

header .nav-wrapper {
  height: 0px
}

@media screen and (min-width: 768px) {
  header .nav-wrapper {
    height: auto
  }
}

header .nav-wrapper ul {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

header .nav-wrapper li.nav-item {
  margin: 0;
  width: 100%;
  display: inline-block;
  position: relative
}

@media screen and (min-width: 768px) {
  header .nav-wrapper li.nav-item {
    margin: 0 20px 0 0;
    width: auto
  }
}

@media screen and (min-width: 1366px) {
  header .nav-wrapper li.nav-item {
    margin: 0 24 0 0
  }
}

header .nav-wrapper li.nav-item:last-of-type {
  margin-right: 0
}

header .nav-wrapper a.nav-text {
  display: inline-block;
  line-height: 3;
  width: 100%;
  font-size: 15px;
  text-align: center
}

@media screen and (min-width: 768px) {
  header .nav-wrapper a.nav-text {
    line-height: 76px;
    width: auto;
    font-size: 16px;
    padding: 0 1rem
  }
}

@media screen and (min-width: 1366px) {
  header .nav-wrapper a.nav-text {
    line-height: 88px
  }
}

header .nav-wrapper li.nav-item.active>a.nav-text {
  background-color: #004ea2;
  color: #fff
}

header .nav-wrapper .submenu {
  position: absolute;
  top: 100%;
  min-width: 160px;
  background-color: #f7f7f7;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  display: none;
  z-index: 1000
}

header .nav-wrapper li.sub-nav-item {
  width: 100%;
  border-bottom: 1px solid #f7f7f7
}

header .nav-wrapper li.sub-nav-item:last-of-type {
  border-bottom: none
}

header .nav-wrapper li.sub-nav-item .nav-text {
  width: 100%;
  line-height: 3;
  text-align: center;
  transition: all .25s ease;
  font-size: 14px
}

@media screen and (min-width: 768px) {
  header .nav-wrapper li.sub-nav-item .nav-text {
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {
  header .nav-wrapper li.sub-nav-item .nav-text {
    font-size: 15px
  }
}

header .nav-wrapper li.sub-nav-item .nav-text:hover {
  color: #fff;
  background-color: #0067d5
}

header .nav-wrapper li.nav-item:hover .submenu {
  display: none
}

@media screen and (min-width: 768px) {
  header .nav-wrapper li.nav-item:hover .submenu {
    display: block
  }
}

header .header-toggle {
  width: 38px;
  height: 30px;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

header .header-toggle i {
  font-size: 18px;
  color: #282828;
  display: inline-block;
  line-height: 1
}

@media screen and (min-width: 768px) {
  header .header-toggle {
    display: none
  }
}

header .header-toggle.active .ti-menu:before {
  content: ""
}

footer {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  background-color: #00356f
}

@media screen and (min-width: 768px) {
  footer {
    position: relative;
    padding: 64px 0 0
  }
}

@media screen and (min-width: 1366px) {
  footer {
    padding: 80px 0 0
  }
}

footer .copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .15)
}

footer .copyright p {
  font-size: 14px;
  color: #aaa;
  text-align: center;
  margin: 0;
  line-height: 1
}

footer .copyright a {
  transition: all .25s ease
}

footer .copyright a:hover {
  color: #09b0ae
}

footer .footer-pc {
  display: none
}

@media screen and (min-width: 768px) {
  footer .footer-pc {
    display: block
  }
}

footer .footer-pc .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0
}

@media screen and (min-width: 768px) {
  footer .footer-pc .flex-wrapper {
    margin: 0 0 64px
  }
}

@media screen and (min-width: 1366px) {
  footer .footer-pc .flex-wrapper {
    margin: 0 0 80px
  }
}

@media screen and (min-width: 768px) {
  footer .footer-pc .flex-wrapper .part {
    margin-right: 64px
  }
}

@media screen and (min-width: 1366px) {
  footer .footer-pc .flex-wrapper .part {
    margin-right: 80px
  }
}

footer .footer-pc .flex-wrapper .part:last-of-type {
  margin-right: 0
}

footer .footer-pc .flex-wrapper .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

footer .footer-pc .part h3 {
  line-height: 1;
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400
}

@media screen and (min-width: 768px) {
  footer .footer-pc .part h3 {
    font-size: 22px
  }
}

@media screen and (min-width: 1366px) {
  footer .footer-pc .part h3 {
    font-size: 24px
  }
}

footer .footer-pc .part span {
  display: inline-block;
  width: 32px;
  height: 4px;
  background-color: #09b0ae;
  margin: 16px 0
}

@media screen and (min-width: 768px) {
  footer .footer-pc .part span {
    margin: 18px 0
  }
}

@media screen and (min-width: 1366px) {
  footer .footer-pc .part span {
    margin: 20px 0
  }
}

footer .footer-pc .part ul {
  margin: 0
}

footer .footer-pc .part ul li {
  display: block;
  margin: 0 0 14px
}

@media screen and (min-width: 768px) {
  footer .footer-pc .part ul li {
    margin: 0 0 16px
  }
}

@media screen and (min-width: 1366px) {
  footer .footer-pc .part ul li {
    margin: 0 0 18px
  }
}

footer .footer-pc .part ul li a {
  color: #ccc;
  font-size: 14px;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {
  footer .footer-pc .part ul li a {
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {
  footer .footer-pc .part ul li a {
    font-size: 16px
  }
}

footer .footer-pc .part ul li a:hover {
  color: #09b0ae
}

footer .footer-pc .logo {
  display: inline-block
}

@media screen and (min-width: 768px) {
  footer .footer-pc .logo {
    margin: 0 0 24px
  }
}

@media screen and (min-width: 1366px) {
  footer .footer-pc .logo {
    margin: 0 0 32px
  }
}

footer .footer-pc .logo img {
  display: block;
  width: auto
}

@media screen and (min-width: 768px) {
  footer .footer-pc .logo img {
    height: 56px
  }
}

@media screen and (min-width: 1366px) {
  footer .footer-pc .logo img {
    height: 64px
  }
}

footer .footer-pc .contact-info {
  margin: 0
}

footer .footer-pc .contact-info li {
  display: block;
  margin: 0 0 10px;
  color: #ccc;
  font-size: 14px;
  line-height: 1.5
}

@media screen and (min-width: 768px) {
  footer .footer-pc .contact-info li {
    margin: 0 0 12px;
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {
  footer .footer-pc .contact-info li {
    margin: 0 0 14px;
    font-size: 16px
  }
}

footer .footer-pc .contact-info li a {
  font-size: inherit;
  color: inherit;
  transition: all .25s ease
}

footer .footer-pc .contact-info li a:hover {
  color: #09b0ae
}

footer .footer-pc .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

@media screen and (min-width: 768px) {
  footer .footer-pc .socials {
    margin: 36px 0 0
  }
}

@media screen and (min-width: 1366px) {
  footer .footer-pc .socials {
    margin: 48px 0 0
  }
}

footer .footer-pc .socials li {
  margin: 0 20px 0 0
}

footer .footer-pc .socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition: all .25s ease;
  background-color: #004ea2;
  position: relative;
  transition: all .25s ease
}

footer .footer-pc .socials a:hover {
  background-color: #09b0ae
}

footer .footer-pc .socials .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/icon-footer-social.png");
  background-size: 500%;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: no-repeat
}

footer .footer-pc .socials .icon-2 {
  background-position-x: 25%
}

footer .footer-pc .socials .icon-3 {
  background-position-x: 50%
}

footer .footer-pc .socials .icon-4 {
  background-position-x: 75%
}

footer .footer-pc .socials .icon-5 {
  background-position-x: 100%
}

footer .footer-mb {
  display: block
}

@media screen and (min-width: 768px) {
  footer .footer-mb {
    display: none
  }
}

footer .footer-mb {
  display: block
}

@media screen and (min-width: 768px) {
  footer .footer-mb {
    display: none
  }
}

footer .footer-mb ul {
  background-color: #282828;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

footer .footer-mb ul li {
  width: calc((100% - 4px)/5);
  background-color: #272f36;
  margin: 0;
  padding: 0;
  transition: all .25s ease
}

footer .footer-mb ul li:hover {
  background-color: #004ea2
}

footer .footer-mb ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  line-height: 1;
  margin: 0
}

footer .footer-mb ul li a .icon {
  margin: 4px auto 0;
  width: 32px;
  height: 32px;
  text-align: center
}

footer .footer-mb ul li a .icon i {
  font-size: 24px;
  color: #eee
}

footer .footer-mb ul li a span {
  font-size: 12px;
  color: #eee
}

footer .footer-mb ul li a span a {
  font-size: 1rem;
  color: #fff
}

.banner-home {
  position: relative
}

.banner-home .swiper-container-horizontal>.swiper-pagination-bullets,
.banner-home .swiper-pagination-custom,
.banner-home .swiper-pagination-fraction {
  bottom: 8px
}

@media screen and (min-width: 768px) {

  .banner-home .swiper-container-horizontal>.swiper-pagination-bullets,
  .banner-home .swiper-pagination-custom,
  .banner-home .swiper-pagination-fraction {
    bottom: 20px
  }
}

@media screen and (min-width: 1366px) {

  .banner-home .swiper-container-horizontal>.swiper-pagination-bullets,
  .banner-home .swiper-pagination-custom,
  .banner-home .swiper-pagination-fraction {
    bottom: 24px
  }
}

.banner-home .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #fff;
  margin: 0 10px !important
}

@media screen and (min-width: 768px) {
  .banner-home .swiper-pagination-bullet {
    width: 8px;
    height: 8px
  }
}

@media screen and (min-width: 1366px) {
  .banner-home .swiper-pagination-bullet {
    width: 10px;
    height: 10px
  }
}

.banner-home .swiper-pagination-bullet-active {
  background-color: #004ea2
}

.banner-home .swiper-button-prev,
.banner-home .swiper-container-rtl .swiper-button-next,
.banner-home .swiper-button-next,
.banner-home .swiper-container-rtl .swiper-button-prev {
  background-image: none
}

.banner-home .swiper-button-prev i,
.banner-home .swiper-container-rtl .swiper-button-next i,
.banner-home .swiper-button-next i,
.banner-home .swiper-container-rtl .swiper-button-prev i {
  font-size: 20px;
  color: #777;
  opacity: .6;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {

  .banner-home .swiper-button-prev i,
  .banner-home .swiper-container-rtl .swiper-button-next i,
  .banner-home .swiper-button-next i,
  .banner-home .swiper-container-rtl .swiper-button-prev i {
    font-size: 36px
  }
}

@media screen and (min-width: 1366px) {

  .banner-home .swiper-button-prev i,
  .banner-home .swiper-container-rtl .swiper-button-next i,
  .banner-home .swiper-button-next i,
  .banner-home .swiper-container-rtl .swiper-button-prev i {
    font-size: 48px
  }
}

.banner-home .swiper-button-prev:hover i,
.banner-home .swiper-container-rtl .swiper-button-next:hover i,
.banner-home .swiper-button-next:hover i,
.banner-home .swiper-container-rtl .swiper-button-prev:hover i {
  opacity: 1
}

.banner-home .swiper-button-next,
.banner-home .swiper-button-prev {
  width: 30px;
  height: 30px;
  margin-top: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media screen and (min-width: 768px) {

  .banner-home .swiper-button-next,
  .banner-home .swiper-button-prev {
    width: 48px;
    height: 48px
  }
}

@media screen and (min-width: 1366px) {

  .banner-home .swiper-button-next,
  .banner-home .swiper-button-prev {
    width: 56px;
    height: 56px
  }
}

.banner-home .swiper-button-prev,
.banner-home .swiper-container-rtl .swiper-button-next {
  left: 1rem
}

.banner-home .swiper-button-next,
.banner-home .swiper-container-rtl .swiper-button-prev {
  right: 1rem
}

.page-home section.about {
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/bg-home-about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.page-home section.about .about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-home section.about .about-img {
  order: 1;
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/img-home-about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 240px;
  width: 100%
}

@media screen and (min-width: 768px) {
  .page-home section.about .about-img {
    height: inherit;
    order: 0;
    width: 600px
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.about .about-img {
    width: 680px
  }
}

.page-home section.about .about-text {
  order: 0;
  padding: 24px;
  background-color: #fff;
  width: 100%
}

@media screen and (min-width: 768px) {
  .page-home section.about .about-text {
    order: 1;
    padding: 36px;
    width: 600px
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.about .about-text {
    padding: 48px
  }
}

.page-home section.about .about-text h3 {
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 20px
}

@media screen and (min-width: 768px) {
  .page-home section.about .about-text h3 {
    font-size: 24px;
    margin: 0 0 24px
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.about .about-text h3 {
    font-size: 32px;
    margin: 0 0 32px
  }
}

.page-home section.about .about-text p {
  color: #777;
  margin: 0;
  line-height: 1.75;
  font-size: 14px;
  margin: 0 0 12px
}

@media screen and (min-width: 768px) {
  .page-home section.about .about-text p {
    line-height: 2;
    font-size: 15px;
    margin: 0 0 14px
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.about .about-text p {
    font-size: 16px
  }
}

.page-home section.about .about-text p:last-of-type {
  margin-bottom: 0
}

.page-home section.about .learn-more {
  margin: 24px 0 0
}

@media screen and (min-width: 768px) {
  .page-home section.about .learn-more {
    margin: 24px 0 0
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.about .learn-more {
    margin: 40px 0 0
  }
}

.page-home section.about .about-factory {
  overflow: hidden
}

.page-home section.about .about-factory .factory-title {
  padding: 0 12px;
  margin: 20px 0
}

@media screen and (min-width: 768px) {
  .page-home section.about .about-factory .factory-title {
    padding: 0 16px
  }
}

.page-home section.about .about-factory .factory-title .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative
}

.page-home section.about .about-factory .factory-title .flex-wrapper:after {
  position: absolute;
  content: "";
  height: 1px;
  border-bottom: 1px dashed #ccc
}

@media screen and (min-width: 768px) {
  .page-home section.about .about-factory .factory-title .flex-wrapper:after {
    left: 146px;
    right: 76px
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.about .about-factory .factory-title .flex-wrapper:after {
    left: 160px;
    right: 76px
  }
}

.page-home section.about .about-factory .factory-title .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.page-home section.about .about-factory .factory-title .icon {
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/icon-home-factory.png");
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 12px 0 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 768px) {
  .page-home section.about .about-factory .factory-title .icon {
    width: 46px;
    height: 47px;
    margin: 0 16px 0 0
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.about .about-factory .factory-title .icon {
    width: 52px;
    height: 52px
  }
}

.page-home section.about .about-factory .factory-title p {
  line-height: 1;
  margin: 0;
  color: #000;
  font-size: 16px
}

@media screen and (min-width: 768px) {
  .page-home section.about .about-factory .factory-title p {
    font-size: 16px
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.about .about-factory .factory-title p {
    font-size: 18px
  }
}

.page-home section.about .about-factory .factory-title a {
  font-size: 14px;
  color: #777;
  transition: all .25s ease
}

.page-home section.about .about-factory .factory-title a:hover {
  color: #004ea2
}

@media screen and (min-width: 768px) {
  .page-home section.about .about-factory .factory-title a {
    font-size: 15px
  }
}

.page-home section.about .about-factory .factory-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-home section.about .about-factory .bd li {
  width: 180px !important;
  padding: 0 10px
}

.page-home section.about .about-factory .factory-item {
  width: calc(50% - .5rem);
  margin: 0 0 1rem
}

@media screen and (min-width: 768px) {
  .page-home section.about .about-factory .factory-item {
    margin: 0;
    width: calc((100% - 64px)/5)
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.about .about-factory .factory-item {
    width: calc((100% - 80px)/5)
  }
}

.page-home section.about .about-factory h5 {
  text-align: center;
  line-height: 1;
  font-weight: 400;
  color: #777;
  font-size: 14px;
  margin: 12px 0 0
}

@media screen and (min-width: 768px) {
  .page-home section.about .about-factory h5 {
    font-size: 15px;
    margin: 14px 0 0
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.about .about-factory h5 {
    font-size: 16px;
    margin: 16px 0 0
  }
}

.page-home section.products .product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-home section.products .product-item {
  width: calc(50% - .5rem);
  margin: 0 0 1rem
}

@media screen and (min-width: 768px) {
  .page-home section.products .product-item {
    width: calc((100% - 48px)/4)
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.products .product-item {
    width: calc((100% - 60px)/4)
  }
}

.page-home section.products .product-item .info {
  background-color: #f7f7f7;
  padding: 8px 0;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {
  .page-home section.products .product-item .info {
    padding: 14px 0
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.products .product-item .info {
    padding: 16px 0
  }
}

.page-home section.products .product-item .img {
  border: 1px solid #eee;
  overflow: hidden
}

.page-home section.products .product-item .img img {
  transition: all .75s ease;
  width: 100%;
  height: auto;
  display: block
}

.page-home section.products .product-item h4 {
  text-align: center;
  font-weight: 400;
  line-height: 1;
  color: #777;
  font-size: 14px;
  margin: 0;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {
  .page-home section.products .product-item h4 {
    font-size: 15px
  }
}

.page-home section.products .product-item:hover .img {
  border-color: #004ea2
}

.page-home section.products .product-item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

.page-home section.products .product-item:hover .info {
  background-color: #004ea2
}

.page-home section.products .product-item:hover h4 {
  color: #fff
}

.page-home section.products .product-types {
  margin: 0 0 24px;
  background-color: #fff
}

@media screen and (min-width: 768px) {
  .page-home section.products .product-types {
    margin: 0 0 32px;
    background-color: #f8f8f8
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.products .product-types {
    margin: 0 0 40px
  }
}

.page-home section.products .product-types a.get-more {
  margin-right: 1rem;
  color: #aaa;
  font-size: 14px;
  transition: all .25s ease;
  display: none
}

@media screen and (min-width: 768px) {
  .page-home section.products .product-types a.get-more {
    display: block
  }
}

.page-home section.products .product-types a.get-more:hover {
  color: #004ea2
}

.page-home section.products .product-types .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-home section.products .product-types ul {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width: 768px) {
  .page-home section.products .product-types ul {
    width: inherit;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
}

.page-home section.products .product-types ul li {
  display: inline-block;
  background-color: #f7f7f7;
  margin: 0 2px 4px
}

@media screen and (min-width: 768px) {
  .page-home section.products .product-types ul li {
    background-color: rgba(0, 0, 0, 0);
    margin: 0
  }
}

.page-home section.products .product-types ul a {
  display: inline-block;
  font-size: 14px;
  color: #777;
  position: relative;
  text-align: center;
  padding: 8px
}

@media screen and (min-width: 768px) {
  .page-home section.products .product-types ul a {
    font-size: 15px;
    width: 148px;
    height: 40px;
    line-height: 40px;
    padding: 0
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.products .product-types ul a {
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 16px
  }
}

@media screen and (min-width: 768px) {
  .page-home section.products .product-types ul li.active a {
    background-color: #004ea2;
    color: #fff
  }
}

.page-home section.products .product-types ul li.active a:after {
  position: absolute;
  content: "";
  bottom: -9px;
  left: 50%;
  border-top: 10px solid #004ea2;
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: none
}

@media screen and (min-width: 768px) {
  .page-home section.products .product-types ul li.active a:after {
    display: block
  }
}

.page-home section.marketing {
  padding: 0;
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/bg-marketing.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.page-home section.marketing .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width: 768px) {
  .page-home section.marketing .img {
    width: 380px;
    transform: translateY(36px);
    -webkit-transform: translateY(36px)
  }
}

@media screen and (min-width: 768px) {
  .page-home section.marketing .text {
    width: calc(100% - 380px - 320px - 80px);
    padding-top: 60px
  }
}

.page-home section.marketing .text p {
  line-height: 1;
  margin: 0;
  color: #fff;
  font-size: 24px
}

.page-home section.marketing .text span {
  display: inline-block;
  width: 48px;
  height: 4px;
  background-color: #09b0ae;
  margin: 20px 0;
  margin-left: 6px
}

.page-home section.marketing .text p.top {
  font-weight: 800;
  font-size: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.page-home section.marketing .text p.top strong {
  font-size: 50px
}

.page-home section.marketing .text p.bottom {
  padding-left: 6px
}

.page-home section.marketing .contact {
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/bg-marketing-phone.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: right
}

@media screen and (min-width: 768px) {
  .page-home section.marketing .contact {
    width: 320px;
    padding: 60px 48px
  }
}

.page-home section.marketing .contact p {
  font-size: 20px;
  margin: 0 0 16px;
  line-height: 1;
  color: #fff
}

.page-home section.marketing .contact strong {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  line-height: 1
}

.page-home section.marketing .contact .action {
  margin: 36px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.page-home section.marketing .contact .action a {
  display: inline-block;
  width: 96px;
  height: 34px;
  background-color: #fff;
  font-size: 14px;
  color: #09b0ae;
  transition: all .25s ease;
  text-align: center;
  line-height: 32px
}

.page-home section.marketing .contact .action a:hover {
  background-color: #004ea2;
  color: #fff
}

.page-home section.advantages {
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/bg-advantages.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  padding-bottom: 0;
  padding: 2rem 0 0
}

.page-home section.advantages .advantages {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-home section.advantages .advantages-content {
  width: 100%;
  height: 240px
}

@media screen and (min-width: 768px) {
  .page-home section.advantages .advantages-content {
    width: calc(100% - 280px);
    height: 512px
  }
}

.page-home section.advantages .advantages-content .wrapper {
  height: 100%;
  position: relative;
  width: 100%
}

.page-home section.advantages .advantages-content .wrapper .part {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.page-home section.advantages .advantages-content .wrapper .part.active {
  display: block
}

.page-home section.advantages .advantages-content .wrapper .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: rgba(0, 0, 0, .2)
}

@media screen and (min-width: 768px) {
  .page-home section.advantages .advantages-content .wrapper .content {
    padding: 20px 40px
  }
}

.page-home section.advantages .advantages-content .wrapper .content p {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .page-home section.advantages .advantages-content .wrapper .content p {
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.advantages .advantages-content .wrapper .content p {
    font-size: 16px
  }
}

.page-home section.advantages .advantages-content .wrapper .content h4 {
  font-weight: 400;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  margin: 16px 0 0
}

@media screen and (min-width: 768px) {
  .page-home section.advantages .advantages-content .wrapper .content h4 {
    font-size: 22px;
    margin: 18px 0 0
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.advantages .advantages-content .wrapper .content h4 {
    font-size: 24px;
    margin: 20px 0 0
  }
}

.page-home section.advantages .advantages-type {
  width: 100%
}

@media screen and (min-width: 768px) {
  .page-home section.advantages .advantages-type {
    width: 280px
  }
}

.page-home section.advantages .advantages-type ul {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-home section.advantages .advantages-type li {
  background-color: #004ea2;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  height: 80px;
  cursor: pointer;
  width: 25%
}

@media screen and (min-width: 768px) {
  .page-home section.advantages .advantages-type li {
    width: 100%;
    height: 128px
  }
}

.page-home section.advantages .advantages-type li.active {
  background-color: #0067d5
}

.page-home section.advantages .advantages-type .outer {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-home section.advantages .advantages-type strong {
  position: absolute;
  z-index: 30;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 64px;
  font-family: arial;
  opacity: .1
}

@media screen and (min-width: 768px) {
  .page-home section.advantages .advantages-type strong {
    font-size: 80px
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.advantages .advantages-type strong {
    font-size: 100px
  }
}

.page-home section.advantages .advantages-type p {
  color: #fff;
  line-height: 1;
  margin: 0;
  font-size: 15px;
  text-align: center;
  width: 100%
}

@media screen and (min-width: 768px) {
  .page-home section.advantages .advantages-type p {
    font-size: 24px;
    text-align: left;
    width: inherit
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.advantages .advantages-type p {
    font-size: 28px
  }
}

.page-home section.advantages .advantages-type .icon {
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/icon-advantages.png");
  background-size: 400%;
  background-position-x: 0;
  background-position-y: 0;
  width: 24px;
  height: 24px;
  margin: 0 auto 6px
}

@media screen and (min-width: 768px) {
  .page-home section.advantages .advantages-type .icon {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.advantages .advantages-type .icon {
    margin: 0 16px 0 0
  }
}

.page-home section.advantages .advantages-type .icon-2 {
  background-position-x: 33.333333%
}

.page-home section.advantages .advantages-type .icon-3 {
  background-position-x: 66.666666%
}

.page-home section.advantages .advantages-type .icon-4 {
  background-position-x: 100%
}

.page-home section.solutions .solutions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width: 768px) {
  .page-home section.solutions .solutions-wrapper {
    margin-bottom: -24px
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.solutions .solutions-wrapper {
    margin-bottom: -40px
  }
}

.page-home section.solutions .solution-item {
  width: calc(50% - .5rem);
  margin: 0 0 1rem
}

@media screen and (min-width: 768px) {
  .page-home section.solutions .solution-item {
    width: calc((100% - 48px)/3);
    margin: 0 0 24px
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.solutions .solution-item {
    width: calc((100% - 80px)/3);
    margin: 0 0 40px
  }
}

.page-home section.solutions .img {
  overflow: hidden
}

.page-home section.solutions .img img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .75s ease
}

.page-home section.solutions .content h4 {
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  margin: 14px 0 28px;
  position: relative
}

@media screen and (min-width: 768px) {
  .page-home section.solutions .content h4 {
    font-size: 18px;
    margin: 16px 0 32px
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.solutions .content h4 {
    font-size: 20px
  }
}

.page-home section.solutions .content h4:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eee;
  left: 0;
  bottom: -14px;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {
  .page-home section.solutions .content h4:after {
    bottom: -16px
  }
}

.page-home section.solutions .content p {
  color: #777;
  line-height: 2;
  font-size: 14px;
  margin: 0;
  margin-top: -7px;
  display: none
}

@media screen and (min-width: 768px) {
  .page-home section.solutions .content p {
    font-size: 15px;
    display: block
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.solutions .content p {
    font-size: 16px;
    margin-top: -8px
  }
}

.page-home section.solutions .solution-item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

.page-home section.solutions .solution-item:hover .content h4:after {
  background-color: #004ea2
}

.page-home section.clients {
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/bg-clients.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

.page-home section.clients .clients-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -0.5rem
}

@media screen and (min-width: 768px) {
  .page-home section.clients .clients-wrapper {
    margin-bottom: -1rem
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.clients .clients-wrapper {
    margin-bottom: -20px
  }
}

.page-home section.clients .client-item {
  width: calc((100% - 1rem)/3);
  margin: 0 0 .5rem;
  overflow: hidden;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {
  .page-home section.clients .client-item {
    width: calc((100% - 64px)/5);
    margin: 0 0 1rem
  }
}

@media screen and (min-width: 1366px) {
  .page-home section.clients .client-item {
    width: calc((100% - 80px)/5);
    margin: 0 0 20px
  }
}

.page-home section.clients .client-item:last-of-type {
  display: none
}

@media screen and (min-width: 768px) {
  .page-home section.clients .client-item:last-of-type {
    display: block
  }
}

.page-home section.clients .client-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .75s ease
}

.page-home section.clients .client-item:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1)
}

.page-home section.clients .client-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

.page-about section.intro {
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/bg-about-introduction.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%
}

.page-about section.intro .about-title {
  margin: 0 0 1rem;
  position: relative
}

.page-about section.intro .about-title h2 {
  margin: 0
}

@media screen and (min-width: 768px) {
  .page-about section.intro .about-title {
    margin: 0 0 32px
  }
}

.page-about section.intro .about-title:after {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #00356f;
  left: 0;
  top: 0;
  position: absolute;
  left: -2rem
}

.page-about section.intro .about-title h2,
.page-about section.intro .about-title h3 {
  font-weight: 400;
  line-height: 1;
  margin: 0
}

.page-about section.intro .about-title h2 {
  font-size: 24px;
  color: #004ea2;
  text-transform: uppercase;
  font-weight: 600
}

@media screen and (min-width: 768px) {
  .page-about section.intro .about-title h2 {
    font-size: 32px
  }
}

.page-about section.intro .about-title h3 {
  font-size: 16px;
  color: #777;
  margin: 12px 0 0
}

@media screen and (min-width: 768px) {
  .page-about section.intro .about-title h3 {
    font-size: 18px
  }
}

.page-about section.intro .about-content p {
  font-size: 14px;
  line-height: 1.725;
  margin: 0 0 12px;
  color: #777
}

@media screen and (min-width: 768px) {
  .page-about section.intro .about-content p {
    font-size: 16px;
    margin: 0 0 1rem
  }
}

.page-about section.intro .milestone {
  margin: 2rem 0 -2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width: 768px) {
  .page-about section.intro .milestone {
    margin: 2rem 0 0
  }
}

.page-about section.intro .milestone .item {
  width: calc(50% - 1rem);
  margin: 0 0 2rem
}

@media screen and (min-width: 768px) {
  .page-about section.intro .milestone .item {
    margin: 6rem 0 0;
    width: calc((100% - 180px)/4);
    text-align: center
  }
}

.page-about section.intro .milestone .number {
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.page-about section.intro .milestone .number strong {
  font-family: impact;
  font-size: 30px;
  color: #09b0ae
}

@media screen and (min-width: 768px) {
  .page-about section.intro .milestone .number strong {
    font-size: 48px
  }
}

.page-about section.intro .milestone .number span {
  font-size: 20px;
  color: #282828;
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px)
}

@media screen and (min-width: 768px) {
  .page-about section.intro .milestone .number span {
    font-size: 24px;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px)
  }
}

.page-about section.intro .milestone p {
  font-size: 15px;
  text-align: center
}

@media screen and (min-width: 768px) {
  .page-about section.intro .milestone p {
    font-size: 20px;
    text-align: center
  }
}

.page-about section.culture .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.page-about section.culture .item .img,
.page-about section.culture .item .content {
  width: 100%
}

@media screen and (min-width: 768px) {

  .page-about section.culture .item .img,
  .page-about section.culture .item .content {
    width: 50%
  }
}

.page-about section.culture .content {
  order: 2;
  padding: 1rem 0 0 1rem
}

@media screen and (min-width: 768px) {
  .page-about section.culture .content {
    padding: 4rem 0 0 4rem;
    order: inherit
  }
}

.page-about section.culture .content h3 {
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1rem;
  color: #282828;
  font-size: 22px;
  position: relative;
  text-transform: capitalize;
  font-weight: 600
}

@media screen and (min-width: 768px) {
  .page-about section.culture .content h3 {
    font-size: 24px;
    margin: 0 0 32px
  }
}

.page-about section.culture .content h3:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 65%;
  top: 20%;
  left: -1.5rem;
  background-color: #09b0ae
}

.page-about section.culture .content p {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 12px;
  color: #777;
  text-indent: 0
}

@media screen and (min-width: 768px) {
  .page-about section.culture .content p {
    font-size: 16px
  }
}

.page-about section.culture .content ul li {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.75;
  color: #777;
  list-style-type: disc
}

@media screen and (min-width: 768px) {
  .page-about section.culture .content ul li {
    font-size: 16px
  }
}

.page-about section.office {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

@media screen and (min-width: 768px) {
  .page-about section.office {
    padding: 100px 0
  }
}

@media screen and (min-width: 1366px) {
  .page-about section.office {
    padding: 128px 0
  }
}

.page-about section.office .office-swiper {
  position: relative
}

.page-about section.office .office-swiper .swiper-button-next,
.page-about section.office .office-swiper .swiper-container-rtl .swiper-button-prev {
  right: -1rem;
  background-image: none;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 1.75rem;
  color: #fff;
  background-color: rgba(0, 0, 0, .2);
  font-size: 16px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  z-index: 10000;
  transition: all .35s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.page-about section.office .office-swiper .swiper-button-next:hover,
.page-about section.office .office-swiper .swiper-container-rtl .swiper-button-prev:hover {
  background-color: #004ea2
}

@media screen and (min-width: 768px) {

  .page-about section.office .office-swiper .swiper-button-next,
  .page-about section.office .office-swiper .swiper-container-rtl .swiper-button-prev {
    right: -4rem;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 22px;
    z-index: 100
  }
}

.page-about section.office .office-swiper .swiper-button-prev,
.page-about section.office .office-swiper .swiper-container-rtl .swiper-button-next {
  left: -1rem;
  background-image: none;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 1.75rem;
  color: #fff;
  background-color: rgba(0, 0, 0, .2);
  font-size: 16px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  transition: all .35s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.page-about section.office .office-swiper .swiper-button-prev:hover,
.page-about section.office .office-swiper .swiper-container-rtl .swiper-button-next:hover {
  background-color: #004ea2
}

@media screen and (min-width: 768px) {

  .page-about section.office .office-swiper .swiper-button-prev,
  .page-about section.office .office-swiper .swiper-container-rtl .swiper-button-next {
    left: -4rem;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    font-size: 22px
  }
}

.page-about section.office .office-swiper .swiper-slide {
  width: 400px;
  height: 266px;
  position: relative
}

@media screen and (min-width: 768px) {
  .page-about section.office .office-swiper .swiper-slide {
    width: 640px;
    height: 426px
  }
}

.page-about section.office .office-swiper h4 {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: .5rem 0;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
  width: 100%;
  font-weight: 400
}

@media screen and (min-width: 768px) {
  .page-about section.office .office-swiper h4 {
    font-size: 18px;
    padding: .75rem 0
  }
}

.page-about section.office .office-swiper img {
  position: relative;
  z-index: 20;
  display: block;
  width: 100%;
  height: auto
}

.page-about section.partners {
  background-color: #f7f7f7
}

.page-about section.partners .partners-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
  padding: 0 1rem
}

@media screen and (min-width: 768px) {
  .page-about section.partners .partners-wrapper {
    margin-bottom: -2rem;
    padding: 0;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
}

.page-about section.partners .partner-item {
  width: calc(50% - .5rem);
  margin: 0 0 1.5rem;
  position: relative
}

@media screen and (min-width: 768px) {
  .page-about section.partners .partner-item {
    width: calc((100% - 8rem)/4);
    margin: 0 1rem 2rem
  }
}

.page-about section.partners .wrapper {
  position: relative;
  width: 100%;
  overflow: hidden
}

.page-about section.partners .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 1000px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .75s ease
}

.page-about section.partners h4 {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  margin: 1rem 0 0
}

@media screen and (min-width: 768px) {
  .page-about section.partners h4 {
    font-size: 20px;
    margin: 2rem 0 0
  }
}

.page-about section.partners .partner-item:hover .img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg)
}

.page-about section.devices .device-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width: 768px) {
  .page-about section.devices .device-list {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
}

.page-about section.devices .device-list .item {
  width: 100%;
  margin: 0 0 1rem;
  position: relative
}

@media screen and (min-width: 768px) {
  .page-about section.devices .device-list .item {
    margin: 0 2rem 2rem 0;
    width: calc((100% - 4rem)/3)
  }

  .page-about section.devices .device-list .item:nth-of-type(3n) {
    margin-right: 0
  }
}

.page-about section.devices .device-list .item a {
  display: block;
  width: 100%;
  position: relative;
  padding: .25rem;
  border: 1px solid #eee;
  overflow: hidden;
  transition: all .35s ease
}

.page-about section.devices .device-list .item h4 {
  text-align: center;
  line-height: 1;
  font-weight: 400;
  color: #282828;
  font-size: 1rem
}

@media screen and (min-width: 768px) {
  .page-about section.devices .device-list .item h4 {
    font-size: 18px
  }
}

@media screen and (min-width: 1366px) {
  .page-about section.devices .device-list .item h4 {
    font-size: 20px
  }
}

.page-about section.devices .device-list .item .img-wrapper {
  width: 100%;
  padding-bottom: 66.6666%;
  margin: 0 0 .5rem;
  transition: all .25s ease;
  overflow: hidden;
  position: relative
}

.page-about section.devices .device-list .item .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.25s ease;
  position: absolute;
  width: 100%;
  height: 100%
}

.page-about section.devices .device-list .item:hover a {
  background-color: #004ea2
}

.page-about section.devices .device-list .item:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08)
}

.page-about section.devices .device-list .item:hover .img-wrapper {
  border-color: #004ea2
}

.page-about section.devices .device-list .item:hover h4 {
  color: #fff
}

.page-contact section.contact .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-contact section.contact .contact-map,
.page-contact section.contact .contact-info {
  width: 100%
}

@media screen and (min-width: 768px) {

  .page-contact section.contact .contact-map,
  .page-contact section.contact .contact-info {
    width: calc(50% - 40px)
  }
}

.page-contact section.contact .contact-map {
  height: 480px
}

@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-map {
    height: 600px
  }
}

@media screen and (min-width: 1366px) {
  .page-contact section.contact .contact-map {
    height: 720px
  }
}

.page-contact section.contact .contact-map #map_container {
  display: block;
  width: 100%;
  height: 100%
}

.page-contact section.contact .contact-map .amap-info-combo table {
  display: none
}

.page-contact section.contact .contact-map .amap-adcontent-body {
  box-shadow: none;
  border: none
}

.page-contact section.contact .contact-map #info_window {
  padding: 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  border-radius: 6px;
  overflow: hidden
}

.page-contact section.contact .contact-map #info_window .info-title {
  font-size: 20px;
  text-align: center;
  color: #004ea2;
  margin: 0 0 12px;
  text-align: left;
  font-weight: 800;
  font-family: "webfont-bold"
}

.page-contact section.contact .contact-map #info_window .info-content {
  font-size: 13px;
  color: #282828;
  line-height: 1.5;
  margin-bottom: 4px
}

.page-contact section.contact .contact-map #info_window .info-content:last-of-type {
  margin-bottom: 0
}

.page-contact section.contact .contact-info ul {
  margin: 0
}

.page-contact section.contact .contact-info li.info-part {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-info li.info-part {
    margin: 0 0 1.5rem;
    padding: 0 0 1.5rem
  }
}

@media screen and (min-width: 1366px) {
  .page-contact section.contact .contact-info li.info-part {
    margin: 0 0 2rem;
    padding: 0 0 2rem
  }
}

.page-contact section.contact .contact-info .icon-wrapper {
  width: 64px;
  height: 64px;
  border: 1px solid #eee;
  margin-right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.page-contact section.contact .contact-info .text {
  width: calc(100% - 64px - 2rem)
}

.page-contact section.contact .contact-info .text span {
  display: inline-block;
  line-height: 1;
  margin: 0 0 1rem;
  font-size: 15px;
  color: #aaa
}

@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-info .text span {
    font-size: 16px;
    margin: 0 0 1.5rem
  }
}

.page-contact section.contact .contact-info .text p {
  line-height: 1;
  font-size: 16px;
  color: #000;
  margin: 0
}

@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-info .text p {
    font-size: 18px
  }
}

.page-contact section.contact .contact-info svg {
  width: 24px;
  height: 24px;
  fill: #09b0ae
}

.page-contact section.contact .contact-info li.info-part:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

.page-contact section.contact .contact-info .wrapper {
  padding: 0
}

@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-info .wrapper {
    padding-left: calc(100% - 560px)
  }
}

@media screen and (min-width: 1366px) {
  .page-contact section.contact .contact-info .wrapper {
    padding-left: calc(100% - 600px)
  }
}

.page-contact section.contact .contact-info .contact-socials {
  margin: 2rem 0
}

@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-info .contact-socials {
    margin: 3rem 0 0
  }
}

@media screen and (min-width: 1366px) {
  .page-contact section.contact .contact-info .contact-socials {
    margin: 4rem 0 0
  }
}

.page-contact section.contact .contact-info .contact-socials p {
  line-height: 1;
  font-size: 16px;
  margin: 0 0 1rem
}

@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-info .contact-socials p {
    font-size: 18px;
    margin: 0 0 1.5rem
  }
}

@media screen and (min-width: 1366px) {
  .page-contact section.contact .contact-info .contact-socials p {
    font-size: 20px
  }
}

.page-contact section.contact .contact-info .contact-socials li {
  margin: 0 16px 0 0;
  display: inline-block
}

.page-contact section.contact .contact-info .contact-socials a {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 100px;
  background-color: #aaa;
  transition: all .25s ease
}

.page-contact section.contact .contact-info .contact-socials a:hover {
  background-color: #004ea2
}

.page-contact section.contact .contact-info .contact-socials .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/icon-footer-social.png");
  background-size: 500%;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: no-repeat
}

.page-contact section.contact .contact-info .contact-socials .icon-2 {
  background-position-x: 25%
}

.page-contact section.contact .contact-info .contact-socials .icon-3 {
  background-position-x: 50%
}

.page-contact section.contact .contact-info .contact-socials .icon-4 {
  background-position-x: 75%
}

.page-contact section.contact .contact-info .contact-socials .icon-5 {
  background-position-x: 100%
}

.page-contact section.message .title-text {
  line-height: 1.5
}

.page-contact section.message {
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/bg-contact-message.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.page-contact section.message .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-contact section.message .left {
  width: 100%
}

@media screen and (min-width: 768px) {
  .page-contact section.message .left {
    width: calc((100% - 80px)*.35)
  }
}

.page-contact section.message .right {
  width: 100%;
  margin: 1rem 0 0
}

@media screen and (min-width: 768px) {
  .page-contact section.message .right {
    margin: 0;
    width: calc((100% - 80px)*.65)
  }
}

.page-contact .contact-form .part {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 1rem
}

@media screen and (min-width: 768px) {
  .page-contact .contact-form .part {
    margin: 0 0 24px
  }
}

.page-contact .contact-form .part:last-of-type {
  margin-bottom: 0
}

.page-contact .contact-form .input-wrapper {
  width: 100%;
  margin: 0 0 1rem
}

@media screen and (min-width: 768px) {
  .page-contact .contact-form .input-wrapper {
    margin: 0;
    width: calc(50% - 12px)
  }
}

.page-contact .contact-form .input-wrapper:last-of-type {
  margin: 0
}

.page-contact .contact-form textarea {
  width: 100%;
  height: 200px;
  resize: none
}

@media screen and (min-width: 768px) {
  .page-contact .contact-form textarea {
    height: 180px
  }
}

.page-contact .contact-form input,
.page-contact .contact-form textarea {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 15px;
  color: #777
}

@media screen and (min-width: 768px) {

  .page-contact .contact-form input,
  .page-contact .contact-form textarea {
    padding: 1rem;
    font-size: 16px
  }
}

.page-contact .contact-form input:focus,
.page-contact .contact-form textarea:focus {
  background-color: #fff;
  border-color: #eee
}

.page-contact .contact-form button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 128px;
  height: 36px;
  background-color: #004ea2;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {
  .page-contact .contact-form button {
    width: 150px;
    height: 45px;
    font-size: 16px
  }
}

.page-contact .contact-form button:hover {
  background-color: #09b0ae
}

.page-news section.news-center .news-item {
  margin: 0 0 1rem;
  border: 1px solid #eee;
  padding: 0;
  transition: all .45s ease
}

@media screen and (min-width: 768px) {
  .page-news section.news-center .news-item {
    margin: 0 0 1.5rem;
    padding: 1.5rem
  }
}

@media screen and (min-width: 1366px) {
  .page-news section.news-center .news-item {
    margin: 0 0 2rem;
    padding: 2rem
  }
}

.page-news section.news-center .news-item .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-news section.news-center .news-item .pubdate {
  width: 80px;
  text-align: right;
  font-family: arial;
  font-weight: 600;
  display: none
}

@media screen and (min-width: 768px) {
  .page-news section.news-center .news-item .pubdate {
    display: block
  }
}

.page-news section.news-center .news-item .pubdate p {
  margin: 0;
  line-height: 1;
  color: #aaa
}

.page-news section.news-center .news-item .pubdate .date {
  font-size: 18px;
  margin: 0 0 1rem
}

@media screen and (min-width: 768px) {
  .page-news section.news-center .news-item .pubdate .date {
    font-size: 24px;
    margin: 0 0 1rem
  }
}

@media screen and (min-width: 1366px) {
  .page-news section.news-center .news-item .pubdate .date {
    font-size: 32px
  }
}

.page-news section.news-center .news-item .pubdate .year {
  font-size: 16px
}

@media screen and (min-width: 768px) {
  .page-news section.news-center .news-item .pubdate .year {
    font-size: 18px
  }
}

.page-news section.news-center .news-item .details-button {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #eee;
  transition: all .25s ease;
  display: none
}

@media screen and (min-width: 768px) {
  .page-news section.news-center .news-item .details-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }
}

.page-news section.news-center .news-item .details-button i {
  font-size: 14px;
  color: #fff
}

.page-news section.news-center .news-item .news-body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media screen and (min-width: 768px) {
  .page-news section.news-center .news-item .news-body {
    width: calc(100% - 140px - 4rem)
  }
}

.page-news section.news-center .news-item .extra-mb {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.page-news section.news-center .news-item .extra-mb a,
.page-news section.news-center .news-item .extra-mb span {
  font-size: 14px;
  color: #aaa
}

.page-news section.news-center .news-item .extra-mb a {
  transition: all .25s ease
}

.page-news section.news-center .news-item .extra-mb a:hover {
  color: #004ea2
}

.page-news section.news-center .news-item .news-text {
  width: 100%;
  padding: 0 1rem 1rem
}

@media screen and (min-width: 768px) {
  .page-news section.news-center .news-item .news-text {
    padding: 0;
    width: calc(100% - 2rem - 320px)
  }
}

.page-news section.news-center .news-item .news-title {
  line-height: 1;
  margin: 0 0 1rem;
  font-weight: 400;
  font-size: 16px;
  margin: 1rem 0;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {
  .page-news section.news-center .news-item .news-title {
    font-size: 18px;
    margin: 1.5rem 0
  }
}

@media screen and (min-width: 1366px) {
  .page-news section.news-center .news-item .news-title {
    font-size: 20px;
    margin: 2rem 0
  }
}

.page-news section.news-center .news-item .news-title:hover {
  color: #004ea2
}

.page-news section.news-center .news-item .news-excerpt p,
.page-news section.news-center .news-item .news-excerpt div {
  margin: 0;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 25px;
  width: 100%;
  font-size: 15px;
  max-height: calc(2 * 25px + 1px);
  height: calc(2 * 25px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto
}

@media screen and (min-width: 768px) {

  .page-news section.news-center .news-item .news-excerpt p,
  .page-news section.news-center .news-item .news-excerpt div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 32px;
    width: 100%;
    font-size: 16px;
    max-height: calc(3 * 32px + 1px);
    height: calc(3 * 32px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: auto
  }
}

.page-news section.news-center .news-item .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  margin: 0
}

@media screen and (min-width: 768px) {
  .page-news section.news-center .news-item .thumbnail {
    margin: 0 0 1rem;
    width: 320px;
    margin: 0
  }
}

.page-news section.news-center .news-item .thumbnail .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.666666%;
  overflow: hidden
}

.page-news section.news-center .news-item .thumbnail img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 1.25s ease
}

.page-news section.news-center .news-item .thumbnail:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

.page-news section.news-center .news-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  background-color: #f8f8f8
}

.page-news section.news-center .news-item:hover .details-button {
  background-color: #09b0ae
}

.page-news section.single-news .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-news section.single-news .news-details {
  width: 100%;
  background-color: #f7f7f7;
  padding: 1rem
}

@media screen and (min-width: 768px) {
  .page-news section.single-news .news-details {
    width: 880px;
    padding: 24px
  }
}

@media screen and (min-width: 1366px) {
  .page-news section.single-news .news-details {
    width: 960px
  }
}

.page-news section.single-news .news-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #eee
}

@media screen and (min-width: 768px) {
  .page-news section.single-news .news-head {
    margin: 0 0 1.5rem;
    padding: 0 0 1.5rem
  }
}

.page-news section.single-news .title {
  width: calc(100% - 1rem - 64px)
}

@media screen and (min-width: 768px) {
  .page-news section.single-news .title {
    width: calc(100% - 2rem - 90px)
  }
}

.page-news section.single-news .title h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1rem
}

@media screen and (min-width: 768px) {
  .page-news section.single-news .title h2 {
    font-size: 20px;
    margin: 0 0 1.5rem
  }
}

@media screen and (min-width: 1366px) {
  .page-news section.single-news .title h2 {
    font-size: 24px
  }
}

.page-news section.single-news .title p {
  color: #777;
  margin: 0;
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .page-news section.single-news .title p {
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {
  .page-news section.single-news .title p {
    font-size: 16px
  }
}

.page-news section.single-news .title a {
  transition: all .25s ease
}

.page-news section.single-news .title a:hover {
  color: #004ea2
}

.page-news section.single-news .pubdate {
  width: 64px;
  height: 64px;
  text-align: center;
  margin-right: 1rem;
  background-color: #09b0ae;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

@media screen and (min-width: 768px) {
  .page-news section.single-news .pubdate {
    margin-right: 1rem;
    width: 90px;
    height: 90px
  }
}

.page-news section.single-news .pubdate p {
  line-height: 1;
  margin: 0;
  color: #fff;
  font-family: arial;
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .page-news section.single-news .pubdate p {
    font-size: 16px
  }
}

.page-news section.single-news .pubdate .date {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px
}

@media screen and (min-width: 768px) {
  .page-news section.single-news .pubdate .date {
    font-size: 32px
  }
}

@media screen and (min-width: 1366px) {
  .page-news section.single-news .pubdate .date {
    font-size: 36px
  }
}

.page-news section.single-news .news-extra {
  width: 100%
}

@media screen and (min-width: 768px) {
  .page-news section.single-news .news-extra {
    width: calc(100% - 2rem - 880px)
  }
}

@media screen and (min-width: 1366px) {
  .page-news section.single-news .news-extra {
    width: calc(100% - 2rem - 960px)
  }
}

.page-news section.single-news .news-content {
  min-height: 480px;
  margin: 0 0 1rem;
  padding: 0 0 1rem
}

@media screen and (min-width: 768px) {
  .page-news section.single-news .news-content {
    min-height: 560px;
    margin: 0 0 2rem;
    padding: 0 0 2rem
  }
}

@media screen and (min-width: 1366px) {
  .page-news section.single-news .news-content {
    min-height: 640px
  }
}

.page-news section.single-news .news-content div,
.page-news section.single-news .news-content p,
.page-news section.single-news .news-content ul li,
.page-news section.single-news .news-content ol li,
.page-news section.single-news .news-content span {
  font-size: 14px;
  color: #2b2b2b;
  line-height: 1.75
}

@media screen and (min-width: 768px) {

  .page-news section.single-news .news-content div,
  .page-news section.single-news .news-content p,
  .page-news section.single-news .news-content ul li,
  .page-news section.single-news .news-content ol li,
  .page-news section.single-news .news-content span {
    font-size: 1rem;
    line-height: 2
  }
}

.page-news section.single-news .news-content p,
.page-news section.single-news .news-content ul li,
.page-news section.single-news .news-content ol li {
  margin-bottom: 1rem
}

.page-news section.single-news .news-content p:last-of-type,
.page-news section.single-news .news-content ul li:last-of-type,
.page-news section.single-news .news-content ol li:last-of-type {
  margin-bottom: 0
}

.page-news section.single-news .news-content p {
  text-indent: 0
}

.page-news section.single-news .news-content h1,
.page-news section.single-news .news-content h2,
.page-news section.single-news .news-content h3 {
  font-size: 18px;
  margin: 1rem 0
}

@media screen and (min-width: 768px) {

  .page-news section.single-news .news-content h1,
  .page-news section.single-news .news-content h2,
  .page-news section.single-news .news-content h3 {
    font-size: 1.25rem
  }
}

@media screen and (min-width: 1366px) {

  .page-news section.single-news .news-content h1,
  .page-news section.single-news .news-content h2,
  .page-news section.single-news .news-content h3 {
    font-size: 1.5rem
  }
}

.page-news section.single-news .news-content h4,
.page-news section.single-news .news-content h5,
.page-news section.single-news .news-content h6 {
  font-size: 1.1rem;
  margin: 10px 0
}

.page-news section.single-news .news-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto
}

@media screen and (min-width: 768px) {
  .page-news section.single-news .news-content img {
    max-width: 900px
  }
}

.page-news section.single-news .news-content em {
  font-size: 13px
}

.page-news section.single-news .news-content h3,
.page-news section.single-news .news-content h2 {
  font-size: 20px;
  position: relative;
  padding-left: 2rem;
  margin-top: 1.5rem
}

@media screen and (min-width: 768px) {

  .page-news section.single-news .news-content h3,
  .page-news section.single-news .news-content h2 {
    font-size: 22px;
    margin-top: 2rem
  }
}

@media screen and (min-width: 1366px) {

  .page-news section.single-news .news-content h3,
  .page-news section.single-news .news-content h2 {
    font-size: 24px
  }
}

.page-news section.single-news .news-content h3:before,
.page-news section.single-news .news-content h2:before {
  position: absolute;
  content: "";
  width: .5rem;
  height: 70%;
  left: 0;
  top: 20%;
  background-color: #004ea2
}

.page-news .recommend-news .news-item {
  padding: 1rem;
  background-color: #f7f7f7;
  margin: 0 0 1rem;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {
  .page-news .recommend-news .news-item {
    padding: 1.5rem 1rem
  }
}

.page-news .recommend-news .news-item .learn-details {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #eee;
  background-color: #fff;
  font-size: 13px;
  padding: 8px 10px;
  color: #aaa;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {
  .page-news .recommend-news .news-item .learn-details {
    font-size: 14px;
    padding: 10px 1rem
  }
}

.page-news .recommend-news .news-item .learn-details i {
  font-size: 12px;
  margin-left: 10px;
  color: #aaa;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {
  .page-news .recommend-news .news-item .learn-details {
    font-size: 15px
  }
}

.page-news .recommend-news .news-item .learn-details:hover {
  border-color: #004ea2;
  background-color: #004ea2;
  color: #fff
}

.page-news .recommend-news .news-item .learn-details:hover i {
  color: #fff
}

.page-news .recommend-news .news-item h4 {
  margin: 0 0 1rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 15px;
  width: 100%;
  font-size: 15px;
  max-height: calc(1 * 15px + 1px);
  height: calc(1 * 15px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {
  .page-news .recommend-news .news-item h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 16px;
    width: 100%;
    font-size: 16px;
    max-height: calc(1 * 16px + 1px);
    height: calc(1 * 16px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto
  }
}

@media screen and (min-width: 1366px) {
  .page-news .recommend-news .news-item h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 18px;
    width: 100%;
    font-size: 18px;
    max-height: calc(1 * 18px + 1px);
    height: calc(1 * 18px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto
  }
}

.page-news .recommend-news .news-item h4:hover {
  color: #004ea2
}

.page-news .recommend-news .news-item .news-excerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 25px;
  width: 100%;
  font-size: 14px;
  max-height: calc(2 * 25px + 1px);
  height: calc(2 * 25px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  color: #777
}

@media screen and (min-width: 768px) {
  .page-news .recommend-news .news-item .news-excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 30px;
    width: 100%;
    font-size: 15px;
    max-height: calc(2 * 30px + 1px);
    height: calc(2 * 30px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto
  }
}

.page-news .recommend-news .news-item:hover {
  background-color: #f8f8f8;
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1)
}

.page-solutions .solutions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1rem
}

@media screen and (min-width: 768px) {
  .page-solutions .solutions-wrapper {
    margin-bottom: -32px
  }
}

@media screen and (min-width: 1366px) {
  .page-solutions .solutions-wrapper {
    margin-bottom: -48px
  }
}

.page-solutions .solutions-wrapper .solution-item {
  width: 100%;
  margin: 0 0 1rem;
  position: relative;
  cursor: pointer
}

@media screen and (min-width: 768px) {
  .page-solutions .solutions-wrapper .solution-item {
    width: calc(50% - 16px);
    margin: 0 0 32px
  }
}

@media screen and (min-width: 1366px) {
  .page-solutions .solutions-wrapper .solution-item {
    width: calc(50% - 24px);
    margin: 0 0 48px
  }
}

.page-solutions .solutions-wrapper .wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.666666%;
  overflow: hidden
}

.page-solutions .solutions-wrapper .wrapper .bg {
  position: absolute;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 1.25s ease
}

.page-solutions .solutions-wrapper .wrapper:before {
  content: "";
  position: absolute;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .33;
  transition: all .25s ease;
  z-index: 50
}

.page-solutions .solutions-wrapper .wrapper .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 70
}

.page-solutions .solutions-wrapper .wrapper .title h4 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin: 0;
  color: #fff
}

@media screen and (min-width: 768px) {
  .page-solutions .solutions-wrapper .wrapper .title h4 {
    font-size: 24px
  }
}

@media screen and (min-width: 1366px) {
  .page-solutions .solutions-wrapper .wrapper .title h4 {
    font-size: 28px
  }
}

.page-solutions .solutions-wrapper .solution-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.page-solutions .solutions-wrapper .solution-item:hover .wrapper:before {
  opacity: .1
}

.page-solutions .solutions-wrapper .solution-item:hover .bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

.page-products section.products .flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-products section.products .product-sider {
  width: 100%;
  order: 2;
  display: none
}

@media screen and (min-width: 768px) {
  .page-products section.products .product-sider {
    display: block;
    width: calc(100% - 2rem - 880px);
    order: 1
  }
}

@media screen and (min-width: 1366px) {
  .page-products section.products .product-sider {
    width: calc(100% - 2rem - 960px)
  }
}

.page-products section.products .products-wrapper,
.page-products section.products .product-property {
  width: 100%;
  order: 1
}

@media screen and (min-width: 768px) {

  .page-products section.products .products-wrapper,
  .page-products section.products .product-property {
    width: 880px;
    order: 2
  }
}

@media screen and (min-width: 1366px) {

  .page-products section.products .products-wrapper,
  .page-products section.products .product-property {
    width: 960px
  }
}

.page-products section.products .product-types ul {
  background-color: #f7f7f7;
  margin: 0
}

.page-products section.products .product-types ul li {
  margin: 0;
  border-bottom: 1px solid #eee
}

.page-products section.products .product-types ul li:last-of-type {
  border-bottom: none
}

.page-products section.products .product-types ul a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 1rem;
  line-height: 2.5;
  font-size: 15px;
  color: #777;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {
  .page-products section.products .product-types ul a {
    line-height: 3.5
  }
}

@media screen and (min-width: 1366px) {
  .page-products section.products .product-types ul a {
    line-height: 4
  }
}

.page-products section.products .product-types ul i {
  font-size: 12px;
  color: #777;
  transition: all .25s ease
}

.page-products section.products .product-types ul li:hover a,
.page-products section.products .product-types ul li.active a {
  background-color: #09b0ae;
  color: #fff
}

.page-products section.products .product-types ul li:hover a i,
.page-products section.products .product-types ul li.active a i {
  color: #fff
}

.page-products section.products .product-types .title {
  padding: 2rem 1rem;
  background-color: #004ea2;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.page-products section.products .product-types .title .icon {
  width: 48px;
  height: 48px;
  background-image: url("http://www.dggh.com.cn/wp-content/themes/dggh/assets/img/icon-product.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 1rem 0 0
}

.page-products section.products .product-types .title h3 {
  color: #fff;
  font-size: 20px;
  left: 1px;
  margin: 0;
  font-weight: 400
}

@media screen and (min-width: 768px) {
  .page-products section.products .product-types .title h3 {
    font-size: 24px
  }
}

@media screen and (min-width: 1366px) {
  .page-products section.products .product-types .title h3 {
    font-size: 28px
  }
}

.page-products section.products .products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1rem
}

@media screen and (min-width: 768px) {
  .page-products section.products .products-wrapper {
    margin-bottom: -2rem
  }
}

.page-products section.products .products-wrapper .product-item {
  width: 100%;
  margin: 0 0 1rem;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 768px) {
  .page-products section.products .products-wrapper .product-item {
    width: calc((100% - 4rem)/3);
    margin: 0 2rem 2rem 0
  }

  .page-products section.products .products-wrapper .product-item:nth-of-type(3n) {
    margin-right: 0
  }
}

.page-products section.products .products-wrapper .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden
}

.page-products section.products .products-wrapper .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 1.25s ease;
  object-fit: contain;
  object-position: center center
}

.page-products section.products .products-wrapper .title {
  padding: 1rem 0;
  border-top: 1px solid #eee;
  background-color: #fff;
  transition: all .25s ease
}

.page-products section.products .products-wrapper .title h4 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {
  .page-products section.products .products-wrapper .title h4 {
    font-size: 18px
  }
}

.page-products section.products .products-wrapper .product-item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .1)
}

.page-products section.products .products-wrapper .product-item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

.page-products section.products .products-wrapper .product-item:hover .title {
  background-color: #004ea2;
  border-color: #004ea2
}

.page-products section.products .products-wrapper .product-item:hover .title h4 {
  color: #fff
}

.page-products section.products .product-property .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-products section.products .product-property .product-carousel {
  width: 100%;
  margin-right: 2rem
}

@media screen and (min-width: 768px) {
  .page-products section.products .product-property .product-carousel {
    width: 400px
  }
}

@media screen and (min-width: 1366px) {
  .page-products section.products .product-property .product-carousel {
    width: 450px
  }
}

.page-products section.products .product-property .product-carousel img {
  display: block;
  width: 100%;
  height: auto
}

.page-products section.products .product-property .product-intro {
  width: 100%
}

@media screen and (min-width: 768px) {
  .page-products section.products .product-property .product-intro {
    width: calc(100% - 2rem - 400px)
  }
}

@media screen and (min-width: 1366px) {
  .page-products section.products .product-property .product-intro {
    width: calc(100% - 2rem - 450px)
  }
}

.page-products section.products .product-property .navs {
  padding: 0 20px;
  margin: 10px 0 0
}

.page-products section.products .product-property .navs .item {
  padding: 0 5px
}

.page-products section.products .product-property .navs .slick-arrow {
  position: absolute;
  width: 15px;
  height: 100%;
  cursor: pointer;
  transition: all .25s ease
}

.page-products section.products .product-property .navs .slick-arrow:hover {
  background-color: #004ea2;
  color: #fff
}

.page-products section.products .product-property .navs .slick-prev {
  left: -20px
}

.page-products section.products .product-property .navs .slick-next {
  right: -20px;
  top: 0
}

.page-products section.products .product-property .navs-outer {
  position: relative
}

.page-products .recommend {
  overflow: hidden;
  margin: 2rem 0
}

@media screen and (min-width: 768px) {
  .page-products .recommend {
    margin: 4rem 0 2rem
  }
}

@media screen and (min-width: 1366px) {
  .page-products .recommend {
    margin: 6rem 0 4rem
  }
}

.page-products .recommend .product-item .thumbnail {
  border: 1px solid #eee
}

.page-products .recommend .product-item .info h4 {
  text-align: center;
  font-weight: 400;
  line-height: 1;
  margin: 1rem 0 0;
  font-size: 16px
}

@media screen and (min-width: 768px) {
  .page-products .recommend .product-item .info h4 {
    font-size: 18px
  }
}

.page-products .recommend .product-item .img-wrapper {
  overflow: hidden
}

.page-products .recommend .product-item .img-wrapper img {
  transition: all 1.25s ease
}

.page-products .recommend .product-item:hover .img-wrapper img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

.page-products .recommend .recommend-list-wrapper {
  position: relative;
  padding: 0 2rem;
  margin: 0 -2rem
}

.page-products .recommend .recommend-list-wrapper .swiper-container-horizontal>.swiper-pagination-bullets,
.page-products .recommend .recommend-list-wrapper .swiper-pagination-custom,
.page-products .recommend .recommend-list-wrapper .swiper-pagination-fraction {
  bottom: 0
}

.page-products .recommend .recommend-list-wrapper .swiper-pagination-bullet {
  margin: 0 4px
}

.page-products .recommend .recommend-list-wrapper .swiper-pagination {
  width: 100%
}

.page-products .recommend .recommend-list-wrapper .swiper-button-next,
.page-products .recommend .recommend-list-wrapper .swiper-button-prev {
  width: 36px;
  height: 36px;
  border-radius: 48px;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  transition: all .25s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

@media screen and (min-width: 768px) {

  .page-products .recommend .recommend-list-wrapper .swiper-button-next,
  .page-products .recommend .recommend-list-wrapper .swiper-button-prev {
    width: 48px;
    height: 48px
  }
}

.page-products .recommend .recommend-list-wrapper .swiper-button-next i,
.page-products .recommend .recommend-list-wrapper .swiper-button-prev i {
  font-size: 15px;
  color: #777;
  opacity: .66;
  transition: all .25s ease
}

@media screen and (min-width: 768px) {

  .page-products .recommend .recommend-list-wrapper .swiper-button-next i,
  .page-products .recommend .recommend-list-wrapper .swiper-button-prev i {
    font-size: 1.25rem
  }
}

.page-products .recommend .recommend-list-wrapper .swiper-button-next:hover,
.page-products .recommend .recommend-list-wrapper .swiper-button-prev:hover {
  background-color: #eee
}

.page-products .recommend .recommend-list-wrapper .swiper-button-next:hover i,
.page-products .recommend .recommend-list-wrapper .swiper-button-prev:hover i {
  opacity: 1
}

.page-products .recommend .recommend-list-wrapper .swiper-button-prev,
.page-products .recommend .recommend-list-wrapper .swiper-container-rtl .swiper-button-next {
  left: 2.5rem;
  background-image: none
}

@media screen and (min-width: 768px) {

  .page-products .recommend .recommend-list-wrapper .swiper-button-prev,
  .page-products .recommend .recommend-list-wrapper .swiper-container-rtl .swiper-button-next {
    left: -2rem
  }
}

.page-products .recommend .recommend-list-wrapper .swiper-button-next,
.page-products .recommend .recommend-list-wrapper .swiper-container-rtl .swiper-button-prev {
  right: 2.5rem;
  background-image: none
}

@media screen and (min-width: 768px) {

  .page-products .recommend .recommend-list-wrapper .swiper-button-next,
  .page-products .recommend .recommend-list-wrapper .swiper-container-rtl .swiper-button-prev {
    right: -2rem
  }
}

.lang-en header .nav-wrapper .submenu {
  min-width: 200px
}

.lang-en header .nav-wrapper li.sub-nav-item .nav-text {
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .lang-en header .nav-wrapper li.sub-nav-item .nav-text {
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en header .nav-wrapper li.sub-nav-item .nav-text {
    font-size: 15px
  }
}

.lang-en footer .footer-pc .part ul li a {
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .lang-en footer .footer-pc .part ul li a {
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en footer .footer-pc .part ul li a {
    font-size: 15px
  }
}

.lang-en footer .footer-pc .contact-info li {
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .lang-en footer .footer-pc .contact-info li {
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en footer .footer-pc .contact-info li {
    font-size: 15px
  }
}

.lang-en .crumb .crumb-nav a {
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .lang-en .crumb .crumb-nav a {
    font-size: 15px;
    padding: 0 10px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .crumb .crumb-nav a {
    font-size: 15px;
    padding: 0 1rem
  }
}

.lang-en .crumb .crumb-location span,
.lang-en .crumb .crumb-location ul a {
  font-size: 13px
}

@media screen and (min-width: 768px) {

  .lang-en .crumb .crumb-location span,
  .lang-en .crumb .crumb-location ul a {
    font-size: 14px
  }
}

@media screen and (min-width: 1366px) {

  .lang-en .crumb .crumb-location span,
  .lang-en .crumb .crumb-location ul a {
    font-size: 15px
  }
}

.lang-en .banner-content h1.text-white {
  font-weight: 800;
  text-transform: uppercase
}

.lang-en .sub-section-title h2 span {
  font-weight: 600;
  font-size: 18px
}

@media screen and (min-width: 768px) {
  .lang-en .sub-section-title h2 span {
    font-size: 22px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .sub-section-title h2 span {
    font-size: 26px
  }
}

.lang-en .section-title h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px
}

@media screen and (min-width: 768px) {
  .lang-en .section-title h2 {
    font-size: 26px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .section-title h2 {
    font-size: 32px
  }
}

.lang-en p.title-text {
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .lang-en p.title-text {
    font-size: 16px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en p.title-text {
    font-size: 18px
  }
}

.lang-en .side-contact .info p {
  margin: 0 0 4px
}

.lang-en .side-contact .info p,
.lang-en .side-contact .info a {
  font-size: 14px
}

@media screen and (min-width: 768px) {

  .lang-en .side-contact .info p,
  .lang-en .side-contact .info a {
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {

  .lang-en .side-contact .info p,
  .lang-en .side-contact .info a {
    font-size: 15px
  }
}

.lang-en .side-contact .info p {
  line-height: 1.5
}

.lang-en .page-home section.about .about-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 18px
}

@media screen and (min-width: 768px) {
  .lang-en .page-home section.about .about-text h3 {
    font-size: 20px;
    margin: 0 0 20px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .page-home section.about .about-text h3 {
    font-size: 24px;
    margin: 0 0 24px
  }
}

.lang-en .page-home section.about .about-text p {
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .lang-en .page-home section.about .about-text p {
    font-size: 15px
  }
}

@media screen and (min-width: 768px) {
  .lang-en .page-home section.products .product-types ul a {
    width: 168px;
    font-size: 14px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .page-home section.products .product-types ul a {
    width: 200px;
    font-size: 15px
  }
}

@media screen and (min-width: 768px) {
  .lang-en .page-home section.marketing .text {
    width: calc(100% - 360px - 320px - 40px)
  }
}

.lang-en .page-home section.marketing .text p.top {
  font-size: 24px
}

.lang-en .page-home section.marketing .text p.top strong {
  font-size: 36px
}

.lang-en .page-home section.marketing .text p {
  font-size: 22px
}

@media screen and (min-width: 768px) {
  .lang-en .page-home section.marketing .contact {
    padding: 32px
  }
}

.lang-en .page-home section.marketing .contact strong {
  font-size: 24px
}

.lang-en .page-home section.marketing .contact .action {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.lang-en .page-home section.marketing .contact .action a {
  width: 100%;
  margin: 0 0 12px
}

.lang-en .page-home section.marketing .contact .action a:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 768px) {
  .lang-en .page-home section.marketing .img {
    width: 360px
  }
}

.lang-en .page-home section.advantages .advantages-type p {
  font-size: 12px
}

@media screen and (min-width: 768px) {
  .lang-en .page-home section.advantages .advantages-type p {
    font-size: 18px;
    width: 120px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .page-home section.advantages .advantages-type p {
    font-size: 20px;
    width: 140px
  }
}

.lang-en .page-home section.advantages .advantages-content .wrapper .content h4 {
  font-size: 16px;
  margin: 10px 0 0
}

@media screen and (min-width: 768px) {
  .lang-en .page-home section.advantages .advantages-content .wrapper .content h4 {
    font-size: 18px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .page-home section.advantages .advantages-content .wrapper .content h4 {
    font-size: 20px
  }
}

.lang-en .page-home section.solutions .content h4 {
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .lang-en .page-home section.solutions .content h4 {
    font-size: 16px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .page-home section.solutions .content h4 {
    font-size: 18px
  }
}

.lang-en .page-home section.solutions .content p {
  font-size: 14px;
  line-height: 1.75
}

@media screen and (min-width: 768px) {
  .lang-en .page-home section.solutions .content p {
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .page-home section.solutions .content p {
    font-size: 15px
  }
}

.lang-en .page-about section.intro .about-title h2 {
  font-size: 20px
}

@media screen and (min-width: 768px) {
  .lang-en .page-about section.intro .about-title h2 {
    font-size: 24px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .page-about section.intro .about-title h2 {
    font-size: 28px
  }
}

.lang-en .page-about section.intro .about-content p {
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .lang-en .page-about section.intro .about-content p {
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .page-about section.intro .about-content p {
    font-size: 15px
  }
}

.lang-en .page-about section.intro .milestone p {
  line-height: 1.5
}

.lang-en .page-about section.partners h4 {
  text-transform: capitalize
}

.lang-en .page-about section.devices .device-list .item h4 {
  font-size: 15px
}

@media screen and (min-width: 768px) {
  .lang-en .page-about section.devices .device-list .item h4 {
    font-size: 16px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .page-about section.devices .device-list .item h4 {
    font-size: 18px
  }
}

.lang-en .page-products section.products .product-types .title h3 {
  font-weight: 800
}

.lang-en .page-products section.products .products-wrapper .title h4 {
  font-size: 15px
}

@media screen and (min-width: 768px) {
  .lang-en .page-products section.products .products-wrapper .title h4 {
    font-size: 16px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .page-products section.products .products-wrapper .title h4 {
    font-size: 16px
  }
}

.lang-en .page-contact section.contact .contact-info .text p {
  line-height: 1.5;
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .lang-en .page-contact section.contact .contact-info .text p {
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .page-contact section.contact .contact-info .text p {
    font-size: 16px
  }
}

.lang-en .page-contact section.contact .contact-info .contact-socials p {
  font-size: 15px
}

@media screen and (min-width: 768px) {
  .lang-en .page-contact section.contact .contact-info .contact-socials p {
    font-size: 16px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en .page-contact section.contact .contact-info .contact-socials p {
    font-size: 18px
  }
}