@charset "utf-8";
:root {
  --color: #007dc8;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: thin;
}
* ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
* ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'rob-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg path {
  fill: currentColor !important;
  opacity: 1 !important;
}
picture,
section,
main {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1440px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img,
.public-img > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 100px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
.g_tac {
  text-align: center;
}
/*头部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 100px;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 60px;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -100px;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -60px;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.56rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 30px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
#c-header .c-switch {
  position: relative;
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #fff;
}
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  padding-left: 0.6rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #c-header .c-gn form img,
  #c-header .c-gn form svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn form:hover > svg {
  color: var(--color);
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #666;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 0.15rem;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #fff;
  background: var(--color);
  cursor: pointer;
}
#c-header .c-gn .c-language {
  margin: 0 0.3rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn .c-language .c-ico-text {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-language .c-ico-text span {
  margin: 0 0.05rem;
  transition: all 0.4s;
}
#c-header .c-gn .c-language .c-ico-text img,
#c-header .c-gn .c-language .c-ico-text svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
#c-header .c-gn .c-language .c-ico-text img:nth-child(3),
#c-header .c-gn .c-language .c-ico-text svg:nth-child(3) {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-gn .c-language .c-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  line-height: 50px;
}
#c-header .c-gn .c-language .c-box a {
  position: relative;
  display: block;
  padding: 0 20px;
  transition: all 0.4s;
}
#c-header .c-gn .c-language .c-box a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header .c-gn .c-language .c-box a:hover {
  color: var(--color);
}
#c-header .c-gn .c-language:hover .c-ico-text {
  color: var(--color);
}
#c-header .c-gn .c-language:hover .c-ico-text svg {
  color: var(--color);
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone img,
#c-header .c-gn .c-phone svg {
  margin: 0 0.1rem 0 0;
  width: 20px;
  height: 20px;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone svg {
  color: var(--color);
}
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.3rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
  transition: all 0.4s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--color);
  transition: 0.4s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 50px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li:last-child a::before {
  display: none;
}
#c-header .c-nav ul li a {
  padding: 0 20px;
  color: #333;
}
#c-header .c-nav ul li a::before {
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: var(--color);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg,
#c-header .c-nav li:hover > .c-title-box svg {
  color: var(--color);
}
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 5vw;
  border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 14px;
  height: 14px;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: var(--color);
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 底部 */
#c-footer {
  color: #fff;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.4s;
}
#c-footer a:hover {
  color: var(--color);
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 1.2rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: var(--color);
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.4s;
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.4s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 40px;
    height: 40px;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 50%;
  height: 50%;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: var(--color);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  border-top: 1px solid #999;
  color: #7f7f7f;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #7f7f7f;
}
#c-footer .c-bottom-box .container a:hover {
  color: var(--color);
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  color: #fff;
  transform: rotate(-90deg);
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
  color: #333;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close:hover {
  color: #fff;
  background-color: var(--color);
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/*首页内容1*/
.g_hbanner {
  position: relative;
}
.g_hbanner .g_hbanner_box .c-img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.g_hbanner .g_hbanner_box .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g_hbanner .g_hbanner_box .public-img:before {
  padding-top: 37.5%;
}
@media (max-width: 991px) {
  .g_hbanner .g_hbanner_box .public-img:before {
    padding-top: 60%;
  }
}
@media (max-width: 991px) {
  .g_hbanner .g_hbanner_box .public-img:before {
    padding-top: 120%;
  }
}
.g_hbanner .g_hbanner_box .c-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
}
.c-home1 .swiper-slide {
  overflow: hidden;
}
.c-home1 .swiper-slide .g_banner_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
}
.c-home1 .swiper-slide .g_banner_txt .container {
  padding-top: 0.9rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1260px) {
  .c-home1 .swiper-slide .g_banner_txt .container {
    padding: 0 0 0.3rem;
  }
}
.c-home1 .swiper-slide .g_banner_txt .container .txt {
  /* display: flex;
					flex-direction: column;
					justify-content: center; */
}
.c-home1 .swiper-slide .g_banner_txt .container .txt .p3 {
  margin-top: 0.07rem;
}
.c-home1 .swiper-button-next,
.c-home1 .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.4s;
  right: 0.6rem;
  background: transparent;
}
@media (max-width: 991px) {
  .c-home1 .swiper-button-next,
  .c-home1 .swiper-button-prev {
    display: none;
  }
}
.c-home1 .swiper-button-next::after,
.c-home1 .swiper-button-prev::after {
  display: none;
}
.c-home1 .swiper-button-next img,
.c-home1 .swiper-button-prev img,
.c-home1 .swiper-button-next svg,
.c-home1 .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
.c-home1 .swiper-button-prev {
  left: 0.6rem;
  transform: rotate(180deg);
}
.c-home1 .swiper-button-next:hover,
.c-home1 .swiper-button-prev:hover {
  opacity: 1;
}
.c-home1 .swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0.4rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination {
    bottom: 0.6rem;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #686569;
  border-radius: 0;
  width: 10px;
  height: 10px;
  transition: all 0.4s;
  vertical-align: top;
  border-radius: 10px;
  margin: 0 0.06rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 7px;
    height: 7px;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet div {
  height: 100%;
  background: var(--color);
  width: 0;
  transition-timing-function: linear;
}
.c-home1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 0.7rem;
}
/* 自己的公共样式 */
/*过渡*/
a {
  text-decoration: initial;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
/* 字体 */
@font-face {
  font-family: 'rob-b';
  src: url(../font/Roboto-Bold.ttf);
}
@font-face {
  font-family: 'rob-l';
  src: url(../font/Roboto-Light.ttf);
}
@font-face {
  font-family: 'rob-m';
  src: url(../font/Roboto-Medium.ttf);
}
@font-face {
  font-family: 'rob-r';
  src: url(../font/Roboto-Regular.ttf);
}
.font-rob-b {
  font-family: 'rob-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-rob-l {
  font-family: 'rob-l', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-rob-m {
  font-family: 'rob-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-rob-r {
  font-family: 'rob-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.img_hover img {
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -webkit-transition: all 0.8s;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s;
  /* Opera */
}
.pro_show_js_con * {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/*延迟*/
.sy_t_box:nth-child(2),
.xinw_nr_box:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(3),
.xinw_nr_box:nth-child(3) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(4),
.xinw_nr_box:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(5) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
}
.team_box:hover {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wow_up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* 普通移入效果 */
.hov_08 {
  transition: all 0.4s;
}
.hov_08:hover {
  opacity: 0.8;
}
/* 粘性布局调整 */
.sticky_top {
  top: 0 !important;
}
@media screen and (max-width: 1440px) {
  .sticky_top {
    top: 60px;
  }
}
/* 移入图片切换 */
.img_qh .img2 {
  display: none;
}
.img_qh:hover .img1 {
  display: none;
}
.img_qh:hover .img2 {
  display: block;
}
/* pc和移动端的隐藏显示 */
.xs,
.xs2 {
  display: block;
}
.yc,
.yc2 {
  display: none;
}
@media (max-width: 767px) {
  .xs,
  .xs2 {
    display: none;
  }
  .yc,
  .yc2 {
    display: block;
  }
}
.g_xs {
  display: block;
}
.g_yc {
  display: none;
}
@media (max-width: 767px) {
  .g_xs {
    display: none;
  }
  .g_yc {
    display: block;
  }
}
.g_xs2 {
  display: block;
}
.g_yc2 {
  display: none;
}
@media (max-width: 991px) {
  .g_xs2 {
    display: none;
  }
  .g_yc2 {
    display: block;
  }
}
.g_pc {
  display: block;
}
.g_md {
  display: none;
}
@media (max-width: 767px) {
  .g_pc {
    display: none;
  }
  .g_md {
    display: block;
  }
}
/* 图片移入效果 */
.img_hover:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
}
/* banner中间小图标 */
.banner_sb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: 18px;
  height: auto;
  z-index: 100;
  object-fit: contain;
  animation: moveh 3s infinite linear;
  -webkit-animation: moveh 3s infinite linear;
}
@keyframes moveh {
  0% {
    bottom: 0.5rem;
  }
  50% {
    bottom: 0.3rem;
  }
  100% {
    bottom: 0.5rem;
  }
}
/* 子页面分隔 */
.gw {
  height: 100px;
  width: 100%;
  background: #fff;
}
.gw.on {
  height: 81px;
}
@media screen and (max-width: 1440px) {
  .gw {
    height: 60px;
  }
  .gw.on {
    height: 61px;
  }
}
.ceshi {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font38 {
    font-size: 36px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 50px;
  }
  .font56 {
    font-size: 52px;
  }
  .font60,
  .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font38,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 14px;
  }
  .font18,
  .font20 {
    font-size: 15px;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 16px;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 17px;
  }
  .font36,
  .font38,
  .font40 {
    font-size: 20px;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 23px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font80 {
    font-size: 24px;
  }
}
/*延迟*/
.yanchi1 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  /* Safari 和 Chrome */
}
.yanchi2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.yanchi3 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.yanchi4 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.yanchi5 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi6 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.yanchi7 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.yanchi8 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi9 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.yanchi10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.yanchi11 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.yanchi12 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.yanchi13 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi14 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi15 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi16 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.yanchi17 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.yanchi18 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi19 {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
.yanchi20 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
/* 缓动效果 */
@-webkit-keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp200 {
  -webkit-animation-name: slideInUp200;
  animation-name: slideInUp200;
}
@-webkit-keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp100 {
  -webkit-animation-name: slideInUp100;
  animation-name: slideInUp100;
}
@-webkit-keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp50 {
  -webkit-animation-name: slideInUp50;
  animation-name: slideInUp50;
}
@-webkit-keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp40 {
  -webkit-animation-name: slideInUp40;
  animation-name: slideInUp40;
}
@-webkit-keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp30 {
  -webkit-animation-name: slideInUp30;
  animation-name: slideInUp30;
}
@-webkit-keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp20 {
  -webkit-animation-name: slideInUp20;
  animation-name: slideInUp20;
}
@keyframes fadeInDown20 {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown20 {
  animation-name: fadeInDown20;
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.ptb110 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ptb90 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ptb60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .ptb120 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ptb110 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .ptb100 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb90 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb80 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
/* 导航设置 */
/* 默认导航栏颜色 */
/* 默认字体颜色 */
/* 默认svg颜色 */
/* 移入导航栏颜色 */
/* 移入导航栏字体和svg颜色 */
/* 移入文字字体和svg颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 show_nav */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
/* 导航 */
nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  /* show_nav 子页面导航class */
  /* nav_on 导航不在顶部后移入加上移除去掉的class */
  /* nav_on2 导航不在顶部后固定的class */
  /* 搜索下拉 */
}
@media (max-width: 1260px) {
  nav {
    /* background: #fff; */
  }
}
nav.show_nav {
  background: none;
}
nav.show_nav .nav_top {
  background: none;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_top {
    background: var(--color);
  }
}
@media (max-width: 1260px) {
  nav.show_nav .xs {
    display: block;
  }
}
@media (max-width: 1260px) {
  nav.show_nav .yc {
    display: none;
  }
}
nav.show_nav svg {
  color: #fff;
}
nav.show_nav svg path {
  fill: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav svg path {
    fill: #fff;
  }
}
nav.show_nav .nav_ljbox .nav_l_box .logo .xs {
  display: none;
}
nav.show_nav .nav_ljbox .nav_l_box .logo .yc {
  display: block;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p {
  color: #fff;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg {
  color: #fff;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg path {
  fill: #fff;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p {
  font-weight: bold;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p::after {
  background: var(--color) !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg {
  color: var(--color) !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg path {
  fill: var(--color) !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box {
  /* 语言 */
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn {
  border-color: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn {
    border-color: var(--color);
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p {
  color: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p {
    color: var(--color);
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p,
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
  color: #fff !important;
}
nav.nav_on,
nav.nav_on2 {
  background: #fff;
}
nav.nav_on svg,
nav.nav_on2 svg {
  color: #333;
}
nav.nav_on svg path,
nav.nav_on2 svg path {
  fill: #333;
}
nav.nav_on .nav_top,
nav.nav_on2 .nav_top {
  background: var(--color);
}
nav.nav_on .nav_ljbox .nav_l_box .logo .xs,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .xs {
  display: none;
}
nav.nav_on .nav_ljbox .nav_l_box .logo .yc,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .yc {
  display: block;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
  color: #333 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p {
  color: #333 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg {
  color: #333 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg path,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg path {
  fill: #333;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p {
  font-weight: bold;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p::after,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p::after {
  background: var(--color) !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg {
  color: var(--color) !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg path,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg path {
  fill: var(--color) !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box {
  /* 语言 */
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn {
  border-color: var(--color);
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p {
  color: var(--color);
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p,
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
  color: #333 !important;
}
@media (max-width: 1260px) {
  nav.nav_on #g-header .c-switch i,
  nav.nav_on2 #g-header .c-switch i {
    background: #fff;
  }
}
nav .nav_top {
  transition: all 0.4s;
  background: var(--color);
  height: 40px;
}
nav .nav_top .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav .nav_top .container a {
  color: #fff;
  margin-left: 0.4rem;
}
nav .nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 120px;
  margin: auto;
  /* logo */
  /* 导航右侧 */
}
@media screen and (max-width: 1440px) {
  nav .nav_ljbox {
    height: 60px;
  }
}
@media (max-width: 1260px) {
  nav .nav_ljbox {
    width: 100%;
    padding: 0 5%;
  }
}
nav .nav_ljbox .nav_l_box .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_l_box .logo .xs {
    display: none;
  }
  nav .nav_ljbox .nav_l_box .logo .yc {
    display: block;
  }
}
nav .nav_ljbox .nav_l_box .logo img {
  width: 1.91rem;
  height: auto;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo img {
    width: 2.4rem;
  }
}
nav .nav_ljbox .nav_l_box .logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
@media (max-width: 1580px) {
  nav .nav_ljbox .nav_l_box .logo p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
}
nav .nav_ljbox .nav_r_box {
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box {
    display: flex;
  }
}
nav .nav_ljbox .nav_r_box .nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  /* 导航右边内容 */
}
nav .nav_ljbox .nav_r_box .nav_r .navbox {
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li {
  height: 100%;
  position: relative;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on2 {
  position: initial;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a > p {
  font-weight: bold;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p::after,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a > p::after {
  width: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a svg {
  color: var(--color) !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg path,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a svg path {
  fill: var(--color) !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .xs,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .xs {
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .yc,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .yc {
  display: block;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .img1,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .img1 {
  display: none !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .img2,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .img2 {
  display: block !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
  color: #fff;
  margin: 0 0.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
    margin: 0 0.1rem;
    color: #333;
  }
}
@media (max-width: 991px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
    font-size: 12px;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > svg {
  width: 6px;
  height: auto;
  position: absolute;
  right: -11px;
  color: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a .img2 {
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p {
  transition: all 0.4s;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  /* &::after{
										transition: all 0.4s;
										content: '';
										position: absolute;
										bottom: 0;
										width: 0;
										height: 2px;
										left: 50%;
										background: @colorNav_hover_line;
										transform: translateX(-50%);
									} */
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr {
  margin-left: 0.15rem;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box {
  height: 100%;
  display: flex;
  align-items: center;
  /* 语言 */
  /* 搜索 */
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl {
  margin: 0 0.43rem 0 0.73rem;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_a a {
  padding: 0 0.38rem;
  height: 60px;
  background: var(--color);
  color: #fff;
  display: inline-flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan {
  margin-right: 0.26rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan:hover .nav_lan_box p,
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan:hover .nav_lan_box svg {
  color: var(--color);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg {
  color: #fff;
  margin-right: 0.19rem;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
  color: #fff;
  flex-shrink: 0;
  width: 6px;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box {
  width: 100%;
  height: 100%;
  padding: 0.05rem 0.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a {
  margin: 3px 0;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: var(--color);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search {
  position: relative;
  width: 2rem;
  /* background: #fff; */
  /* border-radius: 5px; */
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a {
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a svg {
  color: #333;
  width: 15px;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a svg path {
  fill: #333;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search form {
  padding: 0 0 0.1rem 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b2b2b2;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search form button {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search form button svg {
  color: #164f9a;
  margin-left: 0.1rem;
  width: 19px;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search form button svg path {
  fill: #164f9a;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search form input {
  width: 100%;
}
nav .g_navsearch {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  display: none;
}
nav .g_navsearch .container {
  padding: 0.6rem 0 1rem;
  position: relative;
}
@media (max-width: 767px) {
  nav .g_navsearch .container {
    padding-bottom: 0.6rem;
  }
}
nav .g_navsearch .f_close {
  position: absolute;
  right: 0.8rem;
  top: 0.96rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  nav .g_navsearch .f_close {
    right: 0;
    top: 0.3rem;
    width: 16px;
    height: 16px;
  }
}
nav .g_navsearch .f_close img {
  width: 100%;
  float: left;
}
nav .g_navsearch .f_close img:nth-child(2) {
  display: none;
}
nav .g_navsearch .f_close svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  color: #808080;
}
nav .g_navsearch .f_close svg path {
  fill: #808080;
}
nav .g_navsearch .f_close:hover {
  transform: rotate(90deg);
}
nav .g_navsearch .f_cont {
  max-width: 1000px;
  margin: 0 auto;
}
nav .g_navsearch .f_cont .fz_title {
  margin-bottom: 1.36rem;
}
@media (max-width: 767px) {
  nav .g_navsearch .f_cont .fz_title {
    margin-bottom: 0.6rem;
  }
}
nav .g_navsearch .f_cont .f_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  margin-bottom: 0.36rem;
  border-bottom: 1px solid rgba(194, 194, 194, 0.15);
}
@media (max-width: 767px) {
  nav .g_navsearch .f_cont .f_form {
    padding-bottom: 0.3rem;
  }
}
nav .g_navsearch .f_cont .f_form input {
  width: calc(100% - 26px);
  padding-right: 0.26rem;
  padding-left: 10px;
}
@media (max-width: 767px) {
  nav .g_navsearch .f_cont .f_form input {
    width: calc(100% - 0.36rem);
  }
}
nav .g_navsearch .f_cont .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555555;
}
nav .g_navsearch .f_cont .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
}
nav .g_navsearch .f_cont .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555555;
}
nav .g_navsearch .f_cont .f_form .f_sub {
  overflow: hidden;
  width: 26px;
}
@media (max-width: 767px) {
  nav .g_navsearch .f_cont .f_form .f_sub {
    width: 0.36rem;
  }
}
nav .g_navsearch .f_cont .f_form .f_sub img {
  float: left;
  width: 100%;
}
nav .g_navsearch .f_cont .f_form .f_sub svg {
  color: #444444;
  width: 100%;
}
nav .g_navsearch .f_cont .f_form .f_sub svg path {
  fill: #444444;
}
nav .g_navsearch .f_cont .f_form .f_sub:hover svg {
  color: var(--color);
}
nav .g_navsearch .f_cont .f_form .f_sub:hover svg path {
  fill: var(--color);
}
nav .g_navsearch .f_cont .f_jut {
  display: flex;
  line-height: 24px;
  align-items: flex-start;
  line-height: 36px;
}
@media (max-width: 1580px) {
  nav .g_navsearch .f_cont .f_jut {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  nav .g_navsearch .f_cont .f_jut {
    line-height: 26px;
  }
}
nav .g_navsearch .f_cont .f_jut .name {
  fill: 0 0 auto;
  margin-top: 1px;
  display: block;
  padding-right: 0.2rem;
}
nav .g_navsearch .f_cont .f_jut .f_list {
  fill: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
nav .g_navsearch .f_cont .f_jut .f_list .li {
  margin-bottom: 10px;
  color: #555555;
  background-color: #f1f1f1;
  border-radius: 18px;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0.22rem;
  margin-right: 0.16rem;
}
@media (max-width: 1580px) {
  nav .g_navsearch .f_cont .f_jut .f_list .li {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  nav .g_navsearch .f_cont .f_jut .f_list .li {
    border-radius: 13px;
  }
}
nav .g_navsearch .f_cont .f_jut .f_list .li:hover {
  color: #ffffff;
  background-color: var(--color);
}
/* 导航各种效果 */
.nav1_none {
  top: -121px !important;
}
.nav2_none {
  top: 121px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -61px !important;
  }
  .nav2_none {
    top: 61px !important;
  }
}
/* 下拉导航 */
.g_nav2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  padding: 0.2rem 0;
  display: none;
  width: auto;
  white-space: nowrap;
}
.g_nav2 .g_nav2_it {
  /* position: relative; */
}
.g_nav2 .g_nav2_it:hover .g_nav2_three {
  opacity: 1;
  z-index: 10;
}
.g_nav2 .g_nav2_it:hover .g_nav2_two p {
  color: var(--color);
}
.g_nav2 .g_nav2_it:hover .g_nav2_two i {
  opacity: 1;
}
.g_nav2 .g_nav2_it .g_nav2_two {
  padding: 0.09rem 0.2rem 0.09rem 0.28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g_nav2 .g_nav2_it .g_nav2_two p {
  white-space: nowrap;
}
.g_nav2 .g_nav2_it .g_nav2_two i {
  transition: all 0.4s;
  opacity: 0;
  margin-left: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: auto;
  color: var(--color);
}
.g_nav2 .g_nav2_it .g_nav2_two i svg,
.g_nav2 .g_nav2_it .g_nav2_two i img {
  width: 100%;
  height: auto;
}
.g_nav2 .g_nav2_it .g_nav2_two i svg path,
.g_nav2 .g_nav2_it .g_nav2_two i img path {
  fill: var(--color);
}
.g_nav2 .g_nav2_it .g_nav2_three {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 100%;
  top: 0;
  min-height: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  padding: 0.2rem 0.2rem 0.2rem 0.28rem;
  transition: all 0.4s;
}
.g_nav2 .g_nav2_it .g_nav2_three > a {
  display: block;
  margin: 0.09rem 0;
}
.g_nav2 .g_nav2_it .g_nav2_three > a:hover,
.g_nav2 .g_nav2_it .g_nav2_three > a.on {
  color: var(--color);
}
.g_nav3 {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100vh);
  top: calc(100% + 1px);
  left: 0;
  background: #fff;
}
/* 移动端导航 */
#g-header {
  display: none;
}
@media (max-width: 1260px) {
  #g-header {
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
  }
}
#g-header .c-nav2 {
  position: absolute;
  right: -100%;
  left: auto;
  width: 100%;
  top: 100px;
  height: calc(var(--vh) - 100px);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.8s;
  text-align: left;
}
@media (max-width: 1260px) {
  #g-header .c-nav2 {
    height: calc(var(--vh) - 60px);
    top: 60px;
  }
}
#g-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#g-header .c-nav2 li {
  padding: 0 0.7rem;
  border-top: 1px solid #fff;
}
#g-header .c-nav2 li.on img,
#g-header .c-nav2 li.on svg {
  transform: rotate(0deg) !important;
}
@media (max-width: 767px) {
  #g-header .c-nav2 li {
    padding: 0 0.7rem;
  }
}
#g-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#g-header .c-nav2 li .c-title-box img,
#g-header .c-nav2 li .c-title-box svg {
  transform: rotate(-90deg);
  width: 0.3rem;
  height: auto;
  transition: all 0.3s;
  margin: 0 0 0 10px;
  float: right;
  color: #333;
  display: block;
}
@media (max-width: 1260px) {
  #g-header .c-nav2 li .c-title-box img,
  #g-header .c-nav2 li .c-title-box svg {
    width: 12px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #g-header .c-nav2 li .c-title-box img,
  #g-header .c-nav2 li .c-title-box svg {
    width: 9px;
  }
}
#g-header .c-nav2 li .c-title-box img path,
#g-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#g-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
#g-header .c-nav2 li a i {
  font-size: 20px;
}
#g-header .c-nav2 li a:hover,
#g-header .c-nav2 li.on > a {
  color: var(--color);
}
#g-header .c-nav2 li ul {
  display: none;
}
#g-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #g-header .c-switch {
    display: block;
  }
}
#g-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#g-header .c-switch i:nth-child(1) {
  top: 0;
}
#g-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#g-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#g-header .c-switch i .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
.c-title-con {
  display: none;
}
.c-open #g-header .c-nav2 {
  right: 0;
}
.c-open #g-header .c-nav2 .c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
  padding-bottom: 0.25rem;
}
.c-open #g-header .c-nav2 .c-title-con > a {
  color: #999 !important;
  display: block;
  padding: 0.15rem 0 0.15rem 20px;
  line-height: 1.5;
}
.c-open #g-header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open #g-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open #g-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* banner */
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h_b_img .img1 {
  z-index: 1;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
}
.h_b_img .img2 {
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.h_b_img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
/* 底部导航 */
.foot_nav {
  margin-right: 1.68rem;
}
.foot_nav a {
  transition: all 0.4s;
}
.foot_nav a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .foot_nav {
    margin: 0 ;
  }
}
.foot_nav:last-child {
  margin-right: 0;
}
.foot_nav .a_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.foot_nav .a_tit.on svg,
.foot_nav .a_tit.on img {
  transform: rotate(90deg);
}
.foot_nav .a_tit a {
  text-transform: uppercase;
  color: #fff;
}
.foot_nav .a_tit svg,
.foot_nav .a_tit img {
  transition: all 0.4s;
  width: 5px;
  height: auto;
  display: none;
  color: #fff;
}
@media (max-width: 767px) {
  .foot_nav .a_tit svg,
  .foot_nav .a_tit img {
    display: block;
  }
}
.foot_nav .a_tit svg path,
.foot_nav .a_tit img path {
  fill: #fff;
}
@media (max-width: 767px) {
  .foot_nav ul {
    display: none;
    padding-bottom: 0.2rem;
  }
}
.foot_nav ul li {
  margin-bottom: 0.12rem;
}
.foot_nav ul li a {
  color: #999;
}
/* 网站地图 */
.g-mapon {
  padding: 1.1rem 0 3.14rem;
}
.g-mapon .g-tit {
  text-align: center;
}
.g-mapon .g-tit h2 {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .g-mapon .g-tit h2 {
    font-size: 0.48rem;
  }
}
.g-mapon .box {
  background: #fff;
  margin-top: 0.1rem;
}
.g-mapon .box .item {
  display: flex;
  padding: 0.45rem 0 0.3rem;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
@media (max-width: 767px) {
  .g-mapon .box .item {
    flex-direction: column;
  }
}
.g-mapon .box .item a:hover {
  color: var(--color) !important;
}
.g-mapon .box .item .g-la {
  font-weight: bold;
  width: 2.5rem;
  margin-bottom: 0.15rem;
  flex-shrink: 0;
  color: #222;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-la {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
}
.g-mapon .box .item .g-twa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.g-mapon .box .item .g-twa a {
  min-width: 1.8rem;
  margin-right: 0.2rem;
  margin-bottom: 0.15rem;
  padding-right: 0.2rem;
  color: #000;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-twa a {
    min-width: auto;
  }
}
/* 404 */
.notbox404 {
  padding: 0.5rem 0 1.2rem;
}
.notbox404 .notbox404_box {
  text-align: center;
  width: 90%;
  margin: auto;
}
.notbox404 .notbox404_box > img {
  margin-bottom: 0.75rem;
  width: 6rem;
}
@media (max-width: 991px) {
  .notbox404 .notbox404_box > img {
    width: 90%;
  }
}
.notbox404 .notbox404_box .notbox404_con .txt {
  margin: 0.25rem 0 0.6rem;
}
.notbox404 .notbox404_box .notbox404_con .txt span {
  color: var(--color);
}
/* 免责声明 */
.g-pri {
  padding: 1.1rem 0 3rem;
}
.g-pri .box .tit {
  margin-bottom: 0.35rem;
  text-align: center;
}
.g-pri .box .tit h2 {
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.g-pri .box .tit .g-p {
  display: flex;
  justify-content: center;
}
.g-pri .box .tit .g-p p {
  color: #999;
  margin: 0 0.18rem;
}
.g-pri .box .public-content h3 {
  font-size: 24px;
}
.g-pri .box .public-content .p1 {
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .p1:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .p1:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box {
  display: flex;
}
@media (max-width: 767px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box {
    flex-direction: column;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span {
  flex-shrink: 0;
  color: #222;
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul {
  padding: 0;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul li {
  list-style: none;
}
.pub_title {
  text-align: center;
}
.pub_title h2 {
  font-weight: bold;
  color: #1e304a;
  line-height: 1.2;
}
.pub_title p {
  margin-top: 0.2rem;
  color: #999;
}
.pub_btn {
  min-width: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 0.46rem;
  padding: 0.05rem;
  padding-left: 0.22rem;
  border-radius: 100px;
  /* border-radius: 100px; */
  overflow: hidden;
  background: #fff;
  border: 1px solid transparent;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .pub_btn {
    height: 0.6rem;
    padding-left: 0.3rem;
  }
}
@media (max-width: 767px) {
  .pub_btn {
    height: 0.8rem;
    padding-left: 0.4rem;
  }
}
.pub_btn:hover {
  border-color: var(--color);
  background: var(--color);
}
.pub_btn:hover i {
  background: #fff;
}
.pub_btn:hover i svg path,
.pub_btn:hover i img path {
  fill: var(--color);
}
.pub_btn:hover p {
  color: #fff;
}
.pub_btn i {
  margin-left: 0.13rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.36rem;
  height: 0.36rem;
  background: var(--color);
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .pub_btn i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .pub_btn i {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.pub_btn i svg,
.pub_btn i img {
  width: 16.667%;
  height: auto;
}
.pub_btn i svg path,
.pub_btn i img path {
  fill: #111;
  transition: all 0.4s;
}
.pub_btn p {
  position: relative;
  z-index: 5;
  transition: all 0.4s;
}
.pub_btn2 {
  background: none;
  border-color: #111;
}
.pub_btn3 {
  padding-bottom: 4px;
  border-bottom: 1px solid #111;
  display: flex;
  align-items: center;
}
.pub_btn3.pub_btn3_2 {
  padding-bottom: 0;
  border: none;
}
.pub_btn3.pub_btn3_2 p {
  color: #fff;
}
.pub_btn3.pub_btn3_2 i svg path {
  fill: #fff;
}
.pub_btn3 i {
  margin-left: 0.09rem;
  flex-shrink: 0;
  display: flex;
  width: 6px;
  height: auto;
}
.pub_btn3 i svg,
.pub_btn3 i img {
  width: 100%;
  height: auto;
}
.pub_btn3 i svg path,
.pub_btn3 i img path {
  fill: #111;
}
@media screen and (max-width: 1440px) {
  #c-placeholder {
    height: 60px;
  }
}
/* 二级 */
/* .nav_two_tit{display: flex;align-items: center;justify-content: space-between;}
.nav_two_tit>a{color: #666 !important;display: block;padding-left: 20px;line-height: 40px;}
.nav_two_tit svg{width: 8px;height: auto;color: #666;}
.nav_two_tit svg path{fill: #666;}
.nav_three{display: none;}
.nav_three>a{color: #999 !important;display: block;padding-left: 30px;line-height: 36px;} */
/* 开始 */
.g_qie {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g_qie .pub_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0.2rem;
  position: relative;
  height: 0.33rem;
  width: 0.23rem;
  margin-top: 0;
  top: auto;
  right: auto;
  left: auto;
  cursor: pointer;
  transition: all 0.4s;
}
.g_qie .pub_nav:after {
  display: none;
}
.g_qie .pub_nav:hover .img1 {
  opacity: 0;
}
.g_qie .pub_nav:hover .img2 {
  opacity: 1;
}
.g_qie .pub_nav:hover svg {
  color: #fff;
}
.g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.g_qie .pub_nav img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.g_qie .pub_nav .img2 {
  opacity: 0;
}
.g_qie .pub_nav svg {
  width: 100%;
  height: auto;
}
.g_qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
  transition: all 0.4s;
}
.g_qie .pub_prev img {
  transform: rotate(180deg);
}
.hon {
  margin-bottom: 0.9rem;
}
.hon .g_qie {
  padding: 0.3rem 0 0.23rem;
}
.hon .box .swiper-slide:hover .img .public-img img {
  transform: scale(1.05);
}
.hon .box .swiper-slide:hover .img .imgbj {
  opacity: 1;
}
.hon .box .swiper-slide:hover .txt h3 {
  color: var(--color) !important;
}
.hon .box .img {
  position: relative;
}
.hon .box .img .public-img:before {
  padding-top: 56.25%;
}
.hon .box .img .imgbj {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(33, 134, 194, 0.5);
  padding: 0.22rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.4s;
  z-index: 10;
}
.hon .box .img .imgbj img {
  width: 0.72rem;
  height: auto;
  object-fit: contain;
}
.hon .box .txt {
  margin-top: 0.24rem;
}
.hon .box .txt h3 {
  transition: all 0.4s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hon .box .txt p {
  padding-right: 0.2rem;
  margin-top: 0.1rem;
  /* overflow: hidden;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2; */
}
.g_title {
  margin-bottom: 0.5rem;
  padding: 0 1.8rem;
  position: relative;
}
@media (max-width: 991px) {
  .g_title {
    padding: 0;
  }
}
.g_title .g_h2 {
  line-height: 1.3;
  text-align: center;
}
.g_title .g_h2 p {
  margin-top: 0.15rem;
}
.g_title .g_a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #00b4ff;
  color: #00b4ff;
  line-height: 1.2;
}
@media (max-width: 1260px) {
  .g_title .g_a {
    position: initial;
    margin: 0.1rem auto 0;
    text-align: center;
    display: table;
    transform: translateY(0%);
  }
}
.g_title .g_a:hover span {
  left: 5px;
}
.g_title .g_a span {
  position: relative;
  left: 0;
  transition: all 0.4s;
  margin-left: 0.15rem;
}
.htw {
  margin-bottom: 0.6rem;
}
.htw .box {
  position: relative;
}
.htw .box .item {
  display: flex;
  white-space: initial;
  line-height: 1.5;
}
.htw .box .item .img {
  width: auto;
  height: 111px;
  display: inline-block;
  margin-right: 0.66rem;
}
@media (max-width: 767px) {
  .htw .box .item .img {
    height: 60px;
  }
}
.htw .box .item .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.hth {
  margin-bottom: 0.52rem;
}
.hth .g_title {
  margin-bottom: 0.3rem;
}
.hth .box {
  display: flex;
  flex-wrap: wrap;
}
.hth .box .item {
  position: relative;
  display: block;
  width: calc(100%/3);
}
@media (max-width: 991px) {
  .hth .box .item {
    width: 50%;
  }
}
.hth .box .item:hover .txt {
  opacity: 1;
}
.hth .box .item .public-img {
  transition: 0.4s all;
}
.hth .box .item .public-img:before {
  padding-top: 75.1950078%;
}
.hth .box .item .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/g_bj.png) no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  padding: 0.15rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.4s;
  z-index: 10;
}
.hth .box .item .txt h3 {
  color: #fff;
}
.hth .box .item .g_hover {
  transition: 0.4s all;
  opacity: 1;
  /* position: absolute;
				top: 0;
				left: 0; */
  width: 100%;
  height: 100%;
  padding: 0.3rem;
  background: #2186c2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.hth .box .item .g_hover img {
  transition: all 0.4s;
  opacity: 0.75;
  width: 1.13rem;
  height: auto;
}
@media (max-width: 767px) {
  .hth .box .item .g_hover img {
    width: 0.7rem;
  }
}
.hth .box .item .g_hover p {
  text-align: center;
  margin-top: 0.35rem;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 767px) {
  .hth .box .item .g_hover p {
    font-size: 20px;
  }
}
.hfo {
  margin-bottom: 0.56rem;
}
.hfo .box {
  display: flex;
  flex-wrap: wrap;
}
.hfo .box .item {
  width: 20%;
}
@media (max-width: 991px) {
  .hfo .box .item {
    width: 33.33%;
    margin-bottom: 0.3rem;
  }
}
.hfo .box .item:nth-child(1) .g_num i {
  background: #c58178;
}
.hfo .box .item:nth-child(2) .g_num i {
  background: #f2be46;
}
.hfo .box .item:nth-child(3) .g_num i {
  background: #4898c6;
}
.hfo .box .item:nth-child(4) .g_num i {
  background: #317463;
}
.hfo .box .item:nth-child(5) .g_num i {
  background: #c0a8a6;
}
.hfo .box .item .g_num {
  margin-bottom: 0.14rem;
  display: flex;
  align-items: flex-end;
}
.hfo .box .item .g_num i {
  margin-right: 0.2rem;
  width: 0.16rem;
  height: 1.02rem;
  display: block;
}
.hfo .box .item .g_num .g_num_box {
  display: flex;
  align-items: center;
  line-height: 0.9;
}
.hfo .box .item .g_p {
  padding: 0 0.1rem 0 0.16rem;
}
@media (max-width: 767px) {
  .hfo .box .item .g_p {
    font-size: 16px;
  }
}
.hfi {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.hfi .item {
  overflow: hidden;
  position: relative;
  width: calc(50% - 4px);
  margin: 0 2px 4px;
}
@media (max-width: 991px) {
  .hfi .item {
    width: 100%;
  }
}
.hfi .item.on .txt i {
  top: 0;
}
.hfi .item .public-img:before {
  padding-top: 75%;
}
.hfi .item .txt {
  padding: 0.2rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
}
.hfi .item .txt i {
  transition: 0.4s all;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: calc(100% - 160px);
  left: 0;
  z-index: -1;
  background: rgba(0, 125, 200, 0.8);
}
@media (max-width: 767px) {
  .hfi .item .txt i {
    top: calc(100% - 100px);
  }
}
.hfi .item .txt h3 {
  padding-right: 1rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
.hfi .item .txt .g_p {
  margin-top: 0.35rem;
  display: none;
}
.hsi .box {
  overflow: hidden;
  padding: 0.55rem 0;
  background: #2186c2;
}
.hsi .box .container {
  position: relative;
}
.hsi .box .container .imgbj {
  position: absolute;
  width: 5.92rem;
  top: 50%;
  left: -0.66rem;
  transform: translateY(-50%);
}
.hsi .box .container .hsi_swi .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .hsi .box .container .hsi_swi .swiper-slide {
    flex-direction: column;
  }
}
.hsi .box .container .hsi_swi .swiper-slide .gl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 34.02777778%;
}
@media (max-width: 991px) {
  .hsi .box .container .hsi_swi .swiper-slide .gl {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.hsi .box .container .hsi_swi .swiper-slide .gl .public-img {
  margin-bottom: 0.14rem;
  width: 62.44897959%;
}
@media (max-width: 991px) {
  .hsi .box .container .hsi_swi .swiper-slide .gl .public-img {
    width: 40%;
  }
}
.hsi .box .container .hsi_swi .swiper-slide .gl .gl_txt {
  padding: 0 0.4rem;
  color: #fff;
}
.hsi .box .container .hsi_swi .swiper-slide .gl .gl_txt .p1 {
  margin-bottom: 0.1rem;
}
.hsi .box .container .hsi_swi .swiper-slide .gr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0.54rem;
  width: 59.23611111%;
  border-radius: 0.2rem;
  background: #fff;
  padding: 0.11rem 0.36rem 0.46rem 0.2rem;
}
@media (max-width: 991px) {
  .hsi .box .container .hsi_swi .swiper-slide .gr {
    width: 100%;
    margin: 0;
  }
}
.hsi .box .container .hsi_swi .swiper-slide .gr .img1 {
  width: 0.84rem;
  height: auto;
  margin-bottom: 0.22rem;
}
.hsi .box .container .hsi_swi .swiper-slide .gr .g_p {
  text-indent: 0.52rem;
  padding: 0 0.24rem;
}
.hsi .box .container .hsi_swi .swiper-slide .gr .img2 {
  align-self: flex-end;
  margin-top: 0.34rem;
  width: 2.2rem;
}
@media (max-width: 991px) {
  .hsi .box .container .hsi_swi .g_qie {
    display: none;
  }
}
.hsi .box .container .hsi_swi .g_qie .pub_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.hsi .box .container .hsi_swi .g_qie .pub_nav:after {
  display: none;
}
.hsi .box .container .hsi_swi .g_qie .pub_nav:hover svg {
  opacity: 0.7;
  color: #fff;
}
.hsi .box .container .hsi_swi .g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.hsi .box .container .hsi_swi .g_qie .pub_nav svg {
  transition: all 0.4s;
  color: #fff;
  width: 0.2rem;
  height: auto;
}
.hsi .box .container .hsi_swi .g_qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
  transition: all 0.4s;
}
.hsi .box .container .hsi_swi .g_qie .pub_prev {
  left: 0;
}
.hsi .box .container .hsi_swi .g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.hsi .box .container .hsi_swi .g_qie .pub_next {
  right: 0;
}
.hse {
  padding: 0.6rem 0 0.5rem;
}
.hse .box {
  border-radius: 0.2rem;
  border: 1px solid #c8c8c8;
  box-shadow: 0 2px 10px rgba(0, 78, 125, 0.35);
  padding: 0.55rem 0.7rem 0.7rem;
}
@media (max-width: 767px) {
  .hse .box {
    padding: 0.55rem 0.3rem 0.7rem;
  }
}
.hse .box .g_title {
  margin-bottom: 0.25rem;
}
.hse .box .g_p {
  margin-bottom: 0.6rem;
  text-align: center;
}
.hse .box .g_p span {
  color: var(--color);
}
.hse .box .g_logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hse .box .g_logo img {
  width: auto;
  height: 1.31rem;
  margin: 0 0.7rem;
}
@media (max-width: 991px) {
  .hse .box .g_logo img {
    height: 1rem;
    margin: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .hse .box .g_logo img {
    height: 0.7rem;
    margin: 0 0.2rem;
  }
}
.hen {
  margin-bottom: 0.6rem;
}
.hen .box ul li:nth-child(2n) .g_top {
  background: #fff;
}
.hen .box ul li:first-child .g_xia {
  /* display: block; */
}
.hen .box ul li.on .g_top .g_gb svg {
  transform: rotate(90deg);
}
.hen .box ul li .g_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #cfe5f6;
  padding: 0.22rem 0.35rem 0.22rem 0.3rem;
  position: relative;
  cursor: pointer;
}
.hen .box ul li .g_top .g_top_l {
  width: 80%;
}
.hen .box ul li .g_top .g_gb {
  position: relative;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  width: 14px;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .hen .box ul li .g_top .g_gb {
    width: 12px;
  }
}
@media (max-width: 767px) {
  .hen .box ul li .g_top .g_gb {
    width: 9px;
  }
}
.hen .box ul li .g_top .g_gb svg {
  transition: all 0.4s;
  width: 100%;
  height: auto;
  color: var(--color);
}
.hen .box ul li .g_xia {
  display: none;
}
.hen .box ul li .g_xia .g_bjq {
  background: #fafafa;
  padding: 0.24rem 0.32rem 0.24rem 0.55rem;
}
.hni {
  padding: 0 0 1.2rem;
}
.hni .box {
  border-radius: 0.2rem;
  border: 1px solid #c8c8c8;
  box-shadow: 0 2px 10px rgba(0, 78, 125, 0.35);
  padding: 0.55rem 0.7rem 0.6rem;
}
@media (max-width: 767px) {
  .hni .box {
    padding: 0.55rem 0.3rem 0.6rem;
  }
}
.hni .box .g_title {
  margin-bottom: 0.25rem;
}
.hni .box form {
  margin-top: 0.5rem;
}
.hni .box form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hni .box form .inp {
    flex-direction: column;
  }
}
.hni .box form .inp .inp_box {
  width: calc(50% - 0.12rem);
  margin-bottom: 0.24rem;
  height: 0.6rem;
  background: #eeeeee;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  padding: 0 0.2rem;
}
.hni .box form .inp .inp_box.on {
  background: #ffe7e7;
  border-color: #ff0000;
}
.hni .box form .inp .inp_box.on .g_not {
  opacity: 1;
}
@media (max-width: 767px) {
  .hni .box form .inp .inp_box {
    width: 100%;
    margin-bottom: 0.2rem;
    height: 0.8rem;
  }
}
.hni .box form .inp .inp_box .inp_txt {
  margin-right: 0.1rem;
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .hni .box form .inp .inp_box .inp_txt {
    width: 0.44rem;
    height: 0.44rem;
  }
}
.hni .box form .inp .inp_box .inp_txt img {
  width: 100%;
}
.hni .box form .inp .inp_box input {
  width: calc(100% - 0.4rem);
}
.hni .box form .inp .inp_box input::-webkit-input-placeholder {
  color: #a9a9a9;
  font-style: italic;
}
.hni .box form .inp .inp_box .g_not {
  width: 0.33rem;
  height: auto;
  flex-shrink: 0;
  margin-left: 0.1rem;
  opacity: 0;
  transition: all 0.4s;
}
.hni .box form .inp .inp_box .sot_select_nr .sel_text_x {
  height: 0.5rem;
}
@media (max-width: 767px) {
  .hni .box form .inp .inp_box .sot_select_nr .sel_text_x {
    height: 0.8rem;
  }
}
.hni .box form .inp2 .inp_box {
  width: 100%;
}
.hni .box form .inptext .inp_box {
  height: 1.2rem;
}
@media (max-width: 767px) {
  .hni .box form .inptext .inp_box {
    height: 1.8rem;
  }
}
.hni .box form .inptext .inp_box textarea {
  padding: 0.1rem 0;
  /* line-height: 1.2rem; */
  width: 100%;
  height: 102%;
}
.hni .box form .inptext .inp_box textarea::-webkit-input-placeholder {
  color: #a9a9a9;
  font-style: italic;
}
@media (max-width: 767px) {
  .hni .box form .inptext .inp_box textarea {
    padding: 0.2rem 0;
    line-height: 1.3;
  }
}
.hni .box form .g_req {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.26rem auto 0;
}
.hni .box form .g_req .g_req_box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hni .box form .g_req .g_req_box p {
  line-height: 1.2;
  position: relative;
  color: #0096e1;
}
@media (max-width: 767px) {
  .hni .box form .g_req .g_req_box p {
    font-size: 14px;
  }
}
.hni .box form .g_req .g_req_box p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0096e1;
  bottom: 0;
  left: 0;
}
.hni .box form .g_req .g_req_box img {
  width: 0.33rem;
  height: auto;
  position: absolute;
  left: calc(100% + 0.2rem);
}
@media (max-width: 767px) {
  .hni .box form .g_req .g_req_box img {
    width: 0.26rem;
  }
}
.hni .box form .g_lab {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
  color: #323232;
}
.hni .box form .g_lab label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hni .box form .g_lab label.on i {
  background: var(--color);
  color: var(--color);
  border-color: var(--color);
}
.hni .box form .g_lab label.on i svg,
.hni .box form .g_lab label.on i img {
  opacity: 1;
}
.hni .box form .g_lab i {
  margin-top: 0;
  flex-shrink: 0;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d2d2d2;
  border: 1px solid #eaeaea;
  width: 24px;
  height: 24px;
  color: transparent;
  margin-right: 0.12rem;
}
@media (max-width: 1580px) {
  .hni .box form .g_lab i {
    width: 20px;
    height: 20px;
  }
}
.hni .box form .g_lab i svg,
.hni .box form .g_lab i img {
  color: #fff;
  width: 80%;
  height: auto;
}
.hni .box form .g_lab i svg path,
.hni .box form .g_lab i img path {
  filter: none;
}
.hni .box form .g_lab a {
  color: #000;
  text-decoration: underline;
}
.hni .box form .g_btn {
  cursor: not-allowed;
  margin: 0.55rem auto 0;
  background: #b4b4b4;
  color: #fff;
  text-align: center;
  width: 6rem;
  height: 0.8rem;
  padding: 0.1rem 0.5rem;
  transition: all 0.4s;
}
.hni .box form .g_btn.on {
  background: var(--color);
  cursor: pointer;
}
@media (max-width: 767px) {
  .hni .box form .g_btn {
    height: 0.8rem;
  }
}
/* 底部 */
footer {
  color: #fff;
  background: #000;
}
footer .gt {
  padding: 0.42rem 0 0.58rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .gt {
    flex-direction: column;
  }
}
footer .gt .gl {
  padding-left: 0.2rem;
  width: 61.80555556%;
}
@media (max-width: 991px) {
  footer .gt .gl {
    width: 100%;
    padding: 0;
    margin-bottom: 0.4rem;
  }
}
footer .gt .gl .f_nav_nr {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .gt .gl .f_nav_nr {
    display: none;
  }
}
footer .gt .gl .f_nav_nr .footer_nav {
  min-width: 38%;
  margin-bottom: 0.3rem;
  margin-right: 0.64rem;
}
footer .gt .gl .f_nav_nr .footer_nav .footer_nav_box {
  margin-bottom: 0.12rem;
}
footer .gt .gl .f_nav_nr .footer_nav .footer_nav_box .tit {
  margin-bottom: 0.18rem;
  display: inline-flex;
  position: relative;
}
footer .gt .gl .f_nav_nr .footer_nav .footer_nav_box .tit a {
  position: relative;
  z-index: 10;
}
footer .gt .gl .f_nav_nr .footer_nav .footer_nav_box .tit::after {
  content: '';
  position: absolute;
  width: calc(100% + 0.22rem);
  height: 0.14rem;
  bottom: 3px;
  left: -1px;
  background: #2f7dfb;
  display: block;
}
footer .gt .gl .f_nav_nr .footer_nav .footer_nav_box .g_tw {
  margin-bottom: 3px;
}
footer .gt .gl .f_nav_nr .footer_nav .footer_nav_box .g_tw .g_tw_tit {
  display: inline-block;
  margin-bottom: 4px;
}
footer .gt .gl .f_nav_nr .footer_nav .footer_nav_box .g_tw .g_th {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .gt .gl .f_nav_nr .footer_nav .footer_nav_box .g_tw .g_th a {
  transition: all 0.4s;
  margin-bottom: 2px;
}
footer .gt .gl .f_nav_nr .footer_nav .footer_nav_box .g_tw .g_th a:hover {
  color: var(--color);
}
footer .gt .gr {
  width: 36.80555556%;
}
@media (max-width: 991px) {
  footer .gt .gr {
    width: 100%;
  }
}
footer .gt .gr .foot_logo img {
  height: 0.51rem;
  width: auto;
}
footer .gt .gr .g_add {
  padding-right: 0.5rem;
  margin: 0.28rem 0 0.4rem;
}
footer .gt .gr .g_add .g_add_box {
  line-height: 1.66666667;
  margin-bottom: 0.12rem;
}
footer .gt .gr .g_add .g_add_box img {
  width: 26px;
  margin-top: 7px;
  margin-right: 0.15rem;
}
@media screen and (max-width: 1460px) {
  footer .gt .gr .g_add .g_add_box img {
    margin-top: 5px;
  }
}
@media (max-width: 1260px) {
  footer .gt .gr .g_add .g_add_box img {
    width: 24px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  footer .gt .gr .g_add .g_add_box img {
    width: 20px;
    margin-top: 1px;
  }
}
footer .gt .gr .g_add .g_add_box em {
  font-style: initial;
  margin: 0 0.1rem;
}
footer .gt .gr .g_add .g_add_box p {
  display: inline;
}
footer .gt .gr .g_foll p {
  margin-bottom: 0.18rem;
}
footer .gt .gr .g_foll .g_foll_box {
  display: flex;
  flex-wrap: wrap;
  /* a{
						display: inline-flex;
						width: 0.6rem;
						height: auto;
						margin-right: 0.5rem;
						&:nth-last-child(1){
							margin-right: 0;
						}
						img{
							width: 100%;
							height: 100%;
							object-fit: contain;
						}
					} */
}
footer .gt .gr .g_foll .g_foll_box .foot_t_r_box {
  margin-right: 0.4rem;
  position: relative;
  display: flex;
}
footer .gt .gr .g_foll .g_foll_box .foot_t_r_box.on .foot_t_r_ewm {
  transform: translateX(-50%) scale(1);
}
footer .gt .gr .g_foll .g_foll_box .foot_t_r_box.on .foot_t_r_con svg path {
  fill: #fff;
}
footer .gt .gr .g_foll .g_foll_box .foot_t_r_box .foot_t_r_ewm {
  position: absolute;
  bottom: 110%;
  left: 50%;
  background: #fff;
  transition: all 0.4s;
  z-index: 1;
  transform: translateX(-50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 160px;
  height: 160px;
  padding: 5px;
}
footer .gt .gr .g_foll .g_foll_box .foot_t_r_box .foot_t_r_ewm img {
  object-fit: contain;
}
footer .gt .gr .g_foll .g_foll_box .foot_t_r_box .foot_t_r_ewm svg {
  width: 9px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
footer .gt .gr .g_foll .g_foll_box .foot_t_r_box .foot_t_r_ewm svg path {
  fill: #fff;
}
footer .gt .gr .g_foll .g_foll_box .foot_t_r_box .foot_t_r_con {
  display: inline-flex;
  width: 0.6rem;
  height: auto;
}
footer .gt .gr .g_foll .g_foll_box .foot_t_r_box .foot_t_r_con:nth-last-child(1) {
  margin-right: 0;
}
footer .gt .gr .g_foll .g_foll_box .foot_t_r_box .foot_t_r_con img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .gt .gr .g_tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--color);
  color: #fff;
  text-align: center;
  min-width: 4.56rem;
  height: 0.8rem;
  padding: 0.1rem 0.5rem;
  transition: all 0.4s;
  margin-top: 0.5rem;
}
footer .gt .gr .g_tool:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  footer .gt .gr .g_tool {
    height: 0.8rem;
  }
}
footer .gt .gr .g_tool p {
  white-space: nowrap;
}
footer .gt .gr .g_tool img {
  width: 0.24rem;
  height: auto;
  margin-left: 0.2rem;
}
footer .gb {
  text-align: center;
  padding-bottom: 0.1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #c8c8c8;
}
footer .gb span {
  margin: 0 0.15rem;
}
@media (max-width: 767px) {
  footer .gb span {
    display: none;
  }
}
/* Industrial Design */
.sub_banner {
  overflow: hidden;
  height: 4.2rem;
  width: 100%;
  position: relative;
}
@media (max-width: 1580px) {
  .sub_banner {
    height: 6rem;
  }
}
.sub_banner .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc .g_img {
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner .mob_pc .g_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.sub_banner .sub_banner_txt {
  padding-top: 0.85rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.sub_banner .sub_banner_txt .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.sub_banner .sub_banner_txt .container .ban_l {
  text-align: center;
  width: 100%;
}
.sub_banner .sub_banner_txt .container .ban_l .tit h2 {
  line-height: 1.2;
}
.sub_banner .sub_banner_txt .container .ban_l .sub_banner_p {
  padding: 0 0.2rem;
  margin-top: 0.14rem;
}
.sub_banner .sub_banner_txt .container .ban_l .sub_banner_p p {
  line-height: 1.3;
}
.sub_banner .sub_banner_txt .container .ban_l .pub_btn {
  margin-top: 0.77rem;
}
.sub_banner2 .sub_banner_txt {
  padding-top: 120px;
}
@media screen and (max-width: 1440px) {
  .sub_banner2 .sub_banner_txt {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .sub_banner2 .sub_banner_txt .container {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.sub_banner2 .sub_banner_txt .container .ban_r {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  width: 20.83333333%;
}
.sub_banner2 .sub_banner_txt .container .ban_r:hover .img2 {
  opacity: 1;
}
@media (max-width: 767px) {
  .sub_banner2 .sub_banner_txt .container .ban_r {
    width: 25%;
    margin-bottom: 0.3rem;
  }
}
.sub_banner2 .sub_banner_txt .container .ban_r img {
  width: 100%;
  position: absolute;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .sub_banner2 .sub_banner_txt .container .ban_r img {
    position: relative;
  }
}
.sub_banner2 .sub_banner_txt .container .ban_r .img2 {
  opacity: 0;
}
@media (max-width: 767px) {
  .sub_banner2 .sub_banner_txt .container .ban_r .img2 {
    display: none;
  }
}
.sub_banner3 {
  margin-bottom: 1.1rem;
  height: 7.2rem;
  width: 100%;
  z-index: 10;
  position: relative;
}
@media (max-width: 1580px) {
  .sub_banner3 {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .sub_banner3 {
    height: auto;
    margin-bottom: 0.6rem;
  }
}
.sub_banner3 .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sub_banner3 .mob_pc {
    position: initial;
    height: 6rem;
  }
}
.sub_banner3 .mob_pc .g_img {
  width: 100%;
  height: 100%;
}
.sub_banner3 .mob_pc .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner3 .mob_pc .g_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.sub_banner3 .sub_banner_txt {
  width: 100%;
  bottom: -1.1rem;
  left: 0;
  position: absolute;
  z-index: 5;
}
@media (max-width: 767px) {
  .sub_banner3 .sub_banner_txt {
    position: initial;
    margin-top: 0.5rem;
  }
}
.sub_banner3 .sub_banner_txt .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_banner3 .sub_banner_txt .container .sub_banner3_con {
  width: 100%;
  padding: 0.46rem 0;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.35);
  background: #fff;
}
.sub_banner3 .sub_banner_txt .container .sub_banner3_con .txt {
  padding: 0 1.3rem 0 0.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .sub_banner3 .sub_banner_txt .container .sub_banner3_con .txt {
    padding: 0 0.3rem 0 0.7rem;
  }
}
.sub_banner3 .sub_banner_txt .container .sub_banner3_con .txt::after {
  content: '';
  position: absolute;
  width: 0.36rem;
  background: var(--color);
  height: 100%;
  left: 0;
  top: 0;
}
.sub_banner3 .sub_banner_txt .container .sub_banner3_con .txt .p2 {
  margin-top: 0.15rem;
}
.sub_banner3 .sub_banner_txt .container .sub_banner3_con .txt .g_a {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .sub_banner3 .sub_banner_txt .container .sub_banner3_con .txt .g_a {
    margin-top: 0.2rem;
  }
}
.sub_banner3 .sub_banner_txt .container .sub_banner3_con .txt .g_a a {
  position: relative;
  color: var(--color);
  line-height: 1;
  margin-right: 0.12rem;
  padding-right: 0.12rem;
  transition: all 0.4s;
}
.sub_banner3 .sub_banner_txt .container .sub_banner3_con .txt .g_a a:hover {
  opacity: 0.8;
}
.sub_banner3 .sub_banner_txt .container .sub_banner3_con .txt .g_a a:last-child {
  padding: 0;
  margin: 0;
}
.sub_banner3 .sub_banner_txt .container .sub_banner3_con .txt .g_a a:last-child::after {
  display: none;
}
.sub_banner3 .sub_banner_txt .container .sub_banner3_con .txt .g_a a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.2rem;
  background: var(--color);
}
.sub_banner4 {
  height: 7.2rem;
  width: 100%;
  z-index: 10;
  position: relative;
}
@media (max-width: 1580px) {
  .sub_banner4 {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .sub_banner4 {
    height: 11rem;
  }
}
.sub_banner4 .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_banner4 .mob_pc .g_img {
  width: 100%;
  height: 100%;
}
.sub_banner4 .mob_pc .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner4 .mob_pc .g_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.sub_banner4 .sub_banner_txt {
  color: #fff;
  padding: 1.2rem 1.08rem;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 5;
}
@media (max-width: 767px) {
  .sub_banner4 .sub_banner_txt {
    position: relative;
    margin-top: 0.5rem;
    padding: 60px 5%;
  }
}
.sub_banner4 .sub_banner_txt .sub_banner4_con {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub_banner4 .sub_banner_txt .sub_banner4_con .g_logo {
  display: block;
  margin-bottom: 0.34rem;
}
.sub_banner4 .sub_banner_txt .sub_banner4_con .g_logo img {
  width: 1.05rem;
  height: auto;
}
.sub_banner4 .sub_banner_txt .sub_banner4_con .txt {
  width: 45%;
}
@media (max-width: 1260px) {
  .sub_banner4 .sub_banner_txt .sub_banner4_con .txt {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .sub_banner4 .sub_banner_txt .sub_banner4_con .txt {
    width: 100%;
  }
}
.sub_banner4 .sub_banner_txt .sub_banner4_con .txt p {
  margin-top: 0.2rem;
}
.sub_banner4 .sub_banner_txt .sub_banner_b {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: absolute;
  width: auto;
  height: 1.3rem;
  padding: 0 0 0 0.4rem;
  bottom: 0;
  left: 0;
  background: #fff;
}
.sub_banner4 .sub_banner_txt .sub_banner_b .g_logo {
  flex-shrink: 0;
  padding: 0.1rem 0;
  display: flex;
}
.sub_banner4 .sub_banner_txt .sub_banner_b .g_logo img {
  width: auto;
  height: 0.91rem;
  margin-right: 0.55rem;
}
@media (max-width: 767px) {
  .sub_banner4 .sub_banner_txt .sub_banner_b .g_logo img {
    margin-right: 0.4rem;
  }
}
.sub_banner4 .sub_banner_txt .sub_banner_b .txt {
  display: flex;
  align-items: center;
  padding: 0 0.5rem 0 0.6rem;
  height: 100%;
  background: var(--color);
  transform: skew(-15deg, 0) translateX(0.2rem);
}
@media (max-width: 767px) {
  .sub_banner4 .sub_banner_txt .sub_banner_b .txt {
    padding: 0 0.2rem;
  }
}
.sub_banner4 .sub_banner_txt .sub_banner_b .txt p {
  transform: skew(15deg, 0);
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .sub_banner4 .sub_banner_txt .sub_banner_b .txt p {
    font-size: 16px;
    text-align: center;
  }
}
.sub_banner5 {
  height: 7.2rem;
  width: 100%;
  z-index: 10;
  position: relative;
}
@media (max-width: 1580px) {
  .sub_banner5 {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .sub_banner5 {
    height: 11rem;
  }
}
.sub_banner5 .swiper {
  height: 100%;
}
.sub_banner5 .mob_pc {
  width: 100%;
  height: 100%;
}
.sub_banner5 .mob_pc .g_img {
  width: 100%;
  height: 100%;
}
.sub_banner5 .mob_pc .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner5 .mob_pc .g_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.sub_banner5 .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 0.3rem;
}
.sub_banner5 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 7.5px;
  background: #686569;
  opacity: 1;
  margin: 0 7px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .sub_banner5 .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin: 0 4px;
  }
}
.sub_banner5 .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.7rem;
  background: #fff;
}
.sub_banner6 {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.sub_banner6 .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_banner6 .mob_pc .g_img {
  width: 100%;
  height: 100%;
}
.sub_banner6 .mob_pc .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner6 .mob_pc .g_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.sub_banner6 .sub_banner_txt {
  width: 100%;
  position: relative;
  z-index: 5;
}
.sub_banner6 .sub_banner_txt .container {
  padding-top: 0.85rem;
  padding-bottom: 0.4rem;
  min-height: 4.2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
@media (max-width: 1580px) {
  .sub_banner6 .sub_banner_txt .container {
    padding-top: 1.2rem;
  }
}
.sub_banner6 .sub_banner_txt .container .ban_l {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  width: 100%;
}
.sub_banner6 .sub_banner_txt .container .ban_l .tit h1 {
  margin-top: 0.1rem;
  line-height: 1.2;
}
.sub_banner6 .sub_banner_txt .container .ban_l .sub_banner_b {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.sub_banner6 .sub_banner_txt .container .ban_l .sub_banner_b span {
  margin: 0 0.11rem 2px;
  background: var(--color);
  color: #fff;
  padding: 0.04rem 0.28rem;
}
.idon {
  margin-bottom: 0.5rem;
}
.idon .tit {
  padding: 0.5rem 0 0.55rem;
}
.idon .tit .p1 {
  margin-bottom: 5px;
}
.idon .box .img {
  width: 100%;
}
.idon .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idon .box .idon_con {
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .idon .box .idon_con {
    flex-direction: column;
  }
}
.idon .box .idon_con .item {
  margin: 0 2px 2px 0;
  position: relative;
  color: #fff;
  min-height: 4.56rem;
  padding: 0.4rem 0.24rem;
  width: calc((100% - 4px)/3);
}
@media (max-width: 991px) {
  .idon .box .idon_con .item {
    width: 100%;
  }
}
.idon .box .idon_con .item:nth-child(3n) {
  margin-right: 0;
}
.idon .box .idon_con .item:nth-child(1) {
  background: #c58178;
}
.idon .box .idon_con .item:nth-child(2) {
  background: #f2be46;
}
.idon .box .idon_con .item:nth-child(3) {
  background: #2186c2;
}
.idon .box .idon_con .item h3 {
  margin-bottom: 0.1rem;
}
.idon .box .idon_con .item .g_png {
  bottom: 0;
  right: 0;
  width: 1.26rem;
  height: 1.26rem;
  position: absolute;
}
.idon .box .idon_con .item .g_png img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.idtw .box .idtw_it {
  margin-bottom: 0.3rem;
  padding: 0.18rem 0.6rem 0.42rem 0;
  border-radius: 0.2rem;
  border: 1px solid #c8c8c8;
  background: #f6f6f6;
}
@media (max-width: 767px) {
  .idtw .box .idtw_it {
    padding: 0.18rem 0.2rem 0.42rem 0;
  }
}
.idtw .box .idtw_it .tit {
  margin-bottom: 0.18rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.idtw .box .idtw_it .tit .img {
  flex-shrink: 0;
  width: calc(1.95rem + 13px);
  height: 0.93rem;
  margin-right: 0.25rem;
  padding: 0 5px 0 8px;
  position: relative;
}
.idtw .box .idtw_it .tit .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.36rem;
  background: #007dc8;
  bottom: -0.1rem;
  left: 0;
}
.idtw .box .idtw_it .tit .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 10;
}
.idtw .box .idtw_it .tit h3 {
  margin-top: 0.62rem;
}
@media (max-width: 1580px) {
  .idtw .box .idtw_it .tit h3 {
    margin-top: 0.5rem;
  }
}
.idtw .box .idtw_it .g_p {
  padding: 0 0 0 0.52rem;
}
.idtw .box .g_img {
  margin-bottom: 0.3rem;
  width: 100%;
  height: auto;
}
.idtw .box .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idtw .box .idtw_b {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .idtw .box .idtw_b {
    flex-direction: column-reverse;
  }
}
.idtw .box .idtw_b .gl {
  width: calc(50% - 0.16rem);
}
@media (max-width: 991px) {
  .idtw .box .idtw_b .gl {
    width: 100%;
  }
}
.idtw .box .idtw_b .gr {
  width: calc(50% - 0.16rem);
}
@media (max-width: 991px) {
  .idtw .box .idtw_b .gr {
    width: 100%;
  }
}
.idth {
  margin-bottom: 0.6rem;
}
.idth .box {
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #c9c9c9;
}
.idth .box .idth_con {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.16rem;
}
@media (max-width: 767px) {
  .idth .box .idth_con {
    margin: 0 ;
  }
}
.idth .box .idth_con .item {
  width: calc(1/5*100%);
  margin-bottom: 0.3rem;
  padding: 0 0.16rem;
}
.idth .box .idth_con .item.on .itembox::after {
  opacity: 1;
}
.idth .box .idth_con .item.on .itembox .g_ico .g_ico_img .img1 {
  display: none;
}
.idth .box .idth_con .item.on .itembox .g_ico .g_ico_img .img2 {
  display: block;
}
.idth .box .idth_con .item.on .itembox .g_ico p {
  opacity: 0;
}
@media (max-width: 991px) {
  .idth .box .idth_con .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .idth .box .idth_con .item {
    width: 100%;
    padding: 0;
  }
}
.idth .box .idth_con .item:nth-child(1) .itembox {
  box-shadow: 0 1px 8px rgba(197, 129, 120, 0.35);
}
.idth .box .idth_con .item:nth-child(1) .itembox::after {
  background: #c58178;
}
.idth .box .idth_con .item:nth-child(1) .itembox .g_ico p {
  color: #c58178;
}
.idth .box .idth_con .item:nth-child(2) .itembox {
  box-shadow: 0 1px 8px rgba(195, 142, 21, 0.35);
}
.idth .box .idth_con .item:nth-child(2) .itembox::after {
  background: #dba62c;
}
.idth .box .idth_con .item:nth-child(2) .itembox .g_ico p {
  color: #dba62c;
}
.idth .box .idth_con .item:nth-child(3) .itembox {
  box-shadow: 0 1px 8px rgba(0, 125, 200, 0.35);
}
.idth .box .idth_con .item:nth-child(3) .itembox::after {
  background: #38b3e0;
}
.idth .box .idth_con .item:nth-child(3) .itembox .g_ico p {
  color: #38b3e0;
}
.idth .box .idth_con .item:nth-child(4) .itembox {
  box-shadow: 0 1px 8px rgba(49, 116, 99, 0.35);
}
.idth .box .idth_con .item:nth-child(4) .itembox::after {
  background: #317463;
}
.idth .box .idth_con .item:nth-child(4) .itembox .g_ico p {
  color: #317463;
}
.idth .box .idth_con .item:nth-child(5) .itembox {
  box-shadow: 0 1px 8px rgba(175, 132, 128, 0.35);
}
.idth .box .idth_con .item:nth-child(5) .itembox::after {
  background: #af8480;
}
.idth .box .idth_con .item:nth-child(5) .itembox .g_ico p {
  color: #af8480;
}
.idth .box .idth_con .item .itembox {
  overflow: hidden;
  border-radius: 0.2rem;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.idth .box .idth_con .item .itembox::after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.4s;
}
.idth .box .idth_con .item .itembox .g_ico {
  position: relative;
  z-index: 10;
  padding: 0.44rem 0.1rem 0.32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.idth .box .idth_con .item .itembox .g_ico .g_ico_img {
  width: 1.1rem;
  height: 1.1rem;
}
.idth .box .idth_con .item .itembox .g_ico .g_ico_img .img2 {
  display: none;
}
.idth .box .idth_con .item .itembox .g_ico p {
  transition: all 0.4s;
  line-height: 1.2;
  margin-top: 0.2rem;
}
.idth .box .idth_con .item .itembox .g_span {
  z-index: 5;
  position: absolute;
  left: -0.2rem;
  bottom: -0.08rem;
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 0.8;
}
.idth .box .idth_b .g_title {
  margin-bottom: 0.1rem;
}
.idth .box .idth_b .g_a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--color);
}
@media (max-width: 767px) {
  .idth .box .idth_b .g_a {
    margin-top: 0.2rem;
  }
}
.idth .box .idth_b .g_a a {
  cursor: initial;
  position: relative;
  color: var(--color);
  line-height: 1;
  margin-right: 0.12rem;
  padding-right: 0.12rem;
  transition: all 0.4s;
}
.idth .box .idth_b .g_a a:hover {
  opacity: 0.8;
}
.idth .box .idth_b .g_a a:last-child {
  padding: 0;
  margin: 0;
}
.idth .box .idth_b .g_a a:last-child::after {
  display: none;
}
.idth .box .idth_b .g_a a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.2rem;
  background: var(--color);
}
.idfo {
  padding: 0.6rem 0 1.1rem;
}
.idfo .idfo_t {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--color);
  padding: 0.3rem 0.2rem 0.32rem;
}
.idfo .idfo_t .g_h2 {
  margin-bottom: 0.08rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .idfo .idfo_t .g_h2 {
    align-items: flex-start;
  }
}
.idfo .idfo_t .g_h2 img {
  width: 0.6rem;
  height: auto;
  margin-right: 0.26rem;
}
@media (max-width: 767px) {
  .idfo .idfo_t .g_h2 img {
    margin-top: 0.1rem;
  }
}
.idfo .idfo_b {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.45rem;
}
.idfo .idfo_b.idfo_b2 {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .idfo .idfo_b.idfo_b2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.idfo .idfo_b.idfo_b2 .g_mec:first-child {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .idfo .idfo_b.idfo_b2 .g_mec:first-child {
    flex-direction: row;
  }
}
.idfo .idfo_b.idfo_b2 .g_mec:first-child img {
  transform: rotate(180deg);
  margin: 0 0.24rem 0 0;
}
@media (max-width: 991px) {
  .idfo .idfo_b.idfo_b2 .g_mec:first-child img {
    transform: rotate(0deg);
    margin: 0 0 0 0.24rem;
  }
}
.idfo .idfo_b .g_mec {
  align-items: center;
  display: flex;
}
.idfo .idfo_b .g_mec:hover p {
  color: var(--color);
}
.idfo .idfo_b .g_mec p {
  transition: all 0.4s;
}
.idfo .idfo_b .g_mec img {
  flex-shrink: 0;
  margin-left: 0.24rem;
  width: 0.56rem;
  height: auto;
}
.idfo .idfo_b .g_mec i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .idfo .idfo_b .g_mec i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .idfo .idfo_b .g_mec i {
    width: 0.26rem;
  }
}
.idfo .idfo_b .g_mec i svg,
.idfo .idfo_b .g_mec i img {
  width: 100%;
  height: auto;
}
.idfo .idfo_b .g_mec i svg path,
.idfo .idfo_b .g_mec i img path {
  fill: var(--color);
}
.idfo.idfo2 .idfo_t .g_h2 {
  margin-bottom: 0;
}
.idfo.idfo3 {
  padding-bottom: 0;
}
.idfo.idfo3 .idfo_t .g_h2 {
  margin-bottom: 0;
}
.idfo.idfo4 .idfo_t {
  flex-direction: row;
}
.idfo.idfo5 {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  background: #fff;
  z-index: 100;
  padding: 0.5rem 0;
}
.g_sulnx {
  padding-bottom: 0.5rem;
}
.pub_ba {
  text-align: center;
}
.pub_ba a {
  display: inline-flex;
  margin-top: 0.55rem;
  color: #0096e1;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  transition: all 0.4s;
}
/* Mechanical Design */
.mdon {
  margin-bottom: 0.5rem;
}
.mdon .tit {
  padding: 0.5rem 0 0;
}
.mdon .tit .p1 {
  margin-bottom: 5px;
}
.mdtw {
  margin-bottom: 0.3rem;
}
.mdtw .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0.6rem -0.16rem 0;
}
@media (max-width: 767px) {
  .mdtw .box {
    margin: 0.6rem 0 0;
  }
}
.mdtw .box .item {
  width: calc(1/2*100%);
  margin-bottom: 0.32rem;
  padding: 0 0.16rem;
}
@media (max-width: 991px) {
  .mdtw .box .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mdtw .box .item {
    width: 100%;
    padding: 0;
  }
}
.mdtw .box .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
}
.mdtw .box .item .itembox .idtw_it {
  border-radius: 0.2rem 0.2rem 0 0;
  border: 1px solid #c8c8c8;
  border-bottom: none;
  background: #f6f6f6;
  padding: 0.18rem 0.6rem 0.24rem 0;
}
@media (max-width: 767px) {
  .mdtw .box .item .itembox .idtw_it {
    padding: 0.18rem 0.2rem 0.42rem 0;
  }
}
.mdtw .box .item .itembox .idtw_it .tit {
  margin-bottom: 0.18rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .mdtw .box .item .itembox .idtw_it .tit {
    flex-direction: column;
  }
}
.mdtw .box .item .itembox .idtw_it .tit .img {
  flex-shrink: 0;
  width: calc(1.95rem + 13px);
  height: 0.93rem;
  margin-right: 0.25rem;
  padding: 0 5px 0 8px;
  position: relative;
}
.mdtw .box .item .itembox .idtw_it .tit .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.36rem;
  background: #007dc8;
  bottom: -0.1rem;
  left: 0;
}
.mdtw .box .item .itembox .idtw_it .tit .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 10;
}
.mdtw .box .item .itembox .idtw_it .tit h3 {
  height: 3em;
  margin-top: 0.62rem;
}
@media (max-width: 1580px) {
  .mdtw .box .item .itembox .idtw_it .tit h3 {
    font-size: 30px;
    margin-top: 0.5rem;
  }
}
@media (max-width: 1260px) {
  .mdtw .box .item .itembox .idtw_it .tit h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .mdtw .box .item .itembox .idtw_it .tit h3 {
    height: auto;
  }
}
@media (max-width: 767px) {
  .mdtw .box .item .itembox .idtw_it .tit h3 {
    padding-left: 0.52rem;
    font-size: 20px;
  }
}
.mdtw .box .item .itembox .idtw_it .g_p {
  padding: 0 0 0 0.52rem;
}
.mdtw .box .item .itembox .idtw_it .g_p p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1260px) {
  .mdtw .box .item .itembox .idtw_it .g_p p {
    font-size: 16px;
  }
}
.mdtw .box .item .itembox .public-img:before {
  padding-top: 75%;
}
/* Where Design Meets Reality. */
.mfon {
  margin-bottom: 0.5rem;
}
.mfon .tit {
  padding: 0.5rem 0 0;
}
.mfon .tit .p1 {
  margin-bottom: 5px;
}
.mfon .box {
  padding: 0.38rem 0.36rem 0.38rem 0.55rem;
  border-radius: 0.2rem;
  margin-top: 0.48rem;
  background: #ece5e4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .mfon .box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.mfon .box .gl {
  flex-shrink: 0;
  margin-right: 0.52rem;
  height: auto;
  padding-right: 0.44rem;
  border-right: 4px solid #c0a8a6;
}
@media (max-width: 767px) {
  .mfon .box .gl {
    border: none;
    margin-bottom: 0.3rem;
  }
}
.mfon .box .gl img {
  width: 0.98rem;
  height: auto;
}
.mfon .box .gr {
  color: #bb8179;
}
.mftw {
  margin-bottom: 0.5rem;
}
.mftw .box {
  margin-top: 0.55rem;
}
.mftw .box .item {
  margin-top: 0.3rem;
  overflow: hidden;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .mftw .box .item {
    flex-direction: column !important;
  }
}
.mftw .box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.mftw .box .item:nth-child(2n) .gr {
  border-radius: 0.2rem 0 0 0.2rem;
}
.mftw .box .item .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .mftw .box .item .public-img {
    width: 100%;
  }
}
.mftw .box .item .public-img:before {
  padding-top: 56.1891516%;
}
.mftw .box .item .gr {
  width: 50%;
  border: 1px solid #d3d3d3;
  border-radius: 0 0.2rem 0.2rem 0;
  background: #f6f6f6;
  padding: 0 0.84rem 0.2rem 0.3rem;
}
@media (max-width: 991px) {
  .mftw .box .item .gr {
    width: 100%;
    border-radius: 0 0 0.2rem 0.2rem !important;
  }
}
.mftw .box .item .gr .g_h3 {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.mftw .box .item .gr .g_h3::before {
  content: '';
  display: block;
  margin-right: 0.25rem;
  width: 0.3rem;
  height: 0.96rem;
  background: #007dc8;
}
.mftw .box .item .gr .g_h3 h3 {
  margin-bottom: -0.08rem;
  line-height: 1.2;
}
.mftw .box .item .gr .g_p {
  margin-top: 0.25rem;
}
.mfth {
  margin-bottom: 0.4rem;
}
.mfth .box {
  display: flex;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .mfth .box {
    flex-wrap: wrap;
  }
}
.mfth .box .item {
  width: 22.01388889%;
  display: block;
  position: relative;
  margin-left: -0.28rem;
}
@media (max-width: 767px) {
  .mfth .box .item {
    width: 50%;
    margin-left: 0;
    margin-bottom: 0.2rem;
  }
}
.mfth .box .item:nth-child(1) {
  margin-left: 0;
}
.mfth .box .item:nth-child(1) svg {
  color: #c58178;
}
.mfth .box .item:nth-child(2) svg {
  color: #f2be46;
}
.mfth .box .item:nth-child(3) svg {
  color: #70c5e4;
}
.mfth .box .item:nth-child(4) svg {
  color: #317463;
}
.mfth .box .item:nth-child(5) svg {
  color: #c0a8a6;
}
.mfth .box .item:nth-child(5) .txt p {
  padding-right: 0.35rem;
}
@media (max-width: 767px) {
  .mfth .box .item:nth-child(5) .txt p {
    padding-right: 0.1rem;
  }
}
.mfth .box .item img,
.mfth .box .item svg {
  width: 100%;
}
@media (max-width: 991px) {
  .mfth .box .item img,
  .mfth .box .item svg {
    height: 2rem;
  }
}
.mfth .box .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem 0 0.54rem;
  color: #fff;
}
@media (max-width: 991px) {
  .mfth .box .item .txt {
    padding: 0 0.1rem 0 0.27rem;
  }
}
.mfth .box .item .txt p {
  line-height: 1.11111111;
  text-align: right;
}
@media (max-width: 991px) {
  .mfth .box .item .txt p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .mfth .box .item .txt p {
    text-align: center;
  }
}
/* Electronics Design & IOT Solutions */
.edon {
  padding: 0.6rem 0 0;
  margin-bottom: 0.52rem;
}
.edon .edon_nav {
  display: flex;
  justify-content: space-between;
}
.edon .edon_nav a {
  cursor: pointer;
  flex-wrap: wrap;
  transition: all 0.4s;
  text-align: center;
  width: calc((100% - 0.5rem)/3);
  padding: 0.3rem 0.2rem;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.11111111;
}
@media (max-width: 767px) {
  .edon .edon_nav a {
    font-size: 14px;
  }
}
.edon .edon_nav a.on {
  background: #00a0e9;
}
.edon .edon_nav a span {
  margin-right: 0.12rem;
}
.edon .box .item .edon_t_txt {
  background: #e5f5fd;
  padding: 0.26rem 0.25rem;
}
.edon .box .item .public-content {
  padding: 0.6rem 0 0;
  color: #000;
  line-height: 1.5;
}
.edtw {
  margin-bottom: 0.5rem;
}
.edtw .box {
  border-radius: 0.2rem;
  border: 1px solid #c8c8c8;
  box-shadow: 0 2px 10px rgba(0, 78, 125, 0.35);
  padding: 0.55rem 0 0.7rem;
}
@media (max-width: 767px) {
  .edtw .box {
    padding: 0.55rem 0.3rem 0.7rem;
  }
}
.edtw .box .g_title {
  padding: 0 0.7rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .edtw .box .g_title {
    padding: 0 0.3rem;
  }
}
.edtw .box .g_p {
  padding: 0 0.7rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .edtw .box .g_p {
    padding: 0 0.3rem;
  }
}
.edtw .box .g_p span {
  color: var(--color);
}
.edtw .box .g_logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.edtw .box .g_logo img {
  width: auto;
  height: 1.09rem;
  margin: 0 0.35rem;
}
@media (max-width: 991px) {
  .edtw .box .g_logo img {
    height: 1rem;
    margin: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .edtw .box .g_logo img {
    height: 0.7rem;
    margin: 0 0.2rem;
  }
}
.edth {
  margin-bottom: 0.5rem;
}
.edth .swiper {
  padding-bottom: 0.2rem;
}
.edth .swiper .swiper-scrollbar {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  background: none;
}
.edth .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #00a0e9;
}
.edth .swiper .edth_box {
  color: #fff;
  padding: 0 0.3rem 0.3rem 0.3rem;
  background: #c58178;
}
.edth .swiper .edth_box .g_num img,
.edth .swiper .edth_box .g_num svg {
  color: #fff;
  width: auto;
  height: 1rem;
}
@media (max-width: 767px) {
  .edth .swiper .edth_box .txt h3 {
    font-size: 16px;
  }
}
.edth .swiper .edth_box .txt .g_p p {
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .edth .swiper .edth_box .txt .g_p p {
    font-size: 14px;
  }
}
.edth .swiper .edth_box1 {
  background: #c58178;
}
.edth .swiper .edth_box2 {
  background: #f2be46;
}
.edth .swiper .edth_box3 {
  background: #70c5e4;
}
.edth .swiper .edth_box4 {
  background: #317463;
}
.edth .swiper .edth_box5 {
  background: #c0a8a6;
}
.edth .swiper .edth_box6 {
  background: #c58178;
}
.edth .swiper .edth_box7 {
  background: #f2be46;
}
.edth .swiper .edth_box8 {
  background: #70c5e4;
}
/* PCBA Solutions Center */
.pcon {
  padding: 0.6rem 0;
}
.pub_form .search_box {
  border: 1px solid #808080;
  width: 100%;
  height: 0.8rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pub_form .search_box {
    height: 0.8rem;
  }
}
.pub_form .search_box input {
  padding: 0 0.28rem;
  width: 100%;
  color: #333;
}
.pub_form .search_box input::-webkit-input-placeholder {
  color: #969696;
  font-style: italic;
}
.pub_form .search_box button {
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 0.36rem;
  width: 0.43rem;
  height: auto;
  transition: all 0.4s;
}
.pub_form .search_box button:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .pub_form .search_box button {
    width: 0.3rem;
  }
}
.pub_form .search_box button svg {
  width: 100%;
  height: auto;
}
.pub_form .search_box button svg path {
  fill: #9a9a9a;
}
.pctw .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .pctw .box {
    flex-direction: column;
  }
}
.pctw .box .gl {
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
  width: 27.22222222%;
}
@media (max-width: 767px) {
  .pctw .box .gl {
    width: 100%;
    position: initial;
  }
}
.pctw .box .gl a {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
  background: #70849d;
  min-height: 1rem;
  color: #fff;
  transition: all 0.4s;
  padding: 0.1rem 0.18rem;
}
.pctw .box .gl a:hover {
  opacity: 0.8;
}
.pctw .box .gl a.on {
  background: #00a0e9;
}
.pctw .box .gr {
  width: 70.55555556%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.16rem;
}
@media (max-width: 767px) {
  .pctw .box .gr {
    margin: 0.4rem 0 0;
    width: 100%;
  }
}
.pctw .box .gr .item {
  width: calc(1/2*100%);
  margin-bottom: 0.5rem;
  padding: 0 0.16rem;
}
@media (max-width: 991px) {
  .pctw .box .gr .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .pctw .box .gr .item {
    width: 100%;
    padding: 0;
  }
}
.pctw .box .gr .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
}
.pctw .box .gr .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.pctw .box .gr .item .itembox:hover .txt h3 {
  color: var(--color) !important;
}
.pctw .box .gr .item .itembox .public-img:before {
  padding-top: 75.20325203%;
}
.pctw .box .gr .item .itembox .txt {
  margin-top: 0.22rem;
}
.pctw .box .gr .item .itembox .txt h3 {
  transition: all 0.4s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pctw .box .gr .item .itembox .txt p {
  margin-top: 0.12rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pcinfoon {
  padding: 0.6rem 0 0;
  margin-bottom: 0.6rem;
}
.pcinfoon .swiper .public-img:before {
  padding-top: 75%;
}
.pcinfoon .swiper .swip2_pag {
  display: flex;
  justify-content: center;
  bottom: 0.3rem;
}
.pcinfoon .swiper .swip2_pag .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background: #a0a0a0;
  opacity: 1;
  margin: 0 7px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pcinfoon .swiper .swip2_pag .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 4px;
  }
}
.pcinfoon .swiper .swip2_pag .swiper-pagination-bullet-active {
  width: 0.6rem;
  background: #00a0e9;
}
.pcinfoon .box h1 {
  padding: 0.2rem 0 0.1rem;
  line-height: 1.2;
}
.pcinfoon .box .pcinfoon_con .gt {
  align-items: center;
  margin-bottom: 0.14rem;
  display: flex;
}
.pcinfoon .box .pcinfoon_con .gt img {
  flex-shrink: 0;
  width: 0.44rem;
  height: auto;
  margin-right: 0.34rem;
}
.pcinfoon .box .pcinfoon_con .gb {
  position: relative;
  padding: 0 0 0 0.78rem;
}
.pcinfoon .box .pcinfoon_con .gb::after {
  content: '';
  width: 0.09rem;
  height: 100%;
  left: 0.17rem;
  background: var(--color);
  position: absolute;
  top: 0;
}
.pcinfotw {
  margin: 0.6rem 0 0;
}
.pcinfotw .g_title {
  margin-bottom: 0.25rem;
}
.pcinfotw .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.16rem;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .pcinfotw .box {
    margin: 0.4rem 0 0;
    width: 100%;
  }
}
.pcinfotw .box .item {
  width: calc(1/3*100%);
  margin-top: 0.25rem;
  padding: 0 0.16rem;
}
@media (max-width: 991px) {
  .pcinfotw .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .pcinfotw .box .item {
    width: 100%;
    padding: 0;
  }
}
.pcinfotw .box .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
}
.pcinfotw .box .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.pcinfotw .box .item .itembox:hover .txt h3 {
  color: var(--color) !important;
}
.pcinfotw .box .item .itembox .public-img:before {
  padding-top: 75.20325203%;
}
.pcinfotw .box .item .itembox .txt {
  margin-top: 0.22rem;
}
.pcinfotw .box .item .itembox .txt h3 {
  transition: all 0.4s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pcinfotw .box .item .itembox .txt p {
  margin-top: 0.12rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.asson {
  padding-top: 0.5rem;
  margin: 0 0 0.55rem;
}
.asson .box {
  margin-top: 0.2rem;
}
.asson .box .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.asson .box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .asson .box .item {
    margin-top: 0.5rem;
    flex-direction: column !important;
  }
}
.asson .box .item .public-img {
  width: 48.95833333%;
}
@media (max-width: 767px) {
  .asson .box .item .public-img {
    width: 100%;
  }
}
.asson .box .item .public-img:before {
  padding-top: 56.39204545%;
}
.asson .box .item .txt {
  width: 48.81944444%;
}
@media (max-width: 767px) {
  .asson .box .item .txt {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.asstw {
  margin-bottom: 0.4rem;
}
.asstw .g_title {
  margin-bottom: 0.3rem;
}
.asstw .box .item {
  margin-top: 0.15rem;
}
.assth .box {
  display: flex;
  justify-content: space-between;
}
.assth .box .gl {
  width: calc(50% - 1px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.assth .box .gl .public-img {
  margin-bottom: 2px;
  width: calc(50% - 1px);
}
.assth .box .gl .img1 {
  width: 100%;
}
.assth .box .gl .img1:before {
  padding-top: 50%;
}
.assth .box .gr {
  width: calc(50% - 1px);
}
.pub_ba_box {
  padding: 0.4rem 0 1rem;
}
.pub_ba_box2 {
  padding: 0 0 1rem;
}
.pub_ba_box3 {
  padding: 0 ;
}
.pub_ba_box3 .pub_ba a {
  margin-top: 0.32rem;
}
/* M-CNC Machining */
.cncon .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
@media (max-width: 767px) {
  .cncon .box {
    margin: 0 ;
  }
}
.cncon .box .item {
  width: 50%;
  margin-bottom: 2px;
  padding: 0 1px;
}
@media (max-width: 991px) {
  .cncon .box .item {
    width: 50%;
  }
}
.cncon .box .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
}
.cncon .box .item25 {
  width: calc(1/4*100%);
}
.cncon .box .item05 .public-img {
  width: 100%;
}
.cncon .box .item05 .public-img:before {
  padding-top: 50%;
}
/* M-die casting */
.dieon {
  margin-bottom: 0.8rem;
}
/* M-testing lab */
.teson .g_logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .teson .g_logo {
    justify-content: center;
  }
}
.teson .g_logo img {
  width: auto;
  height: 1.09rem;
  margin: 0 0.35rem;
}
@media (max-width: 991px) {
  .teson .g_logo img {
    height: 1rem;
    margin: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .teson .g_logo img {
    height: 0.7rem;
    margin: 0 0.2rem;
  }
}
/* solution */
.solon {
  padding: 0.5rem 0 0;
}
.solon .g_title {
  margin-bottom: 0.2rem;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .solon .g_title {
    padding: 0;
  }
}
.solon .solon_txt {
  margin-bottom: 0.5rem;
}
.solon .solon_txt h3 {
  line-height: 1.3;
  margin-bottom: 0.2rem;
  color: var(--color);
  text-align: center;
}
.solon .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .solon .box {
    margin: 0.6rem 0 0;
  }
}
.solon .box .item {
  width: calc(1/2*100%);
  margin-bottom: 2px;
  padding: 0 1px;
}
@media (max-width: 991px) {
  .solon .box .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .solon .box .item {
    width: 100%;
    padding: 0;
  }
}
.solon .box .item .itembox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.solon .box .item .itembox .public-img:before {
  padding-top: 75.06925208%;
}
.solon .box .item .itembox .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: rgba(0, 125, 200, 0.75);
  padding: 0.1rem 0.26rem 0.1rem 0.28rem;
  z-index: 10;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 74.79224377%;
}
@media (max-width: 1260px) {
  .solon .box .item .itembox .txt {
    min-height: 160px;
  }
}
@media (max-width: 1260px) {
  .solon .box .item .itembox .txt {
    min-height: 120px;
  }
}
.solon .box .item .itembox .txt .gl {
  display: flex;
  align-items: center;
}
.solon .box .item .itembox .txt .gl .img1 {
  margin-right: 0.26rem;
  width: 1.37rem;
  height: auto;
  flex-shrink: 0;
}
.solon .box .item .itembox .txt .gl .txt_h3 {
  color: #fff;
  line-height: 1.19047619;
}
@media (max-width: 767px) {
  .solon .box .item .itembox .txt .gl .txt_h3 {
    font-size: 18px;
  }
}
.solon .box .item .itembox .txt .img2 {
  width: 0.23rem;
  height: auto;
  color: #fff;
  flex-shrink: 0;
  margin-left: 0.28rem;
}
.soltw {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.soltw .item {
  width: 33.33333333%;
  padding: 0 0.13rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .soltw .item {
    width: 50%;
  }
}
.soltw .item .itembox {
  height: 100%;
  background: var(--color);
  padding: 0.3rem 0.56rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .soltw .item .itembox {
    flex-direction: column;
    padding: 0.5rem 0.3rem;
  }
}
.soltw .item .itembox img {
  width: 0.93rem;
  height: 0.93rem;
  object-fit: contain;
  margin-right: 0.52rem;
}
@media (max-width: 767px) {
  .soltw .item .itembox img {
    margin: 0 0 0.3rem 0;
  }
}
.soltw .item .itembox h3 {
  color: #fff;
}
@media (max-width: 767px) {
  .soltw .item .itembox h3 {
    text-align: center;
  }
}
/* solution-category */
.sliston {
  margin-bottom: 0.3rem;
  padding: 0.12rem 0;
}
.sliston .sliston_con {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  /* .sliston_box{
			width: calc(1/3*100%);
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			@media @max-sm{
				width: 100%;
				flex-direction: column;
			}
		} */
}
@media (max-width: 991px) {
  .sliston .sliston_con {
    width: 100%;
    flex-direction: column;
  }
}
.sliston .item {
  width: calc(1/3*100%);
  padding: 0.12rem;
}
@media (max-width: 991px) {
  .sliston .item {
    width: 100%;
  }
}
.sliston .item.item1 .public-img:before {
  padding-top: 153.24675325%;
}
.sliston .item.item2 .public-img:before {
  padding-top: 74.67532468%;
}
.sliston .item .itembox {
  overflow: hidden;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .sliston .item .public-img:before {
    /* padding-top: 74.67% ; */
  }
}
.sliston .item .txt {
  padding: 0.35rem 0.4rem 0.35rem 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  background: rgba(0, 125, 200, 0.8);
}
.sliston .item .txt h3 {
  line-height: 1.5;
}
@media (max-width: 1260px) {
  .sliston .item .txt h3 {
    font-size: 24px;
  }
}
.sliston .item .txt .g_p {
  width: 100%;
  margin-top: 0.1rem;
  display: none;
}
.sliston .item .txt .g_p p {
  width: 100%;
}
.slisttw p a {
  color: var(--color);
  text-decoration: underline;
}
.sinfoon {
  width: 100%;
  z-index: 5;
  position: relative;
  top: -50%;
}
@media (max-width: 991px) {
  .sinfoon {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .sinfoon {
    position: initial;
    margin-top: 0.5rem;
  }
}
.sinfoon .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sinfoon .container .box {
  width: 100%;
  padding: 0.46rem 0;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.35);
  background: #fff;
}
.sinfoon .container .box .txt {
  padding: 0 1.3rem 0 0.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .sinfoon .container .box .txt {
    padding: 0 0.3rem 0 0.7rem;
  }
}
.sinfoon .container .box .txt::after {
  content: '';
  position: absolute;
  width: 0.36rem;
  background: var(--color);
  height: 100%;
  left: 0;
  top: 0;
}
.sinfoon .container .box .txt .g_h3 {
  line-height: 1.1;
}
.sinfoon .container .box .txt .p1 {
  margin-top: 0.1rem;
}
.sinfoon .container .box .txt .p2 {
  margin-top: 0.1rem;
}
.sinfoon .container .box .txt .g_logo {
  margin-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
}
.sinfoon .container .box .txt .g_logo.on {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.sinfoon .container .box .txt .g_logo.on img {
  opacity: 0.4;
}
.sinfoon .container .box .txt .g_logo img {
  width: auto;
  height: 0.64rem;
  margin-right: 0.42rem;
}
@media (max-width: 767px) {
  .sinfoon .container .box .txt .g_logo img {
    margin-bottom: 0.2rem;
  }
}
.sinfotw {
  margin: 0.3rem 0;
}
@media (max-width: 991px) {
  .sinfotw {
    margin: 0.5rem 0;
  }
}
.sinfotw .swiper .public-img {
  border-radius: 0.2rem;
}
.sinfotw .swiper .public-img:before {
  padding-top: 56.25%;
}
.sinfotw .swiper .swip2_pag {
  display: flex;
  justify-content: center;
  bottom: 0.3rem;
}
.sinfotw .swiper .swip2_pag .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background: #a0a0a0;
  opacity: 1;
  margin: 0 7px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .sinfotw .swiper .swip2_pag .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 4px;
  }
}
.sinfotw .swiper .swip2_pag .swiper-pagination-bullet-active {
  width: 0.6rem;
  background: #00a0e9;
}
.sinfoth {
  margin-bottom: 0.5rem;
}
.sinfoth .box .item {
  border: 1px solid #bfbfbf;
  border-radius: 0.2rem;
  background: #f6f6f6;
  padding: 0 0.33rem 0.72rem;
  margin-bottom: 0.3rem;
}
.sinfoth .box .item:nth-child(1) .tit .g_png {
  background: #cc8d81;
}
.sinfoth .box .item:nth-child(1) .tit .txt::after {
  background: #cc8d81;
}
.sinfoth .box .item:nth-child(2) .tit .g_png {
  background: #ffae00;
}
.sinfoth .box .item:nth-child(2) .tit .txt::after {
  background: #ffae00;
}
.sinfoth .box .item:nth-child(3) .tit .g_png {
  background: #00a0e9;
}
.sinfoth .box .item:nth-child(3) .tit .txt::after {
  background: #00a0e9;
}
.sinfoth .box .item:nth-child(4) .tit .g_png {
  background: #2f7c68;
}
.sinfoth .box .item:nth-child(4) .tit .txt::after {
  background: #2f7c68;
}
.sinfoth .box .item .tit {
  display: flex;
  align-items: flex-end;
}
.sinfoth .box .item .tit .g_png {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.24rem;
}
.sinfoth .box .item .tit .g_png img {
  width: calc(80/135*100%);
}
.sinfoth .box .item .tit .txt {
  padding-bottom: 0.2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sinfoth .box .item .tit .txt::after {
  content: '';
  width: 100%;
  height: 0.1rem;
}
.sinfoth .box .item .tit .txt h3 {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .sinfoth .box .item .tit .txt h3 {
    font-size: 16px;
  }
}
.sinfoth .box .item .public-content {
  margin-top: 0.2rem;
  color: #000;
  line-height: 1.5;
}
.sinfoth .box .item .public-content h4 {
  margin: 0.1rem 0;
}
.sinfofo .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .sinfofo .box {
    margin: 0.5rem 0 0;
  }
}
.sinfofo .box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.24rem;
  padding: 0 0.12rem;
}
@media (max-width: 991px) {
  .sinfofo .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sinfofo .box .item {
    width: 100%;
    padding: 0;
  }
}
.sinfofo .box .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.sinfofo .box .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.sinfofo .box .item .itembox .public-img:before {
  padding-top: 56.25%;
}
.sinfofo .box .item .itembox .txt {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
}
.sinfofo .box .item .itembox .txt h3 {
  color: #fff;
  text-align: center;
}
/* resources */
.reson {
  padding-bottom: 1rem;
}
.reson .reson_nav {
  display: flex;
  justify-content: space-between;
}
.reson .reson_nav a {
  cursor: pointer;
  flex-wrap: wrap;
  transition: all 0.4s;
  text-align: center;
  width: calc((100% - 0.5rem)/3);
  padding: 0.3rem 0.2rem;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.11111111;
}
@media (max-width: 767px) {
  .reson .reson_nav a {
    font-size: 14px;
  }
}
.reson .reson_nav a.on {
  background: #00a0e9;
}
.reson .reson_nav a span {
  margin-right: 0.12rem;
}
.reson .box {
  margin-top: 0.33rem;
  position: relative;
}
.reson .box .reson_it {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.reson .box .reson_it.on {
  position: relative;
  opacity: 1;
}
.reson .box .reson_it .swiper {
  padding-bottom: 0.55rem;
}
.reson .box .reson_it .swiper .reson_con {
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .reson .box .reson_it .swiper .reson_con {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
}
.reson .box .reson_it .swiper .reson_con:hover .public-img img {
  transform: scale(1.05);
}
.reson .box .reson_it .swiper .reson_con .public-img {
  flex-shrink: 0;
  width: 32.22222222%;
}
@media (max-width: 767px) {
  .reson .box .reson_it .swiper .reson_con .public-img {
    width: 100%;
  }
}
.reson .box .reson_it .swiper .reson_con .public-img:before {
  padding-top: 56.25%;
}
.reson .box .reson_it .swiper .reson_con .txt {
  width: 65.97222222%;
}
@media (max-width: 767px) {
  .reson .box .reson_it .swiper .reson_con .txt {
    width: 100%;
  }
}
.reson .box .reson_it .swiper .reson_con .txt h3 {
  font-family: 'rob-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.reson .box .reson_it .swiper .reson_con .txt .g_p .p1 {
  font-family: 'rob-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: var(--color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.reson .box .reson_it .swiper .reson_con .txt .g_p .p2 {
  margin-top: 0.06rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 6em;
}
.reson .box .reson_it .swiper .swip2_pag {
  display: flex;
  justify-content: center;
  bottom: 0;
}
.reson .box .reson_it .swiper .swip2_pag .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background: #a0a0a0;
  opacity: 1;
  margin: 0 7px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .reson .box .reson_it .swiper .swip2_pag .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 4px;
  }
}
.reson .box .reson_it .swiper .swip2_pag .swiper-pagination-bullet-active {
  width: 0.6rem;
  background: #00a0e9;
}
/* company */
.pub_pag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
}
.pub_pag .g_title {
  margin-bottom: 0;
  padding: 0 0.5rem;
}
@media (max-width: 767px) {
  .pub_pag .g_title {
    padding: 0 0.2rem;
  }
}
@media (max-width: 1260px) {
  .pub_pag .g_title .g_h2 h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .pub_pag .g_title .g_h2 h2 {
    font-size: 18px;
  }
}
.pub_pag .g_a {
  cursor: pointer;
  width: 28%;
}
@media (max-width: 1260px) {
  .pub_pag .g_a {
    width: 32%;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pub_pag .g_a {
    width: 38%;
    font-size: 12px;
  }
}
.pub_pag .g_a:last-child {
  text-align: right;
}
.comon .box {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 1260px) {
  .comon .box {
    display: flex;
    flex-direction: column-reverse;
  }
}
.comon .box .g_map {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .comon .box .g_map {
    overflow: auto;
  }
}
.comon .box .g_map .g_map_box {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .comon .box .g_map .g_map_box {
    width: 800px;
  }
}
.comon .box .g_map .img {
  width: 100%;
}
.comon .box .g_map .img img {
  width: 100%;
}
.comon .box .g_map .g_map_add .item {
  position: absolute;
  height: 1px;
  width: 1px;
}
.comon .box .g_map .g_map_add .item.it2 .g_it {
  left: auto;
  right: 0;
  padding: 0 0.1rem 0 0.28rem;
  flex-direction: row-reverse;
}
.comon .box .g_map .g_map_add .item.it2 .g_it .g_i {
  margin: 0 0 0 0.2rem;
}
.comon .box .g_map .g_map_add .item.it3 .g_it .g_i {
  width: 0.15rem;
  height: 0.15rem;
  border: 1px solid #f39800;
  background: #888e8e;
}
.comon .box .g_map .g_map_add .item.it3 .g_it .g_i .i1 {
  width: 2px;
  height: 0.44rem;
  left: 0.06rem;
  display: block;
  position: absolute;
  top: 100%;
  background: #f39800;
}
@media (max-width: 1260px) {
  .comon .box .g_map .g_map_add .item.it3 .g_it .g_i .i1 {
    left: 0.04rem;
    height: 0.34rem;
  }
}
.comon .box .g_map .g_map_add .item.it3 .g_it .g_i .i2 {
  width: 0.2rem;
  height: 0.2rem;
  background: #f39800;
  display: block;
  position: absolute;
  top: calc(100% + 0.44rem);
  left: -0.03rem;
  border-radius: 50%;
}
@media (max-width: 1260px) {
  .comon .box .g_map .g_map_add .item.it3 .g_it .g_i .i2 {
    top: calc(100% + 0.34rem);
  }
}
.comon .box .g_map .g_map_add .item .g_it {
  border: 1px solid #f39800;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 2px 10px rgba(97, 52, 0, 0.6);
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: auto;
  height: 0.42rem;
  padding: 0 0.28rem 0 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .comon .box .g_map .g_map_add .item .g_it {
    height: 24px;
  }
}
.comon .box .g_map .g_map_add .item .g_it .g_i {
  width: 0.2rem;
  height: 0.2rem;
  background: #f39800;
  border-radius: 50%;
  margin-right: 0.2rem;
  position: relative;
}
.comon .box .g_map .g_map_add .item .g_it p {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .comon .box .g_map .g_map_add .item .g_it p {
    font-size: 12px;
  }
}
.comon .box .g_map .g_map_add .item1 {
  top: 11%;
  right: 31%;
}
.comon .box .g_map .g_map_add .item2 {
  top: 20%;
  right: 46%;
}
.comon .box .g_map .g_map_add .item3 {
  top: 42%;
  right: 23%;
}
.comon .box .g_map .g_map_add .item4 {
  top: 47%;
  right: 23%;
}
.comon .box .g_map .g_map_add .item5 {
  top: 49.5%;
  right: 21%;
}
.comon .box .g_map .g_map_add .item6 {
  top: 53.5%;
  right: 21%;
}
.comon .box .g_map .g_map_add .item7 {
  top: 55%;
  right: 21%;
}
.comon .box .g_map .g_map_add .item8 {
  top: 65%;
  right: 29%;
}
.comon .box .g_map .g_map_add .item9 {
  top: 56%;
  right: 50%;
}
.comon .box .g_map .g_map_add .item10 {
  top: 62%;
  right: 46%;
}
.comon .box .g_map .g_map_add .item11 {
  top: 85%;
  right: 39%;
}
.comon .box .g_map .g_map_add .item12 {
  top: 92%;
  right: 32.2%;
}
.comon .box .g_map .g_map_add .item13 {
  top: 92%;
  right: 32%;
}
.comon .box .txt {
  position: absolute;
  width: 42.1875%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 125, 200, 0.8);
  padding: 0.9rem 0.72rem 0.9rem 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1900px) {
  .comon .box .txt {
    padding: 0.9rem 0.36rem 0.9rem;
  }
}
@media (max-width: 1260px) {
  .comon .box .txt {
    position: relative;
    width: 100%;
    padding: 0.5rem 0.36rem;
  }
}
.comon .box .txt .txt_box {
  border: 3px solid #fff;
  padding: 0.5rem 0.2rem 0.5rem 0.5rem;
  width: 75.06775068%;
  color: #fff;
}
@media (max-width: 1900px) {
  .comon .box .txt .txt_box {
    width: 100%;
  }
}
.comon .box .txt .txt_box h2 {
  padding-right: 0.3rem;
  line-height: 1.25;
  margin-bottom: 0.35rem;
}
@media screen and (max-width: 1460px) {
  .comon .box .txt .txt_box h2 {
    font-size: 36px;
  }
}
.comon .box .txt .txt_box .g_p p {
  line-height: 1.66666667;
}
@media screen and (max-width: 1460px) {
  .comon .box .txt .txt_box .g_p p {
    font-size: 24px;
  }
}
.comon .box .txt .txt_box .g_p p span {
  line-height: 1.25;
}
@media screen and (max-width: 1460px) {
  .comon .box .txt .txt_box .g_p p span {
    font-size: 28px;
  }
}
.comtw {
  margin-bottom: 0.48rem;
  padding: 0.53rem 0 1px;
}
.comtw .g_title {
  padding: 0 0.5rem;
}
.comtw .box {
  margin: -0.9rem 0 0.54rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .comtw .box {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .comtw .box {
    margin: -0.4rem 0 0.54rem;
  }
}
.comtw .box img {
  width: auto;
  height: 1.9rem;
  margin: 0.82rem 0.1rem 0;
}
@media (max-width: 1900px) {
  .comtw .box img {
    margin: 0.82rem 0.3rem 0;
  }
}
@media (max-width: 991px) {
  .comtw .box img {
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .comtw .box img {
    height: 1rem;
    margin: 0.82rem 0.4rem 0;
  }
}
.comth .box {
  margin: -0.5rem 0 0;
  border-top: 1px solid #c8c8c8;
  padding: 0.48rem 0 0;
}
.comfo .box {
  border-top: 1px solid #c8c8c8;
  padding: 0.48rem 0 0;
}
.comfo .box .comfo_box {
  position: relative;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .comfo .box .comfo_box {
    flex-direction: column;
  }
}
.comfo .box .comfo_box .gl {
  width: 44.44444444%;
}
@media (max-width: 767px) {
  .comfo .box .comfo_box .gl {
    width: 100%;
  }
}
.comfo .box .comfo_box .gl .public-img {
  height: 100%;
}
.comfo .box .comfo_box .gl .public-img:before {
  padding-top: 56.25%;
}
.comfo .box .comfo_box .gr {
  align-items: center;
  justify-content: space-between;
  display: flex;
  background: var(--color);
  width: 55.55555556%;
  color: #fff;
  padding: 0.2rem 0.45rem;
}
@media (max-width: 767px) {
  .comfo .box .comfo_box .gr {
    width: 100%;
  }
}
.comfo .box .comfo_box .gr .comfo_con {
  line-height: 1.875;
}
.comfo .box .comfo_box .g_line {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.16rem;
}
.comfo .box .comfo_box .g_line i {
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
}
@media (max-width: 767px) {
  .comfo .box .comfo_box .g_line i {
    border: 2px solid #fff;
  }
}
/* team */
.teaon .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
@media (max-width: 767px) {
  .teaon .box {
    margin: 0 ;
  }
}
.teaon .box .asson_fis {
  width: calc(1/4*100%);
  margin-bottom: 2px;
  padding: 0 2px;
}
@media (max-width: 991px) {
  .teaon .box .asson_fis {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .teaon .box .asson_fis {
    width: 100%;
    padding: 0;
  }
}
.teaon .box .asson_fis .public-img {
  height: 100%;
}
.teaon .box .asson_fis .public-img:before {
  padding-top: 155.8988764%;
}
.teaon .box .asson_las {
  position: relative;
  width: calc(1/2*100%);
  margin-bottom: 2px;
  padding: 0 2px;
}
@media (max-width: 991px) {
  .teaon .box .asson_las {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .teaon .box .asson_las {
    width: 100%;
    padding: 0;
  }
}
.teaon .box .asson_las .public-img {
  height: 100%;
}
.teaon .box .asson_las .public-img:before {
  padding-top: 77.65363128%;
}
.teaon .box .asson_las .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0.38rem;
  display: flex;
  align-items: center;
}
.teaon .box .asson_las .txt .txt_box {
  color: #fff;
  padding: 0.3rem 0.1rem 0.3rem 0.3rem;
  border: 2px solid #fff;
}
.teaon .box .item {
  width: calc(1/4*100%);
  margin-bottom: 2px;
  padding: 0 2px;
}
@media (max-width: 991px) {
  .teaon .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .teaon .box .item {
    width: 100%;
    padding: 0;
  }
}
.teaon .box .item .itembox {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color);
}
.teaon .box .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.teaon .box .item .itembox .public-img:before {
  padding-top: 98.31460674%;
}
.teaon .box .item .itembox .txt {
  padding: 0.2rem 0.1rem 0.1rem 0.1rem;
  color: #fff;
}
.teaon .box .item .itembox .txt h3 {
  line-height: 1;
}
.teaon .box .item .itembox .txt .g_p {
  margin-top: 0.2rem;
}
.teaon .box .item .itembox .txt .g_p p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}
.teatw {
  padding: 0.55rem 0 0;
}
.teatw .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .teatw .box {
    margin: 0 ;
  }
}
.teatw .box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.1rem;
  padding: 0 0.15rem;
}
@media (max-width: 991px) {
  .teatw .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .teatw .box .item {
    width: 100%;
    padding: 0;
    margin-bottom: 0.4rem;
  }
}
.teatw .box .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
}
.teatw .box .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.teatw .box .item .itembox .public-img:before {
  padding-top: 120.95032397%;
}
.teatw .box .item .itembox .txt {
  position: relative;
  z-index: 10;
}
.teatw .box .item .itembox .txt h3 {
  background: #1794df;
  color: #fff;
  display: inline-flex;
  padding: 0 0.24rem;
  transform: translateY(-50%);
}
.teatw .box .item .itembox .txt h3 span {
  margin-right: 0.1rem;
}
.teatw .box .item .itembox .txt .g_p {
  padding-right: 0.5rem;
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0.3rem;
  right: 0.36rem;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_title .close_tc:hover::before,
.curtain1 .curtain_box .curtain_title .close_tc:hover::after {
  background: var(--color);
}
@media screen and (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc {
    width: 30px;
    height: 30px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  margin: -1px 0 0 -10px;
  width: 40px;
  height: 3px;
  background: #718fab;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc::before {
    width: 30px;
    height: 2px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  margin: -1px 0 0 -10px;
  width: 40px;
  height: 3px;
  background: #718fab;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc::after {
    width: 30px;
    height: 2px;
  }
}
.curtain1 .curtain_box .curtain_con {
  max-height: 90vh;
  overflow: auto;
}
.team_pop {
  width: 12.25rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0 0.35rem 0.7rem 0.44rem;
}
@media (max-width: 991px) {
  .team_pop {
    width: 100%;
  }
}
.team_pop .tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .team_pop .tit {
    flex-direction: column;
  }
}
.team_pop .tit .public-img {
  flex-shrink: 0;
  margin-right: 0.42rem;
  width: 2.4rem;
}
@media (max-width: 767px) {
  .team_pop .tit .public-img {
    width: 100%;
    margin-right: 0;
  }
}
.team_pop .tit .public-img:before {
  padding-top: 100%;
}
.team_pop .tit .tit_txt h2 span {
  margin-left: 0.1rem;
}
.team_pop .tit .tit_txt p {
  line-height: 1.3;
  color: #007dc8;
}
.team_pop .public-content {
  color: #000;
  line-height: 1.5;
}
.team_pop .public-content ul {
  padding-left: 0.4rem;
}
@media (max-width: 767px) {
  .team_pop .public-content ul {
    padding-left: 0.2rem;
  }
}
@media (max-width: 767px) {
  .team_pop .public-content ul li {
    margin-left: 0.2rem;
  }
}
/* news */
.newon .box .swiper {
  padding-bottom: 0.4rem;
}
.newon .box .swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newon .box .swiper .newon_con {
  display: block;
  margin-bottom: 0.5rem;
  width: calc(50% - 0.16rem);
}
@media (max-width: 767px) {
  .newon .box .swiper .newon_con {
    width: 100%;
  }
}
.newon .box .swiper .newon_con:hover .public-img img {
  transform: scale(1.05);
}
.newon .box .swiper .newon_con .img {
  position: relative;
}
.newon .box .swiper .newon_con .img .public-img:before {
  padding-top: 70%;
}
.newon .box .swiper .newon_con .img .g_h3 {
  bottom: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.06rem 0.23rem;
  background: rgba(0, 125, 200, 0.8);
}
.newon .box .swiper .newon_con .img .g_h3 h3 {
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newon .box .swiper .newon_con .img .g_h3 img {
  width: 0.64rem;
  height: auto;
  margin-left: 0.4rem;
  flex-shrink: 0;
}
.newon .box .swiper .newon_con .txt {
  margin-top: 0.24rem;
}
.newon .box .swiper .newon_con .txt .txt_t {
  display: flex;
  justify-content: space-between;
  color: var(--color);
}
.newon .box .swiper .newon_con .txt .g_p {
  margin-top: 0.15rem;
}
.newon .box .swiper .newon_con .txt .g_p p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.newon .box .swiper .swip2_pag {
  display: flex;
  justify-content: center;
  bottom: 0;
}
.newon .box .swiper .swip2_pag .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background: #a0a0a0;
  opacity: 1;
  margin: 0 7px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .newon .box .swiper .swip2_pag .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 4px;
  }
}
.newon .box .swiper .swip2_pag .swiper-pagination-bullet-active {
  width: 0.6rem;
  background: #00a0e9;
}
/* news-detail */
.ninfoon .public-content {
  padding-top: 0.4rem;
  margin-bottom: 0.6rem;
}
.ninfoon .box {
  margin: 0.6rem 0 0;
}
.ninfoon .box .g_pag {
  display: flex;
  align-items: center;
  margin-top: 0.45rem;
  justify-content: space-between;
}
.ninfoon .box .g_pag .g_m {
  width: 30.55555556%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .ninfoon .box .g_pag .g_m {
    display: none;
  }
}
.ninfoon .box .g_pag .g_m i {
  width: 1.79rem;
  height: 2px;
  background: #d7d7d7;
}
.ninfoon .box .g_pag .g_m img {
  width: 0.73rem;
  height: auto;
  margin: 0 0.18rem;
  flex-shrink: 0;
}
.ninfoon .box .g_pag .g_mec {
  width: 30.90277778%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .ninfoon .box .g_pag .g_mec {
    width: 48%;
  }
}
.ninfoon .box .g_pag .g_mec:first-child {
  flex-direction: row-reverse;
}
.ninfoon .box .g_pag .g_mec:first-child img {
  transform: rotate(180deg);
  margin: 0 0.24rem 0 0;
}
.ninfoon .box .g_pag .g_mec:hover p {
  color: var(--color);
}
.ninfoon .box .g_pag .g_mec p {
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .ninfoon .box .g_pag .g_mec p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ninfoon .box .g_pag .g_mec p {
    font-size: 16px;
  }
}
.ninfoon .box .g_pag .g_mec img {
  flex-shrink: 0;
  margin-left: 0.24rem;
  width: 0.56rem;
  height: auto;
}
.ninfoon .box .g_pag .g_mec i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .ninfoon .box .g_pag .g_mec i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .ninfoon .box .g_pag .g_mec i {
    width: 0.26rem;
  }
}
.ninfoon .box .g_pag .g_mec i svg,
.ninfoon .box .g_pag .g_mec i img {
  width: 100%;
  height: auto;
}
.ninfoon .box .g_pag .g_mec i svg path,
.ninfoon .box .g_pag .g_mec i img path {
  fill: var(--color);
}
/* manufactury */
.manon {
  padding: 0.55rem 0 0;
}
.manon .box {
  margin-top: 0.45rem;
}
.manon .box .boxt {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .manon .box .boxt {
    flex-wrap: wrap;
  }
}
.manon .box .boxt .boxt_con {
  width: calc(1/3*100%);
}
@media (max-width: 767px) {
  .manon .box .boxt .boxt_con {
    width: 100%;
  }
}
.manon .box .boxb {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .manon .box .boxb {
    flex-wrap: wrap;
  }
}
.manon .box .boxb .gl {
  display: flex;
  flex-wrap: wrap;
  width: calc(2/3*100%);
}
@media (max-width: 767px) {
  .manon .box .boxb .gl {
    width: 100%;
  }
}
.manon .box .boxb .gl .item2 {
  width: 50%;
}
@media (max-width: 767px) {
  .manon .box .boxb .gl .item2 {
    width: 100%;
  }
}
.manon .box .boxb .gl .item3 {
  width: 100%;
}
.manon .box .boxb .gr {
  width: calc(1/3*100%);
}
@media (max-width: 767px) {
  .manon .box .boxb .gr {
    width: 100%;
  }
}
.manon .box .item {
  padding: 1px;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.manon .box .item::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.manon .box .item .pub_it {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  object-fit: cover;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .manon .box .item .pub_it {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
.manon .box .item .pub_it p {
  color: #fff;
}
@media (max-width: 1260px) {
  .manon .box .item .pub_it p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .manon .box .item .pub_it p {
    font-size: 22px;
  }
  .manon .box .item .pub_it p br {
    display: none;
  }
}
@media (max-width: 1260px) {
  .manon .box .item .pub_it img {
    transform: scale(0.8);
    margin: 0.2rem !important;
  }
}
@media (max-width: 991px) {
  .manon .box .item .pub_it img {
    width: auto !important;
    height: 1.8rem !important;
    transform: scale(1);
    margin: 0.1rem !important;
  }
}
.manon .box .item1::before {
  padding-top: 100%;
}
@media (max-width: 767px) {
  .manon .box .item1::before {
    padding-top: 50%;
  }
}
.manon .box .item2::before {
  padding-top: 50%;
}
.manon .box .item3::before {
  padding-top: 25%;
}
@media (max-width: 767px) {
  .manon .box .item3::before {
    padding-top: 50%;
  }
}
.manon .box .flex1 .pub_it {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: #61a3c2;
  padding: 0.18rem;
}
.manon .box .flex1 .pub_it img {
  margin-top: 1.05rem;
  width: 2.74rem;
  height: auto;
}
.manon .box .flex2 .pub_it {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #c58178;
  padding: 0.18rem;
}
.manon .box .flex2 .pub_it img {
  margin-top: -0.6rem;
  margin-left: 0.17rem;
  width: 2.37rem;
  height: auto;
}
.manon .box .flex3 .pub_it {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  background: #c39e77;
  padding: 0.18rem;
}
.manon .box .flex3 .pub_it img {
  margin-top: 0.8rem;
  margin-right: 0.6rem;
  width: 2.37rem;
  height: auto;
}
.manon .box .flex4 .pub_it {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  background: #70c5e4;
  padding: 0.18rem;
}
.manon .box .flex4 .pub_it img {
  margin-bottom: 0.28rem;
  width: 4.04rem;
  height: auto;
}
.manon .box .flex5 .pub_it {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  background: #317463;
  padding: 0.18rem;
}
.manon .box .flex5 .pub_it img {
  margin-top: 0.7rem;
  margin-right: 0.6rem;
  width: 2.38rem;
  height: auto;
}
.manon .box .flex6 .pub_it {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #e46f3a;
  padding: 0.18rem;
}
.manon .box .flex6 .pub_it img {
  margin-top: 0.5rem;
  margin-left: 1.1rem;
  width: 2.13rem;
  height: auto;
}
.manon .box .flex7 .pub_it {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #9da6ba;
  padding: 0.18rem;
}
.manon .box .flex7 .pub_it img {
  margin-top: 0.5rem;
  margin-left: 0.54rem;
  width: 2.13rem;
  height: auto;
}
.manon .box .flex8 .pub_it {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #70849d;
  padding: 0.18rem;
}
.manon .box .flex8 .pub_it img {
  margin-left: 0.72rem;
  width: 2.78rem;
  height: auto;
}
.manon .box .flex9 .pub_it {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #f2be46;
  padding: 0.18rem;
}
.manon .box .flex9 .pub_it img {
  margin-top: 0.5rem;
  margin-left: 0.72rem;
  width: 2.5rem;
  height: auto;
}
.manon .box .flex10 .pub_it {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  background: #b6a2a1;
  padding: 0.18rem;
}
.manon .box .flex10 .pub_it img {
  margin-right: 1.15rem;
  width: 2.2rem;
  height: auto;
}
.manon .box .flex11 .pub_it {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: #007dc8;
  padding: 0.18rem;
}
.manon .box .flex11 .pub_it img {
  margin-bottom: 0.18rem;
  margin-top: 0.95rem;
  width: 2.56rem;
  height: auto;
}
.mantw {
  margin-bottom: 0.6rem;
  padding: 0.5rem 0 0;
}
.mantw .g_title {
  padding: 0 0.1rem;
}
.mantw .box {
  padding-bottom: 0.55rem;
  background: #f3f6fb;
  margin-top: 0.45rem;
}
@media (max-width: 991px) {
  .mantw .box .imgmap {
    overflow: auto;
  }
}
.mantw .box .imgmap > img {
  width: 100%;
}
@media (max-width: 991px) {
  .mantw .box .imgmap > img {
    width: 1000px;
    max-width: initial;
  }
}
.mantw .mantw_b {
  position: relative;
  z-index: 10;
  margin-top: -1.8rem;
}
@media (max-width: 991px) {
  .mantw .mantw_b {
    margin-top: 0;
  }
}
.mantw .mantw_b .mantw_add {
  border: 1px solid #b6cad9;
  box-shadow: 0 2px 10px rbga(97, 52, 0, 0.35);
  background: rgba(18, 82, 130, 0.6);
  border-radius: 0.2rem;
  width: 100%;
  padding: 0.26rem 0.4rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .mantw .mantw_b .mantw_add {
    flex-direction: column;
  }
}
.mantw .mantw_b .mantw_add img {
  width: 0.71rem;
  margin-right: 0.48rem;
  flex-shrink: 0;
}
.mantw .mantw_b .mantw_add .add_txt {
  color: #fff;
}
@media (max-width: 767px) {
  .mantw .mantw_b .mantw_add .add_txt {
    margin-top: 0.3rem;
  }
}
.mantw .mantw_b .mantw_add .add_txt h3 {
  line-height: 1;
}
.mantw .mantw_b .mantw_add .add_txt p {
  margin-top: 0.1rem;
}
.mantw .mantw_b .txt {
  margin-top: 0.5rem;
}
.mantw .mantw_b .txt p {
  text-indent: 1.5em;
}
.gpop {
  position: fixed;
  right: 0.23rem;
  bottom: 2rem;
  z-index: 100;
  display: none;
}
@media (max-width: 767px) {
  .gpop {
    right: 10px;
  }
}
.gpop > * {
  transition: all 0.4s;
}
.gpop .pop_a {
  background: #000000;
  position: relative;
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .gpop .pop_a {
    margin-top: 10px;
  }
}
.gpop .pop_a.on {
  background: var(--color);
}
.gpop .pop_a.on .pop_text {
  background: var(--color);
  width: 5.2rem;
  opacity: 1;
  pointer-events: initial;
}
.gpop .pop_a.on .pop_text.pop_text2 {
  width: 3.2rem;
}
.gpop .pop_a.on .pop_a_img {
  background: var(--color);
}
.gpop .pop_a.on .pop_a_img .img1 {
  display: none;
}
.gpop .pop_a.on .pop_a_img .img2 {
  display: block;
}
.gpop .pop_a img {
  z-index: 100;
}
.gpop .pop_a .pop_a_img {
  transition: all 0.4s;
  border-radius: 50%;
  background: #000;
  position: relative;
  z-index: 21;
  width: 0.96rem;
  height: 0.96rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gpop .pop_a .pop_a_img svg {
  width: auto;
  height: 20px;
}
.gpop .pop_a .pop_a_img svg path {
  fill: #969696;
}
.gpop .pop_a .pop_a_img img {
  width: 0.58rem;
  height: auto;
}
.gpop .pop_a .pop_a_img .img2 {
  display: none;
}
.gpop .pop_a .pop_a_img p {
  font-size: 12px;
  margin-top: 5px;
}
.gpop .pop_a .pop_text {
  width: 0.96rem;
  height: 0.96rem;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  padding: 0 0.3rem 0 0.33rem;
  transition: all 0.4s;
  pointer-events: none;
  z-index: 1;
  /* transform: translateY(-50%) scale(0); */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 100px;
}
.gpop .pop_a .pop_text.pop_text1 a {
  flex-shrink: 0;
  margin: 0 0.19rem;
  display: block;
  width: auto;
  height: 0.58rem;
}
.gpop .pop_a .pop_text.pop_text1 a img {
  width: auto;
  height: 100%;
}
.gpop .pop_a .pop_text.pop_text2 p {
  color: #fff;
}
#c-home-tips {
  display: none;
  position: fixed;
  z-index: 890;
  bottom: 0;
  left: 0;
  width: 100%;
}
#c-home-tips .c-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5rem 0.54rem 0.78rem;
  background: #000;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap {
    flex-direction: column;
  }
}
#c-home-tips .c-wrap .c-left {
  text-align: left;
  color: #fff;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap .c-left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
#c-home-tips .c-wrap .c-left h2 {
  line-height: 1.5625;
}
#c-home-tips .c-wrap .c-left p {
  line-height: 1.42857143;
}
#c-home-tips .c-wrap .c-left p a {
  color: var(--color);
  text-decoration: underline;
}
#c-home-tips .c-wrap .c-wrapr {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap .c-wrapr {
    width: 100%;
  }
}
#c-home-tips .c-wrap .c-wrapr a {
  color: #fff;
  border: 3px solid var(--color);
  cursor: pointer;
  padding: 0.1rem 0.3rem;
  width: 4rem;
  height: 0.8rem;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#c-home-tips .c-wrap .c-wrapr a:hover {
  text-decoration: underline;
}
#c-home-tips .c-wrap .c-wrapr .c-close2 {
  background: var(--color);
}
.curtain_no2 .close_tc:hover::before,
.curtain_no2 .close_tc:hover::after {
  background: var(--color) !important;
}
.curtain_no2 .close_tc::before,
.curtain_no2 .close_tc::after {
  background: #7c7c7c !important;
}
.cont_pop {
  width: 12.22rem;
  overflow: initial !important;
}
@media (max-width: 991px) {
  .cont_pop {
    width: 100%;
  }
}
.cont_pop .hni .box {
  padding: 1.16rem 1.2rem 0.56rem;
  max-height: 90vh;
  overflow: auto;
  background: #fff;
}
@media (max-width: 767px) {
  .cont_pop .hni .box {
    padding: 0.55rem 0.3rem 0.6rem;
  }
}
.cont_pop .hni .box .g_title {
  padding: 0;
}
.cont_pop .hni .box form .g_btn {
  width: 4.54rem;
}
@media (max-width: 767px) {
  .cont_pop .hni .box form .g_btn {
    width: 100%;
  }
}
.curtain_no3 .close_tc:hover::before,
.curtain_no3 .close_tc:hover::after {
  background: var(--color) !important;
}
.curtain_no3 .close_tc::before,
.curtain_no3 .close_tc::after {
  background: #7c7c7c !important;
}
.down_pop {
  width: 12.22rem;
  overflow: initial !important;
}
@media (max-width: 991px) {
  .down_pop {
    width: 100%;
  }
}
.down_pop .hni .box {
  padding: 1.16rem 1.2rem 0.56rem;
  max-height: 90vh;
  overflow: auto;
  background: #fff;
}
@media (max-width: 767px) {
  .down_pop .hni .box {
    padding: 0.55rem 0.3rem 0.6rem;
  }
}
.down_pop .hni .box .g_title {
  padding: 0;
}
.down_pop .hni .box form .g_lab {
  margin-top: 0.1rem;
}
.down_pop .hni .box form .g_btn {
  margin-top: 0.3rem;
  width: 4.54rem;
}
@media (max-width: 767px) {
  .down_pop .hni .box form .g_btn {
    width: 100%;
  }
}
.down_pop .hni .box form .g_down {
  margin-top: 0.4rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  pointer-events: none;
}
.down_pop .hni .box form .g_down.on {
  pointer-events: initial;
}
.down_pop .hni .box form .g_down.on .item {
  border-color: var(--color);
}
.down_pop .hni .box form .g_down.on .item .img .img1 {
  display: none;
}
.down_pop .hni .box form .g_down.on .item .img .img2 {
  display: block;
}
.down_pop .hni .box form .g_down.on .item p {
  color: var(--color);
}
@media (max-width: 767px) {
  .down_pop .hni .box form .g_down {
    flex-direction: column;
  }
}
.down_pop .hni .box form .g_down .item {
  width: calc(50% - 0.12rem);
  margin-bottom: 0.24rem;
  border-radius: 0.1rem;
  border: 1px solid #b4b4b4;
  height: 0.8rem;
  padding: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .down_pop .hni .box form .g_down .item {
    width: 100%;
  }
}
.down_pop .hni .box form .g_down .item .img img {
  width: 0.35rem;
  height: auto;
  margin-right: 0.15rem;
}
@media (max-width: 1900px) {
  .down_pop .hni .box form .g_down .item .img img {
    width: 0.3rem;
  }
}
.down_pop .hni .box form .g_down .item .img .img2 {
  display: none;
}
.down_pop .hni .box form .g_down .item p {
  color: #b4b4b4;
}
@media (max-width: 1900px) {
  .down_pop .hni .box form .g_down .item p {
    font-size: 18px;
  }
}
@media (max-width: 1580px) {
  .down_pop .hni .box form .g_down .item p {
    font-size: 14px;
  }
}
.str_static .str_move {
  left: 50%;
  transform: translateX(-50%);
}
.abo_banner {
  width: 100%;
  height: 7.2rem;
}
@media (max-width: 1580px) {
  .abo_banner {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .abo_banner {
    height: 11rem;
  }
}
.abo_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.abo_banner img.on {
  display: block;
}
.com_nav .pub_pag .g_a p {
  display: none;
}
.com_nav .pub_pag .g_a p.on {
  display: block;
}
.com_nav .pub_pag .g_title .g_h2 .font-rob-l span {
  display: none;
}
.com_nav .pub_pag .g_title .g_h2 .font-rob-l span.on {
  display: block;
}
.combox {
  overflow: hidden;
  position: relative;
}
.combox .combox_it {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
}
.combox .combox_it.on {
  pointer-events: initial;
  position: relative;
  opacity: 1;
  z-index: 20;
}
.g-pri33 {
  padding: 1.1rem 0 3rem;
}
.g-pri33 .box .tit {
  margin-bottom: 0.35rem;
  text-align: center;
}
.g-pri33 .box .tit h2 {
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.g-pri33 .box .tit .g-p {
  display: flex;
  justify-content: center;
}
.g-pri33 .box .tit .g-p p {
  color: #999;
  margin: 0 0.18rem;
}
.g-pri33 .box .public-content h3 {
  font-size: 24px;
}
.g-pri33 .box .public-content .p1 {
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri33 .box .public-content .p1:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri33 .box .public-content .p1:after {
    top: 14px;
  }
}
.g-pri33 .box .public-content .g-pritxt .g-pritxt-box {
  display: flex;
}
@media (max-width: 767px) {
  .g-pri33 .box .public-content .g-pritxt .g-pritxt-box {
    flex-direction: column;
  }
}
.g-pri33 .box .public-content .g-pritxt .g-pritxt-box span {
  flex-shrink: 0;
  color: #222;
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri33 .box .public-content .g-pritxt .g-pritxt-box span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri33 .box .public-content .g-pritxt .g-pritxt-box span:after {
    top: 14px;
  }
}
.g-pri33 .box .public-content .g-pritxt .g-pritxt-box ul {
  padding: 0;
}
.g-pri33 .box .public-content .g-pritxt .g-pritxt-box ul li {
  list-style: none;
}
/* 三级 */
.nav_two_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_two_tit > a {
  color: #666 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
.nav_two_tit svg {
  width: 8px;
  height: auto;
}
.nav_two_tit svg path {
  fill: #666;
}
.nav_three {
  display: none;
}
.nav_three > a {
  color: #999 !important;
  display: block;
  padding-left: 30px;
  line-height: 36px;
}
