.dtbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%
}

.dtbg img {
  display: none
}

.for-pc-only {
  display: inherit
}

@media screen and (max-width: 767px) {
  .for-pc-only {
    display: none
  }
}

.for-mb-only {
  display: none
}

@media screen and (max-width: 767px) {
  .for-mb-only {
    display: inherit
  }
}

.clear-fix {
  clear: both
}

.clear-fix:before {
  clear: both
}

.clear-fix:after {
  clear: both
}

.excerpt-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5rem;
  width: 100%;
  font-size: 1.05rem;
  max-height: calc(1 * 1.5rem + 1px);
  height: calc(1 * 1.5rem + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  height: auto
}

.excerpt-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5rem;
  width: 100%;
  font-size: 1rem;
  max-height: calc(2 * 1.5rem + 1px);
  height: calc(2 * 1.5rem + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto
}

::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1
}

::placeholder {
  color: #fff !important;
  opacity: 1
}

::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1
}

::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1
}

* {
  box-sizing: border-box
}

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

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

html {
  font-size: 16px;
  max-width: 100%;
  overflow-x: hidden
}

body {
  font-size: 16px;
  line-height: 1;
  max-width: 100%;
  margin: 0
}

section {
  padding: 64px 0;
  background-color: #fff
}

section:nth-of-type(2n) {
  background-color: #f8f8f8
}

@media screen and (max-width: 767px) {
  section {
    padding: 32px 0
  }
}

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

a:visited {
  text-decoration: none;
  color: inherit;
  font-size: inherit
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  color: #aaa
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-margin-before: 0
}

span {
  font-size: 1rem;
  line-height: 1.5
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0
}

ul li,
ol li {
  font-size: 1rem;
  line-height: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1
}

h1,
h2,
h3 {
  margin: 1rem 0;
  font-weight: 800
}

h4,
h5,
h6 {
  margin: .5rem 0;
  font-weight: 600
}

h1 {
  font-size: 2.5rem
}

h2 {
  font-size: 2rem
}

h3 {
  font-size: 1.5rem
}

h4 {
  font-size: 1.25rem
}

h5 {
  font-size: 1rem
}

h6 {
  font-size: .75rem
}

@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/zxwbo/assets/oss-zxwbo/fonts/Roboto/Roboto-Regular.ttf")
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("/wp-content/themes/zxwbo/assets/oss-zxwbo/fonts/Roboto/Roboto-Medium.ttf")
}

html {
  font-size: 16px
}

body {
  font-size: 16px
}

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

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

html .lang-en,
body .lang-en {
  font-family: "Roboto"
}

body.with-sticky-sidebar {
  overflow: initial !important
}

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

html.page-slide-effect,
body.page-slide-effect {
  position: relative;
  height: 100%;
  overflow: hidden
}

html.page-slide-effect.on-mobile,
body.page-slide-effect.on-mobile {
  overflow: inherit
}

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

  html.page-slide-effect.on-mobile,
  body.page-slide-effect.on-mobile {
    overflow: auto
  }
}

section {
  background-color: #fff;
  padding: 24px 1rem
}

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

section.dark {
  background-color: #f8f8f8
}

section:nth-of-type(2n) {
  background-color: unset
}

section.large-gap {
  padding: 50px 1rem
}

@media screen and (min-width: 768px) {
  section.large-gap {
    padding: 100px 0
  }
}

section.section-content {
  padding: 2rem 1rem;
  background-color: #fff
}

section.section-content:nt-of-type(2n) {
  background-color: #fff
}

@media screen and (min-width: 768px) {
  section.section-content {
    padding: 0;
    background-color: #fff
  }
}

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

@media screen and (min-width: 768px) {
  .section-wrapper {
    padding: 4rem 0
  }
}

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

  .container>.row {
    margin: 0
  }
}

.page-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 90px;
  padding-top: 64px
}

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

.anchor-wrapper {
  padding-top: 90px;
  margin-top: -90px
}

@media screen and (min-width: 768px) {
  .anchor-wrapper {
    padding-top: 80px;
    margin-top: -80px
  }
}

.bg-dark {
  background-color: #f8f8f8
}

.with-sider-structure {
  padding: 2rem 1rem
}

@media screen and (min-width: 1024px) {
  .with-sider-structure {
    padding: 4rem 0
  }
}

.with-sider-structure .structure-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
}

.with-sider-structure .sider-area {
  width: 240px;
  width: 100%
}

@media screen and (min-width: 1024px) {
  .with-sider-structure .sider-area {
    width: 240px
  }
}

.with-sider-structure .sider-area .sidebar {
  width: 100%
}

.with-sider-structure .content-area {
  width: calc(100% - 4rem - 240px);
  width: 100%
}

@media screen and (min-width: 1024px) {
  .with-sider-structure .content-area {
    width: calc(100% - 4rem - 240px)
  }
}

.section-title {
  text-align: center;
  margin: 0 auto 24px
}

@media screen and (min-width: 1024px) {
  .section-title {
    margin: 0 auto 24px
  }
}

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

.section-title h3 {
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin: 0 0 8px;
  font-size: 16px;
  font-family: "Roboto-Medium";
  font-weight: 400
}

@media screen and (min-width: 768px) {
  .section-title h3 {
    font-size: 16px;
    margin: 0 0 8px
  }
}

@media screen and (min-width: 1366px) {
  .section-title h3 {
    margin: 0 0 12px;
    font-size: 20px
  }
}

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

@media screen and (min-width: 1024px) {
  .section-title h2 {
    font-size: 24px;
    margin: 0 0 10px
  }
}

@media screen and (min-width: 1366px) {
  .section-title h2 {
    font-size: 32px;
    margin: 0 0 12px
  }
}

p.intro-text,
li.intro-text,
span.intro-text,
a.intro-text {
  font-size: 13px
}

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

  p.intro-text,
  li.intro-text,
  span.intro-text,
  a.intro-text {
    font-size: 14px
  }
}

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

  p.intro-text,
  li.intro-text,
  span.intro-text,
  a.intro-text {
    font-size: 15px
  }
}

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

  p.intro-text,
  li.intro-text,
  span.intro-text,
  a.intro-text {
    font-size: 16px
  }
}

.align-center {
  text-align: center
}

.align-right {
  text-align: right
}

.align-left {
  text-align: left
}

p,
a,
span,
ul li,
ol li {
  color: #777
}

p.color-black,
a.color-black,
span.color-black,
ul li.color-black,
ol li.color-black {
  color: #282828
}

p.color-white,
a.color-white,
span.color-white,
ul li.color-white,
ol li.color-white {
  color: #fff
}

p.color-green,
a.color-green,
span.color-green,
ul li.color-green,
ol li.color-green {
  color: #7ca62e
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  color: #282828
}

h1.color-green,
h2.color-green,
h3.color-green,
h4.color-green,
h5.color-green,
h6.color-green,
strong.color-green {
  color: #7ca62e
}

h1.color-white,
h2.color-white,
h3.color-white,
h4.color-white,
h5.color-white,
h6.color-white,
strong.color-white {
  color: #fff
}

h1.color-gray,
h2.color-gray,
h3.color-gray,
h4.color-gray,
h5.color-gray,
h6.color-gray,
strong.color-gray {
  color: #aaa
}

h1.color-dark-gray,
h2.color-dark-gray,
h3.color-dark-gray,
h4.color-dark-gray,
h5.color-dark-gray,
h6.color-dark-gray,
strong.color-dark-gray {
  color: #777
}

.lang-en .section-title h2 {
  text-transform: uppercase;
  font-family: "Roboto-Medium"
}

h4.no-data-title {
  text-align: center;
  line-height: 1;
  margin: 6rem 0;
  color: #1d3058
}

header {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  transition: all .35s ease;
  background-color: #1d3058
}

@media screen and (min-width: 1024px) {
  header {
    background-color: rgba(0, 0, 0, 0)
  }
}

header .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
}

header .logo {
  display: block;
  padding: 10px 0
}

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

header .logo img {
  display: block;
  width: auto;
  height: 44px;
  margin-left: 1rem
}

@media screen and (min-width: 1024px) {
  header .logo img {
    margin-left: 0;
    height: 56px
  }
}

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

header .nav-area {
  width: 100%
}

@media screen and (min-width: 1024px) {
  header .nav-area {
    width: auto
  }
}

header .nav-area ul {
  height: 0px;
  overflow: hidden;
  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
}

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

header .nav-area.opened ul {
  height: auto;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, .2)
}

header .nav-item {
  width: 100%;
  text-align: center
}

@media screen and (min-width: 1024px) {
  header .nav-item {
    width: auto;
    margin: 0 48px 0 0;
    text-align: inherit
  }

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

header .nav-item a {
  display: inline-block;
  line-height: 2;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all .35s ease;
  font-size: 13px;
  padding: 4px 0
}

@media screen and (min-width: 1024px) {
  header .nav-item a {
    padding: 0;
    font-size: 13px;
    line-height: 56px
  }
}

@media screen and (min-width: 1366px) {
  header .nav-item a {
    font-size: 17px;
    line-height: 80px
  }
}

header .nav-item a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  left: 0;
  bottom: 0;
  background-color: #7ca62e;
  transition: all .35s ease
}

header .nav-item.tools a:after {
  display: none
}

header .nav-item.tools a span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: arial;
  transition: all .25s ease
}

@media screen and (min-width: 1024px) {
  header .nav-item.tools a span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 22px
  }
}

@media screen and (min-width: 1366px) {
  header .nav-item.tools a span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px
  }
}

header .nav-item.tools a span:hover {
  border-color: #264fa6;
  background-color: #264fa6;
  color: #fff
}

header .nav-item a:hover {
  color: #7ca62e
}

header .nav-item a:hover:after {
  height: 4px
}

header.dark {
  background-color: #1d3058
}

@media screen and (min-width: 1024px) {
  header.dark {
    background-color: rgba(29, 48, 88, .66)
  }
}

.lang-en header .nav-item.tools a span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px
}

header .header-toggle {
  width: 38px;
  height: 30px;
  border-radius: 4px;
  cursor: pointer;
  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
}

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

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

footer {
  padding: 0;
  background-color: #1d3058;
  position: fixed;
  z-index: 1001;
  left: 0;
  bottom: 0;
  width: 100%
}

@media screen and (min-width: 1024px) {
  footer {
    padding: 20px 0 0;
    position: relative;
    left: inherit;
    bottom: inherit
  }
}

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

footer.at-home {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100
}

footer .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
}

footer .logo-area h4 {
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color: #7ca62e;
  margin: 0 0 16px
}

@media screen and (min-width: 1024px) {
  footer .logo-area h4 {
    font-size: 14px;
    margin: 0 0 12px
  }
}

@media screen and (min-width: 1366px) {
  footer .logo-area h4 {
    font-size: 16px;
    margin: 0 0 16px
  }
}

footer .logo-area h3 {
  font-family: arial;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 14px
}

@media screen and (min-width: 1024px) {
  footer .logo-area h3 {
    font-size: 18px;
    margin: 0 0 12px
  }
}

@media screen and (min-width: 1366px) {
  footer .logo-area h3 {
    font-size: 24px;
    margin: 0 0 14px
  }
}

footer .logo-area ul li {
  font-size: 14px;
  color: #aaa;
  line-height: 1.5;
  margin: 0 0 10px
}

footer .logo-area ul li:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 1024px) {
  footer .logo-area ul li {
    font-size: 12px;
    margin: 0 0 6px
  }
}

@media screen and (min-width: 1366px) {
  footer .logo-area ul li {
    font-size: 14px;
    margin: 0 0 10px
  }
}

footer .logo-area ul li a {
  font-size: inherit;
  color: inherit
}

