@charset "utf-8";

@font-face {
  font-family: "Barlow";
  font-weight: 100;
  src: url("../fonts/Barlow-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-weight: 200;
  src: url("../fonts/Barlow-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-weight: 300;
  src: url("../fonts/Barlow-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-weight: regular;
  src: url("../fonts/Barlow-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-weight: 500;
  src: url("../fonts/Barlow-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-weight: 600;
  src: url("../fonts/Barlow-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-weight: bold;
  src: url("../fonts/Barlow-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-weight: 800;
  src: url("../fonts/Barlow-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-weight: 900;
  src: url("../fonts/Barlow-Black.ttf") format("truetype");
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 1502878 */
  src: url('//at.alicdn.com/t/c/font_1502878_qop70hrwg8n.woff2?t=1787706371543') format('woff2'),
       url('//at.alicdn.com/t/c/font_1502878_qop70hrwg8n.woff?t=1787706371543') format('woff'),
       url('//at.alicdn.com/t/c/font_1502878_qop70hrwg8n.ttf?t=1787706371543') format('truetype');
}
@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-LIGHT.OTF');
    src: url('../fonts/DIN-LIGHT.OTF') format('opentype');
       font-weight: normal;
    font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  font-size: 16px;
}

body {
  min-width: 320px;
  color: #222;
  font-family: "Poppins";
  font-weight: normal;
  overflow: hidden;
 font-size: var(--f18);
}



* {
  word-break: normal !important
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:root {
  --gm-theme: #005BAC;
  --gm-theme-deep: #121314;
  --gm-theme-soft: #C2F96E;
  --gm-theme-darker: #BCCE46;
  --gm-theme-grey: #7E7E7E;
}

.goomay a {
  font-family: "iconfont" !important;
  font-size: 12px !important;
  color: #123747 !important;
  font-style: normal;
  font-weight: normal;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  transition: .5s all;
}

.icon-goomay a:before {
  content: "\e625";
}

.icon-g:before {
  content: "\e603";
}

.iconfont {
  font-family: 'iconfont';
}

.btn-primary {
  height: 55px;
  padding: 0 32px;
  border-radius: 0 15px 0 15px;
  background: var(--gm-theme);
  color:#fff;
  display:flex;
  width:fit-content;
  margin: 0 auto;
  line-height: 55px;
  align-items: center;
  font-size: var(--f16);
  gap: 10px;
  margin: 0;
	white-space: nowrap;
  font-weight: 600;
}



a.btn-primary:active {
  color: var(--gm-theme);
}

.btn-primary:hover,
 .btn-primary:active{
  transform: translateY(-2px);
  box-shadow: 0 16px 22px rgba(112, 146, 202, 0.28);
  color: #fff;
}

.btn-icon {
font-size: 15px;
color: inherit;
}

.change-button {
	margin-top: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #DCE5EE;
	color: var(--gm-theme);
	font-size: 15px;
	font-weight: 500;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
	box-shadow: none;
}



a.change-button:active {
  	color: var(--gm-theme);
}

.change-button:hover,
.change-button:active {
	background: var(--gm-theme);
	color: #fff;
	transform: translateY(-4px);
}


.about-section-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-section-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(18, 55, 71, 0.14);
  background: #fff;
  color: #888;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0 5px 0 5px;
  transition: background 0.25s ease, color 0.25s ease;
}

.about-section-arrow i {
  font-size: 18px;
  line-height: 1;
  color: inherit;
}

.about-section-arrow:hover {
  background: var(--gm-theme);
  color: #fff;
}





li {
  list-style: none;
}

i {
  font-style: normal;
}

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

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



p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}

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

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

img[src=""],
img:not([src]) {
  opacity: 0 !important;
}

.iconfont {
  font-family: 'iconfont';
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.none {
  display: none;
}

.overflow {
  overflow: hidden;
}

.overflow img {
  width: 100%;
  transition: 1.5s cubic-bezier(.165, .84, .44, 1);
}

.smallImg img {
  transition: 1.5s cubic-bezier(.165, .84, .44, 1);
}

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

.smallImg:hover img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.container {
  max-width: 1542px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.container2 {
  max-width: 1720px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.container3 {
  max-width:1300px;
  width: 100%;
   padding: 0 20px;
  margin: 0 auto;
}

.container4 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 15.63vw;
}
.head_fixed{
  height: 90px;
  width: 100%;
}
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.relative {
  position: relative;
}

.none {
  display: none !important;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -1em;
}

.target-fix {
  position: relative;
  top: -150px;
  display: block;
  height: 0;
  overflow: hidden;
}

/* 滚动条 */
::-webkit-scrollbar {
  max-width: 3px;
  height: 5px;
  background-color: #123747;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #f6f6f6;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #123747;
  border-radius: 3px;
}

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/*IE滚动条颜色*/
html {
  scrollbar-face-color: #bfbfbf;
  /*滚动条颜色*/
  scrollbar-highlight-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-Shadow-color: #adadad;
  /*滑块边色*/
  scrollbar-arrow-color: rgba(0, 0, 0, 0.4);
  /*箭头颜色*/
  scrollbar-track-color: #eeeeee;
  /*背景颜色*/
}

.swiper,
.swiper .swiper-slide {
  position: relative;
}

.swiper {
  --swiper-theme-color: #123747;
  /* 设置Swiper风格 */
  --swiper-preloader-color: #123747;
  /* 单独设置预加载圆圈的颜色 */
}


body.Ov {
  overflow: visible;
}


/* animates */
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeUp {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeDown {
  -webkit-animation-name: fadeDown;
  animation-name: fadeDown;
}

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeLeft {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeRight {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
}

.floating-buttons {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 9999;
}

.float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #123747;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  font-size: 26px;
}

.float-btn i {
  font-size: 26px;
  line-height: 1;
}

.float-btn:hover {
  color: #fff;
  transform: scale(1.08);
  background-color: #123747;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.25);
}

.float-btn:active {
  transform: scale(0.96);
  transition-duration: 0.08s;
}

.float-btn::before {
  content: attr(data-tooltip);
  position: absolute;
  right: 70px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  font-family: system-ui, -apple-system, sans-serif;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateX(8px);
  backdrop-filter: blur(4px);
  letter-spacing: 0.3px;
  z-index: 10000;
}

.float-btn:hover::before {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 640px) {
  .floating-buttons {
    right: 16px;
    bottom: 20px;
    gap: 12px;
  }

  .float-btn {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .float-btn i {
    font-size: 22px;
  }

  .float-btn::before {
    right: 60px;
    font-size: 11px;
    padding: 4px 10px;
    white-space: nowrap;
  }
}

.float-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  background-color: #3666b0;
}


html.nav-open {
  overflow: hidden !important;
}

.col-index-about {
  padding: 11.09vw 0 10.83vw;
  color: #123747;
  background: #fff;
  position: relative;
  z-index: 2;
}

.col-index-about .title {
  margin-bottom: 1.46vw;
}

.col-index-about .content {
  line-height: 1.286;
  max-width: 1200px;
  margin: 0 auto 3.125vw;
}

.col-index-about .content h3 {
  margin-bottom: 1.35vw;
}

.col-index-about .more {
  display: flex;
  justify-content: center;
}

.col-index-about .more .more-btn {
  width: 14.01vw;
  height: 2.76vw;
  min-width: 150px;
  min-height: 30px;
  border: 1px solid #123747;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #123747;
  transition: .25s ease-in-out;
}

.col-index-about .more .more-btn span {
  margin-right: 2.083vw;
}

.col-index-about .more .more-btn:hover {
  background: #123747;
  color: #fff;
}

.col-index-product {
  background: #fff;
  position: relative;
  z-index: 1;
}

.col-index-product .index_video_bg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.col-index-product .video-item {
  padding: 16.67vw 0;
  color: #fff;
  background: rgba(0, 0, 0, .3);
}

.col-index-product .video-item .content {
  max-width: 490px;
  margin: 0 auto;
  line-height: 1;
}

.col-index-product .video-item .content img {
  width: 11.61vw;
  min-width: 100px;
  margin-bottom: 1.66vw;
}

.col-index-product ul.list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 2;
}

.col-index-product ul.list li {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.col-index-product ul.list li .content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 3.75vw;
  text-align: center;
  color: #123747;
}

.col-index-product ul.list li .content .name {
  margin-bottom: 0.83vw;
}

.col-index-product ul.list li .content .title {
  padding: 0 5px 2.2vh;
  position: relative;
}

.col-index-product ul.list li .content .title::after {
  content: '';
  width: 3.125vw;
  height: 1px;
  background: #df2a32;
  min-width: 24px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.col-index-product .slide {
  padding: 6.25vw 50px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.col-index-product .slide h3 {
  color: #123747;
  padding-bottom: 2.2vh;
  margin-bottom: 3.33vw;
  position: relative;
}

.col-index-product .slide h3::after {
  content: '';
  width: 3.125vw;
  height: 1px;
  background: #df2a32;
  min-width: 24px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.col-index-product .slide .swiper-slide {
  padding: 5vw 10px;
  border-right: 1px solid #f0f0f0;
}

.col-index-product .slide .swiper-slide .img {
  margin-bottom: 3.125vw;
}

.col-index-product .slide .swiper-slide .title {
  color: #123747;
  line-height: 0.857;
  padding-bottom: 2.8vh;
  position: relative;
  text-align: center;
}

.col-index-product .slide .swiper-slide .title::after {
  content: '';
  width: 3.125vw;
  height: 1px;
  background: #df2a32;
  min-width: 24px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.col-index-product .slide .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(173, 173, 173, .8);
  width: auto;
  height: auto;
  opacity: 1;
  outline: none;
  transition: .25s ease-in-out;
}

.col-index-product .slide .swiper-button::after {
  display: none;
}

.col-index-product .slide .swiper-button-prev {
  left: 0
}

.col-index-product .slide .swiper-button-next {
  right: 0
}

.col-index-product .slide .swiper-button:hover {
  color: #123747
}

.col-index-oem {
  background: #fff;
  position: relative;
  z-index: 2;
}

.col-index-oem .oem-video {
  position: relative;
  z-index: 1;
  padding: 7.29vw 0 0;
  background: #f8f9fa;
}

.col-index-oem .oem-video::after {
  content: '';
  width: 36%;
  height: 100%;
  background: #1c577a;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.col-index-oem .oem-video .item {
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.col-index-oem .oem-video .item video {
  width: 100%;
}

.col-index-oem .oem-video .item a.more {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.27vw;
  height: 5.73vw;
  min-width: 140px;
  min-height: 40px;
  color: #123747;
  position: absolute;
  bottom: 0;
  right: 0;
}

.col-index-oem .oem-video .item a.more i.iconfont {
  margin-right: 2.71vw;
}

.col-index-oem .oem-video .bg {
  width: 64%;
  height: calc(100% - 5.73vw);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.col-index-oem .oem-content {
  position: relative;
  z-index: 1;
}

.col-index-oem .oem-content::after {
  content: '';
  width: 91.67vw;
  height: 100%;
  background: #f8f9fa;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.col-index-oem .oem-content .content {
  padding: 3.23vw 6.25vw;
}

.col-index-oem .oem-content .content .title {
  margin-bottom: 1.875vw;
  padding-bottom: 2.083vw;
  position: relative;
  color: #123747;
}

.col-index-oem .oem-content .content .title::after {
  content: '';
  width: 11.41vw;
  height: 1px;
  background: #df2a32;
  position: absolute;
  left: 0;
  bottom: 0;
}

.col-index-oem .oem-content .content .s-content {
  color: #123747;
  line-height: 2;
}





.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

/* page */
.page {
  text-align: center;
  margin-top: 50px;
}

.page ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 6px;
  margin: 0 3px;
  border: none;
  border-radius: 8px;
  font-size: var(--f16);
  font-weight: 500;
  color: #575757;
  background: #f5f7f5;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.page ul li a:hover {
  background: rgba(27, 163, 99, 0.1);
  color: var(--gm-theme);
}

.page ul li.active a {
  background: var(--gm-theme);
  color: #fff;
  border-bottom: none;
}

.page ul li.disabled a,
.page ul li.disabled span {
  background: transparent;
  color: #c0c6c2;
  cursor: default;
}

.page ul li.disabled a:hover {
  background: transparent;
  color: #c0c6c2;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  border: none;
  background: transparent;
  color: #c0c6c2;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: var(--gm-theme);
  color: #fff;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  background: rgba(27, 163, 99, 0.1);
  color: var(--gm-theme);
}

.videoPop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  text-align: center;
  padding: 5vh 1vw;
}

.videoPop .col-video2 {
  position: relative;
  width: 100%;
  height: 100%;
}

#Video {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  max-width: 970px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#videoClose {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 36px;
  transition: 0.5s;
  z-index: 99;
}

#videoClose:hover {
  color: #eee;
}

#ccc {
  z-index: 1000 !important;
  position: fixed;
}

#ccc-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

@media (min-width: 760px) {
  #ccc #ccc-notify {
    padding: 30px;
  }
}

#ccc #ccc-content,
#ccc #ccc-notify,
#ccc .ccc-module--screen {
  background-color: #fff;
}

#ccc-notify {
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 20%);
}

#ccc-notify {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  min-height: 48px;
  padding: 24px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
  transform: translateY(calc(100% + 50px));
  transition: .35s;
}

#ccc.cur #ccc-overlay {
  opacity: 1;
  visibility: visible;
}

#ccc.cur #ccc-notify {
  transform: translateY(0);
}

@media (min-width: 1200px) {
  #ccc-notify {
    z-index: 10;
    padding: 16px 100px;
    flex-direction: row;
    align-items: center;
  }

  #ccc-notify .content {
    width: 72%;
  }

  #ccc-notify .ccc-notify-buttons {
    margin-top: 0;
    margin-left: 32px;
    white-space: nowrap;
    flex-shrink: 0;
  }
}

