.banner-inner {
  overflow: hidden;
  background: #EEE;
  position: relative
}

.banner-inner::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4)
}

.banner-inner img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
  z-index: 0;
  position: relative;
  animation: img_move 6s linear 0s forwards
}

.banner-inner .banner-content {
  z-index: 1;
  position: relative;
  background: #EEE;
  height: 50px;
  font-weight: var(--fontbold5)
}

.banner-inner .banner-content::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: var(--bgcolor)
}

.banner-inner .banner-content .l-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.banner-inner .banner-title-h1 {
  font-size: 20px;
  font-weight: var(--fontbold6);
  text-transform: capitalize
}

.banner-inner .banner-breadcrumbs {
  position: relative;
  padding-left: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden
}

.banner-inner .banner-breadcrumbs::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background: var(--color);
  border-radius: 1px
}

.banner-inner .banner-breadcrumbs .link-home em {
  margin-right: 5px;
  color: var(--color)
}

.banner-inner a:hover {
  color: var(--color)
}

@keyframes img_move {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.08)
  }

  100% {
    transform: scale(1)
  }
}

article {
  color: #333
}

article a {
  color: var(--color)
}

article a:hover {
  text-decoration: underline
}

.table-wrap {
  overflow-x: auto;
  width: 100%
}

.table-wrap table {
  border-collapse: collapse
}

.table-wrap table td,
.table-wrap table th {
  border: 1px solid #ddd;
  padding: 8px 16px
}

.common-main {
  padding: 50px 0px
}

h4.cate-h4,
h4.pro-h4 {
  clear: both;
  font-weight: var(--fontbold6)
}

ul.cate-ulli,
ul.pro-ulli {
  clear: both;
  padding: 10px 0px 10px 20px
}

ul.cate-ulli li,
ul.pro-ulli li {
  list-style-type: disc;
  line-height: 1.7
}

ol.cate-ulli,
ol.pro-ulli {
  clear: both;
  padding: 10px 0px 10px 30px
}

ol.cate-ulli li,
ol.pro-ulli li {
  list-style-type: decimal;
  line-height: 1.7
}

.ck-widget-toc {
  display: table;
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  padding: 10px 20px 10px 10px;
  font-size: 95%;
  margin: 15px 0px;
  min-width: 300px;
  max-width: 100%
}

.ck-widget-toc ol {
  padding: 0px 0px 0px 20px;
  counter-reset: item
}

.ck-widget-toc ol li {
  display: block;
  position: relative;
  list-style: none
}

.ck-widget-toc ol li:before {
  content: counters(item, ".");
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: .5rem
}

.ck-widget-toc-title {
  text-align: left;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  padding-left: 5px
}

.ck-widget-pt {
  padding-top: 100px;
  margin-top: -100px
}

.ck-widget-toc1 {
  display: table;
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  padding: 10px 20px 10px 10px;
  font-size: 95%;
  margin: 15px 0px;
  min-width: 300px;
  max-width: 100%
}

.ck-widget-toc1 ol {
  padding: 0px 0px 0px 20px;
  counter-reset: item
}

.ck-widget-toc1 ol li {
  display: block;
  position: relative;
  list-style: none
}

.ck-widget-toc1 ol li:before {
  content: counters(item, ".");
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: .5rem
}

.wmkc-black {
  color: #111 !important
}

.wmkc-border-black {
  border-color: #111 !important
}

.wmkc-green {
  color: #2cb740 !important
}

.wmkc-border-green {
  border-color: #2cb740 !important
}

.wmkc-blue {
  color: #217fe1 !important
}

.wmkc-border-blue {
  border-color: #217fe1 !important
}

.wmkc-yellow {
  color: #fcb026 !important
}

.wmkc-border-yellow {
  border-color: #fcb026 !important
}

.wmkc-red {
  color: #ee2c2d !important
}