footer .logo-area ul li a:hover {
  color: #7ca62e
}

footer .nav-area {
  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-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

footer .nav-area .item {
  margin-left: 64px
}

footer .item h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 16px;
  color: #fff
}

@media screen and (min-width: 1024px) {
  footer .item h4 {
    margin: 0 0 12px
  }
}

@media screen and (min-width: 1024px) {
  footer .item h4 {
    margin: 0 0 16px
  }
}

footer .item ul li {
  margin: 0 0 10px
}

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

@media screen and (min-width: 1024px) {
  footer .item ul li {
    margin: 0 0 6px
  }
}

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

footer .item ul li a {
  display: inline-block;
  font-size: 14px;
  color: #aaa
}

@media screen and (min-width: 1024px) {
  footer .item ul li a {
    font-size: 12px
  }
}

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

footer .item ul li a:hover {
  color: #7ca62e
}

footer img.qr-code {
  width: 90px;
  display: block;
  height: auto
}

footer .copyright {
  margin: 20px 0 0;
  text-align: center;
  padding-bottom: 16px
}

@media screen and (min-width: 1024px) {
  footer .copyright {
    margin: 16px 0 0;
    padding-bottom: 6px
  }
}

@media screen and (min-width: 1366px) {
  footer .copyright {
    margin: 64px 0 0;
    padding-bottom: 16px
  }
}

footer .copyright p {
  font-size: 14px;
  color: #aaa
}

@media screen and (min-width: 1024px) {
  footer .copyright p {
    font-size: 12px
  }
}

@media screen and (min-width: 1366px) {
  footer .copyright p {
    font-size: 14px
  }
}

.lang-en footer .flex-wrapper .logo-area ul {
  max-width: 300px
}

.lang-en .contact-content .flex-wrapper .content-wrapper ul li {
  line-height: 1.45
}

.lang-en .contact-content .flex-wrapper .part-title h3 {
  font-family: "Roboto-Medium"
}

.on-mobile footer.at-home {
  position: fixed
}

@media screen and (min-width: 1024px) {
  .on-mobile footer.at-home {
    position: relative
  }
}

footer .footer-pc {
  display: none
}

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

footer .footer-mb {
  display: block
}

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

footer .footer-mb ul {
  background-color: #282828;
  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% - 3px)/4);
  background-color: #272f36;
  margin: 0;
  padding: 0;
  transition: all .25s ease
}

footer .footer-mb ul li:hover {
  background-color: #1d3058
}

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: 14px;
  color: #eee
}

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

.swiper {
  width: 100%;
  height: 100%
}

.swiper .swiper-container.banner-container {
  width: 100%;
  height: 100%
}

.swiper-slide-home img.banner-img {
  width: 100%;
  height: auto;
  display: block
}

@media screen and (min-width: 1024px) {
  .swiper-slide-home img.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }
}

.swiper-banner-home .banner-img {
  width: 100%;
  height: auto;
  display: block
}

@media screen and (min-width: 1024px) {
  .swiper-banner-home .banner-img {
    width: 100%;
    height: 100%
  }
}

.swiper-banner-home .swiper-slide {
  width: 100% !important;
  height: 100%
}

section.section-content {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

section.section-content img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

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

.swiper-banner-home .swiper-pagination-bullet {
  width: 26px;
  border-radius: 0px;
  height: 4px;
  background: #fff;
  border: none;
  opacity: 1;
  outline: none
}

.swiper-banner-home .swiper-pagination-bullet-active {
  background-color: #7ca62e
}

.swiper-banner-home .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-banner-home .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px
}

.swiper-banner-home .swiper-button-next:after,
.swiper-banner-home .swiper-button-prev:after {
  display: none
}

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

.swiper-banner-home .swiper-button-next,
.swiper-banner-home .swiper-rtl .swiper-button-prev {
  right: 36px
}

.swiper-banner-home .swiper-button-prev,
.swiper-banner-home .swiper-rtl .swiper-button-next {
  left: 36px
}

.swiper-banner-home .swiper-button-next,
.swiper-banner-home .swiper-button-prev {
  margin: 0;
  background-color: rgba(0, 0, 0, .15);
  transition: all .25s ease;
  width: 36px;
  height: 72px;
  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
}

.swiper-banner-home .swiper-button-next i,
.swiper-banner-home .swiper-button-prev i {
  font-size: 24px;
  color: #fff;
  opacity: .4;
  transition: all .25s ease
}

.swiper-banner-home .swiper-button-next:hover,
.swiper-banner-home .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, .33)
}

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

.slide-pagi .swiper-pagination-bullet {
  width: 12px;
  border-radius: 12px;
  height: 12px;
  background: #fff;
  border: none;
  opacity: 1;
  outline: none
}

.slide-pagi .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.slide-pagi .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 0
}

.slide-pagi .swiper-pagination-bullet-active {
  background-color: #7ca62e
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 0
}

.page-home #dots {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 200;
  width: 12px;
  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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none
}

.page-home #dots li a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin: 8px 0;
  background-color: #fff
}

.page-home #dots li.active a {
  background-color: #7ca62e
}

@media screen and (min-width: 768px) {
  .page-home #dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
  }
}

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

  section.section-services,
  section.section-advantages,
  section.section-news {
    padding-top: 120px
  }
}

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

  section.section-services,
  section.section-advantages,
  section.section-news {
    padding-top: 186px
  }
}

@media screen and (min-width: 1024px) {
  section.section-about {
    padding-top: 200px
  }
}

@media screen and (min-width: 1536px) {
  section.section-about {
    padding-top: 290px
  }
}

@media screen and (min-width: 1024px) {
  section.section-contact {
    padding-top: 80px
  }
}

@media screen and (min-width: 1366px) {
  section.section-contact {
    padding-top: 200px
  }
}

.about-content .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
}

.about-content .intro {
  width: 100%
}

@media screen and (min-width: 1024px) {
  .about-content .intro {
    width: calc(100% - 2rem - 624px)
  }
}

.about-content .intro h2 {
  font-size: 96px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  margin: 0 0 32px;
  font-size: 32px;
  margin: 0 0 12px;
  color: #7ca62e;
  font-size: 24px
}

@media screen and (min-width: 1536px) {
  .about-content .intro h2 {
    font-size: 32px
  }
}

.about-content .intro h3 {
  font-size: 22px;
  color: #7ca62e;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 16px
}

@media screen and (min-width: 1536px) {
  .about-content .intro h3 {
    font-size: 28px;
    margin: 0 0 20px
  }
}

.about-content .intro h4 {
  line-height: 1.5;
  font-weight: 400;
  color: #282828;
  font-size: 18px;
  margin: 0
}

@media screen and (min-width: 1536px) {
  .about-content .intro h4 {
    font-size: 20px
  }
}

.about-content .intro p {
  line-height: 1.625;
  margin-top: 14px
}

@media screen and (min-width: 1536px) {
  .about-content .intro p {
    font-size: 20px;
    line-height: 1.75
  }
}

.about-content .archievement {
  padding-top: 2rem;
  width: 100%;
  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-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (min-width: 1024px) {
  .about-content .archievement {
    width: 624px;
    padding-top: 80px
  }
}

.about-content .archievement .item {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  margin: 0 12px 12px 0;
  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
}

@media screen and (min-width: 1024px) {
  .about-content .archievement .item {
    width: 160px;
    height: 160px
  }

  .about-content .archievement .item:first-of-type {
    margin-left: 160px
  }

  .about-content .archievement .item:nth-of-type(2) {
    margin-right: 0
  }

  .about-content .archievement .item:last-of-type {
    margin-right: 0
  }
}

@media screen and (min-width: 1536px) {
  .about-content .archievement .item {
    width: 200px;
    height: 200px
  }

  .about-content .archievement .item:first-of-type {
    margin-left: 200px
  }
}

.about-content .archievement .item {
  cursor: pointer
}

.about-content .archievement .item h4 {
  line-height: 1;
  margin: 0 0 20px;
  color: #264fa6;
  font-size: 20px;
  font-weight: 400;
  transition: all .35s ease;
  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
}

@media screen and (min-width: 1536px) {
  .about-content .archievement .item h4 {
    font-size: 24px
  }
}

.about-content .archievement .item h4 strong {
  font-family: arial;
  font-size: 36px;
  font-weight: 400;
  display: inline-block;
  line-height: .7;
  margin-right: 3px;
  color: inherit
}

@media screen and (min-width: 1536px) {
  .about-content .archievement .item h4 strong {
    font-size: 56px
  }
}

.about-content .archievement .item h4 .icon {
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/zxwbo/assets/oss-zxwbo/imgs/icon-more.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.about-content .archievement .item span {
  font-size: 15px;
  color: #282828;
  transition: all .35s ease
}

@media screen and (min-width: 1536px) {
  .about-content .archievement .item span {
    font-size: 20px
  }
}

.about-content .archievement .item:hover {
  background-color: #264fa6;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.about-content .archievement .item:hover h4 {
  color: #7ca62e
}

.about-content .archievement .item:hover span {
  color: #fff
}

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

section.section-advantages .advantages-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 20;
  padding-bottom: 0
}

@media screen and (min-width: 1024px) {
  section.section-advantages .advantages-content {
    height: 380px
  }
}

@media screen and (min-width: 1366px) {
  section.section-advantages .advantages-content {
    height: 400px
  }
}

@media screen and (min-width: 1536px) {
  section.section-advantages .advantages-content {
    height: 600px
  }
}

section.section-advantages .advantages-content .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

section.section-advantages .content {
  position: absolute;
  z-index: 40;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  box-sizing: border-box;
  padding-bottom: 5.25%;
  width: 100%
}

@media screen and (min-width: 1024px) {
  section.section-advantages .content {
    width: 900px
  }
}

@media screen and (min-width: 1366px) {
  section.section-advantages .content {
    width: 1200px
  }
}

section.section-advantages .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 30;
  background-image: url("/wp-content/themes/zxwbo/assets/oss-zxwbo/imgs/img-advantages-center.png");
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat
}

@media screen and (min-width: 1024px) {
  section.section-advantages .bg {
    background-size: 110%
  }
}

@media screen and (min-width: 1536px) {
  section.section-advantages .bg {
    background-size: cover
  }
}

section.section-advantages .text-wrapper {
  width: 100%;
  height: 100%;
  position: relative
}

section.section-advantages .text-item .icon {
  display: none
}

section.section-advantages .text-item h3 {
  line-height: 1.5;
  font-weight: 400;
  color: #282828;
  font-size: 18px;
  margin: 0 0 10px
}

@media screen and (min-width: 1024px) {
  section.section-advantages .text-item h3 {
    line-height: 1.35;
    margin: 0 0 8px;
    font-size: 20px
  }
}

@media screen and (min-width: 1366px) {
  section.section-advantages .text-item h3 {
    font-size: 24px;
    margin: 0 0 12px
  }
}

section.section-advantages .text-item p {
  line-height: 1.5;
  font-size: 13px
}

@media screen and (min-width: 1366px) {
  section.section-advantages .text-item p {
    font-size: 1rem
  }
}

section.section-advantages .text-item {
  position: absolute
}

@media screen and (min-width: 1024px) {
  section.section-advantages .text-item.pos-1 {
    left: 6%;
    bottom: 0%
  }
}

@media screen and (min-width: 1366px) {
  section.section-advantages .text-item.pos-1 {
    left: 6%;
    bottom: 18%
  }
}

@media screen and (min-width: 1024px) {
  section.section-advantages .text-item.pos-2 {
    left: 17%;
    bottom: 44%
  }
}

@media screen and (min-width: 1366px) {
  section.section-advantages .text-item.pos-2 {
    left: 21%;
    bottom: 55%
  }
}