#ccc-notify .content {
  line-height: 1.66;
  font-weight: 300;
}

#ccc-notify .content a {
  border-bottom: 1px solid;
  transition: .25s ease-in-out;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
}

#ccc-notify .content a:hover {
  color: #123747;
}

#ccc-notify .ccc-notify-buttons button {
  display: inline-block;
  padding: 10px 20px;
  border: 1.5px solid #0B0B0B26;
  line-height: 1;
  font-weight: 500;
  border-radius: 45px;
  transition: .25s;
  background: transparent;
  margin: 8px 8px 8px 0 !important;
  cursor: pointer;
  outline: none;
  font-family: 'Barlow';
}

#ccc-notify .ccc-notify-buttons button:hover {
  background: #123747;
  border-color: #123747;
  color: #fff;
}

.productcontent {
  line-height: 1.66;
  padding: 5.208vw 0;
  color: rgba(51, 51, 51, .55)
}

.productcontent h2 {
  font-weight: bold;
  margin: 5px 0 12px;
  font-size: 1.875rem;
}

.productcontent h3 {
  font-weight: bold;
  margin: 2px 0 8px;
  font-size: 1.65rem;
}

.productcontent h4 {
  font-weight: bold;
  margin: 0 0 4px;
  font-size: 1.5rem;
}