.wmkc-border-red {
  border-color: #ee2c2d !important
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item {
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px auto;
  position: relative
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit>p {
  padding-right: 40px;
  margin: 0px;
  line-height: 1.6;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  position: relative
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit>p::after,
.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit>p::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 14px;
  right: 12px
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit>p::after {
  transform: rotate(90deg)
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit.active>p::after {
  opacity: 0
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-box {
  color: #666;
  line-height: 1.5;
  padding-top: 6px
}

.pageabouttitle {
  font-size: 42px;
  font-weight: var(--fontbold9);
  line-height: 1.2;
  color: #1a1919;
  text-align: center
}

.pageabouttext {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0;
}

.pageaboutimg {
  width: 100%;
  text-align: center;
}

.pageaboutimg img {
  max-width: 100%;
  display: inline-block;
}

.pageabout p {
  text-align: justify;
}

.pageabout-2 .pageabouttitle {
  text-align: left
}

.pageabout-2 .pageabouttitle p {
  text-align: left;
}

.pageabout-2 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.pageabout-2 .flex>div {
  width: 50%
}

.pageabout-2 .flex .left {
  padding-right: 60px
}

.pageabout-2 .flex .left ul {
  margin-top: 30px
}

.pageabout-2 .flex .left ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #535453
}

.pageabout-2 .flex .left ul li:last-child {
  border-bottom: none
}

.pageabout-2 .flex .left ul li .pro-ulli1-icon {
  min-width: 140px;
  color: var(--color);
  font-weight: var(--fontbold6);
  font-size: 40px;
  white-space: nowrap
}

.pageabout-2 .flex .left ul li .pro-ulli1-icon em {
  font-style: normal;
  font-size: 18px
}

.pageabout-2 .flex .left ul li .pro-ulli1-text {
  flex: 1;
  font-size: 20px;
}

.pageabout-3 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #eff4f6
}

.pageabout-3 .flex>div {
  width: 50%;
  height: 100%
}

.pageabout-3 .flex .right {
  padding: 20px 50px;
  margin-top: -10%
}

.pageabout-4 ul {
  margin: 50px auto;
  background: #FFF;
  box-shadow: 0 3px 25px 4px rgba(233, 233, 233, .41);
  border-radius: 3px;
  list-style: none;
  z-index: 1;
  position: relative
}

.pageabout-4 ul li {
  width: 23.5%;
  padding: 0 0px 30px;
  margin: 0 2% 0 0;
  float: left;
  background: #f8f8f8;
  transition: all 0.3s ease;
}

.pageabout-4 ul li:last-child {
  margin-right: 0;
}

.pageabout-4 ul li:hover {
  margin-top: -5px;
  background: var(--color);
}

.pageabout-4 ul li .top {}

.pageabout-4 ul li .top .topimg {
  width: 100%;
  padding-bottom: calc(300% / 4);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pageabout-4 ul li .top .title {
  font-size: 24px;
  font-weight: var(--fontbold6);
  color: #333;
  line-height: 1.2;
  padding: 30px 20px 0;
}

.pageabout-4 ul li:hover .top .title {
  color: #fff;
}

.pageabout-4 ul li .text {
  padding: 10px 20px;
  height: 100px;
}

.pageabout-4 ul li:hover .text {
  color: #fff;
}

.pageabout-4 .clear {
  clear: both;
}

.nyteams {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
}

.nyteams .nytitle {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.nypinpairongyu {
  width: 100%;
  background: url(../images/nypinpairongyu.jpg) center center no-repeat;
  box-sizing: border-box;
  padding: 80px 0;
}

.nypinpairongyu .nytitle {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.nypinpairongyu_list {}

.nypinpairongyu_list .swiper {
  width: 100%;
  overflow: hidden;
}

.nypinpairongyu_list .swiper .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  transition: 300ms;
  transform: scale(0.8);
}

.nypinpairongyu_list .swiper .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

.nypinpairongyu_list .swiper .swiper-slide h3 {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.nypinpairongyu_list .swiper .swiper-slide h3 a {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: calc(300% / 4);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.nypinpairongyu_list .swiper .swiper-slide p {
  font-size: 16px;
  margin-top: 20px;
  color: #666;
}

@media screen and (max-width:900px) {
  .nypinpairongyu {
    padding: 40px 0;
  }

  .nypinpairongyu .nytitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.pageabout-5 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.pageabout-5 .flex .left {
  width: 45%
}

.pageabout-5 .flex .left img {
  width: 100%
}

.pageabout-5 .flex .right {
  flex: 1;
  padding-left: 3%
}

.pageabout-5 .flex .right ul {
  list-style: none
}

.pageabout-5 .flex .right ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0px
}

.pageabout-5 .flex .right ul li .icon {
  width: 80px;
  height: 80px;
  border: 1px solid var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  transition: all .1s linear
}

.pageabout-5 .flex .right ul li .icon em {
  font-size: 30px
}

.pageabout-5 .flex .right ul li .info {
  flex: 1;
  padding-left: 30px
}

.pageabout-5 .flex .right ul li .info .title {
  font-size: 24px;
  font-weight: var(--fontbold6);
  color: #333;
  line-height: 1.2;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.pageabout-5 .flex .right ul li .info .title::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background: var(--color)
}

.pageabout-5 .flex .right ul li:hover .icon {
  background: var(--color);
  color: #FFF
}

.pageteam .title {
  font-size: 44px;
  font-weight: var(--color);
  color: #333;
  line-height: 1.2;
  text-align: center;
  font-weight: var(--fontbold9)
}

.pageteam .pageteam-list {
  margin-top: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.pageteam .pageteam-list .item {
  width: 23%;
  transition: all .2s linear;
  margin-bottom: 2em
}

.pageteam .pageteam-list .item:hover {
  transform: translateY(10px)
}

.pageteam .pageteam-list .item:hover .img .share a {
  opacity: 1;
  overflow: inherit;
  visibility: inherit
}

.pageteam .pageteam-list .item .img {
  width: 80%;
  border-radius: var(--borderradius);
  overflow: hidden;
  position: relative;
  margin: 0px auto
}

.pageteam .pageteam-list .item .img img {
  width: 100%
}

.pageteam .pageteam-list .item .img .share {
  position: absolute;
  bottom: 0px;
  right: 0px
}

.pageteam .pageteam-list .item .img .share a {
  opacity: 0;
  overflow: hidden;
  visibility: hidden
}

.pageteam .pageteam-list .item .img .share a:hover {
  opacity: .9
}

.pageteam .pageteam-list .item .img .share em {
  width: 40px;
  height: 40px;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  cursor: pointer
}

.pageteam .pageteam-list .item .info {
  background: #FFF;
  border: 2px solid #e0dce9;
  box-shadow: 0 3px 21px 0 rgba(224, 224, 224, .55);
  border-radius: var(--borderradius);
  text-align: center;
  padding: 20px;
  padding-top: 110px;
  margin-top: -100px
}

.pageteam .pageteam-list .item .info .name {
  font-size: 22px;
  font-weight: var(--fontbold6);
  color: #000003;
  line-height: 1.2;
  margin-bottom: 10px
}

.pageteam .pageteam-list .item .info .manager {
  font-size: 16px;
  color: var(--color);
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px
}

.pageteam .pageteam-list .item .info .email {
  margin-top: 15px;
  color: #5e5e5e
}

.pageteam .pageteam-list .item .info .email a {
  color: #5e5e5e
}

.pagehistory .title {
  font-size: 44px;
  font-weight: var(--color);
  color: #333;
  line-height: 1.2;
  text-align: center;
  font-weight: var(--fontbold9)
}

.pagehistory .pagehistory-list {
  max-width: 1200px;
  margin: 4% auto 0;
  position: relative;
  padding-bottom: 20px;
  z-index: 1
}

.pagehistory .pagehistory-list::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 1px;
  height: 100%;
  background: var(--color);
  z-index: -1
}

.pagehistory .pagehistory-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px
}

.pagehistory .pagehistory-list .item:nth-child(2n) {
  flex-direction: row-reverse
}

.pagehistory .pagehistory-list .item:nth-child(2n) .left {
  flex-direction: row-reverse
}

.pagehistory .pagehistory-list .item:nth-child(2n) .icon {
  background: #ccf4e0;
  color: var(--color)
}

.pagehistory .pagehistory-list .item:nth-child(2n) .info::after {
  left: -40px;
  right: auto;
  border: 20px solid transparent;
  border-right: 20px solid #FFF
}

.pagehistory .pagehistory-list .item:nth-child(2n) .right {
  flex-direction: row-reverse
}

.pagehistory .pagehistory-list .item:nth-child(2n) .year {
  flex-direction: row-reverse
}

.pagehistory .pagehistory-list .item:nth-child(2n) .year::after {
  background: linear-gradient(-90deg, var(--color), #FFF)
}

.pagehistory .pagehistory-list .item .left,
.pagehistory .pagehistory-list .item .right {
  width: 45%
}

.pagehistory .pagehistory-list .item .left {
  display: flex
}

.pagehistory .pagehistory-list .item .icon {
  width: 60px;
  height: 60px;
  background: var(--color);
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--fontbold6)
}

.pagehistory .pagehistory-list .item .icon em {
  font-size: 20px
}

.pagehistory .pagehistory-list .item .info {
  width: 95%;
  background: #FFF;
  box-shadow: 0 3px 49px 5px rgba(224, 224, 224, .55);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  transition: all .1s linear
}

.pagehistory .pagehistory-list .item .info:hover {
  box-shadow: 0 3px 49px 5px rgba(198, 198, 198, .8)
}

.pagehistory .pagehistory-list .item .info::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-left: 20px solid #FFF
}

.pagehistory .pagehistory-list .item .info .name {
  font-size: 22px;
  font-weight: var(--fontbold6);
  color: #333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 15px
}

.pagehistory .pagehistory-list .item .right {
  display: flex;
  align-items: center
}

.pagehistory .pagehistory-list .item .length {
  width: 50px;
  height: 5px;
  background: var(--color);
  border-radius: 3px;
  margin-right: 20px
}

.pagehistory .pagehistory-list .item .year {
  width: 300px;
  height: 50px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  z-index: 0;
  position: relative;
  overflow: hidden
}

.pagehistory .pagehistory-list .item .year::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--color), #FFF);
  opacity: .3;
  z-index: -1
}

.pagehistory .pagehistory-list .item .year span:nth-child(1) {
  color: var(--color);
  font-size: 24px;
  font-weight: var(--fontbold6)
}

.pagehistory .pagehistory-list .item .year span:nth-child(2) {
  color: #000;
  font-weight: var(--fontbold6)
}

.pagehonour .pageabouttitle {
  max-width: 1000px;
  margin: 0px auto
}

.pagehonour .pagehonour-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4%
}

.pagehonour .pagehonour-list .item {
  width: 23%;
  margin-bottom: 20px
}

.pagehonour .pagehonour-list .item:hover img {
  transform: scale(1.05)
}

.pagehonour .pagehonour-list .item .img {
  background: #f4f4f4;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.pagehonour .pagehonour-list .item .img img {
  transition: all .1s linear
}

.pagehonour .pagehonour-list .item .name {
  margin-top: 15px;
  color: #333;
  font-weight: var(--fontbold6);
  text-align: center;
  font-size: 16px
}

.product-catelist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.product-cateitem {
  z-index: 1;
  position: relative;
  padding: 0 2% 2%;
  margin-bottom: 4%;
  display: flex;
  align-items: center;
  width: 49%
}

.product-cateitem:nth-child(2n) {
  flex-direction: row-reverse
}

.product-cateitem:nth-child(2n) .cate-info {
  padding-left: 0px;
  padding-right: 4%
}

.product-cateitem:hover .cate-img img {
  transform: scale(1.02)
}

.product-cateitem:hover .cate-info .title {
  color: var(--color)
}

.product-cateitem::after {
  content: "";
  width: 100%;
  height: 70%;
  background: #eff4f6;
  border-radius: 30px 0px 30px 0px;
  z-index: -1;
  position: absolute;
  left: 0px;
  bottom: 0px
}

.product-cateitem .cate-img {
  width: 33%;
  overflow: hidden;
  border-radius: var(--borderradius);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEE
}

.product-cateitem .cate-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .1s linear
}

.product-cateitem .cate-info {
  flex: 1;
  padding-left: 4%;
  padding-top: 40px
}

.product-cateitem .cate-info .title {
  font-size: 26px;
  font-weight: var(--fontbold6);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden
}

.product-cateitem .cate-info .text {
  margin-top: 20px
}

.product-cateitem .cate-info .home-more {
  margin-top: 30px;
  min-width: 150px;
  height: 45px
}

.pro-main .common-main {
  background: #eff4f6
}

.page-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between
}

