@charset "utf-8";
:root {
  --color: #f82626;
  --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;
}
* ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
* ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg path {
  fill: currentColor !important;
  opacity: 1 !important;
}
picture,
section,
main {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 80%;
  max-width: 1400px;
}
@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 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img,
.public-img > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  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;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 88px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
.g_tac {
  text-align: center;
}
/*头部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 100px;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 60px;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -100px;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -60px;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.56rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 30px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
#c-header .c-switch {
  position: relative;
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  padding-left: 0.6rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #c-header .c-gn form img,
  #c-header .c-gn form svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn form:hover > svg {
  color: var(--color);
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #666;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 0.15rem;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #fff;
  background: var(--color);
  cursor: pointer;
}
#c-header .c-gn .c-language {
  margin: 0 0.3rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn .c-language .c-ico-text {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-language .c-ico-text span {
  margin: 0 0.05rem;
  transition: all 0.4s;
}
#c-header .c-gn .c-language .c-ico-text img,
#c-header .c-gn .c-language .c-ico-text svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
#c-header .c-gn .c-language .c-ico-text img:nth-child(3),
#c-header .c-gn .c-language .c-ico-text svg:nth-child(3) {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-gn .c-language .c-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  line-height: 50px;
}
#c-header .c-gn .c-language .c-box a {
  position: relative;
  display: block;
  padding: 0 20px;
  transition: all 0.4s;
}
#c-header .c-gn .c-language .c-box a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header .c-gn .c-language .c-box a:hover {
  color: var(--color);
}
#c-header .c-gn .c-language:hover .c-ico-text {
  color: var(--color);
}
#c-header .c-gn .c-language:hover .c-ico-text svg {
  color: var(--color);
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone img,
#c-header .c-gn .c-phone svg {
  margin: 0 0.1rem 0 0;
  width: 20px;
  height: 20px;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone svg {
  color: var(--color);
}
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.3rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
  transition: all 0.4s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--color);
  transition: 0.4s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 50px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li:last-child a::before {
  display: none;
}
#c-header .c-nav ul li a {
  padding: 0 20px;
  color: #333;
}
#c-header .c-nav ul li a::before {
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: var(--color);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg,
#c-header .c-nav li:hover > .c-title-box svg {
  color: var(--color);
}
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 5vw;
  border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 14px;
  height: 14px;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: var(--color);
}
#c-header .c-nav2 li ul {
  display: none;
}
.md_sea {
  display: none;
  /* svg{
		margin-right: 0.1rem;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 15px;
		height: 15px;
		color: #333 !important;
		transition: all 0.4s;
		@media @max-md{
			width: 0.22rem;
		}
		@media @max-xs{
			width: 0.26rem;
		}
		path{
			fill: @color1;
		}
	} */
}
@media (max-width: 767px) {
  .md_sea {
    display: flex;
    padding: 0 0.5rem;
    margin-top: 0.4rem;
  }
}
.md_sea form {
  width: 100%;
}
.md_sea form .search_box {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.3rem;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c9c9c9;
}
@media (max-width: 767px) {
  .md_sea form .search_box {
    height: 0.8rem;
  }
}
.md_sea form .search_box input {
  padding: 0 0.3rem 0 0;
  width: 100%;
  color: #333;
}
.md_sea form .search_box button {
  display: inline-flex;
  flex-shrink: 0;
  width: 0.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .md_sea form .search_box button {
    width: 0.3rem;
  }
}
.md_sea form .search_box button svg {
  color: #333 !important;
  width: 100%;
  height: auto;
}
.md_sea form .search_box button svg path {
  fill: #9a9a9a;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 底部 */
#c-footer {
  color: #fff;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.4s;
}
#c-footer a:hover {
  color: var(--color);
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 1.2rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: var(--color);
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.4s;
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.4s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 40px;
    height: 40px;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 50%;
  height: 50%;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: var(--color);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  border-top: 1px solid #999;
  color: #7f7f7f;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #7f7f7f;
}
#c-footer .c-bottom-box .container a:hover {
  color: var(--color);
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  color: #fff;
  transform: rotate(-90deg);
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
  color: #333;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close:hover {
  color: #fff;
  background-color: var(--color);
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/*首页内容1*/
.gkh {
  position: relative;
}
.gkh .gkh_box {
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
}
.gkh .gkh_box .swiper-slide .g_i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  transition: all 0.4s;
}
@media screen and (min-width: 1940px) {
  .gkh .gkh_box .swiper-slide .g_i {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-home1,
.gkh_box {
  position: relative;
}
.c-home1 .swiper-slide,
.gkh_box .swiper-slide {
  overflow: hidden;
}
.c-home1 .swiper-slide .c-img,
.gkh_box .swiper-slide .c-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: var(--vh);
}
.c-home1 .swiper-slide .c-img img,
.gkh_box .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-video,
.gkh_box .swiper-slide .c-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .banner_txt,
.gkh_box .swiper-slide .banner_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: #fff; */
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: calc((100% - 1600px)/2);
}
@media screen and (min-width: 1940px) {
  .c-home1 .swiper-slide .banner_txt,
  .gkh_box .swiper-slide .banner_txt {
    padding: 0;
    max-width: 1600px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1580px) {
  .c-home1 .swiper-slide .banner_txt,
  .gkh_box .swiper-slide .banner_txt {
    padding-left: 8%;
  }
}
@media (max-width: 1260px) {
  .c-home1 .swiper-slide .banner_txt,
  .gkh_box .swiper-slide .banner_txt {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .c-home1 .swiper-slide .banner_txt,
  .gkh_box .swiper-slide .banner_txt {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .c-home1 .swiper-slide .banner_txt,
  .gkh_box .swiper-slide .banner_txt {
    padding: 0 5%;
  }
}
.c-home1 .swiper-slide .banner_txt .g_i,
.gkh_box .swiper-slide .banner_txt .g_i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  transition: all 0.4s;
}
@media screen and (min-width: 1940px) {
  .c-home1 .swiper-slide .banner_txt .g_i,
  .gkh_box .swiper-slide .banner_txt .g_i {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-home1 .swiper-slide .banner_txt .gl,
.gkh_box .swiper-slide .banner_txt .gl {
  position: relative;
  z-index: 10;
  width: 39.77272727%;
  padding-bottom: 0.76rem;
}
@media (max-width: 991px) {
  .c-home1 .swiper-slide .banner_txt .gl,
  .gkh_box .swiper-slide .banner_txt .gl {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-home1 .swiper-slide .banner_txt .gl,
  .gkh_box .swiper-slide .banner_txt .gl {
    padding-bottom: 0.3rem;
  }
}
.c-home1 .swiper-slide .banner_txt .gl .g_ico,
.gkh_box .swiper-slide .banner_txt .gl .g_ico {
  margin-bottom: 0.4rem;
  position: relative;
}
.c-home1 .swiper-slide .banner_txt .gl .g_ico .img1,
.gkh_box .swiper-slide .banner_txt .gl .g_ico .img1 {
  width: auto;
  height: 1.67rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-slide .banner_txt .gl .g_ico .img1,
  .gkh_box .swiper-slide .banner_txt .gl .g_ico .img1 {
    height: 1rem;
  }
}
.c-home1 .swiper-slide .banner_txt .gl .g_ico .img2,
.gkh_box .swiper-slide .banner_txt .gl .g_ico .img2 {
  position: absolute;
  width: 24px;
  height: auto;
  left: 4.32rem;
  top: -0.32rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-slide .banner_txt .gl .g_ico .img2,
  .gkh_box .swiper-slide .banner_txt .gl .g_ico .img2 {
    width: 16px;
    left: 2.52rem;
  }
}
.c-home1 .swiper-slide .banner_txt .gl .txt,
.gkh_box .swiper-slide .banner_txt .gl .txt {
  margin-bottom: 0.56rem;
}
.c-home1 .swiper-slide .banner_txt .gl .txt .p1,
.gkh_box .swiper-slide .banner_txt .gl .txt .p1 {
  margin-bottom: 0.05rem;
  color: #888;
}
@media (max-width: 1260px) {
  .c-home1 .swiper-slide .banner_txt .gl .txt .p1,
  .gkh_box .swiper-slide .banner_txt .gl .txt .p1 {
    font-size: 0.4rem;
  }
}
.c-home1 .swiper-slide .banner_txt .gl .txt .p2,
.gkh_box .swiper-slide .banner_txt .gl .txt .p2 {
  color: #888;
  letter-spacing: 0.8em;
}
@media screen and (min-width: 1940px) {
  .c-home1 .swiper-slide .banner_txt .gl .txt .p2,
  .gkh_box .swiper-slide .banner_txt .gl .txt .p2 {
    letter-spacing: 0.6em;
  }
}
@media (max-width: 1580px) {
  .c-home1 .swiper-slide .banner_txt .gl .txt .p2,
  .gkh_box .swiper-slide .banner_txt .gl .txt .p2 {
    letter-spacing: 0.2em;
  }
}
@media (max-width: 1260px) {
  .c-home1 .swiper-slide .banner_txt .gl .txt .p2,
  .gkh_box .swiper-slide .banner_txt .gl .txt .p2 {
    letter-spacing: 0;
  }
}
.c-home1 .swiper-slide .banner_txt .gl .pub_btn,
.gkh_box .swiper-slide .banner_txt .gl .pub_btn {
  background: var(--bgColor);
  color: var(--txtColor);
}
.c-home1 .swiper-slide .banner_txt .gl .pub_btn:hover i,
.gkh_box .swiper-slide .banner_txt .gl .pub_btn:hover i {
  transform: translateX(5px);
}
.c-home1 .swiper-slide .banner_txt .gl .pub_btn p,
.gkh_box .swiper-slide .banner_txt .gl .pub_btn p,
.c-home1 .swiper-slide .banner_txt .gl .pub_btn i,
.gkh_box .swiper-slide .banner_txt .gl .pub_btn i {
  color: var(--txtColor);
}
.c-home1 .swiper-slide .banner_txt .gr,
.gkh_box .swiper-slide .banner_txt .gr {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 1.2rem;
  width: 60.22727273%;
}
@media (max-width: 991px) {
  .c-home1 .swiper-slide .banner_txt .gr,
  .gkh_box .swiper-slide .banner_txt .gr {
    padding: 0;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .c-home1 .swiper-slide .banner_txt .gr,
  .gkh_box .swiper-slide .banner_txt .gr {
    width: 100%;
    margin: -0.5rem 0 -1rem;
  }
}
.c-home1 .swiper-slide .banner_txt .gr img,
.gkh_box .swiper-slide .banner_txt .gr img {
  width: 100%;
  object-fit: contain;
}
.c-home1 .g_pag,
.gkh_box .g_pag {
  position: absolute;
  bottom: 1.68rem;
  z-index: 10;
  left: 0;
  width: 100%;
  display: none;
}
.c-home1 .g_pag.on,
.gkh_box .g_pag.on {
  display: block;
}
@media (max-width: 767px) {
  .c-home1 .g_pag,
  .gkh_box .g_pag {
    bottom: 1rem;
  }
}
.c-home1 .g_pag .container,
.gkh_box .g_pag .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-home1 .g_pag .container .swiper-button-next,
.gkh_box .g_pag .container .swiper-button-next,
.c-home1 .g_pag .container .swiper-button-prev,
.gkh_box .g_pag .container .swiper-button-prev {
  position: initial;
}
.c-home1 .g_pag .container .swiper-pagination,
.gkh_box .g_pag .container .swiper-pagination {
  position: initial;
  width: auto;
}
.c-home1 .swiper-button-next,
.gkh_box .swiper-button-next,
.c-home1 .swiper-button-prev,
.gkh_box .swiper-button-prev {
  width: 8px;
  height: auto;
  opacity: 1;
  transition: 0.4s;
  margin-top: 0;
  background: transparent;
}
@media (max-width: 991px) {
  .c-home1 .swiper-button-next,
  .gkh_box .swiper-button-next,
  .c-home1 .swiper-button-prev,
  .gkh_box .swiper-button-prev {
    display: none;
  }
}
.c-home1 .swiper-button-next::after,
.gkh_box .swiper-button-next::after,
.c-home1 .swiper-button-prev::after,
.gkh_box .swiper-button-prev::after {
  display: none;
}
.c-home1 .swiper-button-next img,
.gkh_box .swiper-button-next img,
.c-home1 .swiper-button-prev img,
.gkh_box .swiper-button-prev img,
.c-home1 .swiper-button-next svg,
.gkh_box .swiper-button-next svg,
.c-home1 .swiper-button-prev svg,
.gkh_box .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  color: #b6b7bd;
}
.c-home1 .swiper-button-prev,
.gkh_box .swiper-button-prev {
  margin-left: 0.12rem;
  transform: rotate(180deg);
}
.c-home1 .swiper-button-next,
.gkh_box .swiper-button-next {
  margin-right: 0.12rem;
}
.c-home1 .swiper-button-next:hover,
.gkh_box .swiper-button-next:hover,
.c-home1 .swiper-button-prev:hover,
.gkh_box .swiper-button-prev:hover {
  opacity: 1;
}
.c-home1 .swiper-pagination,
.gkh_box .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-home1 .swiper-pagination .swiper-pagination-bullet,
.gkh_box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #cacaca;
  border-radius: 3px;
  width: 8px;
  height: 8px;
  transition: all 0.4s;
  margin: 0 0.08rem;
}
.c-home1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.gkh_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.2rem;
  background: var(--color);
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .gkh_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.4rem;
  }
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination .swiper-pagination-bullet,
  .gkh_box .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    height: 3px;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet div,
.gkh_box .swiper-pagination .swiper-pagination-bullet div {
  display: none;
  height: 100%;
  background: var(--color);
  width: 0;
  transition-timing-function: linear;
}
/* 自己的公共样式 */
/*过渡*/
a {
  text-decoration: initial;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
/* 字体 */
/* @font-face{
	font-family: 'din-b';
	src: url(../font/DIN-Bold.otf);
}
@font-face{
	font-family: 'din-l';
	src: url(../font/DIN-Light.otf);
}
@font-face{
	font-family: 'din-m';
	src: url(../font/DIN-Medium.otf);
}
.font-din-b{font-family: 'din-b',@font;}
.font-din-l{font-family: 'din-l',@font;}
.font-din-m{font-family: 'din-m',@font;} */
.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;
}
/* 普通移入效果 */
.mov_08 {
  transition: all 0.4s;
}
.mov_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_md_xs {
  display: flex !important;
}
.g_md_yc {
  display: none !important;
}
@media (max-width: 767px) {
  .g_md_xs {
    display: none !important;
  }
  .g_md_yc {
    display: flex !important;
  }
}
/* 图片移入效果 */
.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: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font38,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font80 {
    font-size: 0.48rem;
  }
}
/*延迟*/
.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: #fff;
  /* show_nav 子页面导航class */
  /* nav_on 导航不在顶部后移入加上移除去掉的class */
  /* nav_on2 导航不在顶部后固定的class */
}
@media (max-width: 1260px) {
  nav {
    background: var(--color);
  }
}
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;
}
@media (max-width: 767px) {
  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;
}
@media (max-width: 767px) {
  nav.nav_on,
  nav.nav_on2 {
    background: var(--color);
  }
}
nav.nav_on svg,
nav.nav_on2 svg {
  color: #333;
}
@media (max-width: 767px) {
  nav.nav_on svg,
  nav.nav_on2 svg {
    color: #fff;
  }
}
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: block;
}
@media (max-width: 767px) {
  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: none;
}
@media (max-width: 767px) {
  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: #666 !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: #666 !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: #666 !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: #666;
}
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: 767px) {
  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: #fff !important;
  }
}
nav.ani_logo {
  background: none;
  /* &.nav_on{
			.nav_ljbox .nav_l_box .logo .xs{
				display: block !important;
			}
			.nav_ljbox .nav_l_box .logo .yc{
				display: none !important;
			}
		} */
}
@media (max-width: 767px) {
  nav.ani_logo {
    background: #fff !important;
  }
}
nav.ani_logo .nav_ljbox .nav_l_box .logo .xs {
  display: none;
}
@media (max-width: 767px) {
  nav.ani_logo .nav_ljbox .nav_l_box .logo .xs {
    display: block !important;
  }
}
nav.ani_logo .nav_ljbox .nav_l_box .logo .yc {
  display: block;
}
@media (max-width: 767px) {
  nav.ani_logo .nav_ljbox .nav_l_box .logo .yc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  nav.ani_logo .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg {
    color: #333 !important;
  }
}
@media (max-width: 767px) {
  nav.ani_logo .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p {
    color: #333 !important;
  }
}
@media (max-width: 767px) {
  nav.ani_logo .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
    color: #333 !important;
  }
}
@media (max-width: 767px) {
  nav.ani_logo #g-header .c-switch i {
    background: #333 !important;
  }
}
@media (max-width: 767px) {
  nav.ani_logo .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan:hover .nav_lan_box p,
  nav.ani_logo .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan:hover .nav_lan_box svg {
    color: #333 !important;
  }
}
@media (max-width: 767px) {
  nav.ani_logo .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p,
  nav.ani_logo .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p,
  nav.ani_logo .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg,
  nav.ani_logo .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
    color: #333 !important;
  }
}
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: 88px;
  padding: 0 0 0 31px;
  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 {
  flex-shrink: 0;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
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.35rem;
  height: auto;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_l_box .logo img {
    width: 2rem;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo img {
    width: 2.2rem;
  }
}
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 {
  width: 100%;
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
nav .nav_ljbox .nav_r_box .nav_r {
  height: 100%;
  display: flex;
  justify-content: space-between;
  /* 导航右边内容 */
}
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: #666;
  margin: 0 0.29rem;
  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: 9px;
  height: 6px;
  position: absolute;
  right: -17px;
  color: #666;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > svg path {
  fill: #666;
}
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: #666;
  /* &::after{
										transition: all 0.4s;
										content: '';
										position: absolute;
										bottom: 0;
										width: 0;
										height: 2px;
										left: 50%;
										background: @colorNav_hover_line;
										transform: translateX(-50%);
									} */
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .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_login {
  cursor: pointer;
  background: var(--color);
  height: 0.54rem;
  padding: 0 0.21rem;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_login {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_login i {
  margin-right: 0.09rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.24rem;
  height: auto;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_login i {
    width: 0.28rem;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_login i {
    width: 0.32rem;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_login i svg,
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_login i img {
  color: #fff;
  width: 100%;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_login i svg path,
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_login i img path {
  fill: var(--color);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan {
  margin-left: 0.3rem;
  margin-right: 0.24rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan {
    margin: 0;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan:hover > svg {
  color: var(--color);
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan:hover > svg {
    color: #fff;
  }
}
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) !important;
}
@media (max-width: 767px) {
  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: #fff !important;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg {
  transition: all 0.4s;
  width: 18px;
  color: #999;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg {
    color: #fff;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg path {
  fill: #666;
}
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: #666;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  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 {
  margin-left: 0.08rem;
  color: #666;
  flex-shrink: 0;
  width: 9px;
  height: 6px;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
    color: #fff;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg path {
  fill: #666;
}
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;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel {
    left: auto;
    right: 0;
    transform: translateX(0%);
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .gico {
  opacity: 1;
  z-index: 1;
  position: absolute;
  top: -0.11rem;
  left: 50%;
  transform: translateX(-50%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: 0.22rem;
  color: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .gico svg,
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .gico img {
  color: #fff;
  width: 100%;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .gico svg path,
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .gico img path {
  fill: var(--color);
}
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%;
  border-radius: 0.1rem;
  padding: 0.1rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a {
  transition: all 0.4s;
  border-radius: 0.05rem;
  white-space: nowrap;
  padding: 0.1rem 0.12rem;
}
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);
  background: #fee9e9;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search {
  position: relative;
  height: 100%;
  padding-right: 0.33rem;
  /* 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;
    padding-right: 0;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search:hover .nav_search_a i svg {
  color: var(--color);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search:hover .nav_search_a p {
  color: var(--color);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a {
  height: 100%;
  padding-left: 0.2rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #656566;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a i {
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  color: var(--color);
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a i {
    width: 0.26rem;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a i svg,
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a i img {
  color: #333;
  transition: all 0.4s;
  width: 100%;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a i svg path,
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a i img path {
  fill: var(--color);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .nav_search_a p {
  transition: all 0.4s;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch {
  position: absolute;
  right: 0.33rem;
  top: 100%;
  width: 646px;
  background-color: #ffffff;
  color: #222222;
  display: none;
  z-index: 1000;
  border-radius: 0.2rem;
  box-shadow: 0 22px 59px rgba(163, 170, 177, 0.29);
  padding: 0.45rem 0.5rem 0.4rem;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch {
    width: 100%;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .gico {
  opacity: 1;
  z-index: 1;
  position: absolute;
  top: -0.11rem;
  right: 0.2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: 0.22rem;
  color: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .gico svg,
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .gico img {
  color: #fff;
  width: 100%;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .gico svg path,
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .gico img path {
  fill: var(--color);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont {
  max-width: 1000px;
  margin: 0 auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .fz_title {
  margin-bottom: 1.36rem;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .fz_title {
    margin-bottom: 0.6rem;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form {
    padding-bottom: 0.3rem;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form p {
  margin-bottom: 0.24rem;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form .g_form {
  margin-bottom: 0.2rem;
  border: 1px solid #e1e3e8;
  border-radius: 0.1rem;
  background: #fafbfc;
  display: flex;
  padding-right: 20px;
  justify-content: space-between;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form .g_form input {
  height: 0.6rem;
  width: calc(100% - 26px);
  padding-right: 0.26rem;
  padding-left: 20px;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form .g_form input {
    width: calc(100% - 0.36rem);
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form .g_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #969797;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form .g_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #969797;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form .g_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #969797;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form .g_form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 24px;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form .g_form .f_sub {
    width: 0.36rem;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form .g_form .f_sub img {
  float: left;
  width: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form .g_form .f_sub svg {
  transition: all 0.4s;
  display: flex;
  color: #999999;
  width: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form .g_form .f_sub svg path {
  fill: #444444;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form .g_form .f_sub:hover svg {
  color: var(--color);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_form .g_form .f_sub:hover svg path {
  fill: var(--color);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_jut {
  display: flex;
  line-height: 24px;
  align-items: flex-start;
  line-height: 36px;
}
@media (max-width: 1580px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_jut {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_jut {
    line-height: 26px;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_jut .name {
  color: #999;
  flex-shrink: 0;
  margin-top: 4px;
  display: block;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_jut .f_list {
  fill: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_jut .f_list .li {
  margin-bottom: 10px;
  color: #555555;
  border-radius: 0.1rem;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 5px 0.2rem;
  margin-right: 0.1rem;
}
@media (max-width: 1580px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_jut .f_list .li {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_jut .f_list .li {
    border-radius: 13px;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_navsearch .f_cont .f_jut .f_list .li:hover {
  color: var(--color);
  background-color: #fee9e9;
}
/* 导航各种效果 */
.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: -0.4rem;
  z-index: 1000;
  border-radius: 0 0 0.2rem 0.2rem;
  box-shadow: 0 22px 59px rgba(163, 170, 177, 0.29);
  display: none;
  width: auto;
  white-space: nowrap;
}
.g_nav2 .pro_nav {
  position: relative;
}
.g_nav2 .pro_nav .gico {
  opacity: 1;
  z-index: 1;
  position: absolute;
  top: -0.11rem;
  left: 0.9rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: 0.22rem;
  color: #fff;
  filter: drop-shadow(0 0 10px rgb(238 238 297.5%));
}
.g_nav2 .pro_nav .gico svg,
.g_nav2 .pro_nav .gico img {
  color: #fff;
  width: 100%;
  height: auto;
}
.g_nav2 .pro_nav .gico svg path,
.g_nav2 .pro_nav .gico img path {
  fill: var(--color);
}
.g_nav2 .pro_nav .pro_nav_box {
  position: relative;
  z-index: 10;
  background: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 0.2rem;
  width: 8.98rem;
}
.g_nav2 .pro_nav .pro_nav_box .gl {
  border-right: 1px solid #eeeeee;
  padding: 0.3rem 0.1rem 0.1rem 0.3rem;
  width: 22.27171492%;
}
.g_nav2 .pro_nav .pro_nav_box .gl .item {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}
.g_nav2 .pro_nav .pro_nav_box .gl .item.on i {
  background: -webkit-linear-gradient(to bottom, #ff7d7d, #f92626);
  background: linear-gradient(to bottom, #ff7d7d, #f92626);
}
.g_nav2 .pro_nav .pro_nav_box .gl .item.on i svg,
.g_nav2 .pro_nav .pro_nav_box .gl .item.on i img {
  color: #fff;
}
.g_nav2 .pro_nav .pro_nav_box .gl .item.on p {
  color: var(--color);
}
.g_nav2 .pro_nav .pro_nav_box .gl .item i {
  margin-right: 0.2rem;
  background: #fee9e9;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  color: var(--color);
}
@media (max-width: 1260px) {
  .g_nav2 .pro_nav .pro_nav_box .gl .item i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .g_nav2 .pro_nav .pro_nav_box .gl .item i {
    width: 0.26rem;
  }
}
.g_nav2 .pro_nav .pro_nav_box .gl .item i svg,
.g_nav2 .pro_nav .pro_nav_box .gl .item i img {
  color: var(--color);
  width: 23px;
  height: auto;
}
.g_nav2 .pro_nav .pro_nav_box .gl .item i svg path,
.g_nav2 .pro_nav .pro_nav_box .gl .item i img path {
  fill: var(--color);
}
.g_nav2 .pro_nav .pro_nav_box .gl .item p {
  color: #666;
}
.g_nav2 .pro_nav .pro_nav_box .gr {
  padding: 0.3rem 0.3rem 0.3rem 0.4rem;
  width: 77.72828508%;
}
.g_nav2 .pro_nav .pro_nav_box .gr .item {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.g_nav2 .pro_nav .pro_nav_box .gr .item .g_th {
  height: 100%;
  width: 26.68810289%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  white-space: initial;
  padding-right: 0.2rem;
}
.g_nav2 .pro_nav .pro_nav_box .gr .item .g_th a {
  margin-bottom: 0.2rem;
}
.g_nav2 .pro_nav .pro_nav_box .gr .item .g_th a:hover {
  color: var(--color);
}
.g_nav2 .pro_nav .pro_nav_box .gr .item .public-img {
  border-radius: 0.1rem;
  width: 73.31189711%;
}
.g_nav2 .pro_nav .pro_nav_box .gr .item .public-img:before {
  padding-top: 55.92105263%;
}
.g_nav3 {
  position: absolute;
  top: calc(100% - 0.2rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  border-radius: 0 0 0.2rem 0.2rem;
  box-shadow: 0 22px 59px rgba(163, 170, 177, 0.29);
  opacity: 0;
  pointer-events: none;
  width: auto;
  white-space: nowrap;
  transition: all 0.2s;
}
.g_nav3.on {
  opacity: 1;
  pointer-events: initial;
  top: 100%;
}
.g_nav3 .pro_nav {
  position: relative;
}
.g_nav3 .pro_nav .gico {
  opacity: 1;
  z-index: 1;
  position: absolute;
  top: -0.11rem;
  left: 50%;
  transform: translateX(-50%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: 0.22rem;
  color: #fff;
  filter: drop-shadow(0 0 10px rgb(238 238 297.5%));
}
.g_nav3 .pro_nav .gico svg,
.g_nav3 .pro_nav .gico img {
  color: #fff;
  width: 100%;
  height: auto;
}
.g_nav3 .pro_nav .gico svg path,
.g_nav3 .pro_nav .gico img path {
  fill: var(--color);
}
.g_nav3 .pro_nav .pro_nav_box {
  min-width: 2.96rem;
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem 0.3rem 1px;
}
.g_nav3 .pro_nav .pro_nav_box .item {
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
}
.g_nav3 .pro_nav .pro_nav_box .item:hover i {
  background: var(--color);
}
.g_nav3 .pro_nav .pro_nav_box .item:hover i svg,
.g_nav3 .pro_nav .pro_nav_box .item:hover i img {
  color: #fff;
}
.g_nav3 .pro_nav .pro_nav_box .item:hover .txt h3 {
  color: var(--color);
}
.g_nav3 .pro_nav .pro_nav_box .item i {
  transition: all 0.4s;
  margin-right: 0.2rem;
  background: #fee9e9;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: var(--color);
}
@media (max-width: 1260px) {
  .g_nav3 .pro_nav .pro_nav_box .item i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .g_nav3 .pro_nav .pro_nav_box .item i {
    width: 0.26rem;
  }
}
.g_nav3 .pro_nav .pro_nav_box .item i svg,
.g_nav3 .pro_nav .pro_nav_box .item i img {
  transition: all 0.4s;
  color: var(--color);
  width: 23px;
  height: auto;
}
.g_nav3 .pro_nav .pro_nav_box .item i svg path,
.g_nav3 .pro_nav .pro_nav_box .item i img path {
  fill: var(--color);
}
.g_nav3 .pro_nav .pro_nav_box .item .txt h3 {
  transition: all 0.4s;
  font-weight: bold;
}
.g_nav3 .pro_nav .pro_nav_box .item .txt p {
  font-size: 13px;
  color: #666;
}
/* 移动端导航 */
#g-header {
  display: none;
}
@media (max-width: 1260px) {
  #g-header {
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
  }
}
#g-header .c-nav2 {
  position: absolute;
  left: -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 #ddd;
}
#g-header .c-nav2 li.on img,
#g-header .c-nav2 li.on svg {
  transform: rotate(0deg) !important;
}
@media (max-width: 767px) {
  #g-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#g-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#g-header .c-nav2 li .c-title-box img,
#g-header .c-nav2 li .c-title-box svg {
  transform: rotate(-90deg);
  width: 0.3rem;
  height: auto;
  transition: all 0.3s;
  margin: 0 0 0 10px;
  float: right;
  color: #333;
  display: block;
}
@media (max-width: 1260px) {
  #g-header .c-nav2 li .c-title-box img,
  #g-header .c-nav2 li .c-title-box svg {
    width: 12px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #g-header .c-nav2 li .c-title-box img,
  #g-header .c-nav2 li .c-title-box svg {
    width: 9px;
  }
}
#g-header .c-nav2 li .c-title-box img path,
#g-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#g-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
#g-header .c-nav2 li a i {
  font-size: 20px;
}
#g-header .c-nav2 li a:hover,
#g-header .c-nav2 li.on > a {
  color: var(--color);
}
#g-header .c-nav2 li ul {
  display: none;
}
#g-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #g-header .c-switch {
    display: block;
  }
}
#g-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#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 {
  left: 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;
}
/* 网站地图 */
.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: #231815;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-la {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
}
.g-mapon .box .item .g-twa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.g-mapon .box .item .g-twa a {
  min-width: 1.8rem;
  margin-right: 0.2rem;
  margin-bottom: 0.15rem;
  padding-right: 0.2rem;
  color: #000;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-twa a {
    min-width: auto;
  }
}
/* 404 */
.notbox404 {
  padding: 0.5rem 0 1.2rem;
}
.notbox404 .notbox404_box {
  text-align: center;
  width: 90%;
  margin: auto;
}
.notbox404 .notbox404_box > img {
  margin-bottom: 0.75rem;
  width: 6rem;
}
@media (max-width: 991px) {
  .notbox404 .notbox404_box > img {
    width: 90%;
  }
}
.notbox404 .notbox404_box .notbox404_con .txt {
  margin: 0.25rem 0 0.6rem;
}
.notbox404 .notbox404_box .notbox404_con .txt span {
  color: var(--color);
}
/* 免责声明 */
.g-pri {
  padding: 1.1rem 0 3rem;
}
.g-pri .box .tit {
  margin-bottom: 0.35rem;
  text-align: center;
}
.g-pri .box .tit h2 {
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.g-pri .box .tit .g-p {
  display: flex;
  justify-content: center;
}
.g-pri .box .tit .g-p p {
  color: #999;
  margin: 0 0.18rem;
}
.g-pri .box .public-content h3 {
  font-size: 24px;
}
.g-pri .box .public-content .p1 {
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .p1:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .p1:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box {
  display: flex;
}
@media (max-width: 767px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box {
    flex-direction: column;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span {
  flex-shrink: 0;
  color: #222;
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul {
  padding: 0;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul li {
  list-style: none;
}
.pub_title {
  text-align: center;
}
.pub_title h2 {
  font-weight: bold;
  color: #1e304a;
  line-height: 1.2;
}
.pub_title p {
  margin-top: 0.2rem;
  color: #999;
}
.pub_btn {
  min-width: 1.38rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 0.48rem;
  padding: 0 0.2rem 0 0.3rem;
  border-radius: 0.1rem;
  /* border-radius: 100px; */
  overflow: hidden;
  background: #fee9e9;
  border: 1px solid transparent;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .pub_btn {
    height: 0.6rem;
    padding-left: 0.3rem;
  }
}
@media (max-width: 767px) {
  .pub_btn {
    height: 0.8rem;
    padding-left: 0.4rem;
  }
}
.pub_btn:hover {
  background: var(--color);
}
.pub_btn:hover i {
  color: #fff;
}
.pub_btn:hover i svg path,
.pub_btn:hover i img path {
  fill: var(--color);
}
.pub_btn:hover p {
  color: #fff;
}
.pub_btn i {
  transition: all 0.4s;
  margin-left: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  height: auto;
  color: #f92626;
}
.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 {
  position: relative;
  z-index: 5;
  color: #f92626;
  font-weight: bold;
  transition: all 0.4s;
}
.pub_btn2 {
  background: var(--color);
}
.pub_btn2:hover {
  border-color: var(--color);
  background: #fff;
}
.pub_btn2:hover p {
  color: var(--color);
}
.pub_btn2:hover i svg {
  color: var(--color);
}
.pub_btn2 p {
  color: #fff;
}
.pub_btn2 i svg {
  color: #fff;
}
.pub_btn3 {
  min-width: 0.88rem;
  height: 0.44rem;
  background: #fff;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .pub_btn3 {
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .pub_btn3 {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.pub_btn3:hover {
  border-color: var(--color);
  background: #fff;
}
.pub_btn3:hover p {
  color: var(--color);
}
.pub_btn3:hover i {
  left: 5px;
}
.pub_btn3:hover i svg {
  color: var(--color);
}
.pub_btn3 p {
  color: var(--color);
}
.pub_btn3 i {
  position: relative;
  left: 0;
}
.pub_btn3 i svg {
  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;} */
/* 开始 */
.hon {
  background: #f72b2b;
  color: #fff;
}
.hon .hi-nav1 .swiper .swiper-slide {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 1.66rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1260px) {
  .hon .hi-nav1 .swiper .swiper-slide {
    border: none;
  }
}
.hon .hi-nav1 .swiper .swiper-slide:first-child {
  border: none;
}
.hon .hi-nav1 .swiper .swiper-slide .txt {
  display: flex;
  align-items: flex-end;
}
.hon .hi-nav1 .swiper .swiper-slide .txt span {
  line-height: 0.9;
}
.hon .hi-nav1 .swiper .swiper-slide .txt p {
  margin-left: 0.15rem;
}
.htw {
  overflow: hidden;
  padding: 0.88rem 0 1.5rem 0;
}
@media (max-width: 767px) {
  .htw {
    padding: 0.88rem 0;
  }
}
.htw .hsi_nav {
  margin-top: 0.4rem;
  display: flex;
  position: relative;
  /* &::after{
			content: '';
			position: absolute;
			width: 100%;
			height: 1px;
			border-bottom: 1px dashed #eeeeee;
			top: 50%;
			left: 0;
		} */
}
.htw .hsi_nav p {
  cursor: pointer;
  position: relative;
  z-index: 10;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0.8rem;
  height: 0.36rem;
  padding: 0 0.1rem;
  color: #999;
  background: #e9e9e9;
  margin-left: 0.15rem;
  transition: all 0.4s;
  /* &::after{
				content: '';
				position: absolute;
				width: 6px;
				height: 6px;
				border-radius: 50%;
				background: #dddddd;
				right: calc( -0.2rem - 3px);
				top: 53%;
				transform: translateY(-50%);
			} */
}
@media (max-width: 1580px) {
  .htw .hsi_nav p {
    height: 0.46rem;
    padding: 0 0.3rem;
  }
}
.htw .hsi_nav p.on {
  background: var(--color);
  color: #fff;
}
.htw .hsi_nav p:first-child {
  margin-left: 0;
}
.htw .hsi_nav p:last-child::after {
  display: none;
}
.htw .box {
  padding-left: calc((100% - 1600px)/2);
}
@media (max-width: 1580px) {
  .htw .box {
    padding-left: 8%;
  }
}
@media (max-width: 1260px) {
  .htw .box {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .htw .box {
    padding: 0 5%;
  }
}
.htw .box .htw_con {
  position: relative;
  margin-top: 0.42rem;
}
.htw .box .htw_con .swiper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.htw .box .htw_con .swiper.on {
  position: relative;
  z-index: 10;
  opacity: 1;
}
@media (min-width: 1261px) {
  .htw .box .htw_con .swiper .swiper-slide:hover .htw_nr {
    top: -0.55rem;
  }
}
.htw .box .htw_con .swiper .swiper-slide.on .htw_txt {
  opacity: 0;
}
.htw .box .htw_con .swiper .swiper-slide.on .htw_nr .htw_show {
  opacity: 0;
}
.htw .box .htw_con .swiper .swiper-slide.on .htw_nr .htw_yr {
  opacity: 1;
}
.htw .box .htw_con .swiper .swiper-slide .htw_txt {
  transition: all 0.4s;
}
.htw .box .htw_con .swiper .swiper-slide .htw_txt h3 {
  font-weight: bold;
  margin-bottom: 0.22rem;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr {
  transition: all 0.4s;
  top: 0;
  position: relative;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show {
  position: relative;
  width: 100%;
  height: 100%;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .public-img {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .public-img:before {
  padding-top: 138.81401617%;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.2rem 0.2rem 0.25rem;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_t {
  display: flex;
  align-items: center;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_t i {
  margin-right: 0.08rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: auto;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1260px) {
  .htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_t i {
    width: 0.26rem;
  }
}
@media (max-width: 767px) {
  .htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_t i {
    width: 0.3rem;
  }
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_t i svg,
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_t i img {
  width: 100%;
  height: auto;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_t i svg path,
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_t i img path {
  fill: var(--color);
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_t p {
  color: #fff;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_b {
  display: flex;
  align-items: flex-end;
  color: rgba(255, 255, 255, 0.6);
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_b .p1 {
  width: 1em;
  line-height: 1;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_b .p1 span {
  display: inline-flex;
  margin: 5px 0 2px;
  color: #fff;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_b .p2 {
  margin: 0 0.08rem 0 0.12rem;
  font-size: 1rem;
  line-height: 0.8;
  color: #fff;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_show .htw_show_box .htw_show_b .p3 {
  line-height: 1.7;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr {
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.2rem;
  z-index: 10;
  background: #fff;
  padding: 0.24rem 0.3rem 0.27rem;
}
@media (max-width: 767px) {
  .htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr {
    overflow: auto;
  }
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_tb {
  border-bottom: 1px dashed #eee;
  padding-bottom: 0.28rem;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_tb h3 {
  color: #f92626;
  margin-bottom: 0.18rem;
}
@media (max-width: 767px) {
  .htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_tb h3 {
    font-size: 14px;
  }
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_tb .htw_yr_tit {
  display: flex;
  align-items: center;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_tb .htw_yr_tit i {
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #0d0d0d;
}
@media (max-width: 1260px) {
  .htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_tb .htw_yr_tit i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_tb .htw_yr_tit i {
    width: 0.26rem;
  }
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_tb .htw_yr_tit i svg,
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_tb .htw_yr_tit i img {
  width: 100%;
  height: auto;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_tb .htw_yr_tit i svg path,
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_tb .htw_yr_tit i img path {
  fill: var(--color);
}
@media (max-width: 767px) {
  .htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_tb .htw_yr_tit p {
    font-size: 12px;
  }
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box {
  border-bottom: 1px dashed #f5f5f5;
  padding: 0.26rem 0 0.3rem;
  display: flex;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gl {
  width: 11px;
  margin-right: 15px;
  flex-shrink: 0;
  position: relative;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gl .gl_box {
  margin-top: 12px;
  height: calc(100% - 24px);
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gl .i1 {
  display: block;
  width: 1px ;
  height: 100%;
  border-left: 1px dashed #eeeeee;
  position: relative;
  top: 12px;
  transform: translateX(-50%);
  left: 5px;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gl .i2 {
  transition: all 1s;
  width: 1px ;
  height: 0;
  border-left: 1px solid var(--color);
  position: absolute;
  top: 12px;
  transform: translateX(-50%);
  left: 5px;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gl svg,
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gl img {
  position: absolute;
  z-index: 20;
  color: var(--color);
  top: 0;
  transition: all 1s;
  width: auto;
  left: 50%;
  height: 25px;
  transform: translateX(-50%);
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gr {
  position: relative;
  z-index: 10;
  color: #666;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gr .item {
  margin-bottom: 0.26rem;
  position: relative;
}
@media (max-width: 767px) {
  .htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gr .item {
    margin-bottom: 0.15rem;
  }
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gr .item:last-child {
  margin-bottom: 0;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gr .item.on::after {
  background: var(--color);
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gr .item::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eeeeee;
  left: -25px;
  top: 8px;
}
@media (max-width: 767px) {
  .htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gr .item::after {
    width: 6px;
    height: 6px;
    left: -24px;
  }
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gr .item p {
  line-height: 24px;
}
@media (max-width: 767px) {
  .htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gr .item p {
    font-size: 12px !important;
    line-height: 1.3;
  }
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_t .htw_yr_box .gr .item .p3 {
  font-size: 12px;
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_b {
  margin-top: 0.1rem;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 767px) {
  .htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_b {
    font-size: 12px;
  }
}
.htw .box .htw_con .swiper .swiper-slide .htw_nr .htw_yr .htw_yr_b span {
  padding: 4px 0.14rem;
  background: #fde6e7;
  border-radius: 0.08rem;
  margin: 0 0.06rem 0.06rem 0;
  color: var(--color);
}
.htw .box .htw_con .g_qie {
  display: flex;
  margin-top: 0.5rem;
}
.htw .box .htw_con .g_qie .pub_nav {
  margin-top: 0;
  position: initial;
  margin-right: 10px;
  transform: translateY(0%);
}
.htw .box .htw_con .g_tac {
  display: none;
}
@media (max-width: 767px) {
  .htw .box .htw_con .g_tac {
    display: block;
    margin-top: 0.3rem;
  }
}
.htw .box .htw_con .g_tac .pub_btn {
  padding: 0 0.3rem;
}
.g_title_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g_title_box {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .g_title_box .g_title {
    margin-bottom: 0.2rem;
  }
}
.g_title h2 {
  font-weight: bold;
  margin-bottom: 0.16rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .g_title h2 {
    font-size: 24px;
  }
}
.g_title p {
  color: #999;
}
.g_qie .pub_nav {
  width: 0.58rem;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.02);
  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 {
  color: var(--color);
  width: calc(8/58*100%);
  height: auto;
}
.g_qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
  transition: all 0.4s;
}
.g_qie .pub_prev {
  left: 0.8rem;
}
.g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.g_qie .pub_next {
  right: 0.8rem;
}
.hi-mouse1 {
  pointer-events: none;
}
@media (max-width: 767px) {
  .hi-mouse1 {
    display: none;
  }
}
.hi-mouse1 .c-btn {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1.44rem;
  height: 1.44rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: none;
  pointer-events: none;
  z-index: 10000;
}
.hi-mouse1 .c-btn .c-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% ;
  height: 100% ;
  background: var(--color);
  transform: scale(0);
  transition: all 0.6s;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.hi-mouse1 .c-btn .c-btn-box .c-btn-con {
  border: 1px dashed #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 0.16rem);
  height: calc(100% - 0.16rem);
}
.hi-mouse1 .c-btn .c-btn-box .c-btn-con span {
  margin: 0;
}
.hi-mouse1 .c-btn .c-btn-box .c-btn-con img,
.hi-mouse1 .c-btn .c-btn-box .c-btn-con svg {
  margin: 0 0 0.1rem 0.05rem;
}
.hi-mouse1 .c-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  pointer-events: none;
}
.hi-mouse1.show .c-btn {
  cursor: pointer;
}
.hi-mouse1.show .c-btn .c-btn-box {
  transform: scale(1);
}
.hi-mouse1-2 {
  /* pointer-events: initial; */
}
.hi-mouse1-2.show .c-btn {
  /* pointer-events: initial; */
}
.hth_ht {
  position: relative;
  height: 450vh;
}
@media screen and (min-width: 1940px) {
  .hth_ht {
    height: 420vh;
  }
}
@media (max-width: 767px) {
  .hth_ht {
    height: auto;
  }
}
.hth_ht .hth {
  display: flex;
  align-items: center;
  /* position: sticky; */
  /* position: -webkit-sticky; */
  top: 0;
  height: 100vh;
  padding: 0.3rem 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .hth_ht .hth {
    padding: 1rem 0;
    height: auto;
    position: initial;
  }
}
.hth_ht .hth .box {
  margin-top: 0.6rem;
  display: flex;
  border-radius: 0.2rem;
  overflow: hidden;
  border: 1px solid #eeeeee;
  background: url(../images/home8.png) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .hth_ht .hth .box {
    border: none;
    flex-direction: column;
    background: none;
    border-radius: 0;
  }
}
.hth_ht .hth .box .swiper {
  width: 100%;
}
.hth_ht .hth .box .swiper .swip2_pag {
  display: none;
}
@media (max-width: 767px) {
  .hth_ht .hth .box .swiper .swip2_pag {
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
    position: initial;
  }
}
.hth_ht .hth .box .swiper .swip2_pag .swiper-pagination-bullet {
  background: var(--color);
}
.hth_ht .hth .box .swiper .swiper-slide {
  flex-shrink: initial;
  width: 50%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hth_ht .hth .box .swiper .swiper-slide {
    width: 100% !important;
    border-radius: 0.2rem;
    flex-shrink: 0;
  }
}
.hth_ht .hth .box .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.hth_ht .hth .box .swiper .swiper-slide.on {
  width: 34.375%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .hth_ht .hth .box .swiper .swiper-slide.on {
    width: 45%;
  }
}
.hth_ht .hth .box .swiper .swiper-slide.on .item .txt .gxs {
  opacity: 0;
}
.hth_ht .hth .box .swiper .swiper-slide.on .item .txt .gyr {
  opacity: 1;
}
.hth_ht .hth .box .swiper .swiper-slide .item {
  width: 100%;
  height: 6.2rem;
  position: relative;
  border-right: 1px solid #eeeeee;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hth_ht .hth .box .swiper .swiper-slide .item {
    height: 8rem;
  }
}
@media (max-width: 767px) {
  .hth_ht .hth .box .swiper .swiper-slide .item {
    border-radius: 0.2rem;
  }
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gxs {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  padding: 0.8rem 0.4rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* -webkit-backdrop-filter:  blur(5px);
								backdrop-filter:  blur(5px); */
}
@media (max-width: 767px) {
  .hth_ht .hth .box .swiper .swiper-slide .item .txt .gxs {
    opacity: 0;
  }
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gxs i {
  background: -webkit-linear-gradient(to bottom, #fbe9e9, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #fbe9e9, rgba(255, 255, 255, 0));
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.2rem;
  color: var(--color);
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gxs i svg,
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gxs i img {
  width: 0.52rem;
  height: auto;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gxs i svg path,
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gxs i img path {
  fill: var(--color);
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gxs i svg .cls-22,
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gxs i img .cls-22 {
  fill: #fff !important;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gxs h3 {
  margin-top: 0.2rem;
  color: #333;
  font-weight: bold;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr {
  background: -webkit-linear-gradient(to right, #f92626, #fe4e4e);
  background: linear-gradient(to right, #f92626, #fe4e4e);
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0.25rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr {
    opacity: 1;
  }
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .g_tit {
  margin-bottom: 0.42rem;
  display: flex;
  align-items: center;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .g_tit i {
  margin-right: 0.07rem;
  flex-shrink: 0;
  display: flex;
  width: 0.27rem;
  height: auto;
}
@media (max-width: 767px) {
  .hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .g_tit i {
    width: 0.5rem;
  }
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .g_tit i svg,
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .g_tit i img {
  width: 100%;
  height: auto;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .g_tit i svg path,
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .g_tit i img path {
  fill: #fff;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .g_tit h3 {
  font-weight: bold;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gtxt {
  margin-bottom: 0.62rem;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gtxt p {
  margin-bottom: 5px;
  font-weight: bold;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box {
  width: 100%;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .g_p {
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con {
  width: 100%;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con .gyr_it {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.16rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.1rem;
  width: 100%;
  transition: all 0.4s;
  padding: 0.15rem 0.2rem;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con .gyr_it:hover {
  background: #fff;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con .gyr_it:hover .left span {
  color: var(--color);
  border-color: #e5e5e5;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con .gyr_it:hover .left p {
  color: #666;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con .gyr_it:hover i {
  opacity: 1;
  color: var(--color);
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con .gyr_it .left {
  width: 90%;
  display: flex;
  align-items: center;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con .gyr_it .left span {
  flex-shrink: 0;
  min-width: 50px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1;
  margin-right: 0.12rem;
  transition: all 0.4s;
  padding-right: 0.12rem;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con .gyr_it .left p {
  transition: all 0.4s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con .gyr_it i {
  transition: all 0.4s;
  margin-left: 0.3rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: auto;
  color: #fff;
  opacity: 0;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con .gyr_it i svg,
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con .gyr_it i img {
  width: 100%;
  height: auto;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con .gyr_it i svg path,
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .gyr_box .gyr_con .gyr_it i img path {
  fill: var(--color);
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .g_a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.35rem;
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .g_a a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  width: calc(50% - 7px);
  height: 0.48rem;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .g_a a {
    height: 0.68rem;
  }
}
.hth_ht .hth .box .swiper .swiper-slide .item .txt .gyr .g_a a:hover {
  background: #fff;
  color: var(--color);
}
.hth_ht .g_newvid {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.hth_ht .g_newvid img,
.hth_ht .g_newvid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hth_ht .hfo {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin-top: -100vh;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 767px) {
  .hth_ht .hfo {
    margin-top: 0;
    opacity: 1;
  }
}
.hth_ht .hfo .hfo_box {
  position: relative;
  height: 100vh;
  width: 100%;
  display: block;
  z-index: 10;
}
@media (max-width: 767px) {
  .hth_ht .hfo .hfo_box {
    padding: 0 0 0.6rem;
    height: auto;
  }
}
.hth_ht .hfo .img {
  overflow: hidden;
  /* background: #f7f8fb; */
  /* position: sticky; */
  /* position: -webkit-sticky; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .hth_ht .hfo .img {
    height: auto;
  }
}
.hth_ht .hfo .img img,
.hth_ht .hfo .img svg {
  color: #fff;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 0; */
  transform: scale(24) translateY(18%);
}
@media (max-width: 767px) {
  .hth_ht .hfo .img img,
  .hth_ht .hfo .img svg {
    transform: scale(1) translateY(0);
    height: 56vh;
  }
}
.hth_ht .hfo .container {
  height: 100%;
  position: relative;
  z-index: 10;
}
.hth_ht .hfo .hfo_con {
  overflow: hidden;
  margin-top: -100vh;
}
@media (max-width: 767px) {
  .hth_ht .hfo .hfo_con {
    margin-top: -19vh;
    background: #fff;
  }
}
.hth_ht .hfo .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1px 0;
  width: 100%;
  height: 100%;
}
.hth_ht .hfo .box .gtit {
  opacity: 0;
  position: relative;
  margin: 28vh auto 0;
  width: 617px;
  transform: scale(1.3);
}
@media (max-width: 767px) {
  .hth_ht .hfo .box .gtit {
    transform: scale(1);
    width: 80%;
    margin: 11vh auto 0;
    display: none;
  }
}
.hth_ht .hfo .box .gtit .img1 {
  width: 100%;
}
.hth_ht .hfo .box .gtit .img2 {
  position: absolute;
  left: -5px;
  top: 90%;
  opacity: 1;
  width: 100%;
}
.hth_ht .hfo .box .gtit .maskLayer {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  clip-path: inset(0.5% 0.5% 0.5% 1.2%);
}
@media screen and (min-width: 1940px) {
  .hth_ht .hfo .box .gtit .maskLayer {
    clip-path: inset(0.5% -0.5% 0.5% -0.8%);
  }
}
@media (max-width: 767px) {
  .hth_ht .hfo .box .gtit .maskLayer {
    display: none;
  }
}
.hth_ht .hfo .box .gtit .maskLayer video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: url(../images/home15.png);
  mask-image: url(../images/home15.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.hth_ht .hfo .box .txt {
  transform: translateY(1rem);
  opacity: 0;
  margin-top: 0.6rem;
  text-align: center;
}
@media screen and (min-width: 1940px) {
  .hth_ht .hfo .box .txt {
    margin-top: 2.6rem;
  }
}
@media (max-width: 767px) {
  .hth_ht .hfo .box .txt {
    opacity: 1;
    transform: translateY(0);
  }
}
.hth_ht .hfo .box .txt .p1 {
  margin-bottom: 0.08rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .hth_ht .hfo .box .txt .p1 {
    font-size: 24px;
  }
}
.hth_ht .hfo .box .txt .p1 span {
  color: var(--color);
}
.hth_ht .hfo .box .txt .p2 {
  color: #666;
}
.hth_ht .hfo .box .g_num {
  transform: translateY(1rem);
  opacity: 0;
  /* position: absolute; */
  width: 100%;
  /* bottom: 0.9rem; */
  display: flex;
  justify-content: space-between;
  margin: 0.9rem auto;
}
@media (max-width: 767px) {
  .hth_ht .hfo .box .g_num {
    opacity: 1;
    transform: translateY(0);
    margin: 0.9rem auto 0;
  }
}
@media (max-width: 767px) {
  .hth_ht .hfo .box .g_num {
    margin-top: 0.9rem;
    position: initial;
    flex-wrap: wrap;
  }
}
.hth_ht .hfo .box .g_num .item {
  flex-direction: column;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .hth_ht .hfo .box .g_num .item {
    width: 50%;
    margin-bottom: 0.3rem;
  }
}
.hth_ht .hfo .box .g_num .item .item_t {
  align-items: flex-start;
  display: flex;
  color: var(--color);
}
.hth_ht .hfo .box .g_num .item .item_t p {
  line-height: 1;
  font-weight: bold;
}
.hth_ht .hfo .box .g_num .item .item_t span {
  margin: 0.06rem 0 0 0.07rem;
  font-weight: bold;
  line-height: 1;
}
.hth_ht .hfo .box .g_num .item .item_b {
  margin-top: 0.1rem;
}
.hth_ht .hfo .box .g_num .item .item_b p {
  font-weight: bold;
}
.hfi {
  height: 9.6rem;
  position: relative;
  padding: 1.23rem 0;
  width: 100%;
  background: #fff;
}
.hfi .g_video {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hfi .g_video img,
.hfi .g_video video {
  margin: -1% 0 0 -1%;
  width: 102%;
  height: 102%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hfi {
    padding: 1rem 0 0.8rem;
  }
}
.hfi .container .hfi_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .hfi .container .hfi_box {
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .hfi .container .hfi_box .g_title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hfi .container .hfi_box .g_title h2 {
    font-size: 24px;
  }
}
.hfi .container .hfi_box .hfi_r {
  width: 4.04rem;
}
@media (max-width: 991px) {
  .hfi .container .hfi_box .hfi_r {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
  }
}
.hfi .container .hfi_box .hfi_r .item {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #dcdde1;
  padding-bottom: 0.46rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .hfi .container .hfi_box .hfi_r .item {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    align-items: center;
    flex-direction: column;
  }
}
.hfi .container .hfi_box .hfi_r .item:last-child {
  border: none;
}
.hfi .container .hfi_box .hfi_r .item:hover::after {
  width: 100%;
}
.hfi .container .hfi_box .hfi_r .item:hover .item_b p {
  right: 0;
  color: var(--color);
}
.hfi .container .hfi_box .hfi_r .item:hover .item_b i {
  left: 0;
  opacity: 1;
}
.hfi .container .hfi_box .hfi_r .item::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--color);
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}
.hfi .container .hfi_box .hfi_r .item .item_t {
  align-items: flex-start;
  display: flex;
  color: var(--color);
}
.hfi .container .hfi_box .hfi_r .item .item_t p {
  line-height: 0.8;
  font-size: 0.72rem;
}
.hfi .container .hfi_box .hfi_r .item .item_t span {
  margin: 0.06rem 0 0 0.15rem;
  font-weight: bold;
  line-height: 1;
}
.hfi .container .hfi_box .hfi_r .item .item_b {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .hfi .container .hfi_box .hfi_r .item .item_b {
    margin-top: 0.2rem;
  }
}
.hfi .container .hfi_box .hfi_r .item .item_b p {
  transition: all 0.4s;
  position: relative;
  right: -0.2rem;
  color: #333;
  font-weight: bold;
}
.hfi .container .hfi_box .hfi_r .item .item_b i {
  transition: all 0.4s;
  position: relative;
  left: -0.2rem;
  opacity: 0;
  margin-left: 0.08rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.12rem;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .hfi .container .hfi_box .hfi_r .item .item_b i {
    width: 0.16rem;
  }
}
@media (max-width: 767px) {
  .hfi .container .hfi_box .hfi_r .item .item_b i {
    width: 0.2rem;
  }
}
.hfi .container .hfi_box .hfi_r .item .item_b i svg,
.hfi .container .hfi_box .hfi_r .item .item_b i img {
  width: 100%;
  height: auto;
}
.hfi .container .hfi_box .hfi_r .item .item_b i svg path,
.hfi .container .hfi_box .hfi_r .item .item_b i img path {
  fill: var(--color);
}
.hsi {
  position: relative;
  z-index: 100;
  /* height: 100vh; */
  background: -webkit-linear-gradient(to bottom, #fff, #eceff4);
  background: linear-gradient(to bottom, #fff, #eceff4);
}
@media screen and (min-width: 1940px) {
  .hsi {
    height: auto;
  }
}
.hsi.hsi2 {
  background: #f8f9fb;
  padding: 0.6rem 0 0;
}
@media (max-width: 991px) {
  .hsi {
    height: auto;
  }
}
.hsi .container2,
.hsi .container {
  /* position: sticky;
		position: -webkit-sticky;
		top: 0;
		overflow: hidden; */
  height: 100%;
}
.hsi .box {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.84rem 0 0;
}
@media (max-width: 991px) {
  .hsi .box {
    padding: 1rem 0;
  }
}
.hsi .box .g_title_box {
  align-items: flex-start;
  padding-bottom: 0.3rem;
}
.hsi .box .g_title_box .hsi_nav {
  flex-shrink: 0;
  display: flex;
  position: relative;
  margin-top: 0.13rem;
}
@media (max-width: 991px) {
  .hsi .box .g_title_box .hsi_nav {
    display: none;
  }
}
.hsi .box .g_title_box .hsi_nav::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #eeeeee;
  top: 50%;
  left: 0;
}
.hsi .box .g_title_box .hsi_nav p {
  position: relative;
  z-index: 10;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0.8rem;
  height: 0.36rem;
  padding: 0 0.1rem;
  color: #999;
  background: #f8f8f8;
  margin-left: 0.4rem;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .hsi .box .g_title_box .hsi_nav p {
    height: 0.46rem;
    padding: 0 0.3rem;
  }
}
.hsi .box .g_title_box .hsi_nav p.on {
  background: var(--color);
  color: #fff;
}
.hsi .box .g_title_box .hsi_nav p:first-child {
  margin-left: 0;
}
.hsi .box .g_title_box .hsi_nav p:last-child::after {
  display: none;
}
.hsi .box .g_title_box .hsi_nav p::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dddddd;
  right: calc(-0.2rem - 3px);
  top: 53%;
  transform: translateY(-50%);
}
.hsi .box .hsi_con {
  /* margin-top: 4.45rem; */
  height: 730px;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
  position: relative;
}
@media (max-width: 1580px) {
  .hsi .box .hsi_con {
    height: 630px;
  }
}
@media (max-width: 991px) {
  .hsi .box .hsi_con {
    height: auto;
    margin-top: 0;
  }
}
.hsi .box .hsi_con .item {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  height: 80px;
  color: #fff;
  margin-bottom: -20px;
  overflow: hidden;
  width: 100%;
  border-radius: 0.2rem 0.2rem 0 0;
  flex: 0 0 auto;
  /* &.on ~ *{
					.g_tit{
						h3{
							opacity: 0;
						}
						.g_tit_r{
							span{
								opacity: 0.3;
							}
						}
					}
				} */
}
@media (max-width: 991px) {
  .hsi .box .hsi_con .item {
    height: auto !important;
    margin-bottom: 0.2rem;
    border-radius: 0.2rem;
    position: initial;
    top: 0 !important;
    transform: translateY(0rem) !important;
  }
}
@media (max-width: 767px) {
  .hsi .box .hsi_con .item {
    padding: 0.46rem 0.4rem;
    min-height: auto;
  }
}
.hsi .box .hsi_con .item .hsi_hz {
  padding: 0.46rem 0.8rem;
}
@media (max-width: 767px) {
  .hsi .box .hsi_con .item .hsi_hz {
    padding: 0;
  }
}
.hsi .box .hsi_con .item:last-child {
  margin-bottom: 0;
}
.hsi .box .hsi_con .item.on {
  flex-shrink: 0;
  /* transform: translateY(-4.05rem); */
  height: 490px;
  flex: 1 1 auto;
}
.hsi .box .hsi_con .item.on .g_tit h3 {
  opacity: 1;
}
.hsi .box .hsi_con .item.on .g_tit .g_tit_r span {
  opacity: 1;
}
.hsi .box .hsi_con .item.on2 .g_tit {
  opacity: 0;
}
.hsi .box .hsi_con .item.on3 .g_tit {
  opacity: 1;
}
.hsi .box .hsi_con .item:nth-child(1) {
  background: #fc5757;
}
.hsi .box .hsi_con .item:nth-child(2) {
  background: #8ff3df;
}
.hsi .box .hsi_con .item:nth-child(3) {
  background: #85cdff;
}
.hsi .box .hsi_con .item:nth-child(4) {
  background: #686868;
}
.hsi .box .hsi_con .item:nth-child(5) {
  background: #ff7d7d;
}
.hsi .box .hsi_con .item.active .g_tit .g_tit_r .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.hsi .box .hsi_con .item .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hsi .box .hsi_con .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hsi .box .hsi_con .item .g_tit {
  transition: all 0.4s;
  margin-bottom: 0.55rem;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hsi .box .hsi_con .item .g_tit {
    margin-bottom: 0;
    align-items: center;
  }
}
.hsi .box .hsi_con .item .g_tit h3 {
  line-height: 1;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hsi .box .hsi_con .item .g_tit h3 {
    opacity: 1;
  }
}
.hsi .box .hsi_con .item .g_tit .g_tit_r span {
  opacity: 0.5;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .hsi .box .hsi_con .item .g_tit .g_tit_r span {
    display: none;
  }
}
.hsi .box .hsi_con .item .g_tit .g_tit_r .g_gb {
  position: relative;
  transition: 0.4s all;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  width: 0.2rem;
  flex-shrink: 0;
  display: none;
}
@media (max-width: 767px) {
  .hsi .box .hsi_con .item .g_tit .g_tit_r .g_gb {
    display: flex;
    width: 16px;
  }
}
.hsi .box .hsi_con .item .g_tit .g_tit_r .g_gb i {
  width: 0.24rem;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .hsi .box .hsi_con .item .g_tit .g_tit_r .g_gb i {
    width: 16px;
    height: 2px;
  }
}
.hsi .box .hsi_con .item .g_tit .g_tit_r .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.hsi .box .hsi_con .item .hsi_nr {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .hsi .box .hsi_con .item .hsi_nr {
    display: none;
  }
}
.hsi .box .hsi_con .item .hsi_nr .hsi_nr_box {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .hsi .box .hsi_con .item .hsi_nr .hsi_nr_box {
    margin-top: 0.4rem;
  }
}
.hsi .box .hsi_con .item .hsi_nr .g_it {
  margin: 0 0 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 1.5rem;
  padding-bottom: 0.56rem;
  display: flex;
  align-items: flex-start;
  width: 50%;
}
.hsi .box .hsi_con .item .hsi_nr .g_it:nth-last-child(1),
.hsi .box .hsi_con .item .hsi_nr .g_it:nth-last-child(2) {
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 1380px) {
  .hsi .box .hsi_con .item .hsi_nr .g_it {
    width: 45%;
    margin: 0 5% 0.5rem 0;
  }
}
@media (max-width: 991px) {
  .hsi .box .hsi_con .item .hsi_nr .g_it {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hsi .box .hsi_con .item .hsi_nr .g_it {
    width: 100%;
    border: none;
    margin: 0 0 0.3rem 0 !important;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hsi .box .hsi_con .item .hsi_nr .g_it:nth-last-child(1) {
    margin-bottom: 0 !important;
  }
}
.hsi .box .hsi_con .item .hsi_nr .g_it i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.66rem;
  width: 0.48rem;
  height: auto;
  color: #fff;
}
@media (max-width: 767px) {
  .hsi .box .hsi_con .item .hsi_nr .g_it i {
    width: 0.7rem;
  }
}
.hsi .box .hsi_con .item .hsi_nr .g_it i svg,
.hsi .box .hsi_con .item .hsi_nr .g_it i img {
  width: 100%;
  height: auto;
}
.hsi .box .hsi_con .item .hsi_nr .g_it i svg path,
.hsi .box .hsi_con .item .hsi_nr .g_it i img path {
  fill: var(--color);
}
.hsi .box .hsi_con .item .hsi_nr .g_it .txt .p1 {
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.hsi .box .hsi_con .item .hsi_nr .g_it .txt .p2 {
  color: rgba(255, 255, 255, 0.7);
}
.hse {
  padding: 1.35rem 0 0.8rem;
}
.hse .box {
  position: relative;
  margin-top: 0.68rem;
}
.hse .box .swiper {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .hse .box .swiper {
    display: none;
  }
}
.hse .box .swiper .swiper-wrapper {
  /* 重要 */
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.hse .box .swiper-slide .public-img {
  border-radius: 0.1rem;
  background: #f8f8f8;
}
.hse .box .swiper-slide .public-img:before {
  padding-top: 39.51219512%;
}
@media (max-width: 767px) {
  .hse .box .swiper-slide .public-img:before {
    /* margin-top: 50%; */
  }
}
.hse .box .hse_md {
  display: none;
}
@media (max-width: 767px) {
  .hse .box .hse_md {
    display: block;
  }
}
.hse .box .hse_md .hse_md_box {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.hse .box .hse_md .hse_md_box .swiper-slide {
  width: calc((100% - 0.6rem)/3);
  margin: 0 0.3rem 0.3rem 0;
}
.hse .box .hse_md .hse_md_box .swiper-slide:nth-child(3n) {
  margin-right: 0;
}
.hse .box .hse_md .pub_tc {
  display: none;
}
@media (max-width: 767px) {
  .hse .box .hse_md .pub_tc {
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
  }
}
.hse .box .i1 {
  position: absolute;
  left: 0;
  width: 1rem;
  height: 100%;
  top: 0.1rem;
  z-index: 10;
  pointer-events: none;
  background: -webkit-linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
@media (max-width: 767px) {
  .hse .box .i1 {
    display: none;
  }
}
.hse .box .i2 {
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  width: 1rem;
  height: 100%;
  top: 0.1rem;
  z-index: 10;
  pointer-events: none;
  background: -webkit-linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
@media (max-width: 767px) {
  .hse .box .i2 {
    display: none;
  }
}
.hen {
  border-top: 1px solid #ddd;
  padding: 1.2rem 0 1.45rem;
}
.hen .g_title_box .pub_btn {
  flex-shrink: 0;
  margin-left: 0.2rem;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .hen .g_title_box .pub_btn {
    margin-left: 0;
  }
}
.hen .box {
  margin-top: 0.58rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .hen .box {
    flex-direction: column;
  }
}
.hen .box .gl {
  position: relative;
  width: 58.125%;
}
@media (max-width: 991px) {
  .hen .box .gl {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .hen .box .gl {
    display: none;
  }
}
.hen .box .gl .public-img {
  position: absolute;
  opacity: 0;
  top: 0;
  transition: all 0.4s;
  border-radius: 0.2rem;
}
.hen .box .gl .public-img.on {
  opacity: 1;
  position: relative;
}
.hen .box .gl .public-img:before {
  padding-top: 53.87096774%;
}
.hen .box .gr {
  width: 39.1875%;
}
@media (max-width: 991px) {
  .hen .box .gr {
    width: 100%;
  }
}
.hen .box .gr .gr_box {
  padding: 0 0.27rem 0 0.15rem;
  overflow: auto;
  height: 5.01rem;
}
@media (max-width: 1580px) {
  .hen .box .gr .gr_box {
    height: 6.01rem;
  }
}
@media (max-width: 1260px) {
  .hen .box .gr .gr_box {
    height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .hen .box .gr .gr_box {
    height: auto;
  }
}
.hen .box .gr .gr_box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.hen .box .gr .gr_box::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 2px;
}
.hen .box .gr .gr_box::-webkit-scrollbar-thumb {
  background: #f55454;
  border-radius: 2px;
}
.hen .box .gr .gr_box::-webkit-scrollbar-corner {
  background: #f55454;
}
.hen .box .gr .gr_box .item {
  display: block;
  cursor: pointer;
  margin-bottom: 0.4rem;
  border-radius: 0.2rem;
  position: relative;
  transition: all 0.4s;
}
.hen .box .gr .gr_box .item:first-child .g_p {
  display: block;
}
.hen .box .gr .gr_box .item.on {
  box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.06);
}
.hen .box .gr .gr_box .item.on .gico {
  opacity: 1;
}
.hen .box .gr .gr_box .item.on .itembox {
  padding: 0.32rem 0.64rem 0.32rem 0.3rem;
}
.hen .box .gr .gr_box .item.on .itembox .g_tit h3 {
  color: var(--color);
  font-size: 24px;
}
@media (max-width: 1580px) {
  .hen .box .gr .gr_box .item.on .itembox .g_tit h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hen .box .gr .gr_box .item.on .itembox .g_tit h3 {
    font-size: 18px;
  }
}
.hen .box .gr .gr_box .item.on .itembox .g_p {
  /* display: block; */
}
.hen .box .gr .gr_box .item .gico {
  transition: all 0.4s;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: -0.11rem;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: 0.22rem;
  color: var(--color);
}
.hen .box .gr .gr_box .item .gico svg,
.hen .box .gr .gr_box .item .gico img {
  width: 100%;
  height: auto;
}
.hen .box .gr .gr_box .item .gico svg path,
.hen .box .gr .gr_box .item .gico img path {
  fill: var(--color);
}
.hen .box .gr .gr_box .item .itembox {
  transition: all 0.4s;
  border-radius: 0.2rem;
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 0.64rem 0 0.3rem;
}
.hen .box .gr .gr_box .item .g_tit h3 {
  /* font-weight: bold; */
  /* overflow: hidden;
							white-space: nowrap;
							text-overflow:ellipsis; */
}
.hen .box .gr .gr_box .item .g_tit span {
  color: #666;
  opacity: 0.6;
}
.hen .box .gr .gr_box .item .g_p {
  display: none;
  margin-top: 0.3rem;
  color: #999;
  /* transition: all 0.4s; */
}
@media (max-width: 767px) {
  .hen .box .gr .gr_box .item .g_p {
    display: none !important;
  }
}
.hni {
  position: relative;
}
.hni .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hni .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hni .container {
  min-height: 300px;
  padding: 0.2rem 0;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1260px) {
  .hni .container {
    min-height: 3rem;
  }
}
.hni .container .txt {
  margin-bottom: 0.22rem;
  color: #fff;
}
.hni .container .txt .p1 {
  margin-bottom: 0.12rem;
}
.hni .container .txt .p2 {
  opacity: 0.8;
}
/* 底部 */
footer {
  overflow: hidden;
  color: #fff;
}
footer .gt {
  background: #232323;
}
footer .gt .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .gt .container {
    flex-direction: column;
  }
}
footer .gt .container .gl {
  padding: 0.58rem 0 0.28rem;
  width: 78%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1460px) {
  footer .gt .container .gl {
    width: 62.5%;
  }
}
@media (max-width: 991px) {
  footer .gt .container .gl {
    width: 100%;
  }
}
footer .gt .container .gl .foot_t {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1460px) {
  footer .gt .container .gl .foot_t {
    flex-direction: column;
  }
}
@media screen and (max-width: 1460px) {
  footer .gt .container .gl .foot_t .foot_wl {
    margin-bottom: 0.4rem;
  }
}
footer .gt .container .gl .foot_t .foot_wl .foot_logo {
  display: block;
  width: auto;
  height: 30px;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  footer .gt .container .gl .foot_t .foot_wl .foot_logo {
    height: 20px;
  }
}
footer .gt .container .gl .foot_t .foot_wl .foot_logo img {
  height: 100%;
  width: auto;
}
footer .gt .container .gl .foot_t .foot_wl > p {
  opacity: 0.6;
}
footer .gt .container .gl .foot_t .foot_wl .b_ewm {
  margin-top: 0.34rem;
  display: flex;
}
footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box {
  position: relative;
}
footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box.on .foot_t_r_ewm {
  transform: translateX(-50%) scale(1);
}
@media (max-width: 767px) {
  footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box.on .foot_t_r_ewm {
    transform: translateX(0%) scale(1);
  }
}
footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box.on .foot_t_r_con {
  background: var(--color);
}
footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box.on .foot_t_r_con svg path {
  fill: #fff;
}
footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box .foot_t_r_ewm {
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 50%;
  background: #fff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  z-index: 1;
  transform: translateX(-50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 120px;
  height: 120px;
  border-radius: 0.1rem;
  padding: 5px;
}
@media (max-width: 767px) {
  footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box .foot_t_r_ewm {
    left: 0;
    transform: translateX(0%) scale(0);
  }
}
footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box .foot_t_r_ewm img {
  object-fit: contain;
}
footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box .foot_t_r_ewm svg {
  width: 9px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box .foot_t_r_ewm svg path {
  fill: #fff;
}
footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box .foot_t_r_con {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  background: #303030;
  width: 44px;
  height: 44px;
  margin: 0 0.1rem 0 0;
}
@media (max-width: 767px) {
  footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box .foot_t_r_con {
    width: 48px;
    height: 48px;
  }
}
footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box .foot_t_r_con svg {
  color: #fff;
  width: auto;
  height: calc(16/44*100%);
}
footer .gt .container .gl .foot_t .foot_wl .b_ewm .foot_t_r_box .foot_t_r_con svg path {
  fill: #8e8e8e;
}
footer .gt .container .gl .foot_t .foot_navs_box {
  display: flex;
}
@media (max-width: 991px) {
  footer .gt .container .gl .foot_t .foot_navs_box {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  footer .gt .container .gl .foot_t .foot_navs_box {
    flex-direction: column;
  }
}
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav {
  margin-right: 0.78rem;
}
@media (max-width: 1260px) {
  footer .gt .container .gl .foot_t .foot_navs_box .foot_nav {
    margin-right: 0.35rem;
  }
}
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav a {
  transition: all 0.4s;
}
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav a:hover {
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 767px) {
  footer .gt .container .gl .foot_t .foot_navs_box .foot_nav {
    margin: 0 ;
  }
}
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav:last-child {
  margin-right: 0.9rem;
}
@media (max-width: 767px) {
  footer .gt .container .gl .foot_t .foot_navs_box .foot_nav:last-child {
    margin-right: 0;
  }
}
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav .a_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.22rem;
}
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav .a_tit.on svg,
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav .a_tit.on img {
  transform: rotate(90deg);
}
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav .a_tit a {
  text-transform: uppercase;
  color: #fff;
}
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav .a_tit svg,
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav .a_tit img {
  transition: all 0.4s;
  width: 5px;
  height: auto;
  display: none;
  color: #fff;
}
@media (max-width: 767px) {
  footer .gt .container .gl .foot_t .foot_navs_box .foot_nav .a_tit svg,
  footer .gt .container .gl .foot_t .foot_navs_box .foot_nav .a_tit img {
    display: block;
  }
}
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav .a_tit svg path,
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav .a_tit img path {
  fill: #fff;
}
@media (max-width: 767px) {
  footer .gt .container .gl .foot_t .foot_navs_box .foot_nav ul {
    display: none;
    padding-bottom: 0.2rem;
  }
}
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav ul li {
  margin-bottom: 0.12rem;
}
footer .gt .container .gl .foot_t .foot_navs_box .foot_nav ul li a {
  color: #999;
}
footer .gt .container .gl .foot_b {
  display: flex;
  align-items: center;
}
footer .gt .container .gl .foot_b > p {
  font-weight: bold;
}
footer .gt .container .gl .foot_b .g_a {
  display: flex;
  flex-wrap: wrap;
}
footer .gt .container .gl .foot_b .g_a a {
  position: relative;
  opacity: 0.6;
  line-height: 1;
  margin-right: 0.1rem;
  padding-right: 0.1rem;
  transition: all 0.4s;
}
footer .gt .container .gl .foot_b .g_a a:hover {
  color: #fff;
}
footer .gt .container .gl .foot_b .g_a a:last-child::after {
  display: none;
}
footer .gt .container .gl .foot_b .g_a a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
}
footer .gt .container .gr {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: 22%;
}
@media screen and (max-width: 1460px) {
  footer .gt .container .gr {
    width: 37.5%;
  }
}
@media (max-width: 991px) {
  footer .gt .container .gr {
    width: 100%;
    border: none;
  }
}
footer .gt .container .gr .gr_t {
  padding: 0.36rem 0.2rem 0.28rem 0.35rem;
  position: relative;
}
@media (max-width: 991px) {
  footer .gt .container .gr .gr_t {
    padding: 0.3rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  footer .gt .container .gr .gr_t {
    flex-wrap: wrap;
    align-items: center;
  }
}
footer .gt .container .gr .gr_t::after {
  content: '';
  position: absolute;
  width: 50vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  footer .gt .container .gr .gr_t::after {
    display: none;
  }
}
footer .gt .container .gr .gr_t .gr_t_l {
  width: 100%;
}
@media (max-width: 991px) {
  footer .gt .container .gr .gr_t .gr_t_l {
    width: 50%;
  }
}
footer .gt .container .gr .gr_t .txt {
  margin-bottom: 0.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer .gt .container .gr .gr_t .txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .gt .container .gr .gr_t .txt {
    font-size: 16px;
  }
}
footer .gt .container .gr .gr_t .g_a {
  margin-bottom: 0.36rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .gt .container .gr .gr_t .g_a {
    width: 100%;
  }
}
footer .gt .container .gr .gr_t .g_a a {
  margin-right: 0.1rem;
  background: var(--color);
  border-radius: 0.1rem;
  color: #fff;
  padding: 5px 0.2rem;
}
footer .gt .container .gr .gr_t .g_ewm {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  footer .gt .container .gr .gr_t .g_ewm {
    width: 38%;
  }
}
footer .gt .container .gr .gr_t .g_ewm .img {
  margin-bottom: 0.12rem;
  border-radius: 0.1rem;
  padding: 0.11rem;
  background: #fff;
}
@media (max-width: 767px) {
  footer .gt .container .gr .gr_t .g_ewm .img {
    padding: 0.2rem;
  }
}
footer .gt .container .gr .gr_t .g_ewm .img img {
  width: 78px;
  height: auto;
}
@media (max-width: 767px) {
  footer .gt .container .gr .gr_t .g_ewm .img img {
    width: 90px;
  }
}
footer .gt .container .gr .gr_t .g_ewm p {
  opacity: 0.6;
}
footer .gt .container .gr .gr_b {
  padding: 0.35rem 0 0.3rem 0.34rem;
}
@media (max-width: 991px) {
  footer .gt .container .gr .gr_b {
    padding: 0 0 0.3rem;
  }
}
footer .gt .container .gr .gr_b p {
  margin-bottom: 0.1rem;
  width: 110%;
}
footer .gt .container .gr .gr_b .p1 {
  margin-bottom: 0.14rem;
}
footer .gb {
  background: #1c1c1c;
}
footer .gb .container {
  display: flex;
  justify-content: space-between;
  padding: 0.22rem 0;
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  footer .gb .container {
    flex-wrap: wrap;
  }
}
footer .gb .container a {
  transition: all 0.4s;
}
footer .gb .container a:hover {
  color: #fff;
}
footer .gb .container .gl {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer .gb .container .gl {
    margin-bottom: 0.1rem;
  }
}
footer .gb .container .gl a {
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  footer .gb .container .gl a {
    margin: 0 0.2rem 0 0;
  }
}
footer .gb .container .gr {
  padding-right: 0.95rem;
}
footer .gb .container .gr a {
  margin-left: 0.28rem;
}
@media (max-width: 991px) {
  footer .gb .container .gr a {
    margin: 0 0.3rem 0 0;
  }
}
.quotation {
  position: fixed;
  z-index: 100;
  right: 0.2rem;
  bottom: 0.27rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.quotation .box {
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  transform: translate(0.6rem, 0.2rem);
  width: 434px;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  background: #fff;
}
.quotation .box.on {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: initial;
}
@media (max-width: 767px) {
  .quotation .box {
    width: 80vw;
  }
}
.quotation .box .g_tit {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  height: 0.8rem;
  padding: 0 0.2rem;
}
.quotation .box .g_tit a {
  cursor: pointer;
  flex-shrink: 0;
  margin: 0 0.56rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #999;
  position: relative;
  transition: all 0.4s;
}
.quotation .box .g_tit a.on {
  color: var(--color);
}
.quotation .box .g_tit a.on::after {
  width: calc(100% + 10px);
}
.quotation .box .g_tit a::after {
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  transition: all 0.4s;
  background: var(--color);
}
.quotation .box .quotation_con {
  padding: 0.35rem 0.3rem 0.4rem;
}
@media (max-width: 767px) {
  .quotation .box .quotation_con .item form .layui-form-select dl {
    top: auto;
    bottom: 100%;
  }
}
.quotation .box .quotation_con .item form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .quotation .box .quotation_con .item form .inp {
    flex-direction: column;
  }
}
.quotation .box .quotation_con .item form .inp .inp_box {
  width: calc(50% - 0.2rem);
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .quotation .box .quotation_con .item form .inp .inp_box {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.quotation .box .quotation_con .item form .inp .inp_box .inp_txt {
  margin-bottom: 0.2rem;
}
.quotation .box .quotation_con .item form .inp .inp_box .inp_txt p {
  color: #666;
  font-weight: bold;
}
.quotation .box .quotation_con .item form .inp .inp_box .inp_txt p span {
  color: var(--color);
}
.quotation .box .quotation_con .item form .inp .inp_box input {
  padding: 0 0.2rem;
  width: 100%;
  height: 0.5rem;
  border: 1px solid #eeeeee;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .quotation .box .quotation_con .item form .inp .inp_box input {
    height: 0.8rem;
  }
}
.quotation .box .quotation_con .item form .inp .inp_box .sot_select_nr .sel_text_x {
  height: 0.5rem;
}
@media (max-width: 767px) {
  .quotation .box .quotation_con .item form .inp .inp_box .sot_select_nr .sel_text_x {
    height: 0.8rem;
  }
}
.quotation .box .quotation_con .item form .inp2 .inp_box {
  width: 100%;
}
.quotation .box .quotation_con .item form .g_quo {
  margin-bottom: 0.2rem;
  background: #f8f8f8;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ededed;
  color: #444;
  border-radius: 0.06rem;
  padding: 0.09rem 0.09rem 0.09rem 0.16rem;
}
@media (max-width: 767px) {
  .quotation .box .quotation_con .item form .g_quo {
    flex-direction: column;
  }
}
.quotation .box .quotation_con .item form .g_quo .g_inp_box {
  display: flex;
  align-items: center;
}
.quotation .box .quotation_con .item form .g_quo .g_inp {
  display: flex;
  align-items: center;
  margin-right: 0.15rem;
  border-right: 1px solid #dfdfdf;
  padding-right: 0.14rem;
}
.quotation .box .quotation_con .item form .g_quo .g_inp:last-child {
  padding-right: 0;
  border: none;
}
.quotation .box .quotation_con .item form .g_quo .g_inp input {
  width: 42px;
  padding: 0;
}
.quotation .box .quotation_con .item form .g_quo .g_inp input::-webkit-input-placeholder {
  color: #ccc;
}
.quotation .box .quotation_con .item form .g_quo .g_inp p {
  color: #999;
}
.quotation .box .quotation_con .item form .g_quo .g_a {
  background: #ededed;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.36rem;
  flex-shrink: 0;
  padding: 0 0.12rem;
  color: var(--color);
}
@media (max-width: 767px) {
  .quotation .box .quotation_con .item form .g_quo .g_a {
    margin-top: 0.2rem;
    height: 0.56rem;
  }
}
.quotation .box .quotation_con .item form .pub_btn {
  width: 100%;
  height: 0.55rem;
  padding: 0 0.65rem;
}
@media (max-width: 767px) {
  .quotation .box .quotation_con .item form .pub_btn {
    height: 0.8rem;
  }
}
.quotation .g_del {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.07);
  cursor: pointer;
  background: var(--color);
  margin-left: 0.3rem;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quotation .g_del.on {
  background: #fff;
}
.quotation .g_del.on i {
  color: var(--color);
}
.quotation .g_del.on .i1 {
  opacity: 0;
}
.quotation .g_del.on .i2 {
  opacity: 1;
}
.quotation .g_del i {
  transition: all 0.4s;
  position: absolute;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: auto;
  color: #fff;
}
@media (max-width: 1260px) {
  .quotation .g_del i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .quotation .g_del i {
    width: 0.26rem;
  }
}
.quotation .g_del i svg,
.quotation .g_del i img {
  width: 100%;
  height: auto;
}
.quotation .g_del i svg path,
.quotation .g_del i img path {
  fill: var(--color);
}
.quotation .g_del .i2 {
  width: 0.15rem;
  opacity: 0;
}
/* 极速获取报价 */
.layui-form .layui-input-block {
  margin-left: 0;
  margin-bottom: 0.2rem;
}
.layui-form .layui-form-select dl {
  top: 100%;
  bottom: auto;
}
.layui-form .layui-form-select dl dd.layui-this {
  background: var(--color);
}
.layui-form .layui-form-select .layui-input {
  background: #f8f8f8;
  height: 0.5rem;
  border: 1px solid #ededed;
  color: #444;
  border-radius: 0.06rem;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .layui-form .layui-form-select .layui-input {
    height: 0.8rem;
  }
}
.layui-form .layui-form-select .layui-edge {
  right: 0.24rem;
  background: url(../images/b3.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
/* 右侧浮窗 */
.gpop {
  position: fixed;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: none;
}
@media (max-width: 767px) {
  .gpop {
    right: 5x;
  }
}
.gpop > * {
  transition: all 0.2s;
}
.gpop .pop_a {
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
  border-radius: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .gpop .pop_a {
    width: 40px;
    height: 40px;
  }
}
.gpop .pop_a.on {
  background: var(--color);
}
.gpop .pop_a.on .pop_text {
  opacity: 1;
  transform: translateX(0rem);
  z-index: 10;
  pointer-events: initial;
}
.gpop .pop_a.on .pop_a_img svg path {
  fill: #fff;
}
.gpop .pop_a.on .pop_a_img p {
  color: #fff;
}
.gpop .pop_a img {
  z-index: 100;
}
.gpop .pop_a .pop_a_img {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.gpop .pop_a .pop_a_img svg {
  width: auto;
  height: 23px;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_a_img svg {
    height: 18px;
  }
}
.gpop .pop_a .pop_a_img svg path {
  fill: #969696;
}
.gpop .pop_a .pop_a_img p {
  font-size: 12px;
  margin-top: 5px;
}
.gpop .pop_a .pop_text {
  position: absolute;
  top: 0%;
  right: 100%;
  width: 230px;
  padding-right: 20px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  z-index: -1;
  opacity: 0;
  transform: translateX(0.3rem);
  pointer-events: none;
}
@media (max-width: 767px) {
  .gpop .pop_a .pop_text {
    width: 150px;
    top: auto;
    bottom: 0;
  }
}
.gpop .pop_a .pop_text .pop_text_box {
  background: #fff;
  padding: 0.15rem 0.2rem 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 0.15rem;
}
.gpop .pop_a .pop_text .pop_text_box .p1 {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
}
.gpop .pop_a .pop_text .pop_text_box .p1 span {
  margin-left: 5px;
  font-size: 12px;
  color: #999;
}
.gpop .pop_a .pop_text .pop_text_box .p2 {
  color: var(--color);
  line-height: 1.2;
}
.gpop .pop_a .pop_text .pop_text_box .p3 {
  margin-top: 0.24rem;
  margin-bottom: 8px;
  display: none;
}
.gpop .pop_a .pop_text .pop_text_box > img {
  margin-top: 0.2rem;
  width: 100%;
  height: auto;
}
.gpop .cur1 {
  margin-bottom: 6px;
  background: var(--color);
}
.gpop .cur1 .pop_a_img {
  color: #fff;
}
.gpop .gpop_box {
  padding: 4px;
  background: #fff;
  width: 60px;
  height: auto;
  border-radius: 0.12rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .gpop .gpop_box {
    width: 40px;
    padding: 0;
  }
}
.gpop .gpop_box .pop_a {
  perspective-origin: right;
  transition: all 0.4s;
  width: 52px;
  height: 52px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .gpop .gpop_box .pop_a {
    width: 40px;
    height: 40px;
  }
}
.gpop .gpop_box .pop_a:last-child {
  margin-bottom: 0;
}
.gpop .gpop_box .pop_a:last-child::after {
  display: none;
}
.gpop .gpop_box .pop_a::after {
  content: '';
  position: absolute;
  width: calc(40/52*100%);
  height: 1px;
  background: #eeeeee;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.gpop .gpop_box .pop_a:hover {
  background: #fce8e8;
}
.gpop .gpop_box .pop_a .pop_a_img svg {
  color: var(--color);
}
.gpop .gpop_box .cur2:last-child .pop_text {
  width: 190px;
}
/* 广告 */
.g_ad {
  background: url(../images/ad.jpg) no-repeat;
  background-size: 100% 100%;
  width: calc(100vw - 2.2rem);
  position: fixed;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  z-index: 100;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  display: none;
}
@media (max-width: 767px) {
  .g_ad {
    width: 94%;
  }
}
.g_ad .box {
  height: 100%;
  position: relative;
  width: 100%;
  color: #fff;
  padding: 0 0.46rem 0 0.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g_ad .box {
    font-size: 12px;
  }
}
.g_ad .box .g_ad_con {
  height: 100%;
  padding: 0 0.2rem;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g_ad .box .gl {
  display: flex;
  align-items: center;
}
.g_ad .box .gl i {
  margin-right: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #fff;
}
@media (max-width: 1260px) {
  .g_ad .box .gl i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .g_ad .box .gl i {
    width: 0.36rem;
  }
}
.g_ad .box .gl i svg,
.g_ad .box .gl i img {
  width: 100%;
  height: auto;
}
.g_ad .box .gl i svg path,
.g_ad .box .gl i img path {
  fill: var(--color);
}
.g_ad .box .gr {
  flex-shrink: 0;
  margin-left: 0.4rem;
}
.g_ad .box .gr:hover {
  text-decoration: underline;
}
.g_ad .box .g_del {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: 10;
  color: #fff;
  top: 0.1rem;
  right: 0.12rem;
}
.g_ad .box .g_del img,
.g_ad .box .g_del svg {
  width: 100%;
  height: auto;
}
/* 隐私 Cookie */
/* #c-home-tips {
	display: none;
	position: fixed;
	z-index: 890;
	bottom: 0.15rem;
	left: calc((100% - 1600px)/2);
	
	padding: 0.3rem;
	width: 350px;
	border: 1px solid #fff;
	border-radius: 0.2rem;
	background: #fff;
	box-shadow: 0 0 0.3rem rgba(0,0,0,0.05);
	@media @max-xs{
		left: 5vw;
		width: 90vw;
		
	}
	.c-wrap{
		
		@media @max-sm{
			margin: 0 5%;
		}
		@media @max-sm{
			flex-direction: column;
		}
		.c-left{
			width: 100%;
			text-align: left;
			
			@media @max-sm{
				width: 100%;
				margin-bottom: 0.3rem;
			}
			h2{
				margin-bottom: 0.1rem;
			}
			p{
				color: #666;
			}
		}
		.c-wrapr{
			margin-top: 0.4rem;
			display: flex;
			width: 100%;
			@media @max-sm{
				width: 100%;
			}
			a{
				line-height: 2.5;
				padding: 0 10px;
				margin-right: 10px;
				margin-bottom: 10px;
				display: flex;
				align-items: center;
				font-weight: bold;
				&:hover{
					
				}
			}
			.pub_btn{
				min-width: 1.36rem;
			}
		}
	}
} */
#c-home-tips {
  display: none;
  position: fixed;
  z-index: 890;
  bottom: 0.15rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 0.29rem 0.25rem 0.27rem;
  width: calc(100vw - 3.2rem);
  border: 1px solid #fff;
  border-radius: 0.08rem;
  background: #fff;
}
@media (max-width: 767px) {
  #c-home-tips {
    width: 94%;
  }
}
#c-home-tips .c-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  #c-home-tips .c-wrap {
    margin: 0 5%;
  }
}
@media (max-width: 991px) {
  #c-home-tips .c-wrap {
    flex-direction: column;
  }
}
#c-home-tips .c-wrap .c-left {
  width: 70%;
  text-align: left;
}
@media (max-width: 991px) {
  #c-home-tips .c-wrap .c-left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
#c-home-tips .c-wrap .c-left h2 {
  margin-bottom: 0.1rem;
}
#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: 991px) {
  #c-home-tips .c-wrap .c-wrapr {
    width: 100%;
  }
}
#c-home-tips .c-wrap .c-wrapr a {
  line-height: 2.5;
  padding: 0 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
#c-home-tips .c-wrap .c-wrapr .pub_btn {
  cursor: pointer;
  min-width: 1.36rem;
}
#c-home-tips .c-wrap .c-wrapr .pub_btn:nth-child(1):hover {
  background: #fee9e9;
}
#c-home-tips .c-wrap .c-wrapr .pub_btn:nth-child(1):hover p {
  color: #f92626;
}
#c-home-tips .c-wrap .c-wrapr .pub_btn:nth-child(1):hover i {
  color: #f92626;
  transform: translateX(5px);
}
#c-home-tips .c-wrap .c-wrapr .pub_btn:nth-child(2):hover {
  background: #f92626;
}
#c-home-tips .c-wrap .c-wrapr .pub_btn:nth-child(2):hover p {
  color: #fff;
}
#c-home-tips .c-wrap .c-wrapr .pub_btn:nth-child(2):hover i {
  transform: translateX(5px);
}
#c-home-tips .c-wrap .c-wrapr .pub_btn:nth-child(2):hover i svg {
  color: #fff;
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  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;
  border-radius: 50%;
  background: #eeeeee;
  top: 0.2rem;
  right: 0.2rem;
  width: 40px;
  height: 40px;
  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: 40px;
    height: 40px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 16px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 16px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.4s;
}
.curtain1 .curtain_box .curtain_con {
  max-height: 90vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .curtain1 .curtain_box .curtain_con {
    border-radius: 0.2rem;
  }
}
.pop_contact {
  width: 11.38rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pop_contact {
    width: 100%;
  }
}
.pop_contact .box {
  border-radius: 0.2rem;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pop_contact .gl {
  width: 29.70123023%;
  padding: 0.6rem 0.38rem 0.2rem;
  color: #fff;
  background: url(../images/pop.jpg) no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pop_contact .gl {
    display: none;
  }
}
.pop_contact .gl .g_tit {
  margin-bottom: 0.58rem;
}
.pop_contact .gl .g_tit a svg,
.pop_contact .gl .g_tit a img {
  height: 0.28rem;
  width: auto;
}
.pop_contact .gl .g_tit p {
  margin-top: 0.2rem;
}
.pop_contact .gl .g_lab .item {
  margin-bottom: 0.16rem;
  display: flex;
  align-items: center;
}
.pop_contact .gl .g_lab .item i {
  margin-right: 0.16rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #fff;
}
@media (max-width: 1260px) {
  .pop_contact .gl .g_lab .item i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .pop_contact .gl .g_lab .item i {
    width: 0.26rem;
  }
}
.pop_contact .gl .g_lab .item i svg,
.pop_contact .gl .g_lab .item i img {
  width: 100%;
  height: auto;
}
.pop_contact .gl .g_lab .item i svg path,
.pop_contact .gl .g_lab .item i img path {
  fill: var(--color);
}
.pop_contact .gr {
  overflow: hidden;
  height: 100%;
  width: 70.29876977%;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.56rem 0.4rem 0.4rem 0.4rem;
}
@media (max-width: 991px) {
  .pop_contact .gr {
    width: 100%;
  }
}
.pop_contact .gr .g_tit {
  margin-bottom: 0.33rem;
}
.pop_contact .gr .g_tit h2 {
  line-height: 1.1;
  font-weight: bold;
}
.pop_contact .gr .g_tit p {
  padding-right: 0.75rem;
  margin-top: 0.16rem;
  line-height: 1.71428571;
}
@media (max-width: 767px) {
  .pop_contact .gr .g_tit p {
    padding: 0;
  }
}
.pop_contact .gr .g_tit p span {
  color: var(--color);
}
.pop_contact .gr form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pop_contact .gr form .inp {
    flex-direction: column;
  }
}
.pop_contact .gr form .inp .inp_box {
  width: calc((100% - 0.36rem)/3);
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .pop_contact .gr form .inp .inp_box {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.pop_contact .gr form .inp .inp_box .inp_txt {
  margin-bottom: 0.06rem;
}
.pop_contact .gr form .inp .inp_box .inp_txt p {
  color: #333;
  font-weight: bold;
}
.pop_contact .gr form .inp .inp_box .inp_txt p span {
  color: var(--color);
}
.pop_contact .gr form .inp .inp_box input {
  padding: 0 0.2rem;
  width: 100%;
  height: 0.5rem;
  border: 1px solid #eeeeee;
  border-radius: 0.1rem;
}
.pop_contact .gr form .inp .inp_box input::-webkit-input-placeholder {
  color: #ccc;
}
@media (max-width: 767px) {
  .pop_contact .gr form .inp .inp_box input {
    height: 0.8rem;
  }
}
.pop_contact .gr form .inp .inp_box .layui-input-block {
  margin-bottom: 0;
}
.pop_contact .gr form .inp .inp_box .layui-input-block .layui-form-select .layui-input {
  background: #fff;
}
.pop_contact .gr form .inp .inp_box .layui-input-block .layui-form-select .layui-edge {
  background: url(../images/b4.svg) no-repeat;
  background-size: contain;
}
.pop_contact .gr form .inp2 .inp_box {
  width: 100%;
}
.pop_contact .gr form .inptext {
  margin: 0.18rem 0 0;
}
.pop_contact .gr form .inptext .inp_box textarea {
  border: 1px solid #eeeeee;
  border-radius: 0.1rem;
  width: 100%;
  height: 1.2rem;
  padding: 0.13rem 0.18rem;
}
@media (max-width: 767px) {
  .pop_contact .gr form .inptext .inp_box textarea {
    height: 2.2rem;
  }
}
.pop_contact .gr form .g_lab {
  margin-bottom: 0.4rem;
  padding-right: 1rem;
  color: #999999;
}
@media (max-width: 767px) {
  .pop_contact .gr form .g_lab {
    padding: 0;
  }
}
.pop_contact .gr form .g_lab p a {
  font-weight: bold;
  color: var(--color);
}
.pop_contact .gr form .pub_btn {
  min-width: 1.02rem;
  height: 0.45rem;
  padding: 0 0.28rem;
}
@media (max-width: 767px) {
  .pop_contact .gr form .pub_btn {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
/* 登录弹窗 */
.curtain_no2 {
  /* display: block; */
}
.pop_login {
  width: 8.6rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pop_login {
    width: 100%;
  }
}
.pop_login .box {
  border-radius: 0.2rem;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pop_login .gl {
  width: 30.23255814%;
  padding: 0.6rem 0.38rem 0.2rem;
  color: #fff;
  background: url(../images/pop2.jpg) no-repeat;
  background-size: cover;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pop_login .gl {
    display: none;
  }
}
.pop_login .gl .g_tit {
  margin-bottom: 0.58rem;
}
.pop_login .gl .g_tit a svg,
.pop_login .gl .g_tit a img {
  height: 0.28rem;
  width: auto;
}
.pop_login .gr {
  overflow: hidden;
  height: 100%;
  width: 69.76744186%;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.56rem 0.6rem 0.6rem;
}
@media (max-width: 991px) {
  .pop_login .gr {
    width: 100%;
  }
}
.pop_login .gr .g_sign {
  display: none;
}
.pop_login .gr .g_tit {
  margin-bottom: 0.33rem;
}
.pop_login .gr .g_tit h2 {
  line-height: 1.1;
  font-weight: bold;
}
.pop_login .gr .g_tit p {
  padding-right: 0.75rem;
  margin-top: 0.16rem;
  line-height: 1.71428571;
}
@media (max-width: 767px) {
  .pop_login .gr .g_tit p {
    padding: 0;
  }
}
.pop_login .gr .g_tit p span {
  color: var(--color);
}
.pop_login .gr form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pop_login .gr form .inp {
    flex-direction: column;
  }
}
.pop_login .gr form .inp .inp_box {
  width: calc((100% - 0.36rem)/3);
  margin-bottom: 0.17rem;
}
@media (max-width: 767px) {
  .pop_login .gr form .inp .inp_box {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.pop_login .gr form .inp .inp_box .inp_txt {
  margin-bottom: 0.06rem;
}
.pop_login .gr form .inp .inp_box .inp_txt p {
  color: #333;
  font-weight: bold;
}
.pop_login .gr form .inp .inp_box .inp_txt p span {
  color: var(--color);
}
.pop_login .gr form .inp .inp_box input {
  padding: 0 0.2rem;
  width: 100%;
  height: 0.5rem;
  border: 1px solid #eeeeee;
  border-radius: 0.1rem;
}
.pop_login .gr form .inp .inp_box input::-webkit-input-placeholder {
  color: #ccc;
}
@media (max-width: 767px) {
  .pop_login .gr form .inp .inp_box input {
    height: 0.8rem;
  }
}
.pop_login .gr form .inp2 .inp_box {
  width: 100%;
}
.pop_login .gr form .g_lab {
  margin-top: -0.1rem;
  margin-bottom: 0.1rem;
  color: #666;
}
@media (max-width: 767px) {
  .pop_login .gr form .g_lab {
    padding: 0;
  }
}
.pop_login .gr form .g_lab p a {
  font-weight: bold;
  color: var(--color);
}
.pop_login .gr form .pub_btn {
  width: 100%;
  height: 0.48rem;
  padding: 0 0.28rem;
  margin-top: 0.22rem;
}
@media (max-width: 767px) {
  .pop_login .gr form .pub_btn {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.pop_login .gr form .g_txt {
  text-align: center;
  margin-top: 0.16rem;
}
.pop_login .gr form .g_txt p a {
  cursor: pointer;
  color: var(--color);
}
/* 品牌简介 */
.braon {
  position: relative;
  height: 200vh;
}
@media (max-width: 767px) {
  .braon {
    height: auto;
  }
}
.braon .container2 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .braon .container2 {
    flex-direction: column;
    justify-content: center;
  }
}
.braon .box {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .braon .box {
    height: auto;
    position: initial;
    padding: 2rem 0 1.2rem;
  }
}
.braon .box .gl {
  padding-bottom: 0.52rem;
  width: 33.92857143%;
}
@media (max-width: 991px) {
  .braon .box .gl {
    width: 100%;
  }
}
.braon .box .gl .txt h2 {
  margin-bottom: 0.2rem;
  line-height: 1.21428571;
  font-weight: bold;
}
@media (max-width: 767px) {
  .braon .box .gl .txt h2 {
    font-size: 26px;
  }
}
.braon .box .gl .txt p {
  color: #666;
}
.braon .box .gl .pub_btn {
  /* background: #fee9e9; */
  margin-top: 0.56rem;
}
.braon .box .gr {
  align-self: flex-end;
  width: 42.57142857%;
}
@media (max-width: 767px) {
  .braon .box .gr {
    width: 100%;
  }
}
.braon .box .gr .g_video {
  right: calc((100% - 1400px)/2);
  bottom: 1.2rem;
  position: absolute;
  z-index: 20;
  overflow: hidden;
  border-radius: 0.2rem;
  width: 5.96rem;
  height: 3.78rem;
}
@media screen and (max-width: 1380px) {
  .braon .box .gr .g_video {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .braon .box .gr .g_video {
    width: 100%;
    height: auto;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.braon .box .gr .g_video img,
.braon .box .gr .g_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.braon .box .gr .g_video .video_on {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.braon .box .gr .g_video .video_on svg,
.braon .box .gr .g_video .video_on img {
  width: 0.19rem;
  height: auto;
  color: #000;
}
.bratw {
  /* height: 300vh; */
}
@media (max-width: 767px) {
  .bratw {
    height: auto !important;
  }
}
.bratw .box {
  /* position: sticky;
		position: -webkit-sticky;
		top: 0;
		left: 0;
		height: 100vh;
		overflow: hidden; */
}
@media (max-width: 767px) {
  .bratw .box {
    height: auto;
    position: initial;
  }
}
.bratw .box .bbox {
  overflow: hidden;
  height: 100%;
  /* display: flex; */
}
@media (max-width: 767px) {
  .bratw .box .bbox {
    height: auto;
  }
}
.bratw .box .bbox .item {
  flex-shrink: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .bratw .box .bbox .item {
    flex-shrink: initial;
  }
}
.bratw .box .bbox .item1 {
  margin-bottom: 0.8rem;
  /* margin-left: 100vw; */
}
.bratw .box .bbox .item1 .container2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bratw .box .bbox .item1 img {
  flex-shrink: 0;
  width: 3.13rem;
  height: auto;
  margin-top: 1.35rem;
}
@media (max-width: 767px) {
  .bratw .box .bbox .item1 img {
    margin-right: 0;
    width: 3.13rem;
    margin: 1rem 0 0.4rem;
  }
}
.bratw .box .bbox .item1 .txt {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .bratw .box .bbox .item1 .txt {
    margin-top: 0;
  }
}
.bratw .box .bbox .item1 .txt p {
  color: var(--color);
  font-size: 0.9rem;
  -webkit-text-stroke: 1.2px var(--color);
  text-stroke: 1.2px var(--color);
  background: -webkit-linear-gradient(left, var(--color), var(--color)) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0% 100%;
}
@media (max-width: 991px) {
  .bratw .box .bbox .item1 .txt p {
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  .bratw .box .bbox .item1 .txt p {
    font-size: 0.5rem;
    -webkit-text-fill-color: initial;
    -webkit-text-stroke: initial;
  }
}
.bratw .box .bbox .item2 {
  width: 100%;
}
@media (max-width: 767px) {
  .bratw .box .bbox .item2 {
    width: auto;
  }
}
.bratw .box .bbox .item2 .container2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.36rem 0;
  height: 100%;
}
.bratw .box .bbox .item2 .bratw_box {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .bratw .box .bbox .item2 .bratw_box {
    flex-direction: column;
  }
}
.bratw .box .bbox .item2 .bratw_box .gl {
  text-align: justify;
  width: 42.85714286%;
}
@media (max-width: 991px) {
  .bratw .box .bbox .item2 .bratw_box .gl {
    width: 100%;
  }
}
.bratw .box .bbox .item2 .bratw_box .gl p {
  line-height: 2;
  margin-bottom: 0.38rem;
}
.bratw .box .bbox .item2 .bratw_box .gl p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .bratw .box .bbox .item2 .bratw_box .gl p {
    line-height: 1.5;
    margin-bottom: 0.2rem;
  }
}
.bratw .box .bbox .item2 .bratw_box .gr {
  position: relative;
  width: 53.71428571%;
}
@media (max-width: 991px) {
  .bratw .box .bbox .item2 .bratw_box .gr {
    width: 850%;
  }
}
@media (max-width: 767px) {
  .bratw .box .bbox .item2 .bratw_box .gr {
    width: 100%;
    margin-top: 0.4rem;
    transform: scale(0.8) translateX(-10%);
  }
}
.bratw .box .bbox .item2 .bratw_box .gr .bratw_con {
  margin-top: 0.2rem;
  width: calc(100% + 1.48rem);
}
.bratw .box .bbox .item2 .bratw_box .gr .bratw_con img {
  width: 100%;
}
.bratw .box .bbox .item2 .bratw_box .gr .g_ani .g_it {
  width: 1px;
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.bratw .box .bbox .item2 .bratw_box .gr .g_ani .g_it i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid var(--color);
  border-radius: 50%;
  background: rgba(252, 25, 25, 0.4);
}
.bratw .box .bbox .item2 .bratw_box .gr .g_ani .g_it .i1 {
  z-index: 10;
}
.bratw .box .bbox .item2 .bratw_box .gr .g_ani .g_it .i2 {
  animation: moveq 3s infinite linear;
}
.bratw .box .bbox .item2 .g_num {
  margin-top: 1.3rem;
  width: 100%;
  bottom: 0.9rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .bratw .box .bbox .item2 .g_num {
    margin-top: 0.5rem;
    position: initial;
    flex-wrap: wrap;
  }
}
.bratw .box .bbox .item2 .g_num .g_it {
  flex-direction: column;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .bratw .box .bbox .item2 .g_num .g_it {
    width: 50%;
    margin-bottom: 0.5rem;
  }
}
.bratw .box .bbox .item2 .g_num .g_it .item_t {
  align-items: flex-start;
  display: flex;
  color: var(--color);
}
.bratw .box .bbox .item2 .g_num .g_it .item_t p {
  line-height: 1;
  font-weight: bold;
}
.bratw .box .bbox .item2 .g_num .g_it .item_t span {
  margin: 0.06rem 0 0 0.07rem;
  font-weight: bold;
  line-height: 1;
}
.bratw .box .bbox .item2 .g_num .g_it .item_b {
  margin-top: 0.1rem;
}
.bratw .box .bbox .item2 .g_num .g_it .item_b p {
  font-weight: bold;
}
@keyframes moveq {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    -webkit-transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    -webkit-transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.brath {
  padding: 1.2rem 0 1.78rem;
}
@media (max-width: 767px) {
  .brath {
    padding: 0.22rem 0 1rem;
  }
}
.brath .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .brath .box {
    flex-wrap: wrap;
  }
}
.brath .box .item {
  position: relative;
  height: 4.5rem;
  border-radius: 0.2rem;
  color: #fff;
  padding: 0.48rem 0.3rem;
  width: 22.825%;
}
.brath .box .item:nth-child(1) {
  background: -webkit-linear-gradient(to bottom, #f92626, #ff7a7a);
  background: linear-gradient(to bottom, #f92626, #ff7a7a);
}
.brath .box .item:nth-child(2) {
  background: -webkit-linear-gradient(to bottom, #05d1a9, #8ff3df);
  background: linear-gradient(to bottom, #05d1a9, #8ff3df);
  transform: translateY(1.4rem);
}
.brath .box .item:nth-child(3) {
  background: -webkit-linear-gradient(to bottom, #0097ff, #88ceff);
  background: linear-gradient(to bottom, #0097ff, #88ceff);
}
.brath .box .item:nth-child(4) {
  background: -webkit-linear-gradient(to bottom, #1a1a1a, #666666);
  background: linear-gradient(to bottom, #1a1a1a, #666666);
  transform: translateY(1.4rem);
}
@media (max-width: 991px) {
  .brath .box .item {
    height: 6.5rem;
    width: 48%;
    margin-bottom: 0.4rem;
    transform: translateY(0rem) !important;
  }
}
@media (max-width: 767px) {
  .brath .box .item {
    height: 4.8rem;
  }
}
.brath .box .item .txt {
  position: relative;
  z-index: 10;
}
.brath .box .item .txt h3 {
  margin-bottom: 0.22rem;
}
.brath .box .item .txt .g_p p {
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .brath .box .item .txt .g_p p {
    font-size: 12px;
  }
}
.brath .box .item .img_icon {
  border-radius: 0.2rem;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brath .box .item .img_icon img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* CTG里程碑 */
.tech3-box1 {
  position: relative;
}
@media (max-width: 991px) {
  .tech3-box1 {
    margin-top: 0;
  }
}
.tech3-box1 .brafo_bj {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
}
.tech3-box1 .brafo_bj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tech3-box1 .container2 {
  margin-top: -100vh;
}
@media (max-width: 991px) {
  .tech3-box1 .container2 {
    display: flex;
    flex-wrap: wrap;
  }
}
.tech3-box1 .container2 .box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .tech3-box1 .container2 .box {
    width: 100%;
    order: 2;
    margin-top: 0.5rem;
  }
}
.tech3-box1 .container2 .box .box2 {
  width: 50%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  overflow: hidden;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1580px) {
  .tech3-box1 .container2 .box .box2 {
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .tech3-box1 .container2 .box .box2 {
    width: 100%;
    display: none;
    position: relative;
    top: 0;
  }
}
.tech3-box1 .container2 .box .box2 .brafo_box {
  position: relative;
  width: 4.75rem;
  height: 4.75rem;
}
.tech3-box1 .container2 .box .box2 .brafo_box .g_h2 {
  position: absolute;
  top: -1.42rem;
  font-weight: bold;
  left: 0;
}
.tech3-box1 .container2 .box .box2 .brafo_box .brafo_con {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tech3-box1 .container2 .box .box2 .brafo_box .brafo_con .p1 {
  color: #999;
}
.tech3-box1 .container2 .box .box2 .brafo_box .brafo_con .tech1box1swiper {
  margin: 0;
  overflow: hidden;
  width: 62.31578947%;
  position: relative;
  height: 1.75rem;
}
.tech3-box1 .container2 .box .box2 .brafo_box .brafo_con .tech1box1swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tech3-box1 .container2 .box .box2 .brafo_box .brafo_con .tech1box1swiper .swiper-slide .cn2 {
  font-size: 1.5rem;
  color: rgba(228, 231, 236, 0.5);
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1260px) {
  .tech3-box1 .container2 .box .box2 .brafo_box .brafo_con .tech1box1swiper .swiper-slide .cn2 {
    font-size: 1.3rem;
  }
}
.tech3-box1 .container2 .box .box2 .brafo_box .brafo_con .tech1box1swiper .swiper-slide-active .cn2 {
  color: var(--color);
}
.tech3-box1 .container2 .box .box2 .brafo_box .brafo_con .tech1box1swiper .cn3 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.4rem;
  line-height: 4.2rem;
  z-index: 3;
}
@media (max-width: 1260px) {
  .tech3-box1 .container2 .box .box2 .brafo_box .brafo_con .tech1box1swiper .cn3 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .tech3-box1 .container2 .box .box2 .brafo_box .brafo_con .tech1box1swiper .cn3 {
    display: none;
  }
}
.tech3-box1 .container2 .box .box2 .brafo_box .yuan {
  width: 4.75rem;
  height: 4.75rem;
  border: 1px solid #eff1f3;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 2;
}
.tech3-box1 .container2 .box .box2 .brafo_box .yuan svg {
  transform: rotate(-90deg);
}
.tech3-box1 .container2 .box .box2 .brafo_box .yuan svg circle {
  color: var(--color);
  stroke-dasharray: 315%;
  stroke-dashoffset: 315%;
}
.tech3-box1 .container2 .box .box3 {
  padding: 1.4rem 0;
  width: 50%;
  border-left: 1px solid #edeef0;
}
@media (max-width: 1260px) {
  .tech3-box1 .container2 .box .box3 {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .tech3-box1 .container2 .box .box3 {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0 0 1.4rem;
  }
}
.tech3-box1 .container2 .box .box3 .tech1box1swiper3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tech3-box1 .container2 .box .box3 .tech1box1swiper3 .g_i {
  left: 0;
  top: 0;
  z-index: 10;
  width: 1px;
  height: calc(100% - 1rem);
  position: absolute;
}
.tech3-box1 .container2 .box .box3 .tech1box1swiper3 .g_i .i2 {
  position: absolute;
  width: 1px;
  height: 1rem;
  left: 0;
  top: 0;
  z-index: 10;
  background: var(--color);
}
@media (max-width: 767px) {
  .tech3-box1 .container2 .box .box3 .tech1box1swiper3 .g_i .i2 {
    display: none;
  }
}
.tech3-box1 .container2 .box .box3 .tech1box1swiper3 .i1 {
  position: absolute;
  width: 1px;
  height: 0;
  left: 0;
  top: 0;
  background: var(--color);
}
@media (max-width: 767px) {
  .tech3-box1 .container2 .box .box3 .tech1box1swiper3 .i1 {
    display: none;
  }
}
.tech3-box1 .container2 .box .box3 .tech1box1swiper3 .swiper-wrapper2 .swiper-slide {
  padding: 0 0.2rem 0 1.8rem;
  position: relative;
  margin-top: 0.58rem;
  /* &::after{
								content: '';
								position: absolute;
								width: 2px;
								height: 30px;
								background: #fd8c8c;
								left: 0;
								top: 0;
							} */
}
@media (max-width: 767px) {
  .tech3-box1 .container2 .box .box3 .tech1box1swiper3 .swiper-wrapper2 .swiper-slide {
    padding: 0 0.2rem 0 0.4rem;
  }
}
.tech3-box1 .container2 .box .box3 .tech1box1swiper3 .swiper-wrapper2 .swiper-slide:nth-child(1) {
  margin-top: 0;
}
.tech3-box1 .container2 .box .box3 .tech1box1swiper3 .swiper-wrapper2 .swiper-slide:nth-child(1) .qcn1 {
  padding-top: 0;
}
.tech3-box1 .container2 .box .box3 .tech1box1swiper3 .swiper-wrapper2 .swiper-slide .qcn1 {
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 0.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tech3-box1 .container2 .box .box3 .tech1box1swiper3 .swiper-wrapper2 .swiper-slide .qcn2 {
  margin-bottom: 0.34rem;
}
.tech3-box1 .container2 .box .box3 .tech1box1swiper3 .swiper-wrapper2 .swiper-slide .qcn2 p {
  color: #666;
}
.tech3-box1 .container2 .box .box3 .tech1box1swiper3 .swiper-wrapper2 .swiper-slide img {
  border-radius: 0.1rem;
  margin-bottom: 0.56rem;
}
.brafi {
  overflow: hidden;
  padding: 1.38rem 0 0;
}
.brafi .box {
  margin-top: 0.85rem;
  position: relative;
}
@media (max-width: 767px) {
  .brafi .box {
    overflow: auto;
  }
}
.brafi .box .brafi_con {
  position: relative;
}
@media (max-width: 767px) {
  .brafi .box .brafi_con {
    width: 1000px;
  }
}
.brafi .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.brafi .box .img1 {
  z-index: 10;
}
.brafi .box .img2 {
  z-index: 20;
}
.brafi .box .img3 {
  position: relative;
}
.brafi .box .brafi_ani {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.brafi .box .brafi_ani .ani_it {
  width: 1px;
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.brafi .box .brafi_ani .ani_it i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 0.16rem;
  height: 0.08rem;
  background: var(--color);
  border-radius: 50%;
}
.brafi .box .brafi_ani .ani_it .i1 {
  z-index: 10;
}
.brafi .box .brafi_ani .ani_it .i2 {
  animation: moveq 3s infinite linear;
}
.brafi .box .brafi_ani .it1 {
  left: 16.8%;
  top: 54%;
}
.brafi .box .brafi_ani .it2 {
  left: 46.1%;
  top: 34.8%;
}
.brafi .box .brafi_ani .it3 {
  left: 47.8%;
  top: 37.8%;
}
.brafi .box .brafi_ani .it4 {
  left: 61.1%;
  top: 52.8%;
}
.brafi .box .brafi_ani .it5 {
  left: 77.7%;
  top: 54.3%;
}
.brafi .box .brafi_ani .it6 {
  left: 76.6%;
  top: 58.3%;
}
.brafi .box .brafi_ani .it7 {
  left: 75.6%;
  top: 65.3%;
}
.brafi .box .brafi_ani .it8 {
  left: 79%;
  top: 73.3%;
}
.brasi {
  padding: 1.5rem 0 0.7rem;
}
.brasi .g_title_box {
  align-items: center;
}
.brasi .g_title_box .g_title h2 {
  margin-bottom: 0;
}
.brasi .brasi_fy {
  height: 100%;
}
.brasi .brasi_fy .g_qie {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .brasi .brasi_fy .g_qie {
    /* margin-bottom: 0.16rem; */
  }
}
.brasi .brasi_fy .g_qie .pub_nav {
  box-shadow: 0 0 0.08rem rgba(151, 142, 142, 0.15);
  margin-left: 0.1rem;
  position: initial;
  transform: translateY(0%);
  margin-top: 0;
}
.brasi .box {
  margin-top: 0.6rem;
}
.brasi .box .brasi_box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafbfc;
  border: 1px solid #e1e3e8;
  border-radius: 0.2rem;
  overflow: hidden;
  min-height: 4.5rem;
  position: relative;
  padding: 0.5rem 0.3rem;
}
.brasi .box .brasi_box .img:hover .g_big {
  opacity: 1;
}
.brasi .box .brasi_box .img .img_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brasi .box .brasi_box .img .img_box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.brasi .box .brasi_box .img .g_big {
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.brasi .box .brasi_box .img .g_big svg,
.brasi .box .brasi_box .img .g_big img {
  width: 0.31rem;
  height: auto;
  color: #fff;
}
@media (max-width: 767px) {
  .brasi .box .brasi_box .img .g_big svg,
  .brasi .box .brasi_box .img .g_big img {
    width: 0.45rem;
  }
}
.brasi .box .brasi_box .txt {
  margin-top: 0.15rem;
}
.brase {
  padding: 0.7rem 0 1.36rem;
}
.brase .g_title_box {
  align-items: center;
}
.brase .g_title_box .g_title h2 {
  margin-bottom: 0;
}
.brase .brasi_fy {
  height: 100%;
}
.brase .brasi_fy .g_qie {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .brase .brasi_fy .g_qie {
    /* margin-bottom: 0.16rem; */
  }
}
.brase .brasi_fy .g_qie .pub_nav {
  box-shadow: 0 0 0.08rem rgba(151, 142, 142, 0.15);
  margin-left: 0.1rem;
  position: initial;
  transform: translateY(0%);
  margin-top: 0;
}
.brase .box {
  margin-top: 0.6rem;
}
.brase .box .brasi_box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafbfc;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.brase .box .brasi_box .img:hover .g_big {
  opacity: 1;
}
.brase .box .brasi_box .img .public-img {
  width: 100%;
}
.brase .box .brasi_box .img .public-img:before {
  padding-top: 67.26457399%;
}
.brase .box .brasi_box .img .g_big {
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.brase .box .brasi_box .img .g_big svg,
.brase .box .brasi_box .img .g_big img {
  width: 0.31rem;
  height: auto;
  color: #fff;
}
@media (max-width: 767px) {
  .brase .box .brasi_box .img .g_big svg,
  .brase .box .brasi_box .img .g_big img {
    width: 0.45rem;
  }
}
.brase .box .brasi_box .txt {
  margin-top: 0.15rem;
}
#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  z-index: 999999;
  color: white;
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  #splash-screen {
    display: none !important;
  }
}
#splash-screen .splash_t {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#splash-screen .splash_t #intro-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
body {
  position: relative;
}
body .bodybox {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1000000;
}
@media (max-width: 767px) {
  body .bodybox {
    display: none !important;
  }
}
.inp_box .layui-input:focus,
.inp_box .layui-textarea:focus,
.quotation_con .layui-input:focus,
.quotation_con .layui-textarea:focus {
  border-color: var(--color) !important;
}
.inp_box .layui-input:active,
.inp_box .layui-textarea:active,
.quotation_con .layui-input:active,
.quotation_con .layui-textarea:active {
  border-color: var(--color) !important;
}
.inp_box .layui-form-select dl dd.layui-this,
.quotation_con .layui-form-select dl dd.layui-this {
  color: var(--color);
  background: none;
}
.inp_box .layui-form-select dl,
.quotation_con .layui-form-select dl {
  border-radius: 0.15rem;
}
/* 轨迹弹窗 */
.curtain_no3 {
  /* display: block; */
}
.pop_tra {
  background: #fff;
  width: 9.38rem;
  border-radius: 0.2rem;
  padding: 0.48rem 0 0 0.38rem;
}
@media (max-width: 1580px) {
  .pop_tra {
    width: 12rem;
  }
}
@media (max-width: 991px) {
  .pop_tra {
    width: 100%;
  }
}
.pop_tra .box {
  width: 100%;
}
.pop_tra .box h2 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.45rem;
}
.pop_tra .box .pop_tra_box {
  width: 100%;
}
.pop_tra .box .pop_tra_box .pop_tra_con {
  width: 100%;
  overflow: auto;
  max-height: 5.88rem;
}
@media (max-width: 767px) {
  .pop_tra .box .pop_tra_box .pop_tra_con {
    max-height: 8rem;
  }
}
.pop_tra .box .pop_tra_box .pop_tra_con::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.pop_tra .box .pop_tra_box .pop_tra_con::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 2px;
}
.pop_tra .box .pop_tra_box .pop_tra_con::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 25px;
}
.pop_tra .box .pop_tra_box .pop_tra_con::-webkit-scrollbar-corner {
  background: #999;
}
.pop_tra .box .pop_tra_box .pop_tra_con .item {
  display: flex;
  /* align-items: flex-start; */
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pop_tra .box .pop_tra_box .pop_tra_con .item {
    flex-direction: column;
    margin-bottom: 0.3rem;
  }
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl {
  width: 74.44444444%;
  display: flex;
}
@media (max-width: 767px) {
  .pop_tra .box .pop_tra_box .pop_tra_con .item .gl {
    width: 100%;
  }
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line {
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg {
    width: 16px;
    height: 16px;
  }
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg svg,
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg img {
  height: auto;
  color: var(--color);
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg svg rect,
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg img rect {
  fill: var(--color);
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg1 svg,
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg1 img {
  width: 45%;
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg2 svg,
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg2 img {
  width: 60%;
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg3 svg,
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg3 img {
  width: 30%;
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg3 svg rect,
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line .g_svg3 img rect {
  fill: currentColor !important;
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line i {
  width: 1px;
  height: calc(100% - 22px);
  background: var(--color);
  display: block;
  margin-left: 11px;
}
@media (max-width: 767px) {
  .pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_line i {
    display: none;
  }
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_mdbox {
  padding-bottom: 0.4rem;
  display: flex;
  /* width: (670/900*100%); */
  width: 100%;
}
@media (max-width: 767px) {
  .pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_mdbox {
    flex-direction: column;
  }
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_time {
  /* width: (295/670*100%); */
  width: 21%;
  padding-right: 0.1rem;
}
@media (max-width: 767px) {
  .pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_time {
    margin-bottom: 0.2rem;
    width: 100%;
  }
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_time p {
  color: #999;
  line-height: 1.4;
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_p {
  /* width: (250/670*100%); */
  width: 79%;
}
@media (max-width: 767px) {
  .pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_p {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gl .g_p p {
  color: #999;
  line-height: 1.4;
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gr {
  padding-bottom: 0.4rem;
  display: flex;
  align-items: flex-start;
  width: 23.33333333%;
}
@media (max-width: 767px) {
  .pop_tra .box .pop_tra_box .pop_tra_con .item .gr {
    width: 100%;
    padding-left: calc(16px + 0.2rem);
  }
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gr i {
  margin-top: 5px;
  margin-right: 0.12rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.13rem;
  height: auto;
  color: #999;
}
@media (max-width: 1580px) {
  .pop_tra .box .pop_tra_box .pop_tra_con .item .gr i {
    margin-top: 4px;
  }
}
@media (max-width: 1260px) {
  .pop_tra .box .pop_tra_box .pop_tra_con .item .gr i {
    width: 0.18rem;
  }
}
@media (max-width: 767px) {
  .pop_tra .box .pop_tra_box .pop_tra_con .item .gr i {
    width: 0.22rem;
  }
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gr i svg,
.pop_tra .box .pop_tra_box .pop_tra_con .item .gr i img {
  width: 100%;
  height: auto;
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gr i svg path,
.pop_tra .box .pop_tra_box .pop_tra_con .item .gr i img path {
  fill: var(--color);
}
.pop_tra .box .pop_tra_box .pop_tra_con .item .gr p {
  color: #999;
}
/* 登录 */
.gnew_login {
  width: 100%;
  height: 100vh;
  display: flex;
}
.gnew_login .gl {
  position: relative;
  width: 50%;
}
@media (max-width: 991px) {
  .gnew_login .gl {
    display: none;
  }
}
.gnew_login .gl .img {
  width: 100%;
  height: 100%;
}
.gnew_login .gl .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gnew_login .gl .gl_logo {
  position: absolute;
  left: 0.64rem;
  top: 0.62rem;
  z-index: 10;
}
.gnew_login .gl .gl_logo img {
  width: auto;
  height: 0.81rem;
}
.gnew_login .gl .gl_logo p {
  color: #777;
  margin-top: 0.14rem;
}
.gnew_login .gr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  padding: 0.8rem 0;
  width: 50%;
}
@media (max-width: 991px) {
  .gnew_login .gr {
    width: 100%;
  }
}
.gnew_login .gr .g_fh {
  z-index: 10;
  position: absolute;
  top: 0.38rem;
  left: 0.4rem;
  display: flex;
  align-items: center;
}
.gnew_login .gr .g_fh i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: auto;
  color: var(--color);
}
@media (max-width: 1260px) {
  .gnew_login .gr .g_fh i {
    width: 11px;
  }
}
@media (max-width: 767px) {
  .gnew_login .gr .g_fh i {
    width: 9px;
  }
}
.gnew_login .gr .g_fh i svg,
.gnew_login .gr .g_fh i img {
  width: 100%;
  height: auto;
}
.gnew_login .gr .g_fh i svg path,
.gnew_login .gr .g_fh i img path {
  fill: var(--color);
}
.gnew_login .gr .g_fh p {
  margin-left: 0.09rem;
  color: var(--color);
}
.gnew_login .gr .g_sign {
  display: none;
}
.gnew_login .gr .g_login,
.gnew_login .gr .g_sign {
  width: 33.33333333%;
}
@media (max-width: 1580px) {
  .gnew_login .gr .g_login,
  .gnew_login .gr .g_sign {
    width: 45%;
  }
}
@media (max-width: 1260px) {
  .gnew_login .gr .g_login,
  .gnew_login .gr .g_sign {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .gnew_login .gr .g_login,
  .gnew_login .gr .g_sign {
    width: 90%;
  }
}
.gnew_login .gr .g_login .login_logo,
.gnew_login .gr .g_sign .login_logo {
  text-align: center;
  display: block;
}
.gnew_login .gr .g_login .login_logo svg,
.gnew_login .gr .g_sign .login_logo svg {
  height: 0.35rem;
  width: auto;
  color: var(--color);
}
.gnew_login .gr .g_login form,
.gnew_login .gr .g_sign form {
  margin-top: 0.6rem;
}
.gnew_login .gr .g_login form .inp,
.gnew_login .gr .g_sign form .inp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gnew_login .gr .g_login form .inp,
  .gnew_login .gr .g_sign form .inp {
    flex-direction: column;
  }
}
.gnew_login .gr .g_login form .inp .inp_box,
.gnew_login .gr .g_sign form .inp .inp_box {
  width: calc((100% - 0.36rem)/3);
  margin-bottom: 0.17rem;
}
@media (max-width: 767px) {
  .gnew_login .gr .g_login form .inp .inp_box,
  .gnew_login .gr .g_sign form .inp .inp_box {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.gnew_login .gr .g_login form .inp .inp_box .inp_txt,
.gnew_login .gr .g_sign form .inp .inp_box .inp_txt {
  margin-bottom: 0.06rem;
}
.gnew_login .gr .g_login form .inp .inp_box .inp_txt p,
.gnew_login .gr .g_sign form .inp .inp_box .inp_txt p {
  color: #333;
  font-weight: bold;
}
.gnew_login .gr .g_login form .inp .inp_box .inp_txt p span,
.gnew_login .gr .g_sign form .inp .inp_box .inp_txt p span {
  color: var(--color);
}
.gnew_login .gr .g_login form .inp .inp_box input,
.gnew_login .gr .g_sign form .inp .inp_box input {
  padding: 0 0.2rem;
  width: 100%;
  height: 0.5rem;
  border: 1px solid #eeeeee;
  border-radius: 0.1rem;
}
.gnew_login .gr .g_login form .inp .inp_box input::-webkit-input-placeholder,
.gnew_login .gr .g_sign form .inp .inp_box input::-webkit-input-placeholder {
  color: #ccc;
}
@media (max-width: 767px) {
  .gnew_login .gr .g_login form .inp .inp_box input,
  .gnew_login .gr .g_sign form .inp .inp_box input {
    height: 0.8rem;
  }
}
.gnew_login .gr .g_login form .inp2 .inp_box,
.gnew_login .gr .g_sign form .inp2 .inp_box {
  width: 100%;
}
.gnew_login .gr .g_login form .g_lab,
.gnew_login .gr .g_sign form .g_lab {
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
  font-size: 12px;
  color: #666;
}
@media (max-width: 767px) {
  .gnew_login .gr .g_login form .g_lab,
  .gnew_login .gr .g_sign form .g_lab {
    padding: 0;
  }
}
.gnew_login .gr .g_login form .g_lab label,
.gnew_login .gr .g_sign form .g_lab label {
  display: flex;
  align-items: center;
}
.gnew_login .gr .g_login form .g_lab label.on i,
.gnew_login .gr .g_sign form .g_lab label.on i {
  color: var(--color);
  border-color: var(--color);
}
.gnew_login .gr .g_login form .g_lab label.on i svg,
.gnew_login .gr .g_sign form .g_lab label.on i svg,
.gnew_login .gr .g_login form .g_lab label.on i img,
.gnew_login .gr .g_sign form .g_lab label.on i img {
  opacity: 1;
}
.gnew_login .gr .g_login form .g_lab i,
.gnew_login .gr .g_sign form .g_lab i {
  margin-top: 0;
  flex-shrink: 0;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  width: 13px;
  height: 13px;
  color: transparent;
  margin-right: 3px;
}
@media (max-width: 1580px) {
  .gnew_login .gr .g_login form .g_lab i,
  .gnew_login .gr .g_sign form .g_lab i {
    width: 14px;
    height: 14px;
  }
}
.gnew_login .gr .g_login form .g_lab i svg,
.gnew_login .gr .g_sign form .g_lab i svg,
.gnew_login .gr .g_login form .g_lab i img,
.gnew_login .gr .g_sign form .g_lab i img {
  opacity: 0;
  width: 8px;
  height: auto;
}
.gnew_login .gr .g_login form .g_lab i svg path,
.gnew_login .gr .g_sign form .g_lab i svg path,
.gnew_login .gr .g_login form .g_lab i img path,
.gnew_login .gr .g_sign form .g_lab i img path {
  filter: none;
}
.gnew_login .gr .g_login form .g_lab p a,
.gnew_login .gr .g_sign form .g_lab p a {
  font-weight: bold;
  color: var(--color);
}
.gnew_login .gr .g_login form .pub_btn,
.gnew_login .gr .g_sign form .pub_btn {
  width: 100%;
  height: 0.48rem;
  padding: 0 0.28rem;
}
@media (max-width: 767px) {
  .gnew_login .gr .g_login form .pub_btn,
  .gnew_login .gr .g_sign form .pub_btn {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.gnew_login .gr .g_login form .g_txt,
.gnew_login .gr .g_sign form .g_txt {
  text-align: center;
  margin-top: 0.16rem;
}
.gnew_login .gr .g_login form .g_txt p a,
.gnew_login .gr .g_sign form .g_txt p a {
  cursor: pointer;
  color: var(--color);
}
@media (max-width: 767px) {
  nav.nav1_none {
    top: 0 !important;
  }
}
.g_order {
  background: #f8f8f8;
  padding: 1.2rem 0 0.45rem;
}
.g_order .box {
  display: flex;
  justify-content: space-between;
}
.g_order .box .item {
  width: 15.71428571%;
  background: #eeeeee;
  border-radius: 0.2rem;
  background: -webkit-linear-gradient(to top, #f92626, #ff7d7d);
  background: linear-gradient(to top, #f92626, #ff7d7d);
  padding: 0.48rem 0.15rem 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .g_order .box .item {
    padding: 0.28rem 0.15rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .g_order .box .item {
    padding: 0.18rem 0.05rem 0.1rem;
    width: 19%;
  }
}
.g_order .box .item.on {
  background: #eeeeee;
}
.g_order .box .item.on i {
  color: #999999;
}
.g_order .box .item.on .txt {
  color: #999999;
}
.g_order .box .item i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.48rem;
  height: auto;
  color: #fff;
}
.g_order .box .item i svg,
.g_order .box .item i img {
  width: 100%;
  height: auto;
}
.g_order .box .item .txt {
  text-align: center;
  color: #fff;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .g_order .box .item .txt {
    margin-top: 0.15rem;
  }
}
.g_order .box .item .txt p {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .g_order .box .item .txt p {
    font-size: 12px;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .g_order .box .item .txt h3 {
    font-size: 12px;
  }
}
.g_order .box .g_i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: auto;
  color: var(--color);
}
.g_order .box .g_i:last-child {
  display: none;
}
@media (max-width: 767px) {
  .g_order .box .g_i {
    width: 5px;
    display: none;
  }
}
.g_order .box .g_i svg,
.g_order .box .g_i img {
  width: 100%;
  height: auto;
}
.g_order .lab_b {
  margin-top: 0.65rem;
}
.g_order .lab_b .p1 {
  color: var(--color);
}
.g_order .lab_b .p2 {
  color: #000;
}