@media screen and (min-width: 1024px) {
  section.section-advantages .text-item.pos-3 {
    left: 39.5%;
    bottom: 65%
  }
}

@media screen and (min-width: 1366px) {
  section.section-advantages .text-item.pos-3 {
    left: 40%;
    bottom: 74%
  }
}

@media screen and (min-width: 1024px) {
  section.section-advantages .text-item.pos-4 {
    left: 64%;
    bottom: 53%
  }
}

@media screen and (min-width: 1366px) {
  section.section-advantages .text-item.pos-4 {
    left: 62%;
    bottom: 64%
  }
}

@media screen and (min-width: 1024px) {
  section.section-advantages .text-item.pos-5 {
    left: 78%;
    bottom: 0%
  }
}

@media screen and (min-width: 1366px) {
  section.section-advantages .text-item.pos-5 {
    left: 77%;
    bottom: 18%
  }
}

.news-content .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
}

.news-content .feature-news {
  width: 100%;
  padding: 24px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 1024px) {
  .news-content .feature-news {
    width: 460px;
    background-color: #fff;
    padding: 1.5rem
  }
}

@media screen and (min-width: 1366px) {
  .news-content .feature-news {
    width: 548px;
    background-color: #fff;
    padding: 48px 48px 60px 48px
  }
}

.news-content .news-list {
  width: 100%
}

@media screen and (min-width: 1024px) {
  .news-content .news-list {
    width: calc(100% - 460px - 2rem)
  }
}

@media screen and (min-width: 1366px) {
  .news-content .news-list {
    width: calc(100% - 548px - 4rem)
  }
}

.news-content .pubdate {
  font-family: arial;
  font-weight: 400;
  display: inline-block;
  line-height: 1
}

.news-content .pubdate span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-align: inherit;
  line-height: 1
}

.news-content .pubdate.blue {
  font-size: 28px;
  margin: 0 0 20px
}

@media screen and (min-width: 1024px) {
  .news-content .pubdate.blue {
    font-size: 20px;
    margin: 0 0 14px
  }
}

@media screen and (min-width: 1366px) {
  .news-content .pubdate.blue {
    font-size: 28px;
    margin: 0 0 20px
  }
}

.news-content .pubdate.black {
  font-size: 36px;
  margin: 0 auto 12px;
  text-align: center;
  color: #777
}

@media screen and (min-width: 1024px) {
  .news-content .pubdate.black {
    font-size: 24px;
    margin: 0 auto 8px
  }
}

@media screen and (min-width: 1366px) {
  .news-content .pubdate.black {
    font-size: 36px;
    margin: 0 auto 12px
  }
}

.news-content .pubdate.black-bottom {
  font-size: 16px;
  color: #777;
  text-align: center;
  margin: 0
}

@media screen and (min-width: 1024px) {
  .news-content .pubdate.black-bottom {
    font-size: 16px
  }
}

@media screen and (min-width: 1366px) {
  .news-content .pubdate.black-bottom {
    font-size: 18px
  }
}

.news-content .feature-news .pubdate {
  color: #264fa6
}

.news-content h3.news-title {
  font-weight: 400;
  color: #282828
}

.news-content h3.news-title.big {
  font-size: 16px;
  line-height: 1.625
}

@media screen and (min-width: 1024px) {
  .news-content h3.news-title.big {
    margin: 0 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 24px;
    width: 100%;
    font-size: 16px;
    max-height: calc(2 * 24px + 1px);
    height: calc(2 * 24px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto
  }
}

@media screen and (min-width: 1366px) {
  .news-content h3.news-title.big {
    margin: 0 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 30px;
    width: 100%;
    font-size: 18px;
    max-height: calc(2 * 30px + 1px);
    height: calc(2 * 30px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto
  }
}

.news-content h3.news-title.regular {
  font-size: 15px;
  line-height: 1.5
}

@media screen and (min-width: 1024px) {
  .news-content h3.news-title.regular {
    margin: 0 0 16px;
    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
  }
}

.news-content .details-btn.align-right {
  text-align: right
}

.news-content .details-btn a {
  width: 128px;
  height: 36px;
  background-color: #264fa6;
  transition: all .35s ease;
  margin: 32px 0 0;
  font-size: 15px;
  color: #fff;
  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
}

.news-content .details-btn a i {
  display: inline-block;
  font-size: 15px;
  color: #fff
}

.news-content .details-btn a:hover {
  background-color: #1d3058
}

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

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

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

.news-content .news-img {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
  margin: 16px 0 0
}

@media screen and (min-width: 1366px) {
  .news-content .news-img {
    margin: 32px 0 0
  }
}

.news-content .news-img img {
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: all .35s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.news-content .news-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

.news-content .news-list-item {
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
  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
}

.news-content .news-list-item:last-of-type {
  border-bottom: none
}

@media screen and (min-width: 1366px) {
  .news-content .news-list-item {
    padding: 32px 0
  }
}

.news-content .news-list-item .date-area {
  width: 72px;
  height: 60px
}

.news-content .news-list-item .date-area .pubdate {
  width: 100%
}

.news-content .news-list-item .date-area .pubdate span {
  width: 100%;
  text-align: center
}

.news-content .news-list-item .content-area {
  width: calc(100% - 72px - 20px)
}

.contact-content .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
}

.contact-content .flex-wrapper .part {
  width: 100%;
  margin: 0 0 2rem
}

.contact-content .flex-wrapper .part:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 1024px) {
  .contact-content .flex-wrapper .part {
    margin: 0;
    width: 600px;
    padding: 1.5rem
  }
}

@media screen and (min-width: 1366px) {
  .contact-content .flex-wrapper .part {
    padding: 36px 64px 36px 36px
  }
}

@media screen and (min-width: 768px) {
  .contact-content .flex-wrapper .blue-bg {
    background-color: rgba(38, 79, 166, .5)
  }
}

.contact-content .flex-wrapper .part-title {
  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: 1024px) {
  .contact-content .flex-wrapper .part-title {
    margin: 0 0 18px
  }
}

@media screen and (min-width: 1366px) {
  .contact-content .flex-wrapper .part-title {
    margin: 0 0 24px
  }
}

.contact-content .flex-wrapper .part-title h3,
.contact-content .flex-wrapper .part-title h4 {
  color: #fff;
  line-height: 1;
  margin: 0;
  font-weight: 400
}

.contact-content .flex-wrapper .part-title h3 {
  font-size: 16px;
  margin: 6px 0 16px
}

@media screen and (min-width: 1024px) {
  .contact-content .flex-wrapper .part-title h3 {
    font-size: 18px;
    margin: 6px 0 0
  }
}

@media screen and (min-width: 1366px) {
  .contact-content .flex-wrapper .part-title h3 {
    font-size: 26px;
    margin: 12px 0 0
  }
}

.contact-content .flex-wrapper .part-title h4 {
  font-size: 15px;
  text-transform: uppercase
}

@media screen and (min-width: 1024px) {
  .contact-content .flex-wrapper .part-title h4 {
    font-size: 15px
  }
}

@media screen and (min-width: 1366px) {
  .contact-content .flex-wrapper .part-title h4 {
    font-size: 18px
  }
}

.contact-content .flex-wrapper .part-title .icon {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 12px;
  padding: 10px
}

@media screen and (min-width: 1024px) {
  .contact-content .flex-wrapper .part-title .icon {
    width: 32px;
    height: 32px;
    padding: 6px
  }
}

@media screen and (min-width: 1366px) {
  .contact-content .flex-wrapper .part-title .icon {
    width: 45px;
    height: 45px;
    padding: 10px
  }
}

.contact-content .flex-wrapper .part-title .icon div {
  width: 25px;
  height: 25px;
  background-size: 200%;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-image: url("/wp-content/themes/zxwbo/assets/oss-zxwbo/imgs/icons-contact.png")
}

@media screen and (min-width: 1024px) {
  .contact-content .flex-wrapper .part-title .icon div {
    width: 20px;
    height: 20px
  }
}

@media screen and (min-width: 1366px) {
  .contact-content .flex-wrapper .part-title .icon div {
    width: 25px;
    height: 25px
  }
}

.contact-content .flex-wrapper .part-title .icon div.pos-2 {
  background-position-x: 100%
}

.contact-content .flex-wrapper .content-wrapper {
  width: 100%;
  padding-left: 57px
}

.contact-content .flex-wrapper .content-wrapper ul li {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin: 0 0 16px
}

.contact-content .flex-wrapper .content-wrapper .map {
  margin: 16px 0 0;
  width: 100%
}

.contact-content .flex-wrapper .content-wrapper .map img {
  height: 140px
}

@media screen and (min-width: 768px) {
  .contact-content .flex-wrapper .content-wrapper .map img {
    height: 160px
  }
}

@media screen and (min-width: 1366px) {
  .contact-content .flex-wrapper .content-wrapper .map img {
    height: 180px
  }
}

.contact-content .flex-wrapper .contact-form .input-wrapper {
  margin: 0 0 20px;
  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: 1024px) {
  .contact-content .flex-wrapper .contact-form .input-wrapper {
    margin: 0 0 12px
  }
}

@media screen and (min-width: 1366px) {
  .contact-content .flex-wrapper .contact-form .input-wrapper {
    margin: 0 0 20px
  }
}

.contact-content .flex-wrapper .contact-form ::-webkit-input-placeholder {
  color: #ccc !important;
  opacity: 1
}

.contact-content .flex-wrapper .contact-form ::placeholder {
  color: #ccc !important;
  opacity: 1
}

.contact-content .flex-wrapper .contact-form ::-ms-input-placeholder {
  color: #ccc !important;
  opacity: 1
}

.contact-content .flex-wrapper .contact-form ::-ms-input-placeholder {
  color: #ccc !important;
  opacity: 1
}

.contact-content .flex-wrapper .contact-form input,
.contact-content .flex-wrapper .contact-form textarea,
.contact-content .flex-wrapper .contact-form button {
  font-family: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 14px 16px;
  background-color: #fff;
  font-size: 14px;
  color: #aaa
}

.contact-content .flex-wrapper .contact-form input,
.contact-content .flex-wrapper .contact-form textarea {
  width: 100%
}

.contact-content .flex-wrapper .contact-form input.half {
  width: calc((100% - 20px)/2)
}

.contact-content .flex-wrapper .contact-form textarea {
  height: 96px
}

.contact-content .flex-wrapper .contact-form input {
  height: 38px
}

.contact-content .flex-wrapper .contact-form button {
  width: 128px;
  height: 42px;
  background-color: #7ca62e;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  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
}

@media screen and (min-width: 1024px) {
  .contact-content .flex-wrapper .contact-form button {
    width: 108px;
    height: 36px;
    font-size: 13px
  }
}

@media screen and (min-width: 1366px) {
  .contact-content .flex-wrapper .contact-form button {
    width: 128px;
    height: 42px;
    font-size: 16px
  }
}

.contact-content .flex-wrapper .contact-form button:hover {
  background-color: #415915
}

.service-area-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: 1024px) {
  .service-area-wrapper {
    padding: 0
  }
}

.service-area-wrapper .service-item {
  width: 300px;
  height: 400px;
  position: relative;
  width: calc(50% - .5rem);
  margin: 0 0 1rem
}

@media screen and (min-width: 1024px) {
  .service-area-wrapper .service-item {
    width: 300px;
    height: 400px;
    margin: 0
  }
}

@media screen and (min-width: 1536px) {
  .service-area-wrapper .service-item {
    height: 480px
  }
}

.service-area-wrapper .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%
}

.service-area-wrapper .overflow {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  top: 0;
  left: 0;
  transition: all .35s ease
}

.service-area-wrapper .bg {
  z-index: 20;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: all .75s ease;
  position: absolute;
  top: 0;
  left: 0
}