.sidebar {
  width: 350px;
  margin-right: 30px
}

.sidebar ul {
  list-style: none
}

.sidebar-item {
  width: 100%;
  background: #f5f8f9;
  border: 1px solid rgba(229, 229, 229, .5);
  border-radius: 5px;
  border-bottom: 4px solid var(--color);
  margin-bottom: 1.5em;
  position: relative
}

.sidebar-item .sidebar-title {
  font-size: 22px;
  font-weight: var(--fontbold6);
  color: #333;
  line-height: 1.2;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 20px;
  padding-left: 38px;
  position: relative
}

.sidebar-item .sidebar-title::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--color);
  border-radius: 50%
}

.sidebar-item.search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  padding: 20px 20px
}

.sidebar-item.search input {
  width: 100%;
  height: 50px;
  outline: 0;
  border: 1px solid #EEE;
  padding: 0px 50px 0px 20px;
  border-radius: 5px;
  transition: all .1s linear
}

.sidebar-item.search input:focus {
  border-color: var(--color)
}

.pro-main .sidebar-item.search input {
  background: #EEE
}

.sidebar-item.search .search-btn {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: var(--color);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all .1s linear
}

.sidebar-item.search .search-btn:hover {
  opacity: .9
}

.sidebar-item.search .search-btn em {
  font-size: 22px;
  font-weight: var(--fontbold6)
}

.sidebar-item .sidebar-cate {
  padding: 20px 20px
}

.sidebar-item .sidebar-cate>li {
  width: 100%;
  background: #1d3546;
  border-radius: 3px;
  margin-bottom: 1em;
  position: relative;
  text-transform: capitalize
}

.sidebar-item .sidebar-cate>li.active {
  background: var(--color)
}

.sidebar-item .sidebar-cate>li.active .iconshow::after {
  background: #FFF
}

.sidebar-item .sidebar-cate>li>a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  padding-right: 50px;
  font-weight: var(--fontbold6)
}

.sidebar-item .sidebar-cate>li .iconshow {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.sidebar-item .sidebar-cate>li .iconshow::after {
  content: "";
  width: 29px;
  height: 6px;
  border: 1px solid var(--color);
  border-radius: 3px
}

.sidebar-item .sidebar-cate>li .sub-menu {
  display: none;
  background: #EEE
}

.sidebar-item .sidebar-cate>li .sub-menu a {
  display: flex;
  padding: 8px 20px;
  color: #1d3546;
  transition: all .1s linear
}

.sidebar-item .sidebar-cate>li .sub-menu a:hover {
  background: #FAFAFA
}

.sidebar-item .sidebar-cate>li a {
  color: #FFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden
}

.sidebar-item .sidebar-list {
  padding: 20px
}

.sidebar-item .sidebar-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em
}

.sidebar-item .sidebar-list .item:hover .img img {
  transform: scale(1.02)
}

.sidebar-item .sidebar-list .item:hover .info .title {
  color: var(--color)
}

.sidebar-item .sidebar-list .item .img {
  width: 100px;
  height: 80px;
  background: #FFF;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  overflow: hidden
}

.sidebar-item .sidebar-list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .1s linear
}

.sidebar-item .sidebar-list .item .info {
  flex: 1;
  padding-left: 15px
}

.sidebar-item .sidebar-list .item .info .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: var(--fontbold6);
  line-height: 1.2;
  transition: all .1s linear
}

.sidebar-item .sidebar-list .item .info .more {
  margin-top: 4px;
  text-transform: capitalize;
  color: var(--color);
  font-weight: var(--fontbold6);
  font-size: 14px
}

.page-main {
  flex: 1;
  width: 100%
}

.pro-cate-title {
  font-size: 28px;
  font-weight: var(--fontbold6);
  line-height: 1.2;
  background: linear-gradient(0deg, var(--color) 0, var(--color1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.pro-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em
}

.pro-list li {
  background: #FFF;
  border-radius: var(--borderradius);
  display: flex;
  box-shadow: 0 0 5px 0 rgba(233, 233, 233, .47);
  margin-bottom: 2em
}

.pro-list li:hover .pro-img img {
  transform: scale(1.03)
}

.pro-list li:hover .pro-img .icon {
  opacity: 1;
  transform: translateY(0)
}

.pro-list li:hover .pro-img a::after {
  opacity: 1
}

.pro-list li:hover .pro-info .title {
  color: var(--color)
}

.pro-list li:hover .pro-info .more {
  background: var(--bgcolor);
  color: #FFF
}

.pro-list li .pro-meta {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  display: none
}

.pro-list li .pro-meta>* {
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1
}

.pro-list li .icon-hottitle {
  color: #FFF;
  background: var(--color)
}

.pro-list li .icon-videoplay {
  background: rgba(0, 0, 0, .5);
  color: #FFF;
  font-size: 18px
}

.pro-list li .icon {
  background: rgba(0, 0, 0, .5);
  color: #FFF;
  font-weight: var(--fontbold6);
  cursor: pointer;
  transition: all .15s linear;
  transform: translateY(10%);
  opacity: 0
}

.pro-list li .icon.pro-checked {
  background: var(--bgcolor);
  opacity: 1;
  transform: translateY(0)
}

.pro-list li .pro-img {
  position: relative
}

.pro-list li .pro-img a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.pro-list li .pro-img a::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  transition: all .1s linear
}

.pro-list li .pro-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .1s linear
}

