@charset "utf-8";
:root {
  --color: #fe5f00;
  --color2: #fdf6e9;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: thin;
}
* ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
* ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50px;
  }
}
body {
  min-height: 100%;
  font-family: 'ali-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
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(.notsvg) path,
svg:not(.notsvg) circle {
  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: 1700px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 85%;
  max-width: 1500px;
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 15px;
  min-width: 1rem;
  height: 50px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}
.public-btn .c-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.1rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color);
  transition: all 0.4s;
  overflow: hidden;
}
.public-btn .c-ico .c-svg {
  width: 50%;
  height: 50%;
}
.public-btn:hover {
  color: #fff;
  background: var(--color);
  border-color: var(--color);
}
.public-btn:hover .c-ico {
  background: #fff;
  color: var(--color);
}
.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-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
@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: 103px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*头部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid transparent;
  padding: 0 1.1rem;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 1260px) {
  #c-header {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #333;
  transition: 0.4s;
}
#c-header.c-header2 .c-header-box {
  box-shadow: 3px 0.1rem 0.43rem rgba(167, 138, 84, 0.09);
}
#c-header .c-header-box {
  height: 84px;
  padding: 0 0.71rem;
  margin-top: 0.18rem;
  background: #fff;
  border-radius: 100px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  #c-header .c-header-box {
    border-radius: 0;
    padding: 0 5%;
    margin-top: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  #c-header .c-header-box {
    height: 60px;
  }
}
#c-header .c-right-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  #c-header .c-right-box {
    margin-right: 0.2rem;
  }
}
#c-header.c-head-move {
  top: -105px;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -60px;
  }
}
#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 .c-header-box {
  box-shadow: none;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header .c-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-logo {
    left: 5%;
    transform: translate(0, -50%);
  }
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 33px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 23px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
#c-header .c-switch {
  position: relative;
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #333;
  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 {
  margin-left: 0.75rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn .c-search {
  cursor: pointer;
  position: relative;
  padding-right: 0.24rem;
  color: #333;
  display: flex;
}
#c-header .c-gn .c-search svg {
  width: 22px;
  height: auto;
}
#c-header .c-gn .c-search::after {
  content: '';
  position: absolute;
  right: 0;
  background: #d6d6d6;
  width: 1px;
  height: 0.28rem;
  top: 50%;
  transform: translateY(-50%);
}
#c-header .c-gn .c-language {
  margin: 0 0 0 0.22rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn .c-language .c-ico-text {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-language .c-ico-text span {
  margin: 0 0.05rem;
  transition: all 0.4s;
}
#c-header .c-gn .c-language .c-ico-text img,
#c-header .c-gn .c-language .c-ico-text svg {
  color: #333;
  width: 25px;
  height: 25px;
  transition: 0.4s;
  vertical-align: middle;
}
#c-header .c-gn .c-language .c-box {
  display: none;
  position: absolute;
  z-index: 100;
  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-box a {
  display: block;
  padding: 0 20px;
  color: #333;
  border-radius: 5px;
}
#c-header .c-gn .c-language .c-box a:hover {
  color: var(--color);
  background: #f8f9fc;
}
#c-header .c-gn .c-language:hover .c-ico-text {
  color: var(--color);
}
#c-header .c-gn .c-language:hover .c-ico-text svg {
  color: var(--color);
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone img,
#c-header .c-gn .c-phone svg {
  margin: 0 0.1rem 0 0;
  width: 20px;
  height: 20px;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone svg {
  color: var(--color);
}
@media (max-width: 991px) {
  #c-header .c-gn-md {
    display: flex !important;
    margin-left: 0;
    margin-top: 0.4rem;
    padding: 0 5vw;
  }
  #c-header .c-gn-md .c-search svg {
    width: 18px;
  }
  #c-header .c-gn-md .c-language .c-ico-text img,
  #c-header .c-gn-md .c-language .c-ico-text svg {
    width: 20px;
    height: 20px;
  }
}
#c-header .c-nav {
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  height: 100%;
  position: relative;
  margin-right: 0.44rem;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0.2rem;
  }
}
#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 {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 8px;
  height: 8px;
  transition: all 0.4s;
}
#c-header .c-nav > li > .c-title-box:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--color);
  transition: 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;
  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 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
#c-header.c-style2 .c-nav li.on > .c-title-box,
#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-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 5vw;
  border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 14px;
  height: 14px;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: var(--color);
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 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 {
  position: relative;
  z-index: 10;
  color: #fff;
  /* background: -webkit-linear-gradient(to bottom, #fe5f00, #fdb585);
	background: linear-gradient(to bottom, #fe5f00, #fdb585); */
  background: linear-gradient(to bottom, #fe5f00, #ff7d2f 80%, #fdb585);
}
@media (max-width: 767px) {
  #c-footer {
    margin-top: 0;
  }
}
#c-footer .foot_bj {
  position: absolute;
  width: 100%;
  height: 0.5rem;
  color: var(--color2);
  bottom: calc(100% - 1px);
  left: 0;
  z-index: 20;
}
@media (max-width: 991px) {
  #c-footer .foot_bj {
    height: 0.3rem;
  }
}
@media (max-width: 767px) {
  #c-footer .foot_bj {
    height: 0.6rem;
  }
}
#c-footer .foot_bj.pub_box_top2 {
  color: #fff;
}
#c-footer .foot_bj img,
#c-footer .foot_bj svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #c-footer .foot_bj img,
  #c-footer .foot_bj svg {
    object-fit: cover;
  }
}
#c-footer a {
  color: #fff;
  transition: 0.4s;
}
#c-footer a:hover {
  color: #fff !important;
}
#c-footer .c-top-box {
  padding: 0.94rem 0 1.3rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 0.7rem 0 0.5rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .footimg {
  padding-bottom: 0.34rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  margin: 0 auto 0.8rem;
  width: 99.47058824%;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .footimg {
    margin-bottom: 0.4rem;
  }
}
#c-footer .c-top-box .container .footimg img {
  width: 100%;
}
#c-footer .c-top-box .container .foot_a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .foot_a {
    flex-direction: column;
  }
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.14rem;
  color: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
}
#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);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li a {
  color: rgba(255, 255, 255, 0.58);
}
#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: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#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 .gbox1 {
  margin-bottom: 0.24rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  #c-footer .c-bottom-box .container .gbox1 {
    flex-direction: column;
  }
}
#c-footer .c-bottom-box .container .gbox1 .gl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1420px) {
  #c-footer .c-bottom-box .container .gbox1 .gl {
    width: 60%;
  }
}
@media (max-width: 1260px) {
  #c-footer .c-bottom-box .container .gbox1 .gl {
    width: 100%;
  }
}
#c-footer .c-bottom-box .container .gbox1 .gl .item {
  margin-right: 0.42rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