.service-area-wrapper .info {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 40;
  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
}

.service-area-wrapper .icon {
  width: 64px;
  height: 64px;
  background-size: 400%;
  background-repeat: no-repeat;
  background-position-x: 0;
  margin: 0 auto 1rem;
  background-image: url("/wp-content/themes/zxwbo/assets/oss-zxwbo/imgs/icons-service-area.png")
}

.service-area-wrapper .icon.pos-2 {
  background-position-x: 33.333333%
}

.service-area-wrapper .icon.pos-3 {
  background-position-x: 66.666666%
}

.service-area-wrapper .icon.pos-4 {
  background-position-x: 100%
}

@media screen and (min-width: 1536px) {
  .service-area-wrapper .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 1.5rem
  }
}

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

@media screen and (min-width: 1536px) {
  .service-area-wrapper h4 {
    font-size: 22px;
    margin: 0 0 1.5rem
  }
}

.service-area-wrapper ul {
  text-align: center;
  overflow: hidden;
  transition: all .35s ease;
  height: 0px
}

.service-area-wrapper ul li {
  display: inline-block;
  margin: 0 0 6px;
  text-align: center;
  width: 100%
}

@media screen and (min-width: 1536px) {
  .service-area-wrapper ul li {
    margin: 0 0 12px
  }
}

.service-area-wrapper ul a {
  font-size: 14px;
  color: #fff;
  position: relative;
  display: inline-block
}

.service-area-wrapper ul a:hover {
  font-weight: 600;
  color: #7ca62e
}

@media screen and (min-width: 1536px) {
  .service-area-wrapper ul a {
    font-size: 1rem
  }
}

.service-area-wrapper .service-item:hover .overflow {
  background-color: rgba(0, 0, 0, .45)
}

.service-area-wrapper .service-item:hover .bg {
  transform: scale(1.15);
  -webkit-transform: scale(1.15)
}

.service-area-wrapper .service-item:hover ul {
  height: 72px
}

.service-area-wrapper .service-item:hover ul.height-1 {
  height: 252px
}

.service-area-wrapper .service-item:hover ul.height-2 {
  height: 180px
}

.lang-en .service-area-wrapper ul a:hover {
  font-weight: 400
}

@media screen and (min-width: 768px) {
  .lang-en .service-area-wrapper .service-item:nth-of-type(3):hover ul {
    height: 120px
  }
}

@media screen and (min-width: 768px) {
  .lang-en .about-content .archievement .item span {
    padding: 0 1rem;
    display: inline-block
  }
}

@media screen and (min-width: 768px) {
  .lang-en section.section-advantages .text-item h3 {
    width: 200px;
    font-size: 16px;
    margin: 0 0 6px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en section.section-advantages .text-item h3 {
    font-size: 20px;
    margin: 0 0 8px
  }
}

.lang-en section.section-advantages .text-item p {
  font-size: 12px
}

@media screen and (min-width: 768px) {
  .lang-en section.section-advantages .text-item p {
    width: 200px;
    font-size: 12px
  }
}

@media screen and (min-width: 1366px) {
  .lang-en section.section-advantages .text-item p {
    font-size: 14px
  }
}

@media screen and (min-width: 768px) {
  .lang-en section.section-advantages .text-item.pos-3 {
    width: 250px
  }
}

@media screen and (min-width: 1024px) {
  .lang-en section.section-advantages .text-item.pos-3 {
    left: 39.5%;
    bottom: 60%
  }
}

@media screen and (min-width: 1024px) {
  .lang-en section.section-advantages .text-item.pos-1 {
    left: 2%;
    bottom: 3%
  }
}

@media screen and (min-width: 1536px) {
  .lang-en section.section-advantages .text-item.pos-1 {
    left: 9%;
    bottom: 12%
  }
}

@media screen and (min-width: 1024px) {
  .lang-en section.section-advantages .text-item.pos-2 {
    left: 16%;
    bottom: 47%
  }
}

@media screen and (min-width: 1366px) {
  .lang-en section.section-advantages .text-item.pos-2 {
    left: 22%;
    bottom: 56%
  }
}

@media screen and (min-width: 1366px) {
  .lang-en section.section-advantages .text-item.pos-3 {
    bottom: 62%;
    left: 41%
  }
}

.lang-en section.section-advantages .text-item.pos-4 {
  left: 62%;
  bottom: 52%
}

@media screen and (min-width: 1024px) {
  .lang-en section.section-advantages .text-item.pos-4 {
    left: 62%;
    bottom: 53%
  }
}

@media screen and (min-width: 1536px) {
  .lang-en section.section-advantages .text-item.pos-4 {
    left: 62%;
    bottom: 54%
  }
}

@media screen and (min-width: 1024px) {
  .lang-en section.section-advantages .text-item.pos-5 {
    left: 80%;
    bottom: 5%
  }
}

@media screen and (min-width: 1366px) {
  .lang-en section.section-advantages .text-item.pos-5 {
    left: 77%;
    bottom: 18%
  }
}

.lang-en .service-area-wrapper h4 {
  font-size: 18px;
  margin: 0 0 1rem
}

.lang-en .service-area-wrapper ul a {
  font-size: 12px;
  line-height: 1.35;
  text-transform: capitalize
}

@media screen and (min-width: 768px) {
  .lang-en .service-area-wrapper ul a {
    font-size: 13px
  }
}

@media screen and (min-width: 768px) {
  .lang-en .service-area-wrapper .service-item:nth-of-type(4):hover ul {
    height: 105px
  }
}

@media screen and (min-width: 1024px) {
  .lang-en section.section-advantages .bg {
    background-size: 120%
  }
}

@media screen and (min-width: 1536px) {
  .lang-en section.section-advantages .bg {
    background-size: cover
  }
}

@media screen and (min-width: 1024px) {
  .lang-en section.section-advantages .advantages-content {
    height: 440px
  }
}

@media screen and (min-width: 1536px) {
  .lang-en section.section-advantages .advantages-content {
    height: 600px
  }
}

@media screen and (min-width: 1024px) {
  .lang-en .contact-content .flex-wrapper .part-title {
    margin: 0 0 8px
  }
}

@media screen and (min-width: 1536px) {
  .lang-en .contact-content .flex-wrapper .part-title {
    margin: 0 0 24px
  }
}

section.mobile-style.section-advantages .wrapper {
  height: auto
}

section.mobile-style.section-advantages .advantages-content {
  position: relative
}

section.mobile-style.section-advantages .advantages-content .inner {
  position: relative;
  height: auto
}

section.mobile-style.section-advantages .content {
  position: relative;
  height: auto;
  padding: 0
}

section.mobile-style.section-advantages .text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

section.mobile-style.section-advantages .text-item {
  position: relative;
  width: calc(50% - .5rem);
  text-align: center;
  margin: 0 0 1rem;
  left: inherit !important;
  bottom: inherit !important
}

section.mobile-style.section-advantages .text-item .icon {
  display: block;
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 10px
}

section.mobile-style.section-advantages .bg {
  display: none
}

.banner-mb {
  margin-top: 64px
}

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

.banner-pc {
  display: none
}

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

.banner-mb .swiper-wrapper,
.banner-pc .swiper-wrapper {
  box-sizing: border-box
}

#fullpage {
  padding-bottom: 60px
}

@media screen and (min-width: 1024px) {
  #fullpage {
    padding-bottom: 0
  }
}

.on-mobile .about-content .archievement .item h4 {
  margin: 0 0 10px
}

.on-mobile .about-content .archievement .item span {
  font-size: 14px
}

.on-mobile .about-content .archievement .item {
  padding: 6px
}

.on-mobile .about-content .archievement .item h4 strong {
  font-size: 32px
}

.banner-content {
  position: relative;
  width: 100%;
  height: 200px
}

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

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

.banner-content .bg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: 35% 100%
}

@media screen and (min-width: 768px) {
  .banner-content .bg {
    background-position: center center
  }
}

.crumb {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  padding: 0
}

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

.crumb .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
}

.crumb .types {
  text-align: center
}

@media screen and (min-width: 768px) {
  .crumb .types {
    width: auto;
    order: 0;
    text-align: inherit
  }
}

@media screen and (min-width: 1024px) {
  .crumb .types {
    width: auto
  }
}

.crumb .types ul li {
  display: inline-block;
  margin: 0 12px 0 0
}

@media screen and (min-width: 768px) {
  .crumb .types ul li {
    margin: 0 2rem 0 0
  }
}

.crumb .types ul li:last-of-type {
  margin-right: 0
}

.crumb .types ul li a {
  display: inline-block;
  line-height: 2.5;
  text-align: center;
  font-size: 14px;
  color: #777;
  position: relative
}

@media screen and (min-width: 768px) {
  .crumb .types ul li a {
    font-size: 14px;
    line-height: 48px
  }
}

@media screen and (min-width: 1536px) {
  .crumb .types ul li a {
    font-size: 1rem;
    line-height: 64px
  }
}

.crumb .types ul li a:hover {
  color: #aaa
}

.crumb .types ul li.active a {
  color: #264fa6
}

.crumb .types ul li.active a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -1px;
  background-color: #264fa6
}

.crumb .location {
  width: auto
}

@media screen and (min-width: 768px) {
  .crumb .location {
    padding: 0;
    margin-top: 0;
    width: auto;
    background-color: rgba(0, 0, 0, 0)
  }
}

.crumb .location ul {
  text-align: right
}

@media screen and (min-width: 768px) {
  .crumb .location ul {
    text-align: left
  }
}

.crumb .location ul 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: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0
}

.crumb .location ul li i {
  margin: 0 4px;
  font-size: 12px;
  color: inherit
}

@media screen and (min-width: 768px) {
  .crumb .location ul li i {
    margin: 0 8px;
    color: inherit
  }
}

.crumb .location ul li a i {
  margin: 0 2px 0 4px;
  font-size: 12px
}

@media screen and (min-width: 768px) {
  .crumb .location ul li a i {
    font-size: 14px;
    margin: 0 4px 0 8px
  }
}

.crumb .location ul li,
.crumb .location ul li a,
.crumb .location ul li span {
  font-size: 13px;
  color: #777
}

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

  .crumb .location ul li,
  .crumb .location ul li a,
  .crumb .location ul li span {
    font-size: 14px;
    color: #777
  }
}

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

  .crumb .location ul li,
  .crumb .location ul li a,
  .crumb .location ul li span {
    font-size: 1rem
  }
}

.crumb .location ul li span {
  cursor: pointer
}

.crumb .location ul li a {
  line-height: 2
}

@media screen and (min-width: 768px) {
  .crumb .location ul li a {
    line-height: 48px
  }
}

@media screen and (min-width: 1536px) {
  .crumb .location ul li a {
    line-height: 64px
  }
}

.crumb .location ul li a:hover {
  color: #282828
}

.crumb .types h3 {
  margin: 0;
  color: #282828;
  font-size: 18px;
  font-weight: 400;
  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: 1024px) {
  .crumb .types h3 {
    font-size: 20px
  }
}

.crumb .types h3 .icon {
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 4px 0 0
}

@media screen and (min-width: 1024px) {
  .crumb .types h3 .icon {
    width: 32px;
    height: 32px;
    margin: 0 6px 0 0
  }
}

.page-wrapper.news-details .crumb .location ul li:last-of-type {
  display: none
}

.page-wrapper.news-details .crumb .location ul li:nth-of-type(2) i {
  display: none
}

.page-contact .contact-content {
  padding: 2rem 1rem
}

@media screen and (min-width: 1024px) {
  .page-contact .contact-content {
    padding: 4rem 0
  }
}

.page-contact .contact-content .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 .contact-content .contact-info-details {
  width: 100%
}