.pro-list li .pro-info {
  padding: 20px
}

.pro-list li .pro-info .title {
  font-size: 18px;
  font-weight: var(--fontbold6);
  line-height: 1.2;
  display: block
}

.pro-list li .pro-info a.title {
  color: #333;
}

.pro-list li .pro-info .data-price {
  display: none
}

.pro-list li .pro-info .text {
  color: #666;
  margin-bottom: 10px;
  word-break: break-word
}

.pro-list li .pro-info .more {
  margin-top: 10px;
  min-width: 150px;
  height: 42px;
  border: 1px solid var(--color);
  color: var(--color);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize
}

.pro-list.list1 li {
  width: 32%;
  margin-right: 2%;
  flex-direction: column;
  background: #f8f8f8;
}

.pro-list.list1 li:nth-child(3n) {
  margin-right: 0px
}

.pro-list.list1 li .pro-img {
  width: 100%
}

.pro-list.list1 li .pro-info {
  text-align: center
}

.pro-list.list2 li {
  width: 23.5%;
  margin-right: 2%;
  flex-direction: column;
  background: #f8f8f8;
}

.pro-list.list2 li:nth-child(4n) {
  margin-right: 0px
}

.pro-list.list2 li .pro-img {
  width: 100%;
  max-height: 300px;
}

.pro-list.list2 li .pro-info {
  text-align: center;
}

.pro-list.list0 li {
  width: 100%
}

.pro-list.list0 li .pro-img {
  width: 300px
}

.pro-list.list0 li .pro-info {
  flex: 1;
  padding: 30px 20px
}

.pro-list.list0 li .pro-info .title {
  font-size: 22px
}

@media(max-width:768px) {
  .pro-list.list2 li {
    width: 48.5%;
  }

  .pro-list.list2 li:nth-child(4n) {
    margin-right: 2%;
  }

  .pro-list.list2 li:nth-child(2n) {
    margin-right: 0;
  }
}

.lazy-wrap.lazy-loaded+.pro-meta {
  display: flex
}

.inquiry-pc {
  padding: 20px 0px
}

.common-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0px 40px
}

.common-page li {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color);
  border-radius: 5px;
  margin: 0px 5px;
  transition: all .1s linear;
}

.common-page li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}

.common-page li a.ctxt {
  background: var(--color);
  color: #FFF
}

.common-page li a:hover {
  background: var(--color);
  color: #FFF
}

.prohome-content {
  clear: both;
  margin: 0px auto 20px;
  padding: 10px;
  max-width: 1600px;
  line-height: 1.6;
  box-sizing: border-box;
  border-radius: 5px
}

.prolist-bottom {
  clear: both;
  margin: 0px auto 20px;
  padding: 10px;
  max-width: 1600px;
  line-height: 1.6;
  box-sizing: border-box;
  border-radius: 5px
}

.prolist-bottom a {
  text-decoration: underline
}

.prolist-bottom a:hover {
  color: var(--color)
}

@media(max-width:1700px) {

  .prohome-content,
  .prolist-bottom {
    max-width: 1400px
  }
}

@media(max-width:1500px) {

  .prohome-content,
  .prolist-bottom {
    max-width: 1200px
  }
}

@media(max-width:1240px) {

  .prohome-content,
  .prolist-bottom {
    max-width: 98%
  }
}

@media(max-width:768px) {

  .prohome-content,
  .prolist-bottom {
    max-width: 100%;
    margin-left: 3vw;
    margin-right: 3vw
  }
}

@media(max-width:768px) {
  .prohome-content {
    clear: both;
    line-height: 1.6;
    padding: 0px
  }

  .prolist-bottom {
    clear: both;
    line-height: 1.6;
    padding: 0px
  }
}

.prolist-content {
  clear: both;
  margin: 0px auto 15px;
  line-height: 1.6
}

.protype-demo-1 .protype-sec-1 {
  position: relative;
  z-index: 1;
  padding: 4% 0
}

.protype-demo-1 .protype-sec-1::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40%;
  height: 100%;
  background: var(--color);
  z-index: -1
}

.protype-demo-1 .protype-sec-1 .l-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.protype-demo-1 .protype-sec-1 .l-wrap .protype-sec-1-left {
  width: 48%
}

.protype-demo-1 .protype-sec-1 .l-wrap .protype-sec-1-left:hover img {
  transform: scale(1.02)
}

.protype-demo-1 .protype-sec-1 .l-wrap .protype-sec-1-left img {
  width: 100%;
  transition: all .1s linear
}

.protype-demo-1 .protype-sec-1 .l-wrap .protype-sec-1-right {
  flex: 1;
  padding-left: 30px
}

.protype-demo-1 .protype-sec-1 .l-wrap .protype-sec-1-right .protype-sec-1-name {
  font-size: 48px;
  font-weight: var(--fontbold6);
  line-height: 1.2
}

.protype-demo-1 .protype-sec-1 .l-wrap .protype-sec-1-right .protype-sec-1-list {
  margin-top: 20px
}

.protype-demo-1 .protype-sec-1 .l-wrap .protype-sec-1-right .protype-sec-1-list li {
  padding: 20px 0px;
  list-style: none;
  position: relative
}

.protype-demo-1 .protype-sec-1 .l-wrap .protype-sec-1-right .protype-sec-1-list li em {
  font-style: inherit;
  background: var(--color);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  margin-right: 10px
}

.protype-demo-1 .protype-sec-1 .l-wrap .protype-sec-1-right .protype-sec-1-list li::after {
  content: "";
  background: #eaeaea;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 400px;
  height: 1px
}

.protype-demo-1 .protype-sec-2 {
  background: #eff4f6;
  padding: 4% 0
}

.protype-demo-1 .protype-sec-2 .protype-sec-2-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none
}

.protype-demo-1 .protype-sec-2 .protype-sec-2-list li {
  width: 23%;
  background: #FFF;
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2% 30px
}

.protype-demo-1 .protype-sec-2 .protype-sec-2-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--color), #FFF);
  border-radius: 5px
}

.protype-demo-1 .protype-sec-2 .protype-sec-2-list li .protype-sec-2-num {
  color: var(--color);
  font-size: 50px;
  font-weight: var(--fontbold6);
  margin-right: 10px
}

.protype-demo-1 .protype-sec-2 .protype-sec-2-list li .protype-sec-2-text {
  color: #797979;
  font-weight: var(--fontbold6);
  font-size: 18px;
  text-transform: uppercase
}