.productcontent hr {
  border-color: #123747;
  margin: 3vh 0;
  width: 100%;
}

.productcontent table {
  width: 100%;
  border: none;
  height: auto !important;
  line-height: normal;
}

.productcontent table td {
  border: none;
  padding: 4px 0;
  width: auto !important;
}

.productcontent table td strong {
  font-weight: 600;
}

.productcontent a {
  display: inline-block;
  border-bottom: 1px solid;
  color: #123747;
}



.col-message {
  padding: 6.25vw 0;
}

.col-message h2 {
  margin-bottom: 3.2vh;
  padding-bottom: 3vh;
  position: relative;
}

.col-message h2::after {
  content: '';
  width: 3.125vw;
  height: 1px;
  min-width: 20px;
  background: #df2a32;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.col-message .content {
  max-width: 1050px;
  margin: 0 auto 3.75vw;
  color: #123747;
  line-height: 1.66;
}

.col-message form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-message form ul li {
  width: 49%;
  margin-bottom: 1.875vw;
}

.col-message form ul li:nth-child(n+5) {
  width: 100%;
}

.col-message form ul li p {
  color: #123747;
  margin-bottom: 12px;
}

.col-message form ul li input,
.col-message form ul li textarea {
  width: 100%;
  height: 48px;
  border-radius: 5px;
  border: 1px solid rgba(31, 97, 137, .23);
  outline: none;
  padding-left: 12px;
  background: transparent;
  font-family: 'Barlow';
}