@media screen and (min-width: 1024px) {
  .page-contact .contact-content .contact-info-details {
    width: calc((100% - 4rem)/2)
  }
}

.page-contact .contact-content .contact-info-details h2 {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1.5rem;
  color: #264fa6
}

@media screen and (min-width: 1024px) {
  .page-contact .contact-content .contact-info-details h2 {
    font-size: 1.5rem
  }
}

@media screen and (min-width: 1536px) {
  .page-contact .contact-content .contact-info-details h2 {
    font-size: 1.75rem;
    margin: 0 0 2rem
  }
}

.page-contact .contact-content .contact-info-details ul li {
  font-size: 1rem;
  color: #777;
  line-height: 1.5;
  margin: 0 0 1rem
}

.page-contact .contact-content .contact-info-details ul li i {
  font-size: 18px;
  color: #7ca62e;
  display: inline-block;
  margin: 0 6px 0 0
}

.page-contact .contact-content .contact-info-details ul li i.big {
  font-size: 20px
}

.page-contact .contact-content .contact-info-details img {
  display: block;
  width: 120px;
  height: auto;
  margin-top: 10px;
  margin-left: 24px;
  width: 100%
}

@media screen and (min-width: 768px) {
  .page-contact .contact-content .contact-info-details img {
    width: 480px
  }
}

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

@media screen and (min-width: 1024px) {
  .page-contact .contact-content .contact-info-map {
    width: calc((100% - 4rem)/2)
  }
}

.page-contact .contact-content .contact-info-map #map_container {
  width: 100%;
  height: 300px
}

.page-contact .contact-content .contact-info-map #map_container .amap-info {
  display: none !important
}

.page-contact .contact-content .message {
  margin: 2rem 0 0
}

@media screen and (min-width: 1024px) {
  .page-contact .contact-content .message {
    margin: 4rem 0 0
  }
}

.page-contact .contact-content .message h3 {
  font-size: 18px;
  margin: 0 0 1rem;
  color: #282828;
  line-height: 1
}

@media screen and (min-width: 768px) {
  .page-contact .contact-content .message h3 {
    font-size: 24px;
    margin: 0 0 2rem
  }
}

.page-contact .contact-content .message .form-wrapper form ::-webkit-input-placeholder {
  color: #aaa !important;
  opacity: 1
}

.page-contact .contact-content .message .form-wrapper form ::placeholder {
  color: #aaa !important;
  opacity: 1
}

.page-contact .contact-content .message .form-wrapper form ::-ms-input-placeholder {
  color: #aaa !important;
  opacity: 1
}

.page-contact .contact-content .message .form-wrapper form ::-ms-input-placeholder {
  color: #aaa !important;
  opacity: 1
}

.page-contact .contact-content .message .form-wrapper form .group {
  margin: 0 0 1rem;
  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-contact .contact-content .message .form-wrapper form .group {
    margin: 0 0 1rem
  }
}

@media screen and (min-width: 1536px) {
  .page-contact .contact-content .message .form-wrapper form .group {
    margin: 0 0 2rem
  }
}

.page-contact .contact-content .message .form-wrapper form .group .part {
  width: 100%;
  margin: 0 0 1rem
}

.page-contact .contact-content .message .form-wrapper form .group .part:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 768px) {
  .page-contact .contact-content .message .form-wrapper form .group .part {
    width: calc((100% - 4rem)/3);
    margin: 0
  }
}

.page-contact .contact-content .message .form-wrapper form input,
.page-contact .contact-content .message .form-wrapper form textarea,
.page-contact .contact-content .message .form-wrapper form button {
  border: none;
  outline: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit
}

.page-contact .contact-content .message .form-wrapper form input,
.page-contact .contact-content .message .form-wrapper form textarea {
  padding: 10px;
  font-size: 14px;
  color: #777;
  border: 1px solid #ddd;
  width: 100%
}

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

  .page-contact .contact-content .message .form-wrapper form input,
  .page-contact .contact-content .message .form-wrapper form textarea {
    padding: 10px;
    font-size: 15px
  }
}

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

  .page-contact .contact-content .message .form-wrapper form input,
  .page-contact .contact-content .message .form-wrapper form textarea {
    padding: 1rem;
    font-size: 1rem
  }
}

.page-contact .contact-content .message .form-wrapper form input:hover,
.page-contact .contact-content .message .form-wrapper form input:focus,
.page-contact .contact-content .message .form-wrapper form textarea:hover,
.page-contact .contact-content .message .form-wrapper form textarea:focus {
  border-color: #555
}

.page-contact .contact-content .message .form-wrapper form textarea {
  resize: none;
  height: 200px
}

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

@media screen and (min-width: 1536px) {
  .page-contact .contact-content .message .form-wrapper form textarea {
    height: 240px
  }
}

.page-contact .contact-content .message .form-wrapper form button {
  display: inline-block;
  margin: 1rem 0 0;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  padding: .5rem 2.5rem;
  border-radius: 100px;
  background-color: #7ca62e;
  transition: all .25s ease;
  cursor: pointer;
  width: 140px;
  height: 38px;
  padding: 0;
  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
}

@media screen and (min-width: 768px) {
  .page-contact .contact-content .message .form-wrapper form button {
    margin: 2rem 0 0;
    font-size: 16px;
    padding: 0
  }
}

.page-contact .contact-content .message .form-wrapper form button:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  background-color: #415915
}

.lang-en .page-contact .contact-content .contact-info-details ul li {
  font-size: 14px
}

.page-wrapper.page-contact .crumb {
  padding: 0 1rem
}

@media screen and (min-width: 768px) {
  .page-wrapper.page-contact .crumb {
    padding: 0
  }
}

.introduction-content {
  padding: 2rem 1rem
}

@media screen and (min-width: 1024px) {
  .introduction-content {
    padding: 4rem 0
  }
}

.introduction-content .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
}

.introduction-content .about-img {
  width: 100%;
  margin: 0 0 1rem
}

@media screen and (min-width: 1024px) {
  .introduction-content .about-img {
    margin: 0;
    width: 560px
  }
}

.introduction-content .about-img img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover
}

.introduction-content .about-details {
  width: 100%
}

@media screen and (min-width: 1024px) {
  .introduction-content .about-details {
    width: calc(100% - 4rem - 560px)
  }
}

.introduction-content .about-details p {
  line-height: 1.7;
  margin: 0 0 1rem;
  font-size: 14px
}

.introduction-content .about-details p:last-of-type {
  margin-bottom: 0
}

.laboratory-content {
  position: relative;
  background-image: url("/wp-content/themes/zxwbo/assets/oss-zxwbo/imgs/bg-laboratory.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 2rem 1rem
}

@media screen and (min-width: 1024px) {
  .laboratory-content {
    padding: 4rem 0
  }
}

.laboratory-content .laboratory-swiper {
  position: relative;
  padding: 0
}

@media screen and (min-width: 1024px) {
  .laboratory-content .laboratory-swiper {
    padding: 0 96px;
    margin-bottom: 48px
  }
}

.laboratory-content .swiper-button-prev,
.laboratory-content .swiper-container-rtl .swiper-button-next,
.laboratory-content .swiper-button-next,
.laboratory-content .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  outline: none
}

.laboratory-content .swiper-button-next,
.laboratory-content .swiper-button-prev {
  margin: 0;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  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;
  background-color: rgba(0, 0, 0, .2);
  transition: all .25s ease
}

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

  .laboratory-content .swiper-button-next,
  .laboratory-content .swiper-button-prev {
    width: 48px;
    height: 48px
  }
}

.laboratory-content .swiper-button-next:hover,
.laboratory-content .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, .5)
}

.laboratory-content .swiper-button-next:hover i,
.laboratory-content .swiper-button-prev:hover i {
  opacity: 1
}

.laboratory-content .swiper-button-next i,
.laboratory-content .swiper-button-prev i {
  font-size: 1rem;
  color: #fff;
  opacity: .6;
  transition: all .25s ease
}

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

  .laboratory-content .swiper-button-next i,
  .laboratory-content .swiper-button-prev i {
    font-size: 2rem
  }
}

.laboratory-content .swiper-button-next {
  right: 0
}

.laboratory-content .swiper-button-prev {
  left: 0
}

.laboratory-content .swiper-slide {
  height: auto;
  padding: 10px;
  background-color: #fff
}

.laboratory-content .swiper-slide .wrapper {
  width: 100%;
  height: 300px
}

.laboratory-content .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center
}

.laboratory-content .swiper-slide h4 {
  text-align: center;
  font-size: 14px;
  color: #282828;
  font-weight: 400;
  line-height: 1.5;
  margin: 10px 0 0
}

@media screen and (min-width: 1536px) {
  .laboratory-content .swiper-slide h4 {
    font-size: 1rem;
    margin: 1rem 0 0
  }
}

.laboratory-content .swiper-slide.first .wrapper {
  z-index: 100
}

.laboratory-content .swiper-slide.second .wrapper {
  z-index: 50
}

.culture-content {
  padding: 2rem 1rem
}

@media screen and (min-width: 1024px) {
  .culture-content {
    padding: 4rem 0
  }
}

.culture-content .flex-wrapper {
  margin-bottom: -1rem;
  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: 1024px) {
  .culture-content .flex-wrapper {
    margin-bottom: -2rem
  }
}

.culture-content .item {
  width: 100%;
  margin: 0 0 1rem;
  transition: all .35s ease
}

@media screen and (min-width: 1024px) {
  .culture-content .item {
    width: calc((100% - 4rem)/3);
    margin: 0 0 2rem
  }
}

.culture-content .img {
  width: 100%;
  overflow: hidden
}

.culture-content .img img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .65s ease
}

.culture-content .content {
  background-color: #fff;
  transition: all .35s ease;
  padding: 1rem
}

@media screen and (min-width: 1024px) {
  .culture-content .content {
    min-height: 152px
  }
}

.culture-content .content h3 {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #282828;
  color: #1d3058;
  transition: all .35s ease
}

@media screen and (min-width: 1024px) {
  .culture-content .content h3 {
    font-size: 20px
  }
}

.culture-content .content p {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  transition: all .35s ease
}

@media screen and (min-width: 1024px) {
  .culture-content .content p {
    font-size: 1rem;
    line-height: 1.75
  }
}

.culture-content .item:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.culture-content .item:hover h3 {
  color: #7ca62e
}

.culture-content .item:hover p {
  color: #fff
}

.culture-content .item:hover .content {
  background-color: #264fa6
}

.culture-content .item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

.certificate-content {
  background-color: #f8f8f8;
  padding: 2rem 1rem
}

@media screen and (min-width: 1024px) {
  .certificate-content {
    padding: 4rem 0
  }
}

.certificate-content .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
}

@media screen and (min-width: 1024px) {
  .certificate-content .flex-wrapper {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
}

.certificate-content .item {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid #eee;
  transition: all .35s ease;
  width: calc(50% - .5rem);
  background-color: #fff
}

@media screen and (min-width: 1024px) {
  .certificate-content .item {
    margin: 0 2rem 2rem 0;
    width: calc((100% - 6rem)/4)
  }

  .certificate-content .item:nth-of-type(4n) {
    margin-right: 0
  }
}

.certificate-content img {
  display: block;
  width: 100%;
  height: auto
}

.certificate-content h4 {
  margin: 1rem auto 0;
  line-height: 1;
  font-size: 15px;
  color: #282828;
  font-weight: 400;
  text-align: center
}

@media screen and (min-width: 1024px) {
  .certificate-content h4 {
    font-size: 16px
  }
}

.certificate-content .item:hover {
  border-color: #1d3058
}

section.company-vision {
  padding: 0;
  display: none
}

@media screen and (min-width: 1024px) {
  section.company-vision {
    display: block
  }
}

section.company-vision img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  display: block;
  width: 100%
}