.protype-demo-1 .protype-sec-title {
  font-size: 48px;
  font-weight: var(--fontbold9);
  line-height: 1.2;
  text-align: center
}

.protype-demo-1 .protype-sec-3 {
  padding: 4% 0
}

.protype-demo-1 .protype-sec-3 .protype-sec-3-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-top: 3%
}

.protype-demo-1 .protype-sec-3 .protype-sec-3-list li {
  width: 23%;
  background: #eff4f6;
  border-radius: 10px;
  padding: 30px 3%;
  transition: all .1s linear
}

.protype-demo-1 .protype-sec-3 .protype-sec-3-list li:hover {
  background: var(--color);
  color: #FFF
}

.protype-demo-1 .protype-sec-3 .protype-sec-3-list li:hover em {
  background: #FFF;
  color: var(--color)
}

.protype-demo-1 .protype-sec-3 .protype-sec-3-list li em {
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #FFF;
  font-size: 30px;
  font-weight: var(--fontbold6)
}

.protype-demo-1 .protype-sec-3 .protype-sec-3-list li .protype-sec-3-title {
  font-size: 24px;
  font-weight: var(--fontbold6);
  line-height: 1.2;
  margin: 20px 0px
}

.protype-demo-1 .protype-sec-3 .protype-sec-3-list li .protype-sec-3-text {
  opacity: .8
}

.protype-demo-1 .protype-sec-4 .protype-sec-4-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3%
}

.protype-demo-1 .protype-sec-4 .protype-sec-4-list li {
  width: 32%;
  list-style: none;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
  position: relative;
  transition: all .1s linear
}

.protype-demo-1 .protype-sec-4 .protype-sec-4-list li:hover {
  transform: translateY(-5px)
}

.protype-demo-1 .protype-sec-4 .protype-sec-4-list li img {
  width: 100%
}

.protype-demo-1 .protype-sec-4 .protype-sec-4-list li .protype-sec-4-info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #FFF;
  width: 90%;
  padding: 20px
}

