/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

body.lock {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Helvetica Neue,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

li {
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  user-select: none;
}

#header {
  width: 100%;
  position: sticky;
  z-index: 5;
  top: -44px;
  border-bottom: solid 1px #e8e8e8;
}

#header .header-top-container {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 44px;
  background-color: #18655c;
}

#header .header-top {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  flex-wrap: wrap;
  padding: 0 20px;
  height: 100%;
}

#header .header-top-left {
  display: flex;
  align-items: center;
}

#header .header-top-left div,
#header .header-top-left div > a {
  display: flex;
  align-items: center;
}

#header .header-top-left div + div {
  margin-left: 30px;
}

#header .header-top-left i {
  color: #fff;
  font-size: 16px;
}

#header .header-top-left span {
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
}

#header .header-top-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

#header .header-top .dropdown.currency {
  margin-left: 16px;
}

#header .header-top .dropdown-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#header .header-top .dropdown-toggle > span {
  color: #fff;
}

#header .header-top .dropdown-toggle > i {
  color: #fff;
  font-size: 16;
  margin-left: 4px;
}

#header .sitemap {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

#header .sitemap > span {
  color: #fff;
  font-size: 16px;
}

#header .sitemap > i {
  color: #fff;
  font-size: 16px;
  margin-right: 6px;
}

#header .header-bottom-container {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 96px;
  background-color: #fff;
  position: relative;
}

#header .header-bottom {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
}

#header .header-bottom .logo {
  margin-right: 80px;
  flex: 0 0 auto;
}

#header .header-bottom .logo > a > img {
  display: block;
  width: 160px;
  height: 48px;
  object-fit: contain;
  object-position: center;
}

#header .nav_wrap {
  margin-left: auto;
}

#header .nav_wrap .head_nav li b,
#header .nav_wrap .head_nav > li > a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .nav_wrap .head_nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 1 auto;
  margin-right: -30px;
}

#header .nav_wrap .head_nav li {
  position: relative;
  line-height: 60px;
  font-size: 20px;
  margin-right: 30px;
  margin-left: 0;
}

#header .nav_wrap .head_nav li li {
  display: block;
  text-align: left;
  float: none;
  font-size: 14px;
  padding-right: 0;
  margin-left: 0;
  white-space: nowrap;
}

#header .nav_wrap .head_nav > li > ul > li {
  margin-right: 0;
}

#header .nav_wrap .head_nav > li > ul > li > a b.iconfont.iconZDY-ic_rightArrow {
  margin: 0;
}

#header .nav_wrap .head_nav > li > ul > li > a b.iconfont.iconZDY-ic_rightArrow::before {
  content: "\e75f" !important;
}

#header .nav_wrap .head_nav > li > ul > li > a b.iconfont.iconZDY-ic_rightArrow::after {
  display: none;
}

#header .nav_wrap .head_nav > li > ul > li  > ul {
  top: -12px;
  right: 0;
  transform: translateX(100%) !important;
}

#header .nav_wrap .head_nav li a {
  position: relative;
  display: block;
  padding: 0;
  color: #222222;
  font-size: 18px;
}

#header .nav_wrap .head_nav li li a {
  line-height: 2.5em;
  padding: 0 20px;
  color: #222;
  overflow: hidden;
  opacity: 0;
}

#header .nav_wrap .head_nav li li a:hover {
  color: #2e6bb8;
}

#header .nav_wrap .head_nav li li a em {
  display: inline-block;
  width: 100%;
}

#header .nav_wrap .head_nav li ul {
  position: absolute;
  right: 0;
  top: 62px;
  min-width: 250px;
  padding: 10px 0;
  z-index: 999;
  background-color: #fff;
  transform: scale3d(0.9, 0.9, 1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  box-sizing: content-box;
  transform-origin: right 0;
}

#header .nav_wrap .head_nav li li ul {
  top: -10px;
  right: 102%;
}

#header .nav_wrap .head_nav li a b {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 5px;
  font-weight: normal;
  font-size: 16px;
}

#header .nav_wrap .head_nav li li a b:after {
  content: "\f105";
}

#header .nav_wrap .head_nav li li a b {
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: 3px;
  font-size: 14px;
}

#header .nav_wrap .head_nav li:hover li a {
  transform: none;
  opacity: 1;
}