.lang-en .culture-content .content p {
  font-size: 14px;
  line-height: 1.45
}

.lang-en .laboratory-content .swiper-slide h4 {
  font-size: 12px
}

@media screen and (min-width: 768px) {
  .lang-en .laboratory-content .swiper-slide h4 {
    font-size: 13px
  }
}

.lang-en .culture-content .content h3 {
  text-transform: uppercase
}

.page-wrapper.page-about .crumb .location,
.page-wrapper.page-contact .crumb .location,
.page-wrapper.page-test-service .crumb .location {
  display: none
}

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

  .page-wrapper.page-about .crumb .location,
  .page-wrapper.page-contact .crumb .location,
  .page-wrapper.page-test-service .crumb .location {
    display: block
  }
}

.page-wrapper.page-about .crumb .types,
.page-wrapper.page-contact .crumb .types,
.page-wrapper.page-test-service .crumb .types {
  width: 100%
}

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

  .page-wrapper.page-about .crumb .types,
  .page-wrapper.page-contact .crumb .types,
  .page-wrapper.page-test-service .crumb .types {
    width: auto
  }
}

.company-office {
  padding: 2rem 1rem
}

@media screen and (min-width: 1024px) {
  .company-office {
    padding: 4rem 0
  }
}

.company-office .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: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.company-office .flex-wrapper .item {
  width: calc((100% - 6rem)/3);
  margin: 0 1rem 2rem
}

.company-office .flex-wrapper img {
  display: block;
  max-width: 100%;
  height: auto
}

.sidebar .contact-info {
  border: 1px solid #eee;
  border-top: 2px solid #1d3058
}

.sidebar .contact-info .img {
  width: 100%
}

.sidebar .contact-info .img div {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 75%;
  width: 100%;
  height: 0
}

.sidebar .contact-info h3 {
  text-align: center;
  color: #282828;
  line-height: 1;
  margin: 0 0 1rem;
  font-size: 20px
}

.sidebar .contact-info .icon {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  background-color: #1d3058;
  margin: 0 auto 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
}

.sidebar .contact-info .icon div {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.sidebar .contact-info h3.tel {
  font-family: Arial;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 800;
  color: #1d3058;
  margin: 1rem 0 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee
}

.sidebar .contact-info ul.contact-details {
  padding: 1rem
}

.sidebar .contact-info ul.contact-details li {
  font-size: 14px;
  line-height: 1.5;
  color: #777;
  margin: 0 0 6px
}

.sidebar .contact-info ul.contact-details li:last-of-type {
  margin-bottom: 0
}

@media screen and (min-width: 1536px) {
  .sidebar .contact-info ul.contact-details li {
    font-size: 15px
  }
}

.sidebar .head {
  padding: 1.25rem 1.5rem;
  background-color: #1d3058;
  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
}

.sidebar .head h2 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin: 0;
  font-weight: 800;
  text-align: left;
  margin-left: 1rem
}

@media screen and (min-width: 768px) {
  .sidebar .head h2 {
    font-size: 20px
  }
}

@media screen and (min-width: 1536px) {
  .sidebar .head h2 {
    font-size: 24px;
    margin-left: 1rem
  }
}

.sidebar .head .icon {
  width: 36px;
  height: 36px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

@media screen and (min-width: 1536px) {
  .sidebar .head .icon {
    width: 48px;
    height: 48px
  }
}

.sidebar ul.type-nav {
  border: 1px solid #eee;
  border-bottom: none;
  margin: 0 0 2rem
}

@media screen and (min-width: 768px) {
  .sidebar ul.type-nav {
    margin: 0 0 6rem
  }
}

.sidebar ul.type-nav>li {
  display: block;
  border-bottom: 1px solid #eee
}

.sidebar ul.type-nav>li>a {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  color: #777;
  padding: .75rem 1rem .75rem 1.5rem;
  line-height: 1
}

.sidebar ul.type-nav>li.active>a {
  color: #1d3058;
  border-left: 4px solid #7ca62e
}

.sidebar ul.secondary-menu {
  padding: 0 1rem
}

.sidebar ul.secondary-menu>li {
  display: block
}

.sidebar ul.secondary-menu>li:last-of-type {
  border-bottom: none
}

.sidebar ul.secondary-menu>li>a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #aaa;
  padding: .5rem 1rem .5rem 2rem;
  line-height: 1;
  position: relative
}

.sidebar ul.secondary-menu>li>a:hover {
  color: #1d3058
}

.sidebar ul.secondary-menu>li>a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #1d3058;
  left: .5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

.sider-area .sidebar-toggle {
  width: 32px;
  height: 32px;
  background-color: #1d3058;
  position: absolute;
  right: -32px;
  top: 100px;
  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;
  display: none
}

.sider-area .sidebar-toggle:hover {
  background-color: #264fa6
}

.sider-area .sidebar-toggle i {
  color: #fff
}

.sider-area .sidebar-toggle i.ti-close {
  display: none
}

.sider-area .sidebar-toggle i.ti-menu {
  display: block
}

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

.sider-area .sidebar-toggle.opened {
  right: 0;
  top: 2rem;
  background-color: red
}

.sider-area .sidebar-toggle.opened i.ti-close {
  display: block
}

.sider-area .sidebar-toggle.opened i.ti-menu {
  display: none
}

.sider-area>.sidebar {
  width: 240px;
  order: 2;
  width: 100%;
  margin: 0;
  position: fixed;
  z-index: 1001;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 0;
  padding: 2rem;
  transition: all .35s ease
}

.sider-area>.sidebar.opened {
  left: 0;
  z-index: 10001;
  overflow: auto
}

@media screen and (min-width: 768px) {
  .sider-area>.sidebar {
    width: 240px;
    margin: 0 0 6rem;
    order: 0;
    position: relative;
    z-index: auto;
    background-color: rgba(0, 0, 0, 0);
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0
  }
}

.lang-en .sidebar .head h2 {
  font-size: 18px
}

.page-news .news-list {
  min-height: 480px;
  margin: 0 0 1rem
}

@media screen and (min-width: 768px) {
  .page-news .news-list {
    padding: 0;
    margin-bottom: 4rem
  }
}

.page-news .news-list .item {
  padding: 2rem 0;
  border-bottom: 1px dashed #eee;
  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 (max-width: 767px) {
  .page-news .news-list .item {
    padding: .5rem 0;
    margin: 0 0 .5rem
  }
}

.page-news .news-list .item:last-of-type {
  border-bottom: none
}

.page-news .news-list .item .news-content {
  width: 100%;
  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
}

@media screen and (max-width: 767px) {
  .page-news .news-list .item .news-content {
    width: 100%
  }
}

.page-news .news-list .item .news-content .left {
  width: calc(100% - 2rem - 100px);
  padding: 0
}

@media screen and (max-width: 767px) {
  .page-news .news-list .item .news-content .left {
    width: calc(100% - 1rem - 80px);
    padding: 1rem 0 0
  }
}

.page-news .news-list .item .news-content .left a {
  display: block;
  width: 100%
}

.page-news .news-list .item .news-content .left a h3 {
  margin: 0 0 1rem;
  color: #2b2b2b;
  transition: all .25s ease;
  font-weight: 400;
  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
}

@media screen and (max-width: 767px) {
  .page-news .news-list .item .news-content .left a h3 {
    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;
    margin: 0 0 10px
  }
}

.page-news .news-list .item .news-content .left a h3:hover {
  color: #1d3058
}

@media screen and (max-width: 767px) {
  .page-news .news-list .item .news-content .left .excerpt {
    margin-bottom: 0;
    min-height: 60px
  }
}

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

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

.page-news .news-list .item .news-content .right {
  width: 100px;
  margin-top: 1rem
}

@media screen and (max-width: 767px) {
  .page-news .news-list .item .news-content .right {
    width: 80px
  }
}

.page-news .news-list .item .news-content .right span {
  display: block;
  font-size: 2rem;
  color: #aaa;
  font-weight: 200;
  margin-bottom: 1rem;
  text-align: right;
  font-family: sans-serif
}

@media screen and (max-width: 767px) {
  .page-news .news-list .item .news-content .right span {
    font-size: 1.5rem
  }
}

.page-news .news-list .item .news-content .right a {
  display: block;
  text-align: right
}

.page-news .news-list .item .news-content .right a i {
  font-size: 1.5rem;
  color: #ddd;
  transition: all .45s ease
}

.page-news .news-list .item:hover .news-img a {
  box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
  margin-top: -2px
}

.page-news .news-list .item:hover .news-img a .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.page-news .news-list .item:hover .news-content .right a i {
  margin-right: -1rem;
  color: #1d3058
}

.page-news .news-list h2.error {
  text-align: center;
  margin: 4rem 0
}

@media screen and (max-width: 767px) {
  .page-news .news-list h2.error {
    font-size: 18px
  }
}

.page-news .news-details {
  padding: 1rem 0
}

@media screen and (min-width: 768px) {
  .page-news .news-details {
    padding: 2rem 0 0
  }
}

.page-news .news-details .news-head {
  padding-bottom: 1rem;
  margin-bottom: 1rem
}

.page-news .news-details .news-head h1 {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 1rem;
  font-weight: 400
}

@media screen and (min-width: 1024px) {
  .page-news .news-details .news-head h1 {
    font-size: 1.5rem
  }
}

.page-news .news-details .news-head .wrapper {
  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 .news-details .news-head .wrapper span,
.page-news .news-details .news-head .wrapper span a {
  font-size: 14px;
  color: #aaa;
  line-height: 1
}

@media screen and (max-width: 767px) {

  .page-news .news-details .news-head .wrapper span,
  .page-news .news-details .news-head .wrapper span a {
    font-size: 12px
  }
}

.page-news .news-details .content {
  min-height: 400px;
  margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
  .page-news .news-details .content {
    min-height: 600px
  }
}

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

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

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

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

.page-news .news-details .content p {
  text-indent: 2rem
}

.page-news .news-details .content h1,
.page-news .news-details .content h2,
.page-news .news-details .content h3 {
  font-size: 1.5rem;
  margin: 1rem 0
}

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

.page-news .news-details .content iframe {
  width: 100% !important;
  min-height: 640px !important;
  height: auto
}

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

.page-news .news-details .news-foot {
  padding-top: 1rem;
  margin: 0 0 4rem;
  border-top: 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: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.page-news .news-details .news-foot div {
  width: 50%
}

.page-news .news-details .news-foot div,
.page-news .news-details .news-foot div a {
  font-size: 1rem;
  color: #aaa;
  line-height: 1
}

.page-news .news-details .news-foot div i,
.page-news .news-details .news-foot div a i {
  font-size: 1rem;
  color: #aaa;
  line-height: 1;
  margin: 0 1rem
}

.page-news .news-details .news-foot div.next {
  text-align: right
}

.page-news .news-details .news-foot div.unavailable {
  visibility: hidden !important
}

.page-news .news-details .news-foot div span {
  display: inline-block;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 14px;
  width: 100%;
  font-size: 14px;
  max-height: calc(1 * 14px + 1px);
  height: calc(1 * 14px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
  color: #aaa
}

@media screen and (max-width: 767px) {
  .page-news .news-details .news-foot div span {
    display: none
  }
}

.page-news .news-details .news-foot div a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.page-news .news-details .news-foot div.next a {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.page-news .news-details .siblings {
  margin: 2rem 0 0;
  padding: 2rem 0 0;
  border-top: 1px solid #eee
}

.page-wrapper.page-news .crumb .location {
  display: none
}

@media screen and (min-width: 1024px) {
  .page-wrapper.page-news .crumb .location {
    display: block
  }
}

.page-wrapper.page-news .crumb .types h3 {
  display: none
}

@media screen and (min-width: 1024px) {
  .page-wrapper.page-news .crumb .types h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
  }
}

.page-wrapper.page-news .crumb .types {
  width: 100%
}

@media screen and (min-width: 1024px) {
  .page-wrapper.page-news .crumb .types {
    width: auto
  }
}

.page-wrapper.page-news .crumb .types ul {
  display: block
}

@media screen and (min-width: 1024px) {
  .page-wrapper.page-news .crumb .types ul {
    display: none
  }
}

.page-wrapper.page-news .with-sider-structure {
  padding-top: 0
}

@media screen and (min-width: 1024px) {
  .page-wrapper.page-news .with-sider-structure {
    padding-top: 2rem
  }
}

.banner-test-service .bill-check {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding-top: 80px;
  top: 0;
  left: 0
}

.banner-test-service .bill-check .form-wrapper {
  width: 100%;
  height: 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
}

.banner-test-service .bill-check form {
  overflow: hidden;
  width: 100%;
  padding: 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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.banner-test-service .bill-check form ::-webkit-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1
}

.banner-test-service .bill-check form ::placeholder {
  color: #a1a1a1 !important;
  opacity: 1
}

.banner-test-service .bill-check form ::-ms-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1
}

.banner-test-service .bill-check form ::-ms-input-placeholder {
  color: #a1a1a1 !important;
  opacity: 1
}

@media screen and (min-width: 1024px) {
  .banner-test-service .bill-check form {
    width: 520px;
    padding: 0
  }
}

.banner-test-service .bill-check h4 {
  line-height: 1;
  width: 100%;
  margin: 0 0 10px;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  font-weight: 600
}

.banner-test-service .bill-check input,
.banner-test-service .bill-check button {
  outline: none;
  border: none
}

.banner-test-service .bill-check input {
  width: 400px;
  height: 36px;
  width: calc(100% - 120px);
  background-color: #fff;
  padding: 6px;
  font-family: inherit;
  font-size: 15px;
  color: #777;
  border-radius: 4px 0 0 4px
}

@media screen and (min-width: 1024px) {
  .banner-test-service .bill-check input {
    width: 400px;
    height: 40px;
    padding: 10px
  }
}

.banner-test-service .bill-check button {
  width: 120px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  background-color: #7ca62e;
  cursor: pointer;
  font-family: inherit;
  transition: all .35s ease;
  border-radius: 0 4px 4px 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
}

@media screen and (min-width: 1024px) {
  .banner-test-service .bill-check button {
    width: 120px;
    height: 40px;
    font-size: 16px
  }
}

.banner-test-service .bill-check button:hover {
  background-color: #415915
}

.service-flow .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
}

.service-flow .flex-wrapper .item {
  width: calc((100% - 1rem)/2);
  text-align: center;
  position: relative;
  margin: 0 0 1rem
}

@media screen and (min-width: 1024px) {
  .service-flow .flex-wrapper .item {
    width: calc((100% - 5rem)/6);
    margin: 0
  }
}

.service-flow .flex-wrapper .item:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/themes/zxwbo/assets/oss-zxwbo/imgs/icon-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 60px;
  transform: translateY(-16px);
  -webkit-transform: translateY(-16px);
  right: -24px;
  opacity: .2;
  display: none
}

@media screen and (min-width: 1024px) {
  .service-flow .flex-wrapper .item:after {
    display: block
  }
}

.service-flow .flex-wrapper .item:last-of-type:after {
  display: none
}

.service-flow .flex-wrapper .text {
  text-align: center
}

.service-flow .flex-wrapper h3 {
  font-size: 15px;
  font-weight: 600;
  color: #282828;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 6px
}

@media screen and (min-width: 1536px) {
  .service-flow .flex-wrapper h3 {
    font-size: 18px
  }
}

.service-flow .flex-wrapper p {
  font-size: 14px;
  color: #777;
  text-align: center;
  line-height: 1.75
}

@media screen and (min-width: 1536px) {
  .service-flow .flex-wrapper p {
    font-size: 1rem
  }
}

.service-flow .flex-wrapper .icon {
  width: 120px;
  height: 120px;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 1rem;
  border-radius: 100%;
  transition: all .25s ease
}

@media screen and (min-width: 1024px) {
  .service-flow .flex-wrapper .icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 1rem;
    padding: 1rem
  }
}