.protype-demo-1 .protype-sec-4 .protype-sec-4-list li .protype-sec-4-info .time {
  position: absolute;
  right: 0px;
  top: -40px;
  height: 40px;
  padding: 0px 10px;
  background: var(--color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF
}

.protype-demo-1 .protype-sec-4 .protype-sec-4-list li .protype-sec-4-info .icon {
  font-weight: var(--fontbold6);
  color: #999;
  text-transform: uppercase
}

.protype-demo-1 .protype-sec-4 .protype-sec-4-list li .protype-sec-4-info .name {
  font-size: 24px;
  font-weight: var(--fontbold6);
  color: #000;
  line-height: 1.2;
  margin: 5px 0px 10px
}

.protype-demo-1 .protype-sec-4 .protype-sec-4-list li .protype-sec-4-info .more {
  color: var(--color);
  font-weight: var(--fontbold6);
  text-transform: uppercase
}

.protype-demo-1 .protype-sec-4 .protype-sec-4-list li .protype-sec-4-info .more:hover {
  text-decoration: underline
}

.protype-demo-1 .protype-sec-5 {
  padding: 4% 0
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-wrap {
  margin-top: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-left {
  width: 55%;
  border: 1px solid #e9e9e9
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-left .swiper {
  height: 100%
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-left .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-left .swiper-slide .name {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #FFF;
  font-size: 20px;
  font-weight: var(--fontbold6)
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-left .protype5left-next,
.protype-demo-1 .protype-sec-5 .protype-sec-5-left .protype5left-prev {
  width: 37px;
  height: 37px;
  background: #FFF;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  transition: all .1s linear
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-left .protype5left-next:hover,
.protype-demo-1 .protype-sec-5 .protype-sec-5-left .protype5left-prev:hover {
  background: #EEE
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-left .protype5left-prev {
  right: 70px
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-right {
  width: 43%;
  border: 1px solid #e9e9e9;
  padding: 30px
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-right .swiper-slide {
  text-align: center
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-right .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-right .protype5right-pagination {
  margin-top: 30px;
  padding-right: 0px;
  text-align: right
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-right .swiper-pagination-bullet {
  width: 13px;
  height: 8px;
  background: rgba(28, 206, 126, 0);
  border: 2px solid var(--color);
  border-radius: 4px;
  transition: all .1s linear
}

.protype-demo-1 .protype-sec-5 .protype-sec-5-right .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 10px;
  background: var(--color);
  border-radius: 5px
}

.prodetails-name {
  font-size: 32px;
  font-weight: var(--fontbold6);
  line-height: 1.2;
  margin-bottom: 10px;
  background: linear-gradient(0deg, var(--color) 0, var(--color1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.prodetails-price {
  color: #222
}

.prodetails-price .price {
  font-weight: var(--fontbold6);
  font-size: 20px
}

.prodetails-text-title {
  font-weight: var(--fontbold6);
  font-size: 20px
}

.prodetails-text {
  margin: 0 0 20px;
  color: #797979
}

.prodetails-text ul {
  list-style: none;
  width: 100%;
  margin-top: 20px
}

.prodetails-text ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  border-top: 1px solid #e7e7e7
}

.prodetails-text ul li em {
  width: 30px;
  height: 30px;
  background: var(--color);
  border-radius: 6px;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.prodetails-text ul li strong {
  padding: 0px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333
}

.prodetails-text ul li span {
  flex: 1;
  text-align: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden
}

.prodetails-top {
  display: flex;
  justify-content: space-between;
  margin-top: 15px
}

.preview-container {
  width: 70%;
  position: relative
}

.singglepic {
  width: 70%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f8f9;
  border-radius: 10px
}

.singglepic img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.prodetails-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 20px
}

.prodetails-info-box.summary {
  flex: 1
}

.prodetails-info-box {
  background: #f5f8f9;
  padding: 20px 20px;
  border-radius: var(--borderradius)
}

.prodetails-info-box.download {
  margin-top: 15px
}

.prodetails-info-box.download .pdown4 {
  display: flex;
  width: 100%
}

.prodetails-info-box.download .pdown4 #A_DownLoadProduct {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 10px
}

.prodetails-info-box.download .pdown4 #A_DownLoadProduct:hover em {
  font-size: 28px
}

.prodetails-info-box.download .pdown4 #A_DownLoadProduct:hover span {
  color: var(--color)
}

.prodetails-info-box.download .pdown4 #A_DownLoadProduct em {
  width: 60px;
  height: 60px;
  background: #FFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  font-size: 26px;
  transition: all .1s linear
}

.prodetails-info-box.download .pdown4 #A_DownLoadProduct span {
  flex: 1;
  padding-left: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: var(--fontbold6);
  color: #797979;
  transition: all .1s linear
}

.prodetails-btnlist {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.prodetails-btnlist>* {
  width: 48%;
  height: 45px;
  background: #1d3546;
  border: 1px solid #1d3546;
  color: #FFF;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  cursor: pointer;
  transition: all .2s linear;
  font-weight: var(--fontbold6);
  margin-bottom: 10px;
  line-height: 1
}

.prodetails-btnlist>* em {
  margin-right: 5px;
  font-weight: var(--fontbold4)
}

.prodetails-btnlist .pro-btn {
  background: var(--bgcolor);
  border-color: var(--color) !important;
  color: #FFF;
  border-color: transparent;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: .5s
}

.prodetails-btnlist .pro-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: var(--color);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  border-radius: 3px
}

.prodetails-btnlist .pro-btn:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.prodetails-btnlist .addToCart {
  white-space: nowrap
}

.prodetails-btnlist .addToCart.added {
  background: var(--color);
  border-color: var(--color);
  color: #FFF
}

.thumbnail-show {
  width: 100%;
  height: 600px;
  position: relative
}

.thumbnail-show .small-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5f8f9;
  background: #f5f8f9;
  border-radius: var(--borderradius)
}

.thumbnail-show .small-box img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.thumbnail-show .hover {
  position: absolute;
  width: 180px;
  height: 180px;
  background-color: rgba(204, 204, 204, .6);
  border: 1px solid #EEE;
  display: none;
  cursor: move;
  z-index: 9
}

.thumbnail-show .big-box {
  display: none;
  overflow: hidden;
  top: 0px;
  left: 100%;
  border: 1px solid #EEE;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 20
}

.thumbnail-show .big-box img {
  display: block;
  max-width: none;
  max-height: none;
  width: 150%
}

#media {
  background: #f3f3f3;
  width: 100%;
  height: 100%
}

.thumbnail-show .vPlay {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 40px;
  display: none;
  font-size: 24px;
  font-weight: var(--fontbold6);
  z-index: 9;
  cursor: pointer;
  text-align: center
}

.thumbnail-box {
  width: 100%;
  margin-top: 20px
}

.thumbnail-box .swiper-slide {
  border: 1px solid #EEE;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  border-radius: var(--borderradius);
  aspect-ratio: 3/2
}

.thumbnail-box .swiper-slide.item-cur {
  border-color: var(--color)
}

.thumbnail-box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.thumbnail-box .swiper-slide .imgalt {
  display: none
}

.thumbnail-box .prodetails-button-next,
.thumbnail-box .prodetails-button-prev {
  width: 45px;
  height: 45px;
  background: #FFF;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  top: 300px;
  transform: translateY(-50%);
  z-index: 2;
  transition: all .1s linear;
  cursor: pointer
}

.thumbnail-box .prodetails-button-next:hover,
.thumbnail-box .prodetails-button-prev:hover {
  border-color: var(--color);
  color: var(--color)
}

.thumbnail-box .prodetails-button-next em,
.thumbnail-box .prodetails-button-prev em {
  font-size: 20px
}

.thumbnail-box .prodetails-button-next {
  left: auto;
  right: 20px
}

.thumbnail-box .banner-page {
  height: 40px;
  min-width: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  white-space: nowrap;
  z-index: 1;
  color: #FFF;
  background: rgba(0, 0, 0, .5);
  border-radius: 30px;
  padding: 0px 10px;
  display: none
}

.prodetails-content {
  margin-top: 50px
}

.pagelink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2em 0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden
}

.pagelink .pagelink-item {
  width: 50%;
  background: #eff4f6;
  padding: 20px;
  transition: all .1s linear;
  display: flex;
  align-items: center
}

.pagelink .pagelink-item:hover {
  background: var(--color)
}

.pagelink .pagelink-item:hover .icon {
  background: #FFF;
  color: var(--color)
}

.pagelink .pagelink-item:hover .link {
  color: #FFF
}

.pagelink .pagelink-item .icon {
  width: 40px;
  height: 40px;
  background: var(--color);
  color: #FFF;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.pagelink .pagelink-item .icon em {
  font-size: 20px;
  font-weight: var(--fontbold6)
}

.pagelink .pagelink-item .link {
  font-size: 18px;
  font-weight: var(--fontbold6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: 1
}

.pagelink .pagelink-item.next {
  justify-content: flex-end
}

.pagelink .pagelink-item.prev .link {
  padding-left: 10px
}

.pagelink .pagelink-item.next .link {
  text-align: right;
  padding-right: 10px
}

.prodetails-tabs {
  background: #1d3546;
  width: 100%;
  position: sticky;
  top: 77px;
  z-index: 10
}

.prodetails-tabs .l-wrap {
  display: flex;
  align-items: center
}

.prodetails-tabs .l-wrap .prodetails-tabs-item {
  padding: 15px 20px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: #FFF;
  text-transform: capitalize
}

.prodetails-tabs .l-wrap .prodetails-tabs-item.act {
  font-weight: var(--fontbold6)
}

.prodetails-tabs .l-wrap .prodetails-tabs-item.act::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: var(--color)
}

.tagContent {
  display: none;
  padding: 30px 0px
}

.tagContent.act {
  display: block
}

.inquiry-title {
  font-size: 28px;
  font-weight: var(--fontbold6);
  margin-bottom: 20px
}

.pro-maylink .inquiry-title {
  margin-top: 40px
}

.maylink-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none
}

.maylink-list li {
  width: 15%;
  margin-right: 2%;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  transition: all .1s linear;
  text-align: center;
  padding: 10px 10px 20px
}

.maylink-list li:last-child {
  margin-right: 0px
}

.maylink-list li:hover {
  border-color: var(--color)
}

.maylink-list li:hover .more {
  background: var(--bgcolor)
}

.maylink-list li .img {
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden
}

.maylink-list li .img:hover img {
  transform: scale(1.02)
}

.maylink-list li .img img {
  width: 100%;
  transition: all .1s linear
}

.maylink-list li .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: var(--fontbold6);
  font-size: 16px;
  margin: 10px 0px
}

.maylink-list li .more {
  min-width: 120px;
  height: 40px;
  background: #1a3e5f;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase
}

.newslist {
  list-style: none;
  display: flex;
  flex-wrap: wrap
}

.newslist li {
  margin-bottom: 2em;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid rgba(229, 229, 229, .5);
  box-shadow: 0 3px 20px 2px rgba(233, 233, 233, .55);
  position: relative
}

.newslist li:hover .img img {
  transform: scale(1.02)
}

.newslist li:hover .info .title {
  color: var(--color)
}

.newslist li:hover .info .more a {
  color: var(--color)
}

.newslist li:hover .info .more a em {
  margin-left: 10px
}

.newslist li .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.newslist li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s linear
}

.newslist li .info {
  position: relative
}

.newslist li .info .date {
  min-width: 120px;
  height: 26px;
  background: var(--color);
  color: #FFF;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0px 10px
}

.newslist li .info .date em {
  margin-right: 5px;
  font-size: 14px
}

.newslist li .info .title {
  display: block;
  font-size: 22px;
  font-weight: var(--fontbold6);
  line-height: 1.2
}

.newslist li .info .text {
  margin: 20px 0px;
  color: #797979;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

.newslist li .info .more {
  border-top: 1px solid #e9e9e9;
  padding-top: 20px
}

.newslist li .info .more a {
  font-weight: var(--fontbold6);
  display: inline-flex;
  align-items: center;
  text-transform: capitalize
}

.newslist li .info .more a em {
  margin-left: 5px;
  transition: margin .2s linear
}

.newslist.list1 li {
  width: 32%;
  margin-right: 2%
}

.newslist.list1 li:nth-child(3n) {
  margin-right: 0px
}

.newslist.list1 li .info {
  padding: 20px
}

.newslist.list1 li .info .date {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: -30px
}

.newslist.list0 li {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.newslist.list0 li .img {
  width: 30%
}

.newslist.list0 li .info {
  flex: 1;
  padding: 20px 30px
}

.newscontent-box {
  background: #FFF;
  border-radius: 5px;
  margin-bottom: 2em;
  padding: 30px 30px
}

.newscontent-date {
  min-width: 120px;
  height: 30px;
  background: var(--color);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 5px
}

.newscontent-date em {
  margin-right: 5px;
  font-size: 14px
}

.newscontent-title {
  font-weight: var(--fontbold6);
  font-size: 32px;
  line-height: 1.2
}

.newscontent-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0px 20px
}

.newscontent-meta p {
  margin-right: 20px;
  color: #333
}

.newscontent-meta p:last-child {
  margin-right: 0px
}

.newscontent-meta p em {
  color: var(--color);
  margin-right: 5px
}

.newsendinquiry {
  cursor: pointer
}

.newscontent-details {
  margin-bottom: 2em
}

.nyproductimg {
  text-align: center;
}

.nyproductimg img {
  max-width: 100%;
}

.pagesolutions .title {
  text-align: center;
  font-weight: var(--fontbold6);
  font-size: 34px;
  max-width: 700px;
  margin: 0px auto;
  line-height: 1.2
}

.pagesolutions-1 {
  text-align: center
}

.pagesolutions-2 {
  position: relative;
  z-index: 1;
  padding: 3% 40px
}

.pagesolutions-2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  max-width: 1920px;
  background: #ececec;
  z-index: -1
}

.pagesolutions-2-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.pagesolutions-2-list li {
  width: 23%;
  background: #FFF;
  margin-bottom: 2em;
  padding: 30px;
  transition: all .1s linear
}

.pagesolutions-2-list li:hover {
  background: var(--bgcolor);
  color: #FFF
}

.pagesolutions-2-list li .name {
  font-weight: var(--fontbold6);
  font-size: 20px;
  padding-bottom: 10px
}

.project-list {
  list-style: none
}

.faqs-list li {
  width: 100%
}

.faqs-list .project-info {
  margin-bottom: 1em
}

.faqs-list .project-info.open .project-name {
  background: var(--bgcolor);
  color: #FFF
}

.faqs-list .project-info.open .project-name em::after,
.faqs-list .project-info.open .project-name em::before {
  background: #FFF
}

.faqs-list .project-info.open .project-name em::after {
  height: 1px
}

.faqs-list .project-info .project-name {
  width: 100%;
  background: #f5f8f9;
  min-height: 52px;
  border-radius: var(--borderradius);
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer
}

.faqs-list .project-info .project-name em {
  transition: all .1s linear;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--fontcolor);
  font-weight: var(--fontbold6)
}

.faqs-list .project-info .project-name em::after,
.faqs-list .project-info .project-name em::before {
  width: 14px;
  height: 1px;
  content: "";
  position: absolute;
  background: var(--color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.faqs-list .project-info .project-name em::after {
  width: 1px;
  height: 14px
}

.faqs-list .project-info .project-content {
  display: none;
  margin-top: .5em;
  position: relative;
  padding: 10px 20px;
  z-index: 1
}

.download-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.download-list li {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
  transition: all .1s linear;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: var(--borderradius)
}

.download-list li:hover {
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .2)
}

.download-list li:hover .download-img img {
  transform: scale(1.01)
}

.download-list li .download-img {
  width: 140px
}

.download-list li .download-img img {
  width: 100%;
  transition: all .1s linear
}

.download-list li .download-info {
  flex: 1;
  padding: 0px 20px
}

.download-list li .download-btn {
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border-radius: 4px;
  width: 140px;
  height: 36px;
  transition: all .2s linear;
  white-space: nowrap;
  overflow: hidden;
  padding: 0px 10px
}

.download-list li .download-btn:hover {
  box-shadow: 1px 2px 10px var(--color)
}

.download-list,
.project-list {
  margin-top: 3%
}

.project-wrap {
  display: flex;
  flex-wrap: wrap
}

.project-wrap li {
  width: 24%;
  margin-right: 1.3%;
  background: #FFF;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 25px 4px rgba(233, 233, 233, .79);
  margin-bottom: 2em;
  transition: all .1s linear
}

.project-wrap li:hover {
  transform: translateY(-5px)
}

.project-wrap li:hover .project-info .project-name {
  color: var(--color)
}

.project-wrap li:nth-child(4n) {
  margin-right: 0px
}

.project-wrap li .project-img {
  width: 100%
}

.project-wrap li .project-img img {
  width: 100%
}

.project-wrap li .project-info {
  position: relative;
  padding: 20px
}

.project-wrap li .project-info::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4px;
  background: var(--color)
}

.project-wrap li .project-info .project-name {
  font-weight: var(--fontbold6);
  font-size: 22px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px
}

.project-wrap li .project-info .project-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

.contact-text {
  max-width: 600px;
  margin: 0px auto;
  text-align: center
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.contact-list .contact-item {
  position: relative;
  background: #FFF;
  box-shadow: 0 3px 21px 0 rgba(222, 222, 222, .55);
  border-radius: 10px;
  width: 23%;
  padding: 20px 30px;
  display: flex;
  transition: all .1s linear;
  margin-bottom: 1em
}

.contact-list .contact-item:hover {
  transform: translateY(-5px)
}

.contact-list .contact-item em {
  font-size: 40px;
  font-weight: var(--fontbold3);
  color: var(--color)
}

.contact-list .contact-item .contact-item-info {
  flex: 1;
  padding-left: 20px
}

.contact-list .contact-item .contact-item-info .contact-item-title {
  font-weight: var(--fontbold6);
  font-size: 20px
}

.contact-list .contact-item .contact-item-info a {
  color: inherit
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch
}

.contact-box>div {
  width: 50%
}

.contact-box .contact-main {
  background: #1a3e5f;
  color: #FFF;
  padding: 6% 13% 6% 0;
  position: relative;
  z-index: 1
}

.contact-box .contact-main::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: calc(1920px / 2);
  background: #1a3e5f;
  z-index: -1
}

.contact-box .contact-main .icon {
  min-width: 164px;
  height: 41px;
  background: #FFF;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  color: #1a3e5f;
  font-weight: var(--fontbold6);
  margin-bottom: 20px
}

.contact-box .contact-main .contact-h1 {
  font-weight: var(--fontbold9);
  line-height: 1.2;
  font-size: 46px;
  margin-bottom: 20px
}

.contact-box .contact-main .contact-share {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px
}

.contact-box .contact-main .contact-share a {
  width: 42px;
  height: 42px;
  background: #31526f;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 15px;
  transition: all .1s linear;
  position: relative;
  margin-bottom:10px;
}

.contact-box .contact-main .contact-share a:hover {
  background: #2a4965;
}

.contact-box .contact-main .contact-share a em {
  font-size: 18px;
  color: #FFF
}

.contact-box .contact-main .contact-share a span {
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: 0;
  width: 0;
  height: 0;
  display: block;
  transition: all .3s ease;
}

.contact-box .contact-main .contact-share a:hover span {
  width: 100px;
  height: 100px;
  margin-left: -50px;
}


.contact-box .contact-inquiry {
  background: #eef5fd;
  position: relative;
  z-index: 2
}

.contact-box .contact-inquiry::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: calc(1920px / 2);
  background: #eef5fd;
  z-index: -1
}

