.hc-mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999999999;
  overscroll-behavior: none;
}
.hc-mobile-nav.is-ios * {
  cursor: pointer !important;
}
.hc-mobile-nav .nav-container {
  position: fixed;
  z-index: 99999999;
  top: 0;
  width: 2.4rem;
  max-width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
  position: static;
  height: 100%;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}
.hc-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hc-mobile-nav li {
  position: relative;
  display: block;
}
.hc-mobile-nav li.level-open > .nav-wrapper {
  visibility: visible;
}
.hc-mobile-nav input[type='checkbox'] {
  display: none;
}
.hc-mobile-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
.hc-mobile-nav a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
}
.hc-mobile-nav a,
.hc-mobile-nav a:hover {
  text-decoration: none;
}
.hc-mobile-nav.disable-body:not(.nav-open)::after {
  pointer-events: none;
}
.hc-mobile-nav.disable-body::after,
.hc-mobile-nav.disable-body .nav-wrapper::after {
  content: '';
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}
.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s;
}
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
}
.hc-mobile-nav.nav-levels-overlap ul ul {
  height: 100%;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}
.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}
.hc-mobile-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transition: transform 0.4s ease;
}
.hc-mobile-nav.side-left {
  left: 0;
}
.hc-mobile-nav.side-left .nav-container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open > .nav-wrapper {
  transform: translate3d(-40px, 0, 0);
}
.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
/*
.hc-mobile-nav.side-right {right: 0}
.hc-mobile-nav.side-right .nav-container {
	right: 0;	transform: translate3d(100%, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(40px, 0, 0)
}
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
	right: 0;	transform: translate3d(100%, 0, 0)
}*/
.hc-mobile-nav.nav-open .nav-container {
  transform: translate3d(0, 0, 0);
}
.hc-nav-trigger {
  position: absolute;
  cursor: pointer;
  display: none;
  top: 0.2rem;
  z-index: 9980;
  min-height: 24px;
}
.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}
.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  position: absolute;
  left: 0;
  height: 4px;
  background: #fff;
  transition: all 0.2s ease;
}
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  content: '';
  width: 100%;
}
.hc-nav-trigger span::before {
  top: -10px;
}
.hc-nav-trigger span::after {
  bottom: -10px;
}
.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}
.hc-nav-trigger.toggle-open span::before {
  transform: translate3d(0, 10px, 0);
}
.hc-nav-trigger.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}
.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.5);
}
.hc-mobile-nav .nav-wrapper {
  z-index: 2;
  background: #fafafa;
  width: 100%;
}
.hc-mobile-nav.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-mobile-nav h2 {
  font-size: 0.18rem;
  font-weight: normal;
  text-align: left;
  padding: 15px 17px;
  color: #333333;

  margin-top: 0;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 400;
  text-transform: capitalize;
}
.hc-mobile-nav a {
  padding: 10px 17px;
  font-size: 0.18rem;
  color: #333;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hc-mobile-nav:not(.touch-device) a:hover {
  background: #f2f2f2;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
  background: rgba(0, 0, 0, 0.05);
  background-size: 100%;
  text-transform: capitalize;
  color: #808080;
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.hc-mobile-nav li.nav-parent a {
  padding-right: 58px;
}
.hc-mobile-nav li.nav-close span,
.hc-mobile-nav li.nav-parent span.nav-next,
.hc-mobile-nav li.nav-back span {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after {
  content: '';
  display: inline-block;
  background: #4d4d4d;
  width: 0.2rem;
  height: 2px;
  margin: 2px 0;
}
.hc-mobile-nav li.nav-close span::before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
.hc-mobile-nav li.nav-close span::after {
  transform: rotate(-45deg) translate(4px, 0px);
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  transform-origin: center;
}
.hc-mobile-nav span.nav-next::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-mobile-nav li.nav-back span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-mobile-nav.side-right span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-mobile-nav.side-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-mobile-nav li.nav_logo {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  align-content: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hc-mobile-nav li.nav_logo a {
  text-align: center;
  border-bottom: none;
}
.hc-mobile-nav li.nav_logo a img {
  max-width: 1rem;
}

#main-nav {
  display: none;
}
header {
  position: relative;
  padding: 50px 0 0.2rem;
}
header .toggle {
  position: absolute;
  cursor: pointer;
  display: none;
  z-index: 9980;
  width: 0.66rem;
  height: 0.66rem;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  box-sizing: content-box;
  font-size: 16px;
  border-radius: 0;
  line-height: 24px;
  float: right;
  text-decoration: none;
  text-indent: -9999em;
  font-size: 1px;
  background: #0dbbe4;
}
header .toggle span {
  width: 20px;
  top: 50%;
}
header .toggle span,
header .toggle span::before,
header .toggle span::after {
  position: absolute;
  left: 50%;
  height: 2px;
  background: #fff;
  transition: all 0.1s ease;
  margin-left: -10px;
  border-radius: 10px;
}
header .toggle span::before,
header .toggle span::after {
  content: '';
  width: 100%;
  border-radius: 5px;
}
header .toggle span::before {
  top: -6px;
}
header .toggle span::after {
  bottom: -6px;
}
header .toggle.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}
header .toggle.toggle-open span::before {
  transform: translate3d(0, 6px, 0);
}
header .toggle.toggle-open span::after {
  transform: rotate(-90deg) translate3d(6px, 0, 0);
}
header .toggle div {
  display: inline-block;
  margin-right: 15px;
}
.hc-mobile-nav .nav-container {
  width: 100%;
}
.hc-mobile-nav ul li ul li a {
  font-size: 0.18rem;
  text-transform: capitalize;
}
.hc-mobile-nav ul.first-nav > li > a {
  text-transform: capitalize;
}
.hc-mobile-nav ul.second-nav > li > a {
  text-transform: capitalize;
}

/*mainmenu*/
.mainmenu-area {
  display: block;
  padding-right: 0;
  padding-top: 0;
}
.mainmenu_box {
  float: left;
  width: 36%;
  padding-right: 0;
}
.find .product_vmegamenu > ul li a {
  padding: 12px 10px;
}
.product_vmegamenu ul li a.hover-icon::after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: 0;
  color: #808080;
  top: 12px;
}
.product_vmegamenu > ul > li .vmegamenu {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 5px -1px #666666;
  left: 0;
  position: absolute;
  top: 82px;
  width: 100%;
  opacity: 0;
  z-index: 999999;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  padding: 10px;
}
.product_vmegamenu ul li:hover .vmegamenu {
  opacity: 1;
  top: 52px;
  visibility: visible;
}
/* mainmenu */
.mainmenu {
  text-align: left; /*position: relative;*/
}
.mainmenu > nav > ul {
  width: 100%;
}
.mainmenu > nav > ul > li {
  display: inline-block;
  padding: 0;
  padding-right: 0.42rem;
}
.mainmenu > nav > ul > li:last-child {
  padding-right: 0;
}
.mainmenu ul li a {
  transition: all 0.3s;
}
.mainmenu ul li a {
  font-weight: normal;
  font-size: inherit;
  font-size: initial;
}
.mainmenu > nav > ul > li > a {
  color: #333333;
  display: inline-block;
  font-size: 20px;
  line-height: 0.32rem;
  padding: 0.32rem 0.2rem 0.36rem;
  text-transform: capitalize;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  font-weight: 600;
  background-position: center center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}

.mainmenu nav > ul > li.active > a i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  bottom: -8px;
  content: '';
  z-index: -1;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  background: #fff;
  display: block;
}
.mainmenu > nav > ul > li > a:after {
  content: '';
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: #0dbbe4;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.4s transform cubic-bezier(0.59, 0.23, 0.22, 0.96);
  z-index: -1;
}
.mainmenu > nav > ul > li:hover > a:after,
.mainmenu > nav > ul > li.active > a:after {
  transform: scaleX(1);
  transform-origin: left;
  transition: 0.4s transform cubic-bezier(0.59, 0.23, 0.22, 0.96);
}

.mainmenu ul li:hover > a,
.mainmenu ul li.active > a {
  color: #fff;
}
.mainmenu > nav > ul > li:hover > a,
.mainmenu > nav > ul > li.active > a {
  text-decoration: none;
  color: #fff !important;
}
.mainmenu > nav > ul > li.active > a,
.mainmenu > nav > ul > li#active > a {
  color: #fff !important;
}

.mainmenu > nav > ul > li > ul,
.mainmenu > nav > ul > li > div.vmegamenu {
  left: auto;
  opacity: 0;
  position: absolute;
  top: auto;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  z-index: 99999999;
  padding: 0;
  visibility: hidden;
  text-align: left;
  width: 2.8rem;
  box-shadow: none;
  border: none;
  border-bottom: none;
}
.mainmenu > nav > ul > li > div.vmegamenu {
  padding-top: 0rem;
}

