
@media (min-width: 1200px) {
  /*控制整个滚动条*/
  ::-webkit-scrollbar {
    background-color: #fff;
    width: 8px;
    border-left: 1px solid #ccc;
  }
  /*滚动条两端方向按钮*/
  ::-webkit-scrollbar-button {
    display: none;
  }
  /*滚动条中间滑动部分*/
  ::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
  }
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url("../font/Poppins-Regular.ttf");
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url("../font/Poppins-Medium.ttf");
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url("../font/Poppins-Bold.ttf");
}

* {
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          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;
  color: #303030;
  font-size: 1.6rem;
  font-family: "Poppins-Regular";
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 100px;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

ul {
  list-style-type: none;
}

input,
img,
select {
  vertical-align: middle;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
}

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

a:hover,
a:focus {
  text-decoration: none;
  outline-style: none;
}

a:hover {
  color: #3bcb93;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: "Poppins-Bold";
  font-weight: normal;
}

.tabs-content .tab-pane {
  display: none;
}

.tabs-content .tab-pane.active {
  display: block;
}

.zoom-container {
  width: 30vw;
  border: 1px solid #ccc;
  cursor: crosshair;
  overflow: hidden;
}

.zoom-container img {
  width: 100%;
  position: relative;
}

.img-wrap {
  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;
}

.img-wrap--not-hover img {
  -webkit-transform: none !important;
          transform: none !important;
}

.img-wrap:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.img-wrap img {
  max-width: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.img-wrapp {
  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;
}

.img-wrapp--not-hover img {
  -webkit-transform: none !important;
  transform: none !important;
}

.img-wrapp:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.img-wrapp img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.img-wrappp {
  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;
}

.img-wrappp--not-hover img {
  -webkit-transform: none !important;
  transform: none !important;
}

.img-wrappp:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.img-wrappp img {
  width: 100%;
  height: 290px;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.navigation.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.navigation.pagination h2 {
  display: none;
}

.navigation.pagination .nav-links {
  margin-left: auto;
}

.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #2c3e50;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
  border-radius: 4px;
}

.navigation.pagination .nav-links .page-numbers.current {
  background-color: #3bcb93;
  border-color: #3bcb93;
  color: #fff;
}

.navigation.pagination .nav-links .page-numbers.prev, .navigation.pagination .nav-links .page-numbers.next {
  width: auto;
  padding: 0 5px;
}

.swiper-container:hover .swiper-button {
  opacity: .7;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.swiper-container:hover .swiper-button:hover {
  opacity: 1;
}

.swiper-container .swiper-button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.swiper-container .swiper-button-prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.swiper-container .swiper-button-next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.swiper-button {
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 0px 10px rgba(48, 48, 48, 0.1);
          box-shadow: 0 0px 10px rgba(48, 48, 48, 0.1);
}

.swiper-button::after {
  display: none;
}

.swiper-button-prev {
  left: 0;
  background: url(../image/left.png) no-repeat center center;
  border-radius: 0 20px 20px 0;
}

.swiper-button-next {
  right: 0;
  background: url(../image/right.png) no-repeat center center;
  border-radius: 20px 0 0 20px;
}

.swiper-pagination {
  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;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #3bcb93;
  margin: 0 5px;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.iframe-container {
  width: 100%;
  height: 0;
  padding-bottom: 52.25%;
  position: relative;
  overflow: hidden;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-message {
  min-width: 380px;
  min-height: 48px;
  padding: 10px;
  position: fixed;
  z-index: 999;
  background-color: #edf2fc;
  border: 1px solid #909399;
  color: #909399;
  top: 0;
  left: 50%;
  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;
  transition: all 500ms;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  border-radius: 4px;
}

.c-message.active {
  opacity: 1;
  -webkit-transform: translate(-50%, 30px);
          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 div,
.c-article-details ul,
.c-article-details ol,
.c-article-details table {
  margin: 1em 0;
}

.c-article-details img {
  max-width: 100%;
  height: auto;
}

.c-article-details table {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
}

.c-article-details table td {
  padding: 10px;
  border: 1px solid #e8e8e8;
}

.c-article-details ul {
  list-style-type: disc;
}

.c-article-details ul,
.c-article-details ol {
  padding-left: 20px;
}

.c-article-details ul li,
.c-article-details ol li {
  margin: .5em 0;
}

.c-sidebar {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 998;
}

.c-sidebar-item {
  display: block;
  width: 48px;
  height: 48px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px rgba(48, 48, 48, 0.1);
          box-shadow: 0 0px 10px rgba(48, 48, 48, 0.1);
  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;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.c-sidebar-item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.c-sidebar-item__icon {
  width: 50%;
}

.c-fixed-contact {
  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 0px 10px rgba(48, 48, 48, 0.1);
          box-shadow: 0 0px 10px rgba(48, 48, 48, 0.1);
  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;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

@media (max-width: 800px) {
  .c-fixed-contact {
    width: 100%;
  }
}

.c-fixed-contact.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;
}

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

.c-fixed-contact.hide .c-fixed-contact__close {
  background: url(../image/mail.svg) 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: url(../image/x.svg) no-repeat center center;
}

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

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

.c-fixed-contact-form__input:focus, .c-fixed-contact-form__textarea:focus {
  border-color: #3bcb93;
}

.c-fixed-contact-form__input::-webkit-input-placeholder, .c-fixed-contact-form__textarea::-webkit-input-placeholder {
  color: #a8a8a8;
}

.c-fixed-contact-form__input:-ms-input-placeholder, .c-fixed-contact-form__textarea:-ms-input-placeholder {
  color: #a8a8a8;
}

.c-fixed-contact-form__input::-ms-input-placeholder, .c-fixed-contact-form__textarea::-ms-input-placeholder {
  color: #a8a8a8;
}

.c-fixed-contact-form__input::placeholder, .c-fixed-contact-form__textarea::placeholder {
  color: #a8a8a8;
}

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

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

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

.c-title h2 {
  font-size: 3.6rem;
  font-family: "Poppins-Medium";
}

.c-title__icon {
  width: 14.8rem;
}

.c-btn {
  width: 18rem;
  height: 4.8rem;
  background-color: #3bcb93;
  color: #fff !important;
  border: 1px solid #3bcb93;
  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);
}

.c-btn:hover {
  -webkit-box-shadow: 0px 5px 15px 5px rgba(59, 203, 147, 0.3);
          box-shadow: 0px 5px 15px 5px rgba(59, 203, 147, 0.3);
}

.c-search {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 998;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 10px rgba(48, 48, 48, 0.1);
          box-shadow: 0 0px 10px rgba(48, 48, 48, 0.1);
  display: none;
}

.c-search.active {
  display: block;
  -webkit-animation: __search_in 500ms;
          animation: __search_in 500ms;
}

@-webkit-keyframes __search_in {
  from {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes __search_in {
  from {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.c-search__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.c-search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-search .search-form__input {
  width: 380px;
  height: 40px;
  padding-left: 20px;
  border: 1px solid #e8e8e8;
}

.c-search .search-form__input::-webkit-input-placeholder {
  color: #e8e8e8;
}

.c-search .search-form__input:-ms-input-placeholder {
  color: #e8e8e8;
}

.c-search .search-form__input::-ms-input-placeholder {
  color: #e8e8e8;
}

.c-search .search-form__input::placeholder {
  color: #e8e8e8;
}

.c-search .search-form__input:focus {
  border-color: #3bcb93;
}

.c-search .search-form__submit {
  width: 40px;
  height: 40px;
  background-color: #3bcb93;
}

.c-breadcrumbs {
  padding: 40px 0;
  text-align: center;
}

.c-breadcrumbs a:hover {
  color: #3bcb93;
}

.c-breadcrumbs__title {
  color: #fff;
  font-size: 3.6rem;
}

.c-breadcrumbs__container {
  color: #a8a8a8;
  margin-top: 10px;
}

.c-F-layout {
  padding-bottom: 40px;
}

.c-F-layout .aside {
  margin-top: 40px;
}

.c-F-layout .aside-item {
  padding: 0 20px;
  background-color: #f5f6f7;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.c-F-layout .aside-item__title {
  height: 60px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.c-F-layout .aside-item .menu {
  padding: 10px 0;
  list-style-type: none;
  display: block;
}

.c-F-layout .aside-item .menu.active {
  display: none;
}

.c-F-layout .aside-item .menu li {
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-F-layout .aside-item .menu li.current-menu-item > a {
  color: #3bcb93;
}

.c-F-layout .aside-item .menu li.active > .arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-F-layout .aside-item .menu li.active > .sub-menu {
  display: block;
}

.c-F-layout .aside-item .menu li a {
  max-width: calc(100% - 26px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-F-layout .aside-item .menu li a:hover {
  color: #3bcb93;
}

.c-F-layout .aside-item .menu li .arrow {
  padding: 5px;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.c-F-layout .aside-item .menu li .sub-menu {
  width: 100%;
  padding: 0 10px;
  display: none;
}

.c-F-layout .aside-item .contact-info {
  padding-bottom: 20px;
}

.c-F-layout .aside-item .contact-info-item {
  line-height: 1.5em;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.c-F-layout .aside-item .contact-info-item__text {
  margin-left: 10px;
}

.c-F-layout .aside .social {
  color: #a8a8a8;
  text-align: center;
}

.c-F-layout .aside .social__container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-F-layout .aside .social-item {
  margin: 0 10px;
}

.c-F-layout .article {
  margin-top: 40px;
}

.c-news-item {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}

.c-news-item:hover {
  -webkit-box-shadow: 0px 0px 1rem 0px rgba(59, 203, 147, 0.2);
          box-shadow: 0px 0px 1rem 0px rgba(59, 203, 147, 0.2);
}

.c-news-item:hover .c-news-item__excerpt {
  color: #303030;
}

.c-news-item:hover .c-news-item__content {
  border-color: #3bcb93;
}

.c-news-item__content {
  padding: 2.5rem 3rem 2.6rem 3rem;
  background-color: #fff;
  border: .2rem solid #f9f9f9;
  border-top: 0;
  border-radius: 0 0 1rem 1rem;
}

.c-news-item__title {
  font-size: 2rem;
  font-family: "Poppins-Medium";
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}

.c-news-item__excerpt {
  margin-top: 2.1rem;
  color: #999;
  height: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 4;
}

.c-contact {
  padding: 40px 0;
}

.c-contact__description {
  line-height: 1.5em;
  font-size: 2.4rem;
  text-align: center;
}

.c-contact__container {
  padding: 40px 30px;
  margin-top: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 10px rgba(48, 48, 48, 0.1);
          box-shadow: 0 0px 10px rgba(48, 48, 48, 0.1);
}

.c-contact-form__title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.c-contact-form__input, .c-contact-form__text {
  width: 100%;
  height: 48px;
  padding-left: 20px;
  margin-bottom: 20px;
  background-color: #f6f8f9;
  border: 1px solid #f5f5f5;
}

.c-contact-form__input:focus, .c-contact-form__text:focus {
  border-color: #3bcb93;
}

.c-contact-form__text {
  height: 160px;
  padding: 20px;
  resize: none;
}

.c-contact-form__submit {
  display: block;
  width: 240px;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #3bcb93;
  border: 1px solid #3bcb93;
  color: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

.c-contact-form__submit:hover {
  background-color: #fff;
  color: #3bcb93;
}

.c-contact-form__tips {
  text-align: center;
  color: #a8a8a8;
}

.c-contact-info {
  padding: 20px;
}

.c-contact-info-item {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.c-contact-info-item__text {
  margin-left: 20px;
}

.c-contact-info-item__text p {
  line-height: 1.5em;
  color: #a8a8a8;
}

.c-contact-info-item__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.c-case-item {
  display: block;
  background-color: #fff;
  border: 1px solid #f5f6f7;
  margin-top: 20px;
}

.c-case-item__content {
  padding: 1rem;
}

.c-case-item__title {
  text-align: center;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}