.col-message form ul li textarea {
  height: auto;
  min-height: 180px;
  padding-top: 12px;
}

.col-message form ul li.code {
  display: flex;
}

.col-message form ul li.code input {
  width: 120px
}

.col-message form ul li.code img {
  max-width: calc(100% - 120px);
}

.col-message form .sub {
  width: 12.4vw;
  height: 2.76vw;
  min-width: 120px;
  min-height: 30px;
  border-radius: 5px;
  background: #df2a32;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow";
  margin: 0 auto;
}

.col-page-support .col-1 {
  padding: 6.25vw 0;
}

.col-page-support .col-1 .title {
  text-transform: uppercase;
  color: #123747;
  margin-bottom: 4.69vw;
  padding-bottom: 2.29vw;
  position: relative;
}

.col-page-support .col-1 .title::after {
  content: '';
  width: 3.125vw;
  height: 1px;
  background: #df2a32;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.col-page-support .col-1 h2 {
  color: #123747;
  margin-bottom: 2.083vw;
  padding-bottom: 1.563vw;
  position: relative;
}

.col-page-support .col-1 h2::after {
  content: '';
  width: 3.125vw;
  height: 1px;
  background: #df2a32;
  min-width: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.col-page-support .col-1 .content {
  line-height: 2;
  color: #123747;
  margin-bottom: 3.125vw;
}

.col-page-support .col-1 .swiper-slide {
  position: relative;
  min-height: 66px;
  overflow: hidden;
  ;
}

.col-page-support .col-2 {
  background: #f8f9fa;
  padding: 6.25vw 0;
}

.col-page-support .col-2 h2 {
  margin-bottom: 3.2vh;
  padding-bottom: 3vh;
  position: relative;
}

.col-page-support .col-2 h2::after {
  content: '';
  width: 3.125vw;
  height: 1px;
  min-width: 20px;
  background: #df2a32;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.col-page-support .col-2 .flex {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6.25vw;
}

.col-page-support .col-2 .flex .content {
  width: 33%;
  color: #123747;
  line-height: 2;
}

.col-page-support .col-2 .flex .content h3 {
  margin-bottom: 0.94vw;
  line-height: 2;
}

.col-page-support .col-2 .flex ul {
  display: flex;
  flex-wrap: wrap;
  width: 64%;
}

.col-page-support .col-2 .flex ul li {
  width: 26.9%;
  margin: 0 -1% -1%;
  padding-bottom: 26.9%;
  position: relative;
  border-radius: 50%;
  background: #eceff1;
}

.col-page-support .col-2 .flex ul li .inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1.875vw;
  text-align: center;
}