.contact-box .contact-inquiry .wmkcfeedback {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFF;
  padding: 60px 40px;
  width: 110%;
  border-radius: 20px
}

.contact-box .contact-inquiry .wmkcfeedback .send-btn {
  width: 100%
}

.pro-main .sidebar-item {
  background: #FFF
}

.pro-main .sidebar-item .wmkcfeedback input,
.pro-main .sidebar-item .wmkcfeedback textarea {
  background: #f5f8f9
}

.protypefeedback {
  padding: 30px 0px;
  background: #EEE
}

@media(max-width:1280px) {
  .pageabouttitle {
    font-size: 32px
  }

  .pageabout-3 .flex .right {
    margin-top: 0
  }

  .pageabout-4 ul {
    margin-top: 20px
  }

  .sidebar {
    width: 300px
  }

  .pro-list.list1 {
    justify-content: space-between
  }

  .pro-list.list1 li {
    width: 48%;
    margin-right: 0px
  }

  .pro-list.list0 li .pro-img {
    width: 40%
  }

  .protype-demo-1 .protype-sec-2 .protype-sec-2-list li {
    width: 48%;
    margin-bottom: 1em
  }

  .protype-demo-1 .protype-sec-1 .l-wrap .protype-sec-1-right .protype-sec-1-name {
    font-size: 30px
  }

  .protype-demo-1 .protype-sec-title {
    font-size: 30px
  }

  .protype-demo-1 .protype-sec-4 .protype-sec-4-list li .protype-sec-4-info .name {
    font-size: 20px
  }

  .preview-container {
    width: 60%
  }

  .singglepic {
    width: 60%
  }

  .prodetails-name {
    font-size: 28px
  }

  .newslist.list1 {
    justify-content: space-between
  }

  .newslist.list1 li {
    width: 48%;
    margin-right: 0px
  }

  .contact-list .contact-item {
    padding: 20px 15px
  }

  .contact-list .contact-item em {
    font-size: 30px
  }

  .product-cateitem .cate-info {
    padding-top: 45px
  }
}

