@charset "utf-8";
:root {
  --color: #be1915;
  --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;
}
@-moz-document url-prefix() {
  * {
    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: 50px;
  }
}
body {
  min-height: 100%;
  font-family: 'pub', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
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 {
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
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:not(.no-inherit) path,
svg:not(.no-inherit) circle,
svg:not(.no-inherit) rect {
  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: 90%;
  max-width: 1600px;
}
.bg-color1 {
  background-color: #fff;
}
@media (max-width: 767px) {
  .padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .padding-top {
    padding-top: 60px !important;
  }
  .padding-bottom {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .ico-32 {
    width: 32px !important;
    height: 32px !important;
  }
  .ico-24 {
    width: 24px !important;
    height: 24px !important;
  }
  .ico-16 {
    width: 16px !important;
    height: 16px !important;
  }
  .ico12 {
    width: 12px !important;
    height: 12px !important;
  }
}
@media (max-width: 767px) {
  .radius8 {
    border-radius: 8px !important;
  }
  .radius4 {
    border-radius: 4px !important;
  }
}
.font12 {
  font-size: 12px;
  line-height: calc(22/12);
}
.font14 {
  font-size: 14px;
  line-height: calc(24/14);
}
.font16 {
  font-size: 16px;
  line-height: calc(26/16);
}
.font18 {
  font-size: 18px;
  line-height: calc(26/18);
}
.font20 {
  font-size: 20px;
  line-height: calc(30/20);
}
.font22 {
  font-size: 22px;
  line-height: calc(32/22);
}
.font24 {
  font-size: 24px;
  line-height: calc(34/24);
}
.font26 {
  font-size: 26px;
  line-height: calc(36/26);
}
.font28 {
  font-size: 28px;
  line-height: calc(38/28);
}
.font30 {
  font-size: 30px;
  line-height: calc(40/30);
}
.font32 {
  font-size: 32px;
  line-height: calc(42/32);
}
.font34 {
  font-size: 34px;
  line-height: calc(44/34);
}
.font36 {
  font-size: 36px;
  line-height: calc(46/36);
}
.font38 {
  font-size: 38px;
  line-height: calc(48/38);
}
.font40 {
  font-size: 40px;
  line-height: calc(50/40);
}
.font42 {
  font-size: 42px;
  line-height: calc(52/42);
}
.font44 {
  font-size: 44px;
  line-height: calc(54/44);
}
.font46 {
  font-size: 46px;
  line-height: calc(56/46);
}
.font48 {
  font-size: 48px;
  line-height: calc(58/48);
}
.font50 {
  font-size: 50px;
  line-height: calc(60/50);
}
.font52 {
  font-size: 52px;
  line-height: calc(62/52);
}
.font54 {
  font-size: 54px;
  line-height: calc(64/54);
}
.font56 {
  font-size: 56px;
  line-height: calc(66/56);
}
.font58 {
  font-size: 58px;
  line-height: calc(68/58);
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18,
  .font20 {
    font-size: 16px;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 18px;
  }
  .font30,
  .font32,
  .font34,
  .font36,
  .font38 {
    font-size: 24px;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48 {
    font-size: 36px;
  }
  .font50,
  .font52,
  .font54,
  .font56,
  .font58 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .font30,
  .font32,
  .font34,
  .font36,
  .font38 {
    font-size: 20px;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48 {
    font-size: 28px;
  }
  .font50,
  .font52,
  .font54,
  .font56,
  .font58 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .font12 {
    font-size: 10px;
    line-height: calc(15/10);
  }
  .font14 {
    font-size: 12px;
    line-height: calc(18/12);
  }
  .font16 {
    font-size: 14px;
    line-height: calc(21/14);
  }
  .font18,
  .font20 {
    font-size: 16px;
    line-height: calc(24/16);
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 18px;
    line-height: calc(27/18);
  }
  .font30,
  .font32,
  .font34,
  .font36,
  .font38 {
    font-size: 20px;
    line-height: calc(30/20);
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48 {
    font-size: 24px;
    line-height: calc(34/24);
  }
  .font50,
  .font52,
  .font54,
  .font56,
  .font58 {
    font-size: 32px;
    line-height: calc(42/32);
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 38px;
  min-width: 1rem;
  height: 54px;
  border-radius: 125px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .public-btn {
    padding: 0 32px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .public-btn {
    padding: 0 20px;
  }
}
.public-btn.public-btn2 {
  border-color: #000;
  color: #000;
}
.public-btn.public-btn2 .c-ico {
  color: #000;
}
.public-btn.public-btn3 {
  padding: 0;
  min-width: auto;
  height: auto;
  border: none;
  border-radius: 0;
}
.public-btn.public-btn3:hover {
  background: none;
}
.public-btn.public-btn3:hover .c-ico {
  color: var(--color);
}
.public-btn.public-btn3:hover span {
  color: var(--color);
}
.public-btn.public-btn3 span {
  transition: all 0.4s;
  color: #000;
}
.public-btn.public-btn3 .c-ico {
  color: #000;
}
.public-btn.style2 {
  border-color: var(--color);
  color: #fff;
  background: var(--color);
}
.public-btn .c-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0.1rem;
  width: 16px;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .public-btn .c-ico {
    width: 14px;
  }
}
@media (max-width: 767px) {
  .public-btn .c-ico {
    width: 12px;
  }
}
.public-btn .c-ico .c-svg {
  width: 100%;
}
.public-btn:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.public-btn:hover .c-ico {
  color: #fff;
}
.public-btn:hover .c-ico .c-svg {
  animation: arrow 0.4s;
}
.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-next,
.public-prev {
  margin-top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0.5;
  transition: 0.4s;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}
.public-next::after,
.public-prev::after {
  display: none;
}
.public-next .c-svg,
.public-prev .c-svg {
  width: 50%;
  height: 50%;
}
.public-next:hover,
.public-prev:hover {
  opacity: 1;
  background: #fff;
  color: var(--color);
}
.public-prev {
  transform: translateY(-50%) rotate(180deg);
}
.public-content {
  color: #666;
  line-height: calc(26/16);
}
@media (max-width: 991px) {
  .public-content {
    font-size: 14px;
    line-height: 1.5;
  }
  .public-content * {
    font-size: 14px !important;
  }
}
.public-content * {
  max-width: 100% !important;
  white-space: wrap !important;
}
.public-content a {
  color: var(--color);
}
.public-content a:hover {
  text-decoration: underline;
}
.public-content table {
  width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #ddd;
}
.public-content ul,
.public-content ol {
  padding-left: revert;
}
.public-content li {
  list-style: revert;
}
.public-content dd {
  margin-left: revert;
}
.public-content img,
.public-content video,
.public-content iframe {
  max-width: 100%;
  height: auto !important;
}
.public-content h1,
.public-content h2,
.public-content h3,
.public-content h4,
.public-content h5,
.public-content h6 {
  color: #000;
  font-weight: revert;
}
.public-content h1:nth-child(1),
.public-content h2:nth-child(1),
.public-content h3:nth-child(1),
.public-content h4:nth-child(1),
.public-content h5:nth-child(1),
.public-content h6:nth-child(1) {
  margin-top: 0;
}
.public-content h1 {
  font-size: 1.75em;
}
.public-content h2 {
  font-size: 1.5em;
}
.public-content h3 {
  font-size: 1.25em;
}
.public-content h4 {
  font-size: 1em;
}
.public-content h5 {
  font-size: 0.875em;
}
.public-content h6 {
  font-size: 0.75em;
}
@media (max-width: 1580px) {
  .public-content h1 {
    font-size: 1.857em;
  }
  .public-content h2 {
    font-size: 1.571em;
  }
  .public-content h3 {
    font-size: 1.286em;
  }
  .public-content h4 {
    font-size: 1em;
  }
  .public-content h5 {
    font-size: 0.857em;
  }
  .public-content h6 {
    font-size: 0.714em;
  }
}
@media (max-width: 991px) {
  .public-content h1 {
    font-size: 1.571em !important;
  }
  .public-content h2 {
    font-size: 1.429em !important;
  }
  .public-content h3 {
    font-size: 1.286em !important;
  }
  .public-content h4 {
    font-size: 1em !important;
  }
  .public-content h5 {
    font-size: 0.857em !important;
  }
  .public-content h6 {
    font-size: 0.714em !important;
  }
  .public-content h1 *,
  .public-content h2 *,
  .public-content h3 *,
  .public-content h4 *,
  .public-content h5 *,
  .public-content h6 * {
    font-size: inherit !important;
  }
}
@keyframes width100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes width0 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(250%);
  }
  51% {
    transform: translateX(-250%);
  }
  100% {
    transform: translateX(0);
  }
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 80px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*头部*/
/* .c-head-move #c-header {
	top: -81px;

	@media @max-sm {
		top: -60px;
	}
} */
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid transparent;
  line-height: 80px;
  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 > .headbox {
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header > .headbox {
    height: 60px;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-style3 {
  color: #333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
#c-header.c-style3 a {
  color: #333;
}
#c-header.c-style3 .c-nav > li > .c-title-box {
  color: #333;
}
#c-header.c-style3 .c-logo .c-img-box img {
  display: none;
}
#c-header.c-style3 .c-logo .c-img-box img:nth-child(2) {
  display: block;
}
#c-header.c-style3 .c-gn form {
  color: #333;
}
#c-header.c-style3 .c-gn .c-language {
  color: #333;
}
#c-header.c-style3 .c-switch i {
  background: #000;
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid transparent;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header.c-style2 .navpull_case {
  /* pointer-events: initial; */
}
#c-header.c-style1 {
  color: #333;
  background: none;
  box-shadow: none;
  border-bottom: none;
}
#c-header.c-style1 a {
  color: #333;
}
#c-header .c-logo {
  position: relative;
  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: 35px;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  #c-header .c-logo .c-img-box img {
    height: 32px;
  }
}
@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) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
#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) {
  opacity: 0;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  opacity: 1;
}
#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: #333;
}
#c-header .c-gn {
  display: flex;
  align-items: center;
}
#c-header .c-gn form {
  margin-right: 0.4rem;
  padding-left: 0.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