@media screen and (min-width: 1536px) {
  .service-flow .flex-wrapper .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    padding: 25px
  }
}

.service-flow .flex-wrapper .icon div {
  width: 80px;
  height: 80px;
  background-size: 600%;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: all .25s ease;
  background-image: url("/wp-content/themes/zxwbo/assets/oss-zxwbo/imgs/icons-service-flow.png")
}

@media screen and (min-width: 1024px) {
  .service-flow .flex-wrapper .icon div {
    width: 64px;
    height: 64px
  }
}

@media screen and (min-width: 1536px) {
  .service-flow .flex-wrapper .icon div {
    width: 70px;
    height: 70px
  }
}

.service-flow .flex-wrapper .icon div.pos-2 {
  background-position-x: 20%
}

.service-flow .flex-wrapper .icon div.pos-3 {
  background-position-x: 40%
}

.service-flow .flex-wrapper .icon div.pos-4 {
  background-position-x: 60%
}

.service-flow .flex-wrapper .icon div.pos-5 {
  background-position-x: 80%
}

.service-flow .flex-wrapper .icon div.pos-6 {
  background-position-x: 100%
}

.service-flow .flex-wrapper .item:hover .icon {
  background-color: #7ca62e
}

.service-flow .flex-wrapper .item:hover .icon div {
  background-position-y: 100%
}

.test-service .flex-wrapper {
  position: relative;
  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: 1024px) {
  .test-service .flex-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
  }
}

.test-service .flex-wrapper .left {
  width: 150px;
  position: absolute;
  right: 1rem;
  bottom: 2rem
}

@media screen and (min-width: 1024px) {
  .test-service .flex-wrapper .left {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: calc((100% - 4rem)/2);
    padding-left: 240px
  }
}

.test-service .flex-wrapper .right {
  width: 100%
}

@media screen and (min-width: 1024px) {
  .test-service .flex-wrapper .right {
    width: calc((100% - 4rem)/2)
  }
}

.test-service .flex-wrapper .right ::-webkit-input-placeholder {
  color: #aaa !important;
  opacity: 1
}

.test-service .flex-wrapper .right ::placeholder {
  color: #aaa !important;
  opacity: 1
}

.test-service .flex-wrapper .right ::-ms-input-placeholder {
  color: #aaa !important;
  opacity: 1
}

.test-service .flex-wrapper .right ::-ms-input-placeholder {
  color: #aaa !important;
  opacity: 1
}

.test-service .flex-wrapper img {
  display: block;
  width: 100%;
  height: auto
}

.test-service .flex-wrapper .part {
  width: 100%;
  margin: 0 0 2rem
}

.test-service .flex-wrapper label {
  font-size: 16px;
  color: #282828;
  font-weight: 400;
  margin: 0 0 10px;
  display: block
}

.test-service .flex-wrapper select,
.test-service .flex-wrapper input {
  font-size: 15px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  max-width: inherit
}

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

  .test-service .flex-wrapper select,
  .test-service .flex-wrapper input {
    max-width: 400px
  }
}

.test-service .flex-wrapper h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 10px;
  color: #282828
}

.test-service .flex-wrapper select,
.test-service .flex-wrapper input {
  width: 100%
}

.test-service .flex-wrapper #test-doc {
  opacity: 0;
  visibility: hidden;
  display: none
}

.test-service .flex-wrapper .file-selector {
  width: 90px;
  height: 90px;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
  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
}

@media screen and (min-width: 1024px) {
  .test-service .flex-wrapper .file-selector {
    width: 120px;
    height: 120px
  }
}

.test-service .flex-wrapper .file-selector svg {
  fill: #aaa;
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #282828;
  transition: all .35s ease
}

@media screen and (min-width: 1024px) {
  .test-service .flex-wrapper .file-selector svg {
    width: 40px;
    height: 40px;
    font-size: 32px
  }
}

.test-service .flex-wrapper .file-selector:hover {
  background-color: #7ca62e;
  border-color: #7ca62e
}

.test-service .flex-wrapper .file-selector:hover svg {
  fill: #fff
}

.test-projects .projects-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
}

.test-projects .projects-wrapper .item {
  width: calc((100% - 1rem)/2);
  margin: 0 0 1rem;
  border-radius: 4px;
  border: 1px solid #eee;
  transition: all .35s ease
}

@media screen and (min-width: 1024px) {
  .test-projects .projects-wrapper .item {
    width: calc((100% - 6rem)/3);
    margin: 0 0 2rem
  }
}

.test-projects .projects-wrapper .item a {
  display: block;
  width: 100%
}

.test-projects .projects-wrapper .item .img {
  width: 100%;
  padding: 2rem;
  transition: all .35s ease;
  background-color: #fff;
  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
}

.test-projects .projects-wrapper .item .img div {
  background-image: url("/wp-content/themes/zxwbo/assets/oss-zxwbo/imgs/icon-test-item.png");
  width: 100px;
  height: 100px;
  background-size: 100%;
  background-position: 0 0
}

@media screen and (min-width: 1024px) {
  .test-projects .projects-wrapper .item .img div {
    width: 120px;
    height: 120px
  }
}

.test-projects .projects-wrapper .item .content {
  padding: 8px;
  background-color: #f8f8f8;
  transition: all .35s ease
}

@media screen and (min-width: 1024px) {
  .test-projects .projects-wrapper .item .content {
    padding: 12px
  }
}

@media screen and (min-width: 1536px) {
  .test-projects .projects-wrapper .item .content {
    padding: 1rem
  }
}

.test-projects .projects-wrapper .item .content h3 {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  color: #282828;
  transition: all .35s ease
}

@media screen and (min-width: 1024px) {
  .test-projects .projects-wrapper .item .content h3 {
    font-size: 15px
  }
}

@media screen and (min-width: 1536px) {
  .test-projects .projects-wrapper .item .content h3 {
    font-size: 18px
  }
}

.test-projects .projects-wrapper .item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px)
}

.test-projects .projects-wrapper .item:hover .img {
  background-color: #7ca62e
}

.test-projects .projects-wrapper .item:hover .img div {
  background-position-y: 100%
}

.test-principle .flex-wrapper {
  margin-bottom: -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: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.test-principle .flex-wrapper .item {
  width: 100%;
  margin: 0 0 1rem;
  transition: all .35s ease
}

@media screen and (min-width: 1024px) {
  .test-principle .flex-wrapper .item {
    width: calc((100% - 6rem)/3);
    margin: 0 3rem 2rem 0
  }

  .test-principle .flex-wrapper .item:nth-of-type(3n) {
    margin-right: 0
  }
}

.test-principle .flex-wrapper a {
  display: block;
  width: 100%;
  padding: 1rem;
  border: 1px solid #eee;
  background-color: #fff;
  transition: all .35s ease;
  line-height: 1
}

.test-principle .flex-wrapper h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #282828;
  font-weight: 400;
  margin: 0 0 12px;
  transition: all .35s ease;
  position: relative;
  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
}

@media screen and (min-width: 1536px) {
  .test-principle .flex-wrapper h3 {
    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
  }
}

