@import "animate.min.css";

/* Ripple Effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1),
      0 0 0 80px rgba(255, 255, 255, 0);
  }
}

::selection,
::-moz-selection,
::-webkit-selection {
  background: #1f1f1f;
  color: #fff;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  /* Requiyellow, global font size */
  width: 100%;
}

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

/* 初始化 */
body,
div,
span,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
span,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.71428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #232830;
  background-color: #ffffff;
}

:active,
:focus {
  outline: none !important;
}

select {
  max-width: 100%;
}

ul,
li {
  list-style-type: none;
}

blockquote {
  background: #fff;
  border: 1px solid #f8f8f8;
  border-left: 5px solid var(--bg-yellow);
  padding: 0 1.75rem 1.25rem;
  margin-top: 1.421875rem;
  line-height: 2;
  font-size: 1rem;
}

blockquote::before {
  color: var(--bg-yellow);
  content: open-quote;
  font-size: 5.25rem;
  line-height: 0.1;
  margin-right: 0.21875rem;
  vertical-align: -2.055rem;
  font-family: sans-serif;
  content: "\201C";
  /*Unicode for Left Double Quote*/
}

strong {
  font-weight: 600;
}

hr {
  margin: 1.421875rem 0;
  border-color: #f4f4f4;
}

hr.black {
  border-color: rgba(255, 255, 255, 0.1);
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

/* ======================================================
   <!-- Table -->
/* ====================================================== */
table.table-normal,
.table-normal table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}

table.table-normal th,
.table-normal table th {
  text-align: left;
}

table.table-normal td,
table.table-normal th,
.table-normal table td,
.table-normal table th {
  border: 1px solid black;
  padding: 0.2rem;
}

a {
  color: #232830;
}

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

a.link {
  text-decoration: underline;
  color: var(--text-color-yellow);
}

a.link:hover {
  color: var(--text-color-yellow);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: "Poppins", sans-serif;
  font-variant-ligatures: common-ligatures; */
  margin-top: 5px;
  word-wrap: break-word;
}

.h1 {
  font-size: 3.375rem !important;
  line-height: 1.14285714286 !important;
}

.h2 {
  font-size: 22.375rem !important;
  line-height: 1.2 !important;
}

.h3 {
  font-size: 1.75rem !important;
  line-height: 1.25 !important;
}

.h4 {
  font-size: 1.25rem !important;
  line-height: 1.33333333333 !important;
}

.h5 {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.h6 {
  font-size: 0.75rem !important;
  line-height: 2 !important;
  font-weight: 600 !important;
}

.heading-space-none {
  margin: 0 !important;
  padding: 0 !important;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 2.4107142857rem;
    line-height: 1.15555556;
  }

  h2 {
    font-size: 15.6625rem;
    line-height: 1.421875;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.625;
  }

  .h1 {
    font-size: 2.4107142857rem !important;
    line-height: 1.15555556 !important;
  }

  .h2 {
    font-size: 15.6625rem !important;
    line-height: 1.421875 !important;
  }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.625 !important;
  }
}

@media all and (max-width: 480px) {
  h1 {
    font-size: 1.2053571429rem;
    line-height: 1.38461538462;
  }

  h2 {
    font-size: 13.425rem;
    line-height: 1.28571428571;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .h1 {
    font-size: 1.2053571429rem !important;
    line-height: 1.38461538462 !important;
  }

  .h2 {
    font-size: 13.425rem !important;
    line-height: 1.28571428571 !important;
  }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
  }
}

.font-normal {
  font-weight: 400 !important;
}

.font-uppercase {
  text-transform: uppercase !important;
}

.font-bold {
  font-weight: 800 !important;
}

.font-italic {
  font-style: italic !important;
}

.font-no-italic {
  font-style: normal !important;
}

.font-underline {
  text-decoration: underline !important;
}

.font-primary-color {
  color: var(--text-color-yellow) !important;
}

.font-sub-color {
  color: #aeaeae !important;
}

.font-white {
  color: white;
}

.font-white p,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white h5,
.font-white h6,
.font-white .h1,
.font-white .h2,
.font-white .h3,
.font-white .h4,
.font-white .h5,
.font-white .h6 {
  color: white;
}

html {
  font-size: 100px;
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 115px;
  }
}

@media screen and (min-width: 2561px) {
  html {
    font-size: 150px;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}

@media screen and (max-width: 1500px) {
  html {
    font-size: 85px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 75px;
  }

  .pro-classify-tab a {
    margin: 0 0.2rem;
    position: relative;
    font-size: 0.1rem;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 100px;
  }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
  html {
    font-size: 55px;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 85.33px;
  }
}

@media screen and (max-width: 591px) {
  html {
    font-size: 78.8px;
  }
}

@media screen and (max-width: 562px) {
  html {
    font-size: 74.933px;
  }
}

@media screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}

@media screen and (max-width: 521px) {
  html {
    font-size: 69.4666px;
  }
}

@media screen and (max-width: 428px) {
  html {
    font-size: 57.066px;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media screen and (max-width: 412px) {
  html {
    font-size: 54.933px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.66px;
  }
}

/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}

/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color 0.5s;
}

/* 提示文字的激活样式 */
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

input {
  border: none;
  background-color: transparent;
  outline: none;
  /* font-family: Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica,
    "PingFang SC", "Hiragino Sans GB", sans-serif; */
}

a {
  text-decoration: none;
}

/* *,
*:before,
*:after {
  max-height: 100000px;
} */

/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* div {
  -webkit-appearance: none;
} */