.inquiry-prolist {
  margin: 20px 0px
}

.inquiry-prolist .inquiry-pro-item {
  display: flex;
  align-items: center;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
  padding: 20px
}

.inquiry-prolist .inquiry-pro-item:nth-child(n+2) {
  margin-top: 20px
}

.inquiry-prolist .inquiry-pro-item .pro-item-img {
  width: 160px
}

.inquiry-prolist .inquiry-pro-item .pro-item-img img {
  border: 1px solid #EEE
}

.inquiry-prolist .inquiry-pro-item .pro-item-name {
  flex: 1;
  padding: 0px 20px;
  color: #333
}

.inquiry-prolist .inquiry-pro-item .pro-item-name a {
  color: var(--color);
  font-size: 18px;
  font-weight: var(--fontbold6)
}

.inquiry-prolist .inquiry-pro-item .pro-item-del {
  background: var(--color);
  margin-right: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  cursor: pointer;
  border-radius: 4px;
  transition: all .2s linear
}

.inquiry-prolist .inquiry-pro-item .pro-item-del:hover {
  box-shadow: 1px 2px 10px var(--color)
}

@media(max-width:768px) {
  .inquiry-prolist .inquiry-pro-item .pro-item-img {
    width: 100px
  }

  .inquiry-prolist .inquiry-pro-item .pro-item-name {
    padding: 0px 10px
  }

  .inquiry-prolist .inquiry-pro-item .pro-item-del {
    margin-right: 0px
  }
}

.mediaplay {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  position: relative;
  transition: .5s;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none
}

.mediaplay em {
  font-size: 36px
}

.mediaplay:hover {
  color: var(--color);
  background: rgba(255, 255, 255, .7)
}

.mediaplay::after {
  content: '';
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  border-radius: 50%;
  border: 3px solid;
  opacity: .8;
  border-color: transparent;
  border-right-color: var(--color);
  animation: runDot 2s infinite ease-in-out
}

@keyframes runDot {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(359deg)
  }
}

#filterlist .filterlist-ul {
  padding: 10px 20px
}

#filterlist .filterlist-ul li {
  display: flex;
  align-items: center;
  margin: 10px 0px 20px;
  line-height: 1;
  cursor: pointer;
  user-select: none
}

#filterlist .filterlist-ul li:nth-child(n+21) {
  display: none
}

#filterlist .filterlist-ul li.act {
  color: var(--color)
}

#filterlist .filterlist-ul li.act .input::after {
  transform: translate(-50%, -50%) scale(1)
}

#filterlist .filterlist-ul li .input {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #666;
  position: relative
}

#filterlist .filterlist-ul li .input::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 9px;
  height: 9px;
  background: var(--color);
  transition: all .1s linear
}

#filterlist .filterlist-ul li span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden
}

#filterlist .viewmore-filter {
  color: var(--color);
  text-transform: uppercase;
  cursor: pointer;
  padding: 0px 20px
}

#filterlist .viewmore-filter:hover {
  text-decoration: underline
}

.home-foottop {
  position: relative;
  padding: 2% 0;
  background: var(--bgcolor);
  color: #FFF;
  z-index: 1
}

.home-foottop::after,
.home-foottop::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/foottop-bg.png) no-repeat right;
  z-index: -1
}

.home-foottop::after {
  transform: rotate(180deg)
}

.home-foottop .l-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.home-foottop .title {
  text-align: center;
  font-size: 40px;
  font-weight: var(--fontbold6);
  line-height: 1.2
}

.home-foottop .btn {
  margin-top: 2em
}

.home-foottop .btn a {
  min-width: 160px;
  height: 50px;
  background: rgba(255, 84, 0, 0);
  border: 1px solid #FFFcfc;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 15px;
  font-weight: var(--fontbold6);
  transition: all .2s linear
}

.home-foottop .btn a:nth-child(2) {
  background-color: #FFF;
  color: #000
}

.home-foottop .btn a:nth-child(2):hover {
  opacity: .8
}

.home-foottop .btn a:hover {
  background: #FFF;
  color: #000
}

@media(max-width:1440px) {
  .home-foottop .title {
    font-size: 26px
  }
}

@media(max-width:768px) {
  .home-foottop .title {
    font-size: 18px
  }

  .home-foottop {
    padding: 30px 0px
  }

  .home-foottop .btn {
    display: flex;
    justify-content: space-between;
    width: 100%
  }

  .home-foottop .btn a {
    min-width: inherit;
    width: 48%
  }
}