#c-footer .c-bottom-box .container .gbox1 .gl .item i {
  margin-right: 0.12rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 22px;
  color: #fff;
}
@media (max-width: 1260px) {
  #c-footer .c-bottom-box .container .gbox1 .gl .item i {
    height: 20px;
  }
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .gbox1 .gl .item i {
    height: 18px;
  }
}
#c-footer .c-bottom-box .container .gbox1 .gl .item i svg,
#c-footer .c-bottom-box .container .gbox1 .gl .item i img {
  width: auto;
  height: 100%;
}
#c-footer .c-bottom-box .container .gbox1 .gl .item i svg path,
#c-footer .c-bottom-box .container .gbox1 .gl .item i img path {
  fill: var(--color);
}
#c-footer .c-bottom-box .container .gbox1 .gl .item p {
  color: #fff;
}
#c-footer .c-bottom-box .container .gbox1 .gr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: 0.3rem;
  width: 30%;
}
@media screen and (max-width: 1420px) {
  #c-footer .c-bottom-box .container .gbox1 .gr {
    width: 40%;
  }
}
@media (max-width: 1260px) {
  #c-footer .c-bottom-box .container .gbox1 .gr {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }
}
#c-footer .c-bottom-box .container .gbox1 .gr .item {
  margin-bottom: 0.1rem;
  margin-right: 0.58rem;
  display: flex;
  align-items: center;
}
#c-footer .c-bottom-box .container .gbox1 .gr .item:last-child {
  margin-right: 0;
}
#c-footer .c-bottom-box .container .gbox1 .gr .item img {
  margin-right: 0.13rem;
  width: 0.3rem;
  height: auto;
}
#c-footer .c-bottom-box .container .gbox2 {
  width: 100%;
  padding: 0.17rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .gbox2 {
    flex-direction: column-reverse;
  }
}
#c-footer .c-bottom-box .container .gbox2 .gl {
  display: flex;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .gbox2 .gl {
    width: 100%;
  }
}
#c-footer .c-bottom-box .container .gbox2 .gl .glbox2 {
  margin-right: 0.8rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .gbox2 .gl .glbox2 {
    margin: 0;
  }
}
#c-footer .c-bottom-box .container .gbox2 .gl .glbox2 a {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0.28rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .gbox2 .gl .glbox2 a {
    margin: 0 0.3rem 0 0;
    display: block;
  }
}
#c-footer .c-bottom-box .container .gbox2 .gl .g_a {
  display: flex;
  flex-wrap: wrap;
}
#c-footer .c-bottom-box .container .gbox2 .gl .g_a a {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 0.25rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .gbox2 .gr {
    margin-bottom: 0.1rem;
  }
}
#c-footer .c-bottom-box .container .gbox2 .gr .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-bottom-box .container .gbox2 .gr .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.1rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.4s;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .gbox2 .gr .c-ico a {
    width: 0.72rem;
    height: 0.72rem;
    margin: 0 0.1rem;
  }
}
#c-footer .c-bottom-box .container .gbox2 .gr .c-ico a img,
#c-footer .c-bottom-box .container .gbox2 .gr .c-ico a svg {
  width: 42.30769231%;
  height: auto;
}
#c-footer .c-bottom-box .container .gbox2 .gr .c-ico a:hover {
  background: var(--color);
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  color: #fff;
  transform: rotate(-90deg);
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
  color: #333;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close:hover {
  color: #fff;
  background-color: var(--color);
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/*首页内容1*/
.c-home1 {
  overflow: hidden;
}
.c-home1 .swiper-slide {
  overflow: hidden;
}
.c-home1 .swiper-slide .c-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh + 0.5rem);
  height: calc(100svh + 0.5rem);
  height: calc(100dvh + 0.5rem);
}
.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;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
}
.c-home1 .swiper-slide .c-wrap .ban_box {
  margin-bottom: 2.8rem;
  position: relative;
  display: inline-flex;
  color: #fff;
}
.c-home1 .swiper-slide .c-wrap .ban_box .img1 {
  position: absolute;
  left: -0.34rem;
  top: -0.22rem;
  width: 0.37rem;
  height: auto;
}
.c-home1 .swiper-slide .c-wrap .ban_box .img2 {
  position: absolute;
  bottom: 0.08rem;
  right: 0;
  width: 0.37rem;
  height: auto;
}
.c-home1 .swiper-slide .c-wrap .ban_box p {
  line-height: 1.05;
  width: 4em;
  font-size: 0.66rem;
}
.c-home1 .swiper-button-next,
.c-home1 .swiper-button-prev {
  margin-top: -0.2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0.5;
  transition: 0.4s;
  right: 0.6rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .c-home1 .swiper-button-next,
  .c-home1 .swiper-button-prev {
    display: none;
  }
}
.c-home1 .swiper-button-next::after,
.c-home1 .swiper-button-prev::after {
  display: none;
}
.c-home1 .swiper-button-next img,
.c-home1 .swiper-button-prev img,
.c-home1 .swiper-button-next svg,
.c-home1 .swiper-button-prev svg {
  width: 50%;
  height: 50%;
}
.c-home1 .swiper-button-next:hover,
.c-home1 .swiper-button-prev:hover {
  opacity: 1;
  background: #fff;
  color: var(--color);
}
.c-home1 .swiper-button-prev {
  left: 0.6rem;
  transform: rotate(180deg);
}
.c-home1 .swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0.4rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination {
    bottom: 0.6rem;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  width: 0.6rem;
  height: 3px;
  vertical-align: top;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.3rem;
  }
}
.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 div {
  animation-name: width100;
}
/* 自己的公共样式 */
/*过渡*/
a {
  text-decoration: initial;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
/* 字体 */
@font-face {
  font-family: 'ali-m';
  src: url(../font/AlibabaPuHuiTi-3-65-Medium.otf);
}
@font-face {
  font-family: 'ali-r';
  src: url(../font/AlibabaPuHuiTi-3-55-Regular.otf);
}
@font-face {
  font-family: 'ali-b';
  src: url(../font/AlibabaPuHuiTi-3-85-Bold.otf);
}
@font-face {
  font-family: 'pop-sb';
  src: url(../font/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: 'pop-m';
  src: url(../font/Poppins-Medium.ttf);
}
.font-m {
  font-family: 'ali-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-r {
  font-family: 'ali-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-b {
  font-family: 'ali-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-pop-sb {
  font-family: 'pop-sb', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-pop-m {
  font-family: 'pop-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.img_hover img {
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -webkit-transition: all 0.8s;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s;
  /* Opera */
}
.pro_show_js_con * {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/*延迟*/
.sy_t_box:nth-child(2),
.xinw_nr_box:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(3),
.xinw_nr_box:nth-child(3) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(4),
.xinw_nr_box:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(5) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
}
.team_box:hover {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wow_up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* 普通移入效果 */
.hov_08 {
  transition: all 0.4s;
}
.hov_08:hover {
  opacity: 0.8;
}
/* 粘性布局调整 */
.sticky_top {
  top: 0 !important;
}
@media screen and (max-width: 1440px) {
  .sticky_top {
    top: 60px;
  }
}
/* 移入图片切换 */
.img_qh .img2 {
  display: none;
}
.img_qh:hover .img1 {
  display: none;
}
.img_qh:hover .img2 {
  display: block;
}
/* pc和移动端的隐藏显示 */
.xs,
.xs2 {
  display: block;
}
.yc,
.yc2 {
  display: none;
}
@media (max-width: 767px) {
  .xs,
  .xs2 {
    display: none;
  }
  .yc,
  .yc2 {
    display: block;
  }
}
.g_xs {
  display: block;
}
.g_yc {
  display: none;
}
@media (max-width: 767px) {
  .g_xs {
    display: none;
  }
  .g_yc {
    display: block;
  }
}
.g_pc {
  display: block;
}
.g_md {
  display: none;
}
@media (max-width: 767px) {
  .g_pc {
    display: none;
  }
  .g_md {
    display: block;
  }
}
/* 图片移入效果 */
.img_hover:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
}
/* banner中间小图标 */
.banner_sb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: 18px;
  height: auto;
  z-index: 100;
  object-fit: contain;
  animation: moveh 3s infinite linear;
  -webkit-animation: moveh 3s infinite linear;
}
@keyframes moveh {
  0% {
    bottom: 0.5rem;
  }
  50% {
    bottom: 0.3rem;
  }
  100% {
    bottom: 0.5rem;
  }
}
/* 子页面分隔 */
.gw {
  height: 100px;
  width: 100%;
  background: #fff;
}
.gw.on {
  height: 81px;
}
@media screen and (max-width: 1440px) {
  .gw {
    height: 60px;
  }
  .gw.on {
    height: 61px;
  }
}
.ceshi {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font38 {
    font-size: 36px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 50px;
  }
  .font56 {
    font-size: 52px;
  }
  .font60,
  .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font38,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 14px;
  }
  .font18,
  .font20 {
    font-size: 15px;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 16px;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 17px;
  }
  .font36,
  .font38,
  .font40 {
    font-size: 20px;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 23px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font80 {
    font-size: 24px;
  }
  .font50 {
    font-size: 24px !important;
  }
}
/*延迟*/
.yanchi1 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  /* Safari 和 Chrome */
}
.yanchi2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.yanchi3 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.yanchi4 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.yanchi5 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi6 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.yanchi7 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.yanchi8 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi9 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.yanchi10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.yanchi11 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.yanchi12 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.yanchi13 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi14 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi15 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi16 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.yanchi17 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.yanchi18 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi19 {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
.yanchi20 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
/* 缓动效果 */
@-webkit-keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp200 {
  -webkit-animation-name: slideInUp200;
  animation-name: slideInUp200;
}
@-webkit-keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp100 {
  -webkit-animation-name: slideInUp100;
  animation-name: slideInUp100;
}
@-webkit-keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp50 {
  -webkit-animation-name: slideInUp50;
  animation-name: slideInUp50;
}
@-webkit-keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp40 {
  -webkit-animation-name: slideInUp40;
  animation-name: slideInUp40;
}
@-webkit-keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp30 {
  -webkit-animation-name: slideInUp30;
  animation-name: slideInUp30;
}
@-webkit-keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp20 {
  -webkit-animation-name: slideInUp20;
  animation-name: slideInUp20;
}
@keyframes fadeInDown20 {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown20 {
  animation-name: fadeInDown20;
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.ptb110 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ptb90 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ptb60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .ptb120 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ptb110 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .ptb100 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb90 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb80 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
/* 导航设置 */
/* 默认导航栏颜色 */
/* 默认字体颜色 */
/* 默认svg颜色 */
/* 移入导航栏颜色 */
/* 移入导航栏字体和svg颜色 */
/* 移入文字字体和svg颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 show_nav */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
/* 导航 */
nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background: none;
  border-bottom: 1px solid rgba(222, 229, 236, 0.5);
  /* show_nav 子页面导航class */
  /* nav_on 导航不在顶部后移入加上移除去掉的class */
  /* nav_on2 导航不在顶部后固定的class */
  /* 搜索下拉 */
}
@media (max-width: 1260px) {
  nav {
    background: #fff;
  }
}
nav.show_nav {
  background: none;
}
nav.show_nav .nav_top {
  background: none;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_top {
    background: var(--color);
  }
}
@media (max-width: 1260px) {
  nav.show_nav .xs {
    display: block;
  }
}
@media (max-width: 1260px) {
  nav.show_nav .yc {
    display: none;
  }
}
nav.show_nav svg {
  color: #fff;
}
nav.show_nav svg path {
  fill: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav svg path {
    fill: #fff;
  }
}
nav.show_nav .nav_ljbox .nav_l_box .logo .xs {
  display: none;
}
nav.show_nav .nav_ljbox .nav_l_box .logo .yc {
  display: block;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p {
  color: #fff;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg {
  color: #fff;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg path {
  fill: #fff;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p {
  color: var(--color) !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p::after {
  background: var(--color) !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg {
  color: var(--color) !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg path {
  fill: var(--color) !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box {
  /* 语言 */
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn {
  border-color: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn {
    border-color: var(--color);
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p {
  color: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p {
    color: var(--color);
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p,
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
  color: #fff !important;
}
nav.nav_on,
nav.nav_on2 {
  background: #fff;
}
nav.nav_on svg,
nav.nav_on2 svg {
  color: #333;
}
nav.nav_on svg path,
nav.nav_on2 svg path {
  fill: #333;
}
nav.nav_on .nav_top,
nav.nav_on2 .nav_top {
  background: var(--color);
}
nav.nav_on .nav_ljbox .nav_l_box .logo .xs,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .xs {
  display: none;
}
nav.nav_on .nav_ljbox .nav_l_box .logo .yc,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .yc {
  display: block;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
  color: #333 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p {
  color: #333 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg {
  color: #333 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg path,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg path {
  fill: #333;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a > p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a > p {
  color: var(--color) !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a > p::after,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a > p::after {
  background: var(--color) !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a svg,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a svg {
  color: var(--color) !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a svg path,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a svg path {
  fill: var(--color) !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box {
  /* 语言 */
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn {
  border-color: var(--color);
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p {
  color: var(--color);
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p,
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
  color: #333 !important;
}
@media (max-width: 1260px) {
  nav.nav_on #g-header .c-switch i,
  nav.nav_on2 #g-header .c-switch i {
    background: #333;
  }
}
nav .nav_top {
  transition: all 0.4s;
  background: var(--color);
  height: 40px;
}
nav .nav_top .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav .nav_top .container a {
  color: #fff;
  margin-left: 0.4rem;
}
nav .nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 100px;
  margin: auto;
  /* logo */
  /* 导航右侧 */
}
@media screen and (max-width: 1440px) {
  nav .nav_ljbox {
    height: 60px;
  }
}
@media (max-width: 1260px) {
  nav .nav_ljbox {
    width: 100%;
    padding: 0 5%;
  }
}
nav .nav_ljbox .nav_l_box .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_l_box .logo .xs {
    display: none;
  }
  nav .nav_ljbox .nav_l_box .logo .yc {
    display: block;
  }
}
nav .nav_ljbox .nav_l_box .logo img {
  width: 1.8rem;
  height: auto;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo img {
    width: 2.4rem;
  }
}
nav .nav_ljbox .nav_l_box .logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
@media (max-width: 1580px) {
  nav .nav_ljbox .nav_l_box .logo p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
}
nav .nav_ljbox .nav_r_box {
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box {
    display: flex;
  }
}
nav .nav_ljbox .nav_r_box .nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  /* 导航右边内容 */
}
nav .nav_ljbox .nav_r_box .nav_r .navbox {
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li {
  height: 100%;
  position: relative;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on2 {
  position: initial;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a > p {
  color: var(--color) !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p::after,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a > p::after {
  width: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a svg {
  color: var(--color) !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg path,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a svg path {
  fill: var(--color) !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .xs,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .xs {
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .yc,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .yc {
  display: block;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .img1,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .img1 {
  display: none !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .img2,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .img2 {
  display: block !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
  color: #fff;
  margin: 0 0.23rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
    margin: 0 0.1rem;
    color: #333;
  }
}
@media (max-width: 991px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
    font-size: 12px;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > svg {
  width: 6px;
  height: auto;
  position: absolute;
  right: -11px;
  color: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a .img2 {
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p {
  transition: all 0.4s;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p::after {
  transition: all 0.4s;
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  left: 50%;
  background: var(--color);
  transform: translateX(-50%);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box {
  height: 100%;
  display: flex;
  align-items: center;
  /* 语言 */
  /* 搜索 */
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl {
  margin: 0 0.43rem 0 0.73rem;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan {
  margin-right: 0.26rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan:hover .nav_lan_box p,
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan:hover .nav_lan_box svg {
  color: var(--color);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg {
  color: #fff;
  margin-right: 0.19rem;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
  color: #fff;
  flex-shrink: 0;
  width: 6px;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box {
  width: 100%;
  height: 100%;
  padding: 0.05rem 0.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a {
  margin: 3px 0;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: var(--color);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search {
  position: relative;
  width: 2rem;
  /* background: #fff; */
  /* border-radius: 5px; */
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a {
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a svg {
  color: #333;
  width: 15px;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a svg path {
  fill: #333;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search form {
  padding: 0 0 0.1rem 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b2b2b2;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search form button {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search form button svg {
  color: #164f9a;
  margin-left: 0.1rem;
  width: 19px;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search form button svg path {
  fill: #164f9a;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search form input {
  width: 100%;
}
nav .g_navsearch {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  display: none;
}
nav .g_navsearch .container {
  padding: 0.6rem 0 1rem;
  position: relative;
}
@media (max-width: 767px) {
  nav .g_navsearch .container {
    padding-bottom: 0.6rem;
  }
}
nav .g_navsearch .f_close {
  position: absolute;
  right: 0.8rem;
  top: 0.96rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  nav .g_navsearch .f_close {
    right: 0;
    top: 0.3rem;
    width: 16px;
    height: 16px;
  }
}
nav .g_navsearch .f_close img {
  width: 100%;
  float: left;
}
nav .g_navsearch .f_close img:nth-child(2) {
  display: none;
}
nav .g_navsearch .f_close svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  color: #808080;
}
nav .g_navsearch .f_close svg path {
  fill: #808080;
}
nav .g_navsearch .f_close:hover {
  transform: rotate(90deg);
}
nav .g_navsearch .f_cont {
  max-width: 1000px;
  margin: 0 auto;
}
nav .g_navsearch .f_cont .fz_title {
  margin-bottom: 1.36rem;
}
@media (max-width: 767px) {
  nav .g_navsearch .f_cont .fz_title {
    margin-bottom: 0.6rem;
  }
}
nav .g_navsearch .f_cont .f_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  margin-bottom: 0.36rem;
  border-bottom: 1px solid rgba(194, 194, 194, 0.15);
}
@media (max-width: 767px) {
  nav .g_navsearch .f_cont .f_form {
    padding-bottom: 0.3rem;
  }
}
nav .g_navsearch .f_cont .f_form input {
  width: calc(100% - 26px);
  padding-right: 0.26rem;
  padding-left: 10px;
}
@media (max-width: 767px) {
  nav .g_navsearch .f_cont .f_form input {
    width: calc(100% - 0.36rem);
  }
}
nav .g_navsearch .f_cont .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555555;
}
nav .g_navsearch .f_cont .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
}
nav .g_navsearch .f_cont .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555555;
}
nav .g_navsearch .f_cont .f_form .f_sub {
  overflow: hidden;
  width: 26px;
}
@media (max-width: 767px) {
  nav .g_navsearch .f_cont .f_form .f_sub {
    width: 0.36rem;
  }
}
nav .g_navsearch .f_cont .f_form .f_sub img {
  float: left;
  width: 100%;
}
nav .g_navsearch .f_cont .f_form .f_sub svg {
  color: #444444;
  width: 100%;
}
nav .g_navsearch .f_cont .f_form .f_sub svg path {
  fill: #444444;
}
nav .g_navsearch .f_cont .f_form .f_sub:hover svg {
  color: var(--color);
}
nav .g_navsearch .f_cont .f_form .f_sub:hover svg path {
  fill: var(--color);
}
nav .g_navsearch .f_cont .f_jut {
  display: flex;
  line-height: 24px;
  align-items: flex-start;
  line-height: 36px;
}
@media (max-width: 1580px) {
  nav .g_navsearch .f_cont .f_jut {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  nav .g_navsearch .f_cont .f_jut {
    line-height: 26px;
  }
}
nav .g_navsearch .f_cont .f_jut .name {
  fill: 0 0 auto;
  margin-top: 1px;
  display: block;
  padding-right: 0.2rem;
}
nav .g_navsearch .f_cont .f_jut .f_list {
  fill: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
nav .g_navsearch .f_cont .f_jut .f_list .li {
  margin-bottom: 10px;
  color: #555555;
  background-color: #f1f1f1;
  border-radius: 18px;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0.22rem;
  margin-right: 0.16rem;
}
@media (max-width: 1580px) {
  nav .g_navsearch .f_cont .f_jut .f_list .li {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  nav .g_navsearch .f_cont .f_jut .f_list .li {
    border-radius: 13px;
  }
}
nav .g_navsearch .f_cont .f_jut .f_list .li:hover {
  color: #ffffff;
  background-color: var(--color);
}
/* 导航各种效果 */
.nav1_none {
  top: -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: #333;
  -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);
}
/* banner */
@media (max-width: 1260px) {
  .h_banner .h_banner_swi {
    height: 100%;
  }
}
.h_banner .swiper-slide {
  overflow: hidden;
}
.h_banner .h_b_box {
  position: relative;
  width: 100%;
  height: var(--vh);
}
@media (max-width: 1260px) {
  .h_banner .h_b_box {
    height: calc(var(--vh) - 60px);
  }
}
@media (max-width: 767px) {
  .h_banner .h_b_box {
    height: 10rem;
  }
}
.h_banner .h_b_box .h_b_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.h_banner .h_b_box .h_b_txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0.6rem;
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p1 {
  visibility: hidden;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p2 {
  visibility: hidden;
  margin-top: 0.15rem;
  color: #fff;
}
.h_banner .h_b_box .h_b_txt .container .public-btn {
  visibility: hidden;
  margin-top: 0.56rem;
}
.h_banner .home_pag {
  bottom: 0.66rem;
}
.h_banner .home_pag .swiper-pagination-bullet {
  min-width: 1.8rem;
  height: auto;
  color: #fff;
  background: none;
  border-radius: 0;
  opacity: 1;
  padding-top: 0.16rem;
  position: relative;
  margin: 0 0.1rem;
}
.h_banner .home_pag .swiper-pagination-bullet span {
  opacity: 0.64;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet span {
    font-size: 0.24rem;
  }
}
.h_banner .home_pag .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet::after {
    height: 1px;
  }
}
.h_banner .home_pag .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0s;
  height: 3px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet::before {
    height: 1px;
  }
}
.h_banner .home_pag .swiper-pagination-bullet-active span {
  opacity: 1;
}
.h_banner .home_pag .swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 5.8s;
}
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h_b_img .img1 {
  z-index: 1;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
}
.h_b_img .img2 {
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.h_b_img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
/* 底部导航 */
.foot_nav {
  margin-right: 1.68rem;
}
.foot_nav a {
  transition: all 0.4s;
}
.foot_nav a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .foot_nav {
    margin: 0 ;
  }
}
.foot_nav:last-child {
  margin-right: 0;
}
.foot_nav .a_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.foot_nav .a_tit.on svg,
.foot_nav .a_tit.on img {
  transform: rotate(90deg);
}
.foot_nav .a_tit a {
  text-transform: uppercase;
  color: #fff;
}
.foot_nav .a_tit svg,
.foot_nav .a_tit img {
  transition: all 0.4s;
  width: 5px;
  height: auto;
  display: none;
  color: #fff;
}
@media (max-width: 767px) {
  .foot_nav .a_tit svg,
  .foot_nav .a_tit img {
    display: block;
  }
}
.foot_nav .a_tit svg path,
.foot_nav .a_tit img path {
  fill: #fff;
}
@media (max-width: 767px) {
  .foot_nav ul {
    display: none;
    padding-bottom: 0.2rem;
  }
}
.foot_nav ul li {
  margin-bottom: 0.12rem;
}
.foot_nav ul li a {
  color: #999;
}
/* 网站地图 */
.g-mapon {
  padding: 1.1rem 0 3.14rem;
}
.g-mapon .g-tit {
  text-align: center;
}
.g-mapon .g-tit h2 {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .g-mapon .g-tit h2 {
    font-size: 0.48rem;
  }
}
.g-mapon .box {
  background: #fff;
  margin-top: 0.1rem;
}
.g-mapon .box .item {
  display: flex;
  padding: 0.45rem 0 0.3rem;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
@media (max-width: 767px) {
  .g-mapon .box .item {
    flex-direction: column;
  }
}
.g-mapon .box .item a:hover {
  color: var(--color) !important;
}
.g-mapon .box .item .g-la {
  font-weight: bold;
  width: 2.5rem;
  margin-bottom: 0.15rem;
  flex-shrink: 0;
  color: #222;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-la {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
}
.g-mapon .box .item .g-twa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.g-mapon .box .item .g-twa a {
  min-width: 1.8rem;
  margin-right: 0.2rem;
  margin-bottom: 0.15rem;
  padding-right: 0.2rem;
  color: #000;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-twa a {
    min-width: auto;
  }
}
/* 404 */
.notbox404 {
  padding: 0.5rem 0 1.2rem;
}
.notbox404 .notbox404_box {
  text-align: center;
  width: 90%;
  margin: auto;
}
.notbox404 .notbox404_box > img {
  margin-bottom: 0.75rem;
  width: 6rem;
}
@media (max-width: 991px) {
  .notbox404 .notbox404_box > img {
    width: 90%;
  }
}
.notbox404 .notbox404_box .notbox404_con .txt {
  margin: 0.25rem 0 0.6rem;
}
.notbox404 .notbox404_box .notbox404_con .txt span {
  color: var(--color);
}
/* 免责声明 */
.g-pri {
  padding: 1.1rem 0 3rem;
}
.g-pri .box .tit {
  margin-bottom: 0.35rem;
  text-align: center;
}
.g-pri .box .tit h2 {
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.g-pri .box .tit .g-p {
  display: flex;
  justify-content: center;
}
.g-pri .box .tit .g-p p {
  color: #999;
  margin: 0 0.18rem;
}
.g-pri .box .public-content h3 {
  font-size: 24px;
}
.g-pri .box .public-content .p1 {
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .p1:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .p1:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box {
  display: flex;
}
@media (max-width: 767px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box {
    flex-direction: column;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span {
  flex-shrink: 0;
  color: #222;
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul {
  padding: 0;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul li {
  list-style: none;
}
.pub_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.pub_title.pub_title2 {
  align-items: flex-start;
  text-align: left;
  width: auto;
}
.pub_title.pub_title_white h2 {
  color: #fff;
}
.pub_title.pub_title_white > p {
  color: #fff;
  width: 5.6rem;
}
.pub_title h2 {
  color: var(--color);
  line-height: 1.1;
}
.pub_title > p,
.pub_title > div {
  width: 51.76470588%;
  margin-top: 0.2rem;
  color: #666;
  line-height: 1.66666667;
}
@media (max-width: 991px) {
  .pub_title > p,
  .pub_title > div {
    width: 100% !important;
  }
}
.pub_title .pub_btn_line,
.pub_title .pub_btn {
  margin-top: 0.38rem;
}
.pub_btn_line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
}
.pub_btn_line:hover i {
  /* transform: translateX(5px); */
}
.pub_btn_line:hover i svg path,
.pub_btn_line:hover i img path {
  fill: var(--color);
}
.pub_btn_line:hover::after {
  animation: mov1 0.4s 1 forwards;
}
.pub_btn_line::after {
  content: '';
  height: 2px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  transition: all 0.4s;
}
.pub_btn_line i {
  margin-left: 0.11rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .pub_btn_line i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .pub_btn_line i {
    width: 0.26rem;
  }
}
.pub_btn_line i svg,
.pub_btn_line i img {
  color: var(--color);
  width: 100%;
  height: auto;
}
.pub_btn_line i svg path,
.pub_btn_line i img path {
  fill: #111;
  transition: all 0.4s;
}
.pub_btn_line p {
  color: var(--color);
  position: relative;
  z-index: 5;
  transition: all 0.4s;
}
@keyframes mov1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.pub_btn {
  min-width: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 0.52rem;
  padding: 0 0.2rem;
  border-radius: 100px;
  overflow: hidden;
  background: var(--color);
  border: 1px solid transparent;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .pub_btn {
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .pub_btn {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.pub_btn:hover i {
  transform: translateX(5px);
}
.pub_btn:hover i svg path,
.pub_btn:hover i img path {
  fill: var(--color);
}
.pub_btn i {
  margin-left: 0.14rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: auto;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .pub_btn i {
    width: 11px;
  }
}
@media (max-width: 767px) {
  .pub_btn i {
    width: 9px;
  }
}
.pub_btn i svg,
.pub_btn i img {
  width: 100%;
  height: auto;
}
.pub_btn i svg path,
.pub_btn i img path {
  fill: #111;
  transition: all 0.4s;
}
.pub_btn p {
  color: #fff;
  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;
}
.pub_btn4 {
  background: #fdf6e9;
}
.pub_btn4:hover {
  background: var(--color);
}
.pub_btn4:hover p {
  color: #fff;
}
.pub_btn4 p {
  color: var(--color);
}
@media screen and (max-width: 1440px) {
  #c-placeholder {
    height: 60px;
  }
}
/* 二级 */
/* .nav_two_tit{display: flex;align-items: center;justify-content: space-between;}
.nav_two_tit>a{color: #666 !important;display: block;padding-left: 20px;line-height: 40px;}
.nav_two_tit svg{width: 8px;height: auto;color: #666;}
.nav_two_tit svg path{fill: #666;}
.nav_three{display: none;}
.nav_three>a{color: #999 !important;display: block;padding-left: 30px;line-height: 36px;} */
/* 开始 */
.pub_box_top {
  position: absolute;
  width: 100%;
  height: 0.5rem;
  color: var(--color2);
  bottom: 100%;
  left: 0;
  z-index: 20;
}
.pub_box_top.pub_box_top2 {
  color: #fff;
}
.pub_box_top.pub_box_top3 {
  top: calc(100% - 1px);
  bottom: auto;
}
@media (max-width: 767px) {
  .pub_box_top.pub_box_top3 {
    top: calc(100% - 9px);
  }
}
@media (max-width: 767px) {
  .pub_box_top.pub_box_top3 svg {
    height: 0.5rem;
  }
}
.pub_box_top svg {
  width: 100%;
}
@media (max-width: 767px) {
  .pub_box_top svg {
    height: 160%;
  }
}
.hon {
  position: relative;
  z-index: 10;
  background: var(--color2);
  padding: 1.05rem 0 1.75rem;
}
@media (max-width: 767px) {
  .hon {
    padding: 1.05rem 0;
  }
}
.hon .container .box {
  margin-top: 0.82rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hon .container .box {
    flex-direction: column;
  }
}
.hon .container .box .item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc((100% - 0.4rem)/3);
}
@media (max-width: 767px) {
  .hon .container .box .item {
    width: 100%;
    margin-bottom: 0.3rem;
    flex-direction: column !important;
  }
}
.hon .container .box .item:nth-child(2n) {
  flex-direction: column-reverse;
}
.hon .container .box .item:nth-child(2n) .public-img {
  margin: 0.35rem 0 0;
}
.hon .container .box .item .public-img {
  margin-bottom: 0.35rem;
  border-radius: 0.26rem;
}
@media (max-width: 767px) {
  .hon .container .box .item .public-img {
    margin: 0 0 0.35rem !important;
  }
}
.hon .container .box .item .public-img:before {
  padding-top: 79.42238267%;
}
.hon .container .box .item .public-img:hover img {
  transform: scale(1.05);
}
.hon .container .box .item .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 3.68rem;
  border-radius: 0.26rem;
  background: #fff;
  padding: 0.3rem 0.58rem 0.5rem 0.36rem;
}
.hon .container .box .item .txt .txt_box p {
  color: #999;
  margin-top: 0.15rem;
}
.hon .container .box .item .txt .num {
  margin-top: 0.2rem;
  color: var(--color);
}
.hon .container .box .item .txt .num p {
  font-size: 0.7rem;
  line-height: 0.8;
}
.htw {
  position: relative;
  padding: 0.96rem 0 1.2rem;
}
@media (max-width: 767px) {
  .htw {
    padding: 0.9rem 0;
  }
}
.htw .tit {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .htw .tit {
    flex-direction: column;
  }
}
.htw .tit .htw_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 66.82352941%;
}
@media (max-width: 767px) {
  .htw .tit .htw_nav {
    width: 100%;
    margin: 0.4rem 0;
  }
}
@media (max-width: 767px) {
  .htw .tit .htw_nav .swiper {
    padding-bottom: 0.2rem;
  }
}
.htw .tit .htw_nav .swiper-scrollbar {
  display: none;
}
.htw .tit .htw_nav .swiper-slide {
  width: auto;
}
.htw .tit .htw_nav .swiper-slide a {
  transition: all 0.4s;
  min-width: 1.8rem;
  height: 0.6rem;
  background: var(--color2);
  border-radius: 100px;
  margin: 0 0 0 0.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .htw .tit .htw_nav .swiper-slide a {
    height: 0.8rem;
    padding: 0 0.3rem;
  }
}
.htw .tit .htw_nav .swiper-slide a:hover {
  color: var(--color);
}
.htw .tit .htw_nav .swiper-slide.on a {
  background: var(--color);
  color: #fff;
}
.htw .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.11rem;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .htw .box {
    margin: 0 ;
  }
}
.htw .box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.22rem;
  padding: 0 0.11rem;
}
@media (max-width: 991px) {
  .htw .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .htw .box .item {
    width: 100%;
    padding: 0;
  }
}
.htw .box .item .itembox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.26rem;
  overflow: hidden;
}
.htw .box .item .itembox .public-img:before {
  padding-top: 137.36462094%;
}
.htw .box .item .itembox .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.56rem 0.3rem;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  color: #fff;
}
.htw .box .item .itembox .txt p {
  margin-top: 0.05rem;
  opacity: 0.8;
}
.hth {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .hth .public-img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.hth .public-img:before {
  padding-top: 44.01041667%;
}
.hth .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .hth .box {
    position: relative;
    padding: 1rem 0;
  }
}
.hth .box .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hth .box .container .pub_title {
  width: 100%;
}
.hth .box .container .pub_title .pub_btn {
  margin-top: 0.85rem;
}
.hfo {
  padding: 1.48rem 0 1.24rem;
  background: var(--color2);
}
@media (max-width: 767px) {
  .hfo {
    padding: 1rem 0 1.1rem;
  }
}
.hfo .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hfo .box .item {
  border-radius: 0.26rem;
  margin-bottom: 0.3rem;
  width: calc(50% - 0.15rem);
  display: flex;
  justify-content: space-between;
  background: #fff;
}
@media (max-width: 991px) {
  .hfo .box .item {
    width: 100% !important;
  }
}
.hfo .box .item:nth-child(4n),
.hfo .box .item:nth-child(4n - 1) {
  flex-direction: row-reverse;
}
.hfo .box .item:nth-child(4n) .txt,
.hfo .box .item:nth-child(4n - 1) .txt {
  padding: 0.5rem 0.75rem 0.42rem 0.4rem;
}
.hfo .box .item:nth-child(4n - 1) {
  background: #fdc040;
}
.hfo .box .item:nth-child(4n - 1) .txt .h3 h3 {
  color: #fff;
}
.hfo .box .item:nth-child(4n - 1) .txt .txt_box .g_p {
  color: rgba(255, 255, 255, 0.7);
}
.hfo .box .item:nth-child(4n - 1) .txt .txt_box .pub_btn_line::after {
  background: #fff;
}
.hfo .box .item:nth-child(4n - 1) .txt .txt_box .pub_btn_line p {
  color: #fff;
}
.hfo .box .item:nth-child(4n - 1) .txt .txt_box .pub_btn_line i svg {
  color: #fff;
}
.hfo .box .item:nth-child(4n - 2) {
  background: #fe5f00;
}
.hfo .box .item:nth-child(4n - 2) .txt .h3 h3 {
  color: #fff;
}
.hfo .box .item:nth-child(4n - 2) .txt .txt_box .g_p {
  color: rgba(255, 255, 255, 0.7);
}
.hfo .box .item:nth-child(4n - 2) .txt .txt_box .pub_btn_line::after {
  background: #fff;
}
.hfo .box .item:nth-child(4n - 2) .txt .txt_box .pub_btn_line p {
  color: #fff;
}
.hfo .box .item:nth-child(4n - 2) .txt .txt_box .pub_btn_line i svg {
  color: #fff;
}
.hfo .box .item:hover .public-img img {
  transform: scale(1.05);
}
.hfo .box .item .public-img {
  width: 47.90419162%;
  border-radius: 0.26rem;
}
.hfo .box .item .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 52.09580838%;
  padding: 0.5rem 0.54rem 0.42rem 0.74rem;
}
@media (max-width: 767px) {
  .hfo .box .item .txt {
    padding: 0.3rem 0.2rem !important;
  }
}
.hfo .box .item .txt .h3 h3 {
  transition: all 0.4s;
}
.hfo .box .item .txt .txt_box {
  margin-top: 0.2rem;
}
.hfo .box .item .txt .txt_box .g_p {
  color: #999;
}
.hfo .box .item .txt .txt_box .pub_btn_line {
  margin-top: 0.52rem;
}
/* 产品业务中心保健品业务 */
.sub_banner {
  overflow: hidden;
  height: calc(100vh + 0.5rem);
  width: 100%;
  position: relative;
}
.sub_banner .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc .g_img {
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner .mob_pc .g_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.sub_banner .sub_banner_txt {
  padding: 1.9rem 0 1.17rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.sub_banner .sub_banner_txt .container2 {
  padding-top: 0.7rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #fff;
}
.sub_banner .sub_banner_txt .container2 .ban_t {
  width: 100%;
}
.sub_banner .sub_banner_txt .container2 .ban_t .tit h2 {
  line-height: 1.1;
}
.sub_banner .sub_banner_txt .container2 .ban_t .sub_banner_p {
  width: 3.66rem;
  margin-top: 0.26rem;
}
.sub_banner .sub_banner_txt .container2 .ban_t .pub_btn {
  margin-top: 0.77rem;
}
.sub_banner .sub_banner_txt .container2 .ban_b {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .sub_banner .sub_banner_txt .container2 .ban_b .swiper {
    padding-bottom: 0.3rem;
  }
}
.sub_banner .sub_banner_txt .container2 .ban_b .swiper .swiper-slide {
  width: auto;
}
.sub_banner .sub_banner_txt .container2 .ban_b .swiper .swiper-slide.on a {
  background: var(--color);
  color: #fff !important;
}
.sub_banner .sub_banner_txt .container2 .ban_b .swiper .swiper-slide a {
  min-width: 2.2rem;
  height: 0.72rem;
  margin: 0 0.1rem;
  background: #fff;
  border-radius: 100px;
  color: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.sub_banner .sub_banner_txt .container2 .ban_b .swiper .swiper-slide a:hover {
  color: var(--color);
}
.heaon {
  background: var(--color2);
  position: relative;
  padding: 0.7rem 0 1.75rem;
}
@media (max-width: 767px) {
  .heaon {
    padding: 0.7rem 0 1.05rem;
  }
}
.heaon .heaon_nav {
  margin-bottom: 0.28rem;
  display: inline-flex;
  background: #fff;
  padding: 0.05rem;
  border-radius: 100px;
}
.heaon .heaon_nav a {
  cursor: pointer;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
  padding: 0 0.2rem;
  min-width: 1.24rem;
  background: #fff;
  margin-right: 5px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .heaon .heaon_nav a {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.heaon .heaon_nav a:hover {
  color: var(--color);
}
.heaon .heaon_nav a.on {
  background: var(--color);
  color: #fff;
}
.heaon .heaon_nav a:last-child {
  margin-right: 0;
}
.heaon .box .heaon_it {
  display: none;
}
.heaon .box .heaon_it .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
  background: #fff;
  padding: 0.22rem;
  border-radius: 0.26rem;
}
@media (max-width: 767px) {
  .heaon .box .heaon_it .item {
    flex-direction: column-reverse !important;
  }
}
.heaon .box .heaon_it .item:hover .public-img img {
  transform: scale(1.05);
}
.heaon .box .heaon_it .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.heaon .box .heaon_it .item:nth-child(2n) .gl {
  padding: 0 0.58rem 0 1.08rem;
}
@media (max-width: 991px) {
  .heaon .box .heaon_it .item:nth-child(2n) .gl {
    padding: 0 0.28rem 0 0.48rem;
  }
}
.heaon .box .heaon_it .item .gl {
  width: 53.2967033%;
  padding: 0 1.4rem 0 0.28rem;
}
@media (max-width: 991px) {
  .heaon .box .heaon_it .item .gl {
    padding: 0 0.4rem 0 0.28rem;
  }
}
@media (max-width: 767px) {
  .heaon .box .heaon_it .item .gl {
    width: 100%;
    padding: 0.3rem 0 !important;
  }
}
.heaon .box .heaon_it .item .gl .txt {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.6rem;
}
.heaon .box .heaon_it .item .gl .txt h3 {
  margin-bottom: 0.13rem;
}
.heaon .box .heaon_it .item .gl .txt p {
  color: #666;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .heaon .box .heaon_it .item .gl .txt p {
    padding: 0;
  }
}
.heaon .box .heaon_it .item .gl .g_p {
  padding: 0.12rem 0 0 0.1rem;
}
.heaon .box .heaon_it .item .gl .g_p p {
  margin-top: 0.24rem;
  display: block;
  position: relative;
  padding-left: 0.25rem;
}
.heaon .box .heaon_it .item .gl .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color);
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .heaon .box .heaon_it .item .gl .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.heaon .box .heaon_it .item .gr {
  width: 46.7032967%;
}
@media (max-width: 767px) {
  .heaon .box .heaon_it .item .gr {
    width: 100%;
  }
}
.heaon .box .heaon_it .item .gr .public-img {
  border-radius: 0.26rem;
}
.heaon .box .heaon_it .item .gr .public-img:before {
  padding-top: 61.02941176%;
}
.heatw {
  position: relative;
}
.heatw .box {
  padding: 0.55rem 0 1.77rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .heatw .box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .heatw .box {
    padding: 0.55rem 0 1.27rem;
  }
}
.heatw .box .gl {
  width: 50%;
}
@media (max-width: 991px) {
  .heatw .box .gl {
    width: 100%;
  }
}
.heatw .box .gr {
  width: 43%;
  padding: 0.3rem 1.24rem 0 0;
}
@media (max-width: 991px) {
  .heatw .box .gr {
    width: 100%;
    padding: 0.3rem 0 0 0;
  }
}
.heatw .box .gr .tit {
  margin-bottom: 0.44rem;
}
.heatw .box .gr .tit h2 {
  margin-bottom: 0.12rem;
}
.heatw .box .gr .tit p {
  color: #666;
}
.heatw .box .gr .rbox2 {
  margin-bottom: 0.6rem;
}
.heatw .box .gr .rbox2 h3 {
  color: var(--color);
}
.heatw .box .gr .rbox2 .g_p p {
  margin-top: 0.24rem;
  display: block;
  position: relative;
  padding-left: 0.25rem;
}
.heatw .box .gr .rbox2 .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color);
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .heatw .box .gr .rbox2 .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.heatw .box .gr .rbox3 h3 {
  margin-bottom: 0.14rem;
  color: var(--color);
}
.heatw .box .gr .rbox3 p {
  color: #666;
}
.cuson {
  position: relative;
  width: 100%;
  padding: 1.25rem 0 2.2rem;
  background: var(--color2);
}
@media (max-width: 767px) {
  .cuson {
    padding: 1rem 0;
  }
}
.cuson .container2 {
  position: relative;
  /* padding: 0 0 2rem; */
  height: 100%;
  /* .g_svg{
			width: 100%;
			height: 100%;
			svg{
				width: 100%;
				height: 100%;
				overflow: visible;
				.notsvg{
					
					@media @max-xs{
						transform: scale(0.5);
					}
					
				}
			}
		} */
  /* .box{
			padding-bottom: 1.8rem;
			width: 100%;
			display: flex;
			flex-direction: column;
			align-items: center;
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translate(-50%,-50%);
			@media @max-xs{
				padding: 0;
			}
			.pub_title{
				p{
					width: 4.9rem;
					@media @max-sm{
						width: 70% !important;
					}
				}
			}
			.pub_btn_lx{
				margin-top: 0.48rem;
			}
		} */
}
@media (max-width: 991px) {
  .cuson .container2 {
    width: 86%;
  }
}
.cuson .container2 .box {
  margin-top: 0.85rem;
}
@media (max-width: 767px) {
  .cuson .container2 .box {
    margin-top: 0.5rem;
  }
}
.cuson .container2 .box .cuson_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .cuson .container2 .box .cuson_con {
    justify-content: center;
  }
}
.cuson .container2 .box .cuson_con .item {
  background: #fff;
  border-radius: 50%;
  width: 14.86666667%;
}
@media (max-width: 767px) {
  .cuson .container2 .box .cuson_con .item {
    width: 30%;
    margin: 0 1.5% 0.4rem;
  }
}
.cuson .container2 .box .pub_tc {
  text-align: center;
}
.cuson .container2 .box .pub_tc .pub_btn_lx {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cuson .container2 .box .pub_tc .pub_btn_lx {
    margin-top: 0.5rem;
  }
}
.pub_btn_lx {
  min-width: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 0.52rem;
  padding: 0 0.2rem;
  border-radius: 100px;
  overflow: hidden;
  background: var(--color);
  border: 1px solid transparent;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .pub_btn_lx {
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .pub_btn_lx {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.pub_btn_lx:hover {
  opacity: 0.8;
}
.pub_btn_lx:hover i svg path,
.pub_btn_lx:hover i img path {
  fill: var(--color);
}
.pub_btn_lx.pub_btn_lx2 {
  background: var(--color2);
}
.pub_btn_lx.pub_btn_lx2 i {
  color: var(--color);
}
.pub_btn_lx.pub_btn_lx2 p {
  color: var(--color);
}
.pub_btn_lx i {
  margin-right: 0.14rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: auto;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .pub_btn_lx i {
    width: 15px;
  }
}
@media (max-width: 767px) {
  .pub_btn_lx i {
    width: 12px;
  }
}
.pub_btn_lx i svg,
.pub_btn_lx i img {
  width: 100%;
  height: auto;
}
.pub_btn_lx i svg path,
.pub_btn_lx i img path {
  fill: #111;
  transition: all 0.4s;
}
.pub_btn_lx p {
  margin-bottom: 2px;
  color: #fff;
  position: relative;
  z-index: 5;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pub_btn_lx p {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .g_qie {
    display: none;
  }
}
.g_qie .pub_nav {
  width: 0.65rem;
  height: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color2);
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.g_qie .pub_nav:after {
  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: 32.30769231%;
  height: auto;
}
.g_qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
  transition: all 0.4s;
}
.g_qie .pub_prev {
  left: 0.98rem;
}
@media (max-width: 1260px) {
  .g_qie .pub_prev {
    left: 0.5rem;
  }
}
.g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.g_qie .pub_next {
  right: 0.98rem;
}
@media (max-width: 1260px) {
  .g_qie .pub_next {
    right: 0.5rem;
  }
}
.g_qie2 .pub_prev {
  left: -0.98rem;
}
@media (max-width: 1260px) {
  .g_qie2 .pub_prev {
    left: -0.7rem;
  }
}
.g_qie2 .pub_next {
  right: -0.98rem;
}
@media (max-width: 1260px) {
  .g_qie2 .pub_next {
    right: -0.7rem;
  }
}
.custw {
  background: #fff;
  position: relative;
  padding: 0.84rem 0 1.02rem;
}
.custw .box {
  overflow: hidden;
}
.custw .box .container2 {
  position: relative;
  margin-top: 0.5rem;
  padding: 0 0.3rem;
}
.custw .box .swiper {
  overflow: initial;
}
.custw .box .swiper .custw_box {
  display: block;
  height: 5.16rem;
  position: relative;
  border-radius: 0.26rem;
}
@media (max-width: 1580px) {
  .custw .box .swiper .custw_box {
    height: 6.16rem;
  }
}
@media (max-width: 767px) {
  .custw .box .swiper .custw_box {
    height: auto;
  }
}
.custw .box .swiper .custw_box .public-img {
  height: 100%;
  border-radius: 0.26rem;
}
.custw .box .swiper .custw_box .public-img:before {
  padding-top: 53.9748954%;
}
@media (max-width: 767px) {
  .custw .box .swiper .custw_box .public-img:before {
    padding-top: 60%;
  }
}
.custw .box .swiper .custw_box .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0.64rem 0.62rem;
  color: #fff;
}
@media (max-width: 767px) {
  .custw .box .swiper .custw_box .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.4rem 0.32rem;
  }
}
.custw .box .swiper .custw_box .txt .txt_box h3 {
  margin-bottom: 0.14rem;
}
@media (max-width: 767px) {
  .custw .box .swiper .custw_box .txt .txt_box p {
    font-size: 12px;
  }
}
.custw .box .swiper .custw_box .txt .pub_btn {
  margin-top: 0.65rem;
}
.custw .box .swiper .swiper-slide {
  width: 32.22222222%;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .custw .box .swiper .swiper-slide {
    width: 100%;
  }
}
.custw .box .swiper .swiper-slide-active {
  width: 66.31944444%;
}
@media (max-width: 991px) {
  .custw .box .swiper .swiper-slide-active {
    width: 100%;
  }
}
.custw .box .swiper .swiper-slide-active .custw_box .txt .pub_btn {
  background: #fff;
}
.custw .box .swiper .swiper-slide-active .custw_box .txt .pub_btn i {
  color: var(--color);
}
.custw .box .swiper .swiper-slide-active .custw_box .txt .pub_btn p {
  color: var(--color);
}
.custw .box .g_swi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.custw .box .g_swi .pub_nav {
  margin-top: 0;
  position: initial;
  transform: translateY(0%);
  /* background: none; */
}
.custw .box .g_swi .pub_nav svg {
  color: #333;
}
.custw .box .g_swi .pub_nav:hover {
  background: var(--color);
}
.custw .box .g_swi .pub_nav:hover svg {
  color: #fff;
}
.custw .box .g_swi .swip2_pag {
  margin: 0 0.42rem;
  position: initial;
  width: auto;
}
.custw .box .g_swi .swip2_pag span {
  transition: all 0.4s;
  margin: 0 0.16rem;
}
.custh {
  position: relative;
}
.custh .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.custh .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custh .container2 {
  position: relative;
  z-index: 10;
  padding: 1.66rem 0;
  min-height: 8.76rem;
}
@media (max-width: 767px) {
  .custh .container2 {
    padding: 1rem 0;
  }
}
.custh .container2 .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .custh .container2 .box {
    margin: 0.5rem 0 0;
  }
}
.custh .container2 .box .item {
  width: calc(1/4*100%);
  margin-bottom: 0.2rem;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .custh .container2 .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .custh .container2 .box .item {
    width: 100%;
    padding: 0;
  }
}
.custh .container2 .box .item .itembox {
  min-height: 2.78rem;
  padding: 0.35rem 0.37rem 0.34rem;
  border-radius: 0.26rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .custh .container2 .box .item .itembox {
    flex-direction: row;
    min-height: auto;
    align-items: center;
  }
}
.custh .container2 .box .item .itembox .gt i {
  margin-bottom: 0.14rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.35rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .custh .container2 .box .item .itembox .gt i {
    width: 0.4rem;
  }
}
@media (max-width: 767px) {
  .custh .container2 .box .item .itembox .gt i {
    width: 0.5rem;
  }
}
.custh .container2 .box .item .itembox .gt i svg,
.custh .container2 .box .item .itembox .gt i img {
  width: 100%;
  height: auto;
}
.custh .container2 .box .item .itembox .gt i svg path,
.custh .container2 .box .item .itembox .gt i img path {
  fill: var(--color);
}
.custh .container2 .box .item .itembox .gt p {
  color: #666;
}
.custh .container2 .box .item .itembox .gb .item_t {
  align-items: flex-start;
  display: flex;
}
.custh .container2 .box .item .itembox .gb .item_t .g_num {
  line-height: 1;
  align-items: center;
  display: flex;
}
.custh .container2 .box .item .itembox .gb .item_t > span {
  margin-left: 0.07rem;
  font-weight: bold;
  line-height: 1;
}
.cusfo {
  background: #fff;
  position: relative;
  padding: 0.8rem 0 2.2rem;
}
@media (max-width: 767px) {
  .cusfo {
    padding: 0.6rem 0 1.5rem;
  }
}
.cusfo .box {
  position: relative;
  margin-top: 0.65rem;
}
.cusfo .box .swiper .cusfo_box .public-img {
  border-radius: 0.26rem;
}
.cusfo .box .swiper .cusfo_box .public-img:before {
  padding-top: 65.8436214%;
}
.cusfo .box .swiper .cusfo_box .txt {
  margin-top: 0.45rem;
}
.cusfo .box .swiper .cusfo_box .txt .g_h3 {
  margin-bottom: 0.2rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  justify-content: space-between;
}
.cusfo .box .swiper .cusfo_box .txt .g_h3 img {
  flex-shrink: 0;
  margin: 0 0.18rem 0 0.2rem;
  width: auto;
  height: 0.32rem;
}
.cusfo .box .swiper .cusfo_box .txt .g_p {
  padding-right: 0.33rem;
}
.cusfo .box .swiper .cusfo_box .txt .g_p p {
  color: #666;
}
.cusfo .box .g_qie .pub_nav {
  top: 31%;
}
/* 猫大力品牌 */
.powon {
  position: relative;
}
.powon .box {
  padding: 0.85rem 0 1.4rem;
}
@media (max-width: 767px) {
  .powon .box {
    padding: 0.7rem 0 1rem;
  }
}
.powon .box .container2 .powon_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media (max-width: 767px) {
  .powon .box .container2 .powon_box {
    margin: 0 ;
  }
}
.powon .box .container2 .item {
  width: calc(1/4*100%);
  margin-bottom: 0.2rem;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .powon .box .container2 .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .powon .box .container2 .item {
    width: 100%;
    padding: 0;
  }
}
.powon .box .container2 .item .itembox {
  background: #fff;
  border-radius: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0.3rem 0.71rem;
  height: 3.65rem;
  text-align: center;
}
.powon .box .container2 .item .itembox i {
  margin-bottom: 0.3rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.52rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .powon .box .container2 .item .itembox i {
    width: 0.6rem;
  }
}
@media (max-width: 767px) {
  .powon .box .container2 .item .itembox i {
    width: 0.7rem;
  }
}
.powon .box .container2 .item .itembox i svg,
.powon .box .container2 .item .itembox i img {
  width: 100%;
  height: auto;
}
.powon .box .container2 .item .itembox i svg path,
.powon .box .container2 .item .itembox i img path {
  fill: var(--color);
}
.powon .box .container2 .item .itembox .txt h3 {
  margin-bottom: 0.14rem;
}
.powon .box .container2 .item .itembox .txt p {
  color: #999;
}
.powtw {
  padding: 0.75rem 0 1.8rem;
  position: relative;
  background: #fff;
}
.powtw .powtw_nav {
  /* margin-bottom: 0.28rem; */
  display: inline-flex;
  background: var(--color2);
  padding: 0.05rem;
  border-radius: 100px;
}
.powtw .powtw_nav a {
  cursor: pointer;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
  padding: 0 0.2rem;
  min-width: 1.24rem;
  margin-right: 5px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .powtw .powtw_nav a {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.powtw .powtw_nav a:hover {
  color: var(--color);
}
.powtw .powtw_nav a.on {
  background: var(--color);
  color: #fff;
}
.powtw .powtw_nav a:last-child {
  margin-right: 0;
}
.powtw .loading {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.powtw .loading i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .powtw .loading i {
    width: 0.6rem;
  }
}
@media (max-width: 767px) {
  .powtw .loading i {
    width: 0.7rem;
  }
}
.powtw .loading i svg,
.powtw .loading i img {
  width: 100%;
  height: auto;
}
.powtw .loading i svg path,
.powtw .loading i img path {
  fill: var(--color);
}
.powtw .loading p {
  margin-top: 0.18rem;
  color: #999;
}
.powtw_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  margin-top: 0.56rem;
}
@media (max-width: 767px) {
  .powtw_box {
    margin: 0.56rem 0 0;
  }
}
.powtw_box .item {
  width: calc(1/4*100%);
  margin-bottom: 0.25rem;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .powtw_box .item {
    width: 50%;
  }
}
.powtw_box .item .itembox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.26rem;
  overflow: hidden;
}
.powtw_box .item .itembox .public-img:before {
  padding-top: 137.11911357%;
}
.powtw_box .item .itembox .txt {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.35rem 0.3rem;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .powtw_box .item .itembox .txt {
    padding: 0.15rem 0.2rem;
  }
}
.powtw_box .item .itembox .txt p {
  opacity: 0.8;
}
/* 产品业务中心食品定制 */
@media (max-width: 767px) {
  .foodCus_banner {
    height: auto;
  }
}
.foodCus_banner .foodCus_banner_txt {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1.84rem 0 1.4rem;
}
@media (max-width: 767px) {
  .foodCus_banner .foodCus_banner_txt {
    position: relative;
  }
}
.foodCus_banner .foodCus_banner_txt .tit {
  text-align: center;
}
.foodCus_banner .foodCus_banner_txt .tit .item .tit_box {
  display: inline-block;
  position: relative;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .foodCus_banner .foodCus_banner_txt .tit .item .tit_box {
    width: 60%;
  }
}
.foodCus_banner .foodCus_banner_txt .tit .item .tit_box .p2 {
  line-height: 1.16666667;
  text-shadow: 3px 10px 9px rgba(254, 95, 0, 0.59);
}
.foodCus_banner .foodCus_banner_txt .tit .item .tit_box .g_step {
  width: 1.3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.8rem);
}
@media (max-width: 767px) {
  .foodCus_banner .foodCus_banner_txt .tit .item .tit_box .g_step {
    left: calc(100% + 0.1rem);
  }
}
.foodCus_banner .foodCus_banner_txt .tit .item .tit_box .g_step .p3 {
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 90%;
}
@media (max-width: 1260px) {
  .foodCus_banner .foodCus_banner_txt .tit .item .tit_box .g_step .p3 {
    font-size: 12px;
  }
}
.foodCus_banner .foodCus_banner_txt .tit .item .tit_box .g_step svg,
.foodCus_banner .foodCus_banner_txt .tit .item .tit_box .g_step img {
  width: 100%;
  height: auto;
}
.foodCus_banner .foodCus_banner_txt .tit .item .search_box {
  margin-top: 0.68rem;
  width: 7.4rem;
  height: 0.74rem;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .foodCus_banner .foodCus_banner_txt .tit .item .search_box {
    height: 0.8rem;
  }
}
.foodCus_banner .foodCus_banner_txt .tit .item .search_box input {
  padding: 0 0.44rem;
  width: 100%;
  color: #333;
}
.foodCus_banner .foodCus_banner_txt .tit .item .search_box input::-webkit-input-placeholder {
  color: #999;
}
.foodCus_banner .foodCus_banner_txt .tit .item .g_sel {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.foodCus_banner .foodCus_banner_txt .tit .item .g_sel .g_sel_it {
  margin: 0 0.31rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .foodCus_banner .foodCus_banner_txt .tit .item .g_sel .g_sel_it {
    margin: 0 0.2rem 0.2rem;
  }
}
.foodCus_banner .foodCus_banner_txt .tit .item .g_sel .g_sel_it.on i {
  background: var(--color);
  color: #fff;
}
.foodCus_banner .foodCus_banner_txt .tit .item .g_sel .g_sel_it i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  color: var(--color);
}
@media (max-width: 767px) {
  .foodCus_banner .foodCus_banner_txt .tit .item .g_sel .g_sel_it i {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.foodCus_banner .foodCus_banner_txt .tit .item .g_sel .g_sel_it i svg,
.foodCus_banner .foodCus_banner_txt .tit .item .g_sel .g_sel_it i img {
  width: 67%;
  height: auto;
}
.foodCus_banner .foodCus_banner_txt .tit .item .g_sel .g_sel_it i svg path,
.foodCus_banner .foodCus_banner_txt .tit .item .g_sel .g_sel_it i img path {
  fill: var(--color);
}
.foodCus_banner .foodCus_banner_txt .tit .item .g_sel .g_sel_it .g_sel_txt {
  width: 1rem;
  margin-top: 0.16rem;
  position: relative;
}
@media (max-width: 767px) {
  .foodCus_banner .foodCus_banner_txt .tit .item .g_sel .g_sel_it .g_sel_txt p {
    font-size: 12px;
  }
}
.foodCus_banner .foodCus_banner_txt .tit .item .g_sel .g_sel_it .g_sel_txt span {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  color: #222;
}
@media (max-width: 767px) {
  .foodCus_banner .foodCus_banner_txt .tit .item .g_sel .g_sel_it .g_sel_txt span {
    font-size: 12px;
  }
}
.foodCus_banner .foodCus_banner_txt .tit .item .powtw_box {
  width: calc((1070/1910)*100vw);
}
@media (max-width: 991px) {
  .foodCus_banner .foodCus_banner_txt .tit .item .powtw_box {
    width: 100%;
  }
}
.foodCus_banner .foodCus_banner_txt .tit .item .powtw_box .item {
  width: calc(1 / 4 * 100%);
}
@media (max-width: 767px) {
  .foodCus_banner .foodCus_banner_txt .tit .item .powtw_box .item {
    width: 50%;
  }
}
.foodCus_banner .foodCus_banner_txt .tit .item .powtw_box .item .itembox .txt {
  padding: 0.15rem 0.2rem;
}
.foodCus_banner .foodCus_banner_txt .tit .item .pub_btn {
  margin-top: 0.76rem;
}
.foodCus_banner .foodCus_banner_txt .cus_b {
  margin-top: 0.4rem;
}
.foodCus_banner .foodCus_banner_txt .cus_b a {
  cursor: pointer;
  margin: 0 0.64rem;
  position: relative;
  display: inline-flex;
}
.foodCus_banner .foodCus_banner_txt .cus_b a.on::after {
  opacity: 1;
}
.foodCus_banner .foodCus_banner_txt .cus_b a::after {
  content: '';
  position: absolute;
  width: calc(100% + 0.2rem);
  height: 8px;
  background: #fe5f00;
  border-radius: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}
.fcuson {
  background: #fff;
  position: relative;
  padding: 0.8rem 0 2.2rem;
}
@media (max-width: 767px) {
  .fcuson {
    padding: 0.6rem 0 1.5rem;
  }
}
.fcuson .box {
  position: relative;
  margin-top: 0.65rem;
}
.fcuson .box .swiper .item {
  width: 100%;
}
.fcuson .box .swiper .item .itembox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.26rem;
  overflow: hidden;
}
.fcuson .box .swiper .item .itembox .public-img:before {
  padding-top: 137.11911357%;
}
.fcuson .box .swiper .item .itembox .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.35rem 0.3rem;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .fcuson .box .swiper .item .itembox .txt {
    padding: 0.15rem 0.2rem;
  }
}
.fcuson .box .swiper .item .itembox .txt p {
  opacity: 0.8;
}
/* 产品业务中心系列介绍页 */
.pinfoon {
  display: flex;
  justify-content: space-between;
  height: 100vh;
}
@media (max-width: 991px) {
  .pinfoon {
    height: auto;
    flex-direction: column;
  }
}
.pinfoon .gl {
  width: 50%;
  height: 100%;
}
@media (max-width: 991px) {
  .pinfoon .gl {
    width: 100%;
  }
}
.pinfoon .gl .swiper {
  height: 100%;
}
.pinfoon .gl .swiper .public-img {
  height: 100%;
}
.pinfoon .gl .swiper .public-img:before {
  padding-top: 70%;
}
.pinfoon .gl .swiper .pub_nav {
  background: #fff;
}
.pinfoon .gl .swiper .pub_nav:hover {
  background: var(--color);
}
.pinfoon .gl .swiper .pub_prev {
  left: 0.4rem;
}
.pinfoon .gl .swiper .pub_next {
  right: 0.4rem;
}
.pinfoon .gl .swiper .swip2_pag {
  bottom: 0.25rem;
}
.pinfoon .gl .swiper .swip2_pag span {
  width: 0.14rem;
  height: 0.14rem;
  background: #fff;
  margin: 0 0.11rem;
  opacity: 1;
  transition: all 0.4s;
}
.pinfoon .gl .swiper .swip2_pag .swiper-pagination-bullet-active {
  background: var(--color);
}
.pinfoon .gr {
  width: 50%;
  height: 100%;
  background: #fff;
  padding: 2.25rem 2.6rem 0.2rem 1.18rem;
}
@media (max-width: 1260px) {
  .pinfoon .gr {
    padding: 2.25rem 0.6rem 0.2rem 0.3rem;
  }
}
@media (max-width: 991px) {
  .pinfoon .gr {
    width: 100%;
    padding: 0.4rem;
  }
}
.pinfoon .gr .txt {
  margin-top: 0.55rem;
}
.pinfoon .gr .txt h1 {
  line-height: 1.1;
  color: var(--color);
}
.pinfoon .gr .txt .g_p {
  margin-top: 0.25rem;
}
.pinfoon .gr .txt .g_p p {
  line-height: 1.66666667;
  color: #666666;
}
.pinfoon .gr .txt .g_a {
  margin-top: 1.08rem;
}
@media (max-width: 991px) {
  .pinfoon .gr .txt .g_a {
    margin-top: 0.4rem;
  }
}
.pinfoon .gr .txt .g_a .pub_btn_lx {
  margin-right: 0.1rem;
}
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-right: 0.1rem;
  color: #a6a9ad;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child {
  /* a{
				color: #333;
			} */
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p .g_sy svg {
  width: 12px;
  height: auto;
  margin-right: 0;
}
.crumbs p .g_sy svg path {
  fill: #666;
}
.crumbs p svg {
  color: #a6a9ad;
  width: 5px;
  height: auto;
  margin-right: 0.1rem;
}
.crumbs p svg path {
  fill: #666;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #fff;
  margin-right: 0.1rem;
}
.pinfotw {
  position: relative;
  background: var(--color2);
  padding: 1.4rem 0 1.05rem;
}
@media (max-width: 767px) {
  .pinfotw {
    padding: 1rem 0 0.8rem;
  }
}
.pinfotw .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.45rem -0.15rem 0;
}
@media (max-width: 767px) {
  .pinfotw .box {
    margin: 0.45rem 0 0;
  }
}
.pinfotw .box .item {
  /* width: calc(1/3*100%); */
  /* margin-bottom: 0.3rem; */
  /* padding: 0 0.15rem; */
  width: 100%;
}
@media (max-width: 991px) {
  .pinfotw .box .item {
    /* width: 50%; */
  }
}
@media (max-width: 767px) {
  .pinfotw .box .item {
    width: 100%;
    padding: 0;
  }
}
.pinfotw .box .item.item1 {
  width: 100%;
}
.pinfotw .box .item.item1 .itembox {
  display: flex;
  align-items: center;
  padding: 0.24rem 0.22rem;
}
@media (max-width: 767px) {
  .pinfotw .box .item.item1 .itembox {
    flex-direction: column;
  }
}
.pinfotw .box .item.item1 .itembox .public-img {
  width: 29.94505495%;
}
@media (max-width: 767px) {
  .pinfotw .box .item.item1 .itembox .public-img {
    width: 100%;
  }
}
.pinfotw .box .item.item1 .itembox .txt {
  margin-left: 1.4rem;
  text-align: left;
  width: 42.58241758%;
}
@media (max-width: 767px) {
  .pinfotw .box .item.item1 .itembox .txt {
    width: 100%;
    margin: 0;
  }
}
.pinfotw .box .item .itembox {
  background: #fff;
  border-radius: 0.26rem;
  padding: 0.24rem 0.22rem 0;
  display: block;
  width: 100%;
  height: 100%;
}
.pinfotw .box .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.pinfotw .box .item .itembox .public-img {
  border-radius: 0.26rem;
}
.pinfotw .box .item .itembox .public-img:before {
  padding-top: 69.36936937%;
}
.pinfotw .box .item .itembox .txt {
  text-align: center;
  padding: 0.1rem 0;
  /* height: 1.6rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}
@media (max-width: 767px) {
  .pinfotw .box .item .itembox .txt {
    padding: 0.3rem 0;
    height: auto;
  }
}
.pinfotw .box .item .itembox .txt p {
  margin-top: 0.12rem;
  color: #999;
}
.pinfotw .box .swiper {
  width: 100%;
  padding: 0 0 0.7rem;
}
.pinfotw .box .swip2_pag span {
  transition: all 0.4s;
  margin: 0 0.16rem;
}
.pinfoth {
  position: relative;
  padding: 2rem 0 2.15rem;
}
.pinfoth .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pinfoth .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pinfoth .container2 {
  position: relative;
  z-index: 10;
}
.pinfoth .box {
  position: relative;
  margin-top: 0.88rem;
}
.pinfoth .box .item {
  width: 100%;
}
.pinfoth .box .item .itembox {
  background: #fff;
  border-radius: 0.26rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0.75rem 0.3rem 0.3rem;
  height: 4.6rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .pinfoth .box .item .itembox {
    padding: 0.4rem 0.3rem 0.3rem;
  }
}
.pinfoth .box .item .itembox i {
  margin-bottom: 0.25rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.58rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .pinfoth .box .item .itembox i {
    width: 0.6rem;
  }
}
@media (max-width: 767px) {
  .pinfoth .box .item .itembox i {
    width: 0.7rem;
  }
}
.pinfoth .box .item .itembox i svg,
.pinfoth .box .item .itembox i img {
  width: 100%;
  height: auto;
}
.pinfoth .box .item .itembox i svg path,
.pinfoth .box .item .itembox i img path {
  fill: var(--color);
}
.pinfoth .box .item .itembox .txt {
  width: 100%;
}
.pinfoth .box .item .itembox .txt h3 {
  line-height: 1.2;
  margin-bottom: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.4em;
}
.pinfoth .box .item .itembox .txt p {
  color: #999;
  padding: 0 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media (max-width: 1260px) {
  .pinfoth .box .item .itembox .txt p {
    padding: 0;
  }
}
.pinfoth .box .g_qie .pub_nav {
  background: #fff;
}
.pinfoth .box .g_qie .pub_nav:hover {
  background: var(--color);
}
.pinfofo {
  position: relative;
  padding: 0.5rem 0 1.82rem;
  background: var(--color2);
}
.pinfofo .box {
  margin-top: 0.35rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pinfofo .box {
    flex-direction: column;
  }
}
.pinfofo .box .gl {
  width: 38.8%;
}
@media (max-width: 991px) {
  .pinfofo .box .gl {
    width: 100%;
  }
}
.pinfofo .box .gl ul li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.26rem 0.27rem 0.26rem 0.17rem;
  margin-bottom: 0.1rem;
  border-radius: 0.1rem;
  background: #fff;
}
.pinfofo .box .gl ul li:last-child {
  margin-bottom: 0;
}
.pinfofo .box .gl ul li.on {
  background: var(--color);
}
.pinfofo .box .gl ul li.on .g_top_l .g_tit span,
.pinfofo .box .gl ul li.on .g_top_l .g_tit p {
  color: #fff;
}
.pinfofo .box .gl ul li.on .g_xia .g_bjq p {
  color: rgba(255, 255, 255, 0.8);
}
.pinfofo .box .gl ul li.on .g_gb {
  transform: rotate(180deg);
}
.pinfofo .box .gl ul li .g_top_l {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.pinfofo .box .gl ul li .g_top_l .g_tit {
  display: flex;
  align-items: center;
}
.pinfofo .box .gl ul li .g_top_l .g_tit span {
  width: 0.36rem;
  color: #222;
  transition: all 0.4s;
}
.pinfofo .box .gl ul li .g_top_l .g_tit p {
  transition: all 0.4s;
  color: #666;
}
.pinfofo .box .gl ul li .g_gb {
  flex-shrink: 0;
  margin-left: 0.3rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--color2);
}
.pinfofo .box .gl ul li .g_gb svg,
.pinfofo .box .gl ul li .g_gb img {
  width: 35%;
  color: var(--color);
}
.pinfofo .box .gl ul li .g_xia {
  display: none;
}
.pinfofo .box .gl ul li .g_xia .g_bjq {
  padding: 0.08rem 0.1rem 0.14rem 0.36rem;
}
.pinfofo .box .gl ul li .g_xia .g_bjq p {
  transition: all 0.4s;
}
.pinfofo .box .gr {
  width: 60.13333333%;
}
@media (max-width: 991px) {
  .pinfofo .box .gr {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.pinfofo .box .gr .public-img {
  border-radius: 0.26rem;
}
.pinfofo .box .gr .public-img:before {
  padding-top: 71.03218646%;
}
.pinfofo .box .gr .public-img img {
  transition: all 0.4s;
  opacity: 0;
}
.pinfofo .box .gr .public-img img.on {
  opacity: 1;
  z-index: 10;
}
.pinfofi {
  overflow: hidden;
  position: relative;
  padding: 1.08rem 0 1.35rem;
}
@media (max-width: 767px) {
  .pinfofi {
    padding: 0.8rem 0 1rem;
  }
}
.pinfofi .box {
  margin-top: 0.42rem;
}
.pinfofi .box .bj1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12.84rem;
  height: 706px;
  pointer-events: none;
  z-index: 10;
  background: url(../images/pinfo15.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .pinfofi .box .bj1 {
    display: none;
  }
}
.pinfofi .box .bj2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12.61rem;
  height: 706px;
  pointer-events: none;
  z-index: 10;
  background: url(../images/pinfo16.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .pinfofi .box .bj2 {
    display: none;
  }
}
.pinfofi .box .item {
  margin-bottom: 0.15rem;
  display: flex;
  white-space: initial;
  line-height: 1.5;
}
.pinfofi .box .item .pinfofi_it {
  width: 488px;
  height: 290px;
  display: inline-block;
  margin-right: 0.18rem;
}
@media (max-width: 1260px) {
  .pinfofi .box .item .pinfofi_it {
    width: 388px;
    height: 240px;
  }
}
@media (max-width: 767px) {
  .pinfofi .box .item .pinfofi_it {
    width: 244px;
    height: 145px;
  }
}
.pinfofi .box .item .pinfofi_it .pinfofi_box {
  white-space: initial;
  border-radius: 0.26rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.45rem 0.48rem 0.36rem 0.4rem;
  background: var(--color2);
}
.pinfofi .box .item .pinfofi_it .pinfofi_box .txt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media (max-width: 767px) {
  .pinfofi .box .item .pinfofi_it .pinfofi_box .txt p {
    -webkit-line-clamp: 3;
  }
}
.pinfofi .box .item .pinfofi_it .pinfofi_box .g_tx {
  display: flex;
  align-items: center;
}
.pinfofi .box .item .pinfofi_it .pinfofi_box .g_tx img {
  width: 0.49rem;
  height: 0.49rem;
  border-radius: 50%;
  margin-right: 0.22rem;
}
.pinfofi .box .item .pinfofi_it .pinfofi_box .g_tx p {
  color: var(--color);
}
.pinfosi {
  position: relative;
}
@media (max-width: 991px) {
  .pinfosi .imgbj {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.pinfosi .imgbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pinfosi .container2 {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .pinfosi .container2 {
    position: relative;
    transform: translateX(0%);
    left: 0;
    padding: 1rem 0;
  }
}
.pinfosi .container2 .box {
  padding-bottom: 0.8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .pinfosi .container2 .box {
    padding: 0;
  }
}
.pinfosi .container2 .box .p2 {
  margin-top: 0.26rem;
}
.pinfosi .container2 .box form {
  margin-top: 0.28rem;
}
@media (max-width: 767px) {
  .pinfosi .container2 .box form {
    width: 100%;
  }
}
.pinfosi .container2 .box form .search_box {
  width: 7.4rem;
  height: 0.85rem;
  background: #fff;
  border: 2px solid #fdb07c;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pinfosi .container2 .box form .search_box {
    height: 1rem;
    width: 100%;
    border: 1px solid #fdb07c;
  }
}
.pinfosi .container2 .box form .search_box input {
  padding: 0 0.3rem;
  width: 100%;
  color: #333;
}
.pinfosi .container2 .box form .search_box input::-webkit-input-placeholder {
  color: var(--color);
}
.pinfosi .container2 .box form .search_box button {
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 0.3rem;
  width: 0.28rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 767px) {
  .pinfosi .container2 .box form .search_box button {
    width: 0.3rem;
  }
}
.pinfosi .container2 .box form .search_box button svg {
  width: 100%;
  height: auto;
}
.pinfosi .container2 .box form .search_box button svg path {
  fill: #9a9a9a;
}
.pinfose {
  padding: 1.26rem 0 1.65rem;
}
/* 海外定制业务&益和品牌页海外定制业务 */
.abron {
  background: var(--color2);
  position: relative;
}
.abron .box {
  overflow: hidden;
  padding: 1.9rem 0 1.74rem;
}
@media (max-width: 767px) {
  .abron .box {
    padding: 1.2rem 0 1.1rem;
  }
}
.abron .box .container2 {
  position: relative;
}
.abron .box .abron_img {
  width: 11.24rem;
  margin: auto;
  -webkit-mask-image: url(../images/abroad3.png);
  mask-image: url(../images/abroad3.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media (max-width: 991px) {
  .abron .box .abron_img {
    width: 100%;
  }
}
.abron .box .abron_img:before {
  padding-top: 92.17081851%;
}
.abron .box .abron_img img {
  transition: all 0s;
}
@media (max-width: 767px) {
  .abron .box .abron_con {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.abron .box .abron_con .item {
  position: absolute;
  z-index: 100;
  width: 3.2rem;
  height: 3.7rem;
}
@media (max-width: 767px) {
  .abron .box .abron_con .item {
    position: initial;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
}
.abron .box .abron_con .item .itembox {
  background: #fff;
  border-radius: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.52rem;
  text-align: center;
}
@media (max-width: 767px) {
  .abron .box .abron_con .item .itembox {
    padding: 0.4rem 0.71rem;
  }
}
.abron .box .abron_con .item .itembox i {
  margin-bottom: 0.35rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 50%;
  background: var(--color2);
  color: var(--color);
}
@media (max-width: 767px) {
  .abron .box .abron_con .item .itembox i {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.abron .box .abron_con .item .itembox i svg,
.abron .box .abron_con .item .itembox i img {
  width: 52.17391304%;
  height: auto;
}
.abron .box .abron_con .item .itembox i svg path,
.abron .box .abron_con .item .itembox i img path {
  fill: var(--color);
}
.abron .box .abron_con .item .itembox .txt h3 {
  line-height: 1.2;
  margin-bottom: 0.14rem;
}
.abron .box .abron_con .item .itembox .txt p {
  color: #999;
}
.abron .box .abron_con .item1 {
  top: 0.1rem;
  left: 3.2rem;
}
.abron .box .abron_con .item2 {
  top: 2.9rem;
  left: -0.6rem;
}
@media (max-width: 991px) {
  .abron .box .abron_con .item2 {
    left: -0.4rem;
  }
}
.abron .box .abron_con .item3 {
  top: 3.92rem;
  right: -0.9rem;
}
@media (max-width: 991px) {
  .abron .box .abron_con .item3 {
    right: -0.3rem;
  }
}
.abron .box .abron_con .item4 {
  top: 6.84rem;
  right: 2.9rem;
}
@media (max-width: 991px) {
  .abron .box .abron_con .item4 {
    top: 7.84rem;
    right: 3.6rem;
  }
}
.abrtw .abrtw_img {
  position: absolute;
  top: -0.3rem;
  left: 0;
  z-index: 30;
  pointer-events: none;
}
@media (max-width: 767px) {
  .abrtw .abrtw_img {
    top: 0;
    width: 3rem;
  }
}
/* 关于我们 */
.about_banner {
  overflow: hidden;
  height: calc(100vh + 0.5rem);
  width: 100%;
  position: relative;
}
.about_banner .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_banner .mob_pc .g_img {
  width: 100%;
  height: 100%;
}
.about_banner .mob_pc .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_banner .mob_pc .g_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.about_banner_txt {
  padding: 1.9rem 0 1.17rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.about_banner_txt .container2 {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
}
.about_banner_txt .container2 .ban_t {
  width: 100%;
}
.about_banner_txt .container2 .ban_t .tit h2 {
  line-height: 1.1;
}
.about_banner_txt .container2 .ban_t .sub_banner_p {
  width: 3.66rem;
  margin-top: 0.26rem;
}
.about_banner_txt .container2 .ban_t .pub_btn {
  margin-top: 0.77rem;
}
.about_banner_txt .container2 .ban_b {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .about_banner_txt .container2 .ban_b .swiper {
    padding-bottom: 0.3rem;
  }
}
.about_banner_txt .container2 .ban_b .swiper .swiper-slide {
  width: auto;
}
.about_banner_txt .container2 .ban_b .swiper .swiper-slide.on a {
  background: var(--color);
  color: #fff !important;
}
.about_banner_txt .container2 .ban_b .swiper .swiper-slide.on a i {
  color: #fff !important;
}
.about_banner_txt .container2 .ban_b .swiper .swiper-slide a {
  padding: 0 0.2rem;
  min-width: 2.2rem;
  height: 0.72rem;
  margin: 0 0.1rem;
  background: #fff;
  border-radius: 100px;
  color: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.about_banner_txt .container2 .ban_b .swiper .swiper-slide a:hover {
  color: var(--color);
}
.about_banner_txt .container2 .ban_b .swiper .swiper-slide a i {
  margin-right: 0.14rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  color: var(--color);
}
.about_banner_txt .container2 .ban_b .swiper .swiper-slide a i svg,
.about_banner_txt .container2 .ban_b .swiper .swiper-slide a i img {
  width: 100%;
  height: auto;
}
.about_banner_txt .container2 .ban_b .swiper .swiper-slide a i svg path,
.about_banner_txt .container2 .ban_b .swiper .swiper-slide a i img path {
  fill: var(--color);
}
.aboon {
  position: relative;
  background: var(--color2);
}
.aboon .imgbj {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.aboon .container2 {
  position: relative;
  z-index: 20;
}
.aboon .container2 .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 9rem;
  padding: 2rem 0 0.8rem;
}
@media (max-width: 1580px) {
  .aboon .container2 .box {
    min-height: 10rem;
  }
}
@media (max-width: 1260px) {
  .aboon .container2 .box {
    min-height: 9rem;
  }
}
@media (max-width: 991px) {
  .aboon .container2 .box {
    padding: 3rem 0 0.8rem;
  }
}
@media (max-width: 767px) {
  .aboon .container2 .box {
    min-height: initial;
  }
}
.aboon .container2 .box .aboon_con {
  margin-top: 0.4rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aboon .container2 .box .aboon_con {
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
}
.aboon .container2 .box .aboon_con .item {
  width: 16.26666667%;
}
@media (max-width: 991px) {
  .aboon .container2 .box .aboon_con .item {
    width: 19.33333333%;
  }
}
@media (max-width: 767px) {
  .aboon .container2 .box .aboon_con .item {
    width: 40%;
    margin-bottom: 0.4rem;
  }
}
.aboon .container2 .box .aboon_con .item .g_line {
  margin-bottom: 0.45rem;
  width: 100%;
  position: relative;
  height: 3px;
  background: #fff;
}
.aboon .container2 .box .aboon_con .item .g_line i {
  position: absolute;
  width: 21px;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--color);
  z-index: 10;
}
.aboon .container2 .box .aboon_con .item .item_box .item_t {
  align-items: flex-start;
  display: flex;
}
.aboon .container2 .box .aboon_con .item .item_box .item_t p {
  line-height: 1;
  font-weight: bold;
}
.aboon .container2 .box .aboon_con .item .item_box .item_t span {
  margin-left: 0.07rem;
  font-weight: bold;
  line-height: 1;
}
.aboon .container2 .box .aboon_con .item .item_box .item_b {
  margin-top: 0.1rem;
}
.aboon .container2 .box .aboon_con .item .item_box .item_b p {
  color: #666;
}
.abotw {
  position: relative;
}
.abotw .imgbj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.abotw .box {
  position: relative;
  z-index: 20;
  height: 100%;
}
.abotw .box .container2 {
  padding-bottom: 0.95rem;
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .abotw .box .container2 {
    min-height: initial;
    padding: 1rem 0;
  }
}
.abotw .box .container2 .abotw_con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem -0.1rem 0;
}
@media (max-width: 767px) {
  .abotw .box .container2 .abotw_con {
    margin: 0.6rem 0 0;
  }
}
.abotw .box .container2 .abotw_con .item {
  width: calc(1/3*100%);
  margin-bottom: 0.2rem;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .abotw .box .container2 .abotw_con .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .abotw .box .container2 .abotw_con .item {
    width: 100%;
    padding: 0;
  }
}
.abotw .box .container2 .abotw_con .item .itembox {
  background: #fff;
  border-radius: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0.2rem 0.3rem;
  height: 2.6rem;
  text-align: center;
}
.abotw .box .container2 .abotw_con .item .itembox i {
  margin-bottom: 0.2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.62rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .abotw .box .container2 .abotw_con .item .itembox i {
    width: 0.6rem;
  }
}
@media (max-width: 767px) {
  .abotw .box .container2 .abotw_con .item .itembox i {
    width: 0.7rem;
  }
}
.abotw .box .container2 .abotw_con .item .itembox i svg,
.abotw .box .container2 .abotw_con .item .itembox i img {
  width: 100%;
  height: auto;
}
.abotw .box .container2 .abotw_con .item .itembox i svg path,
.abotw .box .container2 .abotw_con .item .itembox i img path {
  fill: var(--color);
}
.abotw .box .container2 .abotw_con .item .itembox .txt h3 {
  margin-bottom: 0.06rem;
}
.abotw .box .container2 .abotw_con .item .itembox .txt p {
  color: #666;
}
.abofo {
  background: var(--color2);
  padding: 1.33rem 0 2rem;
  position: relative;
}
@media (max-width: 991px) {
  .abofo {
    padding: 1rem 0 1.4rem;
  }
}
.abofo .tit {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color);
  text-align: center;
}
@media (max-width: 991px) {
  .abofo .tit {
    position: initial;
    transform: translate(0%, 0%);
  }
}
@media (max-width: 767px) {
  .abofo .tit {
    font-size: 24px;
  }
}
.abofo .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 72.91666667%;
  margin: auto;
}
@media (max-width: 991px) {
  .abofo .box {
    width: 90%;
  }
}
.abofo .box .abofo_t {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .abofo .box .abofo_t {
    width: 100%;
    margin-top: 0.5rem;
    justify-content: flex-start;
  }
}
.abofo .box .abofo_t .img1 {
  width: 27.5%;
}
@media (max-width: 991px) {
  .abofo .box .abofo_t .img1 {
    display: none;
  }
}
.abofo .box .abofo_t .img2 {
  width: 27.28571429%;
}
@media (max-width: 991px) {
  .abofo .box .abofo_t .img2 {
    display: none;
  }
}
.abofo .box .abofo_t .abofo_con {
  margin-top: -0.54rem;
  padding: 0 0.34rem 0 0.54rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .abofo .box .abofo_t .abofo_con {
    padding: 0;
    justify-content: flex-end;
    margin: 0 auto 0.4rem;
    width: 100%;
    flex-direction: row-reverse;
  }
}
.abofo .box .abofo_t .abofo_con .txt p {
  color: #888888;
}
.abofo .box .abofo_t .abofo_con .public-img {
  width: 1.6rem;
  height: auto;
  flex-shrink: 0;
  margin-left: 0.65rem;
}
@media (max-width: 991px) {
  .abofo .box .abofo_t .abofo_con .public-img {
    margin: 0 0.65rem 0 0;
  }
}
@media (max-width: 767px) {
  .abofo .box .abofo_t .abofo_con .public-img {
    margin-right: 0.4rem !important;
  }
}
.abofo .box .abofo_m {
  width: 100%;
  padding: 0.11rem 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .abofo .box .abofo_m {
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.abofo .box .abofo_m .abofo_con2 {
  transform: translateX(-50%);
  width: 2.8rem;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .abofo .box .abofo_m .abofo_con2 {
    padding: 0 !important;
    transform: translateX(0%) !important;
    width: 100%;
    flex-direction: row !important;
    margin-bottom: 0.4rem;
  }
}
.abofo .box .abofo_m .abofo_con2:nth-child(2n) {
  padding-top: 0.1rem;
  flex-direction: column-reverse;
  transform: translateX(50%);
}
.abofo .box .abofo_m .abofo_con2:nth-child(2n) .public-img {
  margin: 0.25rem 0 0;
}
@media (max-width: 991px) {
  .abofo .box .abofo_m .abofo_con2 .txt {
    text-align: left;
  }
}
.abofo .box .abofo_m .abofo_con2 .txt p {
  color: #888888;
}
.abofo .box .abofo_m .abofo_con2 .public-img {
  width: 1.6rem;
  height: auto;
  flex-shrink: 0;
  margin-bottom: 0.25rem;
}
@media (max-width: 991px) {
  .abofo .box .abofo_m .abofo_con2 .public-img {
    margin: 0 0.65rem 0 0 !important;
  }
}
@media (max-width: 767px) {
  .abofo .box .abofo_m .abofo_con2 .public-img {
    margin-right: 0.4rem !important;
  }
}
.abofo .box .abofo_b {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .abofo .box .abofo_b {
    width: 100%;
  }
}
.abofo .box .abofo_b .img1 {
  width: 27.5%;
}
@media (max-width: 991px) {
  .abofo .box .abofo_b .img1 {
    display: none;
  }
}
.abofo .box .abofo_b .img2 {
  width: 27.28571429%;
}
@media (max-width: 991px) {
  .abofo .box .abofo_b .img2 {
    display: none;
  }
}
.abofo .box .abofo_b .abofo_con {
  transform: translateY(50%);
  padding: 0 0.5rem 0 0.1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .abofo .box .abofo_b .abofo_con {
    width: 100%;
    transform: translateY(0%);
    padding: 0;
  }
}
.abofo .box .abofo_b .abofo_con .txt p {
  color: #888888;
}
.abofo .box .abofo_b .abofo_con .public-img {
  width: 1.6rem;
  height: auto;
  flex-shrink: 0;
  margin-right: 0.45rem;
}
@media (max-width: 991px) {
  .abofo .box .abofo_b .abofo_con .public-img {
    margin-right: 0.65rem;
  }
}
@media (max-width: 767px) {
  .abofo .box .abofo_b .abofo_con .public-img {
    margin-right: 0.4rem;
  }
}
.abofi {
  position: relative;
  background: #fff;
}
.abofi .g_bjimg {
  position: relative;
}
.abofi .g_bjimg .img {
  width: 100%;
}
.abofi .g_bjimg .img img {
  width: 100%;
}
.abofi .g_bjimg .g_add {
  position: absolute;
  width: 1px;
  height: 1px;
}
.abofi .g_bjimg .g_add.on .g_ring .i1 {
  background: var(--color);
}
.abofi .g_bjimg .g_add.on .g_ring .i2 {
  animation: moveq 3s infinite linear;
}
.abofi .g_bjimg .g_add.on p {
  font-weight: bold;
}
.abofi .g_bjimg .g_add .g_ring {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abofi .g_bjimg .g_add .g_ring .i1 {
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  flex-shrink: 0;
  width: 0.16rem;
  height: 0.16rem;
  border: 0.04rem solid var(--color);
  background: #fff;
  border-radius: 50%;
  z-index: 10;
}
.abofi .g_bjimg .g_add .g_ring .i2 {
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  flex-shrink: 0;
  width: 0.16rem;
  height: 0.16rem;
  background: rgba(254, 95, 0, 0.7);
  border-radius: 50%;
}
.abofi .g_bjimg .g_add p {
  transition: all 0.4s;
  position: absolute;
  white-space: nowrap;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.abofi .g_bjimg .g_add_l p {
  left: auto;
  right: 0.2rem;
}
.abofi .container2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.8rem 0 1.7rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .abofi .container2 {
    position: initial;
    transform: translateX(0%);
  }
}
@media (max-width: 767px) {
  .abofi .container2 {
    flex-direction: column;
  }
}
.abofi .container2 .gl {
  width: 59.66666667%;
  margin-left: -0.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .abofi .container2 .gl {
    width: 100%;
    margin-left: 0;
  }
}
.abofi .container2 .gr {
  width: 40.93333333%;
  /* padding: 0.52rem 0 0; */
}
@media (max-width: 991px) {
  .abofi .container2 .gr {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .abofi .container2 .gr {
    width: 100%;
  }
}
.abofi .container2 .gr .gr_box {
  margin-top: 0.45rem;
}
.abofi .container2 .gr .gr_box .item {
  display: none;
}
.abofi .container2 .gr .gr_box .item .public-img {
  border-radius: 0.26rem;
  width: 80%;
}
@media (max-width: 991px) {
  .abofi .container2 .gr .gr_box .item .public-img {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .abofi .container2 .gr .gr_box .item .public-img {
    width: 58%;
  }
}
.abofi .container2 .gr .gr_box .item .public-img:before {
  padding-top: 50.3875969%;
}
.abofi .container2 .gr .gr_box .item .txt {
  padding: 0.4rem 0 0 0.1rem;
}
.abofi .container2 .gr .gr_box .item .txt p {
  margin-top: 0.1rem;
  color: #666;
  text-align: justify;
}
@keyframes moveq {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    -webkit-transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
/* 发展历程 */
.devon {
  padding: 0 0 1.2rem;
}
.devon .item {
  margin-bottom: 1.55rem;
}
@media (max-width: 767px) {
  .devon .item {
    margin-bottom: 0.7rem;
  }
}
.devon .item .tit {
  margin-bottom: 0.46rem;
}
.devon .item .tit span {
  color: var(--color);
}
.devon .item .tit h3 {
  margin-top: 4px;
  line-height: 1.1;
}
.devon .item .img.on .public-img {
  clip-path: inset(0 0 0 0);
}
.devon .item .img .public-img {
  transition: all 0.8s;
  clip-path: inset(0 100px 0 100px);
  margin-bottom: 0.8rem;
  border-radius: 0.26rem;
}
@media (max-width: 767px) {
  .devon .item .img .public-img {
    margin-bottom: 0.4rem;
    clip-path: inset(0 0 0 0);
  }
}
.devon .item .img .public-img:before {
  padding-top: 29.29411765%;
}
.devon .item .gbox {
  margin-top: 0.8rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .devon .item .gbox {
    margin-top: 0.4rem;
    flex-direction: column;
  }
}
.devon .item .gbox .gl {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  width: 34.4%;
}
@media (max-width: 767px) {
  .devon .item .gbox .gl {
    width: 100%;
    position: initial;
    margin-bottom: 0.4rem;
  }
}
.devon .item .gbox .gr {
  width: 47.66666667%;
}
@media (max-width: 767px) {
  .devon .item .gbox .gr {
    width: 100%;
  }
}
.devon .item .gbox .gr .g_it {
  padding: 0.4rem 0;
  display: flex;
  border-bottom: 1px solid #dfdcd5;
}
.devon .item .gbox .gr .g_it:first-child {
  padding-top: 0;
}
.devon .item .gbox .gr .g_it .year {
  padding-left: 0.1rem;
  width: 28.67132867%;
}
.devon .item .gbox .gr .g_it .g_it_r {
  width: 71.32867133%;
}
.devon .item .gbox .gr .g_it .g_it_r .g_p p {
  margin-bottom: 0.05rem;
  color: #666;
  display: block;
  position: relative;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .devon .item .gbox .gr .g_it .g_it_r .g_p p {
    padding-left: 16px;
  }
}
.devon .item .gbox .gr .g_it .g_it_r .g_p p:last-child {
  margin-bottom: 0;
}
.devon .item .gbox .gr .g_it .g_it_r .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color);
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .devon .item .gbox .gr .g_it .g_it_r .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.devon .item .gbox .gr .g_it .g_it_r .g_it_img {
  display: flex;
  flex-wrap: wrap;
}
.devon .item .gbox .gr .g_it .g_it_r .g_it_img .public-img {
  margin-right: 0.18rem;
  margin-top: 0.2rem;
  border-radius: 0.26rem;
  width: 45.09803922%;
}
.devon .item .gbox .gr .g_it .g_it_r .g_it_img .public-img:before {
  padding-top: 64.93506494%;
}
/* Cookie */
#c-home-tips {
  display: none;
  position: fixed;
  z-index: 890;
  bottom: 0.54rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.26rem;
  width: 94.21875%;
  background: #fff;
  padding: 0.44rem 0.6rem 0.62rem 0.5rem;
  box-shadow: 0 0 0.4rem rgba(254, 95, 0, 0.1);
}
#c-home-tips .c-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap {
    flex-direction: column;
  }
}
#c-home-tips .c-wrap .c-left {
  width: 55.92105263%;
  text-align: left;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap .c-left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
#c-home-tips .c-wrap .c-left h2 {
  color: var(--color);
  line-height: 1;
  margin-bottom: 0.2rem;
}
#c-home-tips .c-wrap .c-left p {
  color: #666;
}
#c-home-tips .c-wrap .c-wrapr {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #c-home-tips .c-wrap .c-wrapr {
    width: 100%;
  }
}
#c-home-tips .c-wrap .c-wrapr .pub_btn_r {
  margin-left: 0.14rem;
}
#c-home-tips .c-wrap .c-wrapr .pub_btn_r:hover {
  opacity: 0.8;
}
/* 导航下拉 */
.navBox {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.navBox .nav_two {
  display: none;
  background: #fff;
  border-radius: 0 0 0.26rem 0.26rem;
}
.navBox .nav_two1 .nav_about {
  display: flex;
  flex-wrap: wrap;
  padding: 0.1rem 0.71rem 0.53rem;
  margin: 0 -0.45rem;
}
@media (max-width: 767px) {
  .navBox .nav_two1 .nav_about {
    margin: 0 ;
  }
}
.navBox .nav_two1 .nav_about .item {
  width: calc(1/3*100%);
  margin-bottom: 0;
  padding: 0 0.45rem;
}
@media (max-width: 991px) {
  .navBox .nav_two1 .nav_about .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .navBox .nav_two1 .nav_about .item {
    width: 100%;
    padding: 0;
  }
}
.navBox .nav_two1 .nav_about .item:nth-child(1) .itembox,
.navBox .nav_two1 .nav_about .item:nth-child(2) .itembox,
.navBox .nav_two1 .nav_about .item:nth-child(3) .itembox {
  border: none;
}
.navBox .nav_two1 .nav_about .item .itembox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0;
  border-top: 1px solid #dddddd;
}
.navBox .nav_two1 .nav_about .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.navBox .nav_two1 .nav_about .item .itembox:hover .txt h3 {
  color: var(--color) !important;
}
.navBox .nav_two1 .nav_about .item .itembox .public-img {
  width: 1.15rem;
  border-radius: 50%;
  margin-right: 0.4rem;
}
.navBox .nav_two1 .nav_about .item .itembox .txt {
  text-align: left;
}
.navBox .nav_two1 .nav_about .item .itembox .txt h3 {
  color: #333;
  transition: all 0.4s;
}
.navBox .nav_two1 .nav_about .item .itembox .txt p {
  color: #999;
  margin-top: 4px;
}
.navBox .nav_two2 {
  padding: 0.37rem 0 1.04rem;
}
.navBox .nav_two2 .container {
  display: flex;
  justify-content: space-between;
}
.navBox .nav_two2 .nav_two_box {
  width: 20.07978723%;
  padding-left: 0.74rem;
  display: flex;
  text-align: left;
  flex-direction: column;
  /* align-items: flex-start; */
}
.navBox .nav_two2 .nav_two_box a {
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0.12rem;
}
.navBox .nav_two2 .nav_two_box a:last-child {
  margin-bottom: 0;
}
.navBox .nav_two2 .nav_two_box a:hover {
  color: var(--color) !important;
}
.navBox .nav_two2 .nav_two_r {
  width: 76.7287234%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media (max-width: 767px) {
  .navBox .nav_two2 .nav_two_r {
    margin: 0 ;
  }
}
.navBox .nav_two2 .nav_two_r .nav_two_it {
  width: calc(1/5*100%);
  margin-bottom: 0.2rem;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .navBox .nav_two2 .nav_two_r .nav_two_it {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .navBox .nav_two2 .nav_two_r .nav_two_it {
    width: 100%;
    padding: 0;
  }
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.26rem;
  background: #fdf6e9;
  padding: 0.32rem 0.2rem;
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox:hover .public-img img {
  transform: scale(1.05);
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox:hover .txt h3 {
  color: var(--color) !important;
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .public-img {
  height: 1.42rem;
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .public-img:before {
  padding-top: 143.43434343%;
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .public-img img {
  object-fit: contain;
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .txt {
  margin-top: 0.15rem;
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .txt p {
  margin-top: 5px;
  color: #999;
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .txt h3 {
  transition: all 0.4s;
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .nav_two_all {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .nav_two_all:hover i::after {
  transform: translate(-50%, -50%) scale(1);
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .nav_two_all p {
  color: var(--color);
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .nav_two_all i {
  position: relative;
  border-radius: 50%;
  background: var(--color);
  margin-top: 0.36rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.29rem;
  height: 0.29rem;
  color: #fff;
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .nav_two_all i svg,
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .nav_two_all i img {
  width: 34.48275862%;
  height: auto;
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .nav_two_all i svg path,
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .nav_two_all i img path {
  fill: var(--color);
}
.navBox .nav_two2 .nav_two_r .nav_two_it .nav_two_itbox .nav_two_all i::after {
  content: '';
  position: absolute;
  width: 175%;
  height: 175%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.57);
  border: 2px solid rgba(254, 95, 0, 0.06);
  border-radius: 50%;
  transition: all 0.4s;
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_title .close_tc:hover {
  background: var(--color);
}
.curtain1 .curtain_box .curtain_title .close_tc:hover::before,
.curtain1 .curtain_box .curtain_title .close_tc:hover::after {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc {
    width: 34px;
    height: 34px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -9px;
  width: 18px;
  height: 2px;
  background: var(--color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc::before {
    margin: -1px 0 0 -7px;
    width: 14px;
    height: 2px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -9px;
  width: 18px;
  height: 2px;
  background: var(--color);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc::after {
    margin: -1px 0 0 -7px;
    width: 14px;
    height: 2px;
  }
}
.curtain1 .curtain_con {
  max-height: 90vh;
}
.anti {
  width: 6.8rem;
  background: #fdf6e9;
  border-radius: 0.26rem;
  padding: 0.55rem 0 0.64rem;
  text-align: center;
}
@media (max-width: 991px) {
  .anti {
    width: 100%;
  }
}
.anti h1 {
  color: var(--color);
}
.anti form {
  margin-top: 0.3rem;
}
.anti form .search_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.anti form .search_box input {
  background: #fff;
  width: 4.4rem;
  height: 0.6rem;
  border-radius: 120px;
  padding: 0 0.3rem;
}
.anti form .search_box input::-webkit-input-placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .anti form .search_box input {
    height: 0.8rem;
  }
}
.anti form .search_box .g_but {
  margin-top: 0.5rem;
}
.anti form .search_box button {
  background: var(--color);
  color: #fff;
  height: 0.52rem;
  min-width: 1.58rem;
  border-radius: 100px;
  margin: 0 0.05rem;
  padding: 0 0.3rem;
}
@media (max-width: 767px) {
  .anti form .search_box button {
    height: 0.8rem;
  }
}
.anti form .search_box .g_but_a2 {
  background: #fff;
  color: var(--color);
}
.g_navsearch {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top: 1px solid #dddddd;
  background-color: #ffffff;
  color: #222222;
  display: none;
  /* display: block; */
}
.g_navsearch .container {
  padding: 0.8rem 0 1.35rem;
  position: relative;
}
@media (max-width: 767px) {
  .g_navsearch .container {
    padding-bottom: 0.6rem;
  }
}
.g_navsearch .f_close {
  position: absolute;
  right: 0.8rem;
  top: 0.96rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .g_navsearch .f_close {
    right: 0;
    top: 0.3rem;
    width: 16px;
    height: 16px;
  }
}
.g_navsearch .f_close img {
  width: 100%;
  float: left;
}
.g_navsearch .f_close img:nth-child(2) {
  display: none;
}
.g_navsearch .f_close svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  color: #808080;
}
.g_navsearch .f_close svg path {
  fill: #808080;
}
.g_navsearch .f_close:hover {
  transform: rotate(90deg);
}
.g_navsearch .f_cont {
  max-width: 566px;
  margin: 0 auto;
}
.g_navsearch .f_cont h2 {
  color: var(--color);
  text-align: center;
  margin-bottom: 0.74rem;
}
.g_navsearch .f_cont .fz_title {
  margin-bottom: 1.36rem;
}
@media (max-width: 767px) {
  .g_navsearch .f_cont .fz_title {
    margin-bottom: 0.6rem;
  }
}
.g_navsearch .f_cont .f_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.13rem;
  margin-bottom: 0.36rem;
  border-bottom: 2px solid #222;
}
@media (max-width: 767px) {
  .g_navsearch .f_cont .f_form {
    padding-bottom: 0.3rem;
  }
}
.g_navsearch .f_cont .f_form input {
  width: calc(100% - 26px);
  padding-right: 0.26rem;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .g_navsearch .f_cont .f_form input {
    width: calc(100% - 0.36rem);
  }
}
.g_navsearch .f_cont .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.g_navsearch .f_cont .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.g_navsearch .f_cont .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.g_navsearch .f_cont .f_form .f_sub {
  margin-right: 0.1rem;
  overflow: hidden;
  width: 22px;
}
@media (max-width: 767px) {
  .g_navsearch .f_cont .f_form .f_sub {
    width: 0.3rem;
  }
}
.g_navsearch .f_cont .f_form .f_sub img {
  float: left;
  width: 100%;
}
.g_navsearch .f_cont .f_form .f_sub svg {
  color: #444444;
  width: 100%;
}
.g_navsearch .f_cont .f_form .f_sub svg path {
  fill: #444444;
}
.g_navsearch .f_cont .f_form .f_sub:hover svg {
  color: var(--color);
}
.g_navsearch .f_cont .f_form .f_sub:hover svg path {
  fill: var(--color);
}
.g_navsearch .f_cont .f_jut {
  display: flex;
  line-height: 24px;
  align-items: flex-start;
  line-height: 36px;
}
@media (max-width: 1580px) {
  .g_navsearch .f_cont .f_jut {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .g_navsearch .f_cont .f_jut {
    line-height: 26px;
  }
}
.g_navsearch .f_cont .f_jut .name {
  fill: 0 0 auto;
  margin-top: 1px;
  display: block;
  padding-right: 0.2rem;
  flex-shrink: 0;
}
.g_navsearch .f_cont .f_jut .f_list {
  fill: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
.g_navsearch .f_cont .f_jut .f_list .li {
  margin-bottom: 10px;
  color: #999 !important;
  border-radius: 18px;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin-right: 0.24rem;
}
@media (max-width: 1580px) {
  .g_navsearch .f_cont .f_jut .f_list .li {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  .g_navsearch .f_cont .f_jut .f_list .li {
    border-radius: 13px;
  }
}
.g_navsearch .f_cont .f_jut .f_list .li:hover {
  color: var(--color) !important;
}
.curtain_no2 .inner-feedback {
  height: 100%;
  width: 89.84375vw;
  background: #fdf6e9;
  border-radius: 0.26rem;
}
.curtain_no2 .inner-feedback .inner-feedback {
  height: 100%;
}
.curtain_no2 .inner-feedback .feedback-box {
  border-radius: 0.26rem;
  overflow: auto;
  max-height: 90vh;
  padding: 0.65rem 1.25rem 0.75rem;
}
@media (max-width: 767px) {
  .curtain_no2 .inner-feedback .feedback-box {
    padding: 0.3rem;
  }
}
.curtain_no3 .inner-feedback {
  height: 100%;
  width: 10rem;
  background: #fdf6e9;
  border-radius: 0.26rem;
}
@media (max-width: 991px) {
  .curtain_no3 .inner-feedback {
    width: 100%;
  }
}
.curtain_no3 .inner-feedback .inner-feedback {
  height: 100%;
}
.curtain_no3 .inner-feedback .feedback-box {
  border-radius: 0.26rem;
  overflow: auto;
  max-height: 90vh;
  padding: 0.55rem 0.48rem 0.52rem;
}
@media (max-width: 767px) {
  .curtain_no3 .inner-feedback .feedback-box {
    padding: 0.3rem;
  }
}
.curtain_no3 .inner-feedback .feedback-box .form-box {
  margin-top: 0.44rem;
}
.curtain_no3 .inner-feedback .feedback-box .form-box .layui-form {
  grid-gap: 0.24rem 0.2rem !important;
}
.curtain_no3 .inner-feedback .feedback-box .g_res {
  border-radius: 0.26rem;
  background: #fff;
  padding: 0.24rem 0.2rem;
  margin-top: 0.1rem;
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 {
  width: 100%;
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_t {
    flex-direction: column;
    align-items: flex-start;
  }
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_t .box11_l {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_t .box11_l {
    flex-direction: column;
    align-items: flex-start;
  }
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_t .g_p {
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_t .g_p {
    margin: 0.1rem 0 0 0;
  }
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_t .g_p .p1 {
  color: #000;
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_t .g_p .p2 {
  color: #999;
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_t .box11_inp {
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_t .box11_inp {
    margin-top: 0.1rem;
  }
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_t .box11_inp input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 0.58rem;
  min-width: 1.08rem;
  padding: 0 0.3rem;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_b {
    height: 0.8rem;
  }
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_b p {
  color: #333;
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_b .g_del {
  cursor: pointer;
  top: 0.05rem;
  right: 0.05rem;
  transform: translate(30%, -30%);
  position: absolute;
  flex-shrink: 0;
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color);
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_b i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_b i svg,
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_b i img {
  color: #fff;
  width: 40%;
  height: auto;
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_b i svg path,
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box11_b i img path {
  fill: #fff;
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .cn4 {
  padding: 0 0.23rem;
  min-width: 1.08rem;
  height: 0.52rem;
  color: #fff;
  background: var(--color);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .curtain_no3 .inner-feedback .feedback-box .g_res .box11 .cn4 {
    height: 0.7rem;
    padding: 0 0.4rem;
    white-space: nowrap;
    min-width: 1.6rem;
  }
}
.curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box12 {
  width: 100%;
  border-radius: 6px;
  position: relative;
  padding: 0.28rem 0.2rem 0.24rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .curtain_no3 .inner-feedback .feedback-box .g_res .box11 .box12 {
    height: auto;
  }
}
.curtain_no3 .inner-feedback .feedback-box .g_other {
  border-radius: 0.26rem;
  background: #fff;
  padding: 0.24rem 0.2rem;
  margin-top: 0.1rem;
}
.curtain_no3 .inner-feedback .feedback-box .g_other p {
  color: #999;
}
.curtain_no3 .inner-feedback .feedback-box .g_other input {
  margin-top: 0.2rem;
  border: 1px solid #e8e8e8;
  width: 100%;
  border-radius: 100px;
  padding: 0 0.22rem;
  height: 0.48rem;
}
@media (max-width: 767px) {
  .curtain_no3 .inner-feedback .feedback-box .g_other input {
    height: 0.8rem;
    padding: 0 15px;
  }
}
.curtain_no3 .inner-feedback .public-more {
  margin-top: 0.16rem;
}
/* 全球市场分布 */
.gloon {
  margin-bottom: 1.1rem;
}
.gloon .box {
  position: relative;
  margin-top: 1.15rem;
}
@media (max-width: 767px) {
  .gloon .box {
    overflow: auto;
  }
}
.gloon .box .gloon_con {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .gloon .box .gloon_con {
    width: 1000px;
  }
}
.gloon .box .img img {
  width: 100%;
}
.gloon .box .g_add .add {
  position: absolute;
  width: 1px;
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gloon .box .g_add .add .g_i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color);
}
.gloon .box .g_add .add .g_i i {
  width: 50%;
  height: 50%;
  background: #fff;
  display: flex;
  border-radius: 50%;
}
.gloon .box .g_add .add .txt {
  white-space: nowrap;
  position: absolute;
  left: calc(16px + 0.05rem);
}
.gloon .box .g_add .add0 .g_i2 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color);
  flex-shrink: 0;
  position: relative;
}
.gloon .box .g_add .add0 .g_i2 .i1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color);
  animation: moveq 3s infinite linear;
}
.gloon .box .g_add .add0 .g_i2 .i2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color);
  animation: moveq 3s infinite linear;
  animation-delay: 1s;
}
.gloon .box .g_add .add0 .txt2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.gloon .box .g_add .add0 .txt2 img {
  width: 1.54rem;
  height: 2.14rem;
  max-width: initial;
}
.gloon .box .g_add .add0 .txt2 p {
  position: absolute;
  left: 52.5974026%;
  top: -1px;
  border-top: 5px solid var(--color);
  padding: 5px 12px 0 0;
  min-width: 0.74rem;
  white-space: nowrap;
}
@keyframes moveq {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(4);
    -webkit-transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}
.gloon2 {
  margin-bottom: 2.1rem;
}
.gloon2 .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gloon2 .box {
    flex-direction: column;
  }
}
.gloon2 .box .gl {
  width: 59.66666667%;
}
@media (max-width: 767px) {
  .gloon2 .box .gl {
    width: 100%;
  }
}
.gloon2 .box .gl img {
  width: 100%;
}
.gloon2 .box .gr {
  padding-top: 0.85rem;
  width: 28.93333333%;
}
@media (max-width: 767px) {
  .gloon2 .box .gr {
    width: 100%;
    padding-top: 0.5rem;
  }
}
.gloon2 .box .gr .pub_title {
  text-align: left;
  align-items: flex-start;
}
.gloon2 .box .gr .r_num {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gloon2 .box .gr .r_num .item_box {
  width: 39.17050691%;
  margin-top: 1.1rem;
}
.gloon2 .box .gr .r_num .item_box .item_t {
  white-space: nowrap;
  align-items: flex-start;
  display: flex;
}
.gloon2 .box .gr .r_num .item_box .item_t p {
  line-height: 1;
}
.gloon2 .box .gr .r_num .item_box .item_t span {
  margin-left: 0.07rem;
  line-height: 1;
}
.gloon2 .box .gr .r_num .item_box .item_b {
  margin-top: 0.1rem;
}
.gloon2 .box .gr .r_num .item_box .item_b p {
  color: #666;
}
.glotw {
  margin: 1.1rem 0 2.15rem;
}
@media (max-width: 767px) {
  .glotw {
    margin: 1.1rem 0 1.15rem;
  }
}
.glotw .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .glotw .box {
    flex-direction: column;
  }
}
.glotw .box .gcon {
  width: 42.33333333%;
}
@media (max-width: 767px) {
  .glotw .box .gcon {
    width: 100%;
    margin-bottom: 0.7rem;
  }
}
.glotw .box .gcon h3 {
  color: var(--color);
}
.glotw .box .gcon .glotw_box {
  margin-top: -0.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.glotw .box .gcon .glotw_box .item {
  width: 38.42519685%;
  margin-top: 0.75rem;
}
.glotw .box .gcon .glotw_box .item .g_i {
  margin-bottom: 0.48rem;
  width: 100%;
  height: 3px;
  background: #fff;
  position: relative;
}
.glotw .box .gcon .glotw_box .item .g_i i {
  position: absolute;
  width: 21px;
  height: 100%;
  background: var(--color);
}
.glotw .box .gcon .glotw_box .item .item_box .item_t {
  align-items: flex-start;
  display: flex;
}
.glotw .box .gcon .glotw_box .item .item_box .item_t p {
  line-height: 1;
}
.glotw .box .gcon .glotw_box .item .item_box .item_t span {
  margin-left: 0.07rem;
  line-height: 1;
}
.glotw .box .gcon .glotw_box .item .item_box .item_b {
  margin-top: 0.1rem;
}
.glotw .box .gcon .glotw_box .item .item_box .item_b p {
  color: #666;
}
/* 品质保障 */
.qua_banner .sub_banner_txt .container2 {
  padding-top: 0.7rem;
}
.qua_banner .sub_banner_txt .container2 .ban_t .tit h2 {
  color: var(--color);
}
.qua_banner .sub_banner_txt .container2 .ban_t .sub_banner_p p {
  color: #333;
}
.quaon {
  background: var(--color2);
  position: relative;
  padding: 1.08rem 0 1.6rem;
}
@media (max-width: 767px) {
  .quaon {
    padding: 1rem 0;
  }
}
.quaon .box {
  margin-top: 0.52rem;
  display: flex;
}
@media (max-width: 767px) {
  .quaon .box {
    flex-direction: column;
  }
}
.quaon .box .item {
  width: 50%;
  height: 5.2rem;
  position: relative;
  border-radius: 0.26rem;
  overflow: hidden;
  margin-right: 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .quaon .box .item {
    width: 100% !important;
    margin-bottom: 0.4rem;
  }
}
.quaon .box .item:last-child {
  margin-right: 0;
}
.quaon .box .item.on {
  width: 57.2%;
  flex-shrink: 0;
}
.quaon .box .item.on .txt .gxs {
  opacity: 0;
}
.quaon .box .item.on .txt .gyr {
  opacity: 1;
}
.quaon .box .item .img {
  width: 100%;
  height: 100%;
}
.quaon .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quaon .box .item .txt {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.quaon .box .item .txt .gxs {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  background: url(../images/quality3.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 0.4rem 0.3rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .quaon .box .item .txt .gxs {
    display: none;
  }
}
.quaon .box .item .txt .gxs h3 {
  line-height: 1.3;
  text-align: left;
}
.quaon .box .item .txt .gyr {
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0.46rem 0.48rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background: url(../images/quality3.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 767px) {
  .quaon .box .item .txt .gyr {
    opacity: 1;
  }
}
.quaon .box .item .txt .gyr i {
  margin-bottom: 0.34rem;
  flex-shrink: 0;
  display: flex;
  width: 0.3rem;
  height: auto;
}
.quaon .box .item .txt .gyr i svg,
.quaon .box .item .txt .gyr i img {
  width: 100%;
  height: auto;
}
.quaon .box .item .txt .gyr i svg path,
.quaon .box .item .txt .gyr i img path {
  fill: #fff;
}
.quaon .box .item .txt .gyr .txt_box h3 {
  margin-bottom: 0.12rem;
}
.quatw {
  position: relative;
  z-index: 10;
  background: #fff;
  /* .pub_box_top{
		top: 0;
		bottom: auto;
	} */
}
.quatw .pub_title {
  width: 36%;
}
.quatw .pub_title p {
  width: 100%;
}
.quatw .container2 {
  position: relative;
  padding: 0.8rem 0 2rem;
}
@media (max-width: 991px) {
  .quatw .container2 {
    padding: 0.8rem 0 1rem;
  }
}
.quatw .imgsvg {
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
  text-align: center;
}
@media (max-width: 1900px) {
  .quatw .imgsvg {
    top: -0.45rem;
  }
}
@media (max-width: 1580px) {
  .quatw .imgsvg {
    top: -0.4rem;
  }
}
@media (max-width: 1260px) {
  .quatw .imgsvg {
    transform: scale(0.8) translateY(-2.4rem);
  }
}
@media (max-width: 991px) {
  .quatw .imgsvg {
    display: none;
  }
}
.quatw .imgsvg .svg1 {
  /* width: 100%; */
}
@media (max-width: 1260px) {
  .quatw .imgsvg .svg1 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.quatw .imgsvg .svg1 path {
  stroke: #e7e7e7;
}
.quatw .imgsvg .svg2 {
  /* width: 100%; */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.quatw .imgsvg .svg2 path {
  stroke: var(--color);
  stroke-dasharray: 3338 3338;
  stroke-dashoffset: 3338;
}
.quatw .pub_title {
  position: absolute;
  top: 0.8rem;
  left: 0;
}
@media (max-width: 991px) {
  .quatw .pub_title {
    position: initial;
    width: 100%;
  }
}
.quatw .img {
  position: relative;
  z-index: 100;
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.quatw .img img {
  border-radius: 0.26rem;
}
@media (max-width: 991px) {
  .quatw .img img {
    width: 100% !important;
    margin-bottom: 0.4rem !important;
  }
}
.quatw .img .img1 {
  width: 6.59rem;
  height: auto;
  margin-bottom: 0.4rem;
}
.quatw .img .img2 {
  align-self: flex-start;
  margin-bottom: 0.8rem;
  width: 4.94rem;
  height: auto;
}
.quatw .img .img3 {
  width: 6.58rem;
  height: auto;
}
.quath {
  position: relative;
}
@media (max-width: 1260px) {
  .quath .imgbj {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.quath .imgbj img {
  width: 100%;
  height: 100%;
}
.quath .box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1260px) {
  .quath .box {
    position: relative;
    padding: 1rem 0 1.3rem;
  }
}
.quath .box .container2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.quath .box .container2 .quath_box {
  display: flex;
  margin-top: 1.4rem;
}
@media (max-width: 1260px) {
  .quath .box .container2 .quath_box {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .quath .box .container2 .quath_box {
    width: 100%;
    justify-content: space-between;
  }
}
.quath .box .container2 .quath_box .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 2.78rem;
  width: 3.6rem;
  margin-right: 0.2rem;
  border-radius: 0.26rem;
  background: #fff;
  padding: 0.34rem 0.37rem 0.36rem;
}
@media (max-width: 767px) {
  .quath .box .container2 .quath_box .item {
    width: 48%;
    margin-right: 0;
  }
}
.quath .box .container2 .quath_box .item .g_t i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.34rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .quath .box .container2 .quath_box .item .g_t i {
    width: 0.38rem;
  }
}
@media (max-width: 767px) {
  .quath .box .container2 .quath_box .item .g_t i {
    width: 0.44rem;
  }
}
.quath .box .container2 .quath_box .item .g_t i svg,
.quath .box .container2 .quath_box .item .g_t i img {
  width: 100%;
  height: auto;
}
.quath .box .container2 .quath_box .item .g_t i svg path,
.quath .box .container2 .quath_box .item .g_t i img path {
  fill: var(--color);
}
.quath .box .container2 .quath_box .item .g_t p {
  color: #666;
  margin-top: 0.14rem;
}
.quath .box .container2 .quath_box .item .g_b {
  align-items: flex-start;
  display: flex;
}
.quath .box .container2 .quath_box .item .g_b p {
  line-height: 1;
  font-weight: bold;
}
.quath .box .container2 .quath_box .item .g_b span {
  margin-left: 0.07rem;
  font-weight: bold;
  line-height: 1;
}
.quafo {
  position: relative;
  z-index: 10;
  padding: 0.8rem 0 0.7rem;
}
@media (max-width: 767px) {
  .quafo {
    padding: 0.8rem 0 0;
  }
}
.quafo .container2 {
  overflow: hidden;
}
.quafo .container2 .box {
  position: relative;
}
.quafo .container2 .box .item {
  margin-bottom: 0.6rem;
  display: flex;
  white-space: initial;
  line-height: 1.5;
}
.quafo .container2 .box .item .img {
  width: 180px;
  height: 60px;
  display: inline-block;
  margin-right: 95px;
}
@media (max-width: 1260px) {
  .quafo .container2 .box .item .img {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .quafo .container2 .box .item .img {
    width: 120px;
    height: 40px;
    margin-right: 10px;
  }
}
.quafo .container2 .box .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.quafi {
  padding: 0.7rem 0 1.05rem;
}
.quafi .box {
  position: relative;
  margin-top: 0.38rem;
}
.quafi .box .public-img {
  border-radius: 0.26rem;
}
.quafi .box .public-img:before {
  padding-top: 54.12234043%;
}
.quafi .box .quafi_con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 0.87rem 0.37rem;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media (max-width: 991px) {
  .quafi .box .quafi_con {
    position: initial;
    padding: 0;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .quafi .box .quafi_con {
    margin: 0.4rem 0 0;
  }
}
.quafi .box .quafi_con .item {
  width: calc(1/3*100%);
  margin-bottom: 0.2rem;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .quafi .box .quafi_con .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .quafi .box .quafi_con .item {
    width: 100%;
    padding: 0;
  }
}
.quafi .box .quafi_con .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.26rem;
  background: #fff;
  padding: 0.34rem 0.4rem 0.45rem;
}
@media (max-width: 991px) {
  .quafi .box .quafi_con .item .itembox {
    background: var(--color2);
  }
}
.quafi .box .quafi_con .item .itembox .g_t i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .quafi .box .quafi_con .item .itembox .g_t i {
    width: 0.36rem;
  }
}
@media (max-width: 767px) {
  .quafi .box .quafi_con .item .itembox .g_t i {
    width: 0.4rem;
  }
}
.quafi .box .quafi_con .item .itembox .g_t i svg,
.quafi .box .quafi_con .item .itembox .g_t i img {
  width: 100%;
  height: auto;
}
.quafi .box .quafi_con .item .itembox .g_t i svg path,
.quafi .box .quafi_con .item .itembox .g_t i img path {
  fill: var(--color);
}
.quafi .box .quafi_con .item .itembox .g_t p {
  color: #666;
  margin-top: 0.24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.quafi .box .quafi_con .item .itembox .g_b {
  margin-top: 0.38rem;
  display: flex;
  align-items: center;
}
.quafi .box .quafi_con .item .itembox .g_b:hover i {
  transform: translateX(5px);
}
.quafi .box .quafi_con .item .itembox .g_b p {
  color: var(--color);
}
.quafi .box .quafi_con .item .itembox .g_b i {
  transition: all 0.4s;
  margin-left: 0.14rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.14rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .quafi .box .quafi_con .item .itembox .g_b i {
    width: 0.18rem;
  }
}
@media (max-width: 767px) {
  .quafi .box .quafi_con .item .itembox .g_b i {
    width: 0.22rem;
  }
}
.quafi .box .quafi_con .item .itembox .g_b i svg,
.quafi .box .quafi_con .item .itembox .g_b i img {
  width: 100%;
  height: auto;
}
.quafi .box .quafi_con .item .itembox .g_b i svg path,
.quafi .box .quafi_con .item .itembox .g_b i img path {
  fill: var(--color);
}
.quasi {
  background: var(--color2);
  padding: 1.25rem 0 1.75rem;
}
@media (max-width: 767px) {
  .quasi {
    padding: 1rem 0 ;
  }
}
.quasi .box .item {
  display: flex;
  justify-content: space-between;
  border-radius: 0.26rem;
  background: #fff;
  margin-bottom: 0.3rem;
  padding: 0.21rem 0.24rem 0.21rem 0.51rem;
}
@media (max-width: 767px) {
  .quasi .box .item {
    flex-direction: column-reverse !important;
    padding: 0.3rem !important;
  }
}
.quasi .box .item:nth-child(2n) {
  padding: 0.21rem 0.78rem 0.21rem 0.24rem;
  flex-direction: row-reverse;
}
.quasi .box .item:nth-child(2n) .txt {
  padding: 0.28rem 0 0;
  width: 43.92982456%;
}
.quasi .box .item .txt {
  width: 42.52631579%;
  padding: 0.35rem 0 0;
}
@media (max-width: 767px) {
  .quasi .box .item .txt {
    width: 100% !important;
  }
}
.quasi .box .item .txt .tit h3 {
  line-height: 1.2;
  color: var(--color);
}
.quasi .box .item .txt .tit p {
  color: #666;
  margin-top: 0.1rem;
}
.quasi .box .item .txt .g_p {
  margin-top: 0.32rem;
  padding-top: 0.12rem;
  padding-left: 0.1rem;
  border-top: 1px solid #e0e0e0;
}
.quasi .box .item .txt .g_p p {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-top: 0.24rem;
}
.quasi .box .item .txt .g_p p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color);
  left: 0;
  top: 9px;
}
@media (max-width: 1580px) {
  .quasi .box .item .txt .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.quasi .box .item .public-img {
  border-radius: 0.26rem;
  width: 47.71929825%;
}
@media (max-width: 767px) {
  .quasi .box .item .public-img {
    width: 100% !important;
  }
}
.quasi .box .item .public-img:before {
  padding-top: 61.02941176%;
}
.quase {
  background: #fff;
  position: relative;
  padding: 1rem 0 1.8rem;
}
@media (max-width: 767px) {
  .quase {
    padding: 0.6rem 0 1.5rem;
  }
}
.quase .box {
  position: relative;
  margin-top: 0.65rem;
}
@media (max-width: 767px) {
  .quase .box .swiper {
    padding: 1px;
  }
}
.quase .box .swiper .item {
  width: 100%;
}
.quase .box .swiper .item .itembox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dashed var(--color);
  background-color: #fff;
  padding: 0.32rem 0.28rem;
  border-radius: 0.26rem;
  overflow: hidden;
}
.quase .box .swiper .item .itembox .img {
  width: 3.07rem;
  height: 2.93rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (max-width: 767px) {
  .quase .box .swiper .item .itembox .img {
    width: 5.1rem;
    height: 4rem;
  }
}
.quase .box .swiper .item .itembox .img img {
  object-fit: contain;
  max-height: 100%;
}
.quase .box .swiper .item .itembox .txt {
  padding: 0 0.2rem;
  margin-top: 0.3rem;
  text-align: center;
  color: #333;
}
.quase .box .swiper .item .itembox .txt h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  color: #666;
}
/* 益和鲜时 */
.efr_banner .sub_banner_txt .container2 .ban_t .tit img {
  width: 2.47rem;
  object-fit: contain;
}
.efron {
  background: var(--color2);
  position: relative;
  /* padding: 1.25rem 0 0; */
}
.efron .box {
  height: 200vh;
  position: relative;
}
.efron .box .efron_m {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/efresh7.png) no-repeat;
  background-position: bottom center;
  background-size: contain;
  overflow: hidden;
}
.efron .box .efron_m .efron_m_box {
  position: relative;
  width: 5.7rem;
  height: 5.7rem;
}
.efron .box .efron_m .efron_m_box .bg_area {
  position: absolute;
  width: 100%;
  height: 100%;
}
.efron .box .efron_m .efron_m_box .circle_mask_area {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/efresh_svg2.svg);
  mask-image: url(../images/efresh_svg2.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-animation: rotateMask 5s linear infinite;
  animation: rotateMask 5s linear infinite;
}
.efron .box .efron_m .efron_m_box .circle_mask_area .areabox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.efron .box .efron_m .efron_m_box .circle_mask_area .areabox.on {
  opacity: 1;
}
.efron .box .efron_m .efron_m_box .circle_mask_area .areabox1 {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, #fe6200, #ff8100);
  background: linear-gradient(to bottom, #fe6200, #ff8100);
}
.efron .box .efron_m .efron_m_box .circle_mask_area .areabox2 {
  width: 100%;
  height: 100%;
}
.efron .box .efron_m .efron_m_box .circle_mask_area .areabox2 img,
.efron .box .efron_m .efron_m_box .circle_mask_area .areabox2 video,
.efron .box .efron_m .efron_m_box .circle_mask_area .areabox2 .gbj {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-animation: rotateMask2 5s linear infinite;
  animation: rotateMask2 5s linear infinite;
}
.efron .box .efron_m .efron_m_box .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.efron .box .efron_m .efron_m_box .txt .item {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.2rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .efron .box .efron_m .efron_m_box .txt .item {
    padding: 0.4rem 0.6rem;
  }
}
.efron .box .efron_m .efron_m_box .txt .item.on {
  opacity: 1;
}
.efron .box .efron_m .efron_m_box .txt .item span {
  padding: 3px 0.18rem;
  border-radius: 100px;
  color: #fff;
}
.efron .box .efron_m .efron_m_box .txt .item h3 {
  margin-top: 0.1rem;
}
.efron .box .efron_m .efron_m_box .txt .item p {
  margin-top: 0.16rem;
}
@media (max-width: 767px) {
  .efron .box .efron_m .efron_m_box .txt .item p {
    font-size: 12px;
  }
}
.efron .box .efron_m .efron_m_box .txt .item1 span {
  background: var(--color);
}
.efron .box .efron_m .efron_m_box .txt .item1 h3 {
  color: var(--color);
  line-height: 1.1;
  margin: 0.18rem 0 0.08rem;
}
.efron .box .efron_m .efron_m_box .txt .item1 p {
  color: #999;
}
.efron .box .efron_m .efron_m_box .txt .item2 span {
  background: #186418;
}
.efron .box .efron_m .efron_m_box .txt .item2 h3 {
  margin: 0.18rem 0 0.08rem;
  color: #186418;
  line-height: 1.1;
}
.efron .box .efron_m .efron_m_box .txt .item2 p {
  color: #186418;
}
.efron .box .efron_m .efron_m_box .circle_line_wrapper {
  width: 83.15789474%;
  height: 83.15789474%;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.efron .box .efron_m .efron_m_box .circle_line_wrapper .gcon {
  width: 100%;
  height: 100%;
  transform-origin: center;
  background: url(../images/efresh8.png) center no-repeat;
  background-size: 100% 100%;
  will-change: transform;
  -webkit-animation: rotateMask2 5s linear infinite;
  animation: rotateMask2 5s linear infinite;
}
.efron .box .efron_m .g_tac {
  display: flex;
  justify-content: center;
  margin-top: 0.45rem;
}
.efron .box .efron_m .g_tac i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: var(--color);
  animation: mov11 4.2s infinite ease-in-out;
  -webkit-animation: mov11 4.2s infinite ease-in-out;
}
@media (max-width: 1260px) {
  .efron .box .efron_m .g_tac i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .efron .box .efron_m .g_tac i {
    width: 0.26rem;
  }
}
.efron .box .efron_m .g_tac i svg,
.efron .box .efron_m .g_tac i img {
  width: 100%;
  height: auto;
}
.efron .box .efron_m .g_tac i svg path,
.efron .box .efron_m .g_tac i img path {
  fill: var(--color);
}
.efron .box .efron_l {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin-top: -100vh;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  transition: all 1s;
}
@media (max-width: 767px) {
  .efron .box .efron_l {
    flex-wrap: initial;
    flex-direction: column;
    overflow: hidden;
  }
}
.efron .box .efron_l::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3.66rem;
  background: -webkit-linear-gradient(to bottom, #fdf6e9, rgba(253, 246, 233, 0));
  background: linear-gradient(to bottom, #fdf6e9, rgba(253, 246, 233, 0));
}
@media (max-width: 767px) {
  .efron .box .efron_l .rolling_list_wrap {
    width: 100%;
  }
}
.efron .box .efron_l .rolling_list_wrap .rolling_list_box {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: normal;
  flex-direction: column;
  width: max-content;
  transform: rotate(-0.03deg);
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .efron .box .efron_l .rolling_list_wrap .rolling_list_box {
    width: 100%;
  }
}
.efron .box .efron_l .rolling_list_wrap .rolling_list_box .rolling_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: normal;
  width: max-content;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .efron .box .efron_l .rolling_list_wrap .rolling_list_box .rolling_list {
    width: 100%;
  }
}
.efron .box .efron_l .rolling_list_wrap .rolling_list_box .rolling_list .flow_img {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .efron .box .efron_l .rolling_list_wrap .rolling_list_box .rolling_list .flow_img {
    width: 100%;
  }
}
.efron .box .efron_l .rolling_list_wrap .rolling_list_box .rolling_list .flow_img img {
  margin: 0.5rem 0 0 0.4rem;
  border-radius: 50%;
  width: 2.08rem;
  /* opacity: 0.5; */
}
.efron .box .efron_l .rolling_list_wrap .rolling_list_box .rolling_list .flow_img img:nth-child(4n - 3) {
  width: 2.08rem;
  margin: 0.5rem 0 0 0.8rem;
}
@media (max-width: 767px) {
  .efron .box .efron_l .rolling_list_wrap .rolling_list_box .rolling_list .flow_img img:nth-child(4n - 3) {
    align-self: flex-end;
    margin: 0.25rem 0.4rem 0 0.4rem;
  }
}
.efron .box .efron_l .rolling_list_wrap .rolling_list_box .rolling_list .flow_img img:nth-child(4n - 2) {
  width: 1.58rem;
  margin: 0.8rem 0 0 2.4rem;
}
@media (max-width: 767px) {
  .efron .box .efron_l .rolling_list_wrap .rolling_list_box .rolling_list .flow_img img:nth-child(4n - 2) {
    margin: 0.4rem 0 0 0.1rem;
  }
}
.efron .box .efron_l .rolling_list_wrap .rolling_list_box .rolling_list .flow_img img:nth-child(4n - 1) {
  width: 0.9rem;
  margin: 0.45rem 0 0 0.25rem;
}
@media (max-width: 767px) {
  .efron .box .efron_l .rolling_list_wrap .rolling_list_box .rolling_list .flow_img img:nth-child(4n - 1) {
    align-self: flex-end;
    margin: 0.24rem 0.3rem 0 0.13rem;
  }
}
.efron .box .efron_l .rolling_list_wrap .rolling_list_box .rolling_list .flow_img img:nth-child(4n) {
  width: 1.48rem;
  margin: 0.6rem 0 0 2.8rem;
}
@media (max-width: 767px) {
  .efron .box .efron_l .rolling_list_wrap .rolling_list_box .rolling_list .flow_img img:nth-child(4n) {
    margin: 0.3rem 0 0 0.2rem;
  }
}
.efron .box .efron_l .rolling_list_wrap .rolling_list_box1 {
  animation: rollingTop1 10s linear infinite;
}
.efron .box .efron_l .rolling_list_wrap .rolling_list_box2 {
  animation: rollingTop2 10s linear infinite;
}
@keyframes rollingTop1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
    /* 修改为-50% */
  }
}
@keyframes rollingTop2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
    /* 修改为-50% */
  }
}
@keyframes rotateMask {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateMask2 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes mov11 {
  0% {
    transform: translate3d(0px, -0.3rem, 0px);
  }
  50% {
    transform: translate3d(0px, 0, 0px);
  }
  100% {
    transform: translate3d(0px, -0.3rem, 0px);
  }
}
.efrtw {
  padding: 1rem 0 1.5rem;
  background: -webkit-linear-gradient(to bottom, #fdf6e9, #f3f7da);
  background: linear-gradient(to bottom, #fdf6e9, #f3f7da);
}
.efrtw h2 {
  text-align: center;
  color: #186418;
}
.efrtw .box {
  position: relative;
  max-width: 1200px;
  margin: 0.28rem auto 0;
  padding: 1rem 0 0.47rem;
}
.efrtw .box .g_line {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #186418;
}
.efrtw .box .g_line i {
  position: absolute;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #186418;
}
@media (max-width: 767px) {
  .efrtw .box .g_line i {
    width: 6px;
    height: 6px;
    left: -3px;
  }
}
.efrtw .box .g_line .i1 {
  top: 0;
}
.efrtw .box .g_line .i2 {
  bottom: 0;
}
.efrtw .box .item {
  margin-bottom: 1.15rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.efrtw .box .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.efrtw .box .item:nth-child(2n) .txt {
  --pad2: 0 0.64rem 0 0;
  text-align: right;
}
.efrtw .box .item:nth-child(2n) .txt .txt_box .txt_h3 {
  padding: var(--pad2);
}
.efrtw .box .item:nth-child(2n) .txt .txt_box .txt_h3 .g_i {
  left: auto;
  right: -4px;
}
.efrtw .box .item:nth-child(2n) .txt .txt_box p {
  padding: var(--pad2);
}
.efrtw .box .item:nth-child(2n) .txt .gicon {
  padding: var(--pad2);
}
.efrtw .box .item .public-img {
  border-radius: 0.26rem;
  width: 43.75%;
}
.efrtw .box .item .public-img:before {
  padding-top: 59.42857143%;
}
.efrtw .box .item .txt {
  width: 50%;
  padding: 0.88rem 0 0.2rem;
  --pad: 0.64rem;
}
@media (max-width: 767px) {
  .efrtw .box .item .txt {
    padding: 0.3rem 0 0.2rem;
  }
}
.efrtw .box .item .txt .txt_box .txt_h3 {
  padding-left: var(--pad);
  position: relative;
}
.efrtw .box .item .txt .txt_box .txt_h3 .g_i {
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #186418;
}
@media (max-width: 767px) {
  .efrtw .box .item .txt .txt_box .txt_h3 .g_i {
    width: 6px;
    height: 6px;
    left: -3px;
  }
}
.efrtw .box .item .txt .txt_box .txt_h3 .g_i i {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #186418;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: moveq 3s infinite linear;
}
.efrtw .box .item .txt .txt_box .txt_h3 h3 {
  color: #186418;
}
.efrtw .box .item .txt .txt_box p {
  margin-top: 0.12rem;
  padding-left: var(--pad);
  color: #52724c;
  line-height: 1.66666667;
}
@media (max-width: 767px) {
  .efrtw .box .item .txt .txt_box p {
    font-size: 14px;
  }
}
.efrtw .box .item .txt .gicon {
  margin-top: 0.32rem;
  padding-left: var(--pad);
}
.efrtw .box .item .txt .gicon img {
  width: 0.62rem;
  margin: 0 4px;
}
@media (max-width: 767px) {
  .efrtw .box .item .txt .gicon img {
    width: 0.9rem;
  }
}
.efrth {
  position: relative;
  padding: 1.08rem 0 0.2rem;
}
.efrth .box {
  position: relative;
}
.efrth .box .img {
  overflow: hidden;
  border-radius: 0.26rem;
}
@media (max-width: 1260px) {
  .efrth .box .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.efrth .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.efrth .box .efrth_box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.84rem 0.76rem;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 1260px) {
  .efrth .box .efrth_box {
    position: relative;
  }
}
@media (max-width: 767px) {
  .efrth .box .efrth_box {
    padding: 0.6rem;
  }
}
.efrth .box .efrth_box .item {
  padding-bottom: 0.6rem;
  display: flex;
  position: relative;
}
.efrth .box .efrth_box .item:last-child .g_line {
  display: none;
}
.efrth .box .efrth_box .item .g_line {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0.21rem;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1580px) {
  .efrth .box .efrth_box .item .g_line {
    top: 0.1rem;
  }
}
@media (max-width: 767px) {
  .efrth .box .efrth_box .item .g_line {
    left: 0.3rem;
  }
}
.efrth .box .efrth_box .item i {
  position: relative;
  z-index: 10;
  margin-right: 0.26rem;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  color: var(--color);
}
@media (max-width: 1580px) {
  .efrth .box .efrth_box .item i {
    margin-top: 0.1rem;
  }
}
@media (max-width: 767px) {
  .efrth .box .efrth_box .item i {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0;
  }
}
.efrth .box .efrth_box .item i svg,
.efrth .box .efrth_box .item i img {
  width: 50%;
  height: auto;
}
.efrth .box .efrth_box .item i svg path,
.efrth .box .efrth_box .item i img path {
  fill: var(--color);
}
.efrth .box .efrth_box .item .txt {
  color: #fff;
}
@media (max-width: 767px) {
  .efrth .box .efrth_box .item .txt {
    margin-top: 3px;
  }
}
.efrth .box .efrth_box .item .txt p {
  margin-top: 5px;
}
.c-join2 {
  padding: 0.8rem 0 1.9rem;
  overflow: hidden;
}
.c-join2 .c-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.c-join2 .c-top .pub_title {
  width: auto;
}
.c-join2 .c-top .c-btn-box {
  display: flex;
  align-items: flex-start;
}
.c-join2 .c-top .c-btn-box .c-btn {
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  color: #000;
  transition: all 0.4s;
  cursor: pointer;
}
.c-join2 .c-top .c-btn-box .c-btn .c-ico {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
}
.c-join2 .c-top .c-btn-box .c-btn:hover {
  background: var(--color);
  color: #fff;
}
.c-join2 .c-top .c-btn-box .c-prev .c-ico {
  transform: rotate(180deg);
}
.c-join2 .c-top .c-btn-box .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.c-join2 .swiper {
  margin-top: 0.6rem;
  overflow: visible;
}
.c-join2 .swiper .swiper-slide .c-wrap .public-img {
  border-radius: 0.26rem;
}
.c-join2 .swiper .swiper-slide .c-wrap .public-img::before {
  padding-top: calc(400/670*100%);
}
.c-join2 .swiper .swiper-slide .c-wrap .public-img .c-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.c-join2 .swiper .swiper-slide .c-wrap .public-img .c-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.4s;
}
.c-join2 .swiper .swiper-slide .c-wrap .public-img .c-ico:hover img {
  transform: scale(1.3);
}
.c-join2 .swiper .swiper-slide .c-wrap .c-title {
  margin-top: 0.35rem;
  color: #222;
  text-align: center;
}
.c-join3 {
  background-attachment: fixed;
}
.c-join3 .container2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .c-join3 .container2 {
    flex-wrap: wrap;
  }
}
.c-join3 .container2 .c-left {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding: 2.1rem 0;
  width: calc(510/1500*100%);
}
@media (max-width: 991px) {
  .c-join3 .container2 .c-left {
    width: 100%;
    position: static;
    padding: 1.2rem 0 0;
  }
}
.c-join3 .container2 .c-left .pub_title {
  flex-wrap: wrap;
  text-align: left;
  flex-direction: inherit;
}
.c-join3 .container2 .c-left .pub_title h2 {
  width: 100%;
  color: #fff;
}
.c-join3 .container2 .c-left .pub_title div {
  width: 1100%;
  margin-top: 0.4rem;
  color: #fff;
}
.c-join3 .container2 .c-right {
  padding: 1.8rem 0.8rem 1.8rem 0;
  width: calc(780/1500*100%);
  overflow: hidden;
}
@media (max-width: 1580px) {
  .c-join3 .container2 .c-right {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .c-join3 .container2 .c-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.8rem 0 1.8rem;
    width: 100%;
  }
}
.c-join3 .container2 .c-right .list {
  margin-bottom: 0.4rem;
  width: calc(50% - 0.3rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.26rem;
  padding: 0.5rem 0.46rem 0.45rem;
  float: left;
}
.c-join3 .container2 .c-right .list:nth-child(even) {
  float: right;
}
.c-join3 .container2 .c-right .list:nth-child(2) {
  margin-top: 1.4rem;
}
@media (max-width: 991px) {
  .c-join3 .container2 .c-right .list:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .c-join3 .container2 .c-right .list {
    width: calc(50% - 0.1rem);
    height: auto;
  }
}
@media (max-width: 767px) {
  .c-join3 .container2 .c-right .list {
    margin-bottom: 0.2rem;
    padding: 0.66rem 0.34rem;
  }
}
.c-join3 .container2 .c-right .list .f_icon {
  height: 0.52rem;
  margin-bottom: 0.27rem;
}
@media (max-width: 767px) {
  .c-join3 .container2 .c-right .list .f_icon {
    height: 0.68rem;
  }
}
.c-join3 .container2 .c-right .list .f_icon img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.c-join3 .container2 .c-right .list .f_tit {
  width: 100%;
  color: #000000;
  margin-bottom: 0.1rem;
}
.c-join3 .container2 .c-right .list .f_text {
  color: #666666;
  line-height: 1.5;
}