@media (min-width: 992px) {
  #c-header .c-gn form:hover > svg {
    color: var(--color);
  }
}
#c-header .c-gn form .c-pop {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  /* display: block; */
  padding: 1.2rem 0 1.1rem;
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  color: #333;
  text-align: left;
  cursor: auto;
}
#c-header .c-gn form .c-pop .container {
  max-width: 1000px;
  line-height: calc(26/16);
}
#c-header .c-gn form .c-pop .container .c-box {
  display: flex;
  align-items: center;
  width: 100%;
  /* border: 1px solid #eeeeee; */
  background: #dddddd;
  border-radius: 125px;
  overflow: hidden;
  padding: 0 0.28rem;
}
@media (max-width: 991px) {
  #c-header .c-gn form .c-pop .container .c-box {
    border-radius: 20px;
  }
}
#c-header .c-gn form .c-pop .container .c-box input {
  padding: 0 22px 0 10px;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 991px) {
  #c-header .c-gn form .c-pop .container .c-box input {
    height: 40px;
    line-height: 40px;
  }
}
#c-header .c-gn form .c-pop .container .c-box button {
  float: left;
  color: #333;
  cursor: pointer;
  transition: all 0.4s;
}
#c-header .c-gn form .c-pop .container .c-box button:hover {
  color: var(--color);
}
#c-header .c-gn form .c-pop .container .c-box button img,
#c-header .c-gn form .c-pop .container .c-box button svg {
  width: 15px;
  color: #000;
}
#c-header .c-gn form .c-pop .container .g_lab2 {
  display: flex;
  margin-top: 0.4rem;
  align-items: center;
  flex-direction: column;
}
#c-header .c-gn form .c-pop .container .c-tag {
  margin: 0 0.15rem 0 0;
  color: #000;
}
#c-header .c-gn form .c-pop .container .c-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.15rem;
}
#c-header .c-gn form .c-pop .container .c-list li {
  margin-right: 0.1rem;
  background: #f0f0f0;
}
#c-header .c-gn form .c-pop .container .c-list li a {
  display: inline-flex;
  align-items: center;
  color: #000;
  padding: 1px 14px;
}
#c-header .c-gn form .c-pop .container .c-list li a .c-svg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
#c-header .c-gn form .c-pop .container .c-list li a:hover {
  color: var(--color);
}
#c-header .c-gn .c-language {
  position: relative;
  /* &:hover {
                .c-ico-text {
                    color: @color1;
					
                    svg {
                        color: @color1;
                    }
                }
            } */
}
@media (max-width: 991px) {
  #c-header .c-gn .c-language {
    display: none;
  }
}
#c-header .c-gn .c-language .c-ico-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
#c-header .c-gn .c-language .c-ico-text a:hover {
  color: var(--color);
}
#c-header .c-gn .c-language .c-ico-text span {
  margin: 0 0.1rem;
  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-pop {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 10px;
  min-width: 100px;
  line-height: 40px;
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
}
#c-header .c-gn .c-language .c-pop a {
  display: block;
  padding: 0 20px;
  color: #333;
  border-radius: 5px;
}
#c-header .c-gn .c-language .c-pop a:hover {
  color: var(--color);
  background: #f8f9fc;
}
#c-header .c-gn .head_a {
  display: flex;
  align-items: center;
  height: 80px;
  position: relative;
  padding-left: 0.4rem;
}
@media (max-width: 991px) {
  #c-header .c-gn .head_a {
    height: 60px;
    position: initial;
  }
}
#c-header .c-gn .head_a.on .head_a_swi {
  top: 100%;
  opacity: 1;
  pointer-events: inherit;
}
#c-header .c-gn .head_a .g_i {
  /* height: 100%; */
  position: relative;
  display: flex;
  align-items: center;
}
#c-header .c-gn .head_a .g_i svg {
  transition: all 0.4s;
  width: 0.34rem;
}
@media (max-width: 1580px) {
  #c-header .c-gn .head_a .g_i svg {
    width: 0.38rem;
  }
}
#c-header .c-gn .head_a .g_i span {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  font-size: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -6px;
  right: -4px;
}
#c-header .c-gn .head_a .head_a_swi {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
  line-height: 1.5;
  position: absolute;
  top: 0%;
  right: 0;
  width: 420px;
  text-align: left;
  padding: 0.28rem 0.3rem 0.3rem;
  background: #fff;
  z-index: 10;
  color: #333;
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
}
@media (max-width: 991px) {
  #c-header .c-gn .head_a .head_a_swi {
    width: 90vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#c-header .c-gn .head_a .head_a_swi .gdel {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
  z-index: 20;
}
#c-header .c-gn .head_a .head_a_swi .gdel svg,
#c-header .c-gn .head_a .head_a_swi .gdel img {
  width: 12px;
  height: auto;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .gtp p {
  color: #999;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper {
  margin-top: 0.1rem;
  padding-bottom: 0.6rem;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .swiper-wrapper {
  /* height: auto; */
}
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .swip2_pag {
  display: flex;
  justify-content: center;
  bottom: 0.28rem;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .head_a_con {
  padding: 0.2rem 0;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .head_a_con .gl {
  display: flex;
  align-items: flex-start;
  width: 88.88888889%;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .head_a_con .gl .public-img {
  margin-right: 0.18rem;
  width: 37.5%;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .head_a_con .gl .public-img:before {
  padding-top: 75.81699346%;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .head_a_con .gl .gtxt h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.1;
  margin-bottom: 0.16rem;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .head_a_con .gl .gtxt span {
  color: #666;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .head_a_con i {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: auto;
  color: #666;
}
@media (max-width: 1260px) {
  #c-header .c-gn .head_a .head_a_swi .pro_have .swiper .head_a_con i {
    width: 12px;
  }
}
@media (max-width: 767px) {
  #c-header .c-gn .head_a .head_a_swi .pro_have .swiper .head_a_con i {
    width: 10px;
  }
}
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .head_a_con i svg,
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .head_a_con i img {
  width: 100%;
  height: auto;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .head_a_con i svg path,
#c-header .c-gn .head_a .head_a_swi .pro_have .swiper .head_a_con i img path {
  fill: var(--color);
}
#c-header .c-gn .head_a .head_a_swi .pro_have .public-btn {
  width: 100%;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .public-btn:hover span {
  color: #fff;
}
#c-header .c-gn .head_a .head_a_swi .pro_have .public-btn span {
  color: #333;
}
#c-header .c-gn .head_a .head_a_swi .pro_not {
  text-align: center;
  padding: 0.8rem 0 0;
}
#c-header .c-gn .head_a .head_a_swi .pro_not .g_t {
  margin-bottom: 0.76rem;
}
#c-header .c-gn .head_a .head_a_swi .pro_not .g_t img,
#c-header .c-gn .head_a .head_a_swi .pro_not .g_t svg {
  width: 0.5rem;
  height: auto;
  color: #999;
}
#c-header .c-gn .head_a .head_a_swi .pro_not .g_t p {
  margin-top: 0.22rem;
}
#c-header .c-gn .head_a .head_a_swi .pro_not .public-btn {
  width: 100%;
}
#c-header .c-gn .head_a .head_a_swi .pro_not .public-btn:hover span {
  color: #fff;
}
#c-header .c-gn .head_a .head_a_swi .pro_not .public-btn span {
  color: #333;
}
#c-header .c-gn .headr {
  position: relative;
  transition: all 0.4s;
  /* width: 0; */
  display: flex;
  align-items: center;
  margin-left: 0.78rem;
}
@media (max-width: 991px) {
  #c-header .c-gn .headr {
    display: none;
  }
}
#c-header .c-gn .headr svg {
  position: relative;
  right: 0;
  transition: all 0.4s;
  width: 0.34rem;
}
@media (max-width: 1580px) {
  #c-header .c-gn .headr svg {
    width: 0.38rem;
  }
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn .c-phone {
    display: none;
  }
}
#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-style2 .c-gn .headr .head_bs {
  opacity: 0;
  transition: all 0s;
}
#c-header .c-nav {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  transition: all 0.4s;
  transform: translate(20%, -50%);
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  height: 100%;
  position: relative;
  margin: 0 0.3rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li.on2 {
  position: initial;
}
#c-header .c-nav > li > .c-title-box {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  /* &:before {
                    content: "";
                    position: absolute;
                    bottom: -1px;
                    left: 50%;
                    width: 0;
                    height: 2px;
                    background: @color1;
                    transition: .4s;
                } */
}
#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 > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  padding: 10px;
  min-width: 100px;
  line-height: 40px;
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
}
#c-header .c-nav > li > ul li:last-child a::before {
  display: none;
}
#c-header .c-nav > li > ul li a {
  display: block;
  padding: 0 20px;
  color: #333;
  border-radius: 5px;
}
#c-header .c-nav > li > ul li a:hover {
  color: var(--color);
  background: #f8f9fc;
}
#c-header.c-style2 .c-nav li.on > .c-title-box,
#c-header .c-nav li:hover > .c-title-box,
#c-header.c-style2 .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:before,
#c-header .c-nav li:hover > .c-title-box:before,
#c-header.c-style2 .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-style2 {
  /* .c-gn .headr {
			width: 0;
			pointer-events: none;
			margin-left: 0;

			svg {
				right: 2rem;
				opacity: 0;
			}
		} */
}
#c-header.c-style2 .c-nav {
  opacity: 1;
  transform: translate(-50%, -50%);
}
#c-header .c-nav2-box {
  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-box .c-nav2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 5vw;
  border-top: 1px solid #f1f1f1;
  height: calc(100% - 80px);
  overflow-y: auto;
}
#c-header .c-nav2-box .c-nav2 ul {
  border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2-box .c-nav2 li {
  margin: 0 0 0 5vw;
  border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2-box .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2-box .c-nav2 li .c-title-box img,
#c-header .c-nav2-box .c-nav2 li .c-title-box svg {
  width: 14px;
  height: 14px;
  transition: all 0.4s;
}
#c-header .c-nav2-box .c-nav2 li .c-title-box.on img,
#c-header .c-nav2-box .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2-box .c-nav2 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: calc(100% - 40px);
}
#c-header .c-nav2-box .c-nav2 li a:hover,
#c-header .c-nav2-box .c-nav2 li.on > a {
  color: var(--color);
}
#c-header .c-nav2-box .c-nav2 li ul {
  display: none;
}
#c-header .c-nav2-box .c-nav2 > li {
  margin: 0;
}
#c-header .c-nav2-box .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2-box .c-nav2 li:first-child {
  border-top: 0;
}
#c-header .c-nav2-box .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 5vw;
  width: 100%;
}
#c-header .c-nav2-box .c-btn-box .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  background: #f4f4f4;
  color: #333;
  width: calc(50% - 8px);
  border: 1px solid #e4e4e4;
  cursor: pointer;
}
#c-header .c-nav2-box .c-btn-box .c-btn .c-svg {
  margin-right: 5px;
  width: 20px;
}
#c-header .c-nav2-box .c-language2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
#c-header .c-nav2-box .c-language2 .c-box {
  background: #fff;
  border-radius: 10px 10px 0 0;
  width: 100%;
  padding: 5vw;
  transform: translateY(100%);
  transition: all 0.4s;
}
#c-header .c-nav2-box .c-language2 .c-box .c-text {
  color: #666;
}
#c-header .c-nav2-box .c-language2 .c-box ul {
  max-height: 50vh;
  overflow-y: auto;
}
#c-header .c-nav2-box .c-language2 .c-box ul li {
  margin-top: 10px;
}
#c-header .c-nav2-box .c-language2 .c-box ul li:first-child {
  margin-top: 15px;
}
#c-header .c-nav2-box .c-language2 .c-box ul li a {
  color: #333;
}
#c-header .c-nav2-box.on .c-language2 {
  opacity: 1;
  pointer-events: auto;
}
#c-header .c-nav2-box.on .c-language2 .c-box {
  transform: translateY(0);
}
.c-open #c-header .c-nav2-box {
  height: calc(100vh - 60px);
  height: calc(100svh - 60px);
  height: calc(100dvh - 60px);
}
.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 a {
  color: #666;
  transition: 0.4s;
}
#c-footer a:hover {
  color: var(--color);
}
#c-footer .c-top-box {
  padding: 0.78rem 0 0.3rem;
  background: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 0.3rem;
  }
}
#c-footer .c-top-box .container .g_t {
  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.2rem;
  color: #000;
}
@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 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;
  }
}
#c-footer .c-top-box .container a.c-title-box:hover {
  color: var(--color);
}
#c-footer .c-top-box .container .c-list-box {
  line-height: 1.5;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: calc((1.5em + 0.18rem)*5);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
    max-height: initial;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  margin-right: 0.38rem;
  padding-bottom: 0.18rem;
}
#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;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#c-footer .c-top-box .container .c-text-wrap .c-title-box {
  padding-bottom: 0.12rem;
  flex-direction: column;
  align-items: flex-start;
}
#c-footer .c-top-box .container .c-text-wrap .c-title-box .g_num {
  margin-top: 0.18rem;
}
#c-footer .c-top-box .container .c-text-wrap .c-title-box .g_num p {
  margin-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-text-wrap .c-text-box {
  padding-top: 0.18rem;
  border-top: 1px solid #ddd;
}
#c-footer .c-top-box .g_b {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
#c-footer .c-top-box .g_b .c-ico {
  margin-top: 0.06rem;
  display: flex;
  align-items: center;
  /* a {
					display: flex;
					align-items: center;
					justify-content: center;
					margin-left: .3rem;
					width: 24px;
					height: 24px;
					
					color: #999;
					
					transition: .4s;

					@media @max-xs {
						width: 18px;
						height: 18px;
					}

					img,
					svg {
						width: 100%;
						height: 100%;
					}

					&:hover {
						color: @color1;
					}
				} */
}
#c-footer .c-top-box .g_b .c-ico .foot_t_r_box {
  position: relative;
}
#c-footer .c-top-box .g_b .c-ico .foot_t_r_box.on .foot_t_r_ewm {
  transform: translateX(-50%) scale(1);
}
#c-footer .c-top-box .g_b .c-ico .foot_t_r_box.on .foot_t_r_con svg {
  color: var(--color);
}
#c-footer .c-top-box .g_b .c-ico .foot_t_r_box.on .foot_t_r_con svg path {
  fill: #fff;
}
#c-footer .c-top-box .g_b .c-ico .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;
}
#c-footer .c-top-box .g_b .c-ico .foot_t_r_box .foot_t_r_ewm img {
  object-fit: contain;
}
#c-footer .c-top-box .g_b .c-ico .foot_t_r_box .foot_t_r_ewm svg {
  width: 9px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
