body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td a {
  margin: 0;
  padding: 0;
}

body {
  list-style: none;
  text-decoration: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}

body {
  margin: 0 auto;
}

* {
  list-style: none;
  text-decoration: none;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-family: 'Hind-Regular';
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.4;
}

@font-face {
  font-family: 'Hind-Regular';
  src: url(/lib/fonts/Hind-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'Hind-Bold';
  src: url(/lib/fonts/Hind-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: 'Hind-Medium';
  src: url(/lib/fonts/Hind-Medium.ttf);
  font-display: swap;
}
@font-face {
  font-family: 'Hind-Light';
  src: url(/lib/fonts/Hind-Light.ttf);
  font-display: swap;
}
@font-face {
  font-family: 'Hind-SemiBold';
  src: url(/lib/fonts/Hind-SemiBold.ttf);
  font-display: swap;
}

.navigation.pagination .nav-links .page-numbers.current {
  background: #0ca37d;
  border-color: #0ca37d;
  color: #fff;
}
.navigation.pagination .nav-links .page-numbers:hover {
  background: #0ca37d;
  border-color: #0ca37d;
  color: #fff;
}
.swiper-button-prev {
  left: -36px;
}
.swiper-button-next {
  right: -36px;
}
.c-breadcrumbs__container svg {
  margin-right: 5px;
}
.swiper-button-prev,
.swiper-button-next {
  background: none;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0ca37d;
  border-radius: 50%;
}
.swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.common-fixed-contact {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 800px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  border-radius: 10px;
  z-index: 998;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.common-fixed-contact h3 {
  margin: 20px 40px;
}

.common-fixed-contact p {
  margin: 0 40px;
}

.common-fixed-contact-form {
  padding: 20px 40px;
}

.common-fixed-contact-form__input,
.common-fixed-contact-form__textarea {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-bottom: 20px;
}

.common-fixed-contact-form__textarea {
  height: 144px;
  padding: 20px;
  resize: none;
}

.common-fixed-contact-form__submit {
  width: 240px;
  margin: 0 auto;
  margin-top: 20px;
}

.common-btn {
  width: 240px;
  height: 48px;
  background-color: #0ca37d;
  color: #fff;
  border: 1px solid #0ca37d;
  border-radius: 24px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  position: relative;
  -webkit-box-shadow: 0 15px 20px -5px rgb(30 139 214 / 22%);
  box-shadow: 0 15px 20px -5px rgb(30 139 214 / 22%);
}

.common-fixed-contact__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url(/lib/images/close.svg) no-repeat center center;
}

.common-fixed-contact__close img {
  display: none;
}

.common-fixed-contact__close img.active {
  display: block;
}

[type='submit']:hover {
  color: #0ca37d;
}

.c-sidebar-item--contact {
  background: #0ca37d;
}

.c-close-icon {
  width: 20px;
  height: 20px;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-close-icon span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #0ca37d;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}

.c-close-icon span:nth-child(1) {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
  transform: translateY(8.5px) rotate(-45deg);
}

.c-close-icon span:nth-child(2) {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-8.5px) rotate(45deg);
}

[type='submit'] {
  background: #0ca37d;
  border: 1px solid #0ca37d;
}

.c-search__submit:hover {
  background: #0ca37d;
  border-color: #0ca37d;
  color: #fff;
}

/* 搜索栏样式开始 */
.c-close-icon {
  width: 20px;
  height: 20px;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-close-icon span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #0ca37d;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
.c-close-icon span:nth-child(1) {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
  transform: translateY(8.5px) rotate(-45deg);
}
.c-close-icon span:nth-child(2) {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-8.5px) rotate(45deg);
}
[type='submit'] {
  background: #0ca37d;
  border: 1px solid #0ca37d;
}
.c-search__submit:hover {
  background: #0ca37d;
  border-color: #0ca37d;
  color: #fff;
}
/* 手机导航搜索栏开始 */
.c-search__submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 搜索栏样式开始 */
/* 手机导航搜索栏结束 */

input {
  padding: 0 15px;
  font-size: 16px;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.zt {
  height: 100px;
  transition: all 0.5s;
}
.zt.active {
  height: 80px;
}
header {
  display: flex;
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  z-index: 99;
  transition: all 0.5s;
  box-shadow: 0 3px 5px rgba(32, 32, 32, 0.08);
}
header.active {
  height: 80px;
}
header .left {
  margin-left: 7.812525vw;
  max-width: 510px;
  display: flex;
  align-items: center;
}
header .left img {
  height: 100%;
  padding: 10px 0;
}
header .left a {
  display: inline-block;
  height: 100%;
}
header .right {
  padding-right: 7.812525vw;
  flex: 1;
  background: #0ca37d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}

header .right .nav {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 40px;
}
header .right .nav > li {
  padding: 30px 20px;
  position: relative;
}

header .right .nav > li .sub-menu {
  position: absolute;
  top: 90%;
  left: 0;
  background: #fff;
  padding: 20px;
  z-index: 9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 180px;
}
header .right .nav > li .sub-menu li a {
  color: #202020;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}

header .right .nav > li .sub-menu li {
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .right .nav > li .sub-menu li > svg {
  position: absolute;
  right: -15px;
  width: 10px;
  height: 10px;
}

.menu-item-has-children2 .sub-menu .menu-item-has-children3 {
  position: absolute;
  top: 0;
  left: 110%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
.children2 .menu-item-has-children3 > li {
  padding: 5px 0;
}

header .right .nav > li > a {
  color: #fff;
  font-size: 1.04167vw;
  font-family: 'Hind-Medium';
}

header .right .nav li.search {
  position: relative;
  cursor: pointer;
}
header .right .contact {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
header .right .contact li {
  padding: 0 10px;
  display: flex;
  align-items: center;
  position: relative;
}
header .right .contact li .languages {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 10px;
  min-width: 100px;
  background: #fff;
  border: 1px solid #e5e5e5;
  display: none;
}
header .right .contact li .languages a {
  color: #666;
}
header .right .contact li .languages a:hover {
  color: #0ca37d;
}
header .right .contact li:first-child {
  position: relative;
}
header .right .contact li:first-child::after {
  position: absolute;
  width: 1px;
  height: 70%;
  right: 0;
  top: 0;
  content: '';
  background: rgba(255, 255, 255, 0.3);
}
header .right .contact li svg {
  margin: 0 5px;
  cursor: pointer;
}
header .right .contact li > a {
  width: 160px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-family: 'Hind-Medium';
  transition: all 0.5s;
}
header.active .right .contact li > a {
  height: 40px;
}
header .right .contact li > a:hover {
  background: #fff;
  color: #0ca37d;
}

header .subject-menu {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 1520px;
  background: #fff;
  padding: 30px 20px;
  z-index: 9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
header .subject-menu .content {
  display: flex;
}
header .subject-menu .content .menu-left {
  max-width: 30%;
  width: 100%;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #e5e5e5;
}
header .subject-menu .content .menu-left .swiper-container-menu {
  /* max-height: 300px; */
  height: 100%;
}
header .subject-menu .content .menu-left h3 {
  font-size: 22px;
  font-family: 'Hind-Bold';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 20px;
  color: #202020;
}

header .subject-menu .content .menu-left .swiper-container-menu img {
  width: 100%;
  object-fit: cover;
}
header .subject-menu .content .menu-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
header .subject-menu .content .menu-right .ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .subject-menu .content .menu-right .ul ul {
  margin: 0 20px;
  max-width: 220px;
  width: 100%;
  flex: 1;
}
header .subject-menu .content .menu-right .ul ul h3 {
  font-size: 18px;
  font-family: 'Hind-Bold';
  margin-bottom: 15px;
}
header .subject-menu .content .menu-right .ul ul li {
  margin: 5px 0;
}
header .subject-menu .content .menu-right a {
  display: inline-block;
  max-width: 240px;
  color: #202020;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
header .subject-menu .content .menu-right > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  background: #0ca37d;
  color: #fff;
  position: relative;
  z-index: 9;
  border-radius: 2px;
}
.swiper-pagination-menu {
  position: absolute;
  justify-content: right;
  bottom: auto !important;
  top: 70% !important;
  left: -15px !important;
}
.swiper-pagination-menu .swiper-pagination-bullet {
  background: #0ca37d;
}

/* 手机导航开始 */
header .header1,
.header2,
.header3 {
  display: none;
}
.nav {
  display: none;
}
.phone_header {
  display: block;
}
.phone_header .nav {
  display: block;
  height: 60px;
}
.body-top {
  width: 100%;
  height: 60px;
  background-color: #0ca37d;
  position: fixed;
  z-index: 99;
  box-shadow: 0px 0px 15px 3px rgba(0, 6, 11, 0.1);
  top: 0;
}
.body-top .body_top {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.body-top .top_left {
  display: inline-block;
  padding: 5px;
  background: #fff;
}
.body-top .top_left a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.body-top .top_left img {
  max-width: 200px;
  height: 100%;
}
.body-top .top_right_ {
  display: flex;
  align-items: center;
}
.body-top .top_right_ .login {
  margin-left: 10px;
}
.body-top .top_right {
  width: 22px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 17px;
  float: right;
  right: 0;
}
.body-top .top_right span {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    opacity 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
.body-top .active span:nth-child(1) {
  -webkit-transform: translateY(8.5px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.body-top .active span:nth-child(2) {
  opacity: 0;
}
.body-top .active span:nth-child(3) {
  -webkit-transform: translateY(-8.5px) rotate(45deg);
  transform: translateY(-9.5px) rotate(45deg);
}
.body-top .cart {
  display: flex;
  float: right;
  justify-content: center;
  height: 100%;
  align-items: center;
  margin-right: 10px;
}
.body-top .cart a {
  text-decoration: none;
  border: none;
  position: relative;
}
.body-top .cart a span {
  display: none;
}
.body-top .cart a .active {
  width: 15px;
  height: 15px;
  text-decoration: none;
  color: #fff;
  background: #e11b22;
  border-radius: 50%;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -10px;
  text-align: center;
  display: block;
}

.phone_header .mask_1 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  top: 0;
}
.phone_header > .active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
}
.body-left {
  width: 30%;
  opacity: 0;
  height: 100%;
  float: left;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
.body-left.body_left_active {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow: auto;
}
.body-left .img {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.body-left .img img {
  width: 100px;
}
.body-left .list {
  padding: 10px;
  min-height: 80%;
}
.body-left .list > ul > li {
  padding: 20px 0 20px 0px;
  color: #1d1d1d;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.list > ul > li > .active {
  opacity: 1;
  pointer-events: auto;
}
.body-left .list > ul > li > a {
  color: #1d1d1d;
  font-size: 15px;
  position: relative;
  text-decoration: none;
}
.menu__children_phone {
  display: none;
}
.body-left .list > ul > li .active {
  color: #0ca37d;
}
.menu__children_phone .menu__item {
  width: 100%;
  line-height: 18px;
  margin-top: 15px;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu__children_phone .menu__item a {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}
.menu__item .menu__children_phone3 {
  display: none;
}
.menu__item .menu__children_phone3 li {
  width: 100%;
  line-height: 18px;
  margin-top: 15px;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu__item2 .triangle3 svg {
  width: 14px;
  height: 14px;
}
.menu__item2 .triangle3 {
  display: inline-block;
  position: absolute;
  right: 6px;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transform-origin: 7px 8px;
}
.menu__item2 .triangle3.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.body-left .list > ul > li .triangle {
  display: inline-block;
  position: absolute;
  right: 6px;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),
    -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
  transform-origin: 7px 8px;
}
.body-left .list > ul > li .triangle.active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.body-left .nav_phone {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.body-left .nav_phone .call {
  display: flex;
  margin-bottom: 20px;
}
.body-left .nav_phone .call img {
  margin-right: 10px;
}
.body-left .nav_phone .samples {
  width: 180px;
  height: 40px;
  background-color: #0ca37d;
  border-radius: 20px;
}
.body-left .nav_phone .samples a {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  font-family: 'IBMPlexSans-Bold';
  box-shadow: 0 4px 12px rgb(47 149 217 / 30%);
}
/* 手机导航结束 */

main .page {
  height: 100px;
  display: flex;
  align-items: center;
}
main .page .content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main .page .content ul li {
  color: #777;
}
main .page .content ul li a {
  margin: 0 5px;
  color: #0ca37d;
}
main .page .content ul li.active a {
  color: #777;
}

footer .footer_top {
  display: flex;
}
footer .footer_top .left {
  background: #0ca37d;
  padding: 4.16665vw 7.812525vw;
  color: #fff;
}
footer .footer_top .left > p {
  font-size: 16px;
  max-width: 440px;
  width: 100%;
  margin-bottom: 20px;
}
footer .footer_top .left a {
  font-size: 20px;
  font-family: 'Hind-Bold';
  text-decoration: underline;
}
footer .footer_top .left .share {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
footer .footer_top .left .share ul {
  display: flex;
  margin-left: 6px;
}
footer .footer_top .left .share ul li {
  margin: 0 10px;
}
footer .footer_top .right {
  background: url(/lib/images/img_footer_bg.jpg) no-repeat right bottom #02281e;
  background-size: cover;
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  padding: 4.16665vw 7.812525vw;
  @media (max-width: 1536px) {
    padding: 4.16665vw 2.08333vw;
  }
}
footer .footer_top .right .box {
  max-width: 300px;
  flex: 1 1 0%;
}
footer .footer_top .right h3 {
  font-size: 16px;
  font-family: 'Hind-Bold';
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
footer .footer_top .right h3 svg {
  margin-top: 4px;
  margin-left: 12px;
  flex: none;
}
footer .footer_top .right ul li {
  margin-bottom: 11px;
}
footer .footer_top .right ul li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}
footer .footer_top .right ul li:hover a {
  opacity: 1;
}
footer .footer_top .right .box .top {
  margin-bottom: 30px;
}
footer .footer_top .right .box form {
  margin-top: 30px;
}
footer .footer_top .right .box form input {
  width: 280px;
  height: 56px;
  background: #0ca37d;
  border: none;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 10px;
}
footer .footer_top .right .box form .email {
  position: relative;
}
footer .footer_top .right .box form .email input {
  background: none;
  border: 1px solid #fff;
  padding-left: 46px;
}
footer .footer_top .right .box form .email svg {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
footer .footer_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_btm .left {
  padding: 20px 7.812525vw;
  display: flex;
  align-items: center;
}
footer .footer_btm .left p {
  font-size: 14px;
  color: #777;
  margin-right: 30px;
}

footer .footer_btm .right {
  padding: 20px 7.812525vw;
}
footer .footer_btm .right ul {
  display: flex;
  align-items: center;
}
footer .footer_btm .right ul li {
  margin: 0 10px;
}
footer .footer_btm .right ul li a {
  font-size: 14px;
  color: #777;
}

@media (max-width: 1600px) {
  .content {
    padding: 0 30px;
  }
  header .left {
    margin-left: 30px;
  }
  header .right {
    padding-right: 30px;
  }
}
@media (max-width: 1500px) {
  main .swiper .left {
    max-width: 50%;
  }
  main .swiper .right {
    max-width: 45%;
  }
  header .right .nav > li {
    padding: 30px 15px;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 1279px) {
  header .left {
    margin-left: 30px;
  }
  footer .footer_top {
    flex-direction: column-reverse;
  }
  footer .footer_top .left > p {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  footer .footer_top .right {
    flex-direction: column;
  }
  footer .footer_top .right h3 svg {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  footer .footer_btm {
    flex-direction: column;
  }
  footer .footer_btm .left {
    flex-direction: column;
  }
  footer .footer_btm .right {
    padding: 10px 0;
  }
  footer .footer_btm .left p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .body-left {
    width: 60%;
  }
  .common-fixed-contact {
    width: 100%;
  }
  .common-fixed-contact {
    width: 100%;
  }
  .common-fixed-contact h3 {
    margin: 20px 15px;
  }
  .common-fixed-contact p {
    margin: 0 15px;
  }
  .common-fixed-contact-form {
    padding: 20px 15px;
  }
  main .four-box {
    flex-wrap: wrap;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 45px;
    height: 45px;
  }
  .swiper-button-prev {
    left: -22px;
  }
  .swiper-button-next {
    right: -22px;
  }
  main .page {
    height: auto;
    padding: 15px 0;
  }
  footer .footer_top .left .share {
    margin-top: 20px;
  }
  footer .footer_btm .left p {
    text-align: center;
  }
  footer .footer_top .right {
    padding: 30px 15px;
  }
  footer .footer_top .left {
    padding: 30px 15px;
  }
  footer .right .box {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .common-fixed-contact {
    width: 100%;
  }
  .common-fixed-contact h3 {
    margin: 20px 15px;
  }
  .common-fixed-contact p {
    margin: 0 15px;
  }
  .common-fixed-contact-form {
    padding: 20px 15px;
  }
}