.col-page-support .col-2 .flex ul li .inner .icon img {
  width: 3.75vw;
  min-width: 28px;
}

.col-page-support .col-2 .flex ul li .inner .title {
  line-height: 1.333;
  margin-top: 0.83vw;
}

.col-page-support .col-2 .swiper-slide {
  overflow: hidden;
  position: relative;
  min-height: 66px;
}

.col-page-support .col-3 {
  padding: 6.25vw 0 0;
}

.col-page-support .col-3 h2 {
  margin-bottom: 3.2vh;
  padding-bottom: 3vh;
  position: relative;
}

.col-page-support .col-3 h2::after {
  content: '';
  width: 3.125vw;
  height: 1px;
  min-width: 20px;
  background: #df2a32;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.col-page-support .col-3 .content {
  text-align: center;
  line-height: 2;
  color: #123747;
  margin: 0 auto 3.75vw;
  max-width: 1100px;
}

.col-page-support .col-3 .img {
  max-width: 1048px;
  margin: 0 auto 3.75vw;
}

.col-page-support .col-3 .customize h3 {
  color: #123747;
  margin-bottom: 2.4vw;
  ;
}

.col-page-support .col-3 .customize .s-content {
  color: #123747;
  line-height: 2;
}

.col-page-support .col-3 .customize .s-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 2.29vw;
}