.single {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.double {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  work-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.morels {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  work-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.triangle {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  /*上右下左  哪里需要就在哪里设置颜色*/
  border-style: dashed dashed solid dashed;
  /**上右下左  哪里小哪里就设置solid**/
}

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

.flex {
  display: flex;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

body {
  height: auto;
  overflow-x: hidden;
}

/*yellowefine global*/
:root {
  --bg-blue: rgba(0, 78, 157, 1);
  --bg-yellow: rgba(253, 204, 35, 1);
  --bg-green: rgba(45, 162, 72, 1);
  --bg-white: #fff;
  --bg-black: #000;
  --text-color-blue: rgba(0, 78, 157, 1);
  --text-color-yellow: rgba(253, 204, 35, 1);
  --text-color-green: rgba(45, 162, 72, 1);
  --text-color-white: #ffffff;
  --text-color-black: #000;
  --text-color-grey: #666;
  --text-color-999: #999;
}

@media screen and (orientation: landscape) {

  *::-webkit-scrollbar,
  *::-webkit-scrollbar {
    width: 4px;
    border-radius: 1.5px;
  }

  *::-webkit-scrollbar-button,
  *::-webkit-scrollbar-button {
    display: none;
  }

  *::-webkit-scrollbar-track,
  *::-webkit-scrollbar-track {
    background-color: #eee;
  }

  *::-webkit-scrollbar-thumb,
  *::-webkit-scrollbar-thumb {
    background-color: var(--bg-yellow);
    border-radius: 4px;
  }

  *::-webkit-scrollbar:horizontal {
    height: 4px;
  }
}

/* @font-face {
  font-family: "gothambold";
  src: url("../fonts/gotham-bold.ttf");
} */

/* 
@font-face {
  font-family: "Merriweather-Bold";
  src: url("../fonts/merriweather-bold.ttf");
}

@font-face {
  font-family: "HarmonyOS_Sans_SC_Bold";
  src: url("../fonts/harmonyos_sans_sc_bold.ttf");
}

@font-face {
  font-family: "Kingsoft_Cloud_Font";
  src: url("../fonts/kingsoft_cloud_font.ttf");
} */

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2") format("woff2"),
    url("../fonts/iconfont.woff") format("woff"),
    url("../fonts/iconfont.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 14rem;
}

@media (max-width: 1659px) {
  .container {
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    max-width: 16rem;
  }
}

@media (max-width: 1259px) {
  .container {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    max-width: calc(100% - 0.3rem);
    /* margin: 0; */
  }
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

/*header*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.3);
  /* background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  transition: 0.65s;
}

.header:hover,
.header.scroll {}

.header .header__nav__container {
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* position: relative; */
  z-index: 2;
}

.header .container {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.header__logo {
  position: relative;
  width: 272px;
  margin-right: .5rem;
}

.header__logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.header__logo a img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: ease 0.5s;
}

.header__logo img:nth-child(1) {
  opacity: 1;
  position: inherit;
  top: auto;
  transform: translateY(0);
}

.header__lefts {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.menubtn {
  margin-left: 2vw;
  height: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  transition: 0.4s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menubtn span {
  border-radius: 4px;
  margin: auto;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  transition: 0.45s;
}

.menubtn span:after,
.menubtn span:before {
  content: "";
  border-radius: 4px;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  transition: background 0.3s 0s;
}

.menubtn span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menubtn span:after {
  left: auto;
  right: 0;
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.menubtn.active span {
  transform: rotate(45deg);
}

.menubtn.active span::before {
  opacity: 0;
}

.menubtn.active span::after {
  transform: rotate(-90deg);
  bottom: 0;
}

.header:hover .menubtn span,
.header:hover .menubtn span::before,
.header:hover .menubtn span::after {
  /* background: #fff; */
}

.header.header-sticky .menubtn span {
  background-color: black;
}

.header.header-sticky .menubtn span::before,
.header.header-sticky .menubtn span::after {
  background-color: black;
}

.header__rights {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navs {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.navs>li {
  /* position: relative; */
  text-transform: capitalize;
}


.navs>li:hover::before,
.navs>li.active::before {
  opacity: 1;
}

.navs>li:hover::after,
.navs>li.active::after {
  opacity: 1;
}

.navs>li:hover a,
.navs>li.active a {
  color: #fff;
}

.navs>li.active a {
  font-weight: 700;
}

.navs>li:first-child {}

.navs>li>a {
  padding: 10px .4rem 0;
  display: block;
  color: #fff;
  font-size: .2rem;
  transition: all .3s;
  position: relative;
  z-index: 4;
}

.navs>li>a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  background: var(--bg-blue);
  transition: 0.4s;
  width: 0;
  margin-left: 0;
}

.header:hover .navs>li>a:before {
  background-color: var(--bg-blue);
}

.navs>li>.submenu {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.navs>li>.submenu a {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0.4rem;
  padding: 0 10px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.navs>li>.submenu a:last-child {
  border-bottom: 0;
}

.navs>li>.submenu a:hover {
  color: #fff;
  background: var(--bg-blue);
}

.navs>li>.submenu a:hover:after {
  right: 15px;
  visibility: visible;
}

.navs>li:hover .submenu {
  top: 80px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

/* product sumenu */
.navs>li>.navbar-dropdown {
  background-color: #595959;
  display: block;
  position: absolute;
  width: 14.4rem;
  left: 0;
  top: 80px;
  z-index: 1020;
  /* transform: translateX(-50%); */
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .14);
}

.navs>li:hover .navbar-dropdown {
  top: 80px;
  opacity: 1;
  visibility: visible;
}

.tab1 {
  padding: 20px 20px 20px 0;
  background-color: #31312c;
}

.tab1 ul {
  display: flex;
  flex-wrap: wrap;
  /* background-color: #31312c; */
  position: relative;
}

.tab1 ul li {
  flex: 1;
}

.tab1 ul li a {
  display: flex;
  padding: 0 0.2rem;
  font-size: .12rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}


.float-left {
  line-height: 1.4;
}

.tab1 ul li a .icon {
  margin-left: .15rem;
  padding-top: .05rem;
}

.tab1 ul li a .icon svg polyline {
  stroke: #fff
}

.tab1 ul li.active a {
  color: var(--text-color-yellow);
}

.tab1 ul li.active a .icon svg polyline {
  stroke: var(--text-color-yellow)
}

.menu-content {
  padding: 20px 30px;
  background: url(../images/sub-bg.png) no-repeat right bottom;
  background-size: 16%;
}

.switcher-item {
  display: flex;
}

.switcher-item .grid-left {
  width: 20%;
}

.switcher-item .grid-right {
  width: 80%;
}

.tab2 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}

.tab2 ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Open Sans';
  color: #fff;
  font-size: 14px;
  border-right: none;
  border-color: inherit;
  text-align: left;
  padding: 10px 5px 5px;
  text-transform: none;
  letter-spacing: inherit;
  text-decoration: none;
  border-bottom: none;
}

.tab2 ul li.active a {
  color: var(--text-color-yellow);
}

.tab2 ul a .float-left {
  font-weight: 800;
}

.tab2 ul a .icon svg polyline {
  stroke: #fff
}

.tab2 ul li.active a .icon svg polyline {
  stroke: var(--text-color-yellow);
}

.SwitcherProducts li {
  display: none;
}

.SwitcherProducts .pro-pic {
  padding-left: .4rem;
  width: 50%;
}

.SwitcherProducts .pro-pic img {
  max-width: 80%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.SwitcherProducts .pro-info-box {
  padding-left: .4rem;
  padding-right: .7rem;
  width: 50%;
  color: #fff;
}

.SwitcherProducts .pro-info-box h3 {
  font-size: .26rem;
  font-weight: 800;
  letter-spacing: -1px;
}

.SwitcherProducts .pro-info-box h4 {
  margin: .1rem 0 .2rem;
  font-family: gothamxlight;
  color: #fff;
  font-size: .24rem;
  line-height: 2;
  font-weight: lighter;
  text-transform: none;
  letter-spacing: inherit;
}

.SwitcherProducts .pro-info-box p {
  margin: .2rem 0;
  font-size: .15rem;
  line-height: 1.8;
  text-align: justify;
  text-transform: none;
}

.SwitcherProducts .pro-info-box a {
  padding: .05rem .3rem;
  line-height: 2;
  font-size: .12rem;
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  background-color: var(--bg-yellow);
  color: #000;
  border: 1px solid var(--bg-yellow);
}

#header.header-sticky {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  /* transform: translate(0, -30%); */
}

#header.header-sticky .header__logo a img:nth-child(2) {
  opacity: 1;
}

#header.header-sticky .navs>li>a {
  color: #000;
}

#header.header-sticky .navs>li.active>a,
#header.header-sticky .navs>li:hover>a {
  color: var(--text-color-blue);
}

/* search */
.search {
  margin-left: 2vw;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  cursor: pointer;
}

.search .icon {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.search .icon i {
  text-align: center;
  font-size: 0.24rem;
  line-height: 1;
  color: #fff;
}

.search .icon i:nth-child(2) {
  display: none;
}

#header.header-sticky .search .icon i {
  color: #393939;
}

.header .searchBox {
  width: 100%;
  padding: 8vw 0;
  position: absolute;
  left: 0;
  top: 80px;
  display: none;
  background: rgba(255, 255, 255, 0.9);
}

.header .searchBox .search-form .search-select {
  width: 100%;
}

.header .searchBox .search-form .search-select ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header .searchBox .search-form .search-select li {
  cursor: pointer;
  color: var(--text-color-blue);
  font-size: .16rem;
  line-height: 1.2;
  text-align: center;
  padding: 0.1rem 0.25rem;
}

.header .searchBox .search-form .search-select li.on {
  font-weight: bold;
  color: #fff;
  background-color: var(--bg-blue);
}

.header .searchBox .search-form .search-input-box {
  width: 100%;
  height: 4.2vw;
  margin: 0 auto;
  border: 2px solid var(--bg-blue);
  justify-content: space-between;
}

.header .searchBox .search-form .title {
  width: 40vw;
  height: 3.9vw;
  font-size: 22px;
  border: transparent;
  background: transparent;
  padding-left: 2vw;
  outline: none;
}

.header .searchBox .search-form .btnSubmit {
  width: 5vw;
  display:flex;
  justify-content:center;
  align-item:center;
  font-size: 36px;
  color: white;
  cursor: pointer;
  background: var(--bg-blue);
}

/*
.header .searchBox .search-form .btnSubmit::before {
    content: "\e61f";
    font-family: "iconfont";
    position: absolute;
    top: 0.34vw;
}

*/
.search-btn {
  background-color: transparent;
  font-weight: 800;
  color: #fff;
}

.search-btn .iconfont {
  font-size: 45px;
}

.header .searchBox .search-form {
  width: 47vw;
  margin: 0 auto;
  flex-wrap: wrap;
}

.header .searchBox.active {
  display: block;
}

/* news add */
.header-menu {
  align-items: center;
  background-color: white;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 4;
  overflow: hidden;
}

.header-menu-list {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.header-menu-item {
  align-items: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 25vh .5rem 0;
  position: relative;
}

.header-menu-item::before {
  background-color: white;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: ease-in-out .5s;
}

.header-menu-item::after {
  content: attr(data-number);
  background-image: -webkit-linear-gradient(top, rgba(245, 246, 246, 1), rgba(245, 246, 246, 0));
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: 10vh;
  z-index: 2;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: ease-in-out .5s;
  transform: translateX(-50%);
}

.header-menu-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;

  z-index: 3;
}

.header-menu-channel {
  border-bottom: solid 2px white;
  color: rgba(59, 64, 72, 1);
  font-size: .4rem;
  text-transform: uppercase;
  padding-bottom: .15rem;
  margin-bottom: .4rem;
}

.header-menu-channel a {
  color: rgba(59, 64, 72, 1);
}

.header-menu-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
}

.header-menu-link a {
  color: white;
  font-size: .16rem;
  margin-top: .1rem;
  opacity: .8;
}

.header-menu-link a:hover {
  opacity: 1;
  font-weight: 700;
  color: #777;
}

.header-menu-item:hover::before {
  left: -100%
}

.header-menu-item:hover::after {
  opacity: 0;
}

.header-menu-item:hover .header-menu-channel a {
  color: white;
}

.header-menu-item:hover .header-menu-link {
  visibility: visible;
  opacity: 1;
}

.hide {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.header-menu.active {
  height: 100vh;
  transition: ease-in-out .5s;
}

/*mobile nav*/
.m-nav {
  position: fixed;
  top: 0;
  /*box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);*/
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 0;
  opacity: 0;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  /*    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;*/
  top: 0;
  transform: translateX(100%);
}

.m-nav a {
  outline: none;
}

.m-nav.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1000;
}

.m-nav .top {
  height: 60px;
  padding: 20px;
  box-sizing: border-box;
}

.m-nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}

.m-nav .logo {
  width: 100%;
  margin: 0 auto;
}

.m-nav .logo img {
  width: 30%;
  display: block;
  margin: 0 auto 30px;
}

.m-nav .ul {
  margin-top: 30px;
}

.m-nav .ul li {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  opacity: 0;
}

.m-nav.active .ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.m-nav .ul li:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(2) {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(4) {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(7) {
  -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(8) {
  -webkit-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  position: relative;
}

.m-nav .ul li a.active {
  font-weight: 800;
  color: #1b2c43;
}

.m-nav .ul li.dropdown a.dropdown-title::before,
.m-nav .ul li.dropdown a.dropdown-title::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.5);
  right: 10px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.m-nav .ul li.dropdown a.dropdown-title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-nav .ul li.dropdown a.dropdown-title.active::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.m-nav .ul li a i {
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.m-nav .ul li .dropdown_menu {
  display: none;
}

.m-nav .ul li.dropdown.active .dropdown_menu {
  display: block;
}

.m-nav .ul li .dropdown_menu a {
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}

.m-nav .ul li .dropdown_menu a:last-child {
  border: none;
}

.m-nav-tel {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}

.m-nav-tel a {
  font-weight: 800;
}

.m-nav-link {
  text-align: center;
  margin-top: 18px;
}

.m-nav-link a {
  display: inline-block;
  padding: 5px 25px;
  color: #fff;
  cursor: default;
  background: #00598e;
  font-size: 14px;
  line-height: 2;
}

/*main*/
#main {
  position: relative;
  z-index: 50;
}

/*banner*/
.banner {
  width: 100%;
  /* height: 75vh;
  overflow: hidden; */
  position: relative;
}

.banner .swiper-slide {
  overflow: hidden;
}

.swiper-banner .swiper-wrapper .swiper-slide .banner-swiper-url:nth-child(2) {
  pointer-events: none;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

/* 
.banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
} */

.banner .swiper-slide.swiper-slide-active img {
  -webkit-animation: scaleBigToSmall 4s;
  animation: scaleBigToSmall 4s;
}

@-webkit-keyframes scaleBigToSmall {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleBigToSmall {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.scaleBigToSmall {
  -webkit-animation-name: scaleBigToSmall;
  animation-name: scaleBigToSmall;
  transform-origin: 50% 50%;
}

.banner_text {
  display: none;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}

.pub_title {
  font-size: .36rem;
  line-height: 2;
  font-weight: 800;
  font-family: "gothambold";
}

.pub_title_en {
  font-family: "gothambold";
  font-size: .46rem;
  line-height: 1.4;
  font-weight: 400;
  word-wrap: break-word;
}

.icon_btn {
  margin-top: .3rem;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  padding: .1rem .15rem;
  max-width: 2rem;
  color: var(--text-color-blue);
  cursor: pointer;
  position: relative;
}

.icon_btn:hover {
  background-color: var(--bg-blue);
  color: white;
}

.btn_text {
  font-size: .14rem;
  line-height: 2;
}

.icon_btn i {
  margin-left: .15rem;
  font-size: .12rem;
  line-height: 1;
}

.banner .swiper-slide.swiper-slide-active .banner_text {
  display: block;
}

.pagination-box {
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: .5rem;
  transform: translateX(-50%);
  z-index: 2;
}

/*自定义swiper*/
.pagination-box .swiper-pagination {
  width: auto;
  font-size: 0;
  position: relative;
  left: calc(50% - 70px);
  bottom: auto;
}

.pagination-box .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}

.pagination-box .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.pagination-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.05rem;
  width: 25px;
}

.pagination-box .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.1rem;
  height: 0.1rem;
  background-color: var(--bg-yellow);
}

.lb-num {
  color: rgba(255, 255, 255, 1);
  font-size: 0.14rem;
  line-height: 1;
  font-family: "Montserrat-Bold";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.lb-num .on {
  color: #fff;
  font-size: 0.22rem;
}

.lb-num span {
  margin: 0 0.06rem;
}

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

.page {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}

.page a:first-child {
  display: none;
}

.page a,
.page b {
  margin: 5px;
  display: inline-block;
  font-size: 0.14rem;
  color: #777777;
  border: none;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  background-color: #f6f6f6;
}

.page b {
  background: var(--bg-blue);
  color: var(--text-color-white);
}

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

.box {
  padding: 0.6rem 0;
}

.product-bd {
  position: relative;
}

.title {
  padding: 0.15rem 0;
}

.pro-btn {
  display: flex !important;
  height: 44px;
  top: 30%;
  position: absolute;
  width: 100%;
}

.title .en {
  font-size: .18rem;
  color: rgba(153, 153, 153, 1);
  line-height: 1.6;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: block;
}

.title .cn {
  align-items: center;
  justify-content: center;
}

.title span {
  position: relative;
  align-items: center;
}

.title span::before {
  content: "";
  width: .8rem;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(46, 131, 217, 0.8) 0%, rgba(46, 131, 217, 0) 100%);
}

.title span.left::before {
  margin-right: .1rem;
  transform: rotate(180deg);
}

.title span.right {
  flex-direction: row-reverse;
}

.title span.right::before {
  margin-left: .1rem;
}

.title span i {
  display: inline-block;
  width: .2rem;
  height: .2rem;
  background-color: rgba(0, 78, 157, 1);
  transform: rotate(45deg);
  position: relative;
}

.title span i.square-small {
  width: .16rem;
  height: .16rem;
  background-color: rgba(46, 131, 217, 1);
  z-index: 2;
}

.title h3 {
  color: rgb(51, 51, 51);
  font-size: .4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: .3rem;
}

.title .subtit {
  color: rgb(102, 102, 102);
  font-size: .2rem;
  line-height: 1.6;
  max-width: 12rem;
  margin: auto;
  font-weight: lighter;
}

.img-box {
  overflow: hidden;
}

.img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.img-box:hover img {
  transform: scale(1.1);
}

.more {
  margin: 0.6rem auto 0;
  padding: 0 .3rem;
  width: 2rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.18rem;
  color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
}

.more i {
  color: #fff;
  width: .5rem;
  height: .5rem;
  font-size: .22rem;
  border-radius: 100%;
  background: linear-gradient(270deg, rgba(247, 169, 42, 1) 0%, rgba(255, 141, 26, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.4s ease 0s;
  -webkit-transform: all 0.4s ease 0s;
}

.more::after {}

/* about */
.about {
  width: 100%;
  position: relative;
  background: url(../images/about-bg.png) no-repeat center;
  background-size: cover;
}

.about .container {
  padding-top: 1.2rem;
  padding-bottom: .7rem;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.about_left {
  margin: 0;
  padding-left: 2vw;
  width: 49%;
  position: relative;
}

.about_left::after {
  content: "";
  width: 2.9rem;
  height: 2.2rem;
  background: url(../images/30.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 8%;
  bottom: 0;
}

.about_logo {
  margin-bottom: .3rem;
}

.about_logo img {
  display: block;
  width: 3rem;
}

.about_txt {}

.about_txt h4 {
  margin-bottom: .2rem;
  font-size: .2rem;
  line-height: 1.6;
  font-weight: 600;
}

.about-text {
  margin-bottom: .2rem;
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
  text-align: justify;
  /* word-wrap: break-all;
  word-break:normal; */
}

.about_txt .icon_btn {
  color: var(--text-color-blue);
}

.about_txt .icon_btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.02rem;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  transition: all 0.35s;
}

.about_txt .icon_btn:hover::before {
  width: 0;
  opacity: 0;
}

.about_txt .icon_btn:hover {
  background-color: var(--bg-blue);
  color: #fff;
  border-radius: .3rem;
}

.about_video {
  margin: 0;
  width: 51%;
  position: relative;
}

.video-button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about_video i {
  font-size: .6rem;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-button.active i {
  visibility: hidden;
  opacity: 0;
}

.video-button.active:hover i {
  visibility: visible;
  opacity: 1;
}

/* product */
.product {
  position: relative;
}

.pro-classify-tab {
  align-items: center;
  justify-content: center;
  padding: .2rem 0;
}

.pro-classify-tab a {
  margin: 0 .3rem;
  position: relative;
}

.pro-classify-tab a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  bottom: -4px;
  z-index: 2;
}

.pro-classify-tab a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(253, 198, 43, 1);
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  bottom: -4px;
  z-index: 1;
}

.pro-classify-tab a:hover::before,
.pro-classify-tab a.active::before {
  width: 0;
  right: 0;
  left: auto;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.pro-classify-tab a:hover::after,
.pro-classify-tab a.active::after {
  right: 0;
  left: auto;
}

.product-list {
  flex-wrap: wrap;
}

.product-list .pro-item {
  margin-right: .6rem;
  margin-bottom: .6rem;
  width: calc((100% - .6rem)/2);
  text-align: center;
}

.product-list .pro-item .text {
  padding: .1rem;
}

.product-list .pro-item h3 {
  font-size: .18rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: 2;
}

.product-list .pro-item p {
  font-size: .14rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.4;
}

.product-list .pro-item:nth-child(2n) {
  margin-right: 0;
}

.product-list .pro-item:hover h3 {
  color: #004E9D;
}

/* index about */
.index-about {
  background: url(../images/advantage-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.index-about::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 78, 157, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.index-about .title {
  position: relative;
  z-index: 2;
}

.index-about .title h3 {
  color: #fff;
}

.index-about .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.index-about .about-sub-title {
  font-size: .24rem;
  line-height: 1.6;
  color: #fff;
}

.about-left {
  width: 50%;
}

.index-about .about-desc {
  margin-top: .3rem;
}

.about-desc p {
  font-size: .16rem;
  color: #fff;
  line-height: 2;
  text-align: justify;
}

.more-link {
  margin-top: .15rem;
  padding-bottom: .1rem;
  display: inline-block;
  font-size: .14rem;
  line-height: 1;
  color: #fff;
  position: relative;
}

.more-link i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: -2px;
  transform: rotate(90deg);
}

.more-link::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
}

.more-link:hover::before {
  width: 100%;
}

.about-right {
  padding-left: .5rem;
  width: 50%;
}

.about-advantage {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.adv-item {
  padding: .4rem .2rem .4rem .4rem;
  width: 50%;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}

.adv-item h4 {
  margin-top: .1rem;
  font-weight: normal;
  font-size: .14rem;
  line-height: 1.4;
}

.adv-item label {
  /* margin-top: .2rem; */
  font-family: "Arial";
}

.adv-item label i {
  font-style: italic;
  font-size: .4rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

.adv-item label span {
  margin-left: .05rem;
  font-size: .2rem;
  line-height: 1;
  position: relative;
  top: -.2rem;
}

.adv-item label em {
  font-style: normal;
  font-size: .16rem;
}

.about-advantage div::before,
.about-advantage div::after {
  content: " ";
  position: absolute;
  background-color: rgba(255, 255, 255, .2);
}

.about-advantage div+div::before {
  top: 50%;
  left: 0;
  width: 1px;
  height: 50%;
  transform: translateY(-50%);
}

.about-advantage div:nth-child(3):before {
  display: none;
}

.about-advantage div:nth-child(1):after,
.about-advantage div:nth-child(2):after {
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 1px;
  transform: translateX(-50%);
}

/* project-case */
.project-case {
  background: url(../images/case-bg.png) no-repeat center;
  background-size: contain;
  padding-bottom: .9rem;
}

.project-case-channel {
  color: var(--text-color-blue);
  font-size: 0.34rem;
  font-weight: 700;
  margin-bottom: .3rem;
}

.project-case-box {
  position: relative;
}

.swiper-case .swiper-slide {
  overflow: hidden;
}

.project-case-img {
  height: 5.28rem;
  overflow: hidden;
}

.project-case-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

.project-case-text {
  padding: .15rem .2rem;
  position: absolute;
  left: 0;
  bottom: -.7rem;
  width: 100%;
  background-color: rgba(0, 78, 157, 0.58);
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; */
}

.project-case-text p {
  min-height: .68rem;
  font-size: .14rem;
  line-height: 1.6;
  color: #fff;
  opacity: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  work-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.project-case-title {
  font-size: .2rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}

.adv-project-case-title {
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.project-case-time {
  color: rgb(102, 102, 102);
  font-size: .14rem;
  line-height: 1.8;
}

.project-case-more {
  align-items: center;
  color: var(--text-color-blue);
  display: flex;
  font-size: .14rem;
  justify-content: flex-start;
  margin-top: .15rem;
}

.project-case-more i {
  transform: rotate(90deg);
  margin-right: 5px;
}

.project-case-more .iconfont {
  font-size: 20px;
}

/* .swiper-case ul li:hover .project-case-img img{
  transform: scale(1.1);
}
 .swiper-case ul li:hover .project-case-title{
  color: var(--text-color-blue);
} */
.swiper-case .swiper-slide:hover .project-case-text {
  -webkit-transform: translateY(-.7rem);
  -moz-transform: translateY(-.7rem);
  -ms-transform: translateY(-.7rem);
  -o-transform: translateY(-.7rem);
  transform: translateY(-.7rem);
}

.swiper-case .swiper-slide:hover .project-case-text p {
  margin-top: .1rem;
  opacity: 1;
}

.project-case-button {
  width: 8%;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  height: 50px;
  position: relative;
}

.case-next,
.case-prev {
  width: 100%;
  border: solid 1px var(--bg-blue);
  border-radius: 50%;
  max-width: .46rem;
  height: .46rem;
  box-shadow: 0 0 10px rgba(55, 55, 55, 0.1);
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  /* position: inherit;
  top: auto;
  margin-right: 10px; */
}

.case-next::after,
.case-prev::after {
  color: var(--text-color-blue);
  font-size: .16rem;
  font-weight: 800;
}

.project-case-box .swiper-button-prev,
.project-case-box .swiper-rtl .swiper-button-next {
  left: 0;
}

.project-case-box .swiper-button-next,
.project-case-box .swiper-rtl .swiper-button-prev {
  right: 0;
}

/* customers */
.customers {
  background: url(../images/customers-bg.png) no-repeat center;
  background-size: cover;
}

.customers-channel {
  color: rgb(51, 51, 51);
  font-size: .4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

.customers-subtitle {
  color: rgb(102, 102, 102);
  font-size: .16rem;
  line-height: 1.6;
  max-width: 12rem;
  margin: auto;
  font-weight: lighter;
}

.customers-box {
  width: 100%;
  overflow: hidden;
}

/* .customers-list{
  --width:3.2rem;
  --number:4;
  --time:.7s;
  --spacing:.2rem;
  --lineWith:calc(var(--number)* var(--width) + var(--spacing) * (var(--number) - 1));
  animation: scrollLeft calc(var(--time)*var(--number)) linear infinite;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: .5rem;
  width:var(--lineWith) ;
}
@keyframes scrollLeft{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(calc(var(--lineWith) - 100vw));
  }
} */
.customers-box {
  --width: 2.2rem;
  --height: 2rem;
  --spacing: .15rem;
}

.customers-box .swiper {
  margin-top: .3rem;
}

.customers-box ul li {
  align-items: center;
  background-color: var(--bg-white);
  display: flex;
  justify-content: center;
  width: var(--width);
  height: .86rem;
  margin-right: var(--spacing);
}

.customers-item-blcok {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: var(--spacing); */
}

.customers-item-blcok img {
  display: block;
  max-width: 68%;
  max-height: 80%;
  object-fit: contain;
  /* filter: brightness(0);
  transition: ease-in-out .3s;
  opacity: .5; */
}

.customers-box ul li:hover .customers-item-blcok img {
  /* filter: brightness(100%);
  opacity: 1; */
}

/* footer */
#footer {
  background-color: var(--bg-blue);
}

.footer-top .container {
  display: flex;
  justify-content: space-between;
}

.footer-menu {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 60%;
  padding-top: .2rem;
}

.footer-menu-item {
  width: 35%;
  margin-left:-35px;
  
}

.footer-menu-channel {
  color: white;
  font-size: .3rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: .2rem;
  margin-bottom: .1rem;
  position: relative;
}

.footer-menu-channel a {
  color: white;
  text-transform: uppercase;
}

.footer-contact-item {
  width: calc(65% - .3rem);
  margin-right: .3rem;
}

.footer-menu-item .footer-menu-channel {
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
}

.footer-menu-item .footer-menu-channel::after {
  content: "";
  width: calc((100% - 1.5rem) / 3);
  height: 1px;
  background-color: var(--bg-white);
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-menu-link {
  color: white;
  font-size: .18rem;
  line-height: .36rem;
  /* opacity: .6; */
}

.footer-menu-link a {
  color: white;
  display: block;
  font-size: .18rem;
  line-height: 2;
}

.footer-menu-link .logo-m img {
  max-height: .5rem;
  opacity: 1;
}

.footer-menu-link a:hover {
  opacity: 1
}

.footer-menu-link p {
  margin-top: .1rem;
  font-size: .15rem;
  line-height: 1.6;
}

.footer-menu-link i {
  margin-right: .08rem;
  color: #fff;
}

.footer-online {
  align-items: center;
  display: flex;
  margin-left:-34px;
  margin-bottom:123px;
  }

.footer-online a {
  align-items: center;
  /* background: white; */
  border-radius: 2px;
  display: flex;
  justify-content: center;
  width: .28rem;
  height: .28rem;
  position: relative;
}

.footer-online a:first-child {
  overflow: hidden;
}

.footer-online a+a {
  margin-left: .15rem;
}

.footer-online a i {
  color: white;
  font-size: .36rem;
  line-height: 1;
}

.footer-online a img {
  padding: .1rem;
  position: absolute;
  width: 1.6rem;
  max-width: unset;
  pointer-events: none;
  bottom: .5rem;
  background-color: #fff;
  border-radius: .05rem;
  box-shadow: 0 2px 10px #000014;
  opacity: 0;
}

.footer-online a:hover img {
  opacity: 1;
}

.footer-online a.code {
  margin-right: 0;
  background-color: white;
}

.footer-online a.code i {
  color: var(--text-color-blue);
  font-size: .24rem;
}

.footer-form {
  width: 38%;
}

.footer-form-title {
  color: white;
  font-size: .3rem;
  font-weight: 600;
  margin-bottom: .15rem;
}

.footer-form-subtitle {
  color: rgba(255, 255, 255, .6);
  font-size: .18rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: .2rem;
}

.footer-form-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-form-item {
  margin-bottom: .1rem;
  width: 100%;
}

.footer-form-item:last-child {
  margin-bottom: 0;
  margin-top: -.05rem;
}

.footer-form-item.col-md-4 {
  width: 33.33%
}

.footer-form-item.col-md-6 {
  width: 50%
}

.footer-form-item.col-md-6:first-child,
.footer-form-item.col-md-6:nth-child(3) {
  padding-right: .15rem;
}

.footer-form-item.col-md-6:nth-child(2),
.footer-form-item.col-md-6:nth-child(4) {
  padding-left: .15rem;
}

.footer-form-item.col-md-4:first-child {
  padding-right: .15rem;
}

.footer-form-item.col-md-4:nth-child(3) {
  padding-left: .15rem;
}

.footer-form-item p {
  color: white;
  font-size: .14rem;
  margin-bottom: .05rem;
}
.footer-form-item .google-message{
	margin-top: .1rem;
	color: #fff
}
.footer-form-item .google-message a{
	color: #fff;
	text-decoration: underline
}
.footer-form-input,
.footer-form-textarea {
  background-color: white;
  color: #333;
  font-size: .14rem;
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  padding-left: .15rem;
}

.footer-form-textarea {
  height: .8rem;
}

.footer-form-input::placeholder,
.footer-form-textarea::placeholder {
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}
.f-item-captcha {
  position: relative;
  
}
.f-item-captcha .captcha{
  width: 120px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

 .submitBtn {
 margin-top: 0.05rem;
 background-color: rgb(253, 198, 43);
 border: none;
 cursor: pointer;
 color: black;
 font-size: 0.16rem;
 font-weight: 700;
 height: 0.5rem;
 line-height: .5rem;
 width: 1.9rem;
}

.footer-form-btn {
  margin-top: 0.05rem;
  background-color: rgb(253, 196, 43);
  border: none;
  cursor: pointer;
  color: black;
  font-size: 0.16rem;
  font-weight: 700;
  height: .5rem;
  line-height: .5rem;
  width: 1.9rem;
}

.footer-copy {
  text-align: left;
  color: white;
  display: flex;
  font-size: 0.16rem;
  justify-content: space-between;
  padding: .15rem 0;
}

.footer-copy a {
  color: white;
}

.footer-copy br {
  display: none;
}

/* page*/
.page-main {}

.subbanner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.subbanner .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anime {
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.subbanner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.subbanner .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subbanner h2 {
  font-size: 0.56rem;
  color: #fff;
  font-weight: 600;
  position: relative;
}

/* page sub menu */
.page-subMenu {
  margin-top: -.9rem;
  background-color: rgba(44, 83, 138, 0.5);
  color: #fff;
  position: relative;
  z-index: 2;
}

.page-subMenu .container {
  align-items: center;
  justify-content: space-between;
}

.sub-tit {
  font-size: 0.22rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.sub-tit {
  font-size: 0.22rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.pub-nav {
  height: .9rem;
}

.pub-nav li {
  flex: 1;
  height: 100%;
  text-align: center;
  position: relative;
}

.pub-nav li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  color: #fff;
}

.pub-nav li:first-child {}

.pub-nav li+li::before {
  content: "";
  width: 1px;
  height: 40%;
  background-color: rgba(255, 255, 255, .6);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pub-nav li.active a,
.pub-nav li a:hover {
  background-color: var(--bg-green);
}

/* page about */
.page-main .title {
  margin-bottom: .3rem;
}

.page-main .title h3 {
  color: rgba(51, 51, 51, 1);
}

.page-main .title .en {
  color: rgba(51, 51, 51, 0.05);
}

.page-about-box {
  padding-top: .6rem;
}

.page-about-bd {
  justify-content: space-between;
}

.page-advantage {
  margin-top: .3rem;
  margin-bottom: .6rem;
  justify-content: space-between;
}

.page-advantage .adv-card {
  width: auto;
  cursor: default;
}

.page-advantage .adv-card i,
.page-advantage .adv-card span {
  color: var(--text-color-blue);
}

.page-advantage .adv-card h4,
.page-advantage .adv-card p {
  color: rgba(51, 51, 51, 1);
}

.page-advantage .adv-card:hover i,
.page-advantage .adv-card:hover span {
  color: rgba(255, 141, 26, 1);
}

/* page industry */
.page-industry {
  background-color: rgba(247, 248, 250, 1);
}

.industry-list {
  justify-content: space-between;
}

.page-main .industry-item {
  padding: .36rem .4rem;
  width: 30%;
  background-color: rgba(44, 83, 138, 1);
  color: #fff;
}

.page-main .industry-item.no2 {
  background-color: rgba(23, 61, 115, 1);
}

.page-main .industry-item.no3 {
  background-color: rgba(53, 71, 96, 1);
}

.page-main .industry-item .title {
  padding-bottom: .3rem;
  margin-bottom: .2rem;
  position: relative;
}

.page-main .industry-item .title::before {
  content: "";
  width: 80%;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.page-main .industry-item .title h3 {
  font-size: .24rem;
  color: #fff;
}

.page-main .industry-item .title .en {
  margin-top: -.4rem;
  font-size: .2rem;
  color: rgba(255, 255, 255, 0.2);
}

.page-main .industry-item .desc {
  margin-bottom: .2rem;
}

/* page layout */
.page-layout {
  background: url(../images/layout-bg.jpg) no-repeat 0 bottom #fff;
}

.layout-left {
  padding-right: .15rem;
  flex: 1;
}

.layout-text h3 {
  color: var(--text-color-blue);
  font-size: .32rem;
}

.layout-text p {
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
}

.layout-advantage {
  flex-wrap: wrap;
  justify-content: space-between;
}

.layout-advantage .adv-card {
  margin-top: 1rem;
  width: 36%;
}

.layout-advantage .adv-card i,
.layout-advantage .adv-card span {
  color: rgba(44, 83, 138, 1);
}

.layout-advantage .adv-card p {
  color: rgba(102, 102, 102, 1);
}

.layout-cont .area-list {
  position: absolute;
  right: 1.8rem;
  bottom: .6rem;
}

.layout-cont .area-list span {
  color: rgba(102, 102, 102, 1);
}

/* page honor */
.page-honor {
  background-color: rgba(247, 248, 250, 1);
}

.honor-list .honor-item {
  margin-right: .3rem;
  width: calc((100% - .9rem)/3);
  text-align: center;
}

.honor-list .honor-item:nth-child(4n) {
  margin-right: 0;
}

.honor-list .honor-item .honor-pic {
  width: 100%;
  height: 2.32rem;
  background-color: #fff;
  overflow: hidden;
}

.honor-list .honor-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honor-list .honor-item h4 {
  padding: .15rem .2rem;
  font-size: 0.16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
  font-weight: normal;
  background-color: #fff;
  z-index: -1
}

.honor-list .honor-item:hover h4 {
  color: rgba(44, 83, 138, 1);
  font-weight: bold;
}

/* page team */
.team-bd {
  position: relative;
}

.page-staff-list {
  /* box-shadow: 0 3px 10px rgba(0,0,0,.1); */
}

.page-staff-list .swiper-slide {
  background-color: #fff;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.page-staff-list .staff-pic {
  width: 42%;
  position: relative;
  overflow: hidden;
}

.page-staff-list .staff-pic .hel-img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

.page-staff-list .staff-pic .hel-img1 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-staff-list .staff-text {
  width: 58%;
  position: relative;
  padding: 50px;
}

.page-staff-list .staff-text img {
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.page-staff-list .staff-info {
  position: relative;
  z-index: 5;
}

.staff-office-title {
  color: var(--text-color-blue);
  font-size: .32rem;
  font-weight: bold;
  margin-bottom: .15rem;
}

.page-staff-list .staff-info p {
  margin-bottom: .1rem;
  font-size: .16rem;
  line-height: 2;
  color: rgba(51, 51, 51, 1);
}

.page-staff-list .staff-info span {
  display: inline-block;
  width: 100%;
  text-align: right;
  color: rgba(102, 102, 102, 1);
  font-size: .14rem;
}

.swiper-staff-thumbs {
  width: 48%;
  position: absolute;
  right: 5%;
  bottom: .6rem;
  cursor: pointer;
  text-align: center;
}

.swiper-staff-thumbs .swiper-wrapper {
  justify-content: flex-start;
}

.swiper-staff-thumbs .swiper-slide {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.swiper-staff-thumbs .swiper-slide .cover {
  width: 100%;
}

.swiper-staff-thumbs .swiper-slide .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-staff-thumbs .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: .06rem solid var(--bg-blue);
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.swiper-staff-thumbs .swiper-slide-thumb-active::before {
  opacity: 1;
}

/* page partner */
.page-partner {
  background-color: rgba(247, 248, 250, 1);
}

.partner-bd .swiper {
  padding: .1rem 0;
  margin-bottom: .05rem;
}

.partner-bd .swiper-slide {
  width: 3rem;
  height: 1.45rem;
  /* box-shadow: 0 0 .1rem 0 rgba(133, 133, 133, 0.17); */
  cursor: pointer;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-bd .swiper-slide:not(:last-child) {
  margin-right: .2rem;
}

.partner-bd .swiper-slide img {
  width: 80%;
  height: 70%;
  object-fit: contain;
  display: block;
  transition: all 0.5s;
}

/* page path */
.path {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 0.16rem;
  line-height: 1;
  color: #222;
  position: relative;
  z-index: 5;
}

.path .container {
  color: #e5e5e7;
  display: flex;
  align-items: center;
  font-size: .12rem;
}

.path img {
  margin-right: .06rem;
}

.path a {
  font-size: 0.2rem;
  color: #606060;
  line-height: 1;
  font-weight: lighter;
}

.path a:last-child {
  color: var(--text-color-blue);
  font-weight: 500;
}

/* page news box */
.page-news-box {
  background-color: #F7F7F7;
}

.page-news-list {
  margin-bottom: 50px;
  overflow: hidden
}

.page-news-item {
  padding: 30px 0;
  position: relative
}

.page-news-item:before,
.page-news-item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  content: '';
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

.page-news-item:after {
  background: var(--bg-yellow);
  width: 0
}

.page-news-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-news-left {
  width: calc(100% - 20.833vw - 4.4vw)
}

.page-news-right {
  width: 20.833vw;
  margin-left: 4.4vw;
  min-height: 150px;
  overflow: hidden;
  max-height: 250px;
  height: 13.2vw
}

.page-news-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

.page-news-time {
  font-size: .16rem;
  color: #666;
  margin-bottom: 10px;
}

.page-news-title {
  font-size: .24rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-news-summary {
  font-size: .16rem;
  line-height: 2;
  color: #666
}

.page-news-item:hover:after {
  width: 100%
}

.page-news-item:hover .page-news-title {
  color: var(--text-color-yellow)
}

/*page news details*/
.page-news-detail {
  align-items: flex-start;
  justify-content: space-between;
}

.news-detail-left {
  width: 75%;
}

.page-title {
  font-size: .2rem;
  color: #000;
  font-weight: bold
}

.page-info {
  font-size: 12px;
  color: #999;
  padding: .1rem 0;
  border-bottom: dashed 1px #ddd;
  margin-bottom: .3rem;
}

.page-info span {
  margin-left: .2rem;
}

.page-text,
.page-text p {
  margin-bottom: 0.12rem;
  text-align: justify;
  font-size: 0.16rem;
  line-height: 2;
  color: rgba(62, 62, 62, 0.86);
}

.page-text img {
  max-width: 100%;
  height: auto !important;
}
.page-news-box .news-detail-left .page-text{
    word-wrap: break-word;
}
.news-detail-right {
  width: 23%;
  margin-bottom: .3rem;
  background: #fff;
  padding: .15rem .25rem;
}

.news-detail-right h3 {
  font-size: .24rem;
  color: #333;
  font-weight: 800;
}

.news-detail-right h3:after {
  display: block;
  width: .45rem;
  height: 3px;
  background: var(--bg-blue);
  content: "";
  margin-top: .1rem;
  margin-bottom: .15rem;
}

.page-news-hot li {
  padding: .08rem 0
}

.page-news-hot li a {
  display: block;
}

.page-news-hot li a .name {
  font-size: .16rem;
  line-height: 1.4;
}

.page-news-hot li a .time {
  font-size: .13rem;
  opacity: .5;
  line-height: 1.7;
}

.page-news-hot li+li {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

/*page next*/
.page-next {
  margin-top: 30px;
  padding: .2rem 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.page-next p {
  width: 48%;
  flex: 1;
  line-height: 20px;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding: .2rem;
  box-sizing: border-box;
  display: block;
}

.page-next .post_next {
  direction: rtl;
}

.page-next span {
  display: block;
  font-size: .14rem;
  padding-bottom: 1vw;
  color: rgba(102, 102, 102, 1);
}

.page-next a {
  font-size: .16rem;
  line-height: 1.6;
  font-weight: 600;
}

.page-next .post_next a {
  display: flex;
  justify-content: flex-end;
  direction: ltr
}

/* page case */
.page-case-list {
  flex-wrap: wrap;
}

.page-case-list a {
  width: calc((100% - .4rem)/3);
  border-bottom: 2px solid rgba(0, 0, 0, .05);
  padding-bottom: .1rem;
  margin-right: .2rem;
  margin-bottom: .3rem;
}

.page-case-list .project-case-title {
  margin-top: .1rem;
  margin-bottom: .1rem;
  color: #000;
}

.page-case-list a:nth-child(3n) {
  margin-right: 0;
}

.page-case-list a .project-case-img {
  height: 3.28rem;
  border-radius: .1rem;
}

.page-case-list a .project-case-more {
  margin-top: .1rem;
  color: rgba(0, 0, 0, 0.5);
}

/* page case detail */
.cases_detail_head {
  width: 100%;
  height: 6.8rem;
  position: relative;
}

.swiper-page-case {
  height: 100%;
}

.cases_detail_head .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases_detail_head .swiper-pagination {
  width: 100%;
  margin-top: .2rem;
}

.cases_detail_head .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 3px;
}

.cases_detail_head .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.cases_detail_head .swiper-button-prev,
.cases_detail_head .swiper-button-next {
  width: auto;
  height: auto;
  background: #000;
  opacity: .8;
}

.cases_detail_head .swiper-button-prev:after,
.cases_detail_head .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.cases_detail_head .swiper-button-next:after,
.cases_detail_head .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.cases_detail_head .swiper-button-prev {
  left: 0;
}

.cases_detail_head .swiper-button-next {
  right: 0;
}

.cases_detail_head .swiper-button-prev i,
.cases_detail_head .swiper-button-next i {
  display: block;
  color: #fff;
  font-size: .24rem;
  padding: .2rem .15rem;
}

.cases_detail_head .swiper-button-prev i {
  transform: rotate(180deg);
}

.cases_detail_title {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: .8rem 0;
}

.cases_detail_title .container {
  position: relative;
}

.cases_detail_title h2 {
  color: #060606;
  font-size: .18rem;
  text-align: left;
}

.cases_detail_title h2 i {
  font-weight: bold;
  font-style: normal;
}

.cases_detail_title h2 p {
  color: #000;
  font-size: .28rem;
  font-weight: normal;
  margin-top: .2rem;
}

.cases_detail_logo {
  width: 4.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cases_detail_logo img {
  display: block;
  width: 100%;
}

.profile {
  overflow: hidden;
  background-color: #f3f3f3;
  padding: .9rem 0;
}

.profile .container {
  align-items: flex-start;
}

.profile_title {
  display: inline-block;
  width: 3rem;
}

.section_title {
  text-shadow: none;
  position: relative;
  padding-bottom: .2rem;
  margin-bottom: .25rem;
}

.section_title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--bg-blue);
}

.profile_title p {
  color: #000;
  font-size: .18rem;
}

.profile_con {
  flex: 1;
}

.profile_con>div {
  display: inline-block;
  width: 3.6rem;
  text-align: left;
  vertical-align: top;
}

.profile_con_list {
  margin-right: .5rem;
}

.profile_con_list li {
  width: 100%;
  border-bottom: 1px solid #dadada;
  padding-bottom: .1rem;
  margin-bottom: .2rem;
  color: #000;
  font-size: .14rem;
}

.profile_con_list li h3,
.profile_con_info h3 {
  font-size: .16rem;
  margin-bottom: .1rem;
}

.profile_con_list p,
.profile_con_info p {
  font-size: .13rem;
  line-height: 2;
}

.other_case {
  background-color: #fff;
  overflow: hidden;
}

.case_item .img-box {
  height: 2.6rem;
}

.case_item h4 {
  font-size: .16rem;
  color: #333;
  line-height: 2;
  text-align: center;
}

.cases_center_list .swiper-button-prev,
.cases_center_list .swiper-button-next {
  width: auto;
  height: auto;
  background: #000;
  opacity: .8;
  cursor: pointer;
}

.cases_center_list .swiper-button-prev:after,
.cases_center_list .swiper-button-next:after {
  display: block;
  color: #fff;
  font-size: .2rem;
  padding: .2rem .15rem;
  cursor: pointer;
}

/* page contact */
.page-contact {
  background: #F7F7F7;
  display: flex;
}

.page-contact-left {
  width: 43.2%;
  padding: 7.375vw 6vw
}

.page-contact-left .page-title {
  font-size: .34rem;
  color: #000;
  margin-bottom: .3rem;
  /* font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif; */
  font-weight: bold
}

.page-contact-tel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: .4rem;
}

.page-contact-tel i svg {
  width: .5rem;
  height: .5rem;
  fill: var(--bg-blue)
}

.page-contact-tel i svg path {
  fill: var(--bg-blue)
}

.page-contact-tel p {
  margin-left: .1rem;
  font-size: .16rem;
  color: var(--bg-blue)
}

.page-contact-tel p b {
  display: block;
  font-size: .4rem;
  color: var(--bg-blue);
  line-height: 1;
  /* font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif; */
}

.page-contact-adds {
  margin-bottom: .7rem;
}

.page-contact-adds p {
  align-items: center;
  font-size: .16rem;
  color: #333;
  line-height: 2;
}

.page-contact-adds p i {
  margin-right: .1rem;
  font-size: .18rem;
  color: var(--text-color-blue);
  line-height: 1;
}

.page-contact-adds p a {
  display: block;
}

.page-contact-code {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.page-contact-code-item {
  margin-right: 2vw;
  text-align: center;
  width: calc((100% - 6vw) / 4)
}

.page-contact-code-item:last-child {
  margin-right: 0
}

.page-contact-code-item p {
  font-size: .16rem;
  color: #333;
  margin-top: .1rem;
}

.page-contact-info {
  margin-top: .6rem;
  font-size: .16rem;
  color: #999;
  line-height: 2
}

.page-contact-right {
  width: 56.8%
}

.page-contact-right .googleMap {
  width: 100%;
  height: 100%;
}

.page-contact-right #map {
  width: 100%;
  height: 100%
}

/* page contact2 */
.page-contact2 .container {
  justify-content: space-between;
}

.p-ct-left {
  width: 49%;
  position: relative;
}

.p-ct-left p {
  font-size: .18rem;
  line-height: 1.6;
  color: var(--text-color-blue);
}

.page-contact2 .footer-form footer-form-title,
.page-contact2 .footer-form footer-form-subtitle,
{
color: var(--text-color-blue);
}


.page-contact2 #footer-form form ul li p {
  color: var(--text-color-blue);
}

.page-contact2 #footer-form form ul li input {
  border: 1px solid #999;
  border-radius: 7px;
}


.p-ct-left p i {
  margin-right: .1rem
}

.p-ct-left a:hover {
  color: var(--text-color-yellow);
}

.p-ct-left .notice {
  margin-bottom: .2rem;
}

.p-ct-info {
  justify-content: space-between;
}

.info-right p+p {
  margin-top: .1rem;
}

.p-ct-media {
  margin: .15rem 0 .3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-ct-media span {
  margin-right: .1rem;
  color: #000;
  font-size: .18rem;
  line-height: 1;
}

.p-ct-media a {
  width: .36rem;
  height: .36rem;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.p-ct-media a+a {
  margin-left: .15rem;
}

.p-ct-media a i {
  color: var(--text-color-blue);
  font-size: .24rem;
  line-height: 1;
}

.p-ct-map {
  width: 100%;
  height: 4.35rem;
  bottom: 0;
  left: 0;
  position: absolute;
}

.p-ct-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p-ct-form {
  width: 48%;
  flex-direction: column;
}

.p-ct-form .form-field+.form-field {
  margin-top: .08rem;
}

.p-ct-form .form-field label {
  margin-bottom: .1rem;
  display: block;
  font-size: .18rem;
  line-height: 1.8;
  color: var(--text-color-blue);
}

.p-ct-form .form-field .fusion-form-input {
  width: 100%;
  height: .56rem;
  padding: 0 .15rem;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  font-size: .25rem;
  outline: 0;
  transition: all .2s ease;
}

.p-ct-form .form-field textarea.fusion-form-input {
  height: auto;
  padding: .15rem;
  resize: none;
}
.captcha-form-field{
    position: relative;
}
.captcha-form-field .captcha{
    display: block;
    width: 140px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.p-ct-form .form-field .fusion-form-button {
  margin-top: .2rem;
  padding: .17rem .4rem;
  cursor: pointer;
  font-size: .18rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: var(--bg-yellow);
}

#submitBtn {
  margin-top: 0.05rem;
  background-color: rgb(253, 198, 43);
  border: none;
  cursor: pointer;
  color: black;
  font-size: 0.16rem;
  font-weight: 700;
  height: .5rem;
  line-height: .5rem;
  width: 100%;
}


.p-ct-form .form-field .fusion-form-button:hover {
  background-color: var(--bg-blue);
}




.p-ct-form .google-message{
	margin-top: .15rem;
	font-size: .14rem;
	line-height: 2
}
.p-ct-form .google-message a{
	text-decoration: underline
}
/* right fix case */
.fixed_case {
  position: fixed;
  right: .1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  z-index: 4;
  width: .92rem;
  padding: 0 .15rem;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.fixed_case .fixed_btn {
  display: block;
  position: relative;
  font-size: .12rem;
  cursor: pointer;
}

.fixed_case .fixed_btn::before {
  content: '';
  display: block;
  left: 50%;
  bottom: 0;
  width: 2em;
  height: 1px;
  background-color: rgba(44, 141, 205, 0.1);
  position: absolute;
  margin-left: -1em;
}

.fixed_case .fixed_btn .iconfont {
  line-height: 1;
  text-align: center;
  padding-top: .16rem;
  color: var(--bg-blue);
  font-size: .2rem;
}

.fixed_case .fixed_btn .fixed_n {
  text-align: center;
  color: #8f9db3;
  font-size: .12rem;
  line-height: 1;
  padding: .1rem 0 .2rem;
  transition: opacity 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.fixed_case .fixed_btn>.sec_box {
  position: absolute;
  white-space: nowrap;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0.1rem 0.2rem 0.3rem -0.05rem rgba(0, 103, 171, 0.2);
  opacity: 0;
  pointer-events: none;
  right: 110%;
  top: 50%;
  transform: translate(-30px, -50%);
  font-size: 18px;
  color: #232830;
  line-height: 1.5;
}

.fixed_case .fixed_btn>.sec_box img {
  display: block;
  width: 150px;
  max-height: 150px;
  max-width: none;
}

.fixed_case .fixed_btn>.sec_box:before {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  background-color: #ffffff;
  box-shadow: 0.1rem 0.2rem 0.3rem -0.05rem rgba(0, 103, 171, 0.2);
}

.fixed_case .fixed_btn:hover>.sec_box {
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: all;
}

/* footer */


@media (max-width: 1659px) {
  .header .header__nav__container {
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    max-width: 16rem;
    margin: 0 auto;
  }

  .navs>li>a {
    padding: 0 .4rem;
  }

  .cases_detail_logo {
    right: .33rem;
  }
}

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

@media (min-width: 1300px) and (max-width: 1549px) {}

@media (max-width: 1280px) {
  .box {
    padding: 0.5rem 0;
  }

  .nav-wrapper .nav-item {
    padding: 0 15px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    margin-left: 10px;
  }

  .title-box h2 {
    font-size: 0.24rem;
  }

  .title-box p {
    font-size: 0.18rem;
  }

  .footer-copyright {
    padding-top: 0.3rem;
    font-size:0.18rem;
text-align: center;
  }

  .footer-copyright br {}
}

@media (min-width: 1025px) and (max-width: 1270px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  .header .header__nav__container {
    max-width: 100%;
  }

  .nav-wrapper .nav-item h2.nav-item-link {
    font-size: 15px;
  }

  .nav-wrapper>.nav-item+.nav-item {
    padding: 0 12px;
  }

  .page-about-box {
    padding-top: .6rem;
  }

  .cases_detail_logo {
    right: 15px;
  }

  .footer .container {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer .footer-copyright .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*pages*/
.pages {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  text-align: center;
}

.pages a,
.pages b {
  margin: 5px;
  display: inline-block;
  font-size: 0.14rem;
  color: #777777;
  border: none;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  background-color: #f6f6f6;
}

.pages b {
  background: var(--bg-blue);
  color: var(--text-color-white);
}

.pages a:hover {
  color: var(--text-color-blue);
}

.pages a:first-child {
  display: none;
}

@media (max-width: 760px) {

  .pages a,
  .pages b {
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
  }
}

@media (max-width: 1024px) {
  .navs {
    display: none;
  }
}

@media screen and (orientation: portrait) {
  .header .searchBox {
    top: 50px;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  #header {
    height: 50px;
    background-color: #fff;
  }

  #header .header__nav__container {
    padding: 0 0.3rem;
  }

  .header__logo {
    width: 170px;
    height: 50px;
  }

  .header__logo img:nth-child(1) {
    opacity: 0;
  }

  .header__logo img:nth-child(2) {
    opacity: 1;
  }

  .navs {
    display: none;
  }

  .header__tel {
    margin-right: .1rem;
    color: var(--text-color-blue);
    font-size: .3rem;
  }

  .header__tel i {
    font-size: .28rem;
  }

  .menubtn {
    display: block;
    width: 36px;
    height: auto;
  }

  #header .menubtn span,
  #header .menubtn span:after,
  #header .menubtn span:before,
  .page_body #header .menubtn span,
  .page_body #header .menubtn span:after,
  .page_body #header .menubtn span:before {
    background-color: #666;
  }

  .banner {
    margin-top: 50px;
    height: 32vh;
  }

  .box {}

  .title-box h2 {
    color: #000;
    font-size: 0.48rem;
    font-weight: 600;
  }

  .title-box p {
    font-size: 0.26rem;
  }

  .title-box p br {
    display: none;
  }

  .title {
    flex-direction: column;
  }

  .title .cn {
    padding-left: 0;
    font-size: 0.4rem;
    line-height: 1.6;
    text-align: center;
  }

  .title .en {
    padding-left: 0;
    font-size: 0.26rem;
  }

  .title .subtit {
    padding: 0 .3rem;
    font-size: .24rem;
    line-height: 1.6;
  }

  .more {
    margin-top: .3rem;
    padding: 0;
    width: auto;
    height: .7rem;
    font-size: .26rem
  }

  .more i {
    margin-right: .1rem
  }

  .more-link {
    font-size: .3rem;
    opacity: .6;
  }

  .more-link i {
    font-size: .4rem;
  }

  /*banner*/
  .banner {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .banner .swiper-slide {
    overflow: hidden;
  }

  .banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .banner .swiper-slide.swiper-slide-active .slide-inner {
    -webkit-animation: scaleBigToSmall 4s;
    animation: scaleBigToSmall 4s;
  }

  @-webkit-keyframes scaleBigToSmall {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }

    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes scaleBigToSmall {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }

    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }

  .scaleBigToSmall {
    -webkit-animation-name: scaleBigToSmall;
    animation-name: scaleBigToSmall;
    transform-origin: 50% 50%;
  }

  .banner__container {
    padding: 0 5%;
    width: 100%;
    position: absolute;
    bottom: 0.2rem;
    left: 0;
  }

  .pagination-box {
    display: none;
    justify-content: space-between;
    align-items: center;
  }

  .pagination-box .swiper-pagination {
    margin: 0 auto;
    width: auto;
    font-size: 0;
    position: relative;
    left: auto;
    bottom: auto;
  }

  .pagination-box .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
    width: 0.15rem;
    height: 0.15rem;
    display: inline-block;
    position: relative;
  }

  .pagination-box .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .pagination-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.15rem;
  }

  .pagination-box .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.2rem;
    height: 0.2rem;
    background-color: var(--bg-blue);
  }

  .about .container {
    padding-top: .6rem;
    flex-direction: column;
  }

  .case-wrapper {
    height: auto;
    flex-wrap: wrap;
  }

  .case-item {
    width: 50%;
    height: 5rem;
  }

  .case-item .case-text-box {
    padding: .5rem;
  }

  .case-item .ico {
    margin-bottom: .3rem;
  }

  .case-item .en {
    margin-bottom: .15rem;
    font-size: .26rem;
  }

  .case-text h3 {
    margin-bottom: 0;
    font-size: .34rem;
  }

  .case-text span {
    margin-top: .2rem;
    font-size: .24rem;
  }

  .about {
    height: auto;
    padding: .5rem 0;
  }

  .about-desc p {
    font-size: .266rem;
    font-weight: normal;
    text-align: justify;
  }

  .about-desc p br {
    display: none;
  }

  .about-advantage {
    flex-wrap: wrap;
  }

  .adv-card {
    margin-bottom: .3rem;
    width: 50%;
  }

  .adv-card .subtitle {
    font-size: .38rem;
  }

  .layout {
    padding: .6rem 0;
    height: auto;
  }

  .layout .layout-bd {
    flex-direction: column;
  }

  .layout .layout-bd .area-city {
    display: none;
  }

  .process {
    padding: .6rem 0;
    height: auto;
  }

  .process-list {
    flex-wrap: wrap;
  }

  .process-item {
    width: 33.33%;
    height: 3.2rem;
  }

  .process-item.active::before {
    display: block;
  }

  .process-item.active .process-text {
    align-items: center;
    justify-content: center;
  }

  .process-item.active .process-text label,
  .process-item.active .process-text i {
    opacity: 1;
  }

  .process-item.active .process-text h4 {
    padding: 0;
    width: auto;
    background-color: transparent;
  }

  .process-text label {
    font-size: .3rem;
  }

  .process-text i {
    font-size: .52rem;
  }

  .process-text h4 {
    font-size: .28rem;
  }

  /* page */
  .page-main {
    margin-top: 50px;
  }

  .subbanner {
    height: 16vh;
  }

  .subbanner h2 {
    font-size: .42rem;
  }

  .page-subMenu {
    margin-top: 0;
  }

  .page-subMenu .container {
    max-width: 100%;
    padding: 0;
    height: auto;
    justify-content: flex-start;
  }

  .pub-nav {
    flex-wrap: wrap;
  }

  .pub-nav li {
    flex: auto;
  }

  .pub-nav li a {
    padding: .15rem .2rem;
    font-size: .28rem;
  }

  .page-main .title {
    margin-bottom: .2rem;
  }

  .page-about-box {
    padding-top: .5rem;
  }

  .page-about-bd {
    flex-direction: column;
  }

  .about_left {
    width: 100%;
  }

  .about_txt {
    font-size: .266rem;
  }

  .about_txt h4 {
    font-size: .3rem;
  }

  .about_txt p {
    font-size: .24rem;
  }

  .about_video {
    width: 100%;
    height: 3.8rem;
  }

  .page-advantage {
    padding: 0;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .page-advantage .adv-card {
    margin-top: .2rem;
    width: 50%;
  }

  .adv-card i {
    font-size: .36rem;
  }

  .adv-card h4 {
    font-size: .28rem;
  }

  .adv-card p {
    padding: 0 .15rem;
    font-size: .24rem;
    line-height: 1.6;
  }

  .industry-list {
    flex-direction: column;
  }

  .page-main .industry-item {
    margin-right: 0;
    margin-bottom: .2rem;
    width: 100%;
  }

  .page-main .industry-item .title h3 {
    font-size: .36rem;
  }

  .page-main .industry-item .title .en {
    margin-top: -.7rem;
    font-size: .3rem;
  }

  .page-main .industry-item .desc {
    font-size: .266rem;
  }

  .page-main .industry-item .img-box {
    height: 3.6rem;
  }

  .layout-cont {
    flex-direction: column;
  }

  .layout-text {
    margin-top: .3rem;
    text-align: center;
  }

  .layout-text h3 {
    font-size: .36rem;
  }

  .layout-text p {
    font-size: .266rem;
  }

  .layout-advantage .adv-card {
    margin-top: .5rem;
    flex: 1;
  }

  .layout-map {
    width: 100%;
  }

  .layout-cont .area-list {
    right: 1.1rem;
    bottom: .1rem;
  }

  .area-list span {
    font-size: .24rem;
  }

  .area-list span+span {
    margin-top: .1rem;
  }

  .honor-list {
    flex-wrap: wrap;
  }

  .honor-list .honor-item {
    margin-right: .2rem;
    margin-bottom: .2rem;
    width: calc((100% - .2rem)/2);
    background-color: #fff;
  }

  .honor-list .honor-item:nth-child(2n) {
    margin-right: 0;
  }

  .honor-list .honor-item h4 {
    font-size: .24rem;
  }

  .page-staff-list .staff-text {
    padding: .3rem;
  }

  .page-staff-list .staff-info p {
    font-size: .24rem;
    line-height: 1.6;
  }

  .page-staff-list .staff-info span {
    font-size: .24rem;
  }

  .swiper-staff-thumbs {
    display: none;
    width: 55%;
    right: 0;
    bottom: 0;
  }

  /* page news list */
  .page-news-list {
    margin-bottom: .3rem;
  }

  .page-news-list li {
    margin-right: 0;
    margin-bottom: 4%;
    position: relative;
    width: 100%;
  }

  .page-news-list li a {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .page-news-item {
    padding: .2rem 0;
  }

  .page-news-block {
    flex-direction: column
  }

  .page-news-left {
    width: 100%;
  }

  .page-news-time {
    font-size: .24rem
  }

  .page-news-title {
    font-size: .3rem;
    line-height: 1.6;
    margin-bottom: 10px
  }

  .page-news-summary {
    font-size: .24rem;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
  }

  .page-news-right {
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  .page-news-list li .img {
    width: 40%;
    padding-bottom: 30%;
  }

  .page-news-list li .news-txt {
    width: 60%;
    padding: .15rem .2rem;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }

  .page-news-list li .news-txt h4 {
    font-size: .28rem
  }

  .page-news-list li .news-txt p {
    font-size: .24rem;
  }

  .page-news-list li .news-txt span {
    font-size: .24rem;
  }

  /* page news detail */
  .page-news-details {
    padding: .5rem 0;
  }

  .page-news-details .page-title {
    font-size: .32rem
  }

  .page-news-details .page-text,
  .page-news-details .page-text p {
    font-size: .266rem
  }

  .detailTop {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .detail-title {
    width: 100%;
    line-height: 1.5;
    font-size: 0.46rem;
    margin-bottom: 10px;
  }

  .detailTop .container::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 4px;
    bottom: -26px;
    border-top: 8px solid var(--bg-blue);
  }

  .detail-content .container {
    flex-wrap: wrap;
  }

  .article-detail-page {
    width: 100%;
  }

  .page-news-detail {
    max-width: 100%;
    flex-direction: column;
  }

  .news-detail-left {
    width: 100%;
  }

  .page-title {
    font-size: .32rem;
  }

  .news-detail-left .page-info {
    font-size: .24rem;
    margin: .2rem 0;
    padding: .15rem 0;
  }

  .news-detail-right {
    width: 100%;
  }

  .news-detail-right h3 {
    font-size: .32rem;
  }

  .page-news-hot li {
    padding: .12rem 0;
  }

  .page-news-hot li a .name {
    font-size: .28rem;
    line-height: 1.6;
  }

  .page-news-hot li a .time {
    font-size: .24rem;
  }

  /* page case list */
  .page-case-list a {
    width: 100%;
    margin-right: 0;
  }

  .page-case-list .project-case-title {
    font-size: .24rem;
  }

  .page-case-list .project-case-time {
    font-size: .2rem;
  }

  /* mobile case detail */
  .cases_detail_head {
    width: 100%;
    position: relative;
    margin-top: 50px;
  }

  .cases_detail_head .swiper .swiper-slide img {
    width: 100%;
  }

  .cases_detail_head .swiper-pagination {
    width: 100%;
    margin-top: 20px;
  }

  .cases_detail_head .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 3px;
  }

  .cases_detail_head .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }

  .cases_detail_head .swiper-button-prev,
  .cases_detail_head .swiper-button-next {
    width: auto;
    height: auto;
    background: #000;
    opacity: .8;
  }

  .cases_detail_head .swiper-button-prev:after,
  .cases_detail_head .swiper-container-rtl .swiper-button-next:after {
    content: "";
  }

  .cases_detail_head .swiper-button-next:after,
  .cases_detail_head .swiper-container-rtl .swiper-button-prev:after {
    content: "";
  }

  .cases_detail_head .swiper-button-prev {
    left: 0;
  }

  .cases_detail_head .swiper-button-next {
    right: 0;
  }

  .cases_detail_head .swiper-button-prev i,
  .cases_detail_head .swiper-button-next i {
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 10px 5px;
  }

  .cases_detail_head .swiper-button-prev i {
    transform: rotate(180deg);
  }

  .cases_detail_title {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 25px 0;
  }

  .cases_detail_title h2 {
    color: #060606;
    font-size: 13px;
    text-align: left;
  }

  .cases_detail_title h2 i {
    font-weight: bold;
  }

  .cases_detail_title h2 p {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
  }

  .cases_detail_logo {
    text-align: left;
    margin-top: .2rem;
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }

  .cases_detail_logo img {
    width: 40%
  }

  .profile {
    padding: .35rem 0;
  }

  .profile .container {
    flex-direction: column;
  }

  .profile_title {
    display: block;
  }

  .section_title {
    text-shadow: none;
  }

  .section_title h3 {
    font-size: .3rem;
  }

  .section_title p {
    font-size: .32rem;
  }

  .profile_con {
    width: 100%;
  }

  .profile_con>div {
    margin-right: 0;
    width: 100%;
    text-align: left;
    vertical-align: top;
  }

  .profile_con_list {}

  .profile_con_list li {
    width: 100%;
    border-bottom: 1px solid #dadada;
    padding-bottom: .1rem;
    margin-bottom: .2rem;
    color: #000;
    font-size: .28rem;
  }

  .profile_con_list li h3,
  .profile_con_info h3 {
    font-size: .34rem;
    margin-bottom: .15rem;
  }

  .profile_con_list p,
  .profile_con_info p {
    font-size: .26rem;
    line-height: 2;
  }

  .case_item .img-box {
    height: 2rem;
  }

  .case_item h4 {
    font-size: .28rem;
    font-weight: normal;
  }

  .page-text,
  .page-text p {
    font-size: 0.16rem;
    line-height: 1.8;
  }

  .page-next .post_prev,
  .page-next .post_next {
    padding: 10px;
  }

  .page-next span,
  .page-next a {
    font-size: 0.26rem;
  }

  .page-info {
    margin: 0.38rem 0;
    padding-bottom: 0.285rem;
  }

  .page-next {
    margin-top: 0.38rem;
  }

  .path,
  .path a {
    font-size: .24rem;
  }

  /* mobile page contact */
  .page-contact {
    flex-direction: column;
  }

  .page-contact-left {
    width: 100%;
    padding: .3rem .33rem;
  }

  .page-contact-left .page-title {
    font-size: .4rem;
    margin-bottom: .3rem;
  }

  .page-contact-tel {
    margin-bottom: .2rem;
  }

  .page-contact-tel i {
    display: flex;
    width: .8rem;
    height: .8rem
  }

  .page-contact-tel i svg {
    width: .8rem;
    height: .8rem
  }

  .page-contact-tel p {
    font-size: .24rem
  }

  .page-contact-tel p b {
    font-size: .42rem
  }

  .page-contact-adds p {
    margin: .3rem 0;
    font-size: .26rem;
    align-items: flex-start;
    line-height: 1.4;
  }

  .page-contact-adds p i {
    margin-right: .15rem;
    font-size: .3rem;
    line-height: 1.4;
  }

  .page-contact-code-item p {
    font-size: .24rem
  }

  .page-contact-adds {
    margin-bottom: .3rem;
    font-size: .28rem;
  }

  .page-contact-info {
    margin-top: .3rem;
    font-size: .24rem;
  }

  .page-contact-right {
    height: 5rem;
    width: 100%
  }

  /* footer */
  .footer {}

  .footer .container {
    flex-direction: column;
  }

  .bottom .socals {
    width: 100%;
    margin-bottom: 15px;
  }

  .soDiv {
    justify-content: flex-start;
  }

  .bottom .socals .so {
    width: 30%;
  }

  .bottom .socals .so:first-child {
    margin-right: 10px;
  }

  .bottom .socals img {
    width: 100%;
  }

  .bottom .socals p {
    width: 100%;
    font-size: .24rem;
  }

  .conAddress {
    font-size: .26rem;
  }

  .conAddress .call .txt {
    font-size: .28rem;
  }

  .conAddress .call .des {
    font-size: .38rem;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: center;
    padding: 0.3rem 0 0.2rem;
    border-top: 1px solid rgba(235, 235, 235, 0.1);
    text-align: center;
  }

  .footer-copyright p,
  .footer-copyright span,
  .footer-copyright a {
    font-size: 0.24rem;
  }

  .f-menu {
    display: none;
  }

  .ft-media i {
    font-size: .3rem
  }
  .page-contact2 .container,.p-ct-info{
    flex-direction: column;
  }
  .p-ct-left,.p-ct-info .info-left,.p-ct-info .info-right{
    width: 100%;;
  }
  .p-ct-left p,.p-ct-media span{
      font-size: .28rem;
  }
  .p-ct-map{
    position: relative;
    left: auto;
    bottom: auto;
  }
  .p-ct-form{
    width: 100%;
  }
  .p-ct-form .form-field label{
    font-size: .28rem;
  }
  .p-ct-form .google-message{
    font-size: .266rem;
  }
  .p-ct-form .form-field .fusion-form-input{
    height: .6rem;
    line-height: .6rem;
  }
  .captcha-form-field .captcha{
    width: 100px;
    height: .6rem;
  }
  .p-ct-form .form-field .fusion-form-button{
    font-size: .28rem;
  }
}

.backTop {
  padding-bottom: .2rem;
}

/* 
.backTop {
  position: fixed;
  z-index: 51;
  right: 50px;
  bottom: -100px;
  width: 0.52rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.backTop img {
  max-width: 48%;
  position: relative;
  z-index: 10;
}

.backTop.active {
  bottom: 50px;
}

@media (max-width: 760px) {
  .backTop {
    width: 0.8rem;
    height: 0.8rem;
    right: 20px;
  }

  .backTop.active {
    bottom: 80px;
  }
} */



/*swiper*/

.product-pic .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-pic .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-pic {
  height: 90%;
  width: 100%;
}

.product-thu {
  height: 9%;
  box-sizing: border-box;
  width: 46%;
  margin-top: 1%;
}

.product-thu .swiper-slide {
  width: 25%;
  height: 100%;
  /* opacity: 0.4; */
  border: 1 px solid;

}

.product-thu .swiper-slide-thumb-active {
  border: 1px solid #004e9d;
  /*transform:scale(0.8);*/
  /* opacity: 1; */
  background: rgba(238, 238, 238, 1);
}

.advert-choose-more {
  display: flex;
  justify-content: center;
}

.f-item-captcha img{
	cursor: pointer;
    width: 120px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.captcha-label img{
	background: #fff;
}

.captcha-form-field img{
	display: block;
    width: 140px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}