#header .nav_wrap .head_nav li:hover > ul {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}

#header .nav_wrap .head_nav li li:hover > a,
#header .nav_wrap .head_nav li li:hover > a > b {
  color: #2e6bb8;
}

#header .nav_wrap .head_nav > li:hover > a > b {
  transform: rotate(180deg);
}

#header .nav_wrap .head_nav > li > a:after,
#header .nav_wrap .head_nav > li.nav-current > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 48px;
  opacity: 0.7;
}

#header .nav_wrap .head_nav > li:hover > a:after,
#header .nav_wrap .head_nav > li.nav-current > a:after {
  width: 100%;
  left: 0;
}

#header .nav_wrap .head_nav:hover > li.nav-current > a:after {
  width: 0;
  right: 0;
  left: auto;
}

#header .nav_wrap .head_nav:hover > li.nav-current:hover > a:after {
  width: 100%;
}

#header .nav_wrap .layout {
  transition: none;
}

#header .nav_wrap:before {
  content: "";
  display: block;
  width: 100%;
  hopacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2052a1;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: all 1s ease;
}

#header .header-bottom-right {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: auto;
}

#header .header-bottom-right > .meneSetting i {
  color: #2a2b3a;
}

#header .header-bottom-right > .meneSetting.searchIcon {
  height: 48px;
  width: 48px;
  border-radius: 48px;
  background-color: #f8665a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 68px;
}

#header .header-bottom-right > .meneSetting.searchIcon .icon-sousuo {
  color: #fff;
  margin: 0;
  padding: 0;
}

#header .header-bottom-right > .meneSetting.searchIcon .header-form {
  box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
  border-radius: 2px;
}

#header .header-bottom-right > .meneSetting.searchIcon .header-form button {
  background-color: #f8665a;
}

#header
  .header-bottom-right
  > .meneSetting.searchIcon
  .header-form
  button:hover {
  background-color: #f8665a;
}

#main {
  display: flex;
  flex-direction: column;
}

#main #banner-block {
  width: 100%;
  height: 720px;
  overflow: hidden;
}

#main #banner-block .swiper-wrapper {
  width: 100%;
}

#main #banner-block .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 720px;
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#main #banner-block .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 720px;
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#main #banner-block .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#main #banner-block .swiper-wrapper .swiper-slide a .title {
  font-size: 56px;
  color: #fff;
  line-height: 74px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}

#main #banner-block .swiper-wrapper .swiper-slide a .subtitle {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  margin-top: 16px;
  position: relative;
  z-index: 2;
}

#main #product-block {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  width: 100%;
  max-width: 1312px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}

#main #product-block > .title {
  font-size: 36px;
  line-height: 48px;
  margin: 0;
  color: #222;
  font-weight: bold;
}

#main #product-block > .desc {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  color: #777777;
}

#main #product-block > .display-block {
  margin-top: 30px;
  display: flex;
  align-items: stretch;
}

#main #product-block > .display-block > .top1-product {
  width: 740px;
  height: 720px;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
}

#main #product-block > .display-block > .top1-product:hover > img {
  transform: scale(1.06);
}

#main #product-block > .display-block > .top1-product > img {
  width: 740px;
  height: 720px;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

#main #product-block > .display-block > .top1-product > .container1 {
  position: absolute;
  bottom: 40px;
  left: 30px;
  right: 30px;
}

#main #product-block > .display-block > .top1-product > .container1 > .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #222;
}

#main #product-block > .display-block > .top1-product > .container1 > .desc {
  font-size: 16;
  color: #777;
  line-height: 22px;
  margin-top: 20px;
}

#main #product-block > .display-block > .top1-product > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
}

#main #product-block > .display-block > ul {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}

#main #product-block > .display-block > ul > li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 240px;
  padding-bottom: 30px;
  border-bottom: solid 1px #ccd1d6;
  height: 240px;
  flex: 0 0 auto;
}

#main #product-block > .display-block > ul > li > img {
  width: 220px;
  height: 220px;
  right: 0;
  top: 10px;
  position: absolute;
  object-position: center;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}

#main #product-block > .display-block > ul > li > img:hover {
  transform: scale(1.06);
}

#main #product-block > .display-block > ul > li > .title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 40px;
  color: #222;
  font-weight: bold;
}

#main #product-block > .display-block > ul > li > .desc {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  color: #777;
}