.col-page-support .col-3 .customize .s-content ul li {
  flex: 1;
  margin: 0 2.5px 5px;
  text-align: center;
  padding: 1.563vw 20px 1.25vw;
  background: #f3f6f8;
}

.col-page-support .col-3 .customize .s-content ul li img {
  width: 2.76vw;
  min-width: 24px;
  margin-bottom: 0.83vw;
}


.col-page-policy {
  background-color: #e5e5e5;
  padding: 100px 0;
}

.col-page-policy h2 {
  margin-bottom: 3.125vw;
  font-weight: 800;
  text-transform: uppercase;
}

.col-page-policy .content {
  line-height: 1.8;
  font-weight: 300;
}

.col-page-policy .content p {
  margin-bottom: 5px;
}

.col-page-policy .content h2 {
  font-weight: bold;
  margin: 5px 0 12px;
  font-size: 1.875rem;
}

.col-page-policy .content h3 {
  font-weight: bold;
  margin: 2px 0 8px;
  font-size: 1.65rem;
}

.col-page-policy .content h4 {
  font-weight: bold;
  margin: 0 0 4px;
  font-size: 1.5rem;
}

.col-page-policy .content hr {
  border-color: #123747;
  margin: 3vh 0;
  width: 100%;
}

.col-news-detail {
  padding: 8.33vw 0;
  background: linear-gradient(to top, #f6f7f9, #fff);
}

.col-news-detail h1 {
  font-weight: bold;
}

.col-news-detail .info {
  padding: 12px 0 15px;
  border-bottom: 1px dotted #c6c6c6;
  margin-bottom: 4vh;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}

.col-news-detail .info span.publisher {
  color: #123747;
  margin: 0 5px;
}

.col-news-detail .content {
  line-height: 1.875;
}

.col-news-detail .content p {
  margin-bottom: 5px;
}

.col-news-detail .content h2 {
  font-weight: bold;
  margin: 5px 0 12px;
  font-size: 1.875rem;
}

.col-news-detail .content h3 {
  font-weight: bold;
  margin: 2px 0 8px;
  font-size: 1.65rem;
}

.col-news-detail .content h4 {
  font-weight: bold;
  margin: 0 0 4px;
  font-size: 1.5rem;
}

.col-news-detail .content hr {
  border-color: #123747;
  margin: 3vh 0;
  width: 100%;
}

.col-news-detail .content table {
  width: 100% !important;
  border: none;
}

.col-news-detail .content table td {
  border: none;
  padding: 1.25vw 0;
  font-weight: 500;
}

.col-news-detail .content table tr:nth-child(1) {
  border-bottom: 1px solid #888888;
}

.col-news-detail .content table tr:nth-child(1) td {
  padding: 1.3vw 0;
  color: #6d6d6d;
  font-weight: normal;
}

.col-news-detail .content a {
  display: inline-block;
  border-bottom: 1px solid;
  color: #123747;
}

.col-news-detail .col_page {
  margin-top: 9vh;
}

.col-news-detail .col_page li {
  padding: 8px 0;
  color: #5a5a5a;
}

.col-news-detail .col_page li:not(:last-child) {
  border-bottom: 1px dotted #c6c6c6;
}

.col-news-detail .col_page li a {
  color: #9d9d9d;
  transition: 0.2s;
}

.col-news-detail .col_page li a:hover {
  color: #123747;
}



.col-page-contact .col-1 {
  padding: 6.25vw 0;
  background: #f7f8f9;
}

.col-page-contact .col-1 h2 {
  margin-bottom: 3.75vw;
  padding-bottom: 4.3vh;
  position: relative;
  text-transform: uppercase;
}

.col-page-contact .col-1 h2::after {
  content: '';
  width: 8.33vw;
  height: 1px;
  min-width: 24px;
  background: #df2a32;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.col-page-contact .col-1 .content {
  margin-bottom: 5.3vw;
}

.col-page-contact .col-1 ul.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col-page-contact .col-1 ul.info li {
  width: 23%;
  padding: 2.083vw 10px 2.083vw 0;
}

.col-page-contact .col-1 ul.info li .title {
  display: flex;
  align-items: center;
  margin-bottom: 1.25vw;
}

.col-page-contact .col-1 ul.info li .title i.iconfont {
  color: #df2a32;
  margin-right: 12px;
}

.col-page-contact .col-1 ul.info li p {
  line-height: 1.5;
}

.col-page-contact .col-1 ul.info li .share {
  display: flex;
  align-items: center;
}

.col-page-contact .col-1 ul.info li .share a {
  margin-right: 15px;
  position: relative;
  color: #123747;
}

.col-page-contact .col-1 ul.info li .share a.wechat .code {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding: 5px;
  background: #fff;
  z-index: 90;
}

.col-page-contact .col-1 ul.info li .share a.wechat .code::after {
  content: '';
  border-bottom: 8px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.col-page-contact .col-1 ul.info li .share a.wechat .code img {
  max-width: 120px;
}


/* media */

@media (max-width: 1800px) {}

@media (max-width: 1600px) {}

@media (max-width: 1460px) {


}

@media (max-width: 1200px) {
  .col-page-support .col-3 .customize .s-content {
    line-height: 1.556;
  }




  .container2 {
    padding: 0 5.2vw;
  }

  .home_h1 {
    display: inline;
    font-size: var(--f28) !important;
  }

}

@media (max-width: 992px) {
  .col-index-product ul.list li .content .title {
    font-size: 18px !important;
  }

  .col-index-about .more .more-btn span,
  .col-index-oem .oem-video .item a.more span,
  .col-message form .sub {
    font-size: 12px !important;
  }



  
  .col-page-support .col-3 .customize .s-content ul li {
    padding: 12px 10px;
    width: 48%;
    flex: inherit;
    margin: 0 0 10px;
  }

  .col-message form ul li input,
  .col-message form ul li textarea {
    height: 32px;
    ;
    padding-left: 8px;
  }

  .col-message form ul li textarea {
    min-height: 90px;
  }

  .col-message form ul li.code img {
    height: 32px;
  }

  
  .col-page-support .col-2 .flex .content,
  .col-page-support .col-2 .flex ul {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .col-index-product .slide {
    padding: 6.25vw 20px;
  }

  .header {
    top: 0;
  }

  .header .logo {
    margin-right: auto;
  }

  .header .flex .nav-btn {
    display: block !important;
    margin-left: 20px;
  }

  .header .flex .lines {
    width: 20px;
    height: 16px;
    position: relative;
    cursor: pointer;
  }

  .header .flex .lines span {
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    overflow: hidden;
    left: 0;
    transition: all 0.25s ease;
  }

  .header.active .flex .lines span,
  .header.cur .flex .lines span,
  .header.on .flex .lines span {
    background: #000;
  }

  .header .flex .lines span.n1 {
    top: 0;
  }

  .header .flex .lines span.n2 {
    top: 7px;
  }

  .header .flex .lines span.n3 {
    top: 14px;
  }

  .header .flex .nav-btn.closes .lines span.n1 {
    top: 8px;
    transform: rotate(45deg);
  }

  .header .flex .nav-btn.closes .lines span.n2 {
    opacity: 0;
  }

  .header .flex .nav-btn.closes .lines span.n3 {
    top: 8px;
    transform: rotate(-45deg);
  }

}

@media (max-width: 768px) {
  .col-page-contact .col-1 ul.info li {
    width: 50%;
    text-align: center;
    margin-bottom: 12px;
    border: none;
  }

  .col-page-contact .col-1 ul.info li {
    text-align: left;
  }

  .col-page-support .col-2 .flex ul li {
    width: 49.9%;
    padding-bottom: 49.9%;
  }


}



.home_h1 {
  display: inline;
  font-size: 28px;
}

.col-page-about .about-title {
    font-size: var(--f42);
    color: var(--gm-theme-deep);
    font-weight:600;
        text-align: center;
        margin-bottom: 60px;
}
@media (min-width: 756px) {
.col-page-about .about-title {
        margin-bottom: 90px;
}
}