.test-principle .flex-wrapper .excerpt p {
  color: #777;
  transition: all .35s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 22px;
  width: 100%;
  font-size: 14px;
  max-height: calc(2 * 22px + 1px);
  height: calc(2 * 22px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto
}

@media screen and (min-width: 1536px) {
  .test-principle .flex-wrapper .excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 24px;
    width: 100%;
    font-size: 15px;
    max-height: calc(2 * 24px + 1px);
    height: calc(2 * 24px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto
  }
}

.test-principle .flex-wrapper .item:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.test-principle .flex-wrapper .item:hover a {
  background-color: #264fa6
}

.test-principle .flex-wrapper .item:hover h3,
.test-principle .flex-wrapper .item:hover .excerpt p {
  color: #fff
}

.principle-content .test-principle-structure {
  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
}

.principle-content .test-principle-structure .content-area {
  width: 100%
}

@media screen and (min-width: 1024px) {
  .principle-content .test-principle-structure .content-area {
    width: calc(100% - 320px - 4rem)
  }
}

.principle-content .test-principle-structure .sider-area {
  width: 100%;
  margin: 4rem 0 0
}

@media screen and (min-width: 1024px) {
  .principle-content .test-principle-structure .sider-area {
    margin: 0;
    width: 320px
  }
}

.principle-content .test-principle-structure table {
  border: 1px solid #eee;
  border-collapse: collapse
}

.principle-content .test-principle-structure table tr {
  border: 1px solid #eee
}

.principle-content .test-principle-structure table tr td {
  border: 1px solid #eee;
  padding: 6px;
  font-size: 1rem;
  padding: 1rem;
  line-height: 1.5
}

.principle-content .test-principle-structure table tbody>tr:first-of-type {
  background-color: #1d3058
}

.principle-content .test-principle-structure table tbody>tr:first-of-type td {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600
}

.principle-content .test-principle-structure .description div,
.principle-content .test-principle-structure .description p,
.principle-content .test-principle-structure .description ul li,
.principle-content .test-principle-structure .description ol li,
.principle-content .test-principle-structure .description span {
  font-size: 14px;
  color: #2b2b2b;
  line-height: 1.5
}

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

  .principle-content .test-principle-structure .description div,
  .principle-content .test-principle-structure .description p,
  .principle-content .test-principle-structure .description ul li,
  .principle-content .test-principle-structure .description ol li,
  .principle-content .test-principle-structure .description span {
    font-size: 1rem;
    line-height: 2
  }
}

.principle-content .test-principle-structure .description p,
.principle-content .test-principle-structure .description div,
.principle-content .test-principle-structure .description ul li,
.principle-content .test-principle-structure .description ol li {
  margin-bottom: 1rem
}

.principle-content .test-principle-structure .description p {
  text-indent: 2rem
}

.principle-content .test-principle-structure .description h1,
.principle-content .test-principle-structure .description h2,
.principle-content .test-principle-structure .description h3 {
  font-size: 1.25rem;
  margin: 1rem 0
}

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

  .principle-content .test-principle-structure .description h1,
  .principle-content .test-principle-structure .description h2,
  .principle-content .test-principle-structure .description h3 {
    font-size: 1.5rem
  }
}

.principle-content .test-principle-structure .description h4,
.principle-content .test-principle-structure .description h5,
.principle-content .test-principle-structure .description h6 {
  font-size: 18px;
  margin: 8px 0
}

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

  .principle-content .test-principle-structure .description h4,
  .principle-content .test-principle-structure .description h5,
  .principle-content .test-principle-structure .description h6 {
    font-size: 1.1rem;
    margin: 10px 0
  }
}

.principle-content .test-principle-structure .description h4 {
  margin: 1rem 0
}

.principle-content .test-principle-structure .description iframe {
  width: 100% !important;
  min-height: 640px !important;
  height: auto
}

.principle-content .test-principle-structure .description img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto
}

.principle-content .test-principle-structure .principle-title {
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 1rem;
  color: #1d3058;
  padding: 0 0 1rem;
  border-bottom: 1px solid #eee
}

.principle-content .sibling-content {
  margin: 0 0 2rem
}

.principle-content .sibling-content .list-wrapper {
  border: 1px solid #eee;
  border-bottom: none
}

.principle-content .sibling-content .list-wrapper li {
  border-bottom: 1px solid #eee
}

.principle-content .sibling-content .list-wrapper li h4 {
  line-height: 1;
  margin: 0;
  font-size: 1rem;
  color: #777;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 1rem;
  transition: all .25s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 36px;
  width: 100%;
  font-size: 14px;
  max-height: calc(1 * 36px + 1px);
  height: calc(1 * 36px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto
}

@media screen and (min-width: 1536px) {
  .principle-content .sibling-content .list-wrapper li h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
    max-height: calc(1 * 40px + 1px);
    height: calc(1 * 40px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto
  }
}

.principle-content .sibling-content .list-wrapper li h4:hover {
  color: #7ca62e
}

.principle-content .sibling-content .item {
  padding: 1rem;
  background-color: #f8f8f8;
  margin: 0 0 1rem;
  transition: all .35s ease
}

.principle-content .sibling-content .item h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 8px;
  line-height: 1.5;
  transition: all .35s ease
}

.principle-content .sibling-content .item .excerpt p {
  color: #777;
  transition: all .35s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
  width: 100%;
  font-size: 14px;
  max-height: calc(2 * 24px + 1px);
  height: calc(2 * 24px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto
}

.principle-content .sibling-content .item:hover {
  background-color: #7ca62e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px)
}

.principle-content .sibling-content .item:hover h3,
.principle-content .sibling-content .item:hover p {
  color: #fff
}

.recommend-reading {
  padding: 1.25rem 1.5rem;
  background-color: #1d3058;
  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
}

.recommend-reading .icon {
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

@media screen and (min-width: 1536px) {
  .recommend-reading .icon {
    width: 48px;
    height: 48px
  }
}

.recommend-reading h2 {
  font-size: 18px;
  margin: 0;
  margin-left: 1rem;
  color: #fff;
  line-height: 1;
  text-align: left
}

@media screen and (min-width: 1536px) {
  .recommend-reading h2 {
    font-size: 24px
  }
}

.test-item-details .part {
  margin: 0 0 4rem
}

.test-item-details .data-table {
  border: 1px solid #eee
}

.test-item-details .line {
  border-bottom: 1px solid #eee;
  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
}

.test-item-details .line:last-of-type {
  border: none
}

.test-item-details .label {
  background-color: #f8f8f8;
  text-align: center;
  line-height: 1;
  padding: 6px 0;
  font-size: 14px;
  color: #282828;
  border-right: 1px solid #eee;
  font-weight: 600;
  width: 90px;
  min-width: 90px;
  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: 1024px) {
  .test-item-details .label {
    font-size: 15px;
    padding: 10px 0;
    width: 120px;
    min-width: 120px
  }
}

.test-item-details .text {
  flex-grow: 1;
  text-align: left;
  font-size: 14px;
  color: #777;
  padding: 10px 1rem;
  line-height: 1.5;
  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: 1024px) {
  .test-item-details .text {
    font-size: 15px
  }
}

.test-item-details .half {
  width: 50%;
  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
}

.test-item-details .detail-content {
  padding: 1rem
}

.test-item-details .detail-content div,
.test-item-details .detail-content p,
.test-item-details .detail-content ul li,
.test-item-details .detail-content ol li,
.test-item-details .detail-content span {
  font-size: 14px;
  color: #2b2b2b;
  line-height: 1.5
}

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

  .test-item-details .detail-content div,
  .test-item-details .detail-content p,
  .test-item-details .detail-content ul li,
  .test-item-details .detail-content ol li,
  .test-item-details .detail-content span {
    font-size: 1rem;
    line-height: 2
  }
}

.test-item-details .detail-content p,
.test-item-details .detail-content div,
.test-item-details .detail-content ul li,
.test-item-details .detail-content ol li {
  margin-bottom: 1rem
}

.test-item-details .detail-content p {
  text-indent: 2rem
}

.test-item-details .detail-content h1,
.test-item-details .detail-content h2,
.test-item-details .detail-content h3 {
  font-size: 1.5rem;
  margin: 1rem 0
}

.test-item-details .detail-content h4,
.test-item-details .detail-content h5,
.test-item-details .detail-content h6 {
  font-size: 1.1rem;
  margin: 10px 0
}

.test-item-details .detail-content h4 {
  margin: 1rem 0
}

.test-item-details .detail-content iframe {
  width: 100% !important;
  min-height: 640px !important;
  height: auto
}

.test-item-details .detail-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto
}

.test-item-details .detail-content p {
  text-indent: 0
}

.test-item-details div,
.test-item-details p,
.test-item-details ul li,
.test-item-details ol li,
.test-item-details span {
  font-size: 14px;
  color: #2b2b2b;
  line-height: 1.5
}

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

  .test-item-details div,
  .test-item-details p,
  .test-item-details ul li,
  .test-item-details ol li,
  .test-item-details span {
    font-size: 1rem;
    line-height: 2
  }
}

.test-item-details p,
.test-item-details div,
.test-item-details ul li,
.test-item-details ol li {
  margin-bottom: 1rem
}

.test-item-details p {
  text-indent: 2rem
}

.test-item-details h1,
.test-item-details h2,
.test-item-details h3 {
  font-size: 1.5rem;
  margin: 1rem 0
}

.test-item-details h4,
.test-item-details h5,
.test-item-details h6 {
  font-size: 1.1rem;
  margin: 10px 0
}

.test-item-details h4 {
  margin: 1rem 0
}

.test-item-details iframe {
  width: 100% !important;
  min-height: 640px !important;
  height: auto
}

.test-item-details img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto
}

h2.principle-title {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 1rem;
  color: #1d3058;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem;
  border: none;
  position: relative
}

@media screen and (min-width: 1024px) {
  h2.principle-title {
    padding: 0
  }
}

@media screen and (min-width: 1536px) {
  h2.principle-title {
    font-size: 20px
  }
}

h2.principle-title::before {
  position: absolute;
  content: "";
  width: .5rem;
  height: 60%;
  top: 20%;
  left: -1.5rem;
  background-color: #1d3058
}

.lang-en .principle-content .sibling-content .list-wrapper li h4 {
  font-size: 14px
}

@media screen and (min-width: 768px) {
  .lang-en .test-item-details .label {
    min-width: 160px;
    width: 160px
  }
}

.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
}

.service-area-details div,
.service-area-details p,
.service-area-details ul li,
.service-area-details ol li,
.service-area-details span {
  font-size: 14px;
  color: #2b2b2b;
  line-height: 1.5
}

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

  .service-area-details div,
  .service-area-details p,
  .service-area-details ul li,
  .service-area-details ol li,
  .service-area-details span {
    font-size: 1rem;
    line-height: 2
  }
}

.service-area-details p,
.service-area-details div,
.service-area-details ul li,
.service-area-details ol li {
  margin-bottom: 1rem
}

.service-area-details p {
  text-indent: 2rem
}

.service-area-details h1,
.service-area-details h2,
.service-area-details h3 {
  font-size: 1.25rem;
  margin: 12px 0
}

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

  .service-area-details h1,
  .service-area-details h2,
  .service-area-details h3 {
    font-size: 1.5rem;
    margin: 1rem 0
  }
}

.service-area-details h4,
.service-area-details h5,
.service-area-details h6 {
  font-size: 18px;
  margin: 8px 0
}

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

  .service-area-details h4,
  .service-area-details h5,
  .service-area-details h6 {
    font-size: 1.15rem;
    margin: 10px 0
  }
}

.service-area-details h4 {
  margin: 1rem 0
}

.service-area-details iframe {
  width: 100% !important;
  min-height: 640px !important;
  height: auto
}

.service-area-details img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
  width: 100%
}

@media screen and (min-width: 768px) {
  .service-area-details img {
    width: auto
  }
}

.amap-sug-result {
  border: none !important
}

.banner-test-service .bill-check .form-wrapper {
  display: none
}