#c-footer .c-top-box .g_b .c-ico .foot_t_r_box .foot_t_r_ewm svg path {
  fill: #fff;
}
#c-footer .c-top-box .g_b .c-ico .foot_t_r_box .foot_t_r_con {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-left: 0.3rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .g_b .c-ico .foot_t_r_box .foot_t_r_con {
    width: 18px;
    height: 18px;
  }
}
#c-footer .c-top-box .g_b .c-ico .foot_t_r_box .foot_t_r_con svg {
  color: #999;
  width: 100%;
  height: 100%;
}
#c-footer .c-top-box .g_b .c-ico .foot_t_r_box .foot_t_r_con svg path {
  fill: #8e8e8e;
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  /* border-top: 1px solid #999; */
  color: #fff;
  background: var(--color);
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.4rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .container {
    flex-wrap: wrap;
  }
}
#c-footer .c-bottom-box .container a {
  color: #fff;
}
#c-footer .c-bottom-box .container a:hover {
  color: #c3c3c3;
}
#c-footer .c-bottom-box .container .c-copyright {
  margin-right: 0.4rem;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .container .c-copyright {
    margin-right: 0;
  }
}
#c-footer .c-bottom-box .container .c-copyright a {
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-policy-link {
    margin-top: 0.3rem;
  }
}
#c-footer .c-bottom-box .container .c-policy-link a:last-child {
  margin-right: 0;
}
#c-footer .c-bottom-box .container .c-policy-link span {
  margin: 0 0.1rem;
}
#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;
}
.public-page {
  padding: 1.2rem 0;
  background: #f0f6ff;
  min-height: calc(100vh - 100px);
  min-height: calc(100svh - 100px);
  min-height: calc(100dvh - 100px);
}
@media (max-width: 991px) {
  .public-page {
    min-height: calc(100vh - 60px);
    min-height: calc(100svh - 60px);
    min-height: calc(100dvh - 60px);
  }
}
.public-page .container {
  max-width: 1400px;
}
.public-page .c-title-box {
  text-align: center;
}
.public-page .c-title-box .c-title {
  font-weight: bold;
}
.public-page .c-title-box .c-time {
  margin: 0.2rem 0 0.9rem;
  color: #888888;
}
.public-page .c-title-box .c-time span {
  margin: 0 0 -0.13rem;
}
.c-404 {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
  text-align: center;
  background: #f0f6ff;
  min-height: calc(100vh - 100px);
  min-height: calc(100svh - 100px);
  min-height: calc(100dvh - 100px);
}
@media (max-width: 991px) {
  .c-404 {
    min-height: calc(100vh - 60px);
    min-height: calc(100svh - 60px);
    min-height: calc(100dvh - 60px);
  }
}
.c-404 .container {
  position: relative;
}
.c-404 .c-num {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 5.12rem;
  color: #3f80e8;
  opacity: 0.05;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-404 .c-num {
    font-size: 50vw;
  }
}
.c-404 .c-title {
  position: relative;
  z-index: 5;
  font-weight: border;
}
.c-404 .public-btn {
  position: relative;
  z-index: 5;
  margin: 0.85rem 0 0;
}
.c-sitemap {
  padding: 1.2rem 0;
  background: #f0f6ff;
  min-height: calc(100vh - 100px);
  min-height: calc(100svh - 100px);
  min-height: calc(100dvh - 100px);
}
@media (max-width: 991px) {
  .c-sitemap {
    min-height: calc(100vh - 60px);
    min-height: calc(100svh - 60px);
    min-height: calc(100dvh - 60px);
  }
}
.c-sitemap .container {
  max-width: 1080px;
}
.c-sitemap .c-title {
  font-weight: bold;
  text-align: center;
}
.c-sitemap .c-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem -0.2rem -0.4rem;
}
@media (max-width: 767px) {
  .c-sitemap .c-list {
    justify-content: flex-start;
    margin-bottom: -0.8rem;
  }
}
.c-sitemap .c-list a {
  transition: all 0.4s;
}
.c-sitemap .c-list a:hover {
  color: var(--color) !important;
  text-decoration: underline;
}
.c-sitemap .c-list > li {
  padding: 0 0.2rem 0.4rem;
}
@media (max-width: 767px) {
  .c-sitemap .c-list > li {
    width: 33.33%;
    padding-bottom: 0.8rem;
  }
}
.c-sitemap .c-list > li > a {
  font-weight: bold;
}
.c-sitemap .c-list > li ul li {
  margin-top: 0.1rem;
}
.c-sitemap .c-list > li ul li:first-child {
  margin-top: 0.25rem;
}
.c-sitemap .c-list > li ul li a {
  color: #888;
}
/*首页内容1*/
.c-home1 {
  overflow: hidden;
}
.c-home1 .swiper-slide {
  overflow: hidden;
}
.c-home1 .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.c-home1 .swiper-slide .c-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
}
.c-home1 .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-wrap {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 0.6rem;
  color: #fff;
}
.c-home1 .swiper-slide .c-wrap .c-text {
  margin: 0.2rem 0 0.4rem;
}
.c-home1 .swiper-slide .public-btn {
  margin-top: 0.35rem;
}
.c-home1 .swiper-button-next,
.c-home1 .swiper-button-prev {
  right: 0.6rem;
}
@media (max-width: 991px) {
  .c-home1 .swiper-button-next,
  .c-home1 .swiper-button-prev {
    display: none;
  }
}
.c-home1 .swiper-button-prev {
  left: 0.6rem;
}
.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 {
  transition: all 0.4s;
  opacity: 0.4;
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 0 0.05rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 6px;
    height: 6px;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet div {
  height: 100%;
  background: var(--color);
  width: 0;
  animation-timing-function: linear;
}
.c-home1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
/* 自己的公共样式 */
/*过渡*/
.c-style2 .head_bs {
  color: #000 !important;
}
.c-style2 .head_bs:hover {
  color: var(--color) !important;
}
a {
  text-decoration: initial;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
/* 字体 */
@font-face {
  font-display: swap;
  font-family: 'pub';
  src: url(../font/NotoSansSC-Light.ttf);
}
@font-face {
  font-display: swap;
  font-family: 'bah';
  src: url(../font/Bahnschriftregular.ttf);
}
@font-face {
  font-display: swap;
  font-family: 'not-t';
  src: url(../font/NotoSansSC-Thin.ttf);
}
.font-bah {
  font-family: 'bah', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-not-t {
  font-family: 'not-t', '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 */
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*延迟*/
.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;
}
/* 移入图片切换 */
.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_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;
}
/*延迟*/
.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;
  }
}
/* 导航各种效果 */
.nav1_none {
  top: -100px !important;
}
.nav2_none {
  top: 100px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -60px !important;
  }
  .nav2_none {
    top: 60px !important;
  }
}
/* 下拉导航 */
.g_nav2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #f8f8f8;
  border-radius: 0 0 0.2rem 0.2rem;
  box-shadow: 0 6px 29px rgba(211, 211, 211, 0.08);
  padding: 10px 0;
  display: none;
  width: auto;
  white-space: nowrap;
}
.g_nav2 > a {
  min-height: 0.6rem;
  padding: 0.07rem 0.2rem 0.07rem 0.3rem;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 5px 10px;
  border-radius: 0.15rem;
  -webkit-transition: all 0.6s;
}
.g_nav2 > a:hover {
  background: #fff;
}
.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.5rem;
  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.5rem;
  }
}
#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;
}
@media (max-width: 1260px) {
  #g-header .c-switch i {
    background: #333;
  }
}
#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);
}
.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;
  }
}
.g-mapon2 {
  padding: 1.7rem 0 2.4rem;
}
@media (max-width: 991px) {
  .g-mapon2 {
    padding: 1rem 0;
  }
}
.g-mapon2 .g-tit {
  text-align: center;
}
.g-mapon2 .g-tit h2 {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .g-mapon2 .g-tit h2 {
    font-size: 0.48rem;
  }
}
.g-mapon2 .box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-top: 1.14rem;
}
@media (max-width: 991px) {
  .g-mapon2 .box {
    flex-direction: column;
    margin-top: 0.5rem;
  }
}
.g-mapon2 .box .item {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .g-mapon2 .box .item {
    flex-direction: column;
    margin-bottom: 0.25rem;
  }
}
.g-mapon2 .box .item a:hover {
  color: var(--color) !important;
}
.g-mapon2 .box .item .g-la {
  font-weight: bold;
  margin-bottom: 0.24rem;
  flex-shrink: 0;
  color: #222;
}
@media (max-width: 767px) {
  .g-mapon2 .box .item .g-la {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
}
.g-mapon2 .box .item .g-twa {
  width: 100%;
}
@media (max-width: 991px) {
  .g-mapon2 .box .item .g-twa {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
  }
}
.g-mapon2 .box .item .g-twa > a {
  display: block;
  margin-bottom: 0.05rem;
  color: #777;
  margin-right: 0.52rem;
}
@media (max-width: 767px) {
  .g-mapon2 .box .item .g-twa > a {
    min-width: auto;
  }
}
.g-mapon2 .box .item .g-twa2 {
  display: flex;
}
@media (max-width: 991px) {
  .g-mapon2 .box .item .g-twa2 {
    flex-direction: column;
  }
}
.g-mapon2 .box .item .g-twa2 .g-twa-li .g-twtit {
  color: #3D3D3D;
  margin-bottom: 0.1rem;
}
.g-mapon2 .box .item .g-twa2 .g-twa-li .g-tha {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .g-mapon2 .box .item .g-twa2 .g-twa-li .g-tha {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
  }
}
.g-mapon2 .box .item .g-twa2 .g-twa-li .g-tha a {
  margin-bottom: 0.05rem;
  color: #777;
  margin-right: 0.52rem;
}
@media (max-width: 991px) {
  .g-mapon2 .box .item .g-twa2 .g-twa-li .g-tha a {
    margin-bottom: 0.1rem;
    margin-right: 0.3rem;
  }
}
/* 404 */
.notbox404 {
  padding: 0.5rem 0;
  height: calc(100vh - 80px);
}
@media (max-width: 991px) {
  .notbox404 {
    height: calc(100vh - 60px);
  }
}
.notbox404 .notbox404_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 90%;
  margin: auto;
  padding-bottom: 1rem;
}
.notbox404 .notbox404_box > img {
  margin-bottom: 0.3rem;
  width: 130px;
}
@media (max-width: 1260px) {
  .notbox404 .notbox404_box > img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .notbox404 .notbox404_box > img {
    width: 90px;
  }
}
.notbox404 .notbox404_box .notbox404_con .txt {
  margin: 0.18rem 0 0.42rem;
}
.notbox404 .notbox404_box .notbox404_con .txt span {
  color: var(--color);
}
.notbox404 .notbox404_box .public-btn .c-ico {
  transform: rotate(180deg);
  margin: 0;
}
.notbox404 .notbox404_box .public-btn span {
  margin-left: 0.1rem;
}
.notbox404 .g_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.55rem;
  width: 1.22rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .notbox404 .g_logo {
    width: 80px;
  }
}
.notbox404 .g_logo img,
.notbox404 .g_logo svg {
  width: 100%;
}
/* 免责声明 */
.g-pri {
  padding: 1rem 0 1.1rem;
}
.g-pri .box {
  margin: auto;
  max-width: 1100px;
}
.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 img {
  width: 15px;
}
@media (max-width: 767px) {
  .g-pri .box .tit .g-p img {
    width: 13px;
  }
}
.g-pri .box .tit .g-p p {
  color: #999;
  margin: 0 0.06rem;
}
.g-pri .box .public-content {
  /* .p1 {
				display: block;
				position: relative;
				padding-left: 20px;

				&:after {
					content: '';
					position: absolute;
					width: 4px;
					height: 4px;
					border-radius: 50%;
					background: #000;
					left: 0;
					top: 12px;

					@media @max-lg {
						top: 14px;
					}
				}
			} */
}
.g-pri .box .public-content h3 {
  font-size: 20px;
}
.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: #000;
  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;
}
/* #c-placeholder {
	@media screen and (max-width: 1440px) {
		height: 60px;
	}
} */
/* 轮播数量不够时隐藏按钮 */
.swiper-button-lock {
  display: none !important;
}
.g_tac {
  text-align: center;
}
/* 搜索结果 */
.public_search_box {
  padding: 0.6rem 0 1.4rem;
}
.public_search_box .public_search_t h1,
.public_search_box .public_search_t h2 {
  text-align: center;
  font-weight: bold;
}
.public_search_box .public_search_t .g_sea {
  margin: 0.28rem auto 0;
  display: flex;
  width: 42.85714286%;
  border: 1px solid #eeeeee;
  border-radius: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .public_search_box .public_search_t .g_sea {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .public_search_box .public_search_t .g_sea {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.public_search_box .public_search_t .g_sea input {
  padding: 0 20px;
  width: 100%;
  height: 60px;
  line-height: 50px;
}
@media (max-width: 1580px) {
  .public_search_box .public_search_t .g_sea input {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .public_search_box .public_search_t .g_sea input {
    height: 40px;
    line-height: 40px;
  }
}
.public_search_box .public_search_t .g_sea button {
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
  float: left;
  color: #333;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public_search_box .public_search_t .g_sea button {
    height: 40px;
  }
}
.public_search_box .public_search_t .g_sea button:hover {
  color: var(--color);
}
.public_search_box .public_search_t .g_sea button img,
.public_search_box .public_search_t .g_sea button svg {
  width: 18px;
  height: auto;
}
@media (max-width: 991px) {
  .public_search_box .public_search_t .g_sea button img,
  .public_search_box .public_search_t .g_sea button svg {
    width: 14px;
  }
}
.public_search_box .public_search_not {
  padding: 1.4rem 0 1.9rem;
  text-align: center;
}
.public_search_box .public_search_not p {
  font-weight: bold;
  margin-top: 0.45rem;
  color: #999;
}
.public_search_box .public_search_con {
  margin-top: 0.35rem;
}
.public_search_box .public_search_con .public_search_nav {
  display: flex;
  justify-content: center;
}
.public_search_box .public_search_con .public_search_nav a {
  cursor: pointer;
  transition: all 0.4s;
  padding: 0 0.04rem 0.18rem;
  border-bottom: 3px solid transparent;
  font-weight: bold;
  margin: 0 0.56rem;
}
@media (max-width: 767px) {
  .public_search_box .public_search_con .public_search_nav a {
    margin: 0 0.1rem;
    font-size: 12px;
    border-bottom: 1px solid transparent;
    padding: 0 0.04rem 0.1rem;
  }
}
.public_search_box .public_search_con .public_search_nav a.on {
  color: var(--color);
  border-color: var(--color);
}
.public_search_box .public_search_con .public_search_nr .public_search_item {
  margin-top: 0.8rem;
}
.public_search_box .public_search_con .public_search_nr .public_search_item .public_search_tit {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.public_search_box .public_search_con .public_search_nr .public_search_item .public_search_tit .gl {
  align-items: center;
  display: flex;
}
.public_search_box .public_search_con .public_search_nr .public_search_item .public_search_tit .gl h2 {
  font-weight: bold;
}
.public_search_box .public_search_con .public_search_nr .public_search_item .public_search_tit .gl p {
  color: #999;
  margin-left: 0.2rem;
  font-weight: bold;
}
.public_search_box .public_search_con .public_search_nr .public_search_item .public_search_tit .gr a {
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.public_search_box .public_search_con .public_search_nr .public_search_item .public_search_tit .gr a:hover {
  color: var(--color);
}
.public_search_box .public_search_con .public_search_nr .public_search_item .public_search_tit .gr a:hover i {
  color: var(--color);
}
.public_search_box .public_search_con .public_search_nr .public_search_item .public_search_tit .gr a i {
  transition: all 0.4s;
  margin-left: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: auto;
  color: #333;
}
@media (max-width: 767px) {
  .public_search_box .public_search_con .public_search_nr .public_search_item .public_search_tit .gr a i {
    width: 5px;
  }
}
.public_search_box .public_search_con .public_search_nr .public_search_item .public_search_tit .gr a i svg,
.public_search_box .public_search_con .public_search_nr .public_search_item .public_search_tit .gr a i img {
  width: 100%;
  height: auto;
}
.public_search_box .public_search_con .public_search_nr .public_search_item .public_search_tit .gr a i svg path,
.public_search_box .public_search_con .public_search_nr .public_search_item .public_search_tit .gr a i img path {
  fill: var(--color);
}
.hi-nav1 .swiper-slide {
  width: auto;
}
/* 二级 */
/* .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;} */
/* 开始 */
.public-title {
  margin-bottom: 0.55rem;
  text-align: center;
}
.public-title h2,
.public-title h3 {
  font-weight: 300;
}
@media (max-width: 767px) {
  .public-title h2,
  .public-title h3 {
    font-size: 24px;
  }
}
.public-title p {
  margin-top: 0.2rem;
  color: #666;
}
@media (max-width: 767px) {
  .public-title p br {
    display: none;
  }
}
.htw {
  margin: 1.38rem 0 1.3rem;
}
.htw .box {
  overflow: hidden;
  background: #f7f7f7;
  padding: 0.8rem 0 1.36rem;
}
.htw .box .g_qie .pub_nav {
  background: #be1915;
}
.htw .box .g_qie .pub_nav:hover {
  background: #d40d11;
}
.htw .box .g_qie .pub_nav svg,
.htw .box .g_qie .pub_nav img {
  color: #fff;
}
.htw .box .gallery-top {
  padding: 0 0.5rem;
}
.htw .box .gallery-top .swiper-slide .thumbs_box {
  transition: all 0.4s;
  cursor: pointer;
  opacity: 0.3;
  text-align: center;
}
.htw .box .gallery-top .swiper-slide .thumbs_box h3 {
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .htw .box .gallery-top .swiper-slide .thumbs_box .g_h3_1 {
    font-size: 16px;
  }
}
.htw .box .gallery-top .swiper-slide .thumbs_box .g_h3_2 {
  letter-spacing: 0.3em;
}
.htw .box .gallery-top .swiper-slide-active .thumbs_box {
  opacity: 1;
}
.htw .box .gallery-thumbs {
  overflow: initial;
  margin-top: 1.15rem;
  width: 55.72916667%;
}
@media (max-width: 767px) {
  .htw .box .gallery-thumbs {
    width: 80%;
  }
}
.htw .box .gallery-thumbs .swiper-slide {
  opacity: 0.4;
  transition: all 0.4s;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.htw .box .gallery-thumbs .swiper-slide .public-img {
  width: 100%;
  text-align: center;
}
.htw .box .gallery-thumbs .swiper-slide .public-img:before {
  padding-top: 41.12149533%;
}
.htw .box .gallery-thumbs .swiper-slide .public-img img {
  max-height: 100%;
  object-fit: contain;
}
.htw .box .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.g_qie .pub_nav {
  width: 0.54rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.g_qie .pub_nav:after {
  display: none;
}
@media (max-width: 991px) {
  .g_qie .pub_nav {
    display: none;
  }
}
.g_qie .pub_nav:hover {
  background: var(--color);
}
.g_qie .pub_nav:hover svg {
  color: #fff;
}
.g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.g_qie .pub_nav svg {
  width: 29.62962963%;
  height: auto;
}
.g_qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
  transition: all 0.4s;
}
.g_qie .pub_prev {
  left: -0.4rem;
}
@media (max-width: 1260px) {
  .g_qie .pub_prev {
    left: -0.6rem;
  }
}
.g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.g_qie .pub_next {
  right: -0.4rem;
}
@media (max-width: 1260px) {
  .g_qie .pub_next {
    right: -0.6rem;
  }
}
.g_qie.g_qie2 {
  display: flex;
}
.g_qie.g_qie2 .pub_nav {
  position: initial;
  transform: translateY(0%);
  margin-left: 0.17rem;
}
.hth {
  overflow: hidden;
  margin: 1.3rem 0 1.2rem;
}
.hth .public-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hth .public-title img {
  width: 2rem;
}
.hth .public-title h2 span {
  margin: 0 -0.05rem;
}
.hth .box .swiper {
  overflow: initial;
}
.hth .box .swiper .swiper-slide .hth_con {
  display: block;
}
.hth .box .swiper .swiper-slide .hth_con:hover .public-img img {
  transform: scale(1.05);
}
.hth .box .swiper .swiper-slide .hth_con:hover .txt .g_p {
  opacity: 1;
}
.hth .box .swiper .swiper-slide .hth_con .public-img:before {
  padding-top: 66.24203822%;
}
.hth .box .swiper .swiper-slide .hth_con .txt {
  margin-top: 0.3rem;
}
.hth .box .swiper .swiper-slide .hth_con .txt .g_h3 {
  display: flex;
  justify-content: space-between;
}
.hth .box .swiper .swiper-slide .hth_con .txt .g_h3 h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hth .box .swiper .swiper-slide .hth_con .txt .g_h3 span {
  margin-left: 0.2rem;
  flex-shrink: 0;
  color: #ddd;
}
.hth .box .swiper .swiper-slide .hth_con .txt .g_p {
  transition: all 0.4s;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 0.14rem;
}
@media (max-width: 767px) {
  .hth .box .swiper .swiper-slide .hth_con .txt .g_p {
    opacity: 1;
  }
}
.hth .box .swiper .swiper-slide .hth_con .txt .g_p i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.17rem;
  height: auto;
  color: #000;
}
@media (max-width: 1260px) {
  .hth .box .swiper .swiper-slide .hth_con .txt .g_p i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .hth .box .swiper .swiper-slide .hth_con .txt .g_p i {
    width: 0.26rem;
  }
}
.hth .box .swiper .swiper-slide .hth_con .txt .g_p i svg,
.hth .box .swiper .swiper-slide .hth_con .txt .g_p i img {
  width: 100%;
  height: auto;
}
.hth .box .swiper .swiper-slide .hth_con .txt .g_p i svg path,
.hth .box .swiper .swiper-slide .hth_con .txt .g_p i img path {
  fill: var(--color);
}
.hth .box .swiper-pagination {
  position: initial;
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.hth .box .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.4s;
  opacity: 1;
  border-radius: 0;
  background: #eeeeee;
  width: 20px;
  height: 3px;
  margin: 0 2px;
}
.hth .box .swiper-pagination .swiper-pagination-bullet div {
  height: 100%;
  background: #000;
  width: 0;
  animation-timing-function: linear;
}
.hth .box .swiper-pagination .swiper-pagination-bullet-active {
  width: 80px;
}
.hth .box .swiper-pagination .swiper-pagination-bullet-active div {
  animation-name: width100;
}
.hfo {
  background: #f7f7f7;
  padding: 1.2rem 0;
}
.hfo .box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .hfo .box {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .hfo .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hfo .box .item:hover .public-img .img1 {
  opacity: 0;
}
.hfo .box .item:hover .public-img .img2 {
  opacity: 1;
}
.hfo .box .item .public-img {
  background: #fff;
}
.hfo .box .item .public-img:before {
  padding-top: 74.38016529%;
}
.hfo .box .item .public-img .img1 {
  transition: all 0s;
}
.hfo .box .item .public-img .img2 {
  opacity: 0;
}
.hfo .g_tac {
  margin-top: 0.5rem;
  text-align: center;
}
.hfi {
  overflow: hidden;
  padding: 1.8rem 0 2.8rem;
}
.hfi .box {
  margin-top: 1.15rem;
  position: relative;
}
.hfi .box .swiper {
  overflow: initial;
}
.hfi .box .swiper .swiper-slide .gcon {
  display: block;
  transition: all 0.4s;
  position: relative;
}
.hfi .box .swiper .swiper-slide .gcon .public-img:before {
  padding-top: 66.60516605%;
}
.hfi .box .swiper .swiper-slide .gcon .txt {
  width: 100%;
  position: absolute;
  top: calc(100% + 0.26rem);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
}
.hfi .box .swiper .swiper-slide-active .gcon {
  transform: scale(1.18);
}
@media (max-width: 767px) {
  .hfi .box .swiper .swiper-slide-active .gcon {
    transform: scale(1);
  }
}
.hfi .box .swiper .swiper-slide-active .gcon .txt {
  opacity: 1;
}
.hfi .box .g_qie .pub_nav:hover img,
.hfi .box .g_qie .pub_nav:hover svg {
  color: #fff;
}
.hfi .box .g_qie .pub_nav img,
.hfi .box .g_qie .pub_nav svg {
  color: #000;
}
.hfi .box .g_qie .pub_prev {
  left: 29.3%;
  box-shadow: none;
}
.hfi .box .g_qie .pub_next {
  right: 29.3%;
  box-shadow: none;
}
.hsi {
  color: #fff;
  position: relative;
}
.hsi .imgbj {
  position: relative;
}
@media (max-width: 767px) {
  .hsi .imgbj {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .hsi .imgbj .public-img {
    height: 100%;
  }
}
.hsi .imgbj .public-img:before {
  padding-top: 50.52083333%;
}
@media (max-width: 1260px) {
  .hsi .imgbj .public-img:before {
    padding-top: 60%;
  }
}
@media (max-width: 991px) {
  .hsi .imgbj .public-img:before {
    padding-top: 80%;
  }
}
@media (max-width: 767px) {
  .hsi .imgbj .public-img:before {
    padding-top: 140%;
  }
}
.hsi .imgbj .ring {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  object-fit: cover;
}
.hsi .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
@media (max-width: 767px) {
  .hsi .container {
    height: 100%;
  }
}
.hsi .container .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hsi .container .txt {
    flex-direction: column;
    height: 100%;
    padding: 0.8rem 0 0.3rem;
  }
}
.hsi .container .txt .gr {
  text-align: right;
}
@media (max-width: 991px) {
  .hsi .container .txt .gr {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .hsi .container .txt .gr {
    width: 100%;
    text-align: center;
  }
}
.hsi .container .txt .gr p {
  margin: 8px 0;
}
@media (max-width: 767px) {
  .hsi .container .txt .gr p {
    margin: 4px 0;
  }
}
.hsi .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  text-align: center;
  width: 31.25%;
}
@media (max-width: 767px) {
  .hsi .box {
    width: 80%;
  }
}
.hsi .box .swiper {
  padding-bottom: 0.48rem;
}
@media (max-width: 991px) {
  .hsi .box .swiper {
    padding-bottom: 0.3rem;
  }
}
.hsi .box .swiper .swiper-slide .hsi_con {
  overflow: hidden;
  padding-top: 0.45rem;
}
.hsi .box .swiper .swiper-slide .hsi_con .txt {
  overflow: hidden;
}
.hsi .box .swiper .swiper-slide .hsi_con .txt p {
  transition: transform 0.5s ease-out;
  transform: translateY(0);
}
.hsi .box .swiper .swiper-slide .hsi_con .txt2 {
  margin-top: 0.15rem;
}
.hsi .box .swiper .swiper-slide .hsi_con .gnum {
  margin-top: 0.64rem;
}
@media (max-width: 991px) {
  .hsi .box .swiper .swiper-slide .hsi_con .gnum {
    margin-top: 0.3rem;
  }
}
.hsi .box .swiper .swiper-slide .hsi_con .gnum p {
  padding: 0.2rem 0;
  line-height: 0.8;
  font-size: 1.2rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.hsi .box .swiper .swiper-slide .hsi_con .gnum p span {
  display: inline-block;
  transform: translateY(0);
  transition: transform 0.5s ease-out;
}
.hsi .box .swiper .swiper-slide-prev .hsi_con .gnum p span,
.hsi .box .swiper .swiper-slide-prev .hsi_con .txt p {
  transform: translateY(110%);
}
.hsi .box .swiper .swiper-slide-active .hsi_con .gnum p span,
.hsi .box .swiper .swiper-slide-active .hsi_con .txt p {
  transform: translateY(0);
}
.hsi .box .swiper .swiper-slide-next .hsi_con .gnum p span,
.hsi .box .swiper .swiper-slide-next .hsi_con .txt p {
  transform: translateY(-110%);
}
.hsi .box .swiper .swip2_pag {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.hsi .box .swiper .swip2_pag .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
  margin: 0 0.07rem;
}
.hsi .box .swiper .swip2_pag .swiper-pagination-bullet-active {
  opacity: 1;
}
.hsi .box .public-btn {
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .hsi .box .public-btn {
    margin-top: 0.3rem;
  }
}
.hse {
  position: relative;
}
@media (max-width: 767px) {
  .hse {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .hse .public-img {
    height: 100%;
  }
}
.hse .public-img:before {
  padding-top: 50.52083333%;
}
@media (max-width: 767px) {
  .hse .public-img:before {
    padding-top: 130%;
  }
}
.hse .box {
  position: absolute;
  width: 58.33333333%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 2.55rem 0.3rem 0.3rem;
}
@media (max-width: 1260px) {
  .hse .box {
    padding: 1.55rem 0.3rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .hse .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.3rem 2rem;
  }
}
.hse .box .public-title p {
  color: #000;
  margin-top: 0.05rem;
}
.hon {
  overflow: hidden;
}
.hon .g_t {
  padding-bottom: 2.5rem;
  position: relative;
}
.hon .g_t .g_t_box {
  /* border-bottom: 1px solid #dddddd; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 9.1rem;
  z-index: 50;
}
@media (max-width: 991px) {
  .hon .g_t .g_t_box {
    min-height: 60vh;
  }
}
@media (max-width: 767px) {
  .hon .g_t .g_t_box {
    min-height: 90vh;
    justify-content: flex-start;
    padding: 1rem 0;
  }
}
.hon .g_t .g_t_box .public-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.hon .g_t .g_t_box .public-title h2 {
  position: absolute;
}
@media (max-width: 767px) {
  .hon .g_t .g_t_box .public-title h2 {
    font-size: 24px;
  }
}
.hon .g_t .g_t_box .public-title p {
  color: #333;
  margin-top: 0.8rem;
}
.hon .g_t .g_t_box .gdown {
  animation: mov1 3.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hon .g_t .g_t_box .gdown svg,
.hon .g_t .g_t_box .gdown img {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #000;
}
@media (max-width: 1260px) {
  .hon .g_t .g_t_box .gdown svg,
  .hon .g_t .g_t_box .gdown img {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .hon .g_t .g_t_box .gdown svg,
  .hon .g_t .g_t_box .gdown img {
    width: 0.26rem;
  }
}
.hon .g_t .g_t_box .gdown p {
  color: #999;
  margin-top: 0.17rem;
}
.hon .g_t .g_t_box .img img {
  position: absolute;
  /* transition: all 0.4s; */
  z-index: -1;
}
.hon .g_t .g_t_box .img .img1 {
  width: 4.26rem;
  left: 3%;
  top: 11%;
}
@media (max-width: 1260px) {
  .hon .g_t .g_t_box .img .img1 {
    width: 3.6rem;
  }
}
@media (max-width: 991px) {
  .hon .g_t .g_t_box .img .img1 {
    width: 2.6rem;
  }
}
@media (max-width: 767px) {
  .hon .g_t .g_t_box .img .img1 {
    width: 2rem;
    top: 23%;
    left: 15%;
  }
}
.hon .g_t .g_t_box .img .img2 {
  width: 3.62rem;
  left: 10%;
  bottom: 7%;
}
@media (max-width: 767px) {
  .hon .g_t .g_t_box .img .img2 {
    bottom: 25%;
    left: 20%;
  }
}
.hon .g_t .g_t_box .img .img3 {
  width: 2.1rem;
  right: 19%;
  top: 11%;
}
@media (max-width: 767px) {
  .hon .g_t .g_t_box .img .img3 {
    top: 30%;
    right: 10%;
  }
}
.hon .g_t .g_t_box .img .img4 {
  width: 3.96rem;
  right: 3%;
  top: 31%;
}
@media (max-width: 991px) {
  .hon .g_t .g_t_box .img .img4 {
    width: 3rem;
    right: -4%;
    top: 51%;
  }
}
@media (max-width: 767px) {
  .hon .g_t .g_t_box .img .img4 {
    display: none;
  }
}
.hon .g_t .g_t_box .img .img5 {
  width: 2.62rem;
  right: 19%;
  bottom: 6%;
}
@media (max-width: 767px) {
  .hon .g_t .g_t_box .img .img5 {
    display: none;
  }
}
.hon .g_b {
  padding: 0 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.hon .g_b .item {
  display: block;
  padding: 0.1rem;
}
@media (max-width: 767px) {
  .hon .g_b .item {
    width: 100% !important;
  }
}
.hon .g_b .item:hover .public-img img {
  transform: scale(1.05);
}
.hon .g_b .item .item_it {
  position: relative;
  display: block;
}
.hon .g_b .item .txt {
  padding: 0.28rem;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.hon .g_b .item1 {
  width: 50%;
}
.hon .g_b .item1 .public-img:before {
  padding-top: 62.3655914%;
}
.hon .g_b .item2 {
  width: calc(100%/3);
}
.hon .g_b .item2 .public-img:before {
  padding-top: 55.46492659%;
}
@keyframes mov1 {
  0% {
    transform: translate3d(-50%, -0.3rem, 0px);
  }
  50% {
    transform: translate3d(-50%, 0, 0px);
  }
  100% {
    transform: translate3d(-50%, -0.3rem, 0px);
  }
}
/* 产品中心-材质页面 */
.promaton_form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .promaton_form {
    /* flex-wrap: wrap; */
    /* padding: 0 5%; */
  }
}
.promaton_form.promaton_form2 {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .promaton_form.promaton_form2 {
    flex-direction: column-reverse;
    padding: 0 !important;
  }
}
.promaton_form.promaton_form2 .public-btn {
  flex-shrink: 0;
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .promaton_form.promaton_form2 .public-btn {
    margin: 0 0 0.2rem;
  }
}
.promaton_form.promaton_form2 .gl {
  display: flex;
}
.promaton_form .layui-input:focus,
.promaton_form .layui-textarea:focus {
  border-color: var(--color) !important;
}
.promaton_form .layui-input-block {
  padding: 0 0.4rem 0 0.6rem;
  min-width: 4.3rem;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  border-right: 1px solid #ddd;
}
@media (max-width: 1260px) {
  .promaton_form .layui-input-block {
    width: 33.33%;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .promaton_form .layui-input-block {
    width: 100%;
    padding: 0 0.1rem;
    border-right: none;
  }
}
.promaton_form .layui-input-block:last-child {
  border-right: none;
}
.promaton_form .layui-input-block p {
  flex-shrink: 0;
}
.promaton_form .layui-form-select {
  width: 100%;
}
.promaton_form .layui-form-select dl {
  top: 100%;
  bottom: auto;
  padding: 0;
}
.promaton_form .layui-form-select dl dd.layui-this {
  background: var(--color);
  color: #fff;
}
.promaton_form .layui-form-select .layui-input {
  height: 40px;
  border: none;
  color: #444;
  padding: 0 0.2rem 0 0.1rem;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .promaton_form .layui-form-select .layui-input {
    padding: 0;
  }
}
.promaton_form .layui-form-select .layui-input::-webkit-input-placeholder {
  color: #333;
}
@media (max-width: 767px) {
  .promaton_form .layui-form-select .layui-input {
    height: 30px;
  }
}
.promaton_form .layui-form-select .layui-edge {
  right: 0.24rem;
  background: url(../images/b2.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
.promaton .g_tit {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.2rem;
}
.promaton .container {
  padding: 0.6rem 0 1.2rem;
}
.promaton .container .g_table {
  overflow: auto;
}
.promaton .container .g_table table {
  border-color: #eee;
  table-layout: fixed;
  /* border-collapse: collapse; */
  width: 100%;
}
@media (max-width: 767px) {
  .promaton .container .g_table table tr br {
    display: none;
  }
}
.promaton .container .g_table table tr:nth-child(2) td {
  padding: 0.32rem 0.2rem 0.1rem;
}
.promaton .container .g_table table tr th {
  font-weight: 400;
  background: #f7f7f7;
  padding: 0.27rem 0.2rem;
}
@media (max-width: 991px) {
  .promaton .container .g_table table tr th {
    width: 120px;
    flex-shrink: 0;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .promaton .container .g_table table tr th {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .promaton .container .g_table table tr th p {
    font-size: 14px;
  }
}
.promaton .container .g_table table tr td {
  text-align: center;
  padding: 0.1rem 0.2rem;
}
@media (max-width: 767px) {
  .promaton .container .g_table table tr td p {
    font-size: 12px;
  }
}
.case-box3-g {
  padding: 0 !important;
}
/* 产品中心-聚合页 */
.pro_g_tit {
  transition: all 0.4s;
  position: sticky;
  position: -webkit-sticky;
  top: 81px;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .pro_g_tit {
    top: 61px;
  }
}
.pro_g_tit .hi-nav2 .swiper {
  margin-top: -1px;
}
.pro_g_tit .hi-nav2 .swiper .swiper-wrapper {
  overflow: auto;
}
@media (max-width: 767px) {
  .pro_g_tit .hi-nav2 .swiper {
    margin-top: 0;
  }
}
.pro_g_tit .hi-nav2 .swiper .swiper-slide {
  width: auto;
  cursor: pointer;
  transition: all 0.4s;
}
.pro_g_tit .hi-nav2 .swiper .prolist_box {
  position: relative;
  padding: 0.2rem 0.33rem;
  display: flex;
  align-items: center;
}
.pro_g_tit .hi-nav2 .swiper .prolist_box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: transparent;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.pro_g_tit .hi-nav2 .swiper .prolist_box svg,
.pro_g_tit .hi-nav2 .swiper .prolist_box img {
  width: auto;
  height: 0.37rem;
}
.pro_g_tit .hi-nav2 .swiper .prolist_box p {
  margin-left: 0.13rem;
}
.pro_g_tit .hi-nav2 .swiper .on .prolist_box::after {
  background: var(--color);
}
.prolist {
  background: #fff;
}
.prolist .box .g_li {
  border-bottom: 1px solid #eeeeee;
  padding: 1.15rem 0 1.2rem;
}
.prolist .box .g_li:last-child {
  border: none;
}
.prolist .box .g_li .tit {
  text-align: center;
}
.prolist .box .g_li .tit .public-title {
  margin-bottom: 0.33rem;
}
.g_li_con {
  margin-top: 0.54rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.56rem 0.29rem;
}
@media (max-width: 991px) {
  .g_li_con {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .g_li_con {
    grid-template-columns: repeat(1, 1fr);
  }
}
.g_li_con .item:hover .img .public-img img {
  transform: scale(1.05);
}
.g_li_con .item:hover .img i {
  opacity: 1;
}
.g_li_con .item:hover .txt i {
  transform: translateX(0);
  opacity: 1;
}
.g_li_con .item .img {
  position: relative;
}
.g_li_con .item .img .public-img:before {
  padding-top: 75.13227513%;
}
.g_li_con .item .img i {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  z-index: 10;
  top: 0.1rem;
  right: 0.1rem;
  background: #e7e7e7;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  color: #000;
}
@media (max-width: 1260px) {
  .g_li_con .item .img i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .g_li_con .item .img i {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.g_li_con .item .img i svg,
.g_li_con .item .img i img {
  width: 46%;
  height: auto;
}
.g_li_con .item .img i svg path,
.g_li_con .item .img i img path {
  fill: var(--color);
}
.g_li_con .item .txt {
  display: flex;
  justify-content: space-between;
  margin-top: 0.26rem;
}
.g_li_con .item .txt i {
  opacity: 0;
  transition: all 0.4s;
  transform: translateX(-0.15rem);
  margin-left: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.16rem;
  height: auto;
  color: #000;
}
@media (max-width: 1260px) {
  .g_li_con .item .txt i {
    width: 0.2rem;
  }
}
@media (max-width: 767px) {
  .g_li_con .item .txt i {
    width: 0.24rem;
  }
}
.g_li_con .item .txt i svg,
.g_li_con .item .txt i img {
  width: 100%;
  height: auto;
}
.g_li_con .item .txt i svg path,
.g_li_con .item .txt i img path {
  fill: var(--color);
}
.case-box3-g2 {
  padding-bottom: 0.3rem !important;
}
.pinfoon {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pinfoon {
    flex-direction: column;
    padding: 0 5%;
  }
}
.pinfoon .gl {
  width: 62.5%;
}
@media (max-width: 767px) {
  .pinfoon .gl {
    width: 100%;
  }
}
.pinfoon .gl .swiper .swiper-slide .img {
  position: relative;
}
.pinfoon .gl .swiper .swiper-slide .img .public-img:before {
  padding-top: 56.25%;
}
.pinfoon .gl .swiper .swiper-slide .img i {
  z-index: 10;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}
.pinfoon .gl .swiper .swiper-slide .img i:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 1260px) {
  .pinfoon .gl .swiper .swiper-slide .img i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .pinfoon .gl .swiper .swiper-slide .img i {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.pinfoon .gl .swiper .swiper-slide .img i svg,
.pinfoon .gl .swiper .swiper-slide .img i img {
  width: 37.5%;
  height: auto;
}
.pinfoon .gl .swiper .swiper-slide .img i svg path,
.pinfoon .gl .swiper .swiper-slide .img i img path {
  fill: var(--color);
}
.pinfoon .gl .swiper .swip2_pag {
  bottom: 0.3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .pinfoon .gl .swiper .swip2_pag {
    display: flex;
    justify-content: center;
  }
}
.pinfoon .gl .swiper .swip2_pag .swiper-pagination-bullet {
  transition: all 0.4s;
  background: #fff;
  opacity: 0.4;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .pinfoon .gl .swiper .swip2_pag .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.pinfoon .gl .swiper .swip2_pag .swiper-pagination-bullet-active {
  opacity: 1;
}
.pinfoon .gr {
  width: 37.5%;
  padding-left: 1.85rem;
  padding-right: calc((100% - 1600px)/2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1580px) {
  .pinfoon .gr {
    padding-right: 8%;
  }
}
@media (max-width: 1260px) {
  .pinfoon .gr {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .pinfoon .gr {
    padding: 0.4rem 0 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pinfoon .gr .txt h1 {
    font-size: 24px;
  }
}
.pinfoon .gr .txt .g_p {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .pinfoon .gr .txt .g_p {
    margin-top: 0.3rem;
  }
}
.pinfoon .gr .txt .g_p .p2 {
  margin-top: 0.15rem;
}
.pinfoon .gr .public-btn {
  margin-top: 0.52rem;
}
.pinfo {
  margin-top: 0.9rem;
}
.pinfo .hi-nav1 {
  transition: all 0.4s;
  position: sticky;
  position: -webkit-sticky;
  top: 81px;
  z-index: 100;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .pinfo .hi-nav1 {
    top: 61px;
  }
}
@media (max-width: 767px) {
  .pinfo .hi-nav1 {
    padding: 0 5%;
  }
}
.pinfo .hi-nav1 .swiper .swiper-wrapper .swiper-slide p {
  cursor: pointer;
  border-bottom: 1px solid transparent;
  padding: 0.28rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pinfo .hi-nav1 .swiper .swiper-wrapper .swiper-slide p {
    padding: 0.2rem;
  }
}
.pinfo .hi-nav1 .swiper .swiper-wrapper .swiper-slide.on p {
  border-color: var(--color);
}
.pinfotw {
  padding: 1rem 0 0;
}
.pinfotw .pinfotw_con {
  margin-top: 0.58rem;
}
.pinfotw .pinfotw_con .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .pinfotw .pinfotw_con .item {
    flex-direction: column-reverse !important;
  }
}
.pinfotw .pinfotw_con .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.pinfotw .pinfotw_con .item:nth-child(2n) .txt {
  padding: 0.2rem 0 0.2rem 1.3rem;
}
@media (max-width: 991px) {
  .pinfotw .pinfotw_con .item:nth-child(2n) .txt {
    padding: 0.2rem 0 0.2rem 0.3rem;
  }
}
.pinfotw .pinfotw_con .item:nth-child(2n) .txt h3 {
  padding: 0;
}
.pinfotw .pinfotw_con .item .txt {
  width: 37.5%;
  padding: 0.2rem 1.3rem 0.2rem 0;
}
@media (max-width: 991px) {
  .pinfotw .pinfotw_con .item .txt {
    padding: 0.2rem 0.3rem 0.2rem 0;
  }
}
@media (max-width: 767px) {
  .pinfotw .pinfotw_con .item .txt {
    width: 100%;
    padding: 0.3rem 0 0 !important;
  }
}
.pinfotw .pinfotw_con .item .txt h3 {
  padding-right: 0.1rem;
}
@media (max-width: 767px) {
  .pinfotw .pinfotw_con .item .txt h3 {
    padding: 0;
  }
}
.pinfotw .pinfotw_con .item .txt p {
  margin-top: 0.27rem;
}
.pinfotw .pinfotw_con .item .public-img {
  width: 62.5%;
}
@media (max-width: 767px) {
  .pinfotw .pinfotw_con .item .public-img {
    width: 100%;
  }
}
.pinfotw .pinfotw_con .item .public-img:before {
  padding-top: 56.4%;
}
.pinfotw .bigimg {
  width: 100%;
}
.pinfotw .bigimg img {
  width: 100%;
}
.pinfotw .pinfotw_sol {
  margin: 0.56rem 0 1.8rem;
}
@media (max-width: 767px) {
  .pinfotw .pinfotw_sol .public-title h3 {
    font-size: 20px;
  }
}
.pinfotw .pinfotw_sol .public-title p {
  color: #333;
}
@media (max-width: 767px) {
  .pinfotw .pinfotw_sol .public-title p {
    font-size: 14px;
  }
}
.pinfotw .pinfotw_sol .pinfotw_sol_box {
  margin-top: 1.58rem;
  /* height: 100vh; */
}
@media (max-width: 767px) {
  .pinfotw .pinfotw_sol .pinfotw_sol_box {
    margin-top: 1rem;
  }
}
.pinfotw .pinfotw_sol .pinfotw_sol_box .pinfotw_sol_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: sticky;
				position: -webkit-sticky; */
  top: 0;
  /* height: 100vh; */
  padding: 2rem 0 0.4rem;
}
.pinfotw .pinfotw_sol .pinfotw_sol_box .pinfotw_sol_con:nth-child(2n) {
  flex-direction: row-reverse;
}
.pinfotw .pinfotw_sol .pinfotw_sol_box .pinfotw_sol_con:nth-child(2n) .txt {
  padding: 0.2rem 0 0 2rem;
}
@media (max-width: 991px) {
  .pinfotw .pinfotw_sol .pinfotw_sol_box .pinfotw_sol_con {
    padding: 2.5rem 0 0.4rem;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .pinfotw .pinfotw_sol .pinfotw_sol_box {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.pinfotw .pinfotw_sol .pinfotw_sol_box .txt {
  position: relative;
  height: 100%;
  width: 50%;
  padding: 0.2rem 2rem 0 0;
}
@media (max-width: 991px) {
  .pinfotw .pinfotw_sol .pinfotw_sol_box .txt {
    width: 100%;
    padding: 0.2rem 0.6rem 0 0;
  }
}
@media (max-width: 767px) {
  .pinfotw .pinfotw_sol .pinfotw_sol_box .txt {
    width: 100%;
    padding: 0.4rem 0 0 0;
  }
}
.pinfotw .pinfotw_sol .pinfotw_sol_box .txt .txt_li {
  background: #fff;
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .pinfotw .pinfotw_sol .pinfotw_sol_box .txt .txt_li {
    justify-content: flex-start;
    padding: 0.3rem 0 0;
  }
}
.pinfotw .pinfotw_sol .pinfotw_sol_box .txt .txt_li .txt_box .g_p {
  margin-top: 0.2rem;
}
.pinfotw .pinfotw_sol .pinfotw_sol_box .txt .txt_li .g_num {
  margin-top: 0.7rem;
  color: #999;
}
.pinfotw .pinfotw_sol .pinfotw_sol_box .img {
  position: relative;
  width: 50%;
  height: 100%;
}
@media (max-width: 991px) {
  .pinfotw .pinfotw_sol .pinfotw_sol_box .img {
    width: 100%;
  }
}
.pinfotw .pinfotw_sol .pinfotw_sol_box .img .public-img {
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pinfotw .pinfotw_sol .pinfotw_sol_box .img .public-img:before {
  padding-top: 75%;
}
.pinfotw .pinfotw_sol .pinfotw_sol_box .img .public-img img {
  transition: all 0s;
  --mask: inset(0% 0% 0% 0%);
  clip-path: var(--mask);
}
.pinfotw .pinfotw_designer .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pinfotw .pinfotw_designer .container {
    flex-direction: column;
    align-items: center;
  }
}
.pinfotw .pinfotw_designer .container .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .pinfotw .pinfotw_designer .container .public-img {
    width: 100%;
  }
}
.pinfotw .pinfotw_designer .container .public-img:before {
  padding-top: 70.125%;
}
.pinfotw .pinfotw_designer .container .gr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: #f7f7f7;
  width: 50%;
  padding: 0.2rem 1.8rem 0.2rem 1.2rem;
}
@media (max-width: 1260px) {
  .pinfotw .pinfotw_designer .container .gr {
    padding: 0.2rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .pinfotw .pinfotw_designer .container .gr {
    width: 100%;
    padding: 0.4rem;
  }
}
.pinfotw .pinfotw_designer .container .gr .txt h3 {
  padding-right: 0.1rem;
}
.pinfotw .pinfotw_designer .container .gr .txt .p2 {
  margin-top: 0.14rem;
}
.pinfotw .pinfotw_designer .container .gr .txt .p3 {
  margin-top: 0.2rem;
}
.pinfotw .pinfotw_designer .container .gr .public-btn {
  margin-top: 0.44rem;
}
.pinfoth {
  padding: 1.2rem 0;
}
.pinfoth .box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .pinfoth .box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .pinfoth .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pinfoth .box .item {
  background: #f7f7f7;
}
.pinfoth .box .item .public-img:before {
  padding-top: 68.58108108%;
}
.pinfoth .box .item .public-img img {
  object-fit: contain;
}
.pinfoth .box .item .txt {
  padding: 0.18rem 0.3rem 0.25rem;
}
.pinfoth .box .item .txt p {
  font-family: 'not-t';
  margin-top: 0.15rem;
}
.pinfofo {
  padding: 1.2rem 0 0.7rem;
  border-top: 1px solid #f7f7f7;
}
.pinfofo .box .pinfofo_li {
  margin-bottom: 0.5rem;
}
.pinfofo .box .pinfofo_li h3 {
  margin-bottom: 0.4rem;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #eeeeee;
}
.pinfofo .box .pinfofo_li .pinfofo_con {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 30px;
}
@media (max-width: 1260px) {
  .pinfofo .box .pinfofo_li .pinfofo_con {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .pinfofo .box .pinfofo_li .pinfofo_con {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.pinfofo .box .pinfofo_li .pinfofo_con .item .txt {
  margin-top: 0.2rem;
}
.pinfofi {
  border-top: 1px solid #f7f7f7;
  padding: 1.2rem 0;
}
.pinfofi .public-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pinfofi .public-title img {
  width: 2rem;
}
.pinfofi .public-title h2 span {
  margin: 0 -0.05rem;
}
.pinfofi .box .swiper .swiper-slide {
  padding: 0 0.3rem;
  border-right: 1px solid #efefef;
}
.pinfofi .box .swiper .swiper-slide:last-child {
  border: none;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_con {
  padding-bottom: 0.75rem;
  display: block;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_con:hover .public-img img {
  transform: scale(1.05);
}
.pinfofi .box .swiper .swiper-slide .pinfofi_con:hover .txt .g_p {
  opacity: 1;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_con .public-img:before {
  padding-top: 56.02536998%;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_con .txt {
  margin-top: 0.4rem;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_con .txt .g_h3 {
  margin-top: 0.14rem;
  display: flex;
  justify-content: space-between;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_con .txt .g_h3 h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_con .txt .g_lab {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
.pinfofi .box .swiper .swiper-slide .pinfofi_con .txt .g_lab span {
  margin: 0 0.1rem 4px 0;
  padding: 3px 14px;
  background: #f0f0f0;
}
.pinfofi .box .swiper-pagination {
  position: initial;
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.pinfofi .box .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.4s;
  opacity: 1;
  border-radius: 0;
  background: #eeeeee;
  width: 20px;
  height: 3px;
  margin: 0 2px;
}
.pinfofi .box .swiper-pagination .swiper-pagination-bullet div {
  height: 100%;
  background: #000;
  width: 0;
  animation-timing-function: linear;
}
.pinfofi .box .swiper-pagination .swiper-pagination-bullet-active {
  width: 80px;
}
.pinfofi .box .swiper-pagination .swiper-pagination-bullet-active div {
  animation-name: width100;
}
/* 产品中心-聚合页-产品详情页-询价页面 */
.pinqon {
  padding: 0.85rem 0 1.2rem;
}
.pinqon .container {
  display: flex;
  justify-content: center;
}
.pinqon .container .box {
  max-width: 1100px;
  width: 100%;
}
.pinqon .container .box .inquiry_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 1px;
  width: 100%;
  background: #dddddd;
}
.pinqon .container .box .inquiry_tit .gline {
  position: absolute;
  height: 1px;
  width: calc(100%/6);
  background: var(--color);
  top: 0;
  left: 0;
  display: block;
}
.pinqon .container .box .inquiry_tit .item {
  width: calc(100%/3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.pinqon .container .box .inquiry_tit .item.on i {
  background: var(--color);
  border-color: var(--color);
}
.pinqon .container .box .inquiry_tit .item.on p {
  color: #000;
}
.pinqon .container .box .inquiry_tit .item i {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .pinqon .container .box .inquiry_tit .item i {
    width: 6px;
    height: 6px;
  }
}
.pinqon .container .box .inquiry_tit .item p {
  position: absolute;
  top: 0.18rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #999;
}
@media (max-width: 767px) {
  .pinqon .container .box .inquiry_tit .item p {
    font-size: 14px;
  }
}
.inq1 {
  margin-top: 0.96rem;
}
.inq1 .g_p {
  padding: 0.35rem 0.3rem;
  background: #f7f7f7;
  text-align: center;
}
@media (max-width: 767px) {
  .inq1 .g_p br {
    display: none;
  }
}
.inq1 .gcon .item {
  padding: 0.3rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
}
.inq1 .gcon .item .gl {
  max-width: 50%;
  display: flex;
}
@media (max-width: 767px) {
  .inq1 .gcon .item .gl {
    align-items: flex-start;
  }
}
.inq1 .gcon .item .gl .public-img {
  width: 200px;
}
@media (max-width: 991px) {
  .inq1 .gcon .item .gl .public-img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .inq1 .gcon .item .gl .public-img {
    width: 100px;
  }
}
.inq1 .gcon .item .gl .public-img:before {
  padding-top: 75.5%;
}
.inq1 .gcon .item .gl .txt {
  padding: 0.16rem 0.1rem 0.16rem 0.4rem;
}
@media (max-width: 767px) {
  .inq1 .gcon .item .gl .txt {
    padding: 0.16rem 0.1rem 0.16rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .inq1 .gcon .item .gl .txt p {
    font-size: 14px;
  }
}
.inq1 .gcon .item .gr {
  padding-top: 0.16rem;
  max-width: 50%;
  display: flex;
  justify-content: flex-end;
}
.inq1 .gcon .item .gr .g_numjj {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .inq1 .gcon .item .gr .g_numjj {
    margin-right: 0.5rem;
  }
}
.inq1 .gcon .item .gr .g_numjj .gdown,
.inq1 .gcon .item .gr .g_numjj .gup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  width: 13px;
  height: 13px;
}
@media (max-width: 767px) {
  .inq1 .gcon .item .gr .g_numjj .gdown,
  .inq1 .gcon .item .gr .g_numjj .gup {
    width: 10px;
    height: 10px;
  }
}
.inq1 .gcon .item .gr .g_numjj .gdown.on,
.inq1 .gcon .item .gr .g_numjj .gup.on {
  cursor: no-drop;
}
.inq1 .gcon .item .gr .g_numjj .gdown.on i,
.inq1 .gcon .item .gr .g_numjj .gup.on i {
  background: #999 !important;
}
.inq1 .gcon .item .gr .g_numjj .gdown:hover i,
.inq1 .gcon .item .gr .g_numjj .gup:hover i {
  background: var(--color);
}
.inq1 .gcon .item .gr .g_numjj .gdown .i1,
.inq1 .gcon .item .gr .g_numjj .gup .i1 {
  position: absolute;
  width: 13px;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .inq1 .gcon .item .gr .g_numjj .gdown .i1,
  .inq1 .gcon .item .gr .g_numjj .gup .i1 {
    width: 10px;
  }
}
.inq1 .gcon .item .gr .g_numjj .gdown .i2,
.inq1 .gcon .item .gr .g_numjj .gup .i2 {
  position: absolute;
  width: 1px;
  height: 13px;
  background: #000;
}
@media (max-width: 767px) {
  .inq1 .gcon .item .gr .g_numjj .gdown .i2,
  .inq1 .gcon .item .gr .g_numjj .gup .i2 {
    height: 10px;
  }
}
.inq1 .gcon .item .gr .g_numjj input {
  width: 65px;
  text-align: center;
  padding: 0 0.1rem;
}
@media (max-width: 767px) {
  .inq1 .gcon .item .gr .g_numjj input {
    width: 45px;
  }
}
.inq1 .gcon .item .gr .g_del {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.inq1 .gcon .item .gr .g_del:hover svg,
.inq1 .gcon .item .gr .g_del:hover p {
  color: var(--color);
}
.inq1 .gcon .item .gr .g_del svg,
.inq1 .gcon .item .gr .g_del img {
  color: #000;
  width: 16px;
  height: auto;
}
.inq1 .gcon .item .gr .g_del p {
  margin-left: 0.07rem;
}
.inq1 .public-btn {
  margin-top: 0.5rem;
}
.inq2 {
  margin-top: 1.15rem;
}
.inq2 .public-title {
  margin-bottom: 0.32rem;
}
.inq2 .inq2_form .pfmbox .pinputbox .pinput {
  position: relative;
}
.inq2 .inq2_form .pfmbox .pinputbox .pinput input,
.inq2 .inq2_form .pfmbox .pinputbox .pinput textarea {
  background: #f7f7f7;
}
.inq2 .inq2_form .pfmbox .pinputbox .pinput .layui-input-block {
  margin-left: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.inq2 .inq2_form .pfmbox .pinputbox .pinput .layui-input-block .layui-form-radio {
  margin-top: 0;
}
.inq2 .inq2_form .pfmbox .pinputbox .pinput .layui-input-block .layui-form-radio > i {
  font-size: 14px;
}
.inq2 .inq2_b {
  margin: 0.8rem 0;
}
.inq2 .inq2_b .inq2_b_con {
  margin-top: 0.36rem;
}
.inq2 .inq2_b .inq2_b_con .item {
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 1px solid #f1f1f1;
}
.inq2 .inq2_b .inq2_b_con .item:first-child {
  border-top: 1px solid #f1f1f1;
}
.inq2 .inq2_b .inq2_b_con .item .public-img {
  margin-right: 0.3rem;
  width: 140px;
}
.inq2 .inq2_b .inq2_b_con .item .public-img:before {
  padding-top: 75.5%;
}
.inq2 .inq2_b .inq2_b_con .item .txt {
  padding: 0.1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.inq2 .inq2_b .inq2_b_con .item .txt span {
  color: #999;
}
.inq2 .inq2_b .g_return {
  margin-top: 0.38rem;
  display: flex;
  align-items: center;
}
.inq2 .inq2_b .g_return:hover i,
.inq2 .inq2_b .g_return:hover p {
  color: var(--color);
}
.inq2 .inq2_b .g_return i {
  transition: all 0.4s;
  transform: rotate(180deg);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #999;
}
@media (max-width: 1260px) {
  .inq2 .inq2_b .g_return i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .inq2 .inq2_b .g_return i {
    width: 0.26rem;
  }
}
.inq2 .inq2_b .g_return i svg,
.inq2 .inq2_b .g_return i img {
  width: 100%;
  height: auto;
}
.inq2 .inq2_b .g_return i svg path,
.inq2 .inq2_b .g_return i img path {
  fill: var(--color);
}
.inq2 .inq2_b .g_return p {
  transition: all 0.4s;
  margin-left: 0.1rem;
  color: #999;
}
.inq3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.8rem 0 2.45rem;
}
.inq3 .inq3_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.inq3 .inq3_con i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .inq3 .inq3_con i {
    width: 0.7rem;
  }
}
@media (max-width: 767px) {
  .inq3 .inq3_con i {
    width: 0.8rem;
  }
}
.inq3 .inq3_con i svg,
.inq3 .inq3_con i img {
  width: 100%;
  height: auto;
}
.inq3 .inq3_con i svg path,
.inq3 .inq3_con i img path {
  fill: var(--color);
}
.inq3 .inq3_con .txt {
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .inq3 .inq3_con .txt br {
    display: none;
  }
}
.inq3 .inq3_con .txt .p2 {
  margin-top: 0.16rem;
}
.inq3 .public-btn {
  margin-top: 0.45rem;
}
.inq3 .public-btn .c-ico {
  transform: rotate(180deg);
  margin: 0;
}
.inq3 .public-btn span {
  margin-left: 0.1rem;
}
/* 产品中心-聚合页-分类列表页 */
.psoron {
  padding: 0.45rem 0 0;
}
.psoron .pro_g_tit {
  background: #f7f7f7;
}
.psoron .psoron_con {
  padding: 0.8rem 0 1.2rem;
  background: #fff;
}
.psoron .psoron_con .psoron_con_t {
  display: flex;
  justify-content: center;
}
.psoron .psoron_con .psoron_con_t .promaton_form {
  display: inline-flex;
  margin: auto;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.2rem;
}
.psoron .psoron_con .psoron_con_t .promaton_form .layui-input-block {
  min-width: 3.35rem;
}
@media (max-width: 767px) {
  .psoron .psoron_con .psoron_con_t .promaton_form .layui-input-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0.1rem 0 0 !important;
  }
}
.psoron .psoron_con .psoron_con_t .promaton_form .layui-input-block:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .psoron .psoron_con .psoron_con_t .promaton_form .layui-input-block:first-child {
    padding-left: 0.1rem;
  }
}
.psoron .psoron_con .psoron_con_t .promaton_form .layui-input-block:last-child {
  padding-right: 0;
  /* input{
							padding-right: 0 !important;
						}
						.layui-edge{
							right: 0;
						} */
}
@media (max-width: 767px) {
  .psoron .psoron_con .psoron_con_t .promaton_form .layui-input-block:last-child {
    padding-right: 0.1rem;
  }
}
.psoron .psoron_con .hi-pagination6 {
  margin-top: 1rem;
}
/* 搜索结果页 */
.gsea {
  padding: 1rem 0 1.2rem;
}
.gsea .g_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.gsea .g_not {
  text-align: center;
  margin-top: 1.1rem;
  min-height: 3.3rem;
}
.gsea .box {
  margin-top: 0.34rem;
}
.gsea .box .item {
  display: flex;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  .gsea .box .item {
    flex-direction: column;
  }
}
.gsea .box .item:hover .img .public-img img {
  transform: scale(1.05);
}
.gsea .box .item:hover .txt .g_b i {
  transform: translateX(0);
  opacity: 1;
}
.gsea .box .item .public-img {
  flex-shrink: 0;
  margin-right: 0.6rem;
  width: 23.625%;
}
@media (max-width: 767px) {
  .gsea .box .item .public-img {
    width: 100%;
  }
}
.gsea .box .item .public-img:before {
  padding-top: 75.3968254%;
}
.gsea .box .item .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .gsea .box .item .txt {
    margin-top: 0.4rem;
  }
}
.gsea .box .item .txt .g_t h3 {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .gsea .box .item .txt .g_t .g_p p br {
    display: none;
  }
}
.gsea .box .item .txt .g_t .g_lab {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.26rem;
}
.gsea .box .item .txt .g_t .g_lab span {
  margin: 0 0.1rem 4px 0;
  padding: 3px 14px;
  background: #f0f0f0;
}
.gsea .box .item .txt .g_b i {
  opacity: 0;
  transition: all 0.4s;
  transform: translateX(-0.15rem);
  margin-left: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.26rem;
  height: auto;
  color: #181818;
}
@media (max-width: 1260px) {
  .gsea .box .item .txt .g_b i {
    width: 0.3rem;
  }
}
@media (max-width: 767px) {
  .gsea .box .item .txt .g_b i {
    width: 0.34rem;
  }
}
.gsea .box .item .txt .g_b i svg,
.gsea .box .item .txt .g_b i img {
  width: 100%;
  height: auto;
}
.gsea .box .item .txt .g_b i svg path,
.gsea .box .item .txt .g_b i img path {
  fill: var(--color);
}
#c-home-tips {
  display: none;
  position: fixed;
  z-index: 890;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.8);
}
#c-home-tips .c-wrap {
  padding: 0.3rem 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#c-home-tips .c-wrap .c-left {
  width: 90%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap .c-left {
    width: 100%;
  }
}
#c-home-tips .c-wrap .c-left p {
  color: #777;
  margin-right: 0.6rem;
  max-width: 74%;
}
@media (max-width: 1260px) {
  #c-home-tips .c-wrap .c-left p {
    max-width: initial;
    width: 100%;
    margin-right: 0.3rem;
    margin-bottom: 0.2rem;
  }
}
#c-home-tips .c-wrap .c-left .public-btn {
  margin-right: 0.3rem;
}
#c-home-tips .c-wrap .c-left .c-close1:hover {
  color: #fff;
}
#c-home-tips .c-wrap .c-left .c-close2 {
  color: #fff;
}
#c-home-tips .c-wrap .c-left .c-close2:hover {
  opacity: 0.8;
}
#c-home-tips .c-wrap .c-wrapr {
  cursor: pointer;
  width: 15px;
  flex-shrink: 0;
  margin-left: 0.2rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap .c-wrapr {
    width: 13px;
  }
}
#c-home-tips .c-wrap .c-wrapr img {
  width: 100%;
}
.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.1);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
}
.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.15rem;
  right: 0.15rem;
  width: 28px;
  height: 28px;
  /* border-radius: 50%; */
  /* background: #f4f4f4; */
  cursor: pointer;
  z-index: 10000;
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_title .close_tc:hover {
  /* background: @color1; */
}
.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: 40px;
    height: 40px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 18px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 18px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.curtain1 .curtain_con {
  max-height: 90vh;
  overflow: auto;
}
.inq_error {
  width: 540px;
  background: #fff;
  padding: 0.6rem 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .inq_error {
    width: 100%;
  }
}
.inq_error .txt img {
  width: 0.6rem;
}
.inq_error .txt p {
  margin-top: 0.28rem;
}
.inq_error .public-btn {
  margin-top: 0.46rem;
}
.exh_cur {
  width: 540px;
  background: #fff;
  padding: 0.6rem 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .exh_cur {
    width: 100%;
  }
}
.exh_cur .txt img {
  width: 0.6rem;
  margin-bottom: 0.28rem;
}
.exh_cur .txt p {
  margin-top: 2px;
}
.exh_cur .txt .p1 {
  color: var(--color);
}
.exh_cur .public-btn {
  margin-top: 0.26rem;
}
.curtain_no2 {
  /* display: block; */
}
.lgen_cur {
  width: calc(1400/1920*100vw);
  background: #fff;
  padding: 0.8rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .lgen_cur {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lgen_cur {
    padding: 0.4rem;
  }
}
.lgen_cur .gl {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}
@media (max-width: 1260px) {
  .lgen_cur .gl {
    display: none;
  }
}
.lgen_cur .gl .tit p {
  color: #666;
  margin-top: 0.16rem;
}
.lgen_cur .gl .g_tel {
  margin-top: 0.5rem;
}
.lgen_cur .gl .g_tel .g_tel_con {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}
.lgen_cur .gl .g_tel .g_tel_con i {
  margin-top: 4px;
  margin-right: 0.09rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .lgen_cur .gl .g_tel .g_tel_con i {
    width: 13px;
  }
}
@media (max-width: 767px) {
  .lgen_cur .gl .g_tel .g_tel_con i {
    width: 11px;
  }
}
.lgen_cur .gl .g_tel .g_tel_con i svg,
.lgen_cur .gl .g_tel .g_tel_con i img {
  width: 100%;
  height: auto;
}
.lgen_cur .gl .g_tel .g_tel_con i svg path,
.lgen_cur .gl .g_tel .g_tel_con i img path {
  fill: var(--color);
}
.lgen_cur .gl .g_tel .g_tel_con .p2 {
  color: #666;
}
.lgen_cur .gr {
  width: 59.67741935%;
}
@media (max-width: 1260px) {
  .lgen_cur .gr {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lgen_form.public-form-box form .pfmbox {
    padding-bottom: 0.8rem;
  }
}
.lgen_form.public-form-box form .pfmbox .pinputbox .pinput input,
.lgen_form.public-form-box form .pfmbox .pinputbox .pinput textarea {
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .lgen_form.public-form-box form .pfmbox .pinputbox .pinput textarea {
    height: 2rem;
  }
}
.navpull_case {
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background: #fff;
  top: 100%;
  border-top: 1px solid #eeeeee;
  padding: 0.58rem 0.6rem 0;
  overflow: hidden;
}
.navpull_case .box {
  text-align: left;
}
.navpull_case .box .gcon {
  padding-bottom: 0.84rem;
  display: flex;
}
.navpull_case .box .gcon .gl {
  flex-shrink: 0;
  width: 16.66666667%;
}
.navpull_case .box .gcon .gl h2 {
  margin-top: -0.05rem;
}
.navpull_case .box .gcon .gr {
  width: 72.22222222%;
  display: flex;
  flex-wrap: wrap;
}
.navpull_case .box .gcon .gr a {
  font-weight: bold;
  color: #000;
  transition: all 0.4s;
  min-width: ;
  /* padding-right: 0.1rem; */
  margin-bottom: 0.75rem;
  margin-right: 1.2rem;
  min-width: 5em;
}
.navpull_case .box .gcon .gr a:hover {
  color: var(--color) !important;
}
.navpull_case .box .gb img {
  opacity: 0.03;
  width: 100%;
  height: auto;
}
.navpull_pro {
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background: #fff;
  top: 100%;
  border-top: 1px solid #eeeeee;
  padding: 0.58rem 0.6rem 0;
  overflow: hidden;
}
.navpull_pro .box {
  text-align: left;
}
.navpull_pro .box .gcon {
  padding-bottom: 0.24rem;
  display: flex;
  justify-content: space-between;
}
.navpull_pro .box .gcon .gl {
  flex-shrink: 0;
  width: 5.55555556%;
}
.navpull_pro .box .gcon .gl h2 {
  flex-shrink: 0;
  color: #333;
  margin-top: -0.05rem;
}
.navpull_pro .box .gcon .gr {
  width: 91.66666667%;
  display: flex;
  justify-content: space-between;
}
.navpull_pro .box .gcon .gr .g_li {
  display: flex;
  margin-left: 0.2rem;
}
.navpull_pro .box .gcon .gr .g_li .g_ico {
  flex-shrink: 0;
  margin-right: 0.18rem;
  height: 0.34rem;
  width: auto;
}
@media (max-width: 1580px) {
  .navpull_pro .box .gcon .gr .g_li .g_ico {
    height: 0.4rem;
  }
}
.navpull_pro .box .gcon .gr .g_li .g_ico img,
.navpull_pro .box .gcon .gr .g_li .g_ico svg {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.navpull_pro .box .gcon .gr .g_li .g_li_txt {
  margin-top: 4px;
}
@media (max-width: 1580px) {
  .navpull_pro .box .gcon .gr .g_li .g_li_txt {
    margin-top: 0;
  }
}
.navpull_pro .box .gcon .gr .g_li .g_li_txt h3 {
  color: #000;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.navpull_pro .box .gcon .gr .g_li .g_li_txt .g_a {
  display: flex;
  flex-direction: column;
}
.navpull_pro .box .gcon .gr .g_li .g_li_txt .g_a a {
  color: #666 !important;
  margin-bottom: 0.16rem;
}
.navpull_pro .box .gcon .gr .g_li .g_li_txt .g_a a:hover {
  color: var(--color) !important;
}
.navpull_pro .box .gb img {
  opacity: 0.03;
  width: 100%;
  height: auto;
}
.gpop {
  position: fixed;
  right: 0.4rem;
  bottom: 2rem;
  z-index: 100;
  /* display: none; */
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .gpop {
    right: 10px;
  }
}
.gpop.on {
  opacity: 1;
  pointer-events: initial;
}
.gpop > * {
  transition: all 0.4s;
}
.gpop .gpop_t {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* border-radius: 0.05rem; */
  /* background: #222D82; */
  /* box-shadow: 0 0 20px rgba(0,0,0,0.05); */
}
.gpop .gpop_t .pop_a {
  /* border-bottom: 2px solid #151c52; */
}
.gpop .gpop_t .pop_a:last-child {
  border: none;
}
.gpop .pop_a {
  cursor: pointer;
  margin-bottom: 10px;
  width: 46px;
  height: 46px;
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .gpop .pop_a {
    width: 30px;
    height: 30px;
  }
}
.gpop .pop_a.on {
  width: calc(46px + 100px);
}
.gpop .pop_a.on .pop_text {
  /* opacity: 1; */
  background: var(--color);
  transition: opacity 0.3s 0.15s ease-in-out;
}
.gpop .pop_a.on .pop_text p {
  color: #fff;
}
.gpop .pop_a.on .pop_a_img {
  background: var(--color);
}
.gpop .pop_a.on .pop_a_img svg {
  color: #fff;
}
.gpop .pop_a.on .pop_a_img svg path {
  fill: #fff;
}
.gpop .pop_a.on .pop_a_img p {
  color: #fff;
}
.gpop .pop_a img {
  z-index: 100;
}
.gpop .pop_a .pop_a_img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.4s;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_a_img {
    width: 30px;
    height: 30px;
  }
}
.gpop .pop_a .pop_a_img svg {
  transition: all 0.4s;
  color: #000;
  width: calc(20/46*100%);
  height: calc(20/46*100%);
}
.gpop .pop_a .pop_a_img svg path {
  fill: #969696;
}
.gpop .pop_a .pop_a_img p {
  font-size: 12px;
  margin-top: 5px;
}
.gpop .pop_a .pop_text {
  position: absolute;
  top: 0%;
  right: 0%;
  height: 100%;
  background: #fff;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
  z-index: 1;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* opacity: 0; */
}
.gpop .pop_a .pop_text p {
  color: #666;
  margin-bottom: 0.02rem;
  white-space: nowrap;
  /* font-size: 14px; */
  /* opacity: 0; */
  padding: 0 46px 0 0.26rem;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_text p {
    padding: 0 30px 0 0.2rem;
    font-size: 12px;
  }
}
.gpop .pop_a .pop_text img {
  height: 20px;
  width: 20px;
  margin-right: 0.1rem;
}
/* 展厅信息 */
.exhon {
  padding: 1.2rem 0;
}
.exhon .g_tit {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.2rem;
}
.exhon .g_tit .public-title {
  margin-bottom: 0.45rem;
}
.exhon .box {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 991px) {
  .exhon .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .exhon .box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.exhon .box .item {
  border: 1px solid #eee;
  padding: 0.56rem 0.4rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s;
}
.exhon .box .item:hover {
  background-color: #f7f7f7;
}
.exhon .box .item .gt .g_h3 {
  display: flex;
  align-items: center;
}
.exhon .box .item .gt .g_h3 span {
  padding: 3px 0.13rem;
  flex-shrink: 0;
  margin-top: 4px;
  margin-left: 0.14rem;
  background: #f0f0f0;
}
.exhon .box .item .gt .txt {
  margin-top: 0.3rem;
}
.exhon .box .item .gt .txt .txt_li {
  margin-top: 0.14rem;
  display: flex;
  align-items: flex-start;
}
.exhon .box .item .gt .txt .txt_li i {
  margin-top: 5px;
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.16rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .exhon .box .item .gt .txt .txt_li i {
    width: 0.2rem;
  }
}
@media (max-width: 767px) {
  .exhon .box .item .gt .txt .txt_li i {
    width: 0.24rem;
  }
}
.exhon .box .item .gt .txt .txt_li i svg,
.exhon .box .item .gt .txt .txt_li i img {
  width: 100%;
  height: auto;
}
.exhon .box .item .gt .txt .txt_li i svg path,
.exhon .box .item .gt .txt .txt_li i img path {
  fill: var(--color);
}
.exhon .box .item .gb {
  margin-top: 0.58rem;
}
.exhon .box .item .gb .public-btn2 {
  padding: 0 0.6rem;
  margin-right: 0.6rem;
}
@media (max-width: 1260px) {
  .exhon .box .item .gb .public-btn2 {
    padding: 0 0.3rem;
    margin-right: 0.3rem;
  }
}
.exhon .box .item .gb .public-btn2:hover {
  color: var(--color);
  background: #f7f7f7;
  border-color: var(--color);
}
.exhon .box .item .gb .public-btn2:hover span {
  color: var(--color);
}
.exhon .box .item .gb .public-btn2:hover .c-ico {
  color: var(--color);
}
.einfoon {
  padding: 0 0 1.2rem;
}
.einfoon .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .einfoon .box {
    flex-direction: column;
  }
}
.einfoon .box .gl {
  width: 68.75%;
}
@media (max-width: 991px) {
  .einfoon .box .gl {
    width: 100%;
  }
}
.einfoon .box .gl .gallery-thumbs .public-img:before {
  padding-top: 63.63636364%;
}
.einfoon .box .gl .gallery-thumbs .g_qie .pub_nav {
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.3);
}
.einfoon .box .gl .gallery-thumbs .g_qie .pub_nav:hover {
  background: var(--color);
}
.einfoon .box .gl .gallery-thumbs .g_qie .pub_nav svg,
.einfoon .box .gl .gallery-thumbs .g_qie .pub_nav img {
  color: #fff;
  width: 43.33333333%;
}
.einfoon .box .gl .gallery-thumbs .g_qie .pub_prev {
  left: 0.3rem;
}
.einfoon .box .gl .gallery-thumbs .g_qie .pub_next {
  right: 0.3rem;
}
.einfoon .box .gl .gallery-top {
  margin-top: 0.1rem;
}
.einfoon .box .gl .gallery-top .public-img {
  transition: all 0.4s;
  opacity: 0.5;
}
.einfoon .box .gl .gallery-top .public-img:before {
  padding-top: 62.85714286%;
}
.einfoon .box .gl .gallery-top .swiper-slide-thumb-active .public-img {
  opacity: 1;
}
.einfoon .box .gr {
  width: 28.125%;
  padding: 0.48rem 0.4rem 1.35rem;
  background: #f7f7f7;
  position: relative;
}
@media (max-width: 991px) {
  .einfoon .box .gr {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.einfoon .box .gr h1 {
  line-height: 1.1;
  margin-bottom: 0.3rem;
}
.einfoon .box .gr .item1 .txt {
  margin-top: 0.2rem;
}
.einfoon .box .gr .item1 .txt .txt_li {
  margin-top: 0.14rem;
  display: flex;
  align-items: flex-start;
}
.einfoon .box .gr .item1 .txt .txt_li i {
  margin-top: 5px;
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.16rem;
  height: auto;
  color: #000;
}
@media (max-width: 1260px) {
  .einfoon .box .gr .item1 .txt .txt_li i {
    width: 0.2rem;
  }
}
@media (max-width: 767px) {
  .einfoon .box .gr .item1 .txt .txt_li i {
    width: 0.24rem;
  }
}
.einfoon .box .gr .item1 .txt .txt_li i svg,
.einfoon .box .gr .item1 .txt .txt_li i img {
  width: 100%;
  height: auto;
}
.einfoon .box .gr .item1 .txt .txt_li i svg path,
.einfoon .box .gr .item1 .txt .txt_li i img path {
  fill: var(--color);
}
.einfoon .box .gr .item2 {
  margin-top: 0.35rem;
}
.einfoon .box .gr .item2 .g_p {
  margin-top: 0.2rem;
}
.einfoon .box .gr .item2 .g_p p {
  margin-bottom: 0.08rem;
}
.einfoon .box .gr .gdown {
  animation: mov2 3.2s infinite ease-in-out;
  position: absolute;
  right: 0.3rem;
  bottom: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.einfoon .box .gr .gdown svg,
.einfoon .box .gr .gdown img {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #000;
}
@media (max-width: 1260px) {
  .einfoon .box .gr .gdown svg,
  .einfoon .box .gr .gdown img {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .einfoon .box .gr .gdown svg,
  .einfoon .box .gr .gdown img {
    width: 0.26rem;
  }
}
.einfoon .box .gr .gdown p {
  color: #999;
  margin-top: 0.17rem;
}
@keyframes mov2 {
  0% {
    transform: translate3d(0%, -0.3rem, 0px);
  }
  50% {
    transform: translate3d(0%, 0, 0px);
  }
  100% {
    transform: translate3d(0%, -0.3rem, 0px);
  }
}
.einfotw .g_lab {
  text-align: center;
  margin-top: 0.2rem;
  color: #666;
}
.einfotw .public-form-box .pfmbox .pinputbox.qrcodebox {
  width: calc(50% - 0.15rem);
}
@media (max-width: 767px) {
  .einfotw .public-form-box .pfmbox .pinputbox.qrcodebox {
    width: 100%;
  }
}
.einfotw .public-form-box .pfmbox .pinputbox .pinput .layui-input-block {
  margin-left: 0;
}
.einfotw .public-form-box .pfmbox .pinputbox .pinput .layui-input-block .layui-input {
  height: auto;
  line-height: 1.5;
  border: none;
}
.einfotw .public-form-box .pfmbox .pinputbox .pinput .layui-input-block .layui-edge {
  display: none;
}
.einfotw .public-form-box .pfmbox .pinputbox .pinput .layui-input-inline {
  width: 100%;
  position: relative;
}
.einfotw .public-form-box .pfmbox .pinputbox .pinput .layui-input-inline::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/data.svg) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0.25rem;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 767px) {
  .einfotw .public-form-box .pfmbox .pinputbox .pinput .layui-input-inline::after {
    width: 16px;
    height: 16px;
    right: 20px;
  }
}
.einfotw .public-form-box .pfmbox .pinputbox .pinput .layui-input-inline .layui-input {
  height: auto;
  line-height: 1.5;
  border: none;
}