#main #product-block > .display-block > ul > li > a {
  margin-top: 20px;
  cursor: pointer;
  color: #407cfe;
  font-size: 16px;
  line-height: 22px;
}

#main #company-info-block {
  width: 100%;
  height: 600px;
  background-color: #f2fbf3;
  display: flex;
  align-items: center;
  margin-top: 130px;
}

#main #company-info-block .container1 {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

#main #company-info-block .container1 > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 400px;
  justify-content: center;
}

#main #company-info-block .container1 > ul > li:not(.center-image) {
  height: 116px;
  width: 410px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 60px;
}

#main #company-info-block .container1 > ul > li:not(.center-image) > .title {
  color: #222;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}

#main #company-info-block .container1 > ul > li:not(.center-image) > .desc {
  color: #777;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}

#main #company-info-block .container1 > ul > li:not(.center-image) > img {
  width: 70px;
  height: 70px;
  position: absolute;
}

#main #company-info-block .container1 > ul > li:nth-child(1),
#main #company-info-block .container1 > ul > li:nth-child(2) {
  padding-right: 90px;
}

#main #company-info-block .container1 > ul > li:nth-child(2),
#main #company-info-block .container1 > ul > li:nth-child(5) {
  margin-bottom: 0;
}

#main #company-info-block .container1 > ul > li:nth-child(1) > .title,
#main #company-info-block .container1 > ul > li:nth-child(1) > .desc,
#main #company-info-block .container1 > ul > li:nth-child(2) > .title,
#main #company-info-block .container1 > ul > li:nth-child(2) > .desc {
  text-align: right;
}

#main #company-info-block .container1 > ul > li:nth-child(1) > img,
#main #company-info-block .container1 > ul > li:nth-child(2) > img {
  right: 0;
  top: 0;
}

#main #company-info-block .container1 > ul > li:nth-child(4),
#main #company-info-block .container1 > ul > li:nth-child(5) {
  padding-left: 90px;
}

#main #company-info-block .container1 > ul > li:nth-child(4) > .title,
#main #company-info-block .container1 > ul > li:nth-child(4) > .desc,
#main #company-info-block .container1 > ul > li:nth-child(5) > .title,
#main #company-info-block .container1 > ul > li:nth-child(5) > .desc {
  text-align: left;
}

#main #company-info-block .container1 > ul > li:nth-child(4) > img,
#main #company-info-block .container1 > ul > li:nth-child(5) > img {
  left: 0;
  top: 0;
}

#main #company-info-block .container1 > ul > li.center-image {
  height: 400px;
  width: 400px;
  flex: 0 0 auto;
  border: solid 20px #eaecee;
  border-radius: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
}

#main #company-info-block .container1 > ul > li.center-image > img {
  height: 400px;
  max-width: unset;
  width: auto;
}

#main #industry-info-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  max-width: 1312px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}

#main #industry-info-block > .title {
  color: #222;
  font-weight: bold;
  line-height: 48px;
  font-size: 36px;
  margin: 0;
}

#main #industry-info-block > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
  margin-top: 40px;
}

#main #industry-info-block > ul > li {
  margin-bottom: 20px;
  position: relative;
}

#main #industry-info-block > ul > li > a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}

#main #industry-info-block > ul > .youtube {
  width: 846px;
  height: 420px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

#main #industry-info-block > ul > .youtube > iframe {
  width: 846px;
  height: 420px;
}

#main #industry-info-block > ul > .youtube > div {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

#main #industry-info-block > ul > .youtube > div > .title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

#main #industry-info-block > ul > .youtube > div > .desc {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}

#main #industry-info-block > ul > li:not(.youtube) {
  width: 413px;
  height: 420px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#main #industry-info-block > ul > li:not(.youtube) > img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#main #industry-info-block > ul > li:not(.youtube) > .title {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 20px;
  color: #171717;
  font-weight: bold;
}

#main #industry-info-block > ul > li:not(.youtube) > .desc {
  line-height: 22px;
  font-size: 16px;
  color: #777;
}

#main #company-profile-block {
  width: 100%;
  height: 640px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  padding: 0 16px;
}

#main #company-profile-block > img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

#main #company-profile-block > .container1 {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  position: relative;
  z-index: 2;
}

#main #company-profile-block > .container1 > .title {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
}

