@charset "UTF-8";
.w {
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .w {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .w {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .w {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .w {
    max-width: 1290px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.vertical-center {
  align-items: center;
}

.col-xs-1-5,
.col-xs-2-5,
.col-xs-3-5,
.col-xs-4-5,
.col-xs-5-5,
.col-sm-1-5,
.col-sm-2-5,
.col-sm-3-5,
.col-sm-4-5,
.col-sm-5-5,
.col-md-1-5,
.col-md-2-5,
.col-md-3-5,
.col-md-4-5,
.col-md-5-5,
.col-lg-1-5,
.col-lg-2-5,
.col-lg-3-5,
.col-lg-4-5,
.col-lg-5-5,
.col-xl-1-5,
.col-xl-2-5,
.col-xl-3-5,
.col-xl-4-5,
.col-xl-5-5 {
  padding: 0 15px;
}

.col-xs-1-5 {
  width: 20%;
}

.col-xs-2-5 {
  width: 40%;
}

.col-xs-3-5 {
  width: 60%;
}

.col-xs-4-5 {
  width: 80%;
}

.col-xs-5-5 {
  width: 100%;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1 {
  width: 8.333333%;
}

.col-xs-2 {
  width: 16.666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.333333%;
}

.col-xs-5 {
  width: 41.666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333%;
}

.col-xs-8 {
  width: 66.666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.333333%;
}

.col-xs-11 {
  width: 91.666667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
  }
  .col-sm-2-5 {
    width: 40%;
  }
  .col-sm-3-5 {
    width: 60%;
  }
  .col-sm-4-5 {
    width: 80%;
  }
  .col-sm-5-5 {
    width: 100%;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1-5 {
    width: 20%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .col-md-5-5 {
    width: 100%;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-5-5 {
    width: 100%;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xl-1-5 {
    width: 20%;
  }
  .col-xl-2-5 {
    width: 40%;
  }
  .col-xl-3-5 {
    width: 60%;
  }
  .col-xl-4-5 {
    width: 80%;
  }
  .col-xl-5-5 {
    width: 100%;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1600px) {
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl,
.visible-xs-flex,
.visible-sm-flex,
.visible-md-flex,
.visible-lg-flex,
.visible-xl-flex {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .visible-xs-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  .visible-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  .visible-md-flex {
    display: flex !important;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1600px) {
  .hidden-xl {
    display: none !important;
  }
  .visible-xl {
    display: block !important;
  }
  .visible-xl-flex {
    display: flex !important;
  }
}
/*控制整个滚动条*/
::-webkit-scrollbar {
  background-color: #fff;
  width: 8px;
  border-left: 1px solid #dddddd;
}

/*滚动条两端方向按钮*/
::-webkit-scrollbar-button {
  display: none;
}

/*滚动条中间滑动部分*/
::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #b2b2b2;
}

/*控制整个滚动条*/
.pro-submenu-content .left .pro-submenu-menu::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 8px;
  border-left: none;
}

/*滚动条两端方向按钮*/
.pro-submenu-content .left .pro-submenu-menu::-webkit-scrollbar-button {
  display: none;
}

/*滚动条中间滑动部分*/
.pro-submenu-content .left .pro-submenu-menu::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 4px;
}
.pro-submenu-content .left .pro-submenu-menu::-webkit-scrollbar-thumb:hover {
  background-color: #b2b2b2;
}

* {
  padding: 0;
  border: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 10px;
}
@media (max-width: 767px) {
  html {
    font-size: 8.75px;
  }
}

body {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #404040;
  font-family: "OpenSans-Regular";
}

header {
  flex-shrink: 0;
}

main {
  flex-grow: 1;
}

footer {
  flex-shrink: 0;
}

ul {
  list-style-type: none;
}

ul,
ol {
  list-style-position: inside;
}

input,
textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 30px;
  border: 1px solid #eee;
  font-size: 1.4rem;
  transition: box-shadow 500ms cubic-bezier(0.2, 0, 0, 1), border 500ms cubic-bezier(0.2, 0, 0, 1);
}
input:focus,
textarea:focus {
  border-color: #1B9F43;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
}
input::placeholder,
textarea::placeholder {
  color: #c4c4c4;
  font-family: "OpenSans-Regular";
}

textarea {
  padding: 15px;
  resize: none;
  height: 180px;
}

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

a:hover,
a:focus {
  color: initial;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.75em;
}

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

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 10px;
  border: 1px solid #e8e8e8;
}

img,
video,
svg,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-wrap {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.img-wrap--hover:hover img {
  transform: scale(1.05);
}
.img-wrap--fixed {
  height: 0;
  padding-bottom: 75%;
}
.img-wrap--fixed img {
  position: absolute;
  top: 0;
}
.img-wrap img {
  width: 100%;
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
}

.video-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-wrap iframe,
.video-wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

.tabs__pane {
  display: none;
}
.tabs__pane.active {
  display: block;
}

.swiper-container {
  --swiper-navigation-color: $main_color;
}
.swiper-button {
  width: 40px;
  height: 40px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.swiper-button::after {
  font-size: 1.6rem;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullet {
  background-color: #1B9F43;
}

.main-color {
  color: #1B9F43;
}

.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.navigation.pagination .nav-links .page-numbers {
  padding: 7px 14px;
  margin: 0 10px;
  background: #fff;
  border: 1px solid #ececec;
  color: #a8a8a8;
}
.navigation.pagination .nav-links .page-numbers:hover {
  background: #1B9F43;
  border-color: #1B9F43;
  color: #fff;
}
.navigation.pagination .nav-links .page-numbers:hover a {
  color: #fff;
}
.navigation.pagination .nav-links .page-numbers:hover svg {
  fill: #fff;
}
.navigation.pagination .nav-links .page-numbers.current {
  background: #1B9F43;
  border-color: #1B9F43;
  color: #fff;
}

@media (max-width: 767px) {
  .page-numbers:nth-child(3),
  .page-numbers:nth-child(4),
  .page-numbers:nth-child(6) {
    display: none;
  }
}
.c-message {
  min-width: 380px;
  min-height: 48px;
  padding: 10px;
  position: fixed;
  z-index: 20;
  background-color: #edf2fc;
  border: 1px solid #909399;
  color: #909399;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 500ms;
  opacity: 0;
  transform: translate(-50%, -100%);
  border-radius: 4px;
}
.c-message.active {
  opacity: 1;
  transform: translate(-50%, 30px);
}
.c-message.success {
  background-color: #f0f9eb;
  border-color: #67C23A;
  color: #67C23A;
}
.c-message.warning {
  background-color: #fdf6ec;
  border-color: #E6A23C;
  color: #E6A23C;
}
.c-message.danger {
  background-color: #fef0f0;
  border-color: #F56C6C;
  color: #F56C6C;
}
@media (max-width: 767px) {
  .c-message {
    min-width: 95vw;
  }
}
.c-article-details h1,
.c-article-details h2,
.c-article-details h3,
.c-article-details h4,
.c-article-details h5,
.c-article-details h6,
.c-article-details p,
.c-article-details ul,
.c-article-details ol,
.c-article-details table {
  margin: 1em 0;
}
.c-article-details img.aligncenter {
  margin: 0 auto;
}
.c-article-details ul {
  list-style-type: disc;
}
.c-article-details ul li,
.c-article-details ol li {
  margin: 0.5em 0;
}
.c-article-details a {
  color: #1B9F43;
}
.c-sidebar {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 22;
  cursor: pointer;
}
.c-sidebar-item {
  display: block;
  width: 48px;
  height: 48px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
.c-sidebar-item:hover {
  transform: translateY(-2px);
}
.c-sidebar-item__icon {
  width: 50%;
}
.c-fixed-contact {
  position: fixed;
  transform: translate(50%, 50%);
  right: 50%;
  bottom: 50%;
  width: 800px;
  height: 474px;
  background-color: #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 9;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 500ms cubic-bezier(0.2, 0, 0, 1), height 500ms cubic-bezier(0.2, 0, 0, 1), border 500ms cubic-bezier(0.2, 0, 0, 1), right 500ms cubic-bezier(0.2, 0, 0, 1), bottom 500ms cubic-bezier(0.2, 0, 0, 1), transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
@media (max-width: 800px) {
  .c-fixed-contact {
    width: 90%;
  }
}
.c-fixed-contact.hide {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  right: 10px;
  bottom: 68px;
  transform: translate(0%, 0%);
  animation: __fixed-contact 500ms;
}
.c-fixed-contact.hide .c-fixed-contact-form {
  display: none;
}
.c-fixed-contact.hide .c-fixed-contact__close {
  background: var(--wpr-bg-981dd539-7e7b-4575-856d-471137653cf7) no-repeat center center;
  position: unset;
  width: 100%;
  height: 100%;
}
.c-fixed-contact__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: var(--wpr-bg-098bacce-2112-4196-a4f6-e462c1b756e4) no-repeat center center;
}
.c-fixed-contact-form {
  padding: 60px 40px;
}
.c-fixed-contact-form__input, .c-fixed-contact-form__textarea {
  width: 100%;
  margin-bottom: 20px;
}
.c-fixed-contact-form__textarea {
  height: 144px;
}
.c-fixed-contact-form__submit {
  display: block;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  background-color: #1B9F43;
  border: 1px solid #1B9F43;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  transition: 500ms cubic-bezier(0.2, 0, 0, 1);
}
.c-fixed-contact-form__submit:hover {
  background-color: #fff;
  color: #1B9F43;
}
.c-search {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 25;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.c-search.active {
  display: flex;
}
.c-search__container {
  position: relative;
  max-width: 600px;
  width: 100%;
  padding: 60px 40px;
  background: #fff;
}
.c-search__form {
  display: flex;
  width: 100%;
}
.c-search__submit {
  flex-shrink: 0;
  width: 50px;
  height: 56px;
  border-left: 0;
  cursor: pointer;
  transition: background-color 500ms cubic-bezier(0.2, 0, 0, 1), border-color 500ms cubic-bezier(0.2, 0, 0, 1), color 500ms cubic-bezier(0.2, 0, 0, 1);
  background: #1B9F43;
}
.c-search__submit:hover {
  background: #1B9F43;
  border-color: #1B9F43;
  color: #fff;
}
.c-search__close {
  position: absolute;
  right: 14px;
  top: 10px;
  cursor: pointer;
}
.c-video {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
}
.c-video.show {
  display: flex;
}
.c-video__container {
  width: 800px;
  position: relative;
  border: 1px solid #ccc;
}
.c-video__close {
  position: absolute;
  right: -5px;
  top: -30px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.c-video__close span {
  display: inline-block;
  width: 2px;
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
}
.c-video__close span:nth-child(1) {
  transform: translate(7px) rotate(-45deg);
}
.c-video__close span:nth-child(2) {
  transform: translate(1px) rotate(45deg);
}
.c-message {
  min-width: 380px;
  min-height: 48px;
  padding: 10px;
  position: fixed;
  z-index: 20;
  background-color: #edf2fc;
  border: 1px solid #909399;
  color: #909399;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 500ms;
  opacity: 0;
  transform: translate(-50%, -100%);
  border-radius: 4px;
}
.c-message.active {
  opacity: 1;
  transform: translate(-50%, 30px);
}
.c-message.success {
  background-color: #f0f9eb;
  border-color: #67C23A;
  color: #67C23A;
}
.c-message.warning {
  background-color: #fdf6ec;
  border-color: #E6A23C;
  color: #E6A23C;
}
.c-message.danger {
  background-color: #fef0f0;
  border-color: #F56C6C;
  color: #F56C6C;
}
@media (max-width: 767px) {
  .c-message {
    min-width: 95vw;
  }
}
.c-loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #1B9F43;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-loading.show {
  display: flex;
}
.c-loading__icon {
  animation: __loading 2000ms linear infinite;
}
@keyframes __loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-loading__title {
  margin-top: 10px;
  color: #fff;
}

/* search 补充 start */
.c-search__submit img,
.c-search__submit svg {
  margin: auto;
}

/* 关闭按钮图标 start */
.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: #1B9F43;
  -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);
}

/* 关闭按钮 end */
/* search 补充 end */
/* 回顶补充 start */
.c-sidebar-item--contact {
  margin: 0;
  cursor: pointer;
  position: relative;
}

.c-sidebar-item--contact {
  display: flex;
  justify-content: center;
  margin-left: auto;
}

.c-sidebar-item--contact img {
  width: 24px;
}

.c-sidebar-item--whatapp {
  margin: 0;
  cursor: pointer;
  position: relative;
}

.c-sidebar-item--whatapp {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-bottom: 10px;
}

.c-sidebar-item--whatapp img {
  width: 24px;
}

.c-sidebar-item {
  width: 44px;
  height: 44px;
}

.c-sidebar-item--contact {
  background: #1B9F43;
  width: 55px;
  height: 55px;
}

.c-sidebar-item--whatapp {
  background: #1B9F43;
  width: 55px;
  height: 55px;
}

.c-sidebar-item--top {
  border-radius: 4px;
  width: 35px;
  height: 35px;
  margin: 10px auto 0;
}

@media (max-width: 810px) {
  .c-video__container {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .c-sidebar {
    right: 0;
    bottom: 0;
  }
}
/* 询价表单弹框 start */
.com-fixed-contact-container {
  width: 100%;
  height: 100%;
}

.common-fixed-contact,
.c-online-chat {
  position: fixed;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  right: 50%;
  bottom: 50%;
  width: 800px;
  height: 563px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 998;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.common-fixed-contact.active,
.c-online-chat.active {
  display: flex !important;
}

.common-fixed-contact.hide,
.c-online-chat.hide {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  right: 10px;
  bottom: 68px;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-animation: __fixed-contact 500ms;
  animation: __fixed-contact 500ms;
}

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

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

.common-fixed-contact-form__input::placeholder,
.common-fixed-contact-form__textarea::placeholder {
  color: #999;
}

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

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

.common-fixed-contact-form .common-btn {
  width: 240px;
  height: 48px;
  background-color: #1B9F43;
  color: #fff;
  border: 1px solid #1B9F43;
  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;
}

.common-fixed-contact__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.common-fixed-contact.hide .common-fixed-contact__close {
  position: unset;
  width: 100%;
  height: 100%;
}

.common-fixed-contact.hide .common-fixed-contact-form {
  display: none;
}

/* 关闭按钮 */
.common-fixed-contact__close span {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #1B9F43;
  -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);
}

.common-fixed-contact__close span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.common-fixed-contact__close span:nth-child(2) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.common-fixed-contact-form__input::placeholder,
.common-fixed-contact-form__textarea::placeholder {
  font-family: "OpenSans-Regular";
}

@media (max-width: 1024px) {
  .common-fixed-contact {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .common-fixed-contact-form {
    padding: 60px 20px;
  }
  .c-search__container {
    padding: 60px 15px;
  }
}
/* 询价表单 end */
.fenye {
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=index.min.css.map */