@charset "UTF-8";
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:after,
:before {
  --mkt-content: "";
}

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: "微软雅黑", "Microsoft YaHei", 微软雅黑, "SourceHanSansCN-Normal", Arial, Helvetica, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

[role=button],
button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

section {
  padding: 2rem 1rem;
}
@media screen and (min-width: 1024px) {
  section {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1366px) {
  section {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1536px) {
  section {
    padding: 5rem 0;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1536px) {
  .container {
    max-width: 1440px;
  }
}

.page-wrapper {
  margin-top: 56px;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .page-wrapper {
    margin-bottom: 0;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1536px) {
  .page-wrapper {
    margin-top: 90px;
  }
}

.section-title {
  text-align: center;
}

.section-title.align-left {
  text-align: left;
}

.section-title .title-en {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .section-title .title-en {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .section-title .title-en {
    font-size: 64px;
  }
}
@media screen and (min-width: 1536px) {
  .section-title .title-en {
    font-size: 72px;
  }
}
.section-title .title-cn {
  color: #000;
  font-weight: 800;
  line-height: 1;
  font-size: 24px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .section-title .title-cn {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .section-title .title-cn {
    font-size: 48px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1536px) {
  .section-title .title-cn {
    font-size: 56px;
    margin-top: 12px;
  }
}
.section-title .color-white {
  color: #ffffff;
}
.section-title .color-transparent {
  color: #fff;
  opacity: 0.1;
}
.section-title .color-light-gray {
  color: #F7F7F7;
}
.section-title .color-gray {
  color: #aaaaaa;
}

.item-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  .item-details {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .item-details {
    font-size: 15px;
  }
}
@media screen and (min-width: 1536px) {
  .item-details {
    font-size: 16px;
  }
}
.item-details i {
  margin-left: 8px;
  font-size: 14px;
}
.item-details:hover {
  color: #0061AE;
  border-color: #0061AE;
}

.text-size-regular {
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .text-size-regular {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .text-size-regular {
    font-size: 18px;
  }
}

.learn-more {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .learn-more {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1366px) {
  .learn-more {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1536px) {
  .learn-more {
    margin-top: 48px;
  }
}
.learn-more a,
.learn-more button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0096AD;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.35s ease;
  padding: 8px 16px;
}
@media screen and (min-width: 768px) {
  .learn-more a,
  .learn-more button {
    padding: 12px 28px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .learn-more a,
  .learn-more button {
    padding: 0;
    font-size: 16px;
    width: 128px;
    height: 40px;
  }
}
@media screen and (min-width: 1536px) {
  .learn-more a,
  .learn-more button {
    font-size: 18px;
    width: 138px;
    height: 45px;
  }
}
.learn-more a:hover,
.learn-more button:hover {
  background-color: #0061AE;
}

.crumb {
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}
.crumb .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.crumb .title {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .crumb .title {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .crumb .title {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #0061AE;
    color: #ffffff;
    font-size: 16px;
    height: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .crumb .title {
    font-size: 18px;
    height: 72px;
  }
}
@media screen and (min-width: 1536px) {
  .crumb .title {
    font-size: 20px;
    height: 80px;
  }
}
.crumb .back-btn {
  color: #aaaaaa;
  transition: all 0.35s ease;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .crumb .back-btn {
    font-size: 13px;
  }
}
@media screen and (min-width: 1366px) {
  .crumb .back-btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1536px) {
  .crumb .back-btn {
    font-size: 15px;
  }
}
.crumb .back-btn:hover {
  color: #0061AE;
}

.page-solutions .crumb {
  margin-bottom: 1rem;
  height: 0px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .page-solutions .crumb {
    height: auto;
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
  }
}

.banner-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 128px;
}
@media screen and (min-width: 768px) {
  .banner-content {
    height: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-content {
    height: 320px;
  }
}
@media screen and (min-width: 1536px) {
  .banner-content {
    height: 360px;
  }
}
.banner-content .dark-cover {
  position: absolute;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
}
.banner-content .content {
  position: relative;
  z-index: 40;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .banner-content .content {
    padding-left: 0;
  }
}
.banner-content .title-en,
.banner-content .title-cn {
  line-height: 1;
  text-transform: capitalize;
}
.banner-content .title-cn {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .banner-content .title-cn {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1366px) {
  .banner-content .title-cn {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1536px) {
  .banner-content .title-cn {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .banner-content .title-cn {
    line-height: 1;
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-content .title-cn {
    font-size: 32px;
  }
}
@media screen and (min-width: 1366px) {
  .banner-content .title-cn {
    font-size: 36px;
  }
}
@media screen and (min-width: 1536px) {
  .banner-content .title-cn {
    font-size: 40px;
  }
}
.banner-content .title-en {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .banner-content .title-en {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-content .title-en {
    font-size: 18px;
  }
}

.page-solutions .banner-content .title-en {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-solutions .banner-content .title-en {
    display: block;
  }
}
.page-solutions .banner-content .title-cn {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-solutions .banner-content .title-cn {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .banner-content .title-cn {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .banner-content .title-cn {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-solutions .banner-content .title-cn {
    text-align: left;
  }
}

.sider-structure-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sider-structure-wrapper .main-content {
  width: 100%;
  order: 2;
}
@media screen and (min-width: 768px) {
  .sider-structure-wrapper .main-content {
    order: 1;
    width: calc(100% - 280px - 24px);
  }
}
@media screen and (min-width: 1024px) {
  .sider-structure-wrapper .main-content {
    width: calc(100% - 300px - 24px);
  }
}
@media screen and (min-width: 1366px) {
  .sider-structure-wrapper .main-content {
    width: calc(100% - 320px - 36px);
  }
}
@media screen and (min-width: 1536px) {
  .sider-structure-wrapper .main-content {
    width: calc(100% - 340px - 48px);
  }
}

.product-list {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .product-list {
    margin-top: 28px;
  }
}
@media screen and (min-width: 1536px) {
  .product-list {
    margin-top: 36px;
  }
}
.product-list .product-item {
  width: 100%;
  margin: 0 0 20px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .product-list .product-item {
    width: calc((100% - 56px) / 3);
    margin: 0 28px 0 0;
  }
}
@media screen and (min-width: 1536px) {
  .product-list .product-item {
    width: calc((100% - 72px) / 3);
    margin: 0 32px 0 0;
  }
}
.product-list .product-item:nth-of-type(3n) {
  margin-right: 0;
}
.product-list .frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #fbfbfb;
  transition: all 0.35s ease;
}
.product-list .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .product-list .inner {
    padding: 2.5rem;
  }
}
.product-list img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.35s ease;
}
.product-list p {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  transition: all 0.35s ease;
}
@media screen and (min-width: 1024px) {
  .product-list p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1366px) {
  .product-list p {
    font-size: 16px;
  }
}
.product-list .product-info {
  padding: 1rem;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  transition: all 0.25s ease;
}
.product-list .product-info.bg-gray {
  background-color: #f8f8f8;
}
.product-list .learn-more {
  text-align: left;
  margin-top: 0.6rem;
  font-size: 13px;
  color: #0061AE;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .product-list .learn-more {
    font-size: 14px;
  }
}
.product-list .intro {
  margin-top: 0.6rem;
}
.product-list .intro p {
  font-size: 13px;
  color: #777777;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .product-list .intro p {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1024px) {
  .product-list .intro p {
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 1536px) {
  .product-list .intro p {
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 1024px) {
  .product-list .intro p {
    font-size: 14px;
  }
}
.product-list .intro p:nth-of-type(n+2) {
  display: none;
}
.product-list .product-item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.product-list .product-item:hover .product-info {
  background-color: #0061AE;
}
.product-list .product-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.product-list .product-item:hover p {
  color: #ffffff;
}
.product-list .product-item:hover .learn-more {
  color: #ffffff;
}

.contact-form {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/szcosmo/assets/images/page-home/bg-contact-form.jpg");
}
@media screen and (min-width: 768px) {
  .contact-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1366px) {
  .contact-form {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 1536px) {
  .contact-form {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.contact-form .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-form form {
  text-align: right;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact-form form {
    margin-top: 0;
    width: 580px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form form {
    width: 640px;
  }
}
@media screen and (min-width: 1536px) {
  .contact-form form {
    width: 720px;
  }
}
.contact-form .content p {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contact-form .content p {
    line-height: 1;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form .content p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .contact-form .content p {
    font-size: 28px;
  }
}
.contact-form .content h3 {
  font-weight: 800;
  line-height: 1;
  font-size: 24px;
  margin: 8px 0;
}
@media screen and (min-width: 768px) {
  .contact-form .content h3 {
    font-size: 36px;
    margin: 18px 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form .content h3 {
    font-size: 40px;
    margin: 20px 0;
  }
}
@media screen and (min-width: 1536px) {
  .contact-form .content h3 {
    font-size: 48px;
  }
}
.contact-form .content .phone {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .contact-form .content .phone {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form .content .phone {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1536px) {
  .contact-form .content .phone {
    margin-top: 42px;
  }
}
.contact-form .content .phone .icon {
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/themes/szcosmo/assets/images/page-home/icon-form-mobile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .contact-form .content .phone .icon {
    width: 40px;
    height: 40px;
  }
}
.contact-form .content .phone .icon-text {
  line-height: 1.25;
  color: #777777;
  font-size: 13px;
  margin: 0 8px;
}
@media screen and (min-width: 768px) {
  .contact-form .content .phone .icon-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .contact-form .content .phone .icon-text {
    font-size: 18px;
    margin: 0 12px;
  }
}
.contact-form .content .phone strong {
  font-weight: 800;
  color: #0096AD;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .contact-form .content .phone strong {
    font-size: 40px;
  }
}
@media screen and (min-width: 1366px) {
  .contact-form .content .phone strong {
    font-size: 44px;
  }
}
@media screen and (min-width: 1536px) {
  .contact-form .content .phone strong {
    font-size: 48px;
  }
}
.contact-form form {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .contact-form form {
    font-size: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .contact-form form {
    font-size: 15px;
  }
}
@media screen and (min-width: 1536px) {
  .contact-form form {
    font-size: 16px;
  }
}
.contact-form form .input-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact-form form input {
  width: 100%;
  color: #777777;
  background: #ffffff;
  padding: 16px 20px;
  border: none;
  outline: none;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .contact-form form input {
    width: calc(50% - 12px);
    margin: 0 0 24px;
  }
}
.contact-form form textarea {
  width: 100%;
  height: 100px;
  padding: 16px 20px;
  background-color: #ffffff;
  border: none;
  outline: none;
  resize: none;
}
@media screen and (min-width: 768px) {
  .contact-form form textarea {
    height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form form textarea {
    height: 160px;
  }
}
.contact-form form .learn-more {
  text-align: right;
  margin: 8px 0 0;
}
@media screen and (min-width: 768px) {
  .contact-form form .learn-more {
    margin: 1rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form form .learn-more {
    margin: 32px 0 0;
  }
}

.regular-text p,
.regular-text li {
  font-size: 14px;
  line-height: 1.75;
  color: #777777;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .regular-text p,
  .regular-text li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .regular-text p,
  .regular-text li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .regular-text p,
  .regular-text li {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .regular-text p,
  .regular-text li {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .regular-text p,
  .regular-text li {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .regular-text p,
  .regular-text li {
    margin-bottom: 16px;
  }
}
.regular-text p:last-of-type,
.regular-text li:last-of-type {
  margin-bottom: 0;
}
.regular-text p strong,
.regular-text li strong {
  color: #000000;
}

.d-flex {
  display: flex;
}

.aifs {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.jcsb {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

.jcfe {
  justify-content: flex-end;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 6px 0;
}

.single-news .sider {
  display: none;
}
@media screen and (min-width: 768px) {
  .single-news .sider {
    display: block;
  }
}

header {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}
@media screen and (min-width: 768px) {
  header .header-wrapper {
    height: 80px;
  }
}
@media screen and (min-width: 1536px) {
  header .header-wrapper {
    height: 90px;
  }
}
header .logo {
  order: 1;
}
header .logo img {
  display: block;
  height: 56px;
  width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  header .logo img {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  header .logo img {
    height: auto;
    width: 168px;
  }
}
@media screen and (min-width: 1536px) {
  header .logo img {
    width: 190px;
  }
}
header .header-nav {
  order: 3;
  width: 100%;
  background-color: #ffffff;
  height: 0px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  header .header-nav {
    overflow: inherit;
    height: auto;
    width: auto;
    background-color: transparent;
  }
}
header .nav-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .nav-wrapper li {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.35s ease;
  line-height: 3;
  border-top: 1px solid #eeeeee;
}
@media screen and (min-width: 768px) {
  header .nav-wrapper li {
    width: auto;
    height: 80px;
    border: none;
  }
}
@media screen and (min-width: 1024px) {
  header .nav-wrapper li {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1536px) {
  header .nav-wrapper li {
    height: 90px;
    font-size: 18px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: 20px;
  }
}
header .nav-wrapper li:hover {
  color: #0061AE;
}
header .nav-wrapper li:last-of-type {
  margin-right: 0;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (min-width: 768px) {
  header .nav-wrapper li:last-of-type {
    border-bottom: none;
  }
}
header .nav-wrapper li.with-subnav {
  position: static;
}
header .nav-wrapper li.active {
  color: #ffffff;
  background-color: #0061AE;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  header .nav-wrapper li.active {
    color: inherit;
    background-color: transparent;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-top: 5px solid #0096AD;
    border-bottom: 5px solid transparent;
  }
}
header .search-box {
  display: none;
  order: 4;
}
@media screen and (min-width: 768px) {
  header .search-box {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  header .search-box {
    width: 168px;
  }
}
@media screen and (min-width: 1536px) {
  header .search-box {
    width: 190px;
  }
}
header .search-box form {
  border-radius: 100px;
  width: 100%;
  height: 40px;
  background-color: #f8f8f8;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}
header .search-box .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .search-box input {
  color: #555555;
  font-size: 15px;
  width: calc(100% - 24px);
  order: 1;
  background-color: transparent;
  outline: none;
}
header .search-box button {
  order: 2;
  font-size: 18px;
  color: #555555;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  cursor: pointer;
  border: 1px solid #aaa;
  margin-right: 1rem;
  order: 2;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  header .header-toggle {
    display: none;
  }
}
header .header-toggle i {
  font-size: 14px;
  transition: all 0.35s ease;
  display: inline-block;
  color: #aaa;
}
header .header-toggle i.ti-close {
  display: none;
}
header .header-toggle:hover {
  border-color: #0061AE;
}
header .header-toggle:hover i {
  color: #0061AE;
}

header.opened .header-nav {
  height: auto;
}
header.opened .header-toggle i.ti-menu {
  display: none;
}
header.opened .header-toggle i.ti-close {
  display: inline-block;
}

header .nav-wrapper li .subnav {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  left: 0;
  top: 100%;
  opacity: 0;
  border-top: 1px solid #eeeeee;
  display: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  header .nav-wrapper li .subnav {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  header .nav-wrapper li:hover .subnav {
    opacity: 1;
    display: block;
  }
}
header .nav-wrapper .solution-list,
header .nav-wrapper .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .nav-wrapper .solution-list .solution-item,
header .nav-wrapper .solution-list .part,
header .nav-wrapper .flex-wrapper .solution-item,
header .nav-wrapper .flex-wrapper .part {
  width: 33.3333%;
  font-size: 14px;
  color: #777777;
  transition: all 0.35s ease;
  padding-right: 1rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  header .nav-wrapper .solution-list .solution-item,
  header .nav-wrapper .solution-list .part,
  header .nav-wrapper .flex-wrapper .solution-item,
  header .nav-wrapper .flex-wrapper .part {
    font-size: 15px;
  }
}
@media screen and (min-width: 1366px) {
  header .nav-wrapper .solution-list .solution-item,
  header .nav-wrapper .solution-list .part,
  header .nav-wrapper .flex-wrapper .solution-item,
  header .nav-wrapper .flex-wrapper .part {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  header .nav-wrapper .solution-list .solution-item,
  header .nav-wrapper .solution-list .part,
  header .nav-wrapper .flex-wrapper .solution-item,
  header .nav-wrapper .flex-wrapper .part {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  header .nav-wrapper .solution-list .solution-item,
  header .nav-wrapper .solution-list .part,
  header .nav-wrapper .flex-wrapper .solution-item,
  header .nav-wrapper .flex-wrapper .part {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  header .nav-wrapper .solution-list .solution-item,
  header .nav-wrapper .solution-list .part,
  header .nav-wrapper .flex-wrapper .solution-item,
  header .nav-wrapper .flex-wrapper .part {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1536px) {
  header .nav-wrapper .solution-list .solution-item,
  header .nav-wrapper .solution-list .part,
  header .nav-wrapper .flex-wrapper .solution-item,
  header .nav-wrapper .flex-wrapper .part {
    padding-right: 2rem;
  }
}
header .nav-wrapper .solution-list .solution-item:hover,
header .nav-wrapper .solution-list .part:hover,
header .nav-wrapper .flex-wrapper .solution-item:hover,
header .nav-wrapper .flex-wrapper .part:hover {
  color: #0061AE;
}
header .nav-wrapper .solution-list .solution-item,
header .nav-wrapper .flex-wrapper .solution-item {
  height: auto;
  display: block;
  text-align: left;
}
header .nav-wrapper .solution-list h4,
header .nav-wrapper .flex-wrapper h4 {
  font-weight: 800;
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eeeeee;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  header .nav-wrapper .solution-list h4,
  header .nav-wrapper .flex-wrapper h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1366px) {
  header .nav-wrapper .solution-list h4,
  header .nav-wrapper .flex-wrapper h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1536px) {
  header .nav-wrapper .solution-list h4,
  header .nav-wrapper .flex-wrapper h4 {
    font-size: 20px;
  }
}
header .nav-wrapper .solution-list .part h4,
header .nav-wrapper .solution-list .part li,
header .nav-wrapper .flex-wrapper .part h4,
header .nav-wrapper .flex-wrapper .part li {
  transition: all 0.35s ease;
}
header .nav-wrapper .solution-list .part h4:hover,
header .nav-wrapper .solution-list .part li:hover,
header .nav-wrapper .flex-wrapper .part h4:hover,
header .nav-wrapper .flex-wrapper .part li:hover {
  color: #0061AE;
}
header .nav-wrapper .solution-list .part ul li,
header .nav-wrapper .flex-wrapper .part ul li {
  font-size: 14px;
  color: #777777;
  transition: all 0.35s ease;
  height: auto;
  justify-content: flex-start;
  line-height: 2.5;
  padding: 0;
  width: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  header .nav-wrapper .solution-list .part ul li,
  header .nav-wrapper .flex-wrapper .part ul li {
    font-size: 15px;
  }
}
@media screen and (min-width: 1366px) {
  header .nav-wrapper .solution-list .part ul li,
  header .nav-wrapper .flex-wrapper .part ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  header .nav-wrapper .solution-list .part ul li,
  header .nav-wrapper .flex-wrapper .part ul li {
    font-size: 16px;
  }
}

footer {
  padding: 0;
  background-color: #002949;
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 48px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    padding-top: 64px;
  }
}
@media screen and (min-width: 1366px) {
  footer {
    padding-top: 80px;
  }
}
footer .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-contact {
  color: #ffffff;
}
footer .footer-contact p {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  footer .footer-contact p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  footer .footer-contact p {
    font-size: 18px;
  }
}
footer .footer-contact p.phone {
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  footer .footer-contact p.phone {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  footer .footer-contact p.phone {
    font-size: 20px;
  }
}
footer .footer-contact strong {
  color: #0096AD;
  font-weight: 800;
  line-height: 1;
  font-size: 36px;
  margin: 16px 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  footer .footer-contact strong {
    font-size: 40px;
    margin: 20px 0;
  }
}
@media screen and (min-width: 1536px) {
  footer .footer-contact strong {
    font-size: 48px;
    margin: 24px 0;
  }
}
footer .footer-nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer .footer-nav .part {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  footer .footer-nav .part {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-nav .part {
    margin-right: 36px;
  }
}
@media screen and (min-width: 1366px) {
  footer .footer-nav .part {
    margin-right: 48px;
  }
}
@media screen and (min-width: 1536px) {
  footer .footer-nav .part {
    margin-right: 80px;
  }
}
footer .footer-nav .part:last-of-type {
  margin-right: 0;
}
footer .footer-nav h4 {
  line-height: 1;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  footer .footer-nav h4 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1536px) {
  footer .footer-nav h4 {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
footer .footer-nav li {
  color: #aaaaaa;
  font-size: 15px;
  transition: all 0.35s ease;
  margin: 0 0 16px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  footer .footer-nav li {
    font-size: 16px;
    margin: 0 0 18px;
  }
}
@media screen and (min-width: 1536px) {
  footer .footer-nav li {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
footer .footer-nav li:hover {
  color: #0096AD;
}
footer .qr-code {
  text-align: center;
}
footer .qr-code img {
  display: block;
  width: 96px;
  height: auto;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  footer .qr-code img {
    width: 120px;
  }
}
@media screen and (min-width: 1536px) {
  footer .qr-code img {
    width: 128px;
  }
}
footer .qr-code small {
  font-size: 14px;
  color: #aaaaaa;
}
footer .copyright {
  text-align: center;
  line-height: 1;
  color: #777777;
  padding-bottom: 32px;
  margin-top: 64px;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer .copyright {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1366px) {
  footer .copyright {
    margin-top: 120px;
  }
}
footer .footer-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .footer-pc {
    display: block;
  }
}
footer .footer-mb {
  display: block;
}
@media screen and (min-width: 768px) {
  footer .footer-mb {
    display: none;
  }
}
footer .footer-mb ul {
  background-color: #215679;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer-mb ul li {
  width: calc((100% - 4px) / 5);
  background-color: #0061AE;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease;
}
footer .footer-mb ul li:hover {
  background-color: #0096AD;
}
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: #eeeeee;
}
footer .footer-mb ul li a span {
  font-size: 12px;
  color: #eeeeee;
}
footer .footer-mb ul li a span a {
  font-size: 1rem;
  color: #ffffff;
}

.sider {
  width: 100%;
  order: 1;
}
@media screen and (min-width: 768px) {
  .sider {
    order: 2;
    width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .sider {
    width: 300px;
    display: block;
  }
}
@media screen and (min-width: 1366px) {
  .sider {
    width: 320px;
  }
}
@media screen and (min-width: 1536px) {
  .sider {
    width: 340px;
  }
}
.sider .part {
  margin: 0 0 1rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .sider .part {
    padding: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .sider .part {
    padding: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .sider .part {
    padding: 32px;
  }
}
@media screen and (min-width: 768px) {
  .sider .part {
    background-color: #ffffff;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1366px) {
  .sider .part {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1536px) {
  .sider .part {
    margin-bottom: 48px;
  }
}
.sider .title {
  display: flex;
  align-items: center;
  justify-content: start;
  display: none;
}
@media screen and (min-width: 768px) {
  .sider .title {
    display: flex;
  }
}
.sider .title .icon {
  margin-right: 6px;
  height: 24px;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .sider .title .icon {
    height: 28px;
    width: 28px;
  }
}
@media screen and (min-width: 1366px) {
  .sider .title .icon {
    height: 32px;
    width: 32px;
  }
}
@media screen and (min-width: 1536px) {
  .sider .title .icon {
    height: 36px;
    width: 36px;
  }
}
@media screen and (min-width: 768px) {
  .sider .title .icon {
    margin-right: 8px;
  }
}
.sider .title .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.sider .title strong {
  display: inline-block;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .sider .title strong {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .sider .title strong {
    font-size: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .sider .title strong {
    font-size: 28px;
  }
}
.sider ul.content-type-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .sider ul.content-type-list {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .sider ul.content-type-list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .sider ul.content-type-list {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .sider ul.content-type-list {
    display: block;
  }
}
.sider ul.content-type-list li {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .sider ul.content-type-list li {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .sider ul.content-type-list li {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .sider ul.content-type-list li {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sider ul.content-type-list li {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .sider ul.content-type-list li:last-of-type {
    margin-bottom: 0;
  }
}
.sider ul.content-type-list a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #777777;
  background-color: #ffffff;
  padding: 6px 8px;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  .sider ul.content-type-list a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .sider ul.content-type-list a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .sider ul.content-type-list a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sider ul.content-type-list a {
    padding: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .sider ul.content-type-list a {
    padding: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .sider ul.content-type-list a {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sider ul.content-type-list a {
    background-color: #f8f8f8;
  }
}
.sider ul.content-type-list a:hover, .sider ul.content-type-list a.active {
  color: #ffffff;
  background-color: #0061AE;
}
.sider ul.content-type-list a i {
  display: none;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .sider ul.content-type-list a i {
    font-size: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .sider ul.content-type-list a i {
    font-size: 14px;
  }
}
@media screen and (min-width: 1536px) {
  .sider ul.content-type-list a i {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .sider ul.content-type-list a i {
    display: inline-block;
  }
}
.sider .sider-recommend-news {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .sider .sider-recommend-news {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .sider .sider-recommend-news {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .sider .sider-recommend-news {
    margin-top: 24px;
  }
}
.sider .sider-recommend-news .news-list-item {
  padding-left: 10px;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .sider .sider-recommend-news .news-list-item {
    padding-left: 12px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .sider .sider-recommend-news .news-list-item {
    margin-bottom: 16px;
  }
}
.sider .sider-recommend-news .news-list-item p {
  line-height: 1.75;
  color: #777777;
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  .sider .sider-recommend-news .news-list-item p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .sider .sider-recommend-news .news-list-item p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1536px) {
  .sider .sider-recommend-news .news-list-item p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .sider .sider-recommend-news .news-list-item p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1024px) {
  .sider .sider-recommend-news .news-list-item p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1536px) {
  .sider .sider-recommend-news .news-list-item p {
    -webkit-line-clamp: 2;
  }
}
.sider .sider-recommend-news .news-list-item p:hover {
  color: #0061AE;
}
@media screen and (min-width: 768px) {
  .sider .sider-recommend-news .news-list-item p {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .sider .sider-recommend-news .news-list-item p {
    padding-bottom: 16px;
  }
}
.sider .sider-recommend-news .news-list-item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100px;
  left: 0;
  top: 10px;
  background-color: #aaaaaa;
  position: absolute;
}
.sider .sider-recommend-news .news-list-item:last-of-type {
  margin-bottom: 0;
}
.sider .sider-recommend-news .news-list-item:last-of-type p {
  padding-bottom: 0;
  border: none;
}
.sider .sider-recommend-news .headline {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sider .sider-recommend-news .headline {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1366px) {
  .sider .sider-recommend-news .headline {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1536px) {
  .sider .sider-recommend-news .headline {
    margin-bottom: 32px;
  }
}
.sider .sider-recommend-news .headline .thumbnail {
  z-index: 20;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666%;
  overflow: hidden;
}
.sider .sider-recommend-news .headline img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  z-index: 20;
  transition: all 0.35s ease;
}
.sider .sider-recommend-news .headline img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.sider .sider-recommend-news .headline .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 30;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .sider .sider-recommend-news .headline .title {
    padding: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .sider .sider-recommend-news .headline .title {
    padding: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .sider .sider-recommend-news .headline .title {
    padding: 16px;
  }
}
.sider .sider-recommend-news .headline .title p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 13px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .sider .sider-recommend-news .headline .title p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1024px) {
  .sider .sider-recommend-news .headline .title p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1536px) {
  .sider .sider-recommend-news .headline .title p {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 768px) {
  .sider .sider-recommend-news .headline .title p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .sider .sider-recommend-news .headline .title p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1536px) {
  .sider .sider-recommend-news .headline .title p {
    font-size: 15px;
  }
}

.sider .recommend-news {
  display: none;
}
@media screen and (min-width: 768px) {
  .sider .recommend-news {
    display: block;
  }
}

.crumb {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .crumb {
    height: 56px;
  }
}
@media screen and (min-width: 1366px) {
  .crumb {
    height: 64px;
  }
}
@media screen and (min-width: 1536px) {
  .crumb {
    height: 80px;
  }
}
.crumb.bg-dark {
  background-color: #eeeeee;
}
.crumb .crumb-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.crumb i {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .crumb i {
    font-size: 16px;
  }
}
.crumb i.ti-home {
  margin-right: 4px;
}
.crumb i.ti-back-right {
  margin-left: 4px;
}
.crumb a {
  transition: all 0.35s ease;
}
.crumb a:hover {
  color: #0061AE;
}
.crumb .back-btn {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .crumb .back-btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .crumb .back-btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .crumb .back-btn {
    font-size: 18px;
  }
}
.crumb .crumb-nav ul {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .crumb .crumb-nav ul {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .crumb .crumb-nav ul {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .crumb .crumb-nav ul {
    font-size: 18px;
  }
}
.crumb .crumb-nav ul li.slash {
  font-size: 14px;
  margin: 0 0.5rem;
  color: #aaaaaa;
}
@media screen and (min-width: 768px) {
  .crumb .crumb-nav ul li.slash {
    font-size: 16px;
    margin: 0 0.75rem;
  }
}
.crumb .crumb-nav ul li:last-of-type {
  display: none;
}
@media screen and (min-width: 1024px) {
  .crumb .crumb-nav ul li:last-of-type {
    display: inherit;
  }
}
.crumb .crumb-nav ul li:nth-of-type(4) {
  display: none;
}
@media screen and (min-width: 1024px) {
  .crumb .crumb-nav ul li:nth-of-type(4) {
    display: inherit;
  }
}

.pagination {
  text-align: center;
  margin: 2rem 0 4rem;
  width: 100%;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin: 4rem 0;
    padding: 0;
  }
}
.pagination .page-numbers {
  font-size: 13px;
  margin: 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #aaaaaa;
  border: 1px solid #cccccc;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers {
    font-size: 14px;
    padding: 0.25rem 0.6rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
.pagination .page-numbers:hover {
  background-color: #ffffff;
}
.pagination .page-num.page-numbers:hover {
  background-color: transparent;
  color: #aaaaaa;
  border-color: #aaaaaa;
}
.pagination .page-numbers.current {
  background-color: #0061AE;
  border-color: #0061AE;
  color: #ffffff;
}
.pagination .custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .next.page-numbers,
.pagination .prev.page-numbers {
  border: none;
  width: auto;
}

.page-home .banner-home {
  position: relative;
  margin-top: 0;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .page-home .banner-home {
    margin-top: -1rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .banner-home {
    margin-top: 0;
  }
}
.page-home .banner-home img {
  margin: 0 auto;
}
.page-home .banner-home .img-outer {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.page-home .banner-home .swiper-slide {
  text-align: center;
}
.page-home .banner-home .img-link {
  position: absolute;
  z-index: 50;
  display: block;
  width: 9%;
  height: 5%;
  top: 71%;
  left: 7%;
}
.page-home .banner-home .link-2 {
  left: 29.5%;
}
.page-home .banner-home .link-3 {
  left: 49.5%;
}
.page-home .banner-home .link-4 {
  left: 68%;
}
.page-home .banner-home .link-5 {
  left: 87.5%;
}
.page-home .banner-home .swiper-container-horizontal > .swiper-pagination-bullets,
.page-home .banner-home .swiper-pagination-custom, .page-home .banner-home .swiper-pagination-fraction {
  bottom: 8px;
}
@media screen and (min-width: 768px) {
  .page-home .banner-home .swiper-container-horizontal > .swiper-pagination-bullets,
  .page-home .banner-home .swiper-pagination-custom, .page-home .banner-home .swiper-pagination-fraction {
    bottom: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .banner-home .swiper-container-horizontal > .swiper-pagination-bullets,
  .page-home .banner-home .swiper-pagination-custom, .page-home .banner-home .swiper-pagination-fraction {
    bottom: 24px;
  }
}
.page-home .banner-home .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #ffffff;
  margin: 0 10px !important;
}
@media screen and (min-width: 768px) {
  .page-home .banner-home .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .banner-home .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.page-home .banner-home .swiper-pagination-bullet-active {
  background-color: #0061AE;
}
.page-home .banner-home .swiper-button-prev,
.page-home .banner-home .swiper-container-rtl .swiper-button-next,
.page-home .banner-home .swiper-button-next,
.page-home .banner-home .swiper-container-rtl .swiper-button-prev,
.page-home .swiper-product-carousel .swiper-button-prev,
.page-home .swiper-product-carousel .swiper-container-rtl .swiper-button-next,
.page-home .swiper-product-carousel .swiper-button-next,
.page-home .swiper-product-carousel .swiper-container-rtl .swiper-button-prev,
.page-home .solution-products-swiper .swiper-button-prev,
.page-home .solution-products-swiper .swiper-container-rtl .swiper-button-next,
.page-home .solution-products-swiper .swiper-button-next,
.page-home .solution-products-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.page-home .banner-home .swiper-button-prev i,
.page-home .banner-home .swiper-container-rtl .swiper-button-next i,
.page-home .banner-home .swiper-button-next i,
.page-home .banner-home .swiper-container-rtl .swiper-button-prev i,
.page-home .swiper-product-carousel .swiper-button-prev i,
.page-home .swiper-product-carousel .swiper-container-rtl .swiper-button-next i,
.page-home .swiper-product-carousel .swiper-button-next i,
.page-home .swiper-product-carousel .swiper-container-rtl .swiper-button-prev i,
.page-home .solution-products-swiper .swiper-button-prev i,
.page-home .solution-products-swiper .swiper-container-rtl .swiper-button-next i,
.page-home .solution-products-swiper .swiper-button-next i,
.page-home .solution-products-swiper .swiper-container-rtl .swiper-button-prev i {
  font-size: 20px;
  color: #ffffff;
  opacity: 0.6;
  transition: all 0.25s ease;
}
@media screen and (min-width: 768px) {
  .page-home .banner-home .swiper-button-prev i,
  .page-home .banner-home .swiper-container-rtl .swiper-button-next i,
  .page-home .banner-home .swiper-button-next i,
  .page-home .banner-home .swiper-container-rtl .swiper-button-prev i,
  .page-home .swiper-product-carousel .swiper-button-prev i,
  .page-home .swiper-product-carousel .swiper-container-rtl .swiper-button-next i,
  .page-home .swiper-product-carousel .swiper-button-next i,
  .page-home .swiper-product-carousel .swiper-container-rtl .swiper-button-prev i,
  .page-home .solution-products-swiper .swiper-button-prev i,
  .page-home .solution-products-swiper .swiper-container-rtl .swiper-button-next i,
  .page-home .solution-products-swiper .swiper-button-next i,
  .page-home .solution-products-swiper .swiper-container-rtl .swiper-button-prev i {
    font-size: 32px;
  }
}
.page-home .banner-home .swiper-button-prev:hover i,
.page-home .banner-home .swiper-container-rtl .swiper-button-next:hover i,
.page-home .banner-home .swiper-button-next:hover i,
.page-home .banner-home .swiper-container-rtl .swiper-button-prev:hover i,
.page-home .swiper-product-carousel .swiper-button-prev:hover i,
.page-home .swiper-product-carousel .swiper-container-rtl .swiper-button-next:hover i,
.page-home .swiper-product-carousel .swiper-button-next:hover i,
.page-home .swiper-product-carousel .swiper-container-rtl .swiper-button-prev:hover i,
.page-home .solution-products-swiper .swiper-button-prev:hover i,
.page-home .solution-products-swiper .swiper-container-rtl .swiper-button-next:hover i,
.page-home .solution-products-swiper .swiper-button-next:hover i,
.page-home .solution-products-swiper .swiper-container-rtl .swiper-button-prev:hover i {
  opacity: 1;
}
.page-home .banner-home .swiper-button-next,
.page-home .banner-home .swiper-button-prev,
.page-home .swiper-product-carousel .swiper-button-next,
.page-home .swiper-product-carousel .swiper-button-prev,
.page-home .solution-products-swiper .swiper-button-next,
.page-home .solution-products-swiper .swiper-button-prev {
  width: 36px;
  height: 36px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.page-home .banner-home .swiper-button-next:hover,
.page-home .banner-home .swiper-button-prev:hover,
.page-home .swiper-product-carousel .swiper-button-next:hover,
.page-home .swiper-product-carousel .swiper-button-prev:hover,
.page-home .solution-products-swiper .swiper-button-next:hover,
.page-home .solution-products-swiper .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .page-home .banner-home .swiper-button-next,
  .page-home .banner-home .swiper-button-prev,
  .page-home .swiper-product-carousel .swiper-button-next,
  .page-home .swiper-product-carousel .swiper-button-prev,
  .page-home .solution-products-swiper .swiper-button-next,
  .page-home .solution-products-swiper .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .banner-home .swiper-button-next,
  .page-home .banner-home .swiper-button-prev,
  .page-home .swiper-product-carousel .swiper-button-next,
  .page-home .swiper-product-carousel .swiper-button-prev,
  .page-home .solution-products-swiper .swiper-button-next,
  .page-home .solution-products-swiper .swiper-button-prev {
    width: 72px;
    height: 72px;
  }
}
.page-home .banner-home .swiper-button-prev,
.page-home .banner-home .swiper-container-rtl .swiper-button-next,
.page-home .swiper-product-carousel .swiper-button-prev,
.page-home .swiper-product-carousel .swiper-container-rtl .swiper-button-next,
.page-home .solution-products-swiper .swiper-button-prev,
.page-home .solution-products-swiper .swiper-container-rtl .swiper-button-next {
  left: 1rem;
}
.page-home .banner-home .swiper-button-next,
.page-home .banner-home .swiper-container-rtl .swiper-button-prev,
.page-home .swiper-product-carousel .swiper-button-next,
.page-home .swiper-product-carousel .swiper-container-rtl .swiper-button-prev,
.page-home .solution-products-swiper .swiper-button-next,
.page-home .solution-products-swiper .swiper-container-rtl .swiper-button-prev {
  right: 1rem;
}
.page-home .solutions {
  background-color: red;
  position: relative;
}
.page-home .solutions .solutions-wrapper {
  position: relative;
  z-index: 20;
}
.page-home .solutions .solution-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  padding-top: 2rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .page-home .solutions .solution-title {
    padding-left: 0;
    padding-top: 64px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .solutions .solution-title {
    padding-top: 80px;
  }
}
.page-home .solutions .thumbs-wrapper {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page-home .solutions .swiper-solution-display {
  position: relative;
  z-index: 20;
}
.page-home .solutions .solution-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-home .solutions .solution-item {
  width: 100%;
  height: calc(100vh - 64px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-home .solutions .solution-item {
    height: calc(100vh - 100px);
  }
}
.page-home .solutions .solution-item .item-details {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .page-home .solutions .solution-item .item-details {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .solutions .solution-item .item-details {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .solutions .solution-item .item-details {
    margin-top: 3rem;
  }
}
.page-home .solutions .solution-item .content-width {
  width: 100%;
  max-width: 720px;
}
.page-home .solutions .solution-item .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-home .solutions .solution-item .solution-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.page-home .solutions .solution-item .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  color: #ffffff;
  padding-top: 108px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .page-home .solutions .solution-item .content {
    padding-top: 160px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .solutions .solution-item .content {
    padding-top: 220px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .solutions .solution-item .content {
    padding-top: 260px;
  }
}
.page-home .solutions .solution-item .content .title {
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 8px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-home .solutions .solution-item .content .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .solutions .solution-item .content .title {
    margin: 0 0 10px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .solutions .solution-item .content .title {
    margin: 0 0 16px;
    font-size: 36px;
  }
}
.page-home .solutions .solution-item .content .desc {
  line-height: 1.75;
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (min-width: 768px) {
  .page-home .solutions .solution-item .content .desc {
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .solutions .solution-item .content .desc {
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .solutions .solution-item .content .desc {
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 768px) {
  .page-home .solutions .solution-item .content .desc {
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .solutions .solution-item .content .desc {
    font-size: 15px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .solutions .solution-item .content .desc {
    font-size: 18px;
  }
}
.page-home .solutions .swiper-solution-thumbs .solution-tab {
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-home .solutions .swiper-solution-thumbs .solution-tab {
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .solutions .swiper-solution-thumbs .solution-tab {
    height: 100px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .solutions .swiper-solution-thumbs .solution-tab {
    height: 108px;
  }
}
.page-home .solutions .swiper-solution-thumbs .icon {
  width: 28px;
  height: 28px;
  background-size: contain;
  background-position: center;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page-home .solutions .swiper-solution-thumbs .icon {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .solutions .swiper-solution-thumbs .icon {
    width: 48px;
    height: 48px;
  }
}
.page-home .solutions .swiper-solution-thumbs p {
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .page-home .solutions .swiper-solution-thumbs p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .solutions .swiper-solution-thumbs p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .solutions .swiper-solution-thumbs p {
    font-size: 18px;
  }
}
.page-home .solutions .swiper-solution-thumbs .swiper-slide-thumb-active .solution-tab {
  background-color: rgba(0, 97, 174, 0.75);
}
.page-home .solutions .swiper-button-next,
.page-home .solutions .swiper-button-prev {
  width: 36px;
  height: 36px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: transparent;
  transition: all 0.35s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-size: 33%;
}
.page-home .solutions .swiper-button-next:hover,
.page-home .solutions .swiper-button-prev:hover {
  background-color: #0061AE;
}
@media screen and (min-width: 768px) {
  .page-home .solutions .swiper-button-next,
  .page-home .solutions .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .solutions .swiper-button-next,
  .page-home .solutions .swiper-button-prev {
    width: 72px;
    height: 72px;
  }
}
.page-home .products .products-layout {
  margin-top: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .page-home .products .products-layout {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .products .products-layout {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .products .products-layout {
    margin-top: 5rem;
  }
}
.page-home .products .types-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-home .products .types-wrapper {
    display: block;
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .products .types-wrapper {
    width: 220px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .products .types-wrapper {
    width: 240px;
  }
}
.page-home .products .types-wrapper ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-home .products .types-wrapper ul {
    display: block;
  }
}
.page-home .products .types-wrapper ul li {
  margin: 0 4px 8px;
}
@media screen and (min-width: 768px) {
  .page-home .products .types-wrapper ul li {
    margin: 0;
  }
}
.page-home .products .types-wrapper ul i {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-home .products .types-wrapper ul i {
    display: inline-block;
  }
}
.page-home .products .products-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-home .products .products-wrapper {
    width: calc(100% - 24px - 200px);
  }
}
@media screen and (min-width: 1024px) {
  .page-home .products .products-wrapper {
    width: calc(100% - 36px - 220px);
  }
}
@media screen and (min-width: 1536px) {
  .page-home .products .products-wrapper {
    width: calc(100% - 48px - 240px);
  }
}
.page-home .products .product-types a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 13px;
  color: #555555;
  transition: all 0.35s ease;
  border: 1px solid #eeeeee;
  padding: 4px;
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .page-home .products .product-types a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .products .product-types a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .products .product-types a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-home .products .product-types a {
    background-color: transparent;
    padding: 0;
    border: none;
    border-bottom: 1px solid #eeeeee;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .products .product-types a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .products .product-types a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .page-home .products .product-types li:first-of-type a {
    padding-top: 0;
  }
}
.page-home .products .product-types li:hover a {
  color: #0061AE;
}
.page-home .products .product-types li.current a {
  font-weight: 800;
}
.page-home .products .product-top {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/szcosmo/assets/images/page-home/bg-products-top.jpg");
  display: none;
}
@media screen and (min-width: 768px) {
  .page-home .products .product-top {
    display: block;
    padding: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .products .product-top {
    height: 340px;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .products .product-top {
    height: 360px;
    padding: 2rem;
  }
}
.page-home .products .product-top .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-home .products .product-top .intro {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-home .products .product-top .intro {
    width: 560px;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .products .product-top .intro {
    width: 600px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .products .product-top .intro {
    width: 640px;
  }
}
.page-home .products .product-top .img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-home .products .product-top .img {
    width: 220px;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .products .product-top .img {
    width: 240px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .products .product-top .img {
    width: 280px;
  }
  .page-home .products .product-top .img img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.page-home .products .product-top .item-details {
  color: #555555;
  border-color: #555555;
}
.page-home .products .product-top .item-details:hover {
  color: #0061AE;
  border-color: #0061AE;
}
.page-home .products .product-top .title {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 12px;
}
@media screen and (min-width: 1024px) {
  .page-home .products .product-top .title {
    font-size: 24px;
    margin: 0 0 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .products .product-top .title {
    font-size: 28px;
    margin: 0 0 20px;
  }
}
.page-home .products .product-top .desc {
  color: #555555;
  line-height: 1.75;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (min-width: 768px) {
  .page-home .products .product-top .desc {
    font-size: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .products .product-top .desc {
    font-size: 15px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .products .product-top .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-home .products .product-top .desc {
    -webkit-line-clamp: 5;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .products .product-top .desc {
    -webkit-line-clamp: 5;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .products .product-top .desc {
    -webkit-line-clamp: 5;
  }
}
.page-home .products .product-top .item-details {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .page-home .products .product-top .item-details {
    margin-top: 32px;
  }
}
.page-home .products .product-list {
  margin-top: 1rem;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .page-home .products .product-list {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .products .product-list {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .products .product-list {
    margin-top: 2rem;
  }
}
.page-home .products .product-list .product-item {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-home .products .product-list .product-item {
    margin: 0;
    width: calc((100% - 4.5rem) / 4);
  }
}
@media screen and (min-width: 1366px) {
  .page-home .products .product-list .product-item {
    width: calc((100% - 6rem) / 4);
  }
}
.page-home .products .product-list p {
  height: 40px;
}
@media screen and (min-width: 768px) {
  .page-home .products .product-list p {
    height: 48px;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .products .product-list p {
    height: 56px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .products .product-list p {
    height: 56px;
  }
}
.page-home .news {
  background-color: #fbfbfb;
}
.page-home .news .section-title .title-en {
  opacity: 0.1;
}
.page-home .news .news-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-home .news .news-wrapper {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .news .news-wrapper {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .news .news-wrapper {
    margin-top: 5rem;
  }
}
.page-home .news .news-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-home .news .news-list {
    width: calc(100% - 32px - 480px);
  }
}
@media screen and (min-width: 1024px) {
  .page-home .news .news-list {
    width: calc(100% - 36px - 560px);
  }
}
@media screen and (min-width: 1366px) {
  .page-home .news .news-list {
    width: calc(100% - 40px - 640px);
  }
}
@media screen and (min-width: 1536px) {
  .page-home .news .news-list {
    width: calc(100% - 48px - 720px);
  }
}
.page-home .news .headline {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  margin: 0 0 1rem;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .page-home .news .headline {
    height: auto;
    width: 480px;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .news .headline {
    width: 560px;
  }
}
@media screen and (min-width: 1366px) {
  .page-home .news .headline {
    width: 640px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .news .headline {
    width: 720px;
  }
}
.page-home .news .headline .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 1rem;
  background-color: rgba(0, 0, 0, 0.45);
  color: #eeeeee;
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  .page-home .news .headline .title {
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .news .headline .title {
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .news .headline .title {
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 768px) {
  .page-home .news .headline .title {
    font-size: 14px;
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .news .headline .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .news .headline .title {
    font-size: 18px;
  }
}
.page-home .news .headline .title:hover {
  background-color: #0061AE;
}
.page-home .news .news-item {
  margin: 0 0 1rem;
  background-color: #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all 0.35s ease;
}
.page-home .news .news-item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}
@media screen and (min-width: 1024px) {
  .page-home .news .news-item {
    margin: 0 0 1.5rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .news .news-item {
    margin: 0 0 2rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-home .news .news-list .news-item:last-of-type {
  margin-bottom: 0 !important;
}
.page-home .news .news-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-home .news .pubdate-mb {
  display: block;
  font-size: 13px;
  color: #aaaaaa;
  margin-top: 6px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page-home .news .pubdate-mb {
    display: none;
  }
}
.page-home .news .pubdate {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-home .news .pubdate {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .news .pubdate {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .news .pubdate {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-home .news .pubdate p {
  line-height: 1;
  display: inline-block;
}
.page-home .news .pubdate .date {
  color: #aaaaaa;
  font-size: 15px;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .page-home .news .pubdate .date {
    font-size: 16px;
    margin-top: 10px;
  }
}
.page-home .news .pubdate .year {
  color: #0096AD;
  font-weight: 800;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .page-home .news .pubdate .year {
    font-size: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .news .pubdate .year {
    font-size: 28px;
  }
}
.page-home .news .news-content {
  padding-left: 16px;
  padding-right: 16px;
  border-left: 1px solid #eeeeee;
  flex-grow: 1;
}
@media screen and (min-width: 1024px) {
  .page-home .news .news-content {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .news .news-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-home .news .news-content .title {
  font-weight: 600;
  line-height: 1;
  color: #000;
  font-size: 16px;
  margin: 0 0 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .page-home .news .news-content .title {
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .news .news-content .title {
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .news .news-content .title {
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .news .news-content .title {
    font-size: 18px;
    margin: 0 0 14px;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .news .news-content .title {
    font-size: 20px;
    margin: 0 0 16px;
  }
}
.page-home .news .news-content .desc {
  font-size: 14px;
  color: #555555;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .page-home .news .news-content .desc {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .news .news-content .desc {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1536px) {
  .page-home .news .news-content .desc {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1024px) {
  .page-home .news .news-content .desc {
    font-size: 15px;
  }
}

.page-solutions .bg-white {
  background-color: #ffffff;
}
.page-solutions .bg-gray {
  background-color: #f8f8f8;
}
.page-solutions .solutions-parts {
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-solutions .solutions-parts {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .solutions-parts {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .solutions-parts {
    padding: 5rem 0;
  }
}
.page-solutions .part-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-solutions .part-title {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .part-title {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .part-title {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}
.page-solutions .part-title h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .page-solutions .part-title h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .part-title h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .part-title h3 {
    font-size: 36px;
  }
}
.page-solutions .part-title.border-white {
  border-color: #ffffff;
}
.page-solutions .part-title.title-left {
  text-align: left;
}
.page-solutions .part-title.size-small {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .page-solutions .part-title.size-small {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .part-title.size-small {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .part-title.size-small {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.page-solutions .application-backgrounds .content-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-solutions .application-backgrounds .img-float {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-solutions .application-backgrounds .img-float img {
  display: block;
  margin: 0 1rem 0 0;
  max-width: 720px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-solutions .application-backgrounds .img-float img {
    width: auto;
    margin: 0 2rem 0 0;
  }
}
.page-solutions .application-backgrounds .img-float p {
  display: block;
  flex: 1;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .page-solutions .application-backgrounds .img-float p {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .application-backgrounds .img-float p {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .application-backgrounds .img-float p {
    padding-left: 2rem;
  }
}
.page-solutions .application-backgrounds .img {
  min-height: 400px;
  width: 100%;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .page-solutions .application-backgrounds .img {
    margin: 0;
    width: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .application-backgrounds .img {
    width: 60%;
  }
}
.page-solutions .application-backgrounds .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-solutions .application-backgrounds .content {
  width: 100%;
  flex-grow: 1;
  background-color: #f8f8f8;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-solutions .application-backgrounds .content {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .application-backgrounds .content {
    padding: 40px 24px;
    width: 40%;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .application-backgrounds .content {
    padding: 48px 32px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .application-backgrounds .content {
    padding: 64px 48px;
  }
}
.page-solutions .application-backgrounds .desc {
  color: #777;
  line-height: 1.75;
  font-size: 15px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-solutions .application-backgrounds .desc {
    font-size: 15px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .application-backgrounds .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .application-backgrounds .desc {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-solutions .application-backgrounds .desc {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .application-backgrounds .desc {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .application-backgrounds .desc {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.page-solutions .application-backgrounds .desc:last-of-type {
  margin-bottom: 0;
}
.page-solutions .gas-type .gas-type-item {
  margin: 0 0 16px;
  background-color: #ffffff;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .page-solutions .gas-type .gas-type-item {
    margin: 0 0 20px;
    padding: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .gas-type .gas-type-item {
    margin: 0 0 24px;
    padding: 32px;
  }
}
.page-solutions .gas-type .gas-type-item:last-of-type {
  margin-bottom: 0;
}
.page-solutions .gas-type div.icon {
  background-color: #0061AE;
  border-radius: 1000px;
  width: 48px;
  height: 48px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .page-solutions .gas-type div.icon {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .gas-type div.icon {
    width: 72px;
    height: 72px;
    padding: 14px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .gas-type div.icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    padding: 16px;
  }
}
.page-solutions .gas-type div.icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.page-solutions .gas-type div.icon path {
  fill: #ffffff;
}
.page-solutions .gas-type .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 8px;
}
@media screen and (min-width: 768px) {
  .page-solutions .gas-type .title {
    margin: 0 0 -8px;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .gas-type .title {
    margin: 0 0 -10px;
  }
}
.page-solutions .gas-type .title h4 {
  font-weight: 800;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .page-solutions .gas-type .title h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .gas-type .title h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .gas-type .title h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .gas-type .text {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .gas-type .text {
    padding-left: 100px;
  }
}
.page-solutions .gas-type .text p {
  color: #777777;
  line-height: 1.75;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .page-solutions .gas-type .text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .gas-type .text p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .gas-type .text p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .gas-type .text p {
    font-size: 24px;
  }
}
.page-solutions .execute-standards .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-solutions .execute-standards .content {
  width: 100%;
  order: 2;
}
@media screen and (min-width: 768px) {
  .page-solutions .execute-standards .content {
    width: 55%;
    order: 1;
    padding-right: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .execute-standards .content {
    padding-right: 64px;
  }
}
.page-solutions .execute-standards .img {
  width: 100%;
  margin: 0 0 1.5rem;
  order: 1;
}
@media screen and (min-width: 768px) {
  .page-solutions .execute-standards .img {
    order: 2;
    width: 45%;
    margin: 0;
  }
}
.page-solutions .execute-standards p {
  line-height: 1.75;
  color: #000000;
  font-size: 15px;
  margin: 0 0 8px;
}
@media screen and (min-width: 1024px) {
  .page-solutions .execute-standards p {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .execute-standards p {
    font-size: 20px;
    margin: 0 0 12px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .execute-standards p {
    font-size: 22px;
  }
}
.page-solutions .execute-standards p:last-of-type {
  margin-bottom: 0;
}
.page-solutions .testing-principles {
  background-image: url("/wp-content/themes/szcosmo/assets/images/page-solutions/bg-testing-principles.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.page-solutions .testing-principles .principle-item {
  margin: 0 0 16px;
  background-color: #ffffff;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .page-solutions .testing-principles .principle-item {
    margin: 0 0 20px;
    padding: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .testing-principles .principle-item {
    margin: 0 0 24px;
    padding: 32px;
  }
}
.page-solutions .testing-principles .principle-item:last-of-type {
  margin-bottom: 0;
}
.page-solutions .testing-principles .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-solutions .testing-principles .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-solutions .testing-principles .icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .testing-principles .icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .testing-principles .icon {
    width: 108px;
    height: 108px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .testing-principles .icon {
    width: 120px;
    height: 120px;
  }
}
.page-solutions .testing-principles .icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.page-solutions .testing-principles .content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-solutions .testing-principles .content {
    width: auto;
    flex: 1;
    padding-left: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .testing-principles .content {
    padding-left: 32px;
  }
}
.page-solutions .testing-principles .content h4 {
  font-weight: 800;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-solutions .testing-principles .content h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .testing-principles .content h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .testing-principles .content h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-solutions .testing-principles .content h4 {
    text-align: left;
  }
}
.page-solutions .testing-principles .content p {
  color: #777777;
  line-height: 1.75;
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .page-solutions .testing-principles .content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .testing-principles .content p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .testing-principles .content p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .testing-principles .content p {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .testing-principles .content p {
    margin-top: 16px;
  }
}
.page-solutions .detecting-area .types {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-area .types {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .detecting-area .types {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-area .types {
    margin-bottom: 3rem;
  }
}
.page-solutions .detecting-area .types ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page-solutions .detecting-area .types ul {
    border-bottom: 1px solid #eeeeee;
  }
}
.page-solutions .detecting-area .types li {
  font-size: 15px;
  padding: 6px 8px;
  margin: 0 4px 8px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
@media screen and (min-width: 768px) {
  .page-solutions .detecting-area .types li {
    margin: 0 12px;
    font-size: 18px;
    padding: 12px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-area .types li {
    font-size: 20px;
    padding: 14px 16px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .detecting-area .types li {
    font-size: 22px;
    padding: 16px 20px;
    border-bottom: 3px solid transparent;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-area .types li {
    font-size: 24px;
  }
}
.page-solutions .detecting-area .types li.active {
  font-weight: 800;
  color: #0061AE;
  border-color: #0061AE;
}
.page-solutions .detecting-area .contents {
  position: relative;
}
.page-solutions .detecting-area .contents .part {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.page-solutions .detecting-area .contents .part.active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.page-solutions .detecting-area .content-wrapper {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-area .content-wrapper {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .detecting-area .content-wrapper {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-area .content-wrapper {
    margin-top: 3rem;
  }
}
.page-solutions .detecting-area .content-wrapper .text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-solutions .detecting-area .content-wrapper .text {
    width: auto;
    flex: 1;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-area .content-wrapper .text {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .detecting-area .content-wrapper .text {
    padding-right: 4rem;
  }
}
.page-solutions .detecting-area .content-wrapper .img {
  width: 100%;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .page-solutions .detecting-area .content-wrapper .img {
    margin: 0;
    width: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-area .content-wrapper .img {
    width: 560px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-area .content-wrapper .img {
    width: 600px;
  }
}
.page-solutions .detecting-area .content-wrapper .area {
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .page-solutions .detecting-area .content-wrapper .area {
    margin: 0 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-area .content-wrapper .area {
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-area .content-wrapper .area {
    margin: 0 0 3rem;
  }
}
.page-solutions .detecting-area .content-wrapper .area:last-of-type {
  margin-bottom: 0;
}
.page-solutions .detecting-area .content-wrapper .area h4 {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 12px;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-area .content-wrapper .area h4 {
    font-size: 18px;
    margin: 0 0 14px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .detecting-area .content-wrapper .area h4 {
    font-size: 20px;
    margin: 0 0 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-area .content-wrapper .area h4 {
    font-size: 22px;
  }
}
.page-solutions .detecting-area .content-wrapper .area li {
  line-height: 1.5;
  color: #777;
  font-size: 16px;
  margin: 0 0 8px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .page-solutions .detecting-area .content-wrapper .area li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .detecting-area .content-wrapper .area li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-area .content-wrapper .area li {
    font-size: 20px;
  }
}
.page-solutions .detecting-area .content-wrapper .area li:last-of-type {
  margin-bottom: 0;
}
.page-solutions .detecting-pattern .part {
  margin: 0 0 24px;
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-pattern .part {
    margin: 0 0 32px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .part {
    margin: 0 0 48px;
  }
}
.page-solutions .detecting-pattern .part:last-of-type {
  margin-bottom: 0;
}
.page-solutions .detecting-pattern .part h4 {
  font-weight: 800;
  font-size: 18px;
  margin: 0 0 16px;
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-pattern .part h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .detecting-pattern .part h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .part h4 {
    font-size: 24px;
  }
}
.page-solutions .detecting-pattern .part h4.small {
  font-weight: 800;
  font-size: 18px;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-pattern .part h4.small {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .detecting-pattern .part h4.small {
    font-size: 22px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .part h4.small {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-solutions .detecting-pattern .part h4.small {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .detecting-pattern .part h4.small {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .part h4.small {
    margin-top: 16px;
  }
}
.page-solutions .detecting-pattern .part li {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .page-solutions .detecting-pattern .part li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .detecting-pattern .part li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .part li {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-solutions .detecting-pattern .part li {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .detecting-pattern .part li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .part li {
    margin-bottom: 12px;
  }
}
.page-solutions .detecting-pattern .part li:last-of-type {
  margin-bottom: 0;
}
.page-solutions .detecting-pattern .part ul,
.page-solutions .detecting-pattern .part ol {
  padding-left: 1rem;
  border-left: 2px solid #eeeeee;
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-pattern .part ul,
  .page-solutions .detecting-pattern .part ol {
    padding-left: 2rem;
    border-left: 4px solid #eeeeee;
  }
}
.page-solutions .detecting-pattern .part p {
  color: #777777;
  line-height: 1.75;
  font-size: 15px;
  margin: 0 0 12px;
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-pattern .part p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .detecting-pattern .part p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .part p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .part p {
    margin: 0 0 16px;
  }
}
.page-solutions .detecting-pattern .part p:last-of-type {
  margin-bottom: 0;
}
.page-solutions .detecting-pattern .part small {
  display: block;
  text-align: center;
  text-align: center;
  color: #777777;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-solutions .detecting-pattern .part small {
    font-size: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .detecting-pattern .part small {
    font-size: 14px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .part small {
    font-size: 14px;
  }
}
.page-solutions .detecting-pattern .part img {
  margin: 1rem auto;
  display: block;
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-pattern .part img {
    margin: 1.5rem auto;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .part img {
    margin: 2rem auto;
  }
}
.page-solutions .detecting-pattern .products-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0;
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-pattern .products-wrapper {
    margin: 32px 0;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .products-wrapper {
    margin: 48px 0;
  }
}
.page-solutions .detecting-pattern .products-wrapper .product-item {
  position: relative;
  width: 100%;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-pattern .products-wrapper .product-item {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .products-wrapper .product-item {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
  }
}
.page-solutions .detecting-pattern .products-wrapper .product-item:nth-of-type(3n) {
  margin-right: 0;
}
.page-solutions .detecting-pattern .products-wrapper .img-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.page-solutions .detecting-pattern .products-wrapper .img-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-solutions .detecting-pattern .products-wrapper .img-frame .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.page-solutions .detecting-pattern .products-wrapper .img-frame .img.bg-gray {
  background-color: #f8f8f8;
}
.page-solutions .detecting-pattern .products-wrapper .img-frame img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.page-solutions .detecting-pattern .products-wrapper p {
  text-align: center;
  margin: 1rem 0 0;
  color: #000000;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .page-solutions .detecting-pattern .products-wrapper p {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-pattern .products-wrapper p {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .products-wrapper p {
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 768px) {
  .page-solutions .detecting-pattern .products-wrapper p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .detecting-pattern .products-wrapper p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .detecting-pattern .products-wrapper p {
    font-size: 20px;
  }
}
.page-solutions .recommend-products-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-solutions .recommend-products-wrapper .product-item {
  width: 100%;
  margin: 0 0 1.5rem;
  position: relative;
  background-color: #f8f8f8;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-solutions .recommend-products-wrapper .product-item {
    width: calc((100% - 2rem) / 3);
    margin: 0 1rem 1rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .recommend-products-wrapper .product-item {
    width: calc((100% - 3rem) / 3);
    margin: 0 1.5rem 1.5rem 0;
    padding: 2rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .recommend-products-wrapper .product-item {
    width: calc((100% - 72px) / 3);
    margin: 0 36px 36px 0;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .recommend-products-wrapper .product-item {
    width: calc((100% - 96px) / 3);
    margin: 0 48px 48px 0;
  }
}
.page-solutions .recommend-products-wrapper .product-item:nth-of-type(3n) {
  margin-right: 0;
}
.page-solutions .recommend-products-wrapper .img-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 80%;
}
.page-solutions .recommend-products-wrapper .img-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-solutions .recommend-products-wrapper img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.page-solutions .recommend-products-wrapper h4 {
  margin: 1rem 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .page-solutions .recommend-products-wrapper h4 {
    font-size: 18px;
  }
}
.page-solutions .recommend-products-wrapper p {
  color: #777777;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .page-solutions .recommend-products-wrapper p {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .recommend-products-wrapper p {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .recommend-products-wrapper p {
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .recommend-products-wrapper p {
    font-size: 16px;
  }
}
.page-solutions .recommend-products-wrapper .intro p:nth-of-type(n+2) {
  display: none;
}
.page-solutions .hjkqzl-pattern .left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-solutions .hjkqzl-pattern .left {
    width: auto;
    flex: 1;
    padding-right: 2rem;
  }
}
.page-solutions .hjkqzl-pattern img.hjkqzl-pattern {
  margin: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-solutions .hjkqzl-pattern img.hjkqzl-pattern {
    display: block;
    width: 240px;
  }
}
.page-solutions img {
  margin: 1rem auto;
}
.page-solutions .solution-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-solutions .solution-wrapper .solution-item {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-solutions .solution-wrapper .solution-item {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .solution-wrapper .solution-item {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .solution-wrapper .solution-item {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .page-solutions .solution-wrapper .solution-item {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .solution-wrapper .solution-item {
    width: calc(50% - 2rem);
  }
}
.page-solutions .solution-wrapper .solution-item .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-solutions .solution-wrapper .solution-item .img-wrapper {
  width: 100%;
}
.page-solutions .solution-wrapper .solution-item .img-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.page-solutions .solution-wrapper .solution-item .img-frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.35s ease;
  margin: 0;
}
.page-solutions .solution-wrapper .solution-item .content {
  width: 100%;
  background-color: #f8f8f8;
  position: relative;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-solutions .solution-wrapper .solution-item .content {
    padding: 2rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .solution-wrapper .solution-item .content {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .solution-wrapper .solution-item .content {
    padding: 2.5rem;
  }
}
.page-solutions .solution-wrapper .solution-item .content h3 {
  font-weight: 800;
  line-height: 1.75;
  transition: all 0.35s ease;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-solutions .solution-wrapper .solution-item .content h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .solution-wrapper .solution-item .content h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .solution-wrapper .solution-item .content h3 {
    font-size: 24px;
  }
}
.page-solutions .solution-wrapper .solution-item .content h3:hover {
  color: #0061AE;
}
.page-solutions .solution-wrapper .solution-item .content .desc {
  color: #777777;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .page-solutions .solution-wrapper .solution-item .content .desc {
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 1024px) {
  .page-solutions .solution-wrapper .solution-item .content .desc {
    -webkit-line-clamp: 5;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .solution-wrapper .solution-item .content .desc {
    -webkit-line-clamp: 5;
  }
}
@media screen and (min-width: 768px) {
  .page-solutions .solution-wrapper .solution-item .content .desc {
    font-size: 15px;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .solution-wrapper .solution-item .content .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .solution-wrapper .solution-item .content .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-solutions .solution-wrapper .solution-item .content .desc {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .solution-wrapper .solution-item .content .desc {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .solution-wrapper .solution-item .content .desc {
    margin-top: 1.25rem;
  }
}
.page-solutions .solution-wrapper .solution-item .content .item-details {
  color: #777777;
  border-color: #777777;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-solutions .solution-wrapper .solution-item .content .item-details {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .solution-wrapper .solution-item .content .item-details {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-solutions .solution-wrapper .solution-item .content .item-details {
    margin-top: 3rem;
  }
}
.page-solutions .solution-wrapper .solution-item .content .item-details:hover {
  color: #0061AE;
  border-color: #0061AE;
}
.page-solutions .solution-wrapper .solution-item:hover img {
  transform: scale(1.1);
}
.page-solutions .app-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-solutions .app-wrapper .part {
  width: 100%;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-solutions .app-wrapper .part {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1366px) {
  .page-solutions .app-wrapper .part {
    width: calc(50% - 2rem);
  }
}
.page-solutions .app-wrapper .part img {
  margin: 1rem auto;
}

.page-news {
  background-color: #f8f8f8;
}
.page-news .news-wrapper .item {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .page-news .news-wrapper .item {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-wrapper .item {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-wrapper .item {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .news-wrapper .item {
    padding: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-wrapper .item {
    padding: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-wrapper .item {
    padding: 24px;
  }
}
.page-news .news-wrapper .item:last-of-type {
  margin-bottom: 0;
}
.page-news .news-wrapper .item .outer {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-news .news-wrapper .item .property {
  position: relative;
  margin-top: 20px;
  color: #aaaaaa;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-news .news-wrapper .item .property {
    font-size: 15px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-wrapper .item .property {
    font-size: 15px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-wrapper .item .property {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .news-wrapper .item .property {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.page-news .news-wrapper .item .property .tag-news-type {
  display: inline-block;
  padding: 3px 6px;
  background-color: #f8f8f8;
  transition: all 0.35s ease;
}
.page-news .news-wrapper .item .property .tag-news-type:hover {
  background-color: #f8f8f8;
  color: #0061AE;
}
@media screen and (min-width: 1366px) {
  .page-news .news-wrapper .item .property .tag-news-type {
    padding: 4px 6px;
  }
}
.page-news .news-wrapper .item .info {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-news .news-wrapper .item .info {
    margin-top: 0;
    width: calc(100% - 16px - 280px);
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-wrapper .item .info {
    width: calc(100% - 24px - 300px);
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-wrapper .item .info {
    width: calc(100% - 32px - 300px);
  }
}
.page-news .news-wrapper .item .info h3 {
  font-weight: 800;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  .page-news .news-wrapper .item .info h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-wrapper .item .info h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-wrapper .item .info h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .news-wrapper .item .info h3 {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-wrapper .item .info h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-wrapper .item .info h3 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .news-wrapper .item .info h3 {
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 1024px) {
  .page-news .news-wrapper .item .info h3 {
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-wrapper .item .info h3 {
    -webkit-line-clamp: 1;
  }
}
.page-news .news-wrapper .item .info h3:hover {
  color: #0061AE;
}
.page-news .news-wrapper .item .info .excerpt p,
.page-news .news-wrapper .item .info .excerpt div,
.page-news .news-wrapper .item .info .excerpt span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.75;
  color: #777777;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .page-news .news-wrapper .item .info .excerpt p,
  .page-news .news-wrapper .item .info .excerpt div,
  .page-news .news-wrapper .item .info .excerpt span {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1024px) {
  .page-news .news-wrapper .item .info .excerpt p,
  .page-news .news-wrapper .item .info .excerpt div,
  .page-news .news-wrapper .item .info .excerpt span {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-wrapper .item .info .excerpt p,
  .page-news .news-wrapper .item .info .excerpt div,
  .page-news .news-wrapper .item .info .excerpt span {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 768px) {
  .page-news .news-wrapper .item .info .excerpt p,
  .page-news .news-wrapper .item .info .excerpt div,
  .page-news .news-wrapper .item .info .excerpt span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-wrapper .item .info .excerpt p,
  .page-news .news-wrapper .item .info .excerpt div,
  .page-news .news-wrapper .item .info .excerpt span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-wrapper .item .info .excerpt p,
  .page-news .news-wrapper .item .info .excerpt div,
  .page-news .news-wrapper .item .info .excerpt span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .news-wrapper .item .info .excerpt p,
  .page-news .news-wrapper .item .info .excerpt div,
  .page-news .news-wrapper .item .info .excerpt span {
    margin-top: -6px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-wrapper .item .info .excerpt p,
  .page-news .news-wrapper .item .info .excerpt div,
  .page-news .news-wrapper .item .info .excerpt span {
    margin-top: -8px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-wrapper .item .info .excerpt p,
  .page-news .news-wrapper .item .info .excerpt div,
  .page-news .news-wrapper .item .info .excerpt span {
    margin-top: -8px;
  }
}
.page-news .news-wrapper .item .img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-news .news-wrapper .item .img {
    width: 280px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-wrapper .item .img {
    width: 300px;
  }
}
.page-news .news-wrapper .item .img .frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666%;
  overflow: hidden;
  display: block;
}
.page-news .news-wrapper .item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.35s ease;
}
.page-news .news-wrapper .item .img img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.page-news .news-details .news-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-news .news-details .news-title {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-details .news-title {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-details .news-title {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .news-details .news-title {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-details .news-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-details .news-title {
    margin-bottom: 24px;
  }
}
.page-news .news-details .news-title h3 {
  font-weight: 800;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-news .news-details .news-title h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-details .news-title h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-details .news-title h3 {
    font-size: 28px;
  }
}
.page-news .news-details .news-property {
  border-top: 1px solid #eeeeee;
  color: #aaaaaa;
  font-size: 12px;
  padding-top: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .page-news .news-details .news-property {
    font-size: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-details .news-property {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-details .news-property {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .news-details .news-property {
    padding-top: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-details .news-property {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-details .news-property {
    padding-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .news-details .news-property {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-details .news-property {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-details .news-property {
    margin-top: 24px;
  }
}
.page-news .news-details .news-property .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-news .news-details .news-property .news-type {
  display: flex;
  align-items: center;
  justify-content: start;
}
.page-news .news-details .news-property .news-type a {
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  background-color: #f8f8f8;
  transition: all 0.35s ease;
  padding: 3px 6px;
}
@media screen and (min-width: 768px) {
  .page-news .news-details .news-property .news-type a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-details .news-property .news-type a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-details .news-property .news-type a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-details .news-property .news-type a {
    padding: 4px 6px;
  }
}
.page-news .news-details .news-property .news-type a:hover {
  background-color: #f8f8f8;
  color: #0061AE;
}
.page-news .news-details .news-content {
  min-height: 320px;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .page-news .news-details .news-content {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-details .news-content {
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-details .news-content {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .news-details .news-content {
    min-height: 480px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-details .news-content {
    min-height: 560px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-details .news-content {
    min-height: 640px;
  }
}
.page-news .news-details .news-content img {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-news .news-details .news-content img {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-details .news-content img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-details .news-content img {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.page-news .news-featured-products {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-news .news-featured-products {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-featured-products {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-featured-products {
    margin-top: 64px;
  }
}
.page-news .news-types-mb {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-news .news-types-mb {
    display: none;
  }
}
.page-news .news-types-mb ul {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
.page-news .news-types-mb ul li {
  margin: 0 4px 8px;
}
.page-news .news-types-mb ul a {
  font-size: 12px;
  padding: 4px 6px;
  border: 1px solid #eeeeee;
  border-radius: 100px;
  color: #777;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .page-news .news-types-mb ul a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .news-types-mb ul a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .news-types-mb ul a {
    font-size: 14px;
  }
}
.page-news .news-types-mb ul li.active a {
  color: #ffffff;
  border-color: #0096AD;
  background-color: #0096AD;
}
.page-news .sider-structure-wrapper > .main-content.news-details {
  padding: 1rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .page-news .sider-structure-wrapper > .main-content.news-details {
    padding: 2rem;
  }
}
.page-news .wysiwyg-content ol,
.page-news .wysiwyg-content ul {
  list-style-type: decimal;
}
.page-news .wysiwyg-content p,
.page-news .wysiwyg-content li,
.page-news .wysiwyg-content span {
  font-size: 15px;
  color: #777777;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-news .wysiwyg-content p,
  .page-news .wysiwyg-content li,
  .page-news .wysiwyg-content span {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-news .wysiwyg-content p,
  .page-news .wysiwyg-content li,
  .page-news .wysiwyg-content span {
    font-size: 1.125rem;
  }
}
.page-news .wysiwyg-content p,
.page-news .wysiwyg-content li {
  margin-bottom: 1rem;
}
.page-news .wysiwyg-content p:last-of-type,
.page-news .wysiwyg-content li:last-of-type {
  margin-bottom: 0;
}
.page-news .wysiwyg-content p {
  text-indent: 0;
}
.page-news .wysiwyg-content h1,
.page-news .wysiwyg-content h2,
.page-news .wysiwyg-content h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-news .wysiwyg-content h1,
  .page-news .wysiwyg-content h2,
  .page-news .wysiwyg-content h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .wysiwyg-content h1,
  .page-news .wysiwyg-content h2,
  .page-news .wysiwyg-content h3 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .wysiwyg-content h1,
  .page-news .wysiwyg-content h2,
  .page-news .wysiwyg-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .wysiwyg-content h1,
  .page-news .wysiwyg-content h2,
  .page-news .wysiwyg-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.page-news .wysiwyg-content h4,
.page-news .wysiwyg-content h5,
.page-news .wysiwyg-content h6 {
  margin: 10px 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-news .wysiwyg-content h4,
  .page-news .wysiwyg-content h5,
  .page-news .wysiwyg-content h6 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .wysiwyg-content h4,
  .page-news .wysiwyg-content h5,
  .page-news .wysiwyg-content h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .wysiwyg-content h4,
  .page-news .wysiwyg-content h5,
  .page-news .wysiwyg-content h6 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.page-news .wysiwyg-content img {
  display: block;
  max-width: 900px;
  height: auto;
  margin: 1rem auto;
}
.page-news .wysiwyg-content.small h1,
.page-news .wysiwyg-content.small h2,
.page-news .wysiwyg-content.small h3 {
  line-height: 1.75rem;
  font-weight: 800;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-news .wysiwyg-content.small h1,
  .page-news .wysiwyg-content.small h2,
  .page-news .wysiwyg-content.small h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .wysiwyg-content.small h1,
  .page-news .wysiwyg-content.small h2,
  .page-news .wysiwyg-content.small h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .wysiwyg-content.small h1,
  .page-news .wysiwyg-content.small h2,
  .page-news .wysiwyg-content.small h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .wysiwyg-content.small h1,
  .page-news .wysiwyg-content.small h2,
  .page-news .wysiwyg-content.small h3 {
    line-height: 2rem;
  }
}
.page-news .wysiwyg-content.small h4,
.page-news .wysiwyg-content.small h5,
.page-news .wysiwyg-content.small h6 {
  margin: 10px 0;
  line-height: 1.75rem;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-news .wysiwyg-content.small h4,
  .page-news .wysiwyg-content.small h5,
  .page-news .wysiwyg-content.small h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .wysiwyg-content.small h4,
  .page-news .wysiwyg-content.small h5,
  .page-news .wysiwyg-content.small h6 {
    font-size: 18pxpx;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .wysiwyg-content.small h4,
  .page-news .wysiwyg-content.small h5,
  .page-news .wysiwyg-content.small h6 {
    font-size: 18pxpx;
  }
}
.page-news .wysiwyg-content.small p,
.page-news .wysiwyg-content.small li,
.page-news .wysiwyg-content.small span {
  color: #777777;
  line-height: 1.5rem;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-news .wysiwyg-content.small p,
  .page-news .wysiwyg-content.small li,
  .page-news .wysiwyg-content.small span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1366px) {
  .page-news .wysiwyg-content.small p,
  .page-news .wysiwyg-content.small li,
  .page-news .wysiwyg-content.small span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-news .wysiwyg-content.small p,
  .page-news .wysiwyg-content.small li,
  .page-news .wysiwyg-content.small span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .wysiwyg-content.small p,
  .page-news .wysiwyg-content.small li,
  .page-news .wysiwyg-content.small span {
    line-height: 1.75rem;
  }
}

.page-products {
  background-color: #f8f8f8;
}
.page-products .product-list {
  margin-bottom: -1.5rem;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .page-products .product-list {
    margin-bottom: -2rem;
  }
}
.page-products .product-list .frame {
  background-color: #ffffff;
}
.page-products .product-list .product-item {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .page-products .product-list .product-item {
    margin-bottom: 2rem;
  }
}
.page-products .product-details .info-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .page-products .product-details .info-wrapper {
    flex-wrap: nowrap;
  }
}
.page-products .product-details .info-wrapper .info {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-products .product-details .info-wrapper .info {
    margin-top: 0;
    width: 100%;
    padding-left: 32px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-details .info-wrapper .info {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-details .info-wrapper .info {
    padding-left: 64px;
  }
}
.page-products .product-details .info-wrapper .bom-button a {
  margin-left: 0;
}
.page-products .product-details .info-wrapper .title {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .page-products .product-details .info-wrapper .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-details .info-wrapper .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-details .info-wrapper .title {
    font-size: 28px;
  }
}
.page-products .product-details .thumbnail {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-products .product-details .thumbnail {
    width: auto;
  }
}
.page-products .product-details .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.page-products .product-details .thumbnail {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.page-products .product-details .preview-wrapper {
  width: 190px;
  height: 190px;
  padding: 12px;
  border: 1px solid #eeeeee;
  order: 2;
}
@media screen and (min-width: 768px) {
  .page-products .product-details .preview-wrapper {
    padding: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-details .preview-wrapper {
    padding: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-details .preview-wrapper {
    padding: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .page-products .product-details .preview-wrapper {
    width: 400px;
    height: 400px;
  }
}
.page-products .product-details .preview-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.page-products .product-details .preview-wrapper .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.page-products .product-details .thumb-wrapper {
  height: 180px;
  width: 53.3333333333px;
  box-sizing: content-box;
  order: 1;
  margin-right: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-products .product-details .thumb-wrapper {
    margin-right: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-details .thumb-wrapper {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-details .thumb-wrapper {
    margin-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-products .product-details .thumb-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-details .thumb-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-details .thumb-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .page-products .product-details .thumb-wrapper {
    height: 320px;
    width: 100px;
  }
}
.page-products .product-details .thumb-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.page-products .product-details .thumb-wrapper .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.page-products .product-details .thumb-wrapper .swiper-thumbs {
  overflow: hidden;
  height: 100%;
}
.page-products .product-details .thumb-wrapper .swiper-thumbs .swiper-slide {
  cursor: pointer;
}
.page-products .product-details .thumb-wrapper .swiper-button-prev.swiper-button-white,
.page-products .product-details .thumb-wrapper .swiper-container-rtl .swiper-button-next.swiper-button-white {
  /* up */
  background-image: none;
  position: absolute;
  background-color: #eeeeee;
  width: 100%;
  height: 10px;
  left: 0;
  top: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-products .product-details .thumb-wrapper .swiper-button-prev.swiper-button-white,
  .page-products .product-details .thumb-wrapper .swiper-container-rtl .swiper-button-next.swiper-button-white {
    height: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-details .thumb-wrapper .swiper-button-prev.swiper-button-white,
  .page-products .product-details .thumb-wrapper .swiper-container-rtl .swiper-button-next.swiper-button-white {
    height: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-details .thumb-wrapper .swiper-button-prev.swiper-button-white,
  .page-products .product-details .thumb-wrapper .swiper-container-rtl .swiper-button-next.swiper-button-white {
    height: 20px;
  }
}
.page-products .product-details .thumb-wrapper .swiper-button-next.swiper-button-white,
.page-products .product-details .thumb-wrapper .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  /* down */
  background-image: none;
  position: absolute;
  background-color: #eeeeee;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  top: inherit;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-products .product-details .thumb-wrapper .swiper-button-next.swiper-button-white,
  .page-products .product-details .thumb-wrapper .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    height: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-details .thumb-wrapper .swiper-button-next.swiper-button-white,
  .page-products .product-details .thumb-wrapper .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    height: 20px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-details .thumb-wrapper .swiper-button-next.swiper-button-white,
  .page-products .product-details .thumb-wrapper .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    height: 20px;
  }
}
.page-products .product-details .swiper-thumbs .swiper-slide {
  opacity: 0.3;
  opacity: 1;
  padding: 4px;
  border: 1px solid #eeeeee;
}
.page-products .product-details .swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #0061AE;
}
.page-products .product-details .swiper-button-next,
.page-products .product-details .swiper-button-prev {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.page-products .product-details .swiper-button-next i,
.page-products .product-details .swiper-button-prev i {
  color: #aaaaaa;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-products .product-details .swiper-button-next i,
  .page-products .product-details .swiper-button-prev i {
    font-size: 14px;
  }
}
.page-products .product-details .introduction p {
  line-height: 1.5;
  color: #777777;
  font-size: 15px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .page-products .product-details .introduction p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-details .introduction p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-details .introduction p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-products .product-details .introduction p {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-details .introduction p {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-details .introduction p {
    margin-bottom: 16px;
  }
}
.page-products .product-details .introduction p:last-of-type {
  margin-bottom: 0;
}
.page-products section.products.details {
  background-color: #ffffff;
}
.page-products .details-wrapper {
  margin-top: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .page-products .details-wrapper {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .details-wrapper {
    margin-top: 4rem;
  }
}
.page-products .details-wrapper .detail-tabs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
}
.page-products .details-wrapper .detail-tabs li {
  padding: 6px 8px;
  color: #000000;
  font-size: 15px;
  background-color: #f8f8f8;
  margin: 0 4px 8px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page-products .details-wrapper .detail-tabs li {
    margin: 0 2px 0 0;
    padding: 12px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .page-products .details-wrapper .detail-tabs li {
    padding: 16px 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .details-wrapper .detail-tabs li {
    padding: 16px 24px;
    font-size: 18px;
  }
}
.page-products .details-wrapper .detail-tabs li.active {
  background-color: #0061AE;
  color: #ffffff;
}
.page-products .details-wrapper .details-contents {
  position: relative;
  min-height: 320px;
}
@media screen and (min-width: 1024px) {
  .page-products .details-wrapper .details-contents {
    min-height: 480px;
  }
}
.page-products .details-wrapper .details-contents .part {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.page-products .details-wrapper .details-contents .part.active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.page-products .details-wrapper .details-contents .wrapper {
  padding-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .page-products .details-wrapper .details-contents .wrapper {
    padding-top: 2rem;
  }
}
.page-products .details-wrapper li {
  font-size: 15px;
  line-height: 1.5;
  color: #777777;
}
@media screen and (min-width: 1024px) {
  .page-products .details-wrapper li {
    font-size: 15px;
    margin: 0 0 12px;
  }
}
.page-products .details-wrapper table {
  border: 1px solid #aaaaaa;
  border-bottom: none;
  border-right: none;
  min-width: 100%;
}
.page-products .details-wrapper table tr {
  border-bottom: 1px solid #aaaaaa;
}
.page-products .details-wrapper table tr td {
  border-right: 1px solid #aaaaaa;
  text-align: left;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #777777;
  line-height: 1.5;
  width: auto;
  min-width: 120px;
  line-height: 2;
  line-height: 1.75;
}
.page-products .details-wrapper table tr td:nth-of-type(1) {
  color: #555555;
}
.page-products .details-wrapper table tr:first-of-type,
.page-products .details-wrapper table tr.blue-row {
  font-size: 1.25rem;
  color: #2b2b2b;
  background-color: #0061AE;
}
.page-products .details-wrapper table tr:first-of-type td,
.page-products .details-wrapper table tr.blue-row td {
  padding: 0.75rem 1rem;
  color: #ffffff;
}
.page-products .details-wrapper .specification table tr:first-of-type,
.page-products .details-wrapper .specification table tr.blue-row {
  background-color: #ffffff;
  color: #2b2b2b;
}
.page-products .details-wrapper .specification table tr:first-of-type td,
.page-products .details-wrapper .specification table tr.blue-row td {
  color: #777777;
}
.page-products .action-button {
  margin-top: 2rem;
}
.page-products .action-button .call-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  background-color: #0096AD;
  transition: all 0.35s ease;
  padding: 12px 16px;
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-products .action-button .call-now {
    width: auto;
  }
}
.page-products .action-button .call-now:hover {
  background-color: #0061AE;
}
.page-products .action-button .icon {
  width: 40px;
  margin-right: 8px;
}
.page-products .action-button .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.page-products .action-button .text .top {
  font-size: 16px;
  margin: 0 0 6px;
}
.page-products .action-button .text .bottom {
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}
.page-products .action-button .text strong {
  display: inline-block;
  line-height: 1;
}
.page-products .title-search {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .page-products .title-search {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .title-search {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .title-search {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .page-products .title-search {
    font-size: 18px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .title-search {
    font-size: 22px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .title-search {
    font-size: 24px;
  }
}
.page-products .product-solution-types {
  background-color: #eeeeee;
}
.page-products .product-solution-types ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-products .product-solution-types li {
  width: auto;
  padding: 4px;
  margin: 4px 8px;
  border: 1px solid #f8f8f8;
  margin: 4px 8px;
  text-align: center;
  font-size: 12px;
  transition: all 0.35s ease;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .page-products .product-solution-types li {
    font-size: 13px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-solution-types li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-solution-types li {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-products .product-solution-types li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-solution-types li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-solution-types li {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 768px) {
  .page-products .product-solution-types li {
    margin: 0;
    flex: 1;
    border: none;
    border-right: 1px solid #dddddd;
  }
}
.page-products .product-solution-types li:first-of-type {
  border-left: 1px solid #dddddd;
}
.page-products .product-solution-types li:hover {
  background-color: #0061AE;
  color: #ffffff;
}
.page-products .product-solution-intro {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .page-products .product-solution-intro {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-solution-intro {
    padding: 4rem 0;
  }
}
.page-products .product-solution-intro .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.page-products .product-solution-intro .img {
  width: 100%;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-products .product-solution-intro .img {
    width: 400px;
    margin: 0;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-solution-intro .img {
    width: 560px;
  }
}
.page-products .product-solution-intro .content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-products .product-solution-intro .content {
    flex: 1;
    padding-top: 1rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-solution-intro .content {
    padding-top: 2rem;
    padding-left: 4rem;
  }
}
.page-products .product-solution-intro .content h3 {
  font-weight: 800;
  line-height: 1;
  color: #000000;
  font-size: 18px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .page-products .product-solution-intro .content h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-solution-intro .content h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-solution-intro .content h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-products .product-solution-intro .content h3 {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-solution-intro .content h3 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-solution-intro .content h3 {
    margin-bottom: 18px;
  }
}
.page-products .product-solution-intro .content .desc {
  line-height: 1.75;
  color: #777777;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-products .product-solution-intro .content .desc {
    font-size: 15px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-solution-intro .content .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-solution-intro .content .desc {
    font-size: 16px;
  }
}
.page-products .product-solution-intro .content p {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .page-products .product-solution-intro .content p {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1366px) {
  .page-products .product-solution-intro .content p {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products .product-solution-intro .content p {
    margin-bottom: 16px;
  }
}
.page-products section.products.for-solution {
  background-color: #ffffff;
}
.page-products section.products.for-solution .product-list .inner {
  background-color: #f8f8f8;
}
.page-products section.products.for-solution .product-list .product-item {
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .page-products section.products.for-solution .product-list .product-item {
    width: calc((100% - 56px) / 3);
    margin: 0 28px 16px 0;
  }
}
@media screen and (min-width: 1536px) {
  .page-products section.products.for-solution .product-list .product-item {
    width: calc((100% - 96px) / 4);
    margin: 0 24px 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-products section.products.for-solution .product-list .product-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1536px) {
  .page-products section.products.for-solution .product-list .product-item:nth-of-type(3n) {
    margin-right: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .page-products section.products.for-solution .product-list .product-item:nth-of-type(4n) {
    margin-right: 0;
  }
}

.page-contact section.contact .contact-title {
  font-weight: 800;
  margin-bottom: 18px;
  font-size: 24px;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page-contact section.contact .contact-title {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1536px) {
  .page-contact section.contact .contact-title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1366px) {
  .page-contact section.contact .contact-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1536px) {
  .page-contact section.contact .contact-title {
    font-size: 36px;
  }
}
.page-contact section.contact .contact-title span {
  display: inline-block;
  border-bottom: 4px solid #0061AE;
  padding-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-title span {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .page-contact section.contact .contact-title span {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1536px) {
  .page-contact section.contact .contact-title span {
    padding-bottom: 24px;
  }
}
.page-contact section.contact .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-contact section.contact .contact-map,
.page-contact section.contact .contact-info {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-map,
  .page-contact section.contact .contact-info {
    width: calc(50% - 40px);
  }
}
.page-contact section.contact .contact-map {
  height: 320px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-map {
    height: 600px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1366px) {
  .page-contact section.contact .contact-map {
    height: 720px;
  }
}
.page-contact section.contact .contact-map #map_container {
  display: block;
  width: 100%;
  height: 100%;
}
.page-contact section.contact .contact-map .amap-info-combo table {
  display: none;
}
.page-contact section.contact .contact-map .amap-adcontent-body {
  box-shadow: none;
  border: none;
}
.page-contact section.contact .contact-map #info_window {
  padding: 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}
.page-contact section.contact .contact-map #info_window .info-title {
  font-size: 20px;
  text-align: center;
  color: #0061AE;
  margin: 0 0 12px;
  text-align: left;
  font-weight: 800;
}
.page-contact section.contact .contact-map #info_window .info-content {
  font-size: 13px;
  color: #282828;
  line-height: 1.5;
  margin-bottom: 4px;
}
.page-contact section.contact .contact-map #info_window .info-content:last-of-type {
  margin-bottom: 0;
}
.page-contact section.contact .contact-info ul {
  margin: 0;
}
.page-contact section.contact .contact-info li.info-part {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-info li.info-part {
    margin: 0 0 1.5rem;
    padding: 0 0 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .page-contact section.contact .contact-info li.info-part {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
  }
}
.page-contact section.contact .contact-info .icon-wrapper {
  width: 48px;
  height: 48px;
  border: 1px solid #eeeeee;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-info .icon-wrapper {
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .page-contact section.contact .contact-info .icon-wrapper {
    width: 64px;
    height: 64px;
  }
}
.page-contact section.contact .contact-info .text {
  width: calc(100% - 64px - 2rem);
}
.page-contact section.contact .contact-info .text span {
  display: inline-block;
  line-height: 1;
  margin: 0 0 8pz;
  font-size: 15px;
  color: #aaaaaa;
}
@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-info .text span {
    font-size: 16px;
    margin: 0 0 1.5rem;
  }
}
.page-contact section.contact .contact-info .text p {
  line-height: 1.5;
  font-size: 16px;
  color: #000000;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-info .text p {
    line-height: 1;
    font-size: 18px;
  }
}
.page-contact section.contact .contact-info svg {
  width: 20px;
  height: 20px;
  fill: #0096AD;
}
@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-info svg {
    width: 24px;
    height: 24px;
  }
}
.page-contact section.contact .contact-info li.info-part:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-contact section.contact .contact-info .wrapper {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page-contact section.contact .contact-info .wrapper {
    padding-left: calc(100% - 560px);
  }
}
@media screen and (min-width: 1024px) {
  .page-contact section.contact .contact-info .wrapper {
    padding-left: calc(100% - 512px);
  }
}
@media screen and (min-width: 1366px) {
  .page-contact section.contact .contact-info .wrapper {
    padding-left: calc(100% - 640px);
  }
}
@media screen and (min-width: 1536px) {
  .page-contact section.contact .contact-info .wrapper {
    padding-left: calc(100% - 720px);
  }
}

.page-about section.about {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.page-about section.about .about-title {
  margin: 0 0 1rem;
  position: relative;
}
.page-about section.about .about-title h2 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-about section.about .about-title {
    margin: 0 0 32px;
  }
}
.page-about section.about .about-title:after {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #0096AD;
  left: 0;
  top: 0;
  position: absolute;
  left: -2rem;
}
.page-about section.about .about-title h2,
.page-about section.about .about-title h3 {
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.page-about section.about .about-title h2 {
  font-size: 20px;
  color: #0061AE;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .page-about section.about .about-title h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .page-about section.about .about-title h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1366px) {
  .page-about section.about .about-title h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.about .about-title h2 {
    font-size: 40px;
  }
}
.page-about section.about .about-title h3 {
  font-size: 15px;
  color: #777777;
  margin: 12px 0 0;
}
@media screen and (min-width: 768px) {
  .page-about section.about .about-title h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1536px) {
  .page-about section.about .about-title h3 {
    font-size: 20px;
  }
}
.page-about section.about .about-content p {
  font-size: 15px;
  line-height: 1.725;
  margin: 0 0 12px;
  color: #777777;
}
@media screen and (min-width: 768px) {
  .page-about section.about .about-content p {
    font-size: 16px;
    margin: 0 0 1rem;
  }
}/*# sourceMappingURL=index.css.map */