#main #company-profile-block > .container1 > .desc {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-top: 40px;
}

#main #company-profile-block > .container1 > button {
  height: 44px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #f8665a;
  font-size: 14px;
  margin-top: 40px;
  outline: none;
  border: none;
  border-radius: 4px;
}

#main #blog-block {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

#main #blog-block > .title {
  margin: 0;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
}

#main #blog-block > ul {
  margin-top: 40px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#main #blog-block > ul > li {
  width: 32.222%;
  flex: 0 0 auto;
  position: relative;
}

#main #blog-block > ul > li > img {
  height: 280px;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

#main #blog-block > ul > li > .blogTime {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
#main #blog-block > ul > li > .blogTitle {
  color: #1f1f1f;
  margin: 12px 0;
  font-weight: bold;
  line-height: 30px;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

#main #blog-block > ul > li > .blogDesc {
  color: #777;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#main #blog-block > ul > li > a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

#footer {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

#footer .footer-contact {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  background-color: #effcf2;
}

#footer .footer-contact > ul {
  display: flex;
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  height: 80px;
}

#footer .footer-contact > ul > li {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#footer .footer-contact > ul > li > i {
  font-size: 24px;
  color: #1d1d1d;
}

#footer .company-info {
  max-width: 24%;
}

#footer .footer-contact > ul > li > span {
  font-size: 16px;
  color: #1d1d1d;
  margin-top: 4px;
  line-height: 22px;
}

#footer .footer-content {
  width: 100%;
  height: 465px;
  background-color: #00675c;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#footer .footer-content > .container1 {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

#footer .footer-content > .container1 .company-info .logo > a > img {
  display: block;
  width: 160px;
  height: 48px;
  object-fit: contain;
  object-position: center;
}

#footer .footer-content > .container1 .company-info .company-profile {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
}

#footer .footer-content > .container1 .company-info .subscribe-container {
  display: flex;
  align-items: center;
}

#footer .subscribe-container {
  margin-top: 60px;
}

#footer .subscribe-container > input {
  width: 200px;
  outline: none;
  border: none;
  background-color: #fff;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  color: #222;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#footer .subscribe-container > button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  width: 120px;
  height: 40px;
  outline: none;
  border: none;
  background-color: #f8665a;
}

#footer .quick-link-container {
  display: flex;
  flex-direction: column;
}

#footer .quick-link-container > h2 {
  font-size: 18px;
  margin: 0;
  color: #fff;
  line-height: 24px;
  font-weight: bold;
}

#footer .quick-link-container > ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

#footer .quick-link-container > ul > li {
  height: 40px;
  display: flex;
  align-items: center;
}

#footer .quick-link-container > ul > li > a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

#footer .produce-container {
  display: flex;
  flex-direction: column;
}

#footer .produce-container > h2 {
  font-size: 18px;
  margin: 0;
  color: #fff;
  line-height: 24px;
  font-weight: bold;
}

#footer .produce-container > ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

#footer .produce-container > ul > li {
  height: 40px;
  display: flex;
  align-items: center;
}

#footer .produce-container > ul > li > a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

#footer .social-container {
  display: flex;
  flex-direction: column;
}

#footer .social-container > h2 {
  font-size: 18px;
  margin: 0;
  color: #fff;
  line-height: 24px;
  font-weight: bold;
}

#footer .social-container > ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

#footer .social-container > ul > li {
  height: 40px;
  display: flex;
  align-items: center;
}

#footer .social-container > ul > li > a {
  display: flex;
  align-items: center;
  max-width: 400px;
}

#footer .social-container > ul > li > a > i {
  color: #fff;
  font-size: 20px;
  flex: 0 0 auto;
}

#footer .social-container > ul > li > a > span {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  white-space: nowrap;
}

#footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  border-top: solid 1px #fff;
  color: #fff;
  background-color: #00675c;
}

.breadcrumb-area-noBg .common-container {
  width: 100%;
  max-width: calc(1280px + 40px);
  padding: 0 20px;
  box-sizing: border-box;
}

.breadcrumb-area-noBg .common-container .row {
  margin: 0;
}

.breadcrumb-area-noBg .common-container::before {
  display: none;
}

.breadcrumb-area-noBg .common-container .row::before {
  display: none;
}

.breadcrumb-area-noBg .common-container .col-md-12 {
  padding: 0;
}