.mainmenu > nav > ul > li > div.vmegamenu > ul {
  padding: 0;
  list-style: none;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 10px 55px 5px rgb(0 86 157 / 35%) !important;
}
.mainmenu > nav > ul > li > div.vmegamenu > ul > li {
  padding: 0 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.mainmenu > nav > ul > li > div.vmegamenu > ul > li:last-child {
  border-bottom: none;
}
.mainmenu ul li:hover > ul,
.mainmenu ul li:hover > div.vmegamenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.mainmenu ul li > ul li {
  display: block;
  padding: 0 0.12rem;
  background: none;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mainmenu ul li > ul li:last-child {
  border-bottom: none;
}
.mainmenu ul li > ul li > a,
.mainmenu ul li > div.vmegamenu ul li > h2 a,
.mainmenu ul li > div.vmegamenu ul li > a {
  color: #333;
  padding: 0.13rem 0rem;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 0.2rem;
  font-style: normal;
  position: relative;
  font-weight: 500;
  z-index: 1;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-position: 90% center;
  transition: all 0.5s;
}
.mainmenu ul li > ul li > h2 > a:hover,
.mainmenu ul li > ul li.has-menu:hover > h2 > a,
.mainmenu ul li > div.vmegamenu ul li > h2 > a:hover,
.mainmenu ul li > div.vmegamenu ul li.has-menu:hover > a,
.mainmenu ul li > ul li > a:hover,
.mainmenu ul li > div.vmegamenu ul li > a:hover {
  text-decoration: underline;
  color: #0dbbe4;
  background-position: right center;
}
/*.mainmenu ul li > ul li > a:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;transform: scaleX(0);transform-origin: 0 0 0;transition: all 0.4s ease 0s;z-index: -1;background:#009944;
}
.mainmenu ul li > ul li:hover > a:before{opacity:1;visibility:visible;transform:scaleX(1);}*/
.mainmenu ul li > ul li:last-child > a:after {
  background: #fff;
}

.mainmenu ul li > ul li.has-menu .top::after,
.mainmenu ul li > div > ul li.has-menu .top::after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 0.16rem;
  color: #333;
  position: absolute;
  right: 0rem;
  top: 50%;
  line-height: 0.2rem;
  margin-top: -0.11rem;
  z-index: 2;
  transition: all 0.5s;
}
.mainmenu ul li > ul li:hover.has-menu .top::after,
.mainmenu ul li > div > ul li:hover.has-menu .top::after {
  color: #0dbbe4;
  transform: rotate(90deg);
}

.mainmenu > nav > ul > li ul.vmegamenu02 {
  left: 2.8rem;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  z-index: 99999999;
  padding: 0.15rem;
  visibility: hidden;
  text-align: left;
  width: 2.6rem;
  background: rgb(255 255 255 / 99%);
  transition: 0.3s ease;
  border-left: none;
  border-bottom: none;
  max-height: 5rem;
  overflow-y: auto;
  border-radius: 0;

  box-shadow: 0 10px 25px 5px rgb(0 86 157 / 15%) !important;
}

.mainmenu > nav > ul > li ul.vmegamenu02::-webkit-scrollbar {
  width: 5px;
}
.mainmenu > nav > ul > li ul.vmegamenu02::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.mainmenu > nav > ul > li ul.vmegamenu02::-webkit-scrollbar-thumb {
  background-color: #0dbbe4;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.mainmenu > nav > ul > li ul.vmegamenu02 li {
  padding: 0.11rem 0.12rem 0.1rem;
}
.mainmenu > nav > ul > li ul.vmegamenu02 li a {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
}
.mainmenu ul li:hover > ul.vmegamenu02 {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.mainmenu ul li > ul.vmegamenu02 .vmegamenu03 {
  background: #f7f7f7;
  border-top: 1px solid #ececec;
}
.mainmenu ul li > ul.vmegamenu02 .vmegamenu03 li a:before {
  content: '\f101';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}
.mainmenu ul li > ul.vmegamenu02 .vmegamenu03 li:last-child {
  border-bottom: none;
}

/*nav container list*/
.mainmenu > nav > ul > li.product_vmegamenu > ul {
  width: 100%;
  left: 0;
  padding: 0.2rem 0;
  background: #f2f5f8;
}

@media only screen and (max-width: 992px) {
  header .wrapper {
    display: block;
  }
}

.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu {
  width: auto;
  left: 0;
  padding-bottom: 0px;
  max-height: 500px;
  height: auto;
  direction: inherit;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
  left: 0px;
  right: 0px;
  padding: 0;
  background: #f2f5f8;
  overflow-y: auto;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > ul li.has-menu::after,
.mainmenu ul li.product_vmegamenu.product_menu_list > div > ul li.has-menu::after {
  display: none;
}
.mainmenu ul li.product_vmegamenu > div.vmegamenu::-webkit-scrollbar,
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .vmegamenu02::-webkit-scrollbar {
  width: 3px;
}
.mainmenu ul li.product_vmegamenu > div.vmegamenu::-webkit-scrollbar-track,
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .vmegamenu02::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.mainmenu ul li.product_vmegamenu > div.vmegamenu::-webkit-scrollbar-thumb,
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .vmegamenu02::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul {
  direction: inherit;
  background: none;
}
.mainmenu ul li.product_vmegamenu ul {
  width: 100%;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mainmenu ul li.product_vmegamenu ul li > a span {
  width: 36px;
  height: 40px;
  display: inline-block;
  background-size: 100%;
  padding: 8px;
  margin-right: 5px;
}
.mainmenu ul li.product_vmegamenu ul li > a span img {
}
.mainmenu ul li.product_vmegamenu ul li > a p {
  display: inline-block;
  vertical-align: middle;
}
.mainmenu ul li.product_vmegamenu ul li div span {
  display: block;
  margin-bottom: 10px;
}
.mainmenu ul li.product_vmegamenu ul li div span a {
  display: inline-block;
  font-size: 15px;
  padding: 0;
  color: #555;
}
.mainmenu ul li.product_vmegamenu ul li div span a:hover {
  color: #4ac0fb;
}
@media only screen and (max-width: 992px) {
  .mobile-menu-area .row,
  .mobile-menu-area .container {
    width: 100%;
    margin: 0;
  }
}

.mainmenu ul li.product_vmegamenu > ul {
  border-bottom: none;
}
.mainmenu ul li.product_vmegamenu > div.vmegamenu > ul > li .top {
  display: flex;
  align-items: center;
  padding: 0.13rem 0 0.12rem;
  position: relative;
}
.mainmenu ul li.product_vmegamenu > div.vmegamenu > ul > li .top a {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.mainmenu ul li.product_vmegamenu > div.vmegamenu > ul > li:hover {
  background: #f7f7f7;
}
.mainmenu ul li.product_vmegamenu > div.vmegamenu > ul > li:hover .top a {
  color: #0dbbe4;
}
.mainmenu ul li.product_vmegamenu ul li.container {
  position: relative;
  z-index: 999;
  display: flex;
  padding: 0 0rem 0 0.3rem;
  box-shadow: inset;
}

/*nav container list*/
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu {
  width: auto;
  left: 0;
  padding-bottom: 10px;
  max-height: 590px;
  height: auto;
  direction: inherit;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  left: 0px;
  right: 0;
  padding-top: 0.2rem;
  overflow-y: auto;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul {
  direction: inherit;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li {
  border: none;
  width: 16.66%;
  float: left;
  padding: 0 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li:nth-child(6n + 1) {
  clear: both;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .top {
  align-items: center;
  justify-content: center;
  margin-bottom: 0.15rem;
  padding-bottom: 0.15rem;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .top img {
  display: inline-block;
  max-width: 0.59rem;
  margin-right: 0.1rem;
  filter: brightness(0);
  transition: all 0.6s;
  opacity: 0.5;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .top .title {
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  padding: 0;
  color: #222;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li:hover .top .title {
  color: #0dbbe4;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li:hover .top img {
  opacity: 1;
  filter: none;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .vmegamenu02 {
  background: #fff;
  padding: 10px 0;
  position: relative;
  left: auto;
  top: auto;
  box-shadow: none;
  transform: none;
  visibility: visible;
  width: 100%;
  border: none;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  max-height: 378px;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .vmegamenu02 li {
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  border: none;
  padding: 0 0.05rem;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .vmegamenu02 li a {
  color: #666;
  line-height: 0.24rem;
  padding: 0;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.5s;
  font-size: 16px;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .vmegamenu02 li a:hover {
  color: #0dbbe4;
  text-decoration: none;
  padding-left: 5px;
}
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .vmegamenu02 li a:before {
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 5px;
}

.mainmenu ul li.product_vmegamenu > div.vmegamenu::-webkit-scrollbar,
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .vmegamenu02::-webkit-scrollbar {
  width: 3px;
}
.mainmenu ul li.product_vmegamenu > div.vmegamenu::-webkit-scrollbar-track,
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .vmegamenu02::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.mainmenu ul li.product_vmegamenu > div.vmegamenu::-webkit-scrollbar-thumb,
.mainmenu ul li.product_vmegamenu.product_menu_list > div.vmegamenu > ul > li .vmegamenu02::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

@media only screen and (max-width: 992px) {
  header .wrapper {
    display: block;
  }
}

/*index*/
.head_box {
}

.social_icons {
  list-style: none;
  position: relative;
  z-index: 9;
}
.social_icons li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
  list-style: none;
}

.social_icons li a {
  transition: all 0.5s;
}

.head_con {
  position: relative;
  padding-top: 0.12rem;
  z-index: 9;
  display: flex;
  justify-content: flex-end;
}
.head_con li {
  display: inline-flex;
  align-items: center;
  margin-right: 0.28rem;
  list-style: none;
  position: relative;
}
.head_con li:first-child:after {
  content: '';
  height: 15px;
  width: 1px;
  background: #d2d2d2;
  margin-left: 0.28rem;
}
.head_con li .icon {
  min-width: 16px;
  height: 14px;
  max-width: 16px;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
}
.head_con li p {
  font-size: 16px;
  color: #444444;
  line-height: 22px;
  margin-left: 6px;
}
.head_con li a {
  display: inline-block;
  font-size: 16px;
  color: #444444;
}
.head_con a:hover {
  color: #0dbbe4;
  text-decoration: underline;
}

.header_box .social_icons {
  float: right;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  margin-left: 0.35rem;
}
.header_box .social_icons li {
  padding: 0 0.13rem;
}
.header_box .social_icons li img {
  width: 20px;
}
.header_right {
  position: relative;
  display: flex;
  align-items: center;
}

.header_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.language {
  list-style: none;
  overflow: hidden;
  float: right;
  position: relative;
  z-index: 99;
  margin-left: 0.43rem;
}
.language:hover {
  overflow: inherit;
}
.language .menu {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.language .menu-title {
  display: flex;
  align-items: center;
  text-align: center;
  color: #333333;
  font-size: 16px;
  transition: 0.5s ackground-color;
  font-style: normal;
  line-height: 21px;
}
.language .menu-title p {
  display: inline-flex;
  margin: 0;
  color: #333333;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  padding-right: 0;
  align-items: center;
  padding-left: 8px;
}

.language .menu-title img {
  vertical-align: middle;
  border-radius: 0;
  margin: 0;
  display: inline-block;
  max-width: 20px;
}
.language .menu-title i {
  position: relative;
  width: 8px;
  display: inline-block;
  height: 5px;
  vertical-align: middle;
  margin-left: 14px;
}
.language .menu-title i:after {
  content: '';
  display: block;
  width: 8px;
  height: 5px;
  background: url(../images/bg_lan.png) no-repeat;
  position: absolute;
  pointer-events: none;
  z-index: 5;
  transition: all 0.6s;
}

.language:hover .menu-title i:after {
  transform: rotate(180deg);
}

.language:hover .menu-title p {
  opacity: 1;
}

.language .menu:hover > .menu-title:after {
  border-bottom-width: 5px;
  transition: 0.2s 0.2s border-bottom-width ease-out;
}
.language .menu-dropdown {
  width: 100%;
  padding-top: 0.15rem;
  position: absolute;
  z-index: 100;
  transition: 0.5s padding, 0.5s background;
  opacity: 0;
  right: 0;
  width: 120px;
  text-align: left;
}
.language:hover .menu-dropdown {
  opacity: 1;
}
.language .menu-dropdown:after {
  top: -0.06rem;
  right: 0.2rem;
  border: solid transparent;

  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f4f4f4;
  border-width: 10px;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}

.language .menu:not(:hover) > .menu-dropdown {
  padding: 0.02rem 0;
  z-index: 999;
}
.language .menu:not(:hover) > .menu-title:after {
  border-bottom-color: #fff;
}
.language .menu-dropdown > * {
  overflow: hidden;
  padding: 0.05rem 0.1rem;
  background: transparent;
  white-space: nowrap;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}
.language .menu:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
  z-index: 99;
}
.language .menu-dropdown .list {
  background: #fff;
  padding: 10px 0;
  list-style: none;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 4px 2px 18px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}

.language .menu-dropdown li {
  background: #fff;
}
.language .menu-dropdown li a {
  display: flex;
  padding: 0.1rem 0.1rem 0.1rem 0.1rem;
  align-items: center;
  text-decoration: none;
  position: relative;
  line-height: 0.2rem;
  transition: padding 0.2s;
  -webkit-transition: padding 0.2s;
  text-decoration: none;
  color: #878787;
  align-items: center;
}

.language .menu-dropdown li p {
  margin: 0;
  font-size: 14px;
  padding-left: 0.1rem;
  text-transform: uppercase;
  display: inline-block;
}
.language .menu-dropdown li a:hover {
  color: #0dbbe4;
}
.language .menu-dropdown li.lan_active a {
  color: #0dbbe4;
}

.language .menu-dropdown li img {
  max-width: 0.28rem;
  margin-left: 0.1rem;
  display: inline-block;
}

.top_header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 9px;
}
.top_header .top_header_b {
  display: flex;
  justify-content: space-between;
}

.header {
  transition: all 0.5s;
  position: relative;
}
#logo {
  position: relative;
  text-align: center;
  z-index: 991;
  align-items: center;
  transition: all 0.5s;
  float: left;
  padding-top: 0;
}

header .header_box h1 {
  margin: 0;
  padding: 0;
}
#logo a {
  padding: 0;
  display: flex;
  position: relative;
  z-index: 5;
  transition: all 0.5s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  align-items: center;
}
#logo img {
  padding: 0;
  transition: all 0.5s;
}
#logo .logo_img img {
  max-width: 1.57rem;
  display: inline-block;
  transition: all 0.5s;
}

/* Top Search*/
/*Search*/
.search_title {
  color: #222;
  font-size: 0.28rem;
  line-height: 0.34rem;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}
.ico_search {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  float: right;
  color: #fff;
  height: 20px;
  margin-top: 0;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  position: relative;
  z-index: 88;
  margin-left: 0.7rem;
}
.ico_search:after {
  content: '';
  display: block;
  background: url(../img/icon.png) no-repeat;
  background-position: -294px -21px;
  height: 20px;
  width: 19px;
}
.ico_search span {
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.search_input {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 9999999;
  transition-property: top, width, border;
  transition-duration: 0.1s, 0.1s;
  border-radius: 0;
  min-height: 2rem;
  border-radius: 0px;
  overflow: hidden;
  display: none;
  padding-bottom: 34px;
}
.search_input .search_box {
  padding: 0.3rem 0.3rem 0.7rem;
  background: #ffffff;
  border-top: 1px solid #eee;
}

.search_section {
  cursor: pointer;
  z-index: 999;
}
.search_main {
  position: relative;
  max-width: 800px;
  margin: 0.2rem auto 0;
}
.search_main .form-control {
  height: 50px;
  color: #111;
  float: left;
  line-height: 48px;
  font-size: 14px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  background: #f6f7f8;
  padding-left: 0.15rem;
  padding-right: 76px;
  border-radius: 5px;
  box-shadow: none;
  float: none;
  border: 1px solid #eee;
  font-weight: 500;
}
.search_main .form-control:focus {
  color: #000;
}
.search_main .search_btn {
  display: block;
  width: 56px;
  height: 50px;
  cursor: pointer;
  border: none;
  position: absolute;
  bottom: 0;
  right: 0rem;
  background: #e6e7ea url('../img/icon.png') no-repeat -274px -5px;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
}

.top_overly {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none;
}
.close-search {
  position: absolute;
  right: 50%;
  margin-right: -34px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0dbbe4;
  border-radius: 50%;
  height: 64px;
  width: 64px;
}
.close-search i {
  background: url(../img/icon.png) no-repeat -137px -395px;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.search_tags {
  max-width: 800px;
  margin: 0.2rem auto 0;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.search_tags p {
  width: 100%;
  padding-bottom: 0.1rem;
  font-size: 18px;
  color: #666;
  font-weight: 500;
}
.search_tags a {
  padding: 0.05rem 0.2rem;
  line-height: 0.2rem;
  margin: 0.05rem;
  font-size: 15px;
  color: #333;
  background: #eee;
  transition: all 0.6s;
  border-radius: 0.02rem;
}
.search_tags a:hover {
  background: #0dbbe4;
  color: #fff;
}

@media screen and (max-width: 1204px) {
  .search_title {
    display: none;
  }
}

.nav_content {
  z-index: 10;
  padding-top: 0;
  float: left;
}
.top_conts {
  float: right;
  margin-top: 0.18rem;
  margin-left: 0.35rem;
}
.top_conts a {
  color: #333333;
  font-size: 14px;
  display: inline-block;
}
.select-modal {
  position: fixed;
  top: 0;
  left: 50%;
  width: 50%;
  width: 80%;
  height: auto;
  z-index: 99999999999999995;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1000px;
}
.select-show {
  visibility: visible;
  transition: all 0.5s;
}
.select-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 999999999;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
.select-show ~ .select-overlay {
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
}
.select-modal .select-content {
  margin: 0 auto;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
  margin-top: 12%;
}
.select-modal.select-show .select-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.select-content {
  color: #5b5b5b;
  background: #fff no-repeat right bottom;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  filter: alpha(opacity=0);
  border-radius: 10px;
  padding: 0.4rem;
}
.select-content .select-close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background-color: transparent;
}
.select-content .select-close i {
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.select-content .select-close i:before,
.select-content .select-close i:after {
  content: '';
  display: inline-block;
  background: #4d4d4d;
  width: 20px;
  height: 2px;
  margin: 2px 0;
}
.select-content .select-close i:before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
.select-content .select-close i:after {
  transform: rotate(-45deg) translate(4px, 0px);
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.select-content .select_title {
  padding: 20px 0;
}
.select-content .select_title em {
  display: block;
  font-size: 0.34rem;
  line-height: 0.34rem;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 600;
}
.select-content .select_title .text {
  font-size: 14px;
  line-height: 0.24rem;
  color: #808080;
  margin-bottom: 0;
  font-weight: 300;
}

.select-content .main {
  padding: 0;
  display: flex;
  align-items: center;
}
.select-content .main .send_column {
  background: none;
  box-shadow: none;
  padding: 0 0 0 0.4rem;
  width: 50%;
}
.select-content .main .send_column form {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.select-content .main .send_column .main_more {
  margin-left: 0;
}
.select-content .main .send_column ul {
  margin: 0;
}
.select-content .main .send_column ul li {
  padding: 0;
}
.select-content .main .select_image {
  height: 100%;
  padding: 0;
  width: 50%;
}
.select-content .main .select_image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.select-content .send_column .send {
  width: 100%;
  margin-top: 0;
}
.select-content .select-close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background-color: transparent;
  z-index: 99;
}
.select-content .select-close i {
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.select-content .select-close i:before,
.select-content .select-close i:after {
  content: '';
  display: inline-block;
  background: #808080;
  width: 20px;
  height: 2px;
  margin: 2px 0;
}
.select-content .select-close i:before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
.select-content .select-close i:after {
  transform: rotate(-45deg) translate(4px, 0px);
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
}

@-webkit-keyframes animate-btn-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes animate-btn-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.select-show .select-content::-webkit-scrollbar {
  width: 3px;
}
.select-show .select-content::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.select-show .select-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

/* Sizes for the bigger menu */
header {
  z-index: 9999999;
  padding: 0;
  position: fixed;
  width: 100%;
  transition: all 0.6s;
  background: #fff;
}

.header .container {
  position: relative;
  max-width: 100%;
  padding: 0 0.6rem;
}

header.large {
  left: 0;
}
header.small {
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
header.small .mainmenu > nav > ul > li > a {
  padding: 0.22rem 0.2rem 0.26rem;
}
header.small #logo .logo_img img {
  max-width: 1.27rem;
}
.height {
  padding-top: 1rem;
  z-index: 5;
  position: relative;
}

/*mob nav*/

.main-menu ul li {
  list-style: none;
  margin: 0;
}
.main-menu ul li h2 {
  font-size: initial;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .megamenu > .sub-menu > li.img {
    display: none;
  }
  .header-navigation {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 !important;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999999;
  }
  .header-navigation .main-navigation {
    overflow: hidden;
    width: 100%;
    background: #f2f5f8;
    padding: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
    -khtml-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  }
  .header-navigation .main-navigation .main-navigation-inner {
    height: 100%;
    overflow-y: scroll;
    padding: 10px 20px 10px 10px;
    margin-right: -10px;
  }
  .header-navigation.navigation-open {
    z-index: 9999999;
    visibility: visible;
  }
  .header-navigation.navigation-open .main-navigation {
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  .main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 15%);
  }
  .main-menu .sub-menu ul {
    background: #fff;
    padding: 10px;
  }
  .main-menu li {
    position: relative;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  .main-menu li a {
    display: block;
    padding: 0;
    line-height: 50px;
    text-transform: capitalize;
    color: #444 !important;
    font-size: 14px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    line-height: 20px !important;
    padding: 15px !important;
    border-bottom: 1px solid #eee;
  }
  .main-menu > li > a {
    margin: 0 !important;
    border-left: none !important;
    text-transform: capitalize !important;
    font-weight: 500;
    font-size: 16px !important;
  }
  .main-menu li .img {
    display: none !important;
  }
  .main-menu > li > a.onepage-active,
  .main-menu > li > a:hover,
  .main-menu > li > a.current,
  .main-menu > li.current_page_item > a,
  .main-menu > li.current-menu-item > a,
  .main-menu > li.current_page_ancestor > a,
  .main-menu > li.current-menu-ancestor > a {
    color: #a67410;
  }
  .main-menu li .icon {
    display: none;
  }
  .main-menu > li > .sub-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
    background: #fafafa;
  }
  .main-menu .sub-menu,
  .main-menu .children {
    position: relative;
    display: none;
  }
  .main-menu .sub-menu li a,
  .main-menu .children li a {
    padding: 7px 24px 7px 6px !important;
    line-height: 20px !important;
    font-size: 14px !important;
    border: none;
  }
  .main-menu .menu-children > h2 > a {
    font-size: 15px !important;
  }
  .main-menu .sub-menu li > a:hover,
  .main-menu .children li > a:hover,
  .main-menu .sub-menu li > a.current,
  .main-menu .children li > a.current,
  .main-menu .sub-menu li.current_page_item > a,
  .main-menu .children li.current_page_item > a,
  .main-menu .sub-menu li.current-menu-item > a,
  .main-menu .children li.current-menu-item > a,
  .main-menu .sub-menu li.current_page_ancestor > a,
  .main-menu .children li.current_page_ancestor > a,
  .main-menu .sub-menu li.current-menu-ancestor > a,
  .main-menu .children li.current-menu-ancestor > a {
    color: #a67410;
  }
  .main-menu .sub-menu li .menu-toggle,
  .main-menu .children li .menu-toggle {
    top: 2px;
  }
  .main-menu .sub-menu .sub-menu li a,
  .main-menu .children .sub-menu li a {
    padding: 0 0 0 20px;
  }
  .main-menu .sub-menu .sub-menu li .sub-menu li a,
  .main-menu .children .sub-menu li .sub-menu li a {
    padding: 0 0 0 30px;
  }
  .main-menu li.focus > .sub-menu,
  .main-menu li.focus > .children {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .header-navigation .main-navigation .main-navigation-inner {
    height: 100%;
    overflow-y: scroll;
    padding: 0 20px 20px 10px;
    margin-right: -10px;
  }
  .menu-toggle {
    position: absolute;
    top: 10px;
    height: 30px;
    right: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 30px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: FontAwesome;
    font-size: 20px;
  }
  .menu-toggle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .menu-toggle.toggle-open:before {
    content: '\f106';
  }

  #menu-mobile {
    width: 100%;
    height: 50px;
    display: flex !important;
    justify-content: flex-end;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999999;
    background: #fff;
    transition: 0.5s all;
    align-items: center;
  }
  #menu-mobile .btn-nav-mobile {
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    z-index: 8888888;
    height: 16px;
    position: absolute;
    width: 50px;
    left: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #menu-mobile .btn-nav-mobile:before,
  #menu-mobile .btn-nav-mobile:after,
  #menu-mobile .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: '';
    background-color: #0dbbe4;
    display: block;
    height: 2px;
    margin: auto;
    position: absolute;
    left: 15px;
    width: 0.26rem;
    top: 5px;
  }
  #menu-mobile .btn-nav-mobile:before {
    top: 0;
  }
  #menu-mobile .btn-nav-mobile span {
    bottom: -1px;
  }
  #menu-mobile .btn-nav-mobile.opened:before {
    top: 8px;
    background: #0dbbe4;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-mobile .btn-nav-mobile.opened:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    background: #0dbbe4;
  }
  #menu-mobile .btn-nav-mobile.opened span {
    display: none;
  }
  li.megamenu .container {
    padding: 0;
  }
  li.megamenu .container .elementor-column-wrap {
    padding: 0 !important;
  }
  li.megamenu .elementor-row {
    display: block;
  }
  li.megamenu .elementor-row > .elementor-element {
    width: 100% !important;
  }
  li.megamenu .elementor-element-populated {
    padding: 0 !important;
  }

  .nav_con {
    margin-top: 60px;
    display: flex;
    color: #333;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    justify-content: space-between;
  }
  .nav_con a {
    color: #333;
    line-height: 36px;
    font-size: 16px;
  }
  .nav_con .email_btn {
    display: inline-block;
    border-radius: 0;
    background: #0dbbe4;
    color: #fff;
    line-height: 36px;
    padding: 0 10px;
    float: right;
  }
}

.header-navigation.navigation-open .nav_overly {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

.mob_language,
.mob_sns {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mob_language,
  .mob_sns {
    display: block;
  }
  .mob_logo {
    position: relative;
    z-index: 8888889;
    margin-top: 0.01rem;
  }
  .mob_logo a {
    display: block;
  }
  .mob_logo img {
    max-height: 28px;
  }
  .mob_language {
    margin-top: 0.3rem;
  }
  .mob_language p,
  .mob_sns p {
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
  }
  .mob_language a {
    float: left;
    width: 33.33%;
    display: flex;
    padding: 8px 0;
    align-items: center;
    color: #666;
    font-size: 14px;
  }
  .mob_language a img {
    flex-shrink: 0;
    margin-right: 4px;
    width: 22px;
  }
  .mob_sns {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .mob_sns li {
    list-style: none;
  }
  .mob_sns p {
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: 16px;
  }
  .mob_sns a {
    display: inline-flex;
    margin-right: 0.15rem;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
  }
  .height {
    padding-top: 50px;
  }
  header:hover {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media only screen and (max-width: 1635px) {
  .mainmenu > nav > ul > li {
    padding-right: 0.2rem;
  }
}

@media only screen and (max-width: 1326px) {
  .header .container {
    padding: 0 0.3rem;
  }
  .mainmenu > nav > ul > li {
    padding-right: 0rem;
  }
  .mainmenu > nav > ul > li > a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1024px) {
  .header .container {
    max-width: 100%;
  }
  .header_box,
  .top_header {
    display: none !important;
  }
  .search_section {
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 999999998;
    background: none;
  }
  .ico_search span {
    display: none;
  }
  .ico_search {
    background: none;
    margin-top: 0.25rem;
    width: auto;
    padding: 0;
  }
  header.small .ico_search,
  header:hover .ico_search {
    background: none;
    margin-top: 0.25rem;
  }
  .ico_search:before {
    filter: brightness(0);
  }
  .close-search {
    height: 54px;
    width: 54px;
    margin-right: -27px;
  }
  .search_input {
    margin-bottom: 27px;
    top: 50px;
  }
  header.small {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 50px;
  }
  .search_input {
    left: 0;
    right: 0;
  }
  .search_main .form-control {
    height: 50px;
    line-height: 48px;
  }
  .search_main .search_btn {
    height: 50px;
    width: 50px;
    background-position: -278px -5px;
  }
  .search_tags a {
    font-size: 14px;
  }
}

@media screen and (max-width: 300px) {
  .header-navigation .main-navigation {
    width: 100%;
  }
  #menu-mobile .btn-nav-mobile.opened:before,
  #menu-mobile .btn-nav-mobile.opened:after {
    background: #333;
  }
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #fff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-active {
  z-index: 99;
}
.swiper-slide img {
  max-width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}

.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-rtl .swiper-button-next,
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-rtl .swiper-button-prev {
  color: #fff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: #ebebeb;
  border-radius: 30px;
}
.swiper-horizontal > .swiper-scrollbar {
  height: 4px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #0dbbe4;
  left: 0;
  top: 1px;
  border-radius: 0;
  cursor: pointer;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*banner*/

/*banner*/

.banner {
  position: relative;
  overflow: hidden;
}
.banner .wrap {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: flex-end;
  z-index: 99;
  text-align: left;
  padding: 0;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 100%);
}
.banner .wrap .container {
  display: flex;
  align-items: flex-end;
  padding-bottom: 1.2rem;
}
.banner .c-image-mob {
  display: none !important;
}
.banner .wrap .wrap_box {
  width: 72%;
}
.banner .wrap .title {
  color: #ffffff;
  width: 100%;
  font-size: 0.58rem;
  line-height: 0.66rem;
  position: relative;
  font-weight: 500;
  margin-top: 0.35rem;
}

.banner .wrap .small_title {
  font-size: 0.22rem;
  line-height: 0.26rem;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}
.banner .wrap .small_title:after {
  position: absolute;
  top: 0.12rem;
  left: -0.88rem;
  width: 0.68rem;
  height: 1px;
  background: #ffffff;
  content: '';
}

.banner .wrap .main_more {
  margin-top: 0.3rem;
  border: 2px solid #fff;
  background: none;
  height: 58px;
  line-height: 54px;
}

.banner .swiper-slide img {
  width: 100%;
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.3rem;
}
.banner .swiper-pagination-bullet {
  background: #aaa;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  color: #fff;
  font-size: 26px;
  opacity: 0.7;
}
.banner .swiper-fade .swiper-slide-active,
.banner .swiper-fade .swiper-slide-active .swiper-slide-active {
  z-index: 99;
}
.banner .swiper-button-next {
  right: 0;
  transition: all 0.9s;
  opacity: 1;
  width: 0.44rem;
  height: 0.82rem;
  background: rgba(255, 255, 255, 0.1);
}
.banner .swiper-button-prev {
  left: 0;
  transition: all 0.9s;
  opacity: 1;
  width: 0.44rem;
  height: 0.82rem;
  background: rgba(255, 255, 255, 0.1);
}
.banner:hover .swiper-button-next {
  right: 0;
}
.banner:hover .swiper-button-prev {
  left: 0;
}

@media screen and (min-width: 992px) {
  .banner .wrap .title {
    transform: translateY(15px);
    opacity: 0;
  }
  .banner .wrap .small_title {
    transform: translateY(15px);
    opacity: 0;
  }
  .banner .wrap .main_more {
    transform: translateY(15px);
    opacity: 0;
  }
  .banner .swiper-slide-active .wrap .title {
    transition: all 0.4s ease 0.6s;
    transform: translateY(0);
    opacity: 1;
  }
  .banner .swiper-slide-active .wrap .small_title {
    transition: all 0.5s ease 0.7s;
    transform: translateY(0);
    opacity: 1;
  }
  .banner .swiper-slide-active .wrap .main_more {
    transition: all 0.6s ease 0.8s;
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1659px) {
  .banner .wrap .container {
    padding-bottom: 0.6rem;
  }
  .banner .wrap .title {
    font-size: 0.5rem;
    line-height: 0.58rem;
    margin-top: 0.25rem;
  }
  .banner .wrap .small_title:after {
    left: -0.4rem;
    width: 0.3rem;
  }
}

@media screen and (max-width: 1359px) {
  .banner .wrap .title {
    font-size: 0.46rem;
    line-height: 0.54rem;
    margin-top: 0.2rem;
  }
  .banner .wrap .main_more {
    font-size: 14px;
    margin-top: 0.2rem;
    height: 50px;
    line-height: 46px;
  }
  .banner .wrap .small_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 0.3rem;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .banner .wrap .wrap_box {
    width: 95%;
  }
  .banner .wrap .title {
    font-size: 0.4rem;
    line-height: 0.48rem;
    margin-top: 0.15rem;
  }
  .banner .wrap .small_title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 768px) {
  .banner .wrap .title {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .banner .wrap .small_title {
    font-size: 15px;
    line-height: 20px;
  }
  .banner .wrap .main_more {
    margin-top: 0.1rem;
    height: 42px;
    line-height: 38px;
  }
  .banner .wrap .container {
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 548px) {
  .banner .wrap .small_title {
    display: none;
  }
  .banner .wrap .title {
    font-size: 0.26rem;
    line-height: 0.32rem;
  }
  .banner .wrap .main_more {
    padding: 0 0.2rem;
  }
}

@media screen and (max-width: 448px) {
  .banner .wrap .title {
    font-size: 0.22rem;
    line-height: 0.28rem;
  }
}
@-webkit-keyframes MOVIE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
}

@keyframes MOVIE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
}

/*index*/
.main_title {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 5;
}
.main_title em,
.main_title h2 {
  color: #333333;
  margin: 0;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-style: normal;
  display: block;
  font-weight: 600;
  font-size: 2.6rem;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}
.main_title .text {
  font-size: 16px;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
  color: #666666;
  max-width: 13.65rem;
  margin: 0.14rem auto 0;
}
.main_title .line {
  background: #0dbbe4;
  height: 6px;
  width: 52px;
  margin: 18px auto 0;
}

@media only screen and (max-width: 992px) {
  .main_title .text {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    margin-top: 0.1rem;
  }

  .main_title .line {
    height: 4px;
    width: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .main_title em,
  .main_title h2 {
    font-size: 30px;
  }
  .main_title .text {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    margin-top: 0.1rem;
  }
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(77px);
    transform: translateX(77px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(77px);
    transform: translateX(77px);
  }
}

.main_more {
  font-size: 16px;
  padding: 0.5rem 2rem;
  display: inline-flex;
  color: #0dbbe4;
  text-decoration: none;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  background: none;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid #0dbbe4;
}
.main_more:before,
.main_more:after {
  content: '';
  display: inline-block;
  background: url(../img/icon.png) no-repeat -152px -353px;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  transition: 0.5s;
  filter: brightness(2) invert(1);
}
.main_more:before {
  left: 16px;
}
.main_more:after {
  opacity: 0;
  right: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.main_more:hover {
  background: #0dbbe4;
  color: #fff;
}
.main_more:hover:before {
  left: 0;
  opacity: 0;
}
.main_more:hover:after {
  opacity: 1;
  right: 10px;
}

@media (max-width: 768px) {
  .main_more {
    height: 44px;
    line-height: 42px;
    font-size: 14px;
  }
}

.light_box {
  position: relative;
  display: inline-block;
}
.light_box::after {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background: rgba(0, 0, 0, 0.2);
}
.light_box::before {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background: rgba(0, 0, 0, 0.05) url(../images/icon_link01.png) no-repeat center center;
  z-index: 1;
}
.light_box::after {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
.light_box::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
.light_box:hover::before,
.light_box:hover::after,
.left-pro .list li:hover .light_box::before,
.left-pro .list li:hover .light_box::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.post-image-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -19px;
  text-align: center;
  font-size: 0;
}
.post-image-mask span,
.post-image-mask:after,
.post-image-mask:before {
  display: inline-block;
  margin-right: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.2s ease;
  -webkit-animation: wd-fadeOutRight 0.3s ease;
  animation: wd-fadeOutRight 0.3s ease;
}
.post-image-mask:before {
  content: '';
  transition-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.post-image-mask:after {
  content: '';
  margin-right: 0;
}
.news_content .column:hover .post-image-mask span,
.news_content .column:hover .post-image-mask:after,
.news_content .column:hover .post-image-mask:before,
.fact_column .slider .li:hover .post-image-mask span,
.fact_column .slider .li:hover .post-image-mask:after,
.fact_column .slider .li:hover .post-image-mask:before,
.relpro_case .slider .li:hover .post-image-mask span,
.relpro_case .slider .li:hover .post-image-mask:after,
.relpro_case .slider .li:hover .post-image-mask:before,
.news li:hover .post-image-mask span,
.news li:hover .post-image-mask:after,
.news li:hover .post-image-mask:before {
  opacity: 1;
  -webkit-animation: wd-fadeInLeft 0.3s ease;
  animation: wd-fadeInLeft 0.3s ease;
}
.news_content .column:hover .post-image-mask:before,
.fact_column .slider .li:hover .post-image-mask:before,
.relpro_case .slider .li:hover .post-image-mask:before,
.news li:hover .post-image-mask:before {
  transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.news_content .column:hover .post-image-mask span,
.fact_column .slider .li:hover .post-image-mask span,
.relpro_case .slider .li:hover .post-image-mask span,
.news li:hover .post-image-mask span {
  transition-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes wd-fadeOutRight {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}
@keyframes wd-fadeOutRight {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}
@-webkit-keyframes wd-fadeOutLeft {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
}
@keyframes wd-fadeOutLeft {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
}
@-webkit-keyframes wd-fadeInLeft {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wd-fadeInLeft {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.page_date {
  margin-top: 0.14rem;
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 0.24rem;
  font-weight: 300;
}
.page_date:before {
  content: '';
  display: inline-block;
  margin-top: -2px;
  margin-right: 8px;
  vertical-align: middle;
  background: url(../img/icon.png) no-repeat;
  width: 15px;
  height: 15px;
  background-position: 0 -57px;
}

.page_more {
  font-size: 14px;
  display: inline-block;
  line-height: 0.2rem;
  position: relative;
  z-index: 2;
  margin-top: 0.15rem;
  transition: all 0.5s;
  text-transform: capitalize;
  font-weight: 400;
}
.page_more:hover {
  color: #0dbbe4;
  opacity: 1;
}
.page_more:after {
  content: '';
  background: url(../images/icon_right01.png);
  display: inline-block;
  margin-left: 0.1rem;
  margin-top: -0.02rem;
  vertical-align: middle;
  width: 0.14rem;
  height: 0.11rem;
  background-size: 100% 100%;
  background-position: 0 0;
}
.page_more:hover:after {
  background-position: 875em 0;
  transition: background-position 800s linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scroll_right_anim {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}

@media only screen and (max-width: 768px) {
  .page_date em {
    font-size: 28px;
  }
  .page_date p {
    margin-bottom: 3px;
  }
  .page_date_box {
    font-size: 28px;
  }
  .page_more {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }
}

/*index*/

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.circle_more {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 40px 0px 0px 0px;
  padding: 12px 12px 0;
}
.circle_more .icon {
  position: relative;
  z-index: 22;
  transition: 0.5s;
  width: 46px;
  height: 46px;
}
.circle_more .icon i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  transition: 0.5s;
}
.circle_more .icon i:after {
  background: url(../img/icon.png) no-repeat -152px -353px;
  width: 8px;
  height: 12px;
  content: '';
  display: inline-block;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.circle_more:before {
  box-shadow: 0 20px 0 0 #fff;
  right: 0;
  left: initial;
  top: -40px;
  bottom: initial;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 20px;
  content: '';
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
}
.circle_more:after {
  box-shadow: 0 20px 0 0 #fff;
  right: initial;
  left: -20px;
  bottom: 0;
  bottom: initial;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 20px;
  content: '';
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
}

.cat_content {
  padding-top: 2rem;
  overflow: hidden;
  padding-bottom: 0.6rem;
}
.cat_content .cat_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}
.cat_content .cat_title .main_title {
  text-align: left;
}
.cat_content .cat_title .main_title .line {
  margin: 1rem 0 0;
}
.cat_content .cat_box {
  display: flex;
  margin: 1rem 0;
  flex-wrap: wrap;
}
.cat_content .cat_item {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
.cat_content .cat_box .column:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.cat_content .cat_box .column .link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 33;
}
.cat_content .cat_box .column .img {
  position: relative;
  overflow: hidden;
  border-radius: 25px 25px 0 25px;
}
.cat_content .cat_box .column .img img {
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
.cat_content .cat_box .column .title {
  color: #fefefe;
  font-size: 24px;
  font-weight: 600;
}
.cat_content .cat_box .column p {
  color: rgba(254, 254, 254, 0.9);
  font-size: 16px;
  line-height: 22px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.cat_content .cat_box .column .text {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: auto;
  padding: 1rem 5rem 1rem 1rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.cat_content .cat_box .column .img:hover p {
  height: max-content;
  opacity: 1;
  margin-top: 6px;
}

.cat_content .cat_box .img:hover .icon i {
  background: #0dbbe4;
}
.cat_content .cat_box .img:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
}

@media only screen and (max-width: 1470px) {
  .circle_more {
    border-radius: 30px 0 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .cat_content .cat_box .column .title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 992px) {
  .cat_content .cat_item {
    width: 50%;
  }
  .cat_content .cat_item:last-child {
    display: flex;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
  }
  .cat_content .cat_item:last-child .column {
    width: 50%;
    padding: 0 0.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .cat_content {
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .cat_content .cat_box {
    margin: 0.1rem -0.1rem 0;
  }
  .cat_content .cat_item {
    padding: 0 0.1rem;
  }
  .cat_content .cat_item:last-child .column {
    padding: 0 0.1rem;
  }
  .cat_content .cat_item:last-child {
    padding: 0;
  }
  .cat_content .cat_box .column {
    margin-top: 0.2rem;
  }
  .cat_content .cat_box .column .text {
    padding: 0.3rem 0.15rem 0.2rem;
    padding-right: 0.6rem;
  }
  .cat_content .cat_title {
    display: block;
  }
  .cat_content .cat_title .main_more {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 410px) {
  .cat_content .cat_item {
    width: 100%;
  }
  .cat_content .cat_item:last-child .column {
    width: 100%;
  }
}

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car,
.odometer.odometer-theme-car .odometer-digit {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
  padding: 0px 0.005rem;
}

.number_content {
  position: relative;
  padding: 20px 0 0rem;
  z-index: 1;
  overflow: hidden;
}
.number_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.05rem;
}
.number_content ul li {
  list-style: none;
  text-align: left;
  padding: 10px;
  width: 25%;
  display: flex;
}
.number_content ul li .cloumn {
  width: 100%;
  text-align: left;
}
.number_content ul li .cloumn .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  filter: brightness(2) invert(1);
}
.number_content ul li .num {
  color: #111111;
  font-size: 36px;
  display: flex;
  font-weight: 700;
}
.number_content ul li .num .odometer {
  margin: 0px;
}
.number_content ul li .text {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.number_content ul li.num01 .odometer-formatting-mark {
  display: none;
}

.about_content {
  overflow: hidden;
  background: url(../img/bg_about.png) no-repeat top left;
  margin: 3rem auto;
}
.about_box {
  display: flex;
  flex-wrap: wrap;
}
.about_content .main_title {
  text-align: left;
}
.about_content .main_title .line {
  margin: 10px 0 0;
}
.about_content .about_column {
  width: 48%;
  padding-right: 0.51rem;
}
.about_content .about_column .company_title {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  margin-top: 10px;
}
.about_content .about_column .about_text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
  max-height: 234px;
}
.about_content .about_column .main_more {
  margin-top: 0.39rem;
}
.about_content .about_image {
  width: 52%;
  padding-left: 0.09rem;
  margin-top: 0.2rem;
}
.about_content .about_image .image {
  position: relative;
  overflow: hidden;
  border-radius: 25px 25px 25px 0;
}
.about_content .about_image .image .img {
  display: block;
}
.about_content .about_image .image .img img {
  width: 100%;
}
.about_content .about_image .circle_more {
  left: 0;
  right: inherit;
  border-radius: 0 40px 0 0;
}
.about_content .about_image .circle_more:before {
  left: 0;
  right: initial;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
}
.about_content .about_image .circle_more:after {
  left: initial;
  right: -20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
}
.about_content .about_image .circle_more i {
  background: none;
  border: 1px solid #0dbbe4;
}
.about_content .about_image .circle_more i:after {
  background: url(../images/play.png) no-repeat;
  width: 13px;
  height: 15px;
  filter: none;
  -webkit-filter: none;
}

@media only screen and (max-width: 1470px) {
  .about_content .about_image .circle_more {
    border-radius: 0 30px 0 0;
  }
}

@media only screen and (max-width: 992px) {
  .about_content .about_column {
    width: 100%;
    padding-right: 0;
  }
  .about_content .about_image {
    width: 100%;
    padding: 0 10%;
    margin-top: 0.4rem;
  }
}

@media only screen and (max-width: 623px) {
  .about_content .about_image {
    padding: 0%;
  }
}

.fac_content {
  padding: 0.4rem 0 0.7rem;
  overflow: hidden;
}
.fac_content .fac_scroll {
  position: relative;
  margin: 0rem -0.1rem 0;
}
.fac_content .fac_scroll .swiper {
  position: initial;
}
.fac_content .fac_scroll .swiper-slide {
  padding: 0.2rem 0.1rem;
  width: 25%;
}
.fac_content .fac_scroll .swiper-slide .column {
  position: relative;
  border-radius: 16px 16px 16px 0;
  overflow: hidden;
  margin-bottom: 15px;
  isolation: isolate;
}
.fac_content .fac_scroll .swiper-slide .column img {
  width: 100%;
  transition: all 0.5s;
}
.fac_content .fac_scroll .swiper-slide .column:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
}
.fac_content .fac_scroll .swiper-slide .column .title {
  position: absolute;
  bottom: 0px;
  padding: 20px 15px 20px 90px;
  width: 100%;
  text-align: right;
  opacity: 0;
  transition: all 0.5s;
}
.fac_content .fac_scroll .swiper-slide .column .title p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  overflow: hidden;
  line-height: 24px;
  height: 24px;
  font-weight: 500;
}
.fac_content .fac_scroll .swiper-slide .column .overly {
  opacity: 0;
  width: 100%;
  top: 41%;
  height: 60%;
  float: left;
  position: absolute;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.fac_content .fac_scroll .circle_more {
  left: 0;
  right: inherit;
  border-radius: 0 40px 0 0;
}
.fac_content .fac_scroll .circle_more:before {
  left: 0;
  right: initial;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
}
.fac_content .fac_scroll .circle_more:after {
  left: initial;
  right: -20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
}
.fac_content .fac_scroll .circle_more i {
  background: none;
  border: 1px solid #0dbbe4;
  color: #d90426;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}
.fac_content .fac_scroll .circle_more i:after {
  display: none;
}

.fac_content .fac_scroll .swiper-slide .column:hover .title {
  opacity: 1;
}
.fac_content .fac_scroll .swiper-slide .column:hover .overly {
  opacity: 1;
}

.fac_content .swiper-button-next {
  background: #fff;
  right: -0.61rem;
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  color: #d90426;
  border: none;
  box-shadow: 0 0px 1ch rgba(0, 0, 0, 0.1);
}
.fac_content .swiper-button-prev {
  background: #fff;
  left: -0.61rem;
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  color: #d90426;
  border: none;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.fac_content .swiper-button-next:after,
.fac_content .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
}
.fac_content .swiper-button-disabled,
.fac_content .swiper-button-disabled {
  border-color: #d7d7d7;
  color: #d90426;
  pointer-events: auto;
}
.fac_content .swiper-button-disabled:after,
.fac_content .swiper-button-disabled:after {
  opacity: 1;
}

@media only screen and (max-width: 1470px) {
  .fac_content .fac_scroll .circle_more {
    border-radius: 0 30px 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .fac_content .fac_scroll .swiper-slide {
    width: 33.3%;
  }
  .fac_content .fac_scroll .swiper-slide .column .title p {
    font-size: 16px;
  }
  .fac_content .swiper-button-next {
    right: -0.11rem;
  }
  .fac_content .swiper-button-prev {
    left: -0.11rem;
  }
}

@media only screen and (max-width: 768px) {
  .fac_content {
    padding-bottom: 0.3rem;
  }
  .fac_content .fac_scroll {
    position: relative;
    margin: 0;
  }
  .fac_content .fac_scroll .swiper-slide {
    width: 50%;
    padding: 0.2rem 0.05rem;
  }

  .fac_content .fac_scroll .swiper-slide .column .title {
    padding: 16px 10px 16px 54px;
  }
}

@media only screen and (max-width: 399px) {
  .fac_content .fac_scroll .swiper-slide {
    width: 100%;
  }
}

.pro_content {
  overflow: hidden;
  position: relative;
  padding: 0.7rem 0 0.5rem;
  background: #fafafa;
}

.pro_content .pro_scroll {
  position: relative;
  z-index: 9;
  margin: 0 -10px 0;
  padding: 0.2rem 0 0.3rem;
}
.pro_content .pro_scroll .swiper {
  position: initial;
}
.pro_content .swiper-slide {
  padding: 10px;
  height: calc((100% - 20px) / 2) !important;
}
.pro_content .swiper-slide .column {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 10px;
  transition: all 0.6s;
  overflow: hidden;
}
.pro_content .swiper-slide .column:hover {
  border-color: #0dbbe4;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.pro_content .swiper-slide .column .image {
  display: block;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.pro_content .swiper-slide .column .image img {
  width: 100%;
  transition: all 0.5s;
}
.pro_content .swiper-slide .column:hover .image img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
}
.pro_content .swiper-slide .column .wrap {
  padding: 0.16rem 0.19rem 0.2rem;
}
.pro_content .swiper-slide .column .title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #333333;
  height: 48px;
  overflow: hidden;
}
.pro_content .swiper-slide .column .attributes {
  font-size: 13px;
  color: #666666;
  margin-top: 0.08rem;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.pro_content .swiper-slide .column .attributes span {
  display: inline-block;
}
.pro_content .swiper-slide .column .attributes span:first-child {
  margin-right: 0.07rem;
}
.pro_content .swiper-slide .column .more {
  display: block;
  border: 1px solid #666666;
  background: #fff;
  border-radius: 30px;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-align: center;
  line-height: 37px;
  height: 39px;
  padding: 0 0.15rem;
  margin-top: 0.17rem;
}
.pro_content .swiper-slide .column .more:before,
.pro_content .swiper-slide .column .more:after {
  content: '';
  display: inline-block;
  background: url(../img/icon.png) no-repeat -152px -353px;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  transition: 0.5s;
}
.pro_content .swiper-slide .column .more:before {
  left: 0.15rem;
  filter: brightness(0);
  opacity: 0.7;
}
.pro_content .swiper-slide .column .more:after {
  opacity: 0;
  right: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pro_content .swiper-slide .column:hover .more {
  background: #0dbbe4;
  color: #fff;
  border-color: #0dbbe4;
}
.pro_content .swiper-slide .column:hover .more:before {
  left: 0;
  opacity: 0;
}
.pro_content .swiper-slide .column:hover .more:after {
  opacity: 1;
  right: 0.15rem;
}
.pro_content .swiper-slide .column:hover .title {
  color: #0dbbe4;
}

.pro_content .swiper-button-next {
  background: url(../images/next.png) no-repeat;
  right: -0.52rem;
  opacity: 1;
  width: 0.22rem;
  height: 0.43rem;
  border: none;
  margin-top: -0.21rem;
  opacity: 0.3;
  background-size: 100%;
}
.pro_content .swiper-button-prev {
  background: url(../images/prev.png) no-repeat;
  left: -0.52rem;
  opacity: 1;
  width: 0.22rem;
  height: 0.43rem;
  border: none;
  margin-top: -0.21rem;
  opacity: 0.3;
  background-size: 100%;
}
.pro_content .swiper-button-next:after,
.pro_content .swiper-button-prev:after {
  display: none;
}
.pro_content .swiper-button-disabled,
.pro_content .swiper-button-disabled {
  color: #aaa;
  pointer-events: auto;
  opacity: 0.2;
}
.pro_content .swiper-button-disabled:after,
.pro_content .swiper-button-disabled:after {
  opacity: 0.2;
}

@media only screen and (max-width: 1024px) {
  .pro_content .swiper-button-next {
    right: -0.2rem;
  }
  .pro_content .swiper-button-prev {
    left: -0.2rem;
  }
}
@media only screen and (max-width: 992px) {
  .pro_content .pro_scroll {
    margin: 0;
  }
  .pro_content .swiper-slide {
    padding: 5px;
    height: calc((100% - 10px) / 2) !important;
  }
}
@media only screen and (max-width: 768px) {
  .pro_content {
    padding: 0.55rem 0 0.4rem;
  }
  .pro_content .swiper-slide .column .wrap {
    padding: 0.16rem 0.1rem 0.2rem;
  }
}

@media only screen and (max-width: 498px) {
  .pro_content .swiper-slide .column .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    height: 60px;
  }
}

.advan_content {
  background: #f1f1f1;
  overflow: hidden;
  padding: 4rem 0;
}
.advan_content .list {
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
  margin: 3rem auto 0;
}
.advan_content .list li {
  text-align: center;
}
.advan_content .list li .column img {
  width: 70px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  filter: brightness(2) invert(1);
  margin-bottom: 1rem;
}
.advan_content .list li .column:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.advan_content .list li .column .title {
  font-size: 22px;
  font-weight: 500;
  color: #111111;
  display: block;
  line-height: 28px;
  margin-top: 0.13rem;
}
.advan_content .list li .column .text {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
  .advan_content .list li .column .title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .advan_content .list {
    margin: 1rem 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .advan_content {
    padding: 55px 0;
  }
  .advan_content .list li .column img {
    width: 75px;
  }
  .advan_content .list li .column .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    max-height: 80px;
  }
}

.news_content {
  background: url(../images/bg_news.jpg) no-repeat bottom right;
  overflow: hidden;
  padding: 0.7rem 0 0.8rem;
}
.news_content .news_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_content .news_title .main_title {
  text-align: left;
}
.news_content .news_title .main_title .line {
  margin: 0.18rem 0 0;
}

.news_content .more {
  font-size: 14px;
  color: #0dbbe4;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #0dbbe4;
  text-transform: uppercase;
  line-height: 24px;
  padding-bottom: 4px;
  display: inline-flex;
  align-items: center;
}
.news_content .more:after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  background: url(../img/icon.png) no-repeat -152px -353px;
  width: 8px;
  height: 12px;
}
.news_content .news_main {
  background: #fafafa;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 0.44rem;
}
.news_content .news_main .img {
  float: left;
  width: 50%;
  overflow: hidden;
}
.news_content .news_main .img img {
  width: 100%;
  transition: all 0.6s;
}
.news_content .news_main:hover .img img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
}
.news_content .news_main .text {
  float: left;
  width: 50%;
  padding: 0.5rem;
}
.news_content .news_main .text .title {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  font-weight: 500;
  overflow: hidden;
  display: block;
  margin-bottom: 0.22rem;
}
.news_content .news_main .text .date {
  display: flex;
  align-items: center;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #c7c7d0;
  color: #999999;
  font-size: 14px;
  letter-spacing: 1px;
}
.news_content .news_main .text .date img {
  margin-right: 10px;
  flex-shrink: 0;
}
.news_content .news_main .text .p {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  max-height: 104px;
  overflow: hidden;
  margin-top: 0.26rem;
  margin-bottom: 0.35rem;
}
.news_content .news_main .text:hover .title {
  color: #0dbbe4;
}
.news_content ul {
  margin: 0.5rem -0.25rem 0;
}
.news_content ul li {
  list-style: none;
  padding: 0 0.25rem;
  margin-top: 0.2rem;
}
.news_content ul li .column {
  display: flex;
}
.news_content ul li .date {
  margin-right: 12px;
  text-align: center;
  font-size: 16px;
  color: #0dbbe4;
  line-height: 20px;
  padding: 0 10px;
  font-weight: 500;
}
.news_content ul li .date p {
  font-size: 0.4rem;
  line-height: 0.5rem;
  color: #0dbbe4;
  font-weight: 600;
}
.news_content ul li .text .title {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  font-weight: 500;
  overflow: hidden;
  display: block;
}
.news_content ul li .text p {
  color: #808080;
  font-size: 16px;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
  margin-top: 0.16rem;
  margin-bottom: 0.15rem;
}
.news_content ul li:hover .text .title {
  color: #0dbbe4;
}

@media only screen and (max-width: 1024px) {
  .news_content ul {
    margin: 0.4rem -0.15rem 0;
  }
  .news_content ul li {
    padding: 0 0.15rem;
  }
}
@media only screen and (max-width: 992px) {
  .news_content .news_main .text {
    padding: 0.25rem;
  }
  .news_content .news_main .text .p {
    max-height: 78px;
    margin-top: 0.15rem;
    margin-bottom: 0.2rem;
  }
  .news_content ul {
    margin: 0.2rem 0 0;
  }
  .news_content ul li {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .news_content {
    padding: 0.55rem 0;
  }
  .news_content .news_title {
    display: block;
  }
  .news_content .news_title .main_more {
    margin-top: 0.15rem;
  }
  .news_content .news_main .img {
    width: 100%;
  }
  .news_content .news_main .text {
    width: 100%;
    padding: 0.25rem 0.15rem;
  }
  .news_content .news_main .text .title {
    font-size: 18px;
    line-height: 26px;
    max-height: 52px;
  }
}

.different_content .main_title {
  margin: 4rem auto;
}

.different_content {
  position: relative;
  padding-top: 0.7rem;
  padding-bottom: 1.75rem;
  background: #fafafa;
}
.different_content .differ_img {
  margin: 2rem 0;
  text-align: center;
  position: relative;
  z-index: 9;
}
.different_content .differ_img img {
  width: 100%;
  max-width: 1148px;
  filter: brightness(1) invert(1);
}
.different_content:after {
  background: url(../img/image.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 1rem;
  left: 0.9rem;
  width: 481px;
  height: 702px;
  content: '';
  display: block;
}

@media only screen and (max-width: 1460px) {
  .different_content:after {
    left: 4%;
  }
}
@media only screen and (max-width: 1299px) {
  .different_content:after {
    left: 0.2rem;
    width: 4rem;
    height: 5.84rem;
  }
}

@media only screen and (max-width: 1024px) {
  .different_content .differ_img img {
    max-width: 1048px;
  }
  .different_content:after {
    left: 0rem;
    border: 0.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .different_content {
    padding-top: 0.55rem;
    padding-bottom: 0.6rem;
  }
  .different_content .differ_img img {
    max-width: 1148px;
  }
  .different_content:after {
    width: 3rem;
    height: 4.38rem;
    left: -0.3rem;
  }
}
@media only screen and (max-width: 568px) {
  .different_content .differ_img {
    margin-top: 0.25rem;
  }
  .different_content:after {
    display: none;
  }
}

.send_column {
  position: relative;
  z-index: 10;
  bottom: 0;
  border-radius: 0.2rem;
  padding: 0.4rem 0.4rem;
}
.send_column .main_title {
  text-align: center;
  margin-bottom: 0.2rem;
  padding-top: 0;
  background: none;
}
.send_column .main_title:before {
  display: none;
}
.send_column .main_title em {
  position: relative;
  padding-left: 0;
  z-index: 5;
}
.send_column .main_title .line {
  margin: 0.19rem auto 0;
}
.send_column .main_title em {
  margin-bottom: 0;
  font-size: 0.4rem;
  position: relative;
  padding-bottom: 0;
  line-height: 0.44rem;
}

.send_column .main_title em:after {
  display: none;
}

.send_column .text {
  margin-bottom: 0.2rem;
  color: #808080;
  max-width: 100%;
  max-height: inherit;
  margin-top: 0;
  margin-left: 0;
  font-size: 16px;
  display: block;
}
.single-page .send_column > .text {
  margin-bottom: 0.2rem;
  font-size: 14px;
}

.send_column ul {
  list-style: none;
  margin: 0 -0.15rem;
}
.send_column ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  padding: 0 0.15rem;
}
.send_column ul li p {
  margin: 0;
  margin-top: 0;
  font-size: 0.16rem;
  margin-bottom: 0;
  border-radius: 0;
  color: #333;
  text-align: left;
  text-transform: capitalize;
  background: #f3f4f4;
  padding: 5px 15px;
  border-bottom: 2px solid #c5c5c5;
}
.send_column ul li p:before {
  margin-right: 10px;
  color: #0dbbe4;
  content: '\f0ca';
  font-family: 'FontAwesome';
  font-size: 14px;
}
.send_column ul li p a {
  text-decoration: underline;
  font-size: 14px;
  display: block;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  vertical-align: middle;
}
.send_column ul li span {
  display: block;
  position: relative;
}
/*.send_column ul li span:after{content:'*';color:red;position:absolute;right:5px;top:5px;z-index:2;line-height: 20px;z-index: 111;}*/
.send_column ul li label {
  font-size: 14px;
  font-weight: 500;
  color: #6f6d68;
  text-align: left;
  line-height: 24px;
  display: block;
  margin-bottom: 0.06rem;
}

.send_column ul li input {
  background: #fff;
  height: 0.52rem;
  width: 100%;
  line-height: 0.5rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  font-size: 14px;
  color: #8b8d8e;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transition: all 0.5s;
  box-shadow: none;
}
.send_column ul li textarea {
  height: 1.06rem;
  background: #fff;
  width: 100%;
  max-width: 100%;
  max-height: 1.06rem;
  font-size: 14px;
  padding: 0.1rem 0.2rem;
  color: #8b8d8e;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transition: all 0.5s;
  box-shadow: none;
}
.send_column ul li input:focus,
.send_column ul li textarea:focus {
  color: #333;
  background: #fff;
  border-color: #0dbbe4;
}
.send_column ul li input:-ms-input-placeholder {
  color: #8b8d8e;
} /* Internet Explorer 10+ */
.send_column ul li input::-webkit-input-placeholder {
  color: #8b8d8e;
} /* WebKit browsers */
.send_column ul li input::-moz-placeholder {
  color: #8b8d8e;
} /* Mozilla Firefox 4 to 18 */
.send_column ul li input:-moz-placeholder {
  color: #8b8d8e;
} /* Mozilla Firefox 19+ */

.send_column ul li textarea:-ms-input-placeholder {
  color: #8b8d8e;
} /* Internet Explorer 10+ */
.send_column ul li textarea::-webkit-input-placeholder {
  color: #8b8d8e;
} /* WebKit browsers */
.send_column ul li textarea::-moz-placeholder {
  color: #8b8d8e;
} /* Mozilla Firefox 4 to 18 */
.send_column ul li textarea:-moz-placeholder {
  color: #8b8d8e;
} /* Mozilla Firefox 19+ */
.send_column .main_more {
  margin-top: 0;
}
.send_column .send {
  color: #fff;
  text-align: center;
  height: 0.46rem;
  line-height: 0.46rem;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  background: #0dbbe4;
  border-radius: 5px;
  margin-top: 0.06rem;
  transition: all 0.9s;
  font-weight: 500;
}

.send_column .send input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  background: none;
  font-size: 14px;
  color: #ffffff;
}
.send_column .send:before {
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 90%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
  width: 30%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  border-radius: 0;
  border: none;
  display: none;
}
.send_column .send:hover:before {
  display: block;
}
.send_column .send:hover {
  background: #0dbbe4;
}

.send_column ul li.ny-con-cx-03 {
  display: flex;
  align-items: center;
}
.send_column ul li.ny-con-cx-03 input {
  min-width: 160px;
  max-width: 240px;
  padding-left: 10px;
}
.send_column ul li.ny-con-cx-03 img {
  margin: 10px !important;
}
.send_column ul li.ny-con-cx-03 .refresh {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  min-width: 10.2rem;
}
.send_column ul li.ny-con-cx-03 .refresh:hover {
  color: #333333;
}

.send_column ul li .cform-item__wrap {
  display: flex;
  align-items: center;
}
.send_column ul li .cform-item__wrap input {
  min-width: 160px;
  max-width: 240px;
  padding-left: 10px;
}
.send_column ul li .cform-item__wrap img {
  margin: 10px !important;
}
.send_column ul li .cform-item__wrap .refresh {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  min-width: 10.2rem;
  line-height: 0.2rem;
}
.send_column ul li .cform-item__wrap .refresh:hover {
  color: #333333;
}

.send_column ul.messageList2 li {
  list-style: none;
  padding: 0 8px;
}
.send_column ul.messageList2 li label.gfield_label {
  font-weight: normal;
  font-size: 16px;
  color: #333;
  margin-bottom: 0.15rem;
  display: block;
}
.send_column ul.messageList2 li label.gfield_label span {
  display: inline-block;
}
.send_column ul.messageList2 li label.gfield_label span:before {
  display: none;
}
.send_column ul.messageList2 li input {
  border: 2px solid #e5e5e5;
  height: 14px;
  width: 14px;
  line-height: 20px;
  background-color: #fff;
  padding-left: 15px;
  color: #808080;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05) inset;
  margin: 0;
}
.send_column ul.messageList2 .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.send_column ul.messageList2 .gfield_checkbox li {
  width: 20%;
  display: inline-flex;
  padding: 0 8px 5px 0;
  align-items: center;
  margin-bottom: 2px;
}
.send_column ul.messageList2 .gfield_checkbox li label {
  margin-left: 5px;
  margin-bottom: 0;
  font-size: 16px;
}

@media only screen and (max-width: 1280px) {
  .send_column .main_title img {
    max-width: 1.1rem;
  }
  .send_column .main_title em {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 992px) {
  .send_column ul.messageList2 .gfield_checkbox li {
    width: 25%;
  }

  .send_column {
    padding: 0.3rem;
  }
}

@media only screen and (max-width: 768px) {
  .send_column .text {
    font-size: 14px;
  }
  .send_column .main_title {
    padding-bottom: 0;
  }
  .page_section .main_title em {
    font-size: 26px;
  }
  .send_column ul.messageList2 .gfield_checkbox li {
    width: 33.33%;
  }
  .send_column .main_title em:before {
    display: none;
  }
  .send_column ul li {
    margin-bottom: 0.2rem;
  }
  .send_column {
    padding: 0.3rem 0.05rem;
  }
}
@media only screen and (max-width: 438px) {
  .send_column ul.messageList2 .gfield_checkbox li {
    width: 50%;
  }
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}

/*footer*/
.fot_started {
  background: #00b3c7;
  position: relative;
  padding: 1rem;
  margin-top: 7rem;
}
.fot_started:before {
  content: '';
  position: absolute;
  background: url(../img/bg_conts02.png) no-repeat center bottom;
  background-size: 100% 50%;
  height: 118px;
  width: 100%;
  top: -117px;
  left: 0;
  filter: brightness(2) invert(1);
}
.fot_started:after {
  content: '';
  position: absolute;
  background: url(../img/bg_conts.png) no-repeat center bottom;
  background-size: 100%;
  height: 185px;
  width: 172px;
  bottom: 20px;
  right: 10px;
}
.fot_started .fot_started_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 10rem 1rem 0;
}
.fot_started .select {
  position: relative;
  z-index: 9;
}
.fot_started .select a {
  font-size: 16px;
  padding: 10px 47px;
  display: inline-flex;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  background: #0dbbe4;
  border-radius: 36px;
  font-weight: 600;
  border: 1px solid #ffffff;
}
.fot_started .select a:before,
.fot_started .select a:after {
  content: '';
  display: inline-block;
  background: url(../img/icon.png) no-repeat -152px -353px;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  transition: 0.5s;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.fot_started .select a:before {
  left: 24px;
}
.fot_started .select a:after {
  opacity: 0;
  right: 0;
}
.fot_started .select a:hover {
  background: #0dbbe4;
}
.fot_started .fot_started_title {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}

.fot_started .select a:hover {
  padding: 10px 47px;
}
.fot_started .select a:hover:before {
  left: 0;
  opacity: 0;
}
.fot_started .select a:hover:after {
  opacity: 1;
  right: 26px;
}

.hidden {
  display: none !important;
}

.icon-minus-sign,
.icon-plus-sign {
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-minus-sign:before,
.icon-minus-sign:after,
.icon-plus-sign:before,
.icon-plus-sign:after {
  content: '';
  display: inline-block;
  background: #fff;
  width: 14px;
  height: 2px;
  margin: 2px 0;
}
.icon-plus-sign {
  width: 14px;
  height: 14px;
}
.icon-plus-sign:before,
.icon-plus-sign:after {
  width: 14px;
}
.icon-plus-sign:after {
  transform: rotate(90deg) translate(-6px, 0px);
  -webkit-transform: rotate(90deg) translate(-6px, 0px);
}
.icon-minus-sign:before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
.icon-minus-sign:after {
  transform: rotate(-45deg) translate(4px, 0px);
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.fot_title .column_icon_toggle {
  display: none;
}

.fot_logo {
  margin-bottom: 0.21rem;
  text-align: left;
}
.fot_logo a {
  display: block;
}
.fot_logo img {
  max-width: 2.22rem;
}

.fot_con {
  float: left;
  width: 35%;
  position: relative;
  z-index: 2;
  padding-right: 1.4rem;
}
.fot_con .add_text {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0.11rem;
}
.fot_con .list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
  line-height: 24px;
}
.fot_con .list li .icon {
  min-width: 24px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 24px;
}
.fot_con .list li .icon i {
  background: url(../img/icon.png) no-repeat;
  width: 24px;
  height: 27px;
  display: inline-block;
}
.fot_con .list li a {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.fot_con .list li p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-left: 0.1rem;
}
.fot_con .list li a:hover {
  color: #0dbbe4;
}

.fot_pro {
  float: left;
  padding-right: 0.2rem;
  width: 20%;
}
.fot_pro li {
  margin-bottom: 0.11rem;
  line-height: 22px;
}
.fot_pro li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #666666;
  transition: all 0.5s;
  line-height: 22px;
  text-transform: capitalize;
}
.fot_pro li a:hover {
  color: #0dbbe4;
}

.fot_tags {
  float: left;
  padding-right: 0.2rem;
  width: 25%;
}
.fot_tags li {
  margin-bottom: 0.11rem;
  line-height: 22px;
}
.fot_tags li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #666666;
  transition: all 0.5s;
  line-height: 22px;
  text-transform: capitalize;
}
.fot_tags li a:hover {
  color: #0dbbe4;
}

.fot_sub {
  float: left;
  width: 20%;
}
.fot_sub .text {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  display: block;
}
.fot_sub .letter-input {
  margin-top: 0.36rem;
  position: relative;
}
.fot_sub .letter-input:before {
  background: url(../images/send_icon.png) no-repeat;
  content: '';
  display: inline-block;
  width: 17px;
  height: 13px;
  position: absolute;
  top: 13px;
  left: 11px;
  z-index: 9;
}
.fot_sub .fot_input {
  height: 38px;
  line-height: 38px;
  width: 100%;
  padding-left: 37px;
  padding-right: 15px;
  font-size: 14px;
  color: #666666;
  transition: all 0.5s;
  border: none;
  border-radius: 2px;
  background: #ffffff;
}
.fot_sub .letter-input .fot_input:focus {
  font-style: normal;
  color: #333;
  background-color: none;
  border-color: #0dbbe4;
}
.fot_sub .letter-input .fot_input:-ms-input-placeholder {
  color: #666666;
} /* Internet Explorer 10+ */
.fot_sub .letter-input .fot_input::-webkit-input-placeholder {
  color: #666666;
} /* WebKit browsers */
.fot_sub .letter-input .fot_input::-moz-placeholder {
  color: #666666;
} /* Mozilla Firefox 4 to 18 */
.fot_sub .letter-input .fot_input:-moz-placeholder {
  color: #666666;
} /* Mozilla Firefox 19+ */
.fot_sub .send {
  display: flex;
  position: relative;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  height: 38px;
  line-height: 38px;
  border-radius: 2px;
  min-width: 130px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #0dbbe4;
  margin-top: 10px;
}
.fot_sub .send input {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.fot_sub .send:hover {
  background: #0dbbe4;
}

.copy .fot_nav {
  margin-bottom: 15px;
}
.copy .fot_nav li {
  display: inline-block;
}
.copy .fot_nav li:after {
  content: '|';
  margin: 0 40px;
  display: inline-block;
  line-height: 20px;
  color: #fff;
}
.copy .fot_nav li:last-child:after {
  display: none;
}
.copy .fot_nav li a {
  display: inline-block;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}
.copy .fot_nav li a:hover {
  color: #fff;
}

@media only screen and (max-width: 1499px) {
  .fot_con {
    padding-right: 0.6rem;
  }
}

@media only screen and (max-width: 1199px) {
  .fot_started .select a {
    height: 44px;
    line-height: 42px;
    font-size: 14px;
    margin-top: 0.15rem;
  }
}

@media only screen and (max-width: 1024px) {
  .fot_pro,
  .fot_nav,
  .fot_tags,
  .fot_scan,
  .letter_content {
    display: none;
  }

  .fot_con {
    margin-top: 0;
    width: 100%;
    padding-right: 0;
  }
  .fot_con .add_text {
    margin-top: 0;
  }
  .fot_sub {
    width: 100%;
    margin-top: 0.4rem;
  }
  .fot_sub .letter-input {
    margin-top: 0.2rem;
  }
}
@media only screen and (max-width: 992px) {
  .fot_started {
  }
}

@keyframes scaleToggleOne {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scaleToggleTwo {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  20% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  60% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scaleToggleThree {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  33% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  66% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

#onlineService {
  display: inline;
  width: 3.5rem;
  overflow: hidden;
  display: none;
  background: #fff;
  font-size: 14px;
  border-top: none;
  border-radius: 0.15rem 0.15rem 0 0;
}

#onlineService .title_box {
  display: flex;
  background-image: -moz-linear-gradient(90deg, #0dbbe4 0, #0dbbe4 100%);
  background-image: -webkit-linear-gradient(90deg, #0dbbe4 0, #0dbbe4 100%);
  background-image: -ms-linear-gradient(90deg, #0dbbe4 0, #0dbbe4 100%);
  padding: 0 12px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: move;
  background: 0 0 !important;
  z-index: 22222;
  height: 0.7rem;
  align-items: baseline;
}

#onlineService .title_box:after {
  opacity: 1;
  content: '';
  position: absolute;
  left: 0;
  background-size: cover;
  z-index: 1;
  width: calc(100% + 0.1rem);
  top: auto;
  height: calc(100% + 0.1rem);
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 21%);
  transform: skewY(3deg);
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  background-image: -moz-linear-gradient(90deg, #0dbbe4 0, #0dbbe4 100%);
  background-image: -webkit-linear-gradient(90deg, #0dbbe4 0, #0dbbe4 100%);
  background-image: -ms-linear-gradient(90deg, #0dbbe4 0, #0dbbe4 100%);
  bottom: 0.15rem;
}
#onlineService .title {
  display: block;
  font-size: 0.2rem;
  padding: 0.1rem 0.1rem 0.1rem;
  padding-bottom: 0.24rem;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #fff;
  border-radius: 0;
  width: 100%;
  z-index: 999;
  font-style: normal;
  font-weight: 500;
}
#onlineService .title b {
  color: #fff;
}
#onlineService .text {
  margin-bottom: 10px;
  color: #808080;
  line-height: 0.18rem;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  #onlineService .title_box:after {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transform: skewY(1deg);
    -webkit-transform: skewY(1deg);
    -moz-transform: skewY(1deg);
    -o-transform: skewY(1deg);
    -ms-transform: skewY(1deg);
    bottom: 0.15rem;
  }
  #onlineService .title_box {
    height: 60px;
  }
}

/*fixed-contact*/
.fixed-contact {
  z-index: 999999;
  position: fixed;
  right: 0;
  top: 20%;
  width: 50px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s;
  transform: translateX(95px);
  -webkit-transform: translateX(95px);
  -moz-transform: translateX(95px);
}
.fixed-contact.show {
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixed-contact.active {
  width: 260px;
}
.fixed-contact li {
  position: relative;
  height: 50px;
  overflow: hidden;
  transition: all 0.4s;
  list-style: none;
  background: #0dbbe4;
  background-size: cover;
  margin-bottom: 1px;
}
.fixed-contact.active li a {
  opacity: 1;
}
.fixed-contact li a {
  position: relative;
  z-index: 1000;
  display: block;
}
.fixed-contact li i {
  z-index: 1000;
  position: absolute;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.4s;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icon.png);
}

.fixed-contact.active li:last-child:after {
  display: none;
}
.fixed-contact li:hover i,
.fixed-contact li:hover a {
  color: #fff;
}
.fixed-contact .online_p i {
  background-position: 0 -262px;
  border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  -moz-border-top-right-radius: 30px;
  -webkit-border-top-right-radius: 30px;
}
.fixed-contact .online_e i {
  background-position: -50px -262px;
}
.fixed-contact .online_w i {
  background-position: -150px -262px;
}
.fixed-contact .online_s i {
  background-position: -100px -262px;
}
.fixed-contact .online_f i {
  background-position: -250px -262px;
}
.fixed-contact .online_i i {
  background-position: -300px -262px;
}
.fixed-contact .online_code i {
  background-position: -200px -262px;
}

.fixed-contact li a {
  position: absolute;
  top: 0;
  right: -135px;
  display: block;
  width: 210px;
  line-height: 110%;
  padding: 18px 0 0 50px;
  color: #fff;
  white-space: nowrap;
  transition: all 0.4s;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  opacity: 0;
  font-weight: 400;
}
.fixed-contact.active li a {
  right: 50px;
}
.fixed-contact .online_code a img {
  max-width: 80px;
}
.fixed-contact.active .online_code {
  height: 130px;
}
.fixed-contact.active .online_code a p {
  margin: 0;
  margin-bottom: 5px;
}
.fixed-contact li.online_code:hover a {
  opacity: 1;
  right: auto;
  left: 0;
}

@media only screen and (max-width: 992px) {
  .fixed-contact {
    display: none !important;
  }
  .fixed-contact.show {
    opacity: 0;
  }
}

@media only screen and (max-width: 992px) {
  #service {
    display: none;
  }
  #onlineService01 {
    width: 0.15rem;
  }
  .onlineMenu .call-top {
    padding: 0.08px 0.05px;
  }
  .onlineMenu .call-top p {
    font-size: 16px;
  }
  .onlineMenu ul {
    padding: 0.1rem;
  }
  .onlineMenu .call > p {
    padding-left: 0.2rem;
    font-size: 14px;
  }
  .onlineMenu .call > p a {
    font-size: 14px;
  }
  .onlineMenu .call > p.ser01,
  .onlineMenu .call > p.ser02,
  .onlineMenu .call > p.ser03,
  .onlineMenu .call > p.ser04,
  .onlineMenu .call > p.ser05 {
    background-size: 12px;
  }
  .back_top {
    right: 0;
    bottom: 80px;
    width: 44px;
    height: 44px;
    border-radius: 0;
    border-right: none;
  }
  .back_top:before {
    font-size: 16px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .progress-wrap {
    display: block;
    box-sizing: content-box;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
  }

  #onlineService .i_message_inquiry .main-more input {
  }
}

/*page*/
.page_news {
}
.page_banner {
  text-align: center;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 5;
}
.page_banner img {
  max-width: 100%;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.page_banner .ovrly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0;
}
.page_banner > a {
  display: block;
}

.page_section {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 1.7rem;
  z-index: 99;
}

.page_section.page_gary {
  background: #fafafa;
}
.page_products {
  position: relative;
  padding-top: 0px;
  z-index: 5;
  z-index: 2;
  padding-bottom: 0px;
}
.page_section .container > .row {
  margin: 0;
}
.breadcrumb_m {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcrumb_content {
  font-size: 14px;
  border-radius: 0;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  color: #808080;
  padding: 0.08rem 0;
  width: 100%;
  z-index: 5;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dbdbdb;
}
.breadcrumb .bread_right {
  padding-top: 0;
  line-height: 0.2rem;
  font-size: 14px;
  color: #808080;
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
}
.breadcrumb_m .page_title {
  margin-bottom: 0;
  font-size: 0.3rem;
  line-height: 0.4rem;
}
.breadcrumb > i {
  margin: 0 5px;
  display: inline-block;
  color: #808080;
  vertical-align: middle;
}
.breadcrumb a.home i {
  margin-right: 5px;
}
.breadcrumb a.home {
  color: #808080;
}
.breadcrumb a {
  color: #808080;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb a:hover {
  color: #0dbbe4;
}
.breadcrumb p,
.breadcrumb h2 {
  margin: 0;
  display: inline-block;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  vertical-align: middle;
  font-weight: 400;
}
.breadcrumb .attachment_line_top {
  display: none;
}
.single-page {
}
.single-page .text {
  font-size: 16px;
}
.single-page .text img {
  max-width: 100%;
  height: auto;
}
.single-page .text a:hover {
  color: #0dbbe4;
}
.single-page .text ul {
  padding-left: 0.2rem;
}

.single_con_left {
  padding-left: 0;
  padding-right: 50px;
}

.page_footer {
  padding-top: 50px;
  margin-top: 0;
}

.page_nav02 {
  list-style: none;
  text-align: center;
  background: #fff;
  margin-bottom: 0.4rem;
}
.page_nav02 .list {
  list-style: none;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.page_nav02 .list li {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  margin: 0 5px;
  list-style: none;
}
.page_nav02 .list li a {
  display: block;
  padding: 0.07rem 0.1rem 0.1rem;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  color: #666;
  transition: all 0.5s;
  position: relative;
  font-weight: 500;
}
.page_nav02 .list li a:hover,
.page_nav02 li.active a {
  text-decoration: none;
  color: #0dbbe4;
  background: #fff;
}
.page_nav02 .list li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0dbbe4;
  display: block;
  transform: scaleX(0);
  transition: all 0.4s ease 0s;
  transform-origin: 0 0 0;
  z-index: 0;
}

.page_nav02 .list li a:hover:after,
.page_nav02 li.active a:after {
  transform: scaleX(1);
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .page_nav02 .list li a {
    padding: 0.05rem 0.02rem 0.12rem;
    text-transform: capitalize;
    font-size: 16px;
  }
  .page_nav02 {
    margin-bottom: 0.3rem;
  }
  .page_section:before {
    display: none;
  }
}

@media only screen and (max-width: 410px) {
  .page_nav02 .container {
    padding: 0 15px;
  }
}

.page_nav {
  margin-bottom: 0;
  padding: 0;
  padding-top: 0;
  margin-bottom: 0.4rem;
  position: relative;
}
.page_nav ul {
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 0;
  justify-content: center;
}
.page_nav li {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  width: 25%;
  padding-right: 0.2rem;
  float: left;
}
.page_nav li:last-child {
  border-right-color: transparent;
}
.page_nav li a {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  transition: all 0.5s;
  position: relative;
  z-index: 5;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 35px;
  border: 1px solid #e2e2e2;
  font-weight: 600;
}
.page_nav li:last-child a:after {
}
.page_nav li a p {
  margin: 0;
  margin-left: 0;
  color: 333;
  transition: all 0.5s;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0.1rem;
  width: 100%;
}
.page_nav li a:after {
  bottom: -10px;
  left: 50%;
  border: solid transparent;

  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #0dbbe4;
  border-width: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  margin-left: -10px;
}
.page_nav li a:hover,
.page_nav li.active a {
  text-decoration: none;
  color: #0dbbe4;
}
.page_nav li a:hover p,
.page_nav li.active a p {
  color: #fff;
}
.page_nav li a:hover,
.page_nav li.active a {
  background: #0dbbe4;
  border-color: #0dbbe4;
}
.page_nav li a:hover:after,
.page_nav li.active a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: -0.2rem;
}

.page_nav li a p:before {
  content: ' ';
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  width: 46px;
  height: 46px;
  top: -21px;
  left: -26px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
}
.page_nav li a p:hover:before {
  width: 200px;
  height: 200px;
  left: -15px;
  top: -50px;
}

.page_section02 {
  background: #fff;
  padding-bottom: 40px;
}
.page_section02 .breadcrumb {
  background: #f8f8f8;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 992px) {
  .page_banner {
    margin-top: 0;
  }
  .page_banner .attachment_line_top {
    display: none;
  }
  .page_banner .attachment_line_bottom {
    display: none;
  }
  .page_section {
    padding-bottom: 0.4rem;
    padding-top: 0.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .page_banner .page_about_title em {
    text-align: center;
  }
  .page_banner .page_about_title em {
    background-position: center bottom;
    margin-bottom: 0;
  }
  .page_section {
    background: none;
  }
  .page_section.page_gary {
    background: #f7f7f7;
  }
  .page_section > .container:before {
    left: 0;
    right: 0;
  }
  .page_section > .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page_section .page_column {
    top: 0;
    padding: 30px 0 0.2rem 0;
    box-shadow: none;
  }

  .page_banner .main_title {
    background: none;
    padding: 0.2rem 0 0;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .page_banner .main_title .line {
    margin-top: 0.15rem;
  }
  .page_banner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 140px;
  }
  .breadcrumb,
  .breadcrumb a,
  .breadcrumb > i,
  .breadcrumb h2 {
    text-transform: capitalize;
    line-height: 0.2rem;
  }
  .breadcrumb {
    text-align: center;
    width: 100%;
    padding-left: 0;
    justify-content: center;
    background: none;
  }
  .breadcrumb:before {
    display: none;
  }
  .breadcrumb .container {
    padding-left: 10px;
  }
  .breadcrumb_m {
    display: block;
  }
  .page_nav {
    display: block;
    margin-bottom: 0.2rem;
    border-bottom: none;
    padding-bottom: 0;
  }
  .page_nav li {
    float: left;
    margin: 0 1px;
    padding: 0;
    border: none;
  }
  .page_nav li a {
    font-size: 14px;
    display: block;
    line-height: 18px;
  }
  .page_nav li a p {
    font-size: 14px;
    margin: 0;
    margin-top: 0;
  }
  .page_footer {
    padding-bottom: 110px;
  }
  .page_section .main_title em {
    background-size: 56px;
  }
  .page_banner .attachment_line_bottom {
    display: none;
  }
  .page_section02 .breadcrumb {
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .single-page .text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .page_nav ul {
    display: block;
  }
  .page_nav li {
    width: 50%;
    padding: 5px;
    margin: 0;
  }
  .page_nav li a:hover,
  .page_nav li.active a {
    border-color: #0dbbe4;
  }
}

.page_section > .container > div > .main_title {
  text-align: left;
  margin-bottom: 0.2rem;
}

.contact_section {
  padding: 0;
}
.contact_section .page_column {
  top: 0;
  box-shadow: none;
  padding-bottom: 0;
}

.contact_info {
  position: relative;
}
.contact_info ul {
  list-style: none;
  padding: 0;
  margin-right: -15px;
  margin-left: -15px;
}
.contact_info ul li {
  position: relative;
  z-index: 2;
  margin-top: 0.1rem;
}
.contact_info ul li .column {
  text-align: center;
  padding: 0.3rem 0.15rem;
  min-height: 228px;
  width: 100%;
  position: relative;
  background: #f9faf6;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0rem;
}
.contact_info ul li .wrap {
  padding-top: 10px;
}
.contact_info ul li em {
  font-size: 20px;
  font-style: normal;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 0.2rem;
  line-height: 24px;
  position: relative;
  display: block;
  font-weight: 500;
}
.contact_info ul li .txt {
  font-size: 16px;
  line-height: 22px;
  color: #808080;
  padding: 0;
  width: 100%;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}

.contact_info .icon {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border-radius: 50%;
  background: #0dbbe4;
}

.contact_info ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  transition: all 0.5s;
  background-image: url(../img/icon.png);
  position: relative;
  z-index: 2;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.contact_info ul li p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin: 0;
  margin-bottom: 0.05rem;
}
.contact_info ul li p a:hover {
  color: #0dbbe4;
}
@media only screen and (min-width: 768px) {
  .contact_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_info ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .page_contact_info {
    top: -10px;
  }
  .page_contact {
    padding-bottom: 0;
  }
  .contact_info {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
    margin-top: 0;
    border: none;
  }
  .contact_info ul {
    margin: 0;
  }
  .contact_info ul li {
    border-right: none;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .contact_info ul li .column {
    padding: 10px;
    min-height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .contact_info ul li em {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .contact_info ul li .txt {
    margin-top: 5px;
    color: #ccc;
  }
  .contact_info ul li p {
    font-size: 15px;
  }
  .contact_info ul li .wrap {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .page_section .contact_l li .box {
    padding: 15px;
  }
  .page_banner .icon {
    width: 50px;
    height: 50px;
  }
  .page_banner .icon i {
    line-height: 50px;
    font-size: 16px;
  }
  .page_menu {
    display: none;
  }
  .contact_info ul {
    padding-top: 0;
  }
  .contact_info .icon {
    padding: 2px 10px;
  }
}

.page_con {
  padding-top: 60px;
}

.page_send {
  display: block !important;
}

.map {
  top: 0;
  padding: 0;
  margin-top: 0.5rem;
}
.map img {
  width: 100%;
}
.map .container {
  position: relative;
  z-index: 9;
}

.page_title {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.4rem;
  line-height: 0.44rem;
  text-transform: capitalize;
  color: #222;
  padding-bottom: 0;
  position: relative;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-weight: 600;
}
.page_title h1,
.page_title h2 {
  font-weight: normal;
  line-height: inherit;
  font-size: inherit;
  font-weight: 600;
}
.page_title i {
  font-size: 0.2rem;
  margin-right: 10px;
  position: relative;
  color: #fff;
  z-index: 5;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.page_title i:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #333333;
}
.page_title1 {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.4rem;
  line-height: 0.44rem;
  text-transform: capitalize;
  color: #222;
  padding-bottom: 0;
  position: relative;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.1rem;
}

.page_title1:first-letter {
  color: #0dbbe4;
}
.page_title1:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #eee;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  bottom: -5px;
}

.page_con {
  padding-top: 0.7rem;
}

.contact_text {
  padding-top: 0;
  padding-left: 0.6rem;
  padding-right: 0;
}
.contact_sns {
  padding-right: 0;
  margin-top: 0;
  padding-top: 0.3rem;
}
.contact_sns .text {
  margin-bottom: 15px;
  font-size: 14px;
  color: #808080;
  line-height: 0.2rem;
}
.contact_sns a {
  display: inline-flex;
  margin: 5px;
  transition: all 0.5s;
  border-radius: 50%;
  transition: all 0.5s;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.contact_sns a:hover {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  transform: rotateY(180deg);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
}
.contact_sns a i {
  width: 18px;
  height: 18px;
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  transition: all 0.5s;
}
.contact_sns a.con_sns_f {
  background: #395a99;
}
.contact_sns a.con_sns_t {
  background: #44ccf6;
}
.contact_sns a.con_sns_l {
  background: #0275b6;
}
.contact_sns a.con_sns_g {
  background: #d13f2d;
}
.contact_sns a.con_sns_y {
  background: #ff0000;
}
.contact_sns a.con_sns_b {
  background: #ff6600;
}
.contact_sns a.con_sns_p {
  background: #cb2027;
}
.contact_sns a.con_sns_v {
  background: #5e82a9;
}
.contact_sns a.con_sns_i {
  background: #d1312a;
}

.contact_right {
  width: 50%;
  float: left;
  padding-left: 0.6rem;
  font-size: 16px;
}

.contact_right .text ul {
  padding-left: 0.2rem;
}
.contact_right .text em {
  font-style: italic;
}
.contact_right .social_icons li a {
}
.page_send {
  display: block !important;
}

.contact_column {
  padding: 0.55rem 0 0;
}
.contact_column .send_column {
  margin-top: 0;
  background: #fff;
  border: 2px solid #d90426;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  text-align: center;
  float: left;
  width: 50%;
}
.contact_column .send_column ul li {
  text-align: left;
}
.contact_column .page_title1 {
  margin-bottom: 0.21rem;
}
.contact_faq {
  padding-left: 0;
}
.contact_text {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0.3rem;
}
.contact_faq .text,
.contact_text {
}

.contact_right .social_icons {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_right .social_icons li a {
}
.contact_right .social_icons li.page_title1 {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 15px !important;
  width: 100%;
}

.message_wrap {
  padding: 0rem;
}
.message_wrap .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message_wrap .row:after,
.message_wrap .row:before {
  display: none;
}
.message_wrap .send_column {
  border: none;
  box-shadow: none;
  padding-top: 0.4rem;
  padding-left: 0;
  padding-right: 0.8rem;
  padding-bottom: 0;
  box-shadow: none;
  position: relative;
  background: none;
  width: 60%;
}
.message_wrap .send_column .main_title {
  margin-top: 0;
  text-align: left;
}

@media only screen and (max-width: 992px) {
  .single_con_column {
    width: 100%;
    padding: 30px 0;
  }
  .contact_list {
    margin-bottom: 0;
    padding: 0;
  }
  .page_section .mes_box {
    display: block;
    padding: 0;
    margin-top: 0.2rem;
    width: 100%;
  }
  .page_con_column {
    padding: 0;
    padding-top: 30px;
    width: 100%;
  }
  .contact_right {
    width: 100%;
    padding-left: 0;
  }
  .page_section .send_column {
    width: 100%;
    padding-right: 0;
  }
  .contact_column .send_column {
    padding: 0.2rem;
  }
  .page_send {
    background-size: cover;
    margin-bottom: -50px;
  }
  .contact_right {
    min-height: 564px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_column {
    padding: 0.2rem 0 0;
  }
  .single_con_column .send_box {
    display: block;
    width: 100%;
  }
  .message {
    z-index: 9999;
  }
  .map {
    top: 0;
  }
  .map .container {
    padding: 0;
  }
  .page_title {
    font-size: 28px;
  }
  .page_title i {
    font-size: 18px;
  }
  .single_con_column .send_column {
    bottom: 0;
    margin-top: 30px;
  }
  .contact_sns a {
    margin: 3px;
  }
  .con_main {
    margin-top: 0.2rem;
  }
  .page_section .send_column ul li {
    margin-bottom: 10px;
  }
  .message_info {
    padding: 0.5rem 0;
  }
  .message_wrap {
    padding: 0rem 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .message_wrap .send_column {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .contact_right {
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
    min-height: inherit;
  }
  .page_con {
    padding-top: 40px;
  }
  .page_column {
    padding: 0;
  }
  .contact_right .social_icons li {
    padding: 0 3px;
  }
  .contact_right .social_icons li img {
    max-width: 40px;
  }
  .contact_text {
    padding-left: 0;
  }
}

/*left*/
.page-left {
  width: 24%;
  float: left;
  margin-top: 0.1rem;
}
.page-left .fot_title {
  display: block;
  position: relative;
  padding: 12px 0 12px 0;
  background-size: cover;
}
.page-left .fot_title em {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 0.26rem;
  line-height: 0.3rem;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 600;
}
.page-left .fot_title span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  opacity: 1;
  height: 100%;
  background-size: cover;
  background: #fff;
  border-radius: 0;
  background: #0dbbe4;
  border-radius: 8px 8px 0 0;
}
.page-left .left_title .column_icon_toggle {
  display: none;
}

.left-cat .fot_title em {
  padding-left: 50px;
}
.left-cat .fot_title em:before {
  display: inline-block;
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  vertical-align: middle;
  background: url(../img/icon.png) no-repeat;
  position: relative;
  right: auto;
  top: auto;
  background-position: -41px -92px;
  content: '';
  position: absolute;
  left: 10px;
  top: -1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.page-left .left-pro .fot_title em {
  color: #333;
}
.page-left .left-pro .fot_title {
  border-bottom: 1px solid #eee;
}
.page-left .left-pro .fot_title span {
  height: 4px;
  width: 0.5rem;
  bottom: 0;
  top: inherit;
}

ul.mtree {
  opacity: 0;
  margin-left: 0;
  border-bottom: none;
  border-radius: 0;
  border: 1px solid #efeeed;
  padding: 5px 10px;
  background: #fff;
}
ul.mtree > li {
  list-style: none;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #eee;
}
ul.mtree > li:last-child {
  border-bottom: none;
}
ul.mtree > li > div {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
ul.mtree > li > div > a {
  font-size: 0.16rem;
  padding: 0.12rem 0 0.12rem 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  padding-right: 0.3rem;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}
ul.mtree > li > div .image {
  display: flex;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  padding: 0;
  margin-right: 10px;
  background-position: 0 0;
  background-size: 42px;
  align-items: center;
  justify-content: center;
}
ul.mtree > li:last-child > a {
  border-bottom: none;
}
ul.mtree > li .top a p {
  margin: 0;
  padding-left: 5px;
}
ul.mtree > li .top a span {
  max-width: 36px;
  min-width: 36px;
}
ul.mtree > li h2 {
  font-size: initial;
  font-weight: normal;
}
ul.mtree a {
  display: block;
  font-size: 18px;
  color: #333;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -webkit-transition: all 0s;
  transition: all 0s;
  padding: 10px 0;
  line-height: 22px;
  padding-right: 30px;
  font-weight: 500;
}
ul.mtree li ul a {
  padding: 6px 10px;
  padding-right: 30px;
}

ul.mtree.transit > li.mtree-open > b:before,
ul.mtree .mtree-level-1 li.mtree-open > b:before {
  content: '\f106';
  font-family: FontAwesome;
  font-size: 18px;
  color: #0dbbe4;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 65px;
  text-align: center;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.mtree .mtree-level-1 li.mtree-open > b:before {
  color: #0dbbe4;
  height: 40px;
}

ul.mtree.transit li.mtree-closed > b:before,
ul.mtree .mtree-level-1 li.mtree-closed > b:before {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 18px;
  color: #333333;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.mtree.transit > li:hover.mtree-closed > b:before {
  color: #333333;
}

ul.mtree li ul a li a {
  padding-left: 0.2rem;
}
ul.mtree > li:hover > div a {
  color: #0dbbe4;
}
ul.mtree > li.mtree-node a ul a {
  font-size: 14px;
}
ul.mtree > li.mtree-open {
  padding-bottom: 0;
}
ul.mtree > li.mtree-open > div a {
  color: #0dbbe4;
}
ul.mtree > li.mtree-node:hover > div a {
  color: #0dbbe4;
}
ul.mtree > li.mtree-open:hover > div a {
  color: #0dbbe4;
}
ul.mtree .mtree-level-1 li.mtree-closed > span {
  color: #0dbbe4;
  text-decoration: none;
}

ul.mtree ul {
  border: none;
  margin-bottom: 10px;
}
ul.mtree ul li {
  list-style: none;
  position: relative;
  padding-bottom: 0;
  border-bottom: 1px solid #fff;
}
ul.mtree ul li a {
  display: block;
  color: #333;
  font-size: 16px;
}
ul.mtree > li > ul > li > a {
  font-size: 16px;
  position: relative;
  transition: all 0.5s;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.1rem;
  padding-right: 0;
  background: #f7f7f7;
}
ul.mtree > li > ul > li > a:hover {
  color: #0dbbe4;
  text-decoration: none;
}
ul.mtree > li > ul > li > a:before {
  content: '';
  width: 3px;
  background: #0dbbe4;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
}
ul.mtree > li > ul > li > a:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

ul.mtree > li > ul > li > a i {
  color: #ccc;
  font-size: 14px;
  margin-right: 0.1rem;
  margin-left: 0.06rem;
}
ul.mtree > li > ul > li > a:before {
  content: '';
}
ul.mtree ul li:hover a {
  color: #0dbbe4;
}
ul.mtree li ul li.mtree-open a {
  color: #0dbbe4;
  text-decoration: none;
}
ul.mtree .mtree-level-2 {
  margin-top: 0px;
  border: none;
  padding: 0px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  padding: 0.05rem;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
ul.mtree .mtree-level-2 li:last-child a {
  border-bottom: none;
}
ul.mtree li ul.mtree-level-2 li a {
  color: #333;
  font-size: 15px;
  padding-left: 0.1rem;
}
ul.mtree li ul.mtree-level-2 li a:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #d9d9d9;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 5px;
}
ul.mtree .mtree-level-2 li a:hover {
  text-decoration: underline;
  color: #0dbbe4;
  font-weight: normal;
}
ul.mtree .mtree-level-2 li a:hover:before {
  background: #0dbbe4;
}
ul.mtree .mtree-level-2 li.mtree-open a {
  color: #0dbbe4;
}
ul.mtree .mtree-level-2 li.mtree-open a:before {
  background: #0dbbe4;
}
ul.mtree.jet ul {
  margin-left: 0;
}
ul.mtree.jet li {
  margin-bottom: 1px;
}
ul.mtree.jet li:last-child {
  margin-bottom: 0px;
}
ul.mtree.jet li:first-child {
  margin-top: 1px;
}
ul.mtree.jet li.mtree-active a {
  background: #e5e5e5;
}
ul.mtree.jet li.mtree-active li:last-child > a {
  border-radius: 0px 0px 3px 3px;
}
ul.mtree.jet li.mtree-active > a {
  background: #0dbbe4;
  color: #fff;
  border-radius: 3px 3px 0px 0px;
}
ul.mtree.jet li > a:hover {
  background: #0dbbe4;
  color: #fff;
}
ul.mtree.jet a {
  padding: 5px 0px 5px 1em;
}
ul.mtree.jet li li > a {
  padding-left: 2em;
}
ul.mtree.jet li li li > a {
  padding-left: 3em;
}
ul.mtree.jet li li li li > a {
  padding-left: 4em;
}
ul.mtree.jet li li li li li > a {
  padding-left: 5em;
}
ul.mtree a:hover {
  text-decoration: none;
}
.mtree-skin-selector {
  display: none !important;
}
ul.mtree li ul.mtree-level-2 li.mtree_all a {
  text-transform: capitalize;
  color: #4d4d4d;
}
ul.mtree li ul.mtree-level-2 li.mtree_all a:hover {
  color: #0dbbe4;
}

.left-adv {
  margin-top: 30px;
  width: 100%;
  background: #333;
  background-size: cover;
  text-align: center;
  border-radius: 10px;
  position: relative;
  border: 2px solid #fff;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.left-adv .ovrly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=0.4);
  transition: all 0.5s;
  border-radius: 0;
}
.left-adv .main {
  position: relative;
  left: 0;
  top: 0;
  padding: 30px 0.2rem 40px 0.2rem;
  z-index: 2;
  text-align: left;
  border-radius: 0;
}
.left-adv .icon {
  width: 36px;
  height: 36px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.left-adv .icon i {
  width: 36px;
  height: 36px;
  background: url(../img/icon.png) no-repeat;
  background-position: -423px 0px;
  display: inline-block;
}
.left-adv .main .title {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  text-transform: capitalize;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.12rem 0;
  font-weight: 600;
}
.left-adv .main .title:hover {
  text-decoration: none;
}
.left-adv .main .text {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 0.2rem;
}
.left-adv .main_more {
  height: 40px;
  line-height: 40px;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border-color: #0dbbe4;
  background: #0dbbe4;
  color: #fff;
  align-items: center;
  font-size: 16px;
  overflow: hidden;
}
.left-adv .main_more:after,
.left-adv .main_more:before {
  display: none;
}

/*hot_pro*/
.left-pro {
  margin-top: 30px;
}
.left-pro ul {
  padding: 0;
  padding-top: 0px;
}
.left-pro .list li {
  background: #fff;
  list-style: none;
  transition: all 0.5s;
  padding: 10px 5px;
  position: relative;
  border-radius: 0;
  padding-right: 5px;
  position: relative;
  border: 1px solid #f0f0f0;
  margin-top: 0.2rem;
  padding-bottom: 10px;
}
.left-pro .list li:hover {
  background: #fff;
  border-color: #0dbbe4;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
}
.left-pro .list li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #0dbbe4;
  content: '';
  transition: 0.5s all;
}
.left-pro .list li:hover:before {
  width: 100%;
}
.left-pro .list li .main {
  width: 68%;
  float: left;
  padding-left: 10px;
  z-index: 10;
  padding-top: 5px;
}
.left-pro .list li .model_title {
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: 0.24rem;
  display: block;
  overflow: hidden;
  margin: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 4;
  font-weight: 600;
}
.left-pro .list li .title {
  font-size: 16px;
  line-height: 24px;
  max-height: 72px;
  display: block;
  overflow: hidden;
  margin: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 4;
  padding-right: 0.2rem;
  font-weight: 500;
}
.left-pro .list li .title:hover {
  color: #0dbbe4;
  text-decoration: none;
}
.left-pro .list li .image {
  float: left;
  width: 27%;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  overflow: hidden;
  position: relative;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  position: relative;
  z-index: 10;
  border-radius: 2px;
}

.left-pro .list li .image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.left-pro .list li .image img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.left-pro .list li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.left-pro .list li .more {
  width: 40px;
  height: 40px;
  display: inline-flex;
  position: absolute;
  right: 10px;
  bottom: 0;
  transition: all 0.5s;
  opacity: 0;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
  border-radius: 0 0 0 0;
  background: #0dbbe4;
}
.left-pro .list li:hover .more {
  right: 0;
  opacity: 1;
}
.left-pro .list li .more i {
  display: inline-block;
  transition: 0.8s all;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  background: url(../img/icon.png) no-repeat;
  width: 8px;
  height: 14px;
  background-position: -5px -327px;
}
.left-pro .list li:hover .more i {
  color: #333;
}
.left-pro .list li .page_more {
  font-size: 14px;
}
.left-pro .block_content {
  position: relative;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.page-right {
  width: 76%;
  padding-left: 0.5rem;
  padding-right: 0;
  float: right;
  margin-top: 0.1rem;
}

@media only screen and (min-width: 992px) {
  .page-left .toggle_content {
    overflow: inherit !important;
  }
}
@media only screen and (max-width: 1260px) {
  .page-left {
    width: 26%;
  }
  .page-right {
    width: 74%;
  }
}

@media only screen and (max-width: 992px) {
  .page-title em {
    font-size: 24px;
  }
  .page-left {
    width: 100%;
    float: none;
    top: 0;
    margin-top: 0.2rem;
  }
  .page_products .page-left {
    margin-top: 0.3rem;
  }
  .left-pro,
  .left-con,
  .left-video,
  .left-solu,
  .left-news {
    margin-top: 0;
    padding: 0;
    border: none;
  }
  .page-left .fot_title {
    margin-bottom: 10px;
    margin-bottom: 0;
    padding: 8px 15px 8px 15px;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
  }
  .page-left .fot_title span,
  .left-pro .fot_title span {
    border-radius: 2px;
    background: #0dbbe4;
    display: block;
  }
  .page-left .fot_title:before {
    display: none;
  }
  .page-left .fot_title > em,
  .page-left .left-cat .fot_title em {
    margin: 0;
    font-size: 18px;
    color: #fff;
    padding: 0;
    line-height: 24px;
    border: none;
    background: none;
    font-weight: 600;
  }
  .page-left .fot_title em:before {
    display: none;
  }
  .page-left .fot_title .icon-minus-sign:before,
  .page-left .fot_title .icon-minus-sign:after,
  .page-left .fot_title .icon-plus-sign:before,
  .page-left .fot_title .icon-plus-sign:after {
    background: #fff;
  }
  .page-left .fot_title .column_icon_toggle {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 17px;
    font-style: normal;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
  }
  .page-left .left_title > span {
    display: none;
  }
  .page-left .block_content {
    padding: 0;
  }
  .left-con .left_title {
    display: block;
  }
  .left_title .column_icon_toggle {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0.2rem;
    font-style: normal;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
  }
  .page-right {
    width: 100%;
    padding: 0;
    float: none;
    margin-top: 10px;
  }
  .left-cat {
    margin-bottom: 0px;
    padding: 0;
  }
  .left-pro {
    margin-bottom: 10px;
  }
  .left-nav {
    margin-bottom: 10px;
  }
  .left-adv {
    display: none;
  }
  .page-left .fot_title em:after {
    display: none;
  }
  .left-pro .list li .title {
    font-size: 14px;
  }
  .page-left .fot_title::after {
    display: none;
  }
  .left-pro .list li .more {
    right: 0;
    top: auto;
    bottom: 0;
    border-radius: 5px 0 0 0;
    margin: 0;
    border: none;
    width: auto;
    height: auto;
    padding: 0;
  }
  .left-pro .list li .more i {
    border-radius: 5px 0 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  ul.mtree > li > ul > li > a {
    font-size: 14px !important;
  }
  .left-pro .list li .main {
    padding-top: 0;
  }
  ul.mtree > li > div > a {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  ul.mtree.transit > li.mtree-open > b:before,
  ul.mtree .mtree-level-1 li.mtree-open > b:before {
    height: 48px;
  }
  ul.mtree {
    padding: 0 10px;
  }
  .page_products {
    padding-bottom: 0;
    padding-top: 0px;
  }
  .left-pro {
    display: none;
  }
  ul.mtree li ul.mtree-level-2 li a {
    font-size: 14px;
  }
}

/*sitemap*/
.sitemap {
  width: 100%;
}
.stp-listA {
  display: block;
  list-style-type: disc;
}
.stp-listA a:hover {
  text-decoration: underline;
}
.stp-listA > li {
  text-transform: capitalize;
  list-style-type: disc;
  border-radius: 0;
  overflow: hidden;
  list-style-position: inside;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.2rem 0;
  color: #0dbbe4;
}
.stp-listA > li:first-child {
  padding-top: 0;
}
.stp-top {
  display: inline-block;
}
.stp-top .page_info_title {
  font-size: 16px;
  color: #0dbbe4;
  font-weight: 600;
  text-transform: uppercase;
}
.stp-top .page_info_title i {
  padding-left: 5px;
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.stp-top .page_info_title:hover {
  color: #0dbbe4;
}
.stp-top .page_info_title:hover i {
  padding-left: 8px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.stp-listB {
  display: flex;
  flex-wrap: wrap;
}
.stp-listB > li {
  overflow: hidden;
  color: #000;
  padding: 0.1rem 0.1rem;
}
.stp-listB > li > a {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.stp-listB > li:hover > a {
  color: #0dbbe4;
}

.stp-pro .stp-listB > li {
  width: 100%;
}
.stp-pro .stp-listB > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.stp-pro .stp-listB > li .top {
  display: flex;
  align-items: flex-end;
}
.stp-pro .stp-listB > li .image {
  max-width: 48px;
  min-width: 48px;
}
.stp-pro .stp-listB > li .title {
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  display: block;
}
.stp-pro .stp-listB > li .title:after {
  content: '\f105';
  font-family: 'FontAwesome';
  padding-left: 6px;
  color: #ccc;
}
.stp-pro .stp-listB > li .title:hover {
  color: #0dbbe4;
  text-decoration: none;
}
.stp-pro .stp-listB > li .title:hover:after {
  color: #0dbbe4;
}
.stp-listB li .stp-listC {
  width: 100%;
  margin-top: 0.1rem;
}
.stp-listB li .stp-listC li {
  width: 100%;
  color: #666;
}
.stp-listB li .stp-listC li a {
  color: #666;
  font-size: 14px;
  -webkit-transition: all var(--transition-time, 500ms);
  -o-transition: all var(--transition-time, 500ms);
  transition: all var(--transition-time, 500ms);
}
.stp-listB li .stp-listC li a:hover {
  color: #0dbbe4;
}

@media only screen and (max-width: 768px) {
  .stp-listA > li {
    padding: 0.1rem 0;
  }
  .stp-listA {
    padding-left: 0px;
  }
}

/*page-number*/
.page_num {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 0.2rem;
}
.page_num span {
  display: inline-flex;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 100%;
  transition: all 0.5s;
  position: relative;
  text-align: center;
  border-radius: 0;
  border: 2px solid #0dbbe4;
  align-items: center;
  justify-content: center;
  background: #0dbbe4;
  border-radius: 0 0.1rem 0 0.1rem;
}
.page_num a {
  background: #fff;
  padding: 0;
  display: inline-flex;
  text-transform: capitalize;
  font-size: 14px;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  line-height: 100%;
  transition: all 0.5s;
  color: #555;
  border-radius: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  border: 1px solid #e5e5e5;
  align-items: center;
  justify-content: center;
}
.page_num a:hover {
  text-decoration: none;
  color: #fff;
  border-color: #0dbbe4;
  border-radius: 0px;
  background: #0dbbe4;
}
.page_num a i {
  line-height: 32px;
}
.page_num p {
  display: block;
  font-size: 14px;
  margin: 0;
  margin-top: 15px;
  color: #808080;
}
.page_num p:before {
  content: '[';
  padding-right: 3px;
}
.page_num p:after {
  content: ']';
  padding-left: 3px;
}
.page_num p strong {
  display: inline-block;
  margin: 0 5px;
  color: #333;
}

@media only screen and (max-width: 768px) {
  .page_num {
    border-radius: 0;
    text-align: center;
    padding: 0;
    margin-top: 10px;
    border-radius: 5px;
  }
  .page_num a,
  .page_num span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .page_num a i {
    line-height: 30px;
  }
  .page_num p {
    float: none;
    display: block;
    font-size: 14px;
  }
}

/*page-turning*/
.navigation {
  width: 100%;
  list-style: none;
  margin-top: 0.2rem;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
.navigation li {
  width: calc(100% - 0px);
  float: left;
  text-align: left;
  margin-bottom: 10px;
}
/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  display: block;
  transition: all 0.5s;
  padding-left: 50px;
  background: #fff;
  border-radius: 0;
}
.navigation li a:hover {
  text-decoration: none;
  border-color: #333333;
  border-radius: 0;
}
/*.navigation li.next_post a{padding-right:50px;}*/
.navigation li a:before {
  font-family: 'FontAwesome';
  font-size: 24px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius: 0;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.5s;
  background-color: #eee;
  border-radius: 8px 0 8px 0;
}
.navigation li.prev_post a:before {
  left: 0;
  content: '\f106';
}
.navigation li.next_post a:before {
  left: 0;
  content: '\f107';
}
.navigation li a:hover:before {
  color: #fff;
  background: #0dbbe4;
}

.navigation li a .meta_nav {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 0.05rem;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 600;
}
.navigation li a:hover .meta_nav {
  color: #0dbbe4;
  opacity: 1;
}
.navigation li a .post_title {
  font-size: 16px;
  overflow: hidden;
  line-height: 0.2rem;
  max-height: 40px;
  margin: 0;
  transition: all 0.5s;
  font-weight: normal;
  color: #808080;
}
.navigation li a:hover .post_title {
  color: #0dbbe4;
}

.navigation.news_navigation {
  border-top: none;
}
.navigation.news_navigation li a {
  background: none;
}
@media only screen and (max-width: 768px) {
  .navigation {
    margin-bottom: 0;
    margin-top: 0.1rem;
  }
  .navigation li {
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin-bottom: 15px;
  }
  .navigation li.prev_post a {
    padding-left: 50px;
    border-radius: 5px;
  }
  .navigation li.next_post a {
    padding-left: 50px;
    border-radius: 5px;
  }
  .navigation li.prev_post a:before {
    left: 0;
  }
  .navigation li.next_post a:before {
    left: 0;
  }
  .navigation li a:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .navigation li a .meta_nav {
    color: #333;
    margin-bottom: 0;
  }
  .navigation li a {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
  }
  .navigation li a .post_title {
    font-size: 14px;
  }
}

.news {
  margin: 0 -15px 0;
}
.news > li {
  position: relative;
  padding: 3px 15px;
  margin-bottom: 30px;
  list-style: none;
  width: 100%;
}
.news > li:nth-child(2n + 1) {
  clear: both;
}
.news > li .column {
  padding: 0.15rem;
  position: relative;
  z-index: 5;
  background: #fff;
  transition: all 0.5s;
  box-shadow: 0 3px 17px 5px rgba(10, 91, 174, 0.17);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.news > li:hover .column {
  background: #fff;
  box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1);
}
.news > li .column:before {
  background-color: #0dbbe4;
  bottom: 0;
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.6s;
  width: 100%;
  z-index: 2;
  width: 0;
}
.news > li:hover .column:before {
  width: 100%;
}
.news > li .image {
  display: block;
  overflow: hidden;
  position: relative;
  width: 35%;
}
.news > li .image > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99;
}
.news > li .image:before {
  background-color: rgba(255, 255, 255, 0.1);
  content: '';
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.news > li .image:after {
  background-color: rgba(255, 255, 255, 0.1);
  content: '';
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}
.news > li:hover .image:before {
  left: 180%;
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.news > li:hover .image:after {
  left: -280px;
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.news > li .image img {
  transition: all 0.9s;
  width: 100%;
}
.news > li:hover .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.news > li .wrap {
  position: relative;
  padding: 0.1rem 0 0 0.2rem;
  width: 65%;
}
.news > li h2 {
  font-size: initial;
  font-weight: normal;
}
.news > li .title {
  color: #333333;
  font-size: 20px;
  line-height: 26px;
  overflow: hidden;
  max-height: 52px;
  display: block;
  margin-bottom: 0.1rem;
  margin-top: 0rem;
  font-weight: 500;
}
.news > li:hover .title {
  color: #0dbbe4;
  text-decoration: none;
}
.news > li .text {
  font-size: 17px;
  line-height: 24px;
  overflow: hidden;
  height: 72px;
  color: #808080;
  margin-top: 0.08rem;
}
.news > li .page_more {
  margin-top: 0.15rem;
}
.news > li .post_blog_tag {
  display: none;
}
.news > li .more_box {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.news > li .page_date {
  display: block;
}
.news > li .main_more {
  height: 40px;
  line-height: 38px;
  margin-top: 0.2rem;
  font-size: 14px;
}

@media only screen and (max-width: 1199px) {
  .news > li {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .news {
    margin: 0 -6px 0;
  }
  .news > li {
    padding: 3px 6px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .news > li .wrap {
    padding: 0 0 0 10px;
  }
  .news > li .main_more {
    margin-top: 0;
    border-width: 1px;
  }
  .news > li .page_date_box {
    left: 0;
    top: -10px;
  }
  .news > li .title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 445px) {
  .news > li .title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .news > li .text {
    line-height: 20px;
    height: 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 325px) {
  .news {
    margin: 0;
  }
  .news > li .image {
    width: 100%;
    padding: 0;
  }
  .news > li .wrap {
    width: 100%;
    padding: 0 0.15rem;
  }
  .news > li .column {
    padding: 0 0 0.1rem;
  }

  .news > li .title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .news > li .text {
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 0;
    max-width: 100%;
  }
  .news > li .page_more {
    display: none;
  }
  .news > li .page_date {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 5px;
  }
  .news > li .wrap:after {
    top: 10px;
  }
}

.news_detail_info {
  text-align: left;
}
.news_detail_info .news_detail_title {
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.news_detail_info .news_detail_title .title {
  color: #333;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-style: normal;
  font-weight: 500;
}
.news_detail_info .page_date {
  margin-bottom: 0;
}
.news_detail_info .date {
  width: auto;
  height: auto;
  position: relative;
  right: auto;
  top: auto;
  margin-bottom: 10px;
  padding: 2px 5px;
  display: inline-block;
  background: #333333;
  text-align: center;
}
.news_detail_info .date p {
  margin: 0;
  margin-left: 5px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}
.news_detail_info .date em {
  display: inline-block;
  padding: 0;
  border: none;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
.news_detail_info .txt {
  font-size: 16px;
}
.news_detail_info .txt img {
  max-width: 100%;
  height: auto;
}
.news_detail_info .txt a {
  color: #333333;
}
.news_detail_info .txt ul {
  padding-left: 0.2rem;
}
.news_detail_info .txt em {
  font-style: italic;
}

.page_newscontent_contas {
  margin-top: 30px;
  text-align: center;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.page_newscontent_contas:before {
  content: '';
  height: 1px;
  width: 500px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  display: block;
  margin: auto;
  right: 63%;
}

.page_newscontent_contas:after {
  content: '';
  height: 1px;
  width: 500px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  margin: auto;
  display: block;
  left: 63%;
}
.page_newscontent_contas .main_more {
  margin: 0;
}

.page_news_share {
  text-align: right;
}
.page_news_share .addthis_toolbox {
  display: inline-block !important;
}
.page_news_share .social_icons {
  float: none;
}
.page_news_share .social_icons li a img {
  filter: grayscale(100%);
  opacity: 0.4;
}
.page_news_share .social_icons li a:hover img {
  filter: grayscale(0);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .news_detail_info .news_detail_title p.title {
    font-size: 18px;
  }
  .page_newscontent_contas {
    margin-top: 0;
  }
  .news_detail_info .news_detail_title {
    display: block;
  }
  .news_detail_info .news_detail_title em.title {
    font-size: 16px;
    padding-right: 0;
  }
}

/*blog*/
.left-blog {
  margin-bottom: 40px;
}
.left-blog ul {
  list-style: none;
  margin-top: 1px;
  background: #fff;
}
.left-blog ul li {
  margin-bottom: 0;
}
.left-blog ul li a {
  display: block;
  font-size: 16px;
  border-radius: 0;
  color: #555555;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  line-height: 0.24rem;
  position: relative;
  padding-left: 25px;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
}
.left-blog ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: #0dbbe4;
}
.left-blog ul li a:before {
  position: absolute;
  left: 10px;
  top: 19px;
  width: 4px;
  height: 4px;
  background: #ced2d9;
  display: inline-block;
  content: '';
  border-radius: 50%;
}
.left-blog ul li a:hover:before {
  left: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
}
.blog-archives {
  margin-bottom: 40px;
  background: #fff;
  padding: 16px;
  border-top: 2px solid #0dbbe4;
  padding-bottom: 30px;
  box-shadow: 0 5px 0.2rem 1px rgba(0, 0, 0, 0.05);
}

.blog-archives ul {
  list-style: none;
  padding-top: 10px;
}
.blog-archives ul li {
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid #eee;
}
.blog-archives ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  background: #0dbbe4;
}
.blog-archives ul li:hover:before {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.blog-archives ul li a {
  padding: 10px 5px;
  display: block;
  font-size: 15px;
  transition: all 0.5s;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
.blog-archives ul li:hover a {
  color: #fff;
  text-decoration: none;
  padding-left: 15px;
}
.blog-archives ul li a:after {
  content: '';
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 12px;
  background: url(../img/icon.png) no-repeat;
  background-position: -117px -327px;
  opacity: 0;
  transition: all 0.5s;
}
.blog-archives ul li:hover a:after {
  opacity: 1;
  right: 10px;
}

.blog-tags {
  margin-bottom: 40px;
  background: #fff;
  padding: 15px;
  padding-bottom: 30px;
  border-top: 2px solid #0dbbe4;
  box-shadow: 0 5px 0.2rem 1px rgba(0, 0, 0, 0.05);
}
.blog-tags ul {
  list-style: none;
  padding-top: 10px;
}
.blog-tags ul li {
  display: inline-block;
  margin: 5px;
}
.blog-tags ul li a {
  display: inline-block;
  background: #eee;
  padding: 3px 12px;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.5s;
  border-radius: 0;
}
.blog-tags ul li a:hover {
  text-decoration: none;
  color: #fff;
  border-color: #0dbbe4;
  background: #0dbbe4;
  border-radius: 0;
}

.blog_list {
  list-style: none;
}
.blog_list > li {
  margin-bottom: 40px;
  position: relative;
  transition: all 0.5s;
  z-index: 10;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  border-radius: 0;
  display: flex;
  align-items: flex-start;
}
.blog_list > li:last-child {
  margin-bottom: 10px;
}
.blog_list > li:before {
  content: '';
  background: #fff;
  box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  display: block;
  border-radius: 0;
}
.blog_list > li:hover:before {
  left: -0.2rem;
  top: -0.2rem;
  right: -0.2rem;
  bottom: -5px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.blog_list li .image {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 0;
  min-width: 240px;
  max-width: 240px;
  margin-right: 0.2rem;
  position: relative;
}
.blog_list li .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.blog_list li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.blog_list li .image {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.blog_list li .image:before {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}
.blog_list li .image:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: '';
  height: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog_list li:hover .image:before,
.blog_list li:hover .image:after {
  height: 100%;
  width: 100%;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.blog_list li h2 {
  font-weight: normal;
  font-size: initial;
}
.blog_list li .title {
  color: #333;
  font-size: 22px;
  line-height: 26px;
  overflow: hidden;
  max-height: 52px;
  display: block;
  margin-top: 0;
  margin-bottom: 0.1rem;
  font-weight: 500;
}
.blog_list li:hover .title {
  color: #0dbbe4;
  text-decoration: none;
}
.blog_list li .text {
  color: #808080;
  font-size: 16px;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  margin-top: 0;
  font-weight: 300;
}
.blog_list li .post_blog_tag {
  margin-bottom: 0;
}
.blog_list li .main_more {
  margin-bottom: 0.2rem;
}
.blog_list li .main_more a {
  line-height: 32px;
  height: 32px;
  font-size: 14px;
}
.blog_list li .page_date {
  margin-top: 0;
  margin-bottom: 10px;
}

.post_blog_tag {
  border-radius: 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 0.1rem;
  padding-top: 0.1rem;
}
.post_blog_tag > p {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  color: #808080;
  font-weight: 500;
}
.post_blog_tag > p i {
  color: #0dbbe4;
  margin-right: 5px;
  font-size: 14px;
}
.post_blog_tag li {
  display: inline-block;
  margin: 5px 0 0 5px;
  position: relative;
  border: none;
  padding: 0;
}
.post_blog_tag li h2 {
  font-weight: normal;
  font-size: initial;
}
.post_blog_tag li a {
  display: inline-block;
  background: #e5e5e5;
  font-size: 16px;
  border-radius: 0;
  line-height: 0.2rem;
  color: #4d4d4d;
  padding: 0.05rem 0.15rem;
  transition: all 0.5s;
  text-transform: capitalize;
}
.post_blog_tag li:hover a {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: #fff;
  border-color: #0dbbe4;
  border-radius: 0;
  background: #0dbbe4;
}

@media only screen and (min-width: 992px) {
  .blog-archives .fot_title {
    background: none;
    padding: 0;
    color: #333;
    box-shadow: none;
  }
  .blog-archives .fot_title em {
    color: #333;
  }
  .blog-archives .fot_title span {
    display: none;
  }
  .blog-tags .fot_title {
    background: none;
    padding: 0;
    color: #333;
    box-shadow: none;
  }
  .blog-tags .fot_title em {
    color: #333;
  }
  .blog-tags .fot_title span {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .left-blog {
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .blog_list li .right {
    padding-left: 65px;
    width: 100%;
  }
  .left-blog .left_title {
    display: block;
  }
  .blog-list p,
  .blog-cat p {
    margin-bottom: 15px;
  }
  .blog-list {
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.2rem;
  }
  .blog-archives,
  .blog-tags {
    margin-bottom: 0px;
    padding: 0;
    border: none;
    box-shadow: none;
  }
  .blog_list li .date em {
    font-size: 60px;
    line-height: 56px;
  }
  .blog-archives ul,
  .blog-tags ul {
    padding-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .blog_list > li {
    margin-bottom: 30px;
    padding: 0;
  }
  .blog_list > li .page_date {
    position: inherit;
    right: auto;
    top: auto;
  }
  .blog_list > li:hover:before {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
  }
  .blog_list {
    border: none;
  }
  .blog_tag > p {
    display: block;
  }
  .blog_list li .right {
    padding-left: 80px;
  }
  .blog_list li .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .blog_list li .text {
    max-height: 48px;
    font-size: 14px;
    line-height: 24px;
  }
  .blog_list li .post_blog_tag {
    margin-top: 15px;
  }
  .blog_list li .image {
    min-width: 180px;
    max-width: 180px;
    margin-right: 10px;
  }
  .post_blog_tag {
    padding: 0;
    padding-top: 10px;
    border-radius: 0;
  }
  .post_blog_tag > p {
    display: block;
    font-size: 14px;
  }
  .post_blog_tag li a {
    font-size: 14px;
    padding: 3px 10px;
  }
}

@media only screen and (max-width: 480px) {
  .blog_list > li {
    padding-bottom: 0.2rem;
    display: block;
  }
  .blog_list li .right {
    padding: 0;
    padding-top: 10px;
  }
  .blog_list li .more {
    letter-spacing: 0;
  }
  .blog_list li .title {
    font-size: 16px;
  }
  .blog_list li .image {
    min-width: 180px;
    max-width: 180px;
  }
}

/*products*/
.page_pro_list {
  background: #f7f7f7;
  padding-left: 90px;
  padding-right: 90px;
}
.page_pro_list .container {
  width: 100%;
}
.page_pro_list .row {
  margin: 0;
}
.page_pro_list .page_pro_column {
  background: #fff;
  margin-bottom: 30px;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  transition: 0.5s all;
}
.page_pro_list .page_pro_column:hover {
  box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}
.page_pro_list .page_pro_column .image {
  width: 50%;
  text-align: center;
}
.page_pro_list .page_pro_column .image img {
  max-width: 480px;
}
.page_pro_list .page_pro_column .wrap {
  width: 50%;
  padding: 60px 40px;
}
.page_pro_list .page_pro_column .title {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 42px;
  line-height: 120%;
  text-transform: capitalize;
  color: #333;
}
.page_pro_list .page_pro_column .title:hover {
  text-decoration: none;
  color: #333333;
}
.page_pro_list .page_pro_column .text {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  max-height: 96px;
}
.page_pro_list .page_pro_column .main_more {
  margin-top: 80px;
}

@media only screen and (max-width: 1480px) {
  .page_pro_list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .page_pro_list .page_pro_column .wrap {
    padding: 40px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .page_pro_list .page_pro_column {
    padding: 15px;
    display: block;
  }
  .page_pro_list .page_pro_column .image {
    width: 100%;
  }
  .page_pro_list .page_pro_column .image img {
    max-width: 100%;
  }
  .page_pro_list .page_pro_column .wrap {
    width: 100%;
    padding: 30px 0;
    padding-bottom: 10px;
  }
  .page_pro_list .page_pro_column .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .page_pro_list .page_pro_column .main_more {
    margin-top: 0.2rem;
  }
}

.left-pro-select .toggle_content {
  background: #f7f7f7;
  padding: 10px;
}
.left-pro-select .main_more {
  height: 36px;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 0.2rem;
}

.left-pro-select .why_wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
.left-pro-select .why_wrap .why_toggle {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.left-pro-select .why_wrap .why_toggle .title {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 24px;
  text-transform: uppercase;
}
.left-pro-select .why_wrap .why_toggle .wrap {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 0.2rem;
}
.left-pro-select .why_wrap .why_toggle .wrap p {
  margin: 0;
  display: inline-block;
}
.left-pro-select .why_wrap .why_toggle .wrap .why_show {
  display: none;
}
.left-pro-select .why_wrap .why_toggle .wrap span {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  background: url(../img/icon.png) no-repeat;
  background-position: -48px -327px;
}
.left-pro-select .why_wrap .why_toggle .wrap span.why_hide {
  background-position: -67px -327px;
}

.left-pro-select .why_wrap .wrap.rotate .why_show {
  display: inline-block;
}
.left-pro-select .why_wrap .wrap.rotate .why_hide {
  display: none;
}

.left-pro-select .form_choose label.title {
  display: inline-block;
  position: relative;
  padding-left: 0;
  left: auto;
}
.left-pro-select .form_choose .gfield_checkbox {
  list-style: none;
}
.left-pro-select .form_choose li {
  display: flex;
  width: 100%;
  padding: 0;
  align-items: center;
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.left-pro-select .form_choose li input {
  position: absolute;
  opacity: 0;
  margin: 0;
  background-color: transparent;
  display: block;
  width: 100%;
  height: 15px;
  outline: none;
  transform: scale(2);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 3;
  left: 0;
  cursor: pointer;
}
.left-pro-select .form_choose li label {
  margin: 0;
  padding-left: 25px;
  font-weight: normal;
  line-height: 0.2rem;
  text-transform: capitalize;
  font-size: 14px;
  color: #808080;
  position: relative;
  cursor: pointer;
}
.left-pro-select .form_choose li label:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  box-sizing: border-box;
  background: #fff;
}
.left-pro-select .form_choose li input:checked + label::before,
.left-pro-select .form_choose li input:checked + input[type='hidden'] + label::before {
  border-color: #333333;
  background-color: #333333;
}
.left-pro-select .form_choose li input:checked + label,
.left-pro-select .form_choose li input:checked + input[type='hidden'] + label {
  color: #333333;
}
.left-pro-select .form_choose li:hover label {
  color: #333333;
}
.left-pro-select .form_choose li input:checked + label::after,
.left-pro-select .form_choose li input:checked + input[type='hidden'] + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 8px;
  height: 12px;
  transform: translate(5px, -1px) rotate(45deg);
  border: solid 2px #fff;
  border-left: none;
  border-top: none;
  box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
  .left-pro-select {
    margin-bottom: 10px;
  }
  .left-pro-select .fot_title {
    border: none;
  }
  .left-pro-select .fot_title:before {
    display: none;
  }
  .left-pro-select .block_content {
    padding: 10px;
    background: #f7f7f7;
  }
  .left-pro-select .main_more {
    margin-top: 10px;
    display: block;
    text-align: center;
  }
}

.page_pro_nav {
  padding: 0.2rem 0;
}
.page_pro_nav .list {
  list-style: none;
  margin-right: -5px;
  margin-left: -5px;
  display: flex;
}
.page_pro_nav .list li {
  text-align: center;
  width: 20%;
  padding: 5px;
  list-style: none;
}
.page_pro_nav .list li a {
  display: block;
  padding: 0.2rem 10px;
  border-radius: 38px;
  line-height: 24px;
  color: #fff;
  font-size: 19px;
  color: #000000;
}
.page_pro_nav .list li.active a {
  color: #fff;
  background-image: linear-gradient(-49deg, #9fccff 0%, #3376c5 38%, #3376c5 50%, #b0c7e4 100%);
}

.pro_nav {
  border-bottom: 2px solid #eee;
  padding: 0px 0 20px 0px;
  display: flex;
  border-bottom: 2px solid #eee;

  margin-bottom: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.pro_nav a {
  float: left;
  width: 12.5%;
  text-align: center;
  padding: 10px;
  border: 1px solid #e3e1e1;
  margin: 0px 10px;
}

@media only screen and (max-width: 992px) {
  .pro_nav a {
    width: 25%;
  }
}

@media only screen and (max-width: 500px) {
  .pro_nav {
    margin-bottom: 20px;
  }
  .pro_nav a {
    width: 33.33%;
    padding: 5px;
  }
}

.pro-text {
  color: #333;
  margin-bottom: 0.01rem;
  border-radius: 0.05rem;
}
.pro-text .column {
  margin-top: 0.1rem;
  line-height: 0.28rem;
  font-size: 16px;
  overflow: hidden;
}
.pro-text .categ_title {
  color: #333;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 0.1rem;
  font-weight: 500;
}
.pro-text img {
  max-width: 100%;
  height: auto;
}

.page_pro_list .column {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.page_pro_list .column .wrap {
  padding: 0.3rem 0.5rem;
  width: 50%;
  padding-right: 0;
}
.page_pro_list .column .image {
  width: 50%;
}
.page_pro_list .column .title {
  display: block;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 120%;
  color: #333333;
  text-transform: uppercase;
}
.page_pro_list .column .title:hover {
  text-decoration: none;
  color: #333333;
}
.page_pro_list .column .text {
  color: #333333;
  font-size: 14px;
  line-height: 0.3rem;
  overflow: hidden;
  max-height: 1.5rem;
  margin-bottom: 0.1rem;
}
.page_pro_list .column .image > a {
  display: block;
  overflow: hidden;
}
.page_pro_list .column .image > a img {
  transition: all 0.9s;
}
.page_pro_list .column .image > a:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
}

.page_pro_list .column:nth-child(2n + 2) {
  flex-flow: row-reverse;
}
.page_pro_list .column:nth-child(2n + 2) .wrap {
  padding-left: 0;
  padding-right: 0.5rem;
}

@media only screen and (max-width: 992px) {
  .page_pro_nav .list {
    display: block;
  }
  .page_pro_nav .list li {
    float: left;
    width: 25%;
  }
  .page_pro_nav .list li .column {
    padding: 5px;
  }
  .page_pro_nav .list li .title {
    font-size: 14px;
    line-height: 0.2rem;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .pro-text .categ_title {
    font-size: 20px;
    line-height: 24px;
  }
  .pro-text .column {
    font-size: 14px;
  }
  .page_section > .container > div > .main_title {
    text-align: center;
  }
  .page_pro_nav .list li {
    width: 33.33%;
  }
  .page_pro_nav .list_childmenu {
    margin-top: 0.2rem;
    padding-bottom: 0;
  }
  .page_pro_nav .list_childmenu li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .page_pro_nav .list_childmenu li a {
    padding: 5px 10px;
    border-width: 1px;
  }

  .page_pro_list .column {
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }
  .page_pro_list .column .image {
    width: 100%;
    max-width: 560px;
  }
  .page_pro_list .column .wrap,
  .page_pro_list .column:nth-child(2n + 2) .wrap {
    width: 100%;
    padding: 30px 0;
  }
  .page_pro_list .column .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .page_pro_list .column .text {
    margin: 0;
  }
}

.page_pro_l {
  list-style: none;
}
.page_pro_l li.question {
  position: relative;
}
.page_pro_l li.question .column {
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 0;
  padding: 10px;
}
.page_pro_l li.question .column > i {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  float: left;
  border-radius: 0;
  position: relative;
  text-align: center;
  margin-top: 1px;
  font-style: normal;
  background: #c01d23;
}

.page_pro_l li.question .column > em {
  margin: 0;
  display: inline-block;
  max-width: 80%;
  line-height: 24px;
  margin-top: 5px;
  float: left;
  color: #333333;
  font-size: 16px;
}
.page_pro_l li.answer {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 15px;
  display: none;
}
.page_pro_l li.answer a {
  text-decoration: underline;
}
.page_pro_l li.answer a:hover {
  color: #0dbbe4;
}
.page_pro_l div.clearfix {
  height: 0.2rem;
  display: block;
}

.page_pro_l li .column.rotate {
  background: #c01d23;
  box-shadow: 0 5px 0.2rem 1px rgba(31, 54, 92, 0.15);
  -webkit-box-shadow: 0 5px 0.2rem 1px rgba(31, 54, 92, 0.15);
  -moz-box-shadow: 0 5px 0.2rem 1px rgba(31, 54, 92, 0.15);
}
.page_pro_l li .column.rotate > em {
  color: #fff;
}
.page_pro_l li .column.rotate > i {
  background: #fff;
}
.pro_tab {
  border-radius: 15px;
}

.pro_tab table.altrowstable {
  color: #777;
  border: none;
  background: #0dbbe4;
  border-collapse: collapse;
  text-align: center;
  font-size: 13px;
  min-width: 100%;
  margin: 0 auto 15px;
  border-radius: 15px;
  overflow: hidden;
}

.pro_tab table.altrowstable th {
  border: none;

  padding: 19px 5px;
  font-size: 22px;
  text-align: center;
  background: #0072ca;
  font-weight: normal;
  border-right: 1px solid #b8b8b8;
  color: #ffffff;
}
.pro_tab table.altrowstable tr th:last-child {
  border-right: none;
}
.pro_tab table.altrowstable td {
  padding: 28px 8px;
  border: none;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #b8b8b8;
}

.pro_tab table.altrowstable tr td:last-child {
  border-right: none;
}
.pro_tab table.altrowstable tr {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  border: none;
  -ms-transition: 0.5s all;
  color: #fff;
  background: #0dbbe4;
}

.pro_tab table.altrowstable tr:hover {
  background: #e2edff;
  color: #000000;
}

.pro_tab table.altrowstable tr a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}

.pro_tab table.altrowstable tr:hover a {
  color: #000000;
  text-decoration: none;
}

.pro_tab .oddrowcolor {
  background-color: #eee;
}

.page_pro2 .page_pro_column .page_pro_l {
  position: relative;
  z-index: 5;
  padding: 30px 0 0;
}
.page_pro2 .page_pro_column .page_pro_l li {
  margin-bottom: 0;
  list-style: none;
}
.page_pro2 .page_pro_column .page_pro_l li.question .column {
  background: #eff4fc;
  box-shadow: none;
  border-radius: 15px;
  padding: 24px 55px 24px 98px;
  cursor: pointer;
}
.page_pro2 .page_pro_column .page_pro_l li.question .column:after {
  content: '：   >';
  right: 50px;
  top: 18px;
  font-size: 0.2rem;
  color: #000000;
  display: inline-block;
  position: absolute;
}
.page_pro2 .page_pro_column .page_pro_l li.question .column > em {
  margin: 0;
  font-size: 29px;
  line-height: 30px;
  color: #595959;
  display: block;
}
.page_pro2 .page_pro_column .page_pro_l li.question .column > i {
  width: 15px;
  height: 13px;
  background: url(../img/icon.png) no-repeat;
  background-position: -170px -145px;
  position: absolute;
  left: 55px;
  top: 33px;
  margin: 0;
}
.page_pro2 .page_pro_column .page_pro_l li.question .column > i:before {
}
.page_pro2 .page_pro_column .page_pro_l li .column.rotate {
}
.page_pro2 .page_pro_column .page_pro_l li .column.rotate > em {
  color: #4183ca;
}
.page_pro2 .page_pro_column .page_pro_l li .column.rotate > i {
  background-position: -170px -161px;
}
.page_pro2 .page_pro_column .page_pro_l li .column.rotate:after {
  color: #0dbbe4;
}
.page_pro2 .page_pro_column .page_pro_l li.answer {
  background: none;
  padding: 0;
  position: relative;
  z-index: 2;
  border: none;
}

@media only screen and (max-width: 1459px) {
  .page_pro_nav .list li a {
    font-size: 17px;
    padding: 16px 10px;
  }
  .page_pro_nav {
    padding-top: 0;
  }
  .page_pro2 .page_pro_column .page_pro_l li.question .column {
    padding: 0.2rem 35px 0.2rem 60px;
  }
  .page_pro2 .page_pro_column .page_pro_l li.question .column > i {
    left: 31px;
    top: 27px;
  }
  .page_pro2 .page_pro_column .page_pro_l li.question .column:after {
    right: 0.2rem;
    top: 15px;
  }
  .page_pro2 .page_pro_column .page_pro_l li.question .column > em {
    font-size: 22px;
  }
  .pro_tab table.altrowstable th {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1239px) {
  .page_pro_nav .list li a {
    font-size: 15px;
    padding: 14px 5px;
  }
  .page_pro_nav {
    padding-top: 0;
  }
  .page_pro2 .page_pro_column .page_pro_l li.question .column {
    padding: 18px 25px 18px 40px;
  }
  .page_pro2 .page_pro_column .page_pro_l li.question .column > i {
    left: 15px;
    top: 27px;
  }
  .page_pro2 .page_pro_column .page_pro_l li.question .column:after {
    right: 10px;
    top: 12px;
  }
  .page_pro2 .page_pro_column .page_pro_l li.question .column > em {
    font-size: 18px;
  }
  .pro_tab table.altrowstable th {
    font-size: 16px;
    padding: 15px 5px;
  }
  .pro_tab table.altrowstable td {
    font-size: 14px;
    padding: 18px 8px;
  }
  .pro_tab table.altrowstable tr a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .page_pro2 .page_pro_column .page_pro_l {
    padding-top: 0.2rem;
  }
  .page_pro_nav .list li a {
    font-size: 14px;
    padding: 10px 5px;
  }
  .page_pro2 .page_pro_column .page_pro_l li.question .column > em {
    font-size: 16px;
  }
  .pro_tab table.altrowstable th {
    font-size: 14px;
    padding: 12px 5px;
  }
  .pro_tab table.altrowstable td {
    font-size: 14px;
    padding: 13px 8px;
  }
  .page_pro2 .page_pro_column .page_pro_l li.question .column {
    padding: 10px 25px 10px 40px;
  }
  .page_pro2 .page_pro_column .page_pro_l li.question .column > i {
    top: 0.2rem;
  }
  .page_pro2 .page_pro_column .page_pro_l li.question .column:after {
    top: 8px;
  }
}

@media only screen and (max-width: 568px) {
  .pro_tab {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
  }
  .pro_tab table.altrowstable {
    max-width: initial;
    width: 500px;
  }
}

@media only screen and (max-width: 375px) {
  .page_pro_nav .list li {
    width: 50%;
  }
}

.pro_top .pro-img {
  padding: 0;
}
.pro_top .pro-img img {
  max-width: 100%;
  height: auto;
}
.pro-text {
  color: #333;
  margin-bottom: 0.2rem;
  border-radius: 0;
}
.pro-text .column img {
  max-width: 100%;
  height: auto;
}
.pro-text .column em {
  font-style: italic;
}
.pro-text .column ul {
  padding-left: 0.2rem;
}

.cbp-vm-switcher {
  width: 100%;
  margin-bottom: 30px;
}
.cbp-vm-options {
  text-align: left;
  margin-bottom: 0;
  margin-bottom: 0.2rem;
  background: #fafafa;
  border-radius: 0;
  padding: 5px;
}
.cbp-vm-options em {
  display: inline-block;
  float: left;
  font-size: 0.2rem;
  color: #4d4d4d;
  text-transform: uppercase;
  line-height: 38px;
}
.cbp-vm-options a {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0;
  color: #808080;
  margin-right: 3px;
  float: left;
  font-size: 16px;
  border-radius: 0;
}
.cbp-vm-options span {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #ccc;
}
.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
  color: #fff;
  background: #0dbbe4;
  border-color: #0dbbe4;
}
.cbp-vm-options a:before {
  font-size: 14px;
  text-align: center;
  display: inline-block;
}

/* General list */
.cbp-vm-switcher > ul {
  list-style: none;
  padding: 0;
}

/* Clear eventual floats */
.cbp-vm-switcher ul:before,
.cbp-vm-switcher ul:after {
  content: ' ';
  display: table;
}
.cbp-vm-switcher ul:after {
  clear: both;
}

.cbp-vm-switcher > ul > li {
  display: block;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px;
}
.cbp-vm-image .cbp-image-hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: scale(1.05);
  background: #fff;
  text-align: center;
}
.cbp-vm-image .cbp-image-hover img {
  max-height: 100%;
  width: auto;
  border-radius: 10px;
}
.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  transform: scale(1);
}
.cbp-vm-switcher ul li > div {
  position: relative;
  display: block;
  padding: 0;
  border-radius: 10px;
  transition: all 0.5s;
}

.cbp-vm-switcher > ul > li > div {
  display: block;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  border-radius: 2px;
}
.cbp-vm-switcher > ul > li:hover > div {
  border-color: transparent;
  z-index: 99;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
/*.cbp-vm-switcher>ul>li > div:before{content:'';position: absolute;left:10px;top:10px;bottom:40px;right:10px;border-radius:0;transition:all .5s;box-shadow:0 5px 0.2rem 1px rgba(0,0,0,0.1);opacity: 0;filter: alpha(opacity=0);display: inline-block;}
.cbp-vm-switcher>ul>li > div:hover:before{left:0px;top:-5px;bottom:-5px;right:0px;opacity: 1;filter: alpha(opacity=100);z-index: 99;}*/
.cbp-vm-image > a {
  position: relative;
  display: block;
  z-index: 5;
  width: 100%;
  overflow: hidden;
}
.cbp-vm-image img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
  width: 100%;
  border-radius: 0;
}
.cbp-vm-switcher > ul > li .cbp-vm-image {
  display: block;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  border-radius: 0;
  overflow: hidden;
}
.cbp-vm-switcher > ul > li:hover .cbp-vm-image img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
}
.cbp-vm-switcher > ul > li .border {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  display: block;
  transition: all 0.5s;
  border: 1px solid #fff;
}

.cbp-vm-switcher > ul > li h2 {
  font-size: initial;
  font-weight: normal;
}
.cbp-vm-switcher > ul > li:hover .border {
  bottom: -24px;
  border: 1px solid #0dbbe4;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 40px -10px;
}

.cbp-vm-details {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #808080;
}

/* Large grid view */
.cbp-vm-view-grid ul {
  text-align: left;
  margin-right: -0.1rem;
  margin-left: -0.1rem;
  display: flex;
  flex-wrap: wrap;
}

.cbp-vm-view-grid ul li {
  width: 25%;
  float: left;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 0.1rem;
  position: relative;
}
.cbp-vm-view-grid ul li > div {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 10px;
  transition: all 0.6s;
  overflow: hidden;
}
.cbp-vm-view-grid ul li > div:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-color: #0dbbe4;
}
.cbp-vm-view-grid ul li .cbp-vm-image {
  border-color: #fff;
}
.cbp-vm-view-grid ul li:hover .cbp-vm-image {
  border-color: #fff;
}
.cbp-vm-view-grid ul li .cbp-list-left {
  padding: 0.15rem;
  text-align: left;
  position: relative;
  z-index: 999;
}
.cbp-vm-view-grid ul li .model_title {
  display: block;
  color: #333;
  font-size: 0.16rem;
  line-height: 0.24rem;
  overflow: hidden;
  height: 0.24rem;
  margin-bottom: 0.1rem;
  position: relative;
}
.cbp-vm-view-grid ul li .cbp-title {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  height: 72px;
  margin-bottom: 0.1rem;
  position: relative;
  font-weight: 500;
}
.cbp-vm-view-grid ul li:hover .cbp-title {
  color: #0dbbe4;
  text-decoration: none;
}

.cbp-vm-view-grid ul li .cbp-vm-details {
  color: #666;
  font-size: 14px;
  line-height: 0.24rem;
  overflow: hidden;
  height: 0.48rem;
  margin-top: 0;
  transition: all 0.5s;
  display: none;
}
.cbp-vm-view-grid ul li .cbp-list-more {
  display: none;
}

.cbp-vm-view-grid ul li .more_box {
  text-align: left;
}

.cbp-vm-view-grid ul li .more_box .main_more {
  height: 34px;
  line-height: 32px;
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #222;
  color: #222;
}
.cbp-vm-view-grid ul li .more_box .main_more:hover {
  background: #0dbbe4;
  color: #fff;
  border-color: #0dbbe4;
}

.cbp-vm-view-grid ul li .more_box .main_more:before {
  filter: brightness(0);
  opacity: 0.7;
}
.cbp-vm-view-grid ul li .more_box .main_more:hover:before {
  opacity: 0;
}

.cbp-vm-view-grid ul li .cbp_line {
  display: block;
  background: #eaeaea;
  height: 1px;
  margin: 10px 0;
}

.cbp-vm-view-grid .post_blog_tag {
  display: none;
}
.cbp-vm-view-grid .cbp-list-center {
  padding: 0;
  position: relative;
  z-index: 999;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 98% bottom;
}

/* List view */
.cbp-vm-view-list > ul {
  margin: 0;
  margin-top: 0.2rem;
}
.cbp-vm-view-list > ul > li {
  text-align: left;
  padding: 0;
  border-radius: 0;
  border: 1px solid #eee;
  padding: 0.2rem 15px;
  margin-top: -1px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.cbp-vm-view-list > ul > li:hover {
  z-index: 5;
}
.cbp-vm-view-list > ul > li:before {
  content: '';
  background: #fff;
  box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  display: block;
  border-radius: 0;
}
.cbp-vm-view-list > ul > li:hover:before {
  left: -0.2rem;
  top: -10px;
  right: -0.2rem;
  bottom: -5px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.cbp-vm-view-list > ul > li:hover > div {
  box-shadow: none;
}
.cbp-vm-view-list li:before,
.cbp-vm-view-list li:after {
  content: ' ';
  display: table;
}
.cbp-vm-view-list li:after {
  clear: both;
}
.cbp-vm-view-list > ul > li > div {
  padding: 0;
  border: none;
}
.cbp-vm-view-list > ul > li > div .border {
  display: none;
}
.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
  display: inline-block;
  vertical-align: middle;
}
.cbp-vm-view-list .cbp-vm-image {
  width: 30%;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  float: left;
  overflow: hidden;
}
.cbp-vm-view-list ul li > div:hover .cbp-vm-image:hover {
  border-color: #333333;
}
.cbp-vm-view-list ul li .cbp-vm-image .cbp-vm-details {
  display: none;
}
.cbp-vm-view-list ul li > div .cbp-list-center {
  width: 70%;
  display: inline-block;
  padding-top: 5px;
}
.cbp-vm-view-list ul li .model_title {
  display: block;
  color: #333;
  font-size: 0.18rem;
  line-height: 0.24rem;
  overflow: hidden;
  height: 0.24rem;
  margin-bottom: 0.1rem;
  position: relative;
  font-weight: 400;
}
.cbp-vm-view-list ul li .cbp-title {
  display: block;
  color: #333;
  font-size: 0.18rem;
  line-height: 0.26rem;
  overflow: hidden;
  max-height: 0.52rem;
  margin-bottom: 0.1rem;
  font-weight: 600;
}
.cbp-vm-view-list ul li:hover .cbp-title {
  color: #0dbbe4;
  text-decoration: none;
}
.cbp-vm-view-list ul li .cbp-vm-details {
  margin-top: 0.1rem;
  height: auto;
  padding: 0;
  max-height: 48px;
  line-height: 24px;
  font-size: 16px;
  display: block;
}
.cbp-vm-view-list > ul > li .cbp-list-left .line {
  display: none;
}

.cbp-vm-view-list ul li .post_blog_tag {
  margin-top: 15px;
}
.cbp-vm-view-list ul li .more_box {
  display: inline-block;
  margin-right: 0.2rem;
  vertical-align: middle;
  margin-top: 12px;
}
.cbp-vm-view-list ul li .more_box .main_more {
  height: 36px;
  line-height: 34px;
  margin-top: 10px;
  font-size: 14px;
}

.cbp-vm-view-list .cbp-hover {
  display: none;
}
.cbp-vm-view-list .cbp-list-center {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 25px;
}
.cbp-vm-view-list .cbp-list-center .cbp-list-left {
  padding-left: 0;
}
.cbp-vm-view-list .cbp-list-more {
  display: block;
  margin-top: 0.2rem;
  float: right;
  padding-right: 0;
}

.cbp-vm-view-list .checkbox {
  width: 150px;
  margin-top: 0.2rem;
  text-align: center;
  vertical-align: middle;
}
.checkbox {
  position: relative;
  display: inline-block;
  background: #333333;
  border-radius: 30px;
  height: 32px;
  width: 90%;
}
.checkbox label {
  display: block;
  vertical-align: middle;
  position: relative;
  padding: 0;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 6px;
  margin-left: 15px;
  padding-left: 3px;
  padding-top: 0px;
  font-size: 11px;
  color: #fff;
}
.checkbox p {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  height: 32px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  margin: 0;
  line-height: 32px;
}
.checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 32px;
  left: 0;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  z-index: 1;
}
.checkbox input[type='checkbox']:checked + label::before,
.checkbox input[type='radio']:checked + label::before {
  background: transparent;
}
.checkbox input[type='checkbox'],
.checkbox input[type='radio'] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type='checkbox']:focus + label::before,
.checkbox input[type='radio']:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type='checkbox']:checked + label::after,
.checkbox input[type='radio']:checked + label::after {
  font-family: 'FontAwesome';
  content: '\f00c';
}
.checkbox input[type='checkbox']:disabled + label,
.checkbox input[type='radio']:disabled + label {
  opacity: 0.65;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.pro_inquiry_btn {
  display: inline-block;
  float: right;
  height: 38px;
  margin-top: -58px;
  background: #333333;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 38px;
}
.pro_inquiry_btn:hover {
  text-decoration: none;
}
.pro_inquiry_btn:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  background-position: -330px -99px;
  margin-left: 8px;
}

.mobile_pro_list {
  list-style: none;
  padding-bottom: 10px;
  margin-right: -5px;
  margin-left: -5px;
}
.mobile_pro_list li {
  padding: 5px;
}
.mobile_pro_list li:nth-child(2n + 1) {
  clear: both;
}
.mobile_pro_list li .column {
  border: 1px solid #eee;
  border-radius: 0;
  padding: 5px;
  text-align: left;
}
.mobile_pro_list li .wrap {
  padding: 10px 5px;
}
.mobile_pro_list li .title {
  margin-bottom: 10px;
  font-size: 0.18rem;
  line-height: 0.24rem;
  height: 0.48rem;
  display: block;
  overflow: hidden;
}
.mobile_pro_list li .cbp-vm-details {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  color: #808080;
  margin-bottom: 0;
}
.mobile_pro_list li .more {
  text-align: left;
  padding-bottom: 5px;
}
.mobile_pro_list li .main_more {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  height: 32px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
}

@media screen and (max-width: 1239px) {
  .cbp-vm-view-grid ul li {
    width: 33.33%;
  }
  .cbp-vm-view-grid ul li:nth-child(3n + 1) {
    clear: both;
  }
  .cbp-vm-view-grid ul li:nth-child(4n + 1) {
    clear: none;
  }
}
@media screen and (max-width: 992px) {
  .cbp-vm-view-grid ul li {
    width: 50%;
  }
  .cbp-vm-view-grid ul li:nth-child(2n + 1) {
    clear: both;
  }
  .cbp-vm-view-grid ul li:nth-child(3n + 1) {
    clear: none;
  }
}

@media screen and (max-width: 768px) {
  .pro-cat li {
    margin-bottom: 10px;
  }
  .cbp-vm-options {
    display: none;
  }
  .pro-text .box {
    max-height: 336px;
    overflow: hidden;
  }
  .checkbox {
    width: 100%;
  }
  .checkbox p {
  }
  .checkbox label::after {
    margin-left: 4px;
  }
  .pro_inquiry_btn {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 14px;
  }
  .cbp-vm-view-list .checkbox {
    width: 10.2rem;
  }

  .cbp-vm-view-grid ul li .cbp-title {
    font-size: 0.18rem;
  }
  .cbp-vm-view-grid ul li .more_box .main_more {
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .pro-text {
    padding: 0;
  }
  .pro-text .column {
    font-size: 14px;
  }
}

/*products main*/
.page_about_content {
  border-top: 1px solid #eaeaea;
}
.page_products02 .left-cat {
  padding: 0.2rem;
}
.page_products02 .column_box {
  padding: 28px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.21);
  border-radius: 18px;
  background: #d2cfcf;
  border: 2px solid #fff;
}
.page_products02 .page-left .fot_title em {
  color: #000;
  text-transform: uppercase;
  padding: 0;
}
.page_products02 .left-cat .fot_title em:before {
  display: none;
}
.page_products02 .page-left .fot_title span {
  background: none;
}
.page_products02 ul.mtree {
  border: none;
  background: none;
}
.page_products02 ul.mtree > li {
  border: none;
}
.page_products02 ul.mtree > li > ul > li {
  border-bottom: none;
}
.page_products02 ul.mtree ul {
  border-left: 1px solid #aaa;
  margin-left: 0.1rem;
}
.page_products02 ul.mtree > li > ul > li > a {
  background: none;
}
.page_products02 ul.mtree .mtree-level-2 {
  border: none;
  border-bottom: 1px solid #afafaf;
}
.page_products02 ul.mtree ul li {
  border-bottom: none;
}
.page_products02 ul.mtree li ul.mtree-level-2 li a:before {
  background: #909090;
}

@media only screen and (max-width: 992px) {
  .page_products02 .left-cat {
    padding: 0.1rem;
  }
  .page_products02 .column_box {
    padding: 0.15rem 0.1rem 0.05rem;
  }
  .page_products02 ul.mtree {
    padding: 0 0.2rem;
  }
}

/*products category main*/
.category {
  padding-bottom: 0.4rem;
}
.category .categ_title {
  background: #fbf8ef;
  padding: 0.15rem 0.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.category .categ_title a.title {
  display: block;
  color: #0dbbe4;
  font-weight: 600;
}
.category .categ_title .main_more {
  margin-top: 0;
  height: 0.38rem;
  line-height: 0.38rem;
  padding: 0 0.3rem;
  font-size: 0.14rem;
}
.category_list ul {
  margin: 0 -0.15rem;
}
.category_list ul li {
  list-style: none;
  margin-top: 0.2rem;
}
.category_list ul li:nth-child(4n + 1) {
  clear: both;
}
.category_list ul li > div {
  background: #fff;
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1);
  padding: 0.15rem 0.15rem 0.23rem;
  border-radius: 0.04rem;
}
.category_list ul li .image {
  border-radius: 0;
  overflow: hidden;
}
.category_list ul li .image img {
  transition: all 0.9s;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}
.category_list ul li:hover .image img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
}
.category_list ul li .cbp-list-left {
  text-align: left;
  padding: 0.2rem 0.1rem 0;
}
.category_list ul li .cbp-title {
  display: block;
  color: #333;
  font-size: 0.18rem;
  line-height: 0.26rem;
  overflow: hidden;
  height: 0.52rem;
  margin-bottom: 0.1rem;
  position: relative;
  font-weight: 600;
}
.category_list ul li:hover .cbp-title {
  color: #0dbbe4;
  text-decoration: none;
}
.category_list ul li .details {
  color: #666;
  font-size: 16px;
  line-height: 0.24rem;
  overflow: hidden;
  height: 0.48rem;
  margin-top: 0.1rem;
  transition: all 0.5s;
}
.category_list ul li .main_more {
  line-height: 0.34rem;
  height: 0.34rem;
  letter-spacing: 0;
  font-weight: 600;
  padding: 0 0.17rem;
  margin-top: 0.16rem;
}
@media screen and (max-width: 768px) {
  .category_list ul li:nth-child(2n + 1) {
    clear: both;
  }
  .category_list ul li:nth-child(4n + 1) {
    clear: none;
  }
}
@media screen and (max-width: 475px) {
  .category_list ul li .details {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .category_list ul li {
    width: 100%;
  }
  .category .categ_title {
    display: block;
  }
  .category .categ_title .main_more {
    margin-top: 0.15rem;
  }
  .category_list ul li .details {
    font-size: 14px;
  }
}

/* CSS for the loading div */

.pic.on .pic img {
  opacity: 0;
  visibility: hidden;
}
.pic.on .info {
  opacity: 0;
  visibility: hidden;
}
.pic.on .video {
  opacity: 1;
  visibility: visible;
}
.pic,
.video {
  height: 100%;
}
.pic {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.pic > img {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
}
.pic .info {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  opacity: 1;
  visibility: visible;
  text-align: center;
}
.pic .info .icon {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}

.pic .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 1;
  width: 100%;
  background: #000000;
}
.pic .video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prom_img {
  padding: 0;
  text-align: center;
  padding-right: 0;
  border-radius: 0;
}
.prom_img .swiper-slide {
  position: relative;
  display: inline-block;
}
.prom_img #pro_img_gallery {
  overflow: inherit;
  padding: 0;
}
.prom_img #pro_img_gallery .swiper-slide {
  opacity: 0 !important;
  z-index: -1;
}
.prom_img #pro_img_gallery .swiper-slide-active {
  opacity: 1 !important;
  z-index: 99;
  border: 2px solid #ebebeb;
}
.prom_img #pro_img_gallery .swiper-slide img {
  width: 100%;
}
.prom_img .mousetrap {
}

.prom_img .swiper-slide iframe {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.prom_img .video_img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: 55;
}
#pro_img_thumbs {
  padding: 0;
  padding-top: 15px;
}
#pro_img_thumbs .swiper-slide {
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2px;
  margin-right: 5px;
}
#pro_img_thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #0dbbe4;
}
#pro_img_thumbs .swiper-button-next {
  right: 0;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
#pro_img_thumbs .swiper-button-prev {
  left: 0;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
#pro_img_thumbs .swiper-button-next:after,
#pro_img_thumbs .swiper-button-prev:after {
  color: #0dbbe4;
}
#pro_img_thumbs .swiper-button-prev.swiper-button-disabled,
#pro_img_thumbs .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.prom_img .sp-video-icon {
  position: relative;
}
.prom_img .sp-video-icon img {
  opacity: 0.5;
}
.prom_img .sp-video-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  font-family: 'FontAwesome';
  content: '\f04b';
  z-index: 2;
  border-radius: 5px;
  background: #0dbbe4;
  width: 30px;
  height: 30px;
  text-align: center;
}

.cloud-zoom {
  overflow: hidden;
}
#cloud-zoom-big {
  top: 0px !important;
  border: 1px solid #ddd;
  background-repeat: no-repeat !important;
  background: #fff;
  box-shadow: 0 5px 50px 1px rgba(0, 0, 0, 0.1);
}
.prom_img .cloud-zoom-lens {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
@media only screen and (max-width: 992px) {
  .mousetrap,
  #cloud-zoom-big,
  .cloud-zoom-big {
    display: none !important;
  }
}
.pro_info_top {
  position: relative;
  z-index: 9;
  background: #fff;
  margin-bottom: 0.4rem;
}

.prom-right > h1 {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.2rem;
  line-height: 28px;
  margin-top: 0;
  font-weight: 600;
}
.prom-right > div.main {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 0.2rem;
}
.prom-right {
  padding: 0 0 0 0.6rem;
  border-radius: 0;
  margin-bottom: 0.2rem;
}
.prom-right .pro-table {
  margin-bottom: 0;
  border-bottom: none;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  margin-top: 0.2rem;
  border: 1px solid #eee;
  border-bottom: none;
}
.prom-right .pro-table > em {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.prom-right .pro-table ul li {
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.prom-right .pro-table ul li p {
  display: inline-block;
  font-size: 16px;
  color: #333;
  width: 30%;
  margin: 0;
  text-transform: capitalize;
  line-height: 0.2rem;
  border-right: 1px solid #eee;
  padding: 10px;
  background: #fafafa;
  font-weight: 400;
}
.prom-right .pro-table ul li span {
  color: #333;
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
  color: #333;
  line-height: 0.2rem;
  padding: 10px;
  font-weight: 500;
}
.prom-right .mobile_inquiry {
  display: inline-block;
  margin-top: 0.3rem;
}
.prom-right .main_more {
  vertical-align: middle;
  height: 0.46rem;
  line-height: 0.46rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  z-index: 0;
  align-items: center;
}
.prom-right .main_more:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/icon.png) no-repeat;
  background-position: -348px -99px;
  margin: 0;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: auto;
  opacity: 1;
  animation: none;
  margin-top: 0px;
  filter: none;
  -webkit-filter: none;
  top: inherit;
}
.prom-right .main_more:before {
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
  width: 30%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  border-radius: 0;
  border: none;
}
.prom-right .main_more:hover:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prom-right .cart_area {
  margin-top: 15px;
  margin-bottom: 10px;
}
.prom-right .cart_area .cartnum {
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  max-width: 100%;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
}
.pro_social.social_icons {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #e5e5e5;
}
.pro_social.social_icons li.title {
  font-size: 14px;
  color: #808080;
  padding-left: 0;
  text-transform: capitalize;
}
.pro_social.social_icons li.title p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.pro_social.social_icons li.title:before {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(../img/icon.png) no-repeat;
  background-position: -292px -52px;
  display: inline-block;
  content: '';
  vertical-align: middle;
}
.pro_social.social_icons li {
  padding: 0 5px;
  vertical-align: middle;
  margin: 0;
}
.pro_social.social_icons li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e5e5e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pro_social.social_icons li.facebook a {
  background-color: #3b5998;
}
.pro_social.social_icons li.twitter a {
  background-color: #44ccf6;
}
.pro_social.social_icons li.youtube a {
  background-color: #ff0000;
}
.pro_social.social_icons li.linkedin a {
  background-color: #0275b4;
}
.pro_social.social_icons li.wechat a {
  background-color: #2dbb00;
}

.mostBox {
  margin: 0 0 10px 0;
}
.mostBox .page_title {
  background: #fafafa;
  padding: 0;
}
.mostBox .page_title:before,
.mostBox .page_title:after {
  display: none;
}
.mostBox .page_title em {
  font-size: 24px;
  line-height: 30px;
  background: #0cb76c;
  color: #fff;
  text-transform: capitalize;
  padding: 5px 10px;
}
.mostBox .text em {
  font-style: italic;
}
.mostBox .text a:hover {
  color: #333333;
}
.mostBox .text ul {
  padding-left: 0.2rem;
}
/*products-tab*/
.mostBox .features-tab {
  margin: 0;
  text-align: left;
  padding: 0px;
  text-align: left;
}
.mostBox .features-tab .nav-tabs {
  margin: 0px;
  padding: 0px;
  background: none;
  overflow: hidden;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #0dbbe4;
}
.mostBox .features-tab .nav-tabs li {
  margin-right: 0.05rem;
  display: inline-block;
}
.mostBox .features-tab .nav-tabs li > a {
  display: inline-block;
  list-style: none;
  cursor: pointer;
  color: #0dbbe4;
  text-align: center;
  margin: 0;
  padding: 0.12rem 0.25rem;
  border: none;
  font-size: 0.22rem;
  line-height: 0.26rem;
  background-color: transparent;
  border-radius: 0.1rem 0.1rem 0 0;
  z-index: 2;
  text-transform: capitalize;
  font-weight: normal;
  border: 1px solid #fff;
  border-bottom: none;
  font-weight: 500;
}
.mostBox .features-tab .nav-tabs > li.active > a,
.mostBox .features-tab .nav-tabs > li.active > a:hover,
.mostBox .features-tab .nav-tabs > li.active > a:focus {
  color: #fff;
  z-index: 99;
  background: #0dbbe4;
  text-decoration: none;
  border-color: #0dbbe4;
}
.mostBox .tab-content {
  padding-top: 30px;
}

#pro_inquiry {
  margin: 0;
  position: relative;
  background: none;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
  border-top: 2px solid #0dbbe4;
}
#pro_inquiry .send_column {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
#pro_inquiry .send_column .main_title {
  margin-bottom: 0.15rem;
}
#pro_inquiry .send_column .main_title img {
  max-width: 0.8rem;
}
#pro_inquiry .send_column .main_title em:before {
  display: none;
}
#pro_inquiry .send_column ul {
  margin: 0 -0.15rem;
}
#pro_inquiry .send_column ul li .cform-item__wrap {
  position: relative;
}
#pro_inquiry .send_column ul li .cform-item__wrap .refresh {
  font-size: 14px;
  line-height: 16px;
  min-width: 60px;
}
#pro_inquiry .send_column ul li .cform-item__wrap img {
  margin: 10px 5px !important;
}
#pro_inquiry .send_column ul li label.error {
  position: absolute;
  left: 0;
  bottom: -3px;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  height: 0.2rem;
}

.page_products .left-adv {
  display: none;
}
@media only screen and (max-width: 992px) {
  .mobile_inquiry .main_more.show {
    position: fixed;
    bottom: 60px;
    left: 10px;
    width: 140px;
    line-height: 24px;
    padding: 5px 0;
    z-index: 9999999999;
    font-size: 13px;
    height: 36px;
    justify-content: center;
    text-align: center;
  }
  .mobile_inquiry .main_more.show:after {
    top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .sp-thumbs a:link,
  .sp-thumbs a:visited {
    width: 50px;
    height: 50px;
  }
  .products .pro_img {
    width: 100%;
    padding: 0;
  }
  .products .pro-right {
    width: 100%;
    padding: 0;
    padding-left: 0.2rem;
  }
  .prom-right .pro-table ul li p {
    width: 26%;
  }
  .prom_img {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }
  .prom-right .pro-table {
    margin-bottom: 0;
  }
  #pro_inquiry {
    position: relative;
    z-index: 1;
  }
  #pro_inquiry .send_content .send_column {
    display: block;
  }
  .page_products .left-pro {
    display: none;
  }
  .prom-right {
    padding: 0;
    margin-bottom: 0;
    background-image: none;
    padding-top: 0.2rem;
    z-index: 9999;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .pro-right {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0.2rem;
  }
  .prom-right .pro-table {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .pro_info_top:before {
    display: none;
  }
  .products .pro_inquiry .message {
    padding: 0;
  }
  .mostBox .tab-scroll {
    margin-left: 0;
    padding-bottom: 0;
  }
  .products .pro-list-tags p {
    display: block;
  }
  .pro_message li .meInput,
  .pro_message li .meText {
    width: 100%;
  }
  .pro_message .main_title {
    text-align: center;
  }
  .pro_message .main_title > em {
    background-position: center bottom;
  }
  .prom-right > h1 {
    font-size: 16px;
  }
  .prom_main {
    padding: 40px 0;
  }
  .prom_main .pro_con {
    display: none;
  }
  .pro_message form {
    max-width: 100%;
  }
  /*.prom-right .mobile_inquiry{position:fixed;bottom:0;right:0;background:#fff;background:#fff;padding:8px 15px;z-index:9999999999;width:100%;text-align:right;height:60px;border-top:1px solid #eee;display: flex;align-items: center;justify-content: flex-end}*/
  .prom-right .mobile_inquiry {
    display: block;
  }
  .prom-right .main_more {
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .prom-right .main_more.more_down {
    margin-left: 0;
  }
  .prom-right .main_more.more_cart input {
    font-size: 14px;
    padding-left: 15px;
    height: 40px;
    line-height: 42px;
  }
  .prom-right .main_more.more_cart:after {
    top: 12px;
    display: inline-block;
  }
  #pro_inquiry .main_title .line {
    margin-right: 10px;
  }
  #pro_inquiry {
    display: block !important;
  }
  .pro_social.social_icons li.title {
    display: block;
  }
  .pro_social.social_icons li a {
    width: 34px;
    height: 34px;
  }
  .mostBox .features-tab .nav-tabs {
    border-radius: 0;
  }
  .mostBox .features-tab .nav-tabs li {
    margin-right: 0.05rem;
  }
  .mostBox .features-tab .nav-tabs li > a {
    font-size: 0.18rem;
    padding: 0.08rem 0.15rem;
  }
  .prom-right > div.main {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .pro_info_top {
    padding-left: 0;
    padding-right: 0;
  }
  .page_products .page-right {
    padding: 0;
    margin-top: 0;
  }
  #pro_inquiry .title em:before {
    display: none;
  }
  #pro_inquiry .text {
    font-size: 14px;
    margin-top: 0;
  }
  #pro_inquiry .send_column .main_title em {
  }
  #pro_inquiry .send_column {
    padding: 0.2rem 0.2rem 0.3rem;
  }
  .prom-right .pro_whatsapp {
    margin-left: 0;
  }
  #pro_inquiry .send_column .send {
    margin-left: 0;
    padding: 0 0.3rem;
  }

  #pro_img_thumbs .swiper-slide {
    padding: 1px;
  }
  .prom_img .sp-video-icon:before {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .prom_img .swiper-slide iframe {
    height: 240px;
  }
  #pro_img_thumbs {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .products .pro-right {
    margin-bottom: 0;
    position: relative;
  }
  .prom-right .pro-table ul li p {
    min-width: 45%;
    font-size: 14px;
    text-transform: capitalize;
    background: #fff;
    padding: 5px;
  }
  .prom-right .pro-table ul li span {
    font-size: 14px;
    padding: 5px;
  }
  .mostBox .features-tab .nav-tabs li {
    margin-right: 0.02rem;
  }
  .mostBox .features-tab .nav-tabs li > a {
    font-size: 16px;
    padding: 10px;
  }
  #pro_inquiry .title {
    font-size: 0.2rem;
  }
}

.relpro_content {
  padding: 0.75rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.75rem;
}
.relpro_content .pro_scroll {
  position: relative;
  z-index: 9;
  margin: 0.3rem -10px 0;
}
.relpro_content .pro_scroll .swiper {
  position: initial;
}
.relpro_content .swiper-slide {
  padding: 20px 10px;
  width: 20%;
}
.relpro_content .swiper-slide .column {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 10px;
  transition: all 0.6s;
  overflow: hidden;
}
.relpro_content .swiper-slide .column:hover {
  border-color: #0dbbe4;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.relpro_content .swiper-slide .column .image {
  display: block;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.relpro_content .swiper-slide .column .image img {
  width: 100%;
  transition: all 0.5s;
}
.relpro_content .swiper-slide .column:hover .image img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
}
.relpro_content .swiper-slide .column .wrap {
  padding: 0.16rem 0.19rem 0.2rem;
}
.relpro_content .swiper-slide .column .title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #333333;
  height: 48px;
  overflow: hidden;
}
.relpro_content .swiper-slide .column .attributes {
  font-size: 13px;
  color: #666666;
  margin-top: 0.08rem;
  line-height: 20px;
}
.relpro_content .swiper-slide .column .attributes span {
  display: inline-block;
}
.relpro_content .swiper-slide .column .attributes span:first-child {
  margin-right: 0.07rem;
}
.relpro_content .swiper-slide .column .more {
  display: block;
  border: 1px solid #666666;
  background: #fff;
  border-radius: 30px;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-align: center;
  line-height: 37px;
  height: 39px;
  padding: 0 0.15rem;
  margin-top: 0.17rem;
}
.relpro_content .swiper-slide .column .more:before,
.relpro_content .swiper-slide .column .more:after {
  content: '';
  display: inline-block;
  background: url(../img/icon.png) no-repeat -152px -353px;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  transition: 0.5s;
}
.relpro_content .swiper-slide .column .more:before {
  left: 0.15rem;
  filter: brightness(0);
  opacity: 0.7;
}
.relpro_content .swiper-slide .column .more:after {
  opacity: 0;
  right: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.relpro_content .swiper-slide .column:hover .more {
  background: #0dbbe4;
  color: #fff;
  border-color: #0dbbe4;
}
.relpro_content .swiper-slide .column:hover .more:before {
  left: 0;
  opacity: 0;
}
.relpro_content .swiper-slide .column:hover .more:after {
  opacity: 1;
  right: 0.15rem;
}
.relpro_content .swiper-slide .column:hover .title {
  color: #0dbbe4;
}

.relpro_content .swiper-button-next {
  background: #fff;
  right: -0.61rem;
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  color: #d90426;
  border: none;
  box-shadow: 0 0px 1ch rgba(0, 0, 0, 0.1);
}
.relpro_content .swiper-button-prev {
  background: #fff;
  left: -0.61rem;
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  color: #d90426;
  border: none;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.relpro_content .swiper-button-next:after,
.relpro_content .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
}
.relpro_content .swiper-button-disabled,
.relpro_content .swiper-button-disabled {
  border-color: #d7d7d7;
  color: #d90426;
  pointer-events: auto;
}
.relpro_content .swiper-button-disabled:after,
.relpro_content .swiper-button-disabled:after {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .relpro_content .swiper-slide {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .relpro_content .swiper-slide {
    width: 33.3%;
  }
  .relpro_content .swiper-button-next {
    right: -0.11rem;
  }
  .relpro_content .swiper-button-prev {
    left: -0.11rem;
  }
  .relpro_content .pro_scroll {
    margin-top: 0.3rem;
  }
  .relpro_content .swiper-slide .column .title {
    display: block;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .relpro_content {
    padding-top: 0.5rem;
  }
  .relpro_content .swiper-slide {
    width: 50%;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 498px) {
  .relpro_content .swiper-slide .column .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    height: 60px;
  }
}

@media only screen and (max-width: 398px) {
  .relpro_content .swiper-slide {
    width: 100%;
  }
}

.meft-customer ul {
  list-style: none;
  margin-bottom: 30px;
  border-bottom: none;
}
.meft-customer ul li a {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.meft-customer ul li a:hover {
  background: #fafafa;
  color: #23ac38;
  padding: 10px;
  text-decoration: none;
}

#customer {
}
#customer ul {
  list-style: none;
}
#customer ul li {
  margin-bottom: 30px;
}
#customer ul li .title {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  line-height: 0.2rem;
  text-transform: uppercase;
  color: #62a70f;
  font-weight: normal;
  padding-bottom: 10px;
}
#customer ul li h5 {
  display: inline-block;
  color: #62a70f;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
#customer ul li h5:before {
  content: '[';
  padding-right: 5px;
}
#customer ul li h5:after {
  content: ']';
  padding-left: 5px;
}
#customer ul li h5.UI02 {
  display: none;
}
#customer ul li h5 b {
  font-weight: normal;
}
#customer ul li .text {
  font-size: 14px;
  line-height: 24px;
  color: #676767;
  overflow: hidden;
  height: 48px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.project_list {
  list-style: none;
  padding-top: 0;
  position: relative;
  z-index: 9;
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.project_list li {
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
  list-style: none;
}
.project_list li .column {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  transition: all 0.6s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.project_list li .column:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}
.project_list li .column .link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.project_list li .column .link img {
  transition: all 0.9s;
  width: 100%;
}
.project_list li .column:hover .link img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.project_list li .column .wrap {
  position: relative;
  padding: 0.31rem 0.2rem 0.3rem;
  transition: 0.6s all;
  text-align: left;
}
.project_list li .column .wrap .title {
  color: #222;
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: block;
  margin-bottom: 0.05rem;
  font-weight: 600;
}
.project_list li .column .wrap h2 {
  font-size: initial;
  font-weight: normal;
}
.project_list li .column .wrap .text {
  font-size: 17px;
  color: #666;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.project_list li .column .wrap .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -0.22rem;
  background: #0dbbe4;
  border-radius: 50%;
  transition: 0.8s all;
}
.project_list li .column .wrap .icon i {
  width: 7px;
  height: 13px;
  display: inline-block;
  background: url(../img/icon.png) no-repeat -4px -327px;
  transition: all 0.6s;
}
.project_list li .column:hover .wrap .icon i {
  animation: more_i 1.5s infinite;
}
.project_list li .column:hover .wrap .title {
  color: #0dbbe4;
}
@keyframes more_i {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}

@media only screen and (max-width: 992px) {
  .project_list li {
    width: 33.3%;
  }
  .project_list li .column .wrap .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .project_list li .column .wrap .title {
    font-size: 16px;
  }
  .project_list li .column .wrap .text {
    font-size: 15px;
  }
  .project_list li {
    width: 50%;
    margin-bottom: 0.1rem;
    padding: 0 0.05rem;
  }

  .project_list {
    margin: 0.1rem -0.05rem;
  }
  .project_list li .column .wrap {
    padding: 0.2rem 0.15rem 0.2rem;
  }
}

@media only screen and (max-width: 335px) {
  .project_list li {
    width: 100%;
  }
}
/*form*/
.page_contact {
  background: linear-gradient(to bottom, #fff, #f7f7f7);
}
.page_form {
  padding-top: 0.2rem;
}
.page_form .message_wrap {
  width: 100%;
  background: #fff;
  float: none;
}
.page_form .message_wrap .send_column {
  background: #fff;
}
.page_form .send_column .main_title em {
  font-size: 42px;
}
.page_form .send_column .main_title em:before {
  width: 40px;
  height: 40px;
  background-position: -419px -278px;
  top: 0;
  display: inline-block;
  margin: 0 10px 0 0;
}

.page_form .send_column ul li input {
  border-width: 2px;
  border-color: #e5e5e5;
  background: #fff;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05) inset;
}
.page_form .send_column ul li input:focus {
  border-color: #0dbbe4;
}
.page_form .send_column ul li textarea {
  border-width: 2px;
  border-color: #e5e5e5;
  background: #fff;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05) inset;
}
.page_form .send_column ul li textarea:focus {
  border-color: #0dbbe4;
}

.page_form .send_column ul li .form_select:before {
  display: none;
}
.page_form .send_column ul li .form_select {
  position: relative;
  display: block;
  width: 100%;
  z-index: 5;
  background: #fff;
}
.page_form .send_column ul li select {
  border: 2px solid #e5e5e5;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05) inset;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: transparent;
  padding-left: 15px;
  font-size: 14px;
  color: #808080;
  appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
}
.page_form .send_column ul li .form_select:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0.2rem;
  line-height: 16px;
  font-size: 0.2rem;
  color: #808080;
  top: 18px;
  z-index: -1;
}

.page_form .send_column ul li label {
  font-weight: normal;
  font-size: 16px;
}
.page_form .note {
  margin-top: 0.2rem;
}
.page_form .note em {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.page_form .note ol {
  padding-left: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.page_form .form_upload {
  width: 99%;
  height: 10.2rem;
  border: 2px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page_form .form_upload input {
  width: 100%;
  text-align: center;
  padding: 5px;
}
.page_form .more {
  margin-top: 30px;
  text-align: center;
}
.page_form .main_more {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 60px;
  height: 60px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .page_form .form_upload {
    width: 100%;
  }
  .page_form .send_column .main_title em {
    font-size: 30px;
    line-height: 40px;
  }
  .page_form .main_more {
    font-size: 14px;
  }
}

/*service*/
.page_service {
  list-style: none;
  padding-top: 0.2rem;
}
.page_service li {
  margin-bottom: 30px;
}
.page_service li .image {
  display: block;
  overflow: hidden;
  position: relative;
}
.page_service li .image > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}
.page_service li .image img {
  width: 100%;
  transition: all 0.9s;
}
.page_service li:hover .image img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.page_service li .image .single {
  position: absolute;
  opacity: 0;
  transition: all 0.9s;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #000;
  display: inline-block;
  border-width: 500px 300px 300px 300px;
  position: absolute;
  left: -28%;
  top: 5%;
  z-index: 2;
  transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
}
.page_service li:hover .image .single {
  opacity: 0.15;
  transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
}
.page_service li .image .ovrly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  display: block;
  opacity: 0;
  transition: all 0.5s;
  background: linear-gradient(to bottom, rgba(9, 117, 189, 1), rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(top, rgba(9, 117, 189, 1), rgba(0, 0, 0, 0.5));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(9, 117, 189, 1)), color-stop(1, rgba(0, 0, 0, 0.5)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0dbbe4', endColorstr='#5b5b55', GradientType='0');
}
.page_service li:hover .image .ovrly {
  height: 100%;
  opacity: 0.5;
}
.page_service li .wrap {
  background: #f7f7f7;
  padding: 30px 0.2rem;
  transition: all 0.5s;
  position: relative;
}
.page_service li:hover .wrap {
  background: #fff;
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.15);
}
.page_service li .title {
  display: block;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 15px;
  height: 34px;
  overflow: hidden;
  transition: all 0.5s;
}
.page_service li:hover .title {
  text-decoration: none;
  color: #0dbbe4;
}
.page_service li .text {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
  transition: all 0.5s;
}
.page_service li .main_more {
  position: absolute;
  right: 0.2rem;
  top: -30px;
  margin: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 999;
}
.page_service li:hover .main_more {
  opacity: 1;
  top: -0.2rem;
}

@media only screen and (max-width: 1480px) {
  .page_service li .title {
    font-size: 24px;
    line-height: 28px;
    height: 56px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .page_service li {
    padding: 0;
  }
  .page_service li .title {
    max-height: 56px;
    height: auto;
  }
  .page_service li .wrap {
    padding: 25px 15px;
  }
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: '';
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
@-webkit-keyframes bounceFromRight {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@keyframes bounceFromRight {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@-webkit-keyframes bounceFromLeft {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@keyframes bounceFromLeft {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 0.2rem;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.baguetteBox-spcat_inner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.2rem;
  margin-left: -0.2rem;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

/* Styles for the gallery */

.tz-gallery {
  padding: 0;
}
.tz-gallery > div {
  padding: 0.1rem 0.15rem;
  width: 20%;
}
.tz-gallery > div:nth-child(5n + 1) {
  clear: both;
}
.tz-gallery .thumbnail {
  background: #f7f7f7;
  text-align: center;
  border-radius: 0;
  border: none;
  padding: 5px;
  border: 1px solid #f7f7f7;
  transition: all 0.5s;
}
.tz-gallery .thumbnail:hover {
  border-color: #fff;
  box-shadow: 0 5px 10px 1px rgb(0, 0, 0, 0.05);
  background: #fff;
}
.tz-gallery .lightbox {
  display: block;
  padding: 0;
  position: relative;
}
.tz-gallery .lightbox:before {
  content: '';
  width: 40px;
  height: 40px;
  background: #fff url(../img/icon.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  background-position: -422px -69px;
  display: inline-block;
}
.tz-gallery .thumbnail .light_box::before {
  background-image: none;
}
.tz-gallery .lightbox img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.9s;
}
.tz-gallery img {
  border-radius: 0;
}
.tz-gallery .caption {
  padding: 10px 5px;
  text-align: left;
  background-color: transparent;
  border-top: none;
  position: relative;
  text-align: center;
}
.tz-gallery .caption em {
  font-size: 16px;
  margin: 0;
  height: 0.44rem;
  font-style: normal;
  line-height: 0.22rem;
  overflow: hidden;
  display: block;
}
.baguetteBox-button {
  background-color: transparent !important;
}
@media only screen and (max-width: 1480px) {
  .tz-gallery > div {
    width: 20%;
  }
  .tz-gallery > div:nth-child(6n + 1) {
    clear: none;
  }
  .tz-gallery > div:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 992px) {
  .tz-gallery > div {
    width: 25%;
  }
  .tz-gallery .caption .icon {
    right: 0;
  }
  .tz-gallery > div:nth-child(5n + 1) {
    clear: none;
  }
  .tz-gallery > div:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .tz-gallery > div {
    width: 33.33%;
    padding: 0.05rem;
  }
  .tz-gallery .thumbnail {
    margin-bottom: 2px;
  }
  .tz-gallery .caption em {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
  .tz-gallery > div:nth-child(4n + 1) {
    clear: none;
  }
  .tz-gallery > div:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .tz-gallery > div {
    width: 50%;
  }
  .tz-gallery .thumbnail {
    padding: 5px;
  }
  .tz-gallery .caption {
    padding-top: 10px;
  }
  .tz-gallery .lightbox:before {
    right: 0;
    top: 0;
  }
  .tz-gallery > div:nth-child(3n + 1) {
    clear: none;
  }
  .tz-gallery > div:nth-child(2n + 1) {
    clear: both;
  }
}

/*left scroll*/
.left_fixed {
  margin-bottom: 0.2rem;
  zoom: 1;
}
.left_fixed .caption {
  border-bottom: 1px solid #dddddd;
  background-color: #dddddd;
  font-size: 12pt;

  padding: 5px;
}
.left-related {
  margin-top: 40px;
}
.left-related .list {
  padding-top: 0.2rem;
  list-style: none;
}
.left-related .list li {
  margin-bottom: 0.2rem;
  border: 1px solid #e5e5e5;
  padding: 5px;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
}
.left-related .list li:before {
  position: absolute;
  left: -1px;
  top: -1px;
  height: 0;
  content: '';
  width: calc(100% + 2px);
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.left-related .list li:hover:before {
  height: calc(100% + 2px);
}
.left-related .list li:after {
  position: absolute;
  left: -1px;
  top: -1px;
  height: calc(100% + 2px);
  content: '';
  width: 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.left-related .list li:hover:after {
  width: calc(100% + 2px);
}
.left-related .list li .wrap {
  padding-left: 15px;
  padding-top: 10px;
}
.left-related .list li .image {
  max-width: 10.2rem;
  min-width: 10.2rem;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.left-related .list li .image img {
  transition: all 0.9s;
  width: 100%;
}
.left-related .list li:hover .image img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.left-related .list li .title {
  display: block;
  font-size: 14px;
  line-height: 0.2rem;
  height: 60px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.left-related .list li .title:hover {
  text-decoration: none;
  color: #333333;
}
.left-related .list li .more {
  width: 40px;
  height: 40px;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.1);
  border-radius: 25px 0 0 25px;
  display: inline-flex;
  position: absolute;
  right: -0.2rem;
  bottom: 5px;
  background: #333333;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}
.left-related .list li:hover .more {
  right: 0;
  opacity: 1;
}
.left-related .list li .more i {
  width: 8px;
  height: 12px;
  background: url(../img/icon.png) no-repeat;
  background-position: -117px -327px;
  display: inline-block;
}

.left_fixed.scrollfixed {
  margin-top: 0px;
  margin-left: 0;
  margin-top: 0;
}

@media only screen and (max-width: 1260px) {
  .left-related .list li .image {
    max-width: 80px;
    min-width: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .left_fixed {
    margin-bottom: 0;
  }
  .left-related {
    margin-top: 0.2rem;
  }
  .left-related .list li .title {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .page_products > .container > div {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row-reverse;
  }
  .page_products .page-left {
    flex: 0 0 25%;
    max-width: 25%;
    margin-top: 0;
  }
  .page_products .page-right {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 0;
    padding-left: 40px;
    margin-top: 0;
  }

  .page_products02 .page-left {
    flex: 0 0 30%;
    max-width: 30%;
    margin-top: 0;
  }
  .page_products02 .page-right {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 0;
    padding-left: 40px;
    margin-top: 0;
  }

  .page_products .page-left div.left_fixed {
    position: sticky !important;
    top: 1.02rem;
    margin-bottom: 0;
  }
  .page_products .page-left div.left_fixed .left_fixed_box {
    overflow-y: auto;
    padding-right: 5px;
    height: 800px;
    padding-bottom: 50px;
  }
  .page_products .page-left div.left_fixed_box::-webkit-scrollbar {
    width: 3px;
  }
  .page_products .page-left div.left_fixed_box::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .page_products .page-left div.left_fixed_box::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .page_products .page-left div.left_fixed_box::-webkit-scrollbar-thumb:hover {
    background-color: #0dbbe4;
  }
}

.page_wrapper_2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(to bottom, #f7f7f7, #fff);
}
.page_wrapper_2 .ms_3 {
  background: #333333;
  box-shadow: none;
  border: none;
  font-weight: normal;
  border-radius: 30px;
}
.page_wrapper_2 .ms_3:hover {
  background: #333333;
  text-decoration: none;
}

.page-nav-box ul li {
  font-size: 16px;
  padding: 0px 30px;
  color: #333;
  float: left;
  list-style: none;
  line-height: 40px;
}
.page-nav {
  position: relative;
  background: #333333;
}
.page-nav.fixed {
  position: fixed;
  z-index: 100;
  top: 62px;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: 0 auto;
}
.pnav-item {
  position: relative;
}
.pnav-item:first-of-type::before {
  display: none;
}

.pnav-link {
  display: block;
  position: relative;
  color: #333;
}
.pnav-link:hover {
  color: #23509b;
}
.page-nav .current a {
  color: #23509b;
}
.pnav-link::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #23509b;
  visibility: hidden;
  opacity: 0;
}
.list-pnav.list-1 {
  text-align: center;
}
.list-pnav.list-1 > li {
  width: 50%;
}
.page-nav .list {
  overflow: hidden;
  display: flex;
}
.page-nav .list li {
  position: relative;
}
.page-nav .list li .column {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.page-nav .list li {
  list-style: none;
  text-align: center;
  position: relative;
  padding: 5px 15px 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  width: 50%;
}

.page-nav .list li .pnav-link {
  display: block;
  z-index: 99;
  text-align: center;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.page-nav .list li.current,
.page-nav .list li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page-nav .list li.current .pnav-link,
.page-nav .list li:hover .pnav-link {
  color: #fff;
  text-decoration: none;
}

.nav-page {
  padding: 60px 0;
}
.nav-page .main_title {
  text-align: center;
}
#overview_2 {
  background: #f7f7f7;
}

@media only screen and (max-width: 1440px) {
  .page-nav {
    padding: 0 6%;
  }
}
@media (max-width: 992px) {
  .page-nav.fixed {
    top: 68px;
  }
}
@media only screen and (max-width: 768px) {
  .page-nav {
    padding: 0;
  }
  .nav-page {
    padding: 40px 0;
  }
}
@media (max-width: 590px) {
  .page-nav .list li {
    padding: 5px;
  }
  .page-nav .list li .pnav-link {
    font-size: 14px;
    padding: 5px;
    line-height: 16px;
  }
  .solution_page {
    height: auto;
  }
}
@media (max-width: 392px) {
  .page-nav .list li {
    padding: 5px 2px 5px;
  }
}

.page_about_title {
  text-align: center;
}
.page_about_title em {
  font-size: 0.46rem;
  color: #0dbbe4;
  text-transform: capitalize;
  line-height: 0.48rem;
  padding-bottom: 0.26rem;
  position: relative;
  margin-bottom: 0.2rem;
  font-style: normal;
  background: url(../images/title_line.png) no-repeat center bottom;
  display: block;
}
.page_about_title .text {
  font-size: 14px;
  line-height: 0.24rem;
  max-height: 0.48rem;
  overflow: hidden;
  color: #808080;
  margin-top: 0.21rem;
}
.page_about {
  padding: 0.6rem 0 0.8rem;
}
.page_about .page_about_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.page_about .page_about_box .page_about_column {
  width: 46%;
  padding-right: 0.7rem;
}
.page_about .page_about_box .page_about_column .page_about_title {
  text-align: left;
}
.page_about .page_about_box .page_about_column .page_about_title em {
  background-position: left bottom;
}
.page_about .page_about_box .page_about_column .page_about_text {
  font-size: 16px;
  line-height: 0.32rem;
}
.page_about .page_about_box .page_about_images {
  position: relative;
  width: 54%;
  padding-left: 1.2rem;
}
.page_about .page_about_box .page_about_images:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0.6rem;
  background: #f4f6f8;
  z-index: -1;
}
.page_about .page_about_box .page_about_images .img {
  margin-top: 35px;
  border-bottom-right-radius: 50px;
  box-shadow: -10px 0 15px 2px rgba(216, 216, 216, 0.41);
  position: relative;
  z-index: 9;
}
.page_about .page_about_box .page_about_images .img img {
  width: 100%;
  border-bottom-right-radius: 50px;
}

@media (max-width: 1199px) {
  .page_about .page_about_box .page_about_images {
    padding-left: 0.8rem;
  }
  .page_about .page_about_box .page_about_column {
    padding-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .page_about {
    padding: 0.4rem 0 0.6rem;
  }
  .page_about_title em {
    font-size: 0.34rem;
    line-height: 0.36rem;
  }
  .page_about .page_about_box .page_about_images {
    padding-left: 0;
  }
  .page_about .page_about_box .page_about_column {
    padding-right: 0;
    width: 100%;
  }
  .page_about .page_about_box .page_about_images:before {
    display: none;
  }
}

@media (max-width: 475px) {
  .page_about .page_about_box .page_about_images {
    width: 100%;
  }
  .page_about .page_about_box .page_about_column .page_about_text {
    font-size: 0.18rem;
  }
}

.page_conts {
  background: #e7e7e7;
  padding: 0.7rem 0;
  text-align: center;
}
.page_conts .title {
  font-size: 0.32rem;
  line-height: 0.34rem;
  color: #222;
  font-weight: 400;
}

.page_conts ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin: 0.1rem auto;
}

.page_conts ul li {
  width: 32%;
  color: #0dbbe4;
  font-style: normal;
  list-style: none;
  margin-top: 0.15rem;
}

.page_conts ul li i {
  margin-right: 10px;
}

@media only screen and (max-width: 595px) {
  .page_conts {
    padding: 0.54rem 0;
  }
  .page_conts .title {
    font-size: 0.28rem;
  }
  .page_conts ul {
    display: block;
    text-align: center;
  }
  .page_conts ul li {
    width: 100%;
    margin-top: 0.05rem;
  }
}

.download_info {
}

.download_info .download_info_t {
  font-size: 20px;
  color: #333;
  line-height: 26px;
  margin-bottom: 20px;
}

.download_info_list {
  list-style: none;
}

.download_info_list li {
  margin-bottom: 20px;
  transition: all 0.5s;
  border-bottom: 1px solid #f2f0f0;
  padding: 15px 0;
}

.download_info_list li .wrap {
  padding: 15px 0;
  position: relative;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.download_info_list li:hover {
  transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
}

.download_info_list li .wrap .icon_t {
  width: 93%;
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.download_info_list li .wrap .icon_t i {
  display: inline-block;
  font-size: 18px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  color: #0dbbe4;
  margin-right: 30px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  min-width: 46px;
}

.download_info_list li .wrap .title {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  max-height: 44px;
  overflow: hidden;
  line-height: 22px;
}

.download_info_list li .wrap .text {
  display: block;
  color: #808080;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
}

.download_info_list li .wrap_r {
  padding-left: 0;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.download_info_list li .wrap_r > a.wrap_down {
  background: #0dbbe4;
  color: #fff;
  padding: 4px 15px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  margin-top: 6px;
  font-size: 14px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}

.download_info_list li .wrap_r > a i {
  margin-left: 8px;
}

.download_info_list li:hover .wrap_r > a.wrap_down i {
  background-position: -206px -381px;
}

.download_info_list li .wrap_r {
  position: relative;
}

.download_info_list li .vjoin-box .vjoin-wordstop {
  position: relative;
}

.download_info_list li .vjoin-box .images {
  display: block;
  overflow: hidden;
  width: 100%;
}

.download_info_list li .vjoin-box .images img {
  width: 100%;
  transition: all 0.9s;
}

.download_info_list li .vjoin-box .vjoin-wordstop-cont {
  padding: 0;
}

.download_info_list li .vjoin-box .vjoin-wordstop-cont .send_column {
  display: none;
}

.download_info_list li .vjoin-box .join-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: block;
}

.download_info_list li .vjoin-box:hover .vjoin-wordstop-cont h4 {
  color: #f7b11d;
}

.download_info_list li .vjoin-box:hover .images img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.vjoin-wordsbottom {
  display: none;
}

.jopPop {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  padding: 0.2rem;
}

.jopPop-contain {
  width: 900px;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.jopPop-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 40px;
  right: 40px;
  cursor: pointer;
  background: url(../img/icon.png) no-repeat -107px -395px;
}

.jopPop-mix {
  width: 100%;
}

.jopPop-cont {
  padding: 56px 70px 50px;
  background: #fefefe;
  width: 100%;
  border-radius: 10px;
}
.jopPop-cont .in_title {
  text-align: left;
}
.jopPop-cont .in_title span {
  font-size: 28px;
  line-height: 30px;
  color: #333333;
  text-transform: capitalize;
}
.jopPop-cont .send_column {
  padding: 0;
  box-shadow: none;
  text-align: center;
}
.jopPop-cont .send_column ul {
  max-width: inherit;
  margin: 0 -20px;
}
.jopPop-cont .send_column ul.messageList li {
  padding: 0 20px;
}

.jopPop-cont .message_wrap_m {
  margin-top: 30px;
}

.jopPop-desc::-webkit-scrollbar,
.jopPop-cont p.text::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.jopPop-desc::-webkit-scrollbar-thumb,
.jopPop-cont p.text::-webkit-scrollbar-thumb {
  background: #f7b11d;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.jopPop-desc::-webkit-scrollbar-track,
.jopPop-cont p.text::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.jopPop-desc .slider {
  width: 100%;
}

.jopPop-desc .slider .li {
}

.jopPop-desc .slider .li .images {
  display: block;
  min-height: 1px;
}

.jopPop-desc .slider .li .images img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.jopPop-desc .slider .slick-prev {
  left: 0;
}

.jopPop-desc .slider .slick-next {
  right: 0;
}

@media only screen and (min-width: 851px) {
  .jopPop-cont {
    overflow-y: auto;
    max-height: 699px;
  }

  .jopPop-cont::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .jopPop-cont::-webkit-scrollbar-thumb {
    background: #f7b11d;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }

  .jopPop-cont::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }
}

@media only screen and (max-width: 1499px) {
  .jopPop-close {
    right: 20px;
    top: 20px;
    background-position: -107px -395px;
    z-index: 999;
  }
}

@media only screen and (max-width: 1249px) {
  .jopPop-contain {
    width: 100%;
    max-width: 850px;
  }
  .jopPop-cont {
    padding: 20px 30px 20px;
  }
  .jopPop-cont .send_column ul {
    margin: 0 -10px;
  }
  .jopPop-cont .send_column ul.messageList li {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .jopPop-cont .send_column ul li input {
    height: 50px;
    line-height: 46px;
  }
  .jopPop-cont .send_column ul li textarea {
    max-height: 104px;
    height: 104px;
  }
  .page_serach_download,
  .page_download {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 850px) {
  .jopPop-contain {
    width: 100%;
    max-width: 768px;
  }

  .jopPop-mix {
    display: block;
    max-height: 480px;
    overflow-y: auto;
  }

  .jopPop-mix::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .jopPop-mix::-webkit-scrollbar-thumb {
    background: #f7b11d;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }

  .jopPop-mix::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }

  .jopPop-cont {
    width: 100%;
  }

  .jopPop-desc {
    width: 100%;
    padding: 0 12% 50px;
    max-height: 600px;
  }
}

@media only screen and (max-width: 350px) {
  .jopPop-desc {
    padding: 0 2% 50px;
  }
}

@media only screen and (max-width: 992px) {
  .download_info_list li {
    margin-bottom: 0;
  }
  .page_serach_download .search_title {
    margin: 30px 0 10px;
    font-size: 16px;
  }
  .page_serach_download,
  .page_download {
    padding: 60px 0;
  }

  .download_nav li a {
    font-size: 14px;
    padding: 13px 20px;
  }

  .download_info {
  }

  .download_info_list {
  }

  .download_info_list li {
    margin-bottom: 10px;
  }

  .download_info_list li .wrap {
    padding: 10px 5px;
  }

  .download_info_list li .wrap .icon_t {
    width: 85%;
  }

  .download_info_list li .wrap .title {
    margin-right: 5px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .download_info_list li .wrap .icon_t {
    width: 60%;
  }
  .header_search02 {
    width: 100%;
  }
  .header_search02 .form-control {
    width: 100%;
  }
  .page_serach_download,
  .page_download {
    padding: 40px 0;
  }
  .wrap_r > a {
    margin: 5px 0 5px 10px;
  }

  .download_nav li a {
    padding: 13px 10px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 548px) {
  .download_info_list li .wrap {
    display: block;
  }
  .download_info_list li .wrap_r {
    text-align: left;
  }
}

.bj1 {
  background-image: url(../img/indexadv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bj2 {
  background-image: url(../img/bg-featured.jpg);
  background-repeat: repeat;
}
@media screen and (max-width: 700px) {
  .number_content ul li {
    width: 50% !important;
  }
}

.cp_1 {
  background-image: url(../img/PCC-BG2-1.png) !important;
  background-color: #13afd8 !important;
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.cp3 {
  background-image: url(../img/PCC-BG3.png) !important;
  background-color: #13afd8 !important;
  background-size: initial;
  background-position: left bottom 0px;
  background-repeat: no-repeat;
}
.cp3_cont {
  display: flex;
  align-items: center;
  padding: 4rem 1rem;
}

.cp1_cont {
  display: flex;
  align-items: center;
  padding: 1rem;
  z-index: 5;
  position: relative;
}

.cp3_l {
  width: 60%;
  margin-right: 2rem;
}

.cp3_r {
  width: 40%;
}
.cp3_r h1 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  font-size: 42px;
}
.cp3_r p {
  font-size: 22px;
  font-weight: bold;
  margin: 10px auto;
}

.cp1_l {
  width: 46%;
  position: relative;
  z-index: 10;
  padding-bottom: 2rem;
}

.cp1_l::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(../img/08-ok.webp) !important;
  width: 100%;
  height: 4rem;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: bottom;
}

.cp_1::after {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(../img/wj.png) !important;
  width: 100%;
  height: -webkit-fill-available;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 9;
  background-size: 100%;
  opacity: 0.1;
}

.cp3_r img {
  width: 300px;
  margin-top: 10px;
}

.cp1_r {
  width: 30%;
  padding: 10px;
  background: black;
  transform: rotateZ(-4deg);
  box-shadow: 1.04167vw -1.04167vw 0 #f556a0;
  margin: 7rem 10rem 10rem;
}

.cp1_l h1 {
  font-size: 42px;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
}

.cp2_cont ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  margin: 3rem auto;
}

.cp2_cont ul li span {
  font-size: 14px;
  display: block;
  width: 100%;
  margin-top: 6px;
}

.cp2_cont ul li {
  border-radius: 15px 15px 15px 15px;
  background-color: #ffffff;
  box-shadow: 0px 32px 55px -10px rgba(19, 76, 95, 0.15);
  padding: 20px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
}

.cp2_cont ul li:hover {
  box-shadow: 0px 32px 55px -10px rgb(3 169 244 / 46%);
  border: 1px solid #03a9f457;
}

.cp2_cont ul li p:nth-child(1) {
  height: 243px;
}
.cp2_cont ul li h1 {
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
}

.cp2 {
  padding: 1rem;
  background-image: url(../img/toins.jpg) !important;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

.main_title p {
  margin: 10px auto;
}
