@charset "utf-8";
:root {
  --color: #5d5ad6;
  --vh: 100vh;
}
@font-face {
  font-family: "harmonyos";
  src: url("../fonts/HARMONYOS_SANS_SC_MEDIUM.TTF") format("truetype");
}
@font-face {
  font-family: "harmonyoslight";
  src: url("../fonts/HARMONYOS_SANS_SC_LIGHT.woff") format("woff");
}
@font-face {
  font-family: "poppins-medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "poppins-regular";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("../fonts/ClashDisplay-Medium.otf") format("opentype");
}
.font-harmonyoslight {
  font-family: 'harmonyoslight', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-harmonyos {
  font-family: 'harmonyos', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-poppins-medium {
  font-family: 'poppins-medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-poppins-regular {
  font-family: 'poppins-regular', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-clash-display-medium {
  font-family: 'ClashDisplay-Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
/*字体*/
/* @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;
}
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;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #5d5ad6;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@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: #5E5964;
  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;
}
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;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-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;
}
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: 86%;
  max-width: 1680px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 88%;
  max-width: 1760px;
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.container3 {
  margin: 0 auto;
  width: 80%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container3 {
    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-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #5d5ad6;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.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 {
  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: 80px;
}
@media (max-width: 1260px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#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: 0.9rem;
  text-align: center;
  color: #fff;
  transition: 0.4s;
  height: 80px;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1260px) {
  #c-header {
    height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container2 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  #c-header .container2 {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -1.1rem;
}
@media (max-width: 1260px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  backdrop-filter: saturate(180%) blur(8px);
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, .05); */
}
#c-header.c-style2 a {
  color: #333;
}
/*顶部logo*/
#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: 30px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.5rem;
  }
}
#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;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  font-size: 12px;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 1.1rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0.4rem;
}
#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: 0;
  width: 0;
  height: 2px;
  background: #5d5ad6;
  transition: 0.4s;
}
#c-header .c-nav li a {
  line-height: 1.5;
  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: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
}
#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 .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: #5d5ad6;
}
#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: #5d5ad6;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  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 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#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: 0.3rem;
  height: 0.3rem;
  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: #5d5ad6;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  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;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#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: #5d5ad6;
}
#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;
}
#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: #5d5ad6;
  cursor: pointer;
}
#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.3rem;
  width: 20px;
  height: 20px;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone svg {
  color: #5d5ad6;
}
#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: #5d5ad6;
  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: #5d5ad6;
}
#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;
}
/* 底部 */
#c-footer {
  color: #fff;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.4s;
}
#c-footer a:hover {
  color: #5d5ad6;
}
#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: #5d5ad6;
}
#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: 0.3rem;
  height: 0.3rem;
}
@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: 0.6rem;
    height: 0.6rem;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a img,
  #c-footer .c-top-box .container .c-ico a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #5d5ad6;
}
@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: #5d5ad6;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/*首页内容1*/
.c-home1 .swiper-slide {
  overflow: hidden;
}
.c-home1 .swiper-slide .c-img {
  width: 100%;
  height: 100%;
}
.c-home1 .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-button-next,
.c-home1 .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.4s;
  right: 0.6rem;
  background: transparent;
}
@media (max-width: 991px) {
  .c-home1 .swiper-button-next,
  .c-home1 .swiper-button-prev {
    display: none;
  }
}
.c-home1 .swiper-button-next::after,
.c-home1 .swiper-button-prev::after {
  display: none;
}
.c-home1 .swiper-button-next img,
.c-home1 .swiper-button-prev img,
.c-home1 .swiper-button-next svg,
.c-home1 .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
.c-home1 .swiper-button-prev {
  left: 0.6rem;
  transform: rotate(180deg);
}
.c-home1 .swiper-button-next:hover,
.c-home1 .swiper-button-prev:hover {
  opacity: 1;
}
.c-home1 .swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0.4rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination {
    bottom: 0.6rem;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  width: 0.6rem;
  height: 3px;
  vertical-align: top;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.3rem;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet div {
  height: 100%;
  background: #5d5ad6;
  width: 0%;
  transition-delay: 0s;
  transition-timing-function: linear;
}
.c-home1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active div {
  width: 100%;
}
/* gw */
/*类标签*/
em,
i,
cite {
  font-style: normal;
}
strong,
a {
  text-decoration: none;
}
strong,
a:hover {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
input {
  outline: none;
}
select {
  border-color: #DEDEDE;
}
textarea {
  outline: none;
  resize: none;
}
a,
p,
b,
li {
  text-decoration: none;
}
a {
  color: #333;
}
p {
  margin: 0;
}
a:hover,
button:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
iframe {
  margin-bottom: -5px;
}
select {
  border-color: #DEDEDE;
}
label {
  font-weight: normal;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* 取消focus点击效果 */
/* 字体引用 */
@font-face {
  font-family: 'font-r';
  src: url(../font/Cabin-Regular-1.ttf);
}
@font-face {
  font-family: 'font-b';
  src: url(../font/Cabin-Bold-4.ttf);
}
@font-face {
  font-family: 'font-m';
  src: url(../font/Cabin-Medium-7.ttf);
}
@font-face {
  font-family: 'font-sb';
  src: url(../font/Cabin-SemiBold-2.ttf);
}
.font-r {
  font-family: 'font-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-b {
  font-family: 'font-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-m {
  font-family: 'font-m', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-sb {
  font-family: 'font-sb', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.pub_tc {
  text-align: center;
}
*::after,
*::before {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/* 滚动条 */
.srco::-webkit-scrollbar {
  width: 3px;
}
.srco::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 2px;
}
.srco::-webkit-scrollbar-thumb {
  background: #5d5ad6;
  border-radius: 25px;
}
.srco::-webkit-scrollbar-corner {
  background: #5d5ad6;
}
/* 自己的公共样式 */
/*过渡*/
.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;
  }
}
/* 图片移入效果 */
.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;
  }
}
/* 下拉导航 */
.pro_nav2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #f8f8f8;
  border-radius: 0 0 0.2rem 0.2rem;
  box-shadow: 0 6px 29px rgba(211, 211, 211, 0.08);
  padding: 10px 0;
  display: none;
  width: auto;
  white-space: nowrap;
}
.pro_nav2 > a {
  min-height: 0.6rem;
  padding: 0.07rem 0.2rem 0.07rem 0.3rem;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 5px 10px;
  border-radius: 0.15rem;
  -webkit-transition: all 0.6s;
}
.pro_nav2 > a:hover {
  background: #fff;
}
.pro_nav3 {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100vh);
  top: calc(100% + 1px);
  left: 0;
  background: #fff;
}
.pro_nav3 .pro_nav3_tnav {
  height: 80px;
  background: #f8fafb;
}
@media (max-width: 1580px) {
  .pro_nav3 .pro_nav3_tnav {
    behavior: 60px;
  }
}
.pro_nav3 .pro_nav3_tnav .container2 {
  position: relative;
  height: 100%;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_del {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.04rem;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_del svg {
  width: 14px;
  height: auto;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_del svg path {
  fill: #666666;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox {
  height: 100%;
  display: flex;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item {
  cursor: pointer;
  margin-right: 0.58rem;
  display: flex;
  align-items: center;
  position: relative;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item.on::after {
  opacity: 1;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item.on p {
  color: #5d5ad6;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #5d5ad6;
  display: block;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item svg {
  width: 20px;
  margin-right: 0.08rem;
  height: auto;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item svg path {
  fill: #5d5ad6 !important;
}
.pro_nav3 .pro_nav3_box {
  height: calc(100% - 80px - 80px);
}
.pro_nav3 .pro_nav3_box .conItem_tw {
  padding: 0.4rem 0;
  display: flex;
  flex-wrap: wrap;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item {
  margin: 0 0.3rem 0.3rem 0;
  width: calc((100% - 0.9rem)/4);
}
.pro_nav3 .pro_nav3_box .conItem_tw .item:nth-child(4n) {
  margin-right: 0;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item:hover .public-img img {
  transform: scale(1.05);
}
.pro_nav3 .pro_nav3_box .conItem_tw .item:hover .txt h4 {
  color: #5d5ad6;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item .public-img {
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item .public-img:before {
  padding-top: 57.46031746%;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item .txt h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_box .boxItem {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: auto;
}
.pro_nav3 .pro_nav3_box .boxItem li {
  border-bottom: 1px solid #f1f1f1;
  padding: 0.36rem 0.1rem 0.3rem 0;
  width: calc(100%/6);
}
.pro_nav3 .pro_nav3_box .boxItem li .g_tit {
  margin-bottom: 0.18rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0.1rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: #f8fafb;
  border-radius: 0.05rem;
  border: 1px solid #eee;
  margin-right: 0.15rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt {
  width: calc(100% - 60px);
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt .txt_h4 {
  display: flex;
  align-items: center;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt .txt_h4 h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-right: 0.08rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt .txt_h4 span {
  font-size: 12px;
  color: #5d5ad6;
  border: 1px solid #5d5ad6;
  border-radius: 10px;
  padding: 0 4px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt p {
  color: #999;
  font-size: 12px;
}
.pro_nav3 .pro_nav3_all {
  cursor: pointer;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #ddd;
}
.pro_nav3 .pro_nav3_all svg {
  margin-left: 0.1rem;
}
.pro_nav3 .pro_nav3_all svg path {
  fill: #e0e0e0 !important;
}
/* 移动端导航 */
#g-header {
  display: none;
}
@media (max-width: 1260px) {
  #g-header {
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
  }
}
#g-header .c-nav2 {
  position: absolute;
  right: -100%;
  left: auto;
  width: 100%;
  top: 100px;
  height: calc(var(--vh) - 100px);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.8s;
  text-align: left;
}
@media (max-width: 1260px) {
  #g-header .c-nav2 {
    height: calc(var(--vh) - 60px);
    top: 60px;
  }
}
#g-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#g-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #fff;
}
@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 {
  width: 0.3rem;
  height: auto;
  transition: all 0.3s;
  margin: 0 0 0 10px;
  float: right;
  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 .c-title-box.on img,
#g-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#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: #5d5ad6;
}
#g-header .c-nav2 li ul {
  display: none;
}
#g-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #g-header .c-switch {
    display: block;
  }
}
#g-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  #g-header .c-switch i {
    background: #333;
  }
}
#g-header .c-switch i:nth-child(1) {
  top: 0;
}
#g-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#g-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#g-header .c-switch i .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
.c-open #g-header .c-nav2 {
  right: 0;
}
.c-open #g-header .c-nav2 .c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
  padding-bottom: 0.25rem;
}
.c-open #g-header .c-nav2 .c-title-con > a {
  color: #999 !important;
  display: block;
  padding: 0.15rem 0 0.15rem 20px;
  line-height: 1.5;
}
.c-open #g-header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open #g-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open #g-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* banner */
@media (max-width: 1260px) {
  .h_banner .h_banner_swi {
    height: 100%;
  }
}
.h_banner .swiper-slide {
  overflow: hidden;
}
.h_banner .h_b_box {
  position: relative;
  width: 100%;
  height: var(--vh);
}
@media (max-width: 1260px) {
  .h_banner .h_b_box {
    height: calc(var(--vh) - 60px);
  }
}
@media (max-width: 767px) {
  .h_banner .h_b_box {
    height: 10rem;
  }
}
.h_banner .h_b_box .h_b_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.h_banner .h_b_box .h_b_txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0.6rem;
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p1 {
  visibility: hidden;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p2 {
  visibility: hidden;
  margin-top: 0.15rem;
  color: #fff;
}
.h_banner .h_b_box .h_b_txt .container .public-btn {
  visibility: hidden;
  margin-top: 0.56rem;
}
.h_banner .home_pag {
  bottom: 0.66rem;
}
.h_banner .home_pag .swiper-pagination-bullet {
  min-width: 1.8rem;
  height: auto;
  color: #fff;
  background: none;
  border-radius: 0;
  opacity: 1;
  padding-top: 0.16rem;
  position: relative;
  margin: 0 0.1rem;
}
.h_banner .home_pag .swiper-pagination-bullet span {
  opacity: 0.64;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet span {
    font-size: 0.24rem;
  }
}
.h_banner .home_pag .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet::after {
    height: 1px;
  }
}
.h_banner .home_pag .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0s;
  height: 3px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet::before {
    height: 1px;
  }
}
.h_banner .home_pag .swiper-pagination-bullet-active span {
  opacity: 1;
}
.h_banner .home_pag .swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 5.8s;
}
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h_b_img .img1 {
  z-index: 1;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
}
.h_b_img .img2 {
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.h_b_img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
/* 底部导航 */
.foot_nav {
  margin-right: 1.68rem;
}
@media (max-width: 767px) {
  .foot_nav {
    margin: 0 ;
  }
}
.foot_nav:last-child {
  margin-right: 0;
}
.foot_nav .a_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.foot_nav .a_tit.on svg,
.foot_nav .a_tit.on img {
  transform: rotate(90deg);
}
.foot_nav .a_tit a {
  text-transform: uppercase;
  color: #fff;
}
.foot_nav .a_tit svg,
.foot_nav .a_tit img {
  transition: all 0.4s;
  width: 5px;
  height: auto;
  display: none;
}
@media (max-width: 767px) {
  .foot_nav .a_tit svg,
  .foot_nav .a_tit img {
    display: block;
  }
}
.foot_nav .a_tit svg path,
.foot_nav .a_tit img path {
  fill: #fff;
}
@media (max-width: 767px) {
  .foot_nav ul {
    display: none;
    padding-bottom: 0.2rem;
  }
}
.foot_nav ul li {
  margin-bottom: 0.12rem;
}
.foot_nav ul li a {
  color: #999;
}
/* 网站地图 */
.g-mapon {
  padding: 1.1rem 0 3.14rem;
}
.g-mapon .g-tit {
  text-align: center;
}
.g-mapon .g-tit h2 {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .g-mapon .g-tit h2 {
    font-size: 0.48rem;
  }
}
.g-mapon .box {
  background: #fff;
  margin-top: 0.1rem;
}
.g-mapon .box .item {
  display: flex;
  padding: 0.45rem 0 0.3rem;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
@media (max-width: 767px) {
  .g-mapon .box .item {
    flex-direction: column;
  }
}
.g-mapon .box .item a:hover {
  color: #5d5ad6 !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: #5E5964;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-twa a {
    min-width: auto;
  }
}
/* 免责声明 */
.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;
}
/* 二级 */
/* .nav_two_tit{display: flex;align-items: center;justify-content: space-between;}
.nav_two_tit>a{color: #666 !important;display: block;padding-left: 20px;line-height: 40px;}
.nav_two_tit svg{width: 8px;height: auto;}
.nav_two_tit svg path{fill: #666;}
.nav_three{display: none;}
.nav_three>a{color: #999 !important;display: block;padding-left: 30px;line-height: 36px;} */
/* 开始 */
.nav_lan {
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  display: none;
}
@media (max-width: 1260px) {
  .nav_lan {
    display: none;
  }
}
.nav_lan > svg {
  margin-right: 0.07rem;
}
.nav_lan > svg path {
  fill: #333;
}
.nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
.nav_lan .nav_lan_box p {
  color: #333;
  margin-right: 0.08rem;
}
.nav_lan .nav_lan_box svg {
  flex-shrink: 0;
  width: 6px;
  height: auto;
}
.nav_lan .nav_lan_box svg path {
  fill: #333;
}
.nav_lan .nav_lan_sel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  display: none;
}
.nav_lan .nav_lan_sel .nav_lan_sel_box {
  width: 100%;
  height: 100%;
  padding: 0.05rem 0.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_lan .nav_lan_sel .nav_lan_sel_box a {
  line-height: 1.5;
  margin: 3px 0;
}
.nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: #5d5ad6;
}
.g_title {
  text-align: center;
}
.g_title .g_h1 {
  padding: 0.08rem 0.11rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.g_title .g_h1 h1 {
  font-weight: bold;
  line-height: 1;
}
.g_title .g_h1 i {
  position: absolute;
  background: #5d5ad6;
}
.g_title .g_h1 .i1 {
  width: 0.1rem;
  height: 1px;
  top: 0;
  left: 0;
}
.g_title .g_h1 .i2 {
  height: 0.1rem;
  width: 1px;
  top: 0;
  left: 0;
}
.g_title .g_h1 .i3 {
  width: 0.1rem;
  height: 1px;
  bottom: 0;
  right: 0;
}
.g_title .g_h1 .i4 {
  height: 0.1rem;
  width: 1px;
  bottom: 0;
  right: 0;
}
.g_but {
  display: inline-flex;
  align-items: center;
  transition: all 0.4s;
}
.g_but:hover {
  color: #5d5ad6;
}
.g_but:hover i {
  transform: rotate(45deg);
}
.g_but:hover i svg path {
  fill: #5d5ad6;
}
.g_but i {
  transition: all 0.4s;
  margin-left: 0.07rem;
  flex-shrink: 0;
  display: flex;
  width: 8px;
  height: auto;
}
.g_but i svg,
.g_but i img {
  width: 100%;
  height: auto;
}
.g_but i svg path,
.g_but i img path {
  transition: all 0.4s;
  fill: #333;
}
.pub_bj_box {
  pointer-events: none;
  z-index: 100;
  position: absolute;
  top: 0.55rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  padding: 4px;
}
.pub_bj_box .pub_bj {
  width: 100%;
  height: 100%;
  background: url(../images/pub_bj.png);
  background-position: top center;
  background-size: 100% auto;
}
.hoon {
  overflow: hidden;
  position: relative;
  background: url(../images/hbj.png) no-repeat;
  background-size: 100% 100%;
  padding: 1.6rem 0;
  background: none !important;
}
.hoon .container {
  text-align: center;
}
.hoon .container .g_but {
  margin-top: 0.35rem;
}
.hoon .g_title {
  padding: 0 5%;
}
.hoon .box {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .hoon .box {
    flex-wrap: wrap;
  }
}
.hoon .box .item {
  width: 15.11904762%;
  position: relative;
}
@media (max-width: 1900px) {
  .hoon .box .item {
    width: 18%;
  }
}
@media (max-width: 991px) {
  .hoon .box .item {
    width: 48%;
    margin-bottom: 2rem;
  }
}
.hoon .box .item:nth-child(2n) .g_svg {
  top: -0.25rem;
}
.hoon .box .item .g_svg {
  position: absolute;
  width: 3.68rem;
  top: -0.75rem;
  left: -0.3rem;
  opacity: 0.15;
}
.hoon .box .item .g_svg svg,
.hoon .box .item .g_svg img {
  width: 100%;
  height: auto;
}
.hoon .box .item .item_box {
  text-align: left;
}
.hoon .box .item .item_box .num {
  margin-bottom: 0.2rem;
  color: #5d5ad6;
  display: flex;
  align-items: flex-end;
}
.hoon .box .item .item_box .num p {
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
}
.hoon .box .item .item_box .num span {
  margin-left: 0.08rem;
  margin-bottom: 0.02rem;
  white-space: nowrap;
}
.hoon .box .item .item_box .txt p {
  color: #383838;
}
.hotw {
  overflow: hidden;
  position: relative;
  padding: 0 0 1.6rem;
  /* background: url(../images/hbj.png) no-repeat; */
  /* background-size: 100% 100%; */
}
.hotw .g_bj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hotw .g_bj .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hotw .g_bj .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotw .g_bj .item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.hotw .box {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
  margin-top: 0.85rem;
}
@media (max-width: 767px) {
  .hotw .box {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.hotw .box .item {
  width: 25%;
}
@media (max-width: 991px) {
  .hotw .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hotw .box .item {
    flex-shrink: 0;
    width: 73%;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
  .hotw .box .item:last-child {
    border: 0;
  }
}
.hotw .box .item:hover .itembox,
.hotw .box .item.on .itembox {
  background: #fff;
}
@media (max-width: 767px) {
  .hotw .box .item:hover .itembox,
  .hotw .box .item.on .itembox {
    background: transparent;
  }
}
.hotw .box .item:hover .itembox .g_span,
.hotw .box .item.on .itembox .g_span {
  opacity: 0;
}
.hotw .box .item:hover .itembox .img,
.hotw .box .item.on .itembox .img {
  transform: scale(0.73);
  margin-top: -0.4rem;
  margin-left: -0.2rem;
}
.hotw .box .item:hover .itembox .txt .g_p,
.hotw .box .item.on .itembox .txt .g_p {
  top: -1.86rem;
  opacity: 1;
}
@media (max-width: 1580px) {
  .hotw .box .item:hover .itembox .txt .g_p,
  .hotw .box .item.on .itembox .txt .g_p {
    top: -2.5rem;
  }
}
.hotw .box .item .itembox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 5rem;
  padding: 0.3rem 0.4rem;
  transition: all 0.4s;
  /* background: #fff; */
}
@media (max-width: 1580px) {
  .hotw .box .item .itembox {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .hotw .box .item .itembox {
    align-items: center;
    text-align: center;
  }
}
.hotw .box .item .itembox .g_span {
  transition: all 0.4s;
}
.hotw .box .item .itembox .g_span span {
  color: #5f5eea;
  font-weight: bold;
}
.hotw .box .item .itembox .img {
  transition: all 0.4s;
  margin-top: 1.18rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 1.81rem;
  height: 1.5rem;
}
.hotw .box .item .itembox .img img {
  width: 100%;
  height: auto;
}
.hotw .box .item .itembox .txt {
  position: relative;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .hotw .box .item .itembox .txt {
    width: 100%;
  }
}
.hotw .box .item .itembox .txt .g_p {
  position: absolute;
  top: -1rem;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  color: #5E5964;
  width: 100%;
}
.hotw .box .item .itembox .txt .g_p p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 6em;
}
.hotw .box .item .itembox .txt .g_p li {
  margin-left: 15px;
  list-style: disc;
}
.hotw .box .item .itembox .txt .g_p ol {
  margin-left: 15px;
  list-style: decimal;
}
.hotw .box .item .itembox .txt .g_h3 h3 {
  font-weight: bold;
}
.hotw .box .item .itembox .txt .g_h3 h3 span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .hotw .box .item .itembox .txt .g_h3 h3 {
    min-height: 6em;
  }
}
.hoth {
  overflow: hidden;
  position: relative;
  /* background: url(../images/hbj.png) no-repeat; */
  /* background-size: 100% 100%; */
  background: none !important;
}
.hoth .g_t {
  border-bottom: 1px solid #eeeef0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hoth .g_t .gl {
  padding-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .hoth .g_t .gl {
    padding-bottom: 0.4rem;
  }
}
.hoth .g_t .gl h2 {
  line-height: 1.4;
  position: relative;
  font-weight: bold;
}
.hoth .g_t .gl h2::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #8186d5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hoth .g_t .gl .g_qie {
  display: flex;
  margin-top: 0.36rem;
}
.hoth .g_t .gl .g_qie .pub_nav {
  position: initial;
  transform: translateY(0%);
  box-shadow: none;
  margin-right: 0.2rem;
}
.hoth .g_t .gr {
  display: none;
  width: 41.25%;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
.hoth .box {
  overflow: hidden;
  padding: 0.75rem 0 1.5rem;
}
.hoth .box .hoth_box {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
@media (max-width: 767px) {
  .hoth .box .hoth_box {
    flex-direction: column;
  }
}
.hoth .box .hoth_box:hover svg path {
  fill: #5d5ad6 !important;
  stroke: #5d5ad6 !important;
}
.hoth .box .hoth_box:hover .time span {
  color: #5d5ad6;
}
.hoth .box .hoth_box:hover .right h3 {
  color: #5d5ad6;
}
.hoth .box .hoth_box:hover .right .r_box .more p {
  color: #5d5ad6;
}
.hoth .box .hoth_box .time {
  flex-shrink: 0;
  width: 1.4rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .hoth .box .hoth_box .time {
    width: 1.8rem;
  }
}
.hoth .box .hoth_box .time span {
  color: #7c7c7c;
}
.hoth .box .hoth_box .time i {
  margin-right: 0.08rem;
  flex-shrink: 0;
  display: flex;
  width: 0.09rem;
  height: auto;
}
@media (max-width: 767px) {
  .hoth .box .hoth_box .time i {
    width: 0.14rem;
  }
}
.hoth .box .hoth_box .time i svg,
.hoth .box .hoth_box .time i img {
  width: 100%;
  height: auto;
}
.hoth .box .hoth_box .time i svg path,
.hoth .box .hoth_box .time i img path {
  fill: #7c7c7c;
  transition: all 0.4s;
}
.hoth .box .hoth_box .right {
  width: calc(100% - 1.4rem);
}
@media (max-width: 1580px) {
  .hoth .box .hoth_box .right {
    width: calc(100% - 1.8rem);
  }
}
.hoth .box .hoth_box .right h3 {
  transition: all 0.4s;
  margin-bottom: 0.75rem;
  font-weight: bold;
  line-height: 1.1;
  /* overflow: hidden;
					white-space: nowrap;
					text-overflow:ellipsis; */
}
@media (max-width: 767px) {
  .hoth .box .hoth_box .right h3 {
    line-height: 1.3;
  }
}
.hoth .box .hoth_box .right .r_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hoth .box .hoth_box .right .r_box {
    flex-direction: column;
  }
}
.hoth .box .hoth_box .right .r_box .more {
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .hoth .box .hoth_box .right .r_box .more {
    margin-bottom: 0.4rem;
  }
}
.hoth .box .hoth_box .right .r_box .more p {
  font-weight: bold;
  color: #5E5964;
  transition: all 0.4s;
}
.hoth .box .hoth_box .right .r_box .more i {
  margin-left: 0.08rem;
  flex-shrink: 0;
  display: flex;
  width: 0.09rem;
  height: auto;
}
@media (max-width: 767px) {
  .hoth .box .hoth_box .right .r_box .more i {
    width: 0.14rem;
  }
}
.hoth .box .hoth_box .right .r_box .more i svg,
.hoth .box .hoth_box .right .r_box .more i img {
  width: 100%;
  height: auto;
}
.hoth .box .hoth_box .right .r_box .more i svg path,
.hoth .box .hoth_box .right .r_box .more i img path {
  fill: #000;
  transition: all 0.4s;
}
.hoth .box .hoth_box .right .r_box .img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hoth .box .hoth_box .right .r_box .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 42.55%;
}
.hoth .box .hoth_box .right .r_box .img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.8s;
  transform: scale(0.99);
}
.hoth .box .hoth_box .right .r_box .img i {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  width: 101%;
  height: 101%;
  top: -0.5%;
  left: -0.5%;
  display: none;
}
.hoth .box .hoth_box .right .r_box .img i svg,
.hoth .box .hoth_box .right .r_box .img i img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1260px) {
  .hoth .box .hoth_box .right .r_box .img {
    width: 2.8rem;
  }
}
@media (max-width: 767px) {
  .hoth .box .hoth_box .right .r_box .img {
    width: 100%;
  }
}
.g_qie .pub_nav {
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  border: 1px solid #c7c7c7;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.g_qie .pub_nav:hover {
  border-color: #5d5ad6;
}
.g_qie .pub_nav:hover svg path {
  fill: #5d5ad6;
}
.g_qie .pub_nav svg {
  width: 25%;
  height: auto;
}
.g_qie .pub_nav svg path {
  fill: #383838;
  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;
}
.hofo {
  position: relative;
  z-index: 1;
  margin-bottom: -2px;
}
.hofo .img {
  width: 100%;
}
@media (max-width: 767px) {
  .hofo .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.hofo .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.hofo .txt {
  padding: 0 5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .hofo .txt {
    position: relative;
    padding: 1rem 5%;
  }
}
.hofo .txt p {
  padding-left: 0.15rem;
  line-height: 1.2;
  color: #fff;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .hofo .txt p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hofo .txt p {
    line-height: 1.2;
    font-size: 0.28rem;
  }
}
.hofo .txt p::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background: #6359d6;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .hofo .txt p::after {
    display: none;
  }
}
.homebanner {
  background: url(../images/hbj.png) no-repeat;
  background-size: cover;
  height: 200vh;
}
@media (max-width: 767px) {
  .homebanner {
    height: 100vh;
  }
}
.homebanner .box2 {
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
@media (max-width: 767px) {
  .homebanner .box2 {
    height: 100vw;
  }
}
.homebanner .box2 .container {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 2.1rem 0 0; */
}
@media (max-width: 767px) {
  .homebanner .box2 .container {
    height: 100%;
    /* padding: 50% 0 0; */
  }
}
.homebanner .box2 .container .pcn2 {
  position: absolute;
  left: 50%;
  bottom: 0.6rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #7c7c7c;
}
.homebanner .box2 .container .pcn2 img {
  width: 0.14rem;
  margin-right: 0.1rem;
}
@media (max-width: 991px) {
  .homebanner .box2 .container .pcn2 img {
    width: 0.19rem;
  }
}
.homebanner .box2 .container .tbox {
  position: relative;
  z-index: 3;
  /* overflow: hidden; */
}
.homebanner .box2 .container .tbox .title {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
  /* font-family: "circul-medium"; */
  font-family: 'ClashDisplay-Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #5E5964;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .homebanner .box2 .container .tbox .title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .homebanner .box2 .container .tbox .title {
    font-size: 0.68rem;
  }
}
.homebanner .box2 .container .tbox .title p {
  position: relative;
  z-index: 2;
  color: #5E5964;
}
.homebanner .box2 .container .tbox .title p:last-child {
  padding-left: 1.5rem;
}
.homebanner .box2 .container .tbox .title p span {
  /* color: #5d5ad6; */
}
.homebanner .box2 .container .tbox .txt {
  transform: scale(0);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: default;
}
.homebanner .box2 .container .tbox .txt.on {
  transform: scale(1);
  opacity: 1;
}
.homebanner .box2 .container .tbox .txt .txt_box {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}
.homebanner .box2 .container .tbox .txt .g_bj {
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.homebanner .box2 .container .tbox .txt .g_bj img,
.homebanner .box2 .container .tbox .txt .g_bj video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homebanner .box2 .container .tbox .txt .txts {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  /* font-family: "circul-medium"; */
  font-family: 'ClashDisplay-Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .homebanner .box2 .container .tbox .txt .txts {
    font-size: 1rem;
  }
}
.homebanner .box2 .container .tbox .txt .txts p {
  width: 100%;
  display: block;
  /* white-space: nowrap; */
}
.homebanner .box2 .container .tbox .txt .txts p:last-child {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .homebanner .box2 .container .tbox .txt .txts p {
    font-size: 0.68rem;
  }
}
.homebanner .box2 .container .tbox .txt.on {
  width: 3.2rem;
  height: 3.2rem;
}
.homebanner .box2 .container .tbox svg text {
  font-size: 1rem;
  line-height: 1.1rem;
  /* font-family: "circul-medium"; */
  font-family: 'ClashDisplay-Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-align: center;
}
.homebanner .box2 .container .bbox {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  margin-top: 0.55rem;
  position: absolute;
  bottom: 2rem;
}
.homebanner .box2 .container .bbox .right {
  width: 50%;
}
.homebanner .box2 .container .bbox .right .time {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.homebanner .box2 .container .bbox .right .time span {
  color: #cacaca;
}
.homebanner .box2 .container .bbox .right .time i {
  margin-top: 0.08rem;
  margin-right: 0.13rem;
  flex-shrink: 0;
  display: flex;
  width: 0.09rem;
  height: auto;
}
.homebanner .box2 .container .bbox .right .time i svg,
.homebanner .box2 .container .bbox .right .time i img {
  width: 100%;
  height: auto;
}
.homebanner .box2 .container .bbox .right .time i svg path,
.homebanner .box2 .container .bbox .right .time i img path {
  fill: #cacaca;
  transition: all 0.4s;
}
.homebanner .homevideo {
  pointer-events: none;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin-top: -100vh;
  height: 100vh;
  width: 100%;
  z-index: 100;
  /* img{
			display: none;
			@media @max-xs{
				display: block;
			}
		} */
}
@media (max-width: 767px) {
  .homebanner .homevideo {
    height: 4.7rem;
  }
}
.homebanner .homevideo video,
.homebanner .homevideo img {
  will-change: transform, top, right, width, height;
  /* pointer-events: initial; */
  position: absolute;
  top: 38%;
  right: 22.5%;
  transform: translate(50%, -50%);
  border-radius: 15px;
  width: 3.2rem;
  height: 1.48rem;
  object-fit: cover;
}
@media (max-width: 1580px) {
  .homebanner .homevideo video,
  .homebanner .homevideo img {
    right: 28%;
    top: 41%;
  }
}
@media screen and (max-width: 1460px) {
  .homebanner .homevideo video,
  .homebanner .homevideo img {
    right: 28%;
  }
}
@media screen and (max-width: 1380px) {
  .homebanner .homevideo video,
  .homebanner .homevideo img {
    right: 26%;
  }
}
@media screen and (max-width: 1300px) {
  .homebanner .homevideo video,
  .homebanner .homevideo img {
    right: 25%;
    top: 39%;
  }
}
@media (max-width: 1260px) {
  .homebanner .homevideo video,
  .homebanner .homevideo img {
    top: 39%;
    right: 20%;
  }
}
@media (max-width: 991px) {
  .homebanner .homevideo video,
  .homebanner .homevideo img {
    top: 46%;
  }
}
@media (max-width: 767px) {
  .homebanner .homevideo video,
  .homebanner .homevideo img {
    top: 0;
    left: 0;
    transform: translate(5rem, 2.85rem);
    width: 2rem;
    height: 1rem;
  }
}
.homebanner .homevideo2 {
  pointer-events: none;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  margin-top: -200vh;
  height: 100vh;
  width: 100%;
}
@media (max-width: 767px) {
  .homebanner .homevideo2 {
    /* height: 4.7rem; */
  }
}
.homebanner .homevideo2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  z-index: 9999;
  color: white;
  font-size: 0.72rem;
  overflow: hidden;
  display: none;
}
#splash-screen .splash_t {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#splash-screen .splash_i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
#splash-screen .splash_i.on i {
  animation: mov1 1s 1 forwards;
}
#splash-screen .splash_i i {
  width: 20%;
  height: 100%;
  background: #fff;
}
#splash-screen .splash_i i:nth-child(2) {
  animation-delay: 0.1s;
}
#splash-screen .splash_i i:nth-child(3) {
  animation-delay: 0.2s;
}
#splash-screen .splash_i i:nth-child(4) {
  animation-delay: 0.3s;
}
#splash-screen .splash_i i:nth-child(5) {
  animation-delay: 0.4s;
}
@keyframes mov1 {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
#intro-video {
  width: 100%;
  height: auto;
}
#progress-text {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1.08rem;
  bottom: 1rem;
  opacity: 1;
  transition: opacity 1s;
}
#progress-text span {
  color: #131316;
  margin: 0 0.15rem;
}
#progress-text p {
  color: #5d5ad6;
}
.hidden {
  display: none;
}
.homebanner2.homebanner .box2 .container .tbox .title p {
  /* margin-top: -1rem; */
}
.homebanner2.homebanner .box2 .container .tbox .title p:last-child {
  padding: 1rem 2.5rem !important;
}
@media (max-width: 1260px) {
  .homebanner2.homebanner .box2 .container .tbox .title p:last-child {
    padding: 1rem 1.3rem !important;
  }
}
.homebanner2.homebanner .box2 .container .tbox .title p em {
  margin-left: -1.5rem;
}
@media (max-width: 1260px) {
  .homebanner2.homebanner .box2 .container .tbox .title p em {
    margin-left: -1rem;
  }
}
.homebanner2.homebanner .box2 .container .tbox .txt .txts p {
  /* margin-top: -1rem; */
}
.homebanner2.homebanner .box2 .container .tbox .txt .txts p:last-child {
  padding: 1rem 2.5rem !important;
}
@media (max-width: 1260px) {
  .homebanner2.homebanner .box2 .container .tbox .txt .txts p:last-child {
    padding: 1rem 1.3rem !important;
  }
}
.homebanner2.homebanner .box2 .container .tbox .txt .txts p em {
  margin-left: -1.5rem;
}
@media (max-width: 1260px) {
  .homebanner2.homebanner .box2 .container .tbox .txt .txts p em {
    margin-left: -1rem;
  }
}
.homebj {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.homebj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homebj video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 首页改版-2025.2.17 */
.homeon {
  width: 100%;
  height: 100vh;
}
@media (max-width: 991px) {
  .homeon {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .homeon {
    height: 7rem;
  }
}
.homeon .video {
  width: 100%;
  height: 100%;
}
.homeon .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hometw {
  min-height: 7.2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .hometw {
    min-height: 8.6rem;
  }
}
@media (max-width: 1260px) {
  .hometw {
    flex-direction: column;
  }
}
.hometw .swiper {
  width: 100%;
  height: 100%;
}
.hometw .gl {
  color: #fff;
  background: url(../images/home13.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 1.15rem 0 0.94rem 0;
}
@media (max-width: 1260px) {
  .hometw .gl {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hometw .gl {
    padding: 1.15rem 0 0.94rem;
  }
}
.hometw .gl .hometwL {
  height: 100%;
  padding: 0 0.6rem 0 1.7rem;
}
@media (max-width: 991px) {
  .hometw .gl .hometwL {
    padding: 0 5%;
  }
}
.hometw .gl .hometwL .title h3 {
  line-height: 1.1;
}
.hometw .gl .hometwL .title .g_p {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: "poppins-regular";
}
.hometw .gl .hometwL .g_tw {
  margin-top: 0.75rem;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .hometw .gl .hometwL .g_tw {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hometw .gl .hometwL .g_tw .img {
  width: 3.23rem;
  height: auto;
}
@media (max-width: 991px) {
  .hometw .gl .hometwL .g_tw .img {
    width: 4rem;
  }
}
.hometw .gl .hometwL .g_tw .img img {
  max-height: 100%;
}
.hometw .gl .hometwL .g_tw .g_p {
  margin-left: 1.08rem;
}
@media (max-width: 991px) {
  .hometw .gl .hometwL .g_tw .g_p {
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .hometw .gl .hometwL .g_tw .g_p {
    margin-left: 0;
    margin-top: 0.4rem;
  }
}
.hometw .gl .hometwL_pag {
  padding: 0 0.6rem 0 1.7rem;
  margin-top: 0.3rem;
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 1260px) {
  .hometw .gl .hometwL_pag {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .hometw .gl .hometwL_pag {
    padding: 0 5%;
  }
}
.hometw .gl .hometwL_pag .swip2_pag {
  position: initial;
  display: flex;
}
.hometw .gl .hometwL_pag .swip2_pag span {
  width: 8px;
  height: 8px;
  border: 1px solid #bbbbbb;
  margin-right: 0.1rem;
  background: none;
  border-radius: 0;
  opacity: 1;
  transition: all 0.4s;
}
.hometw .gl .hometwL_pag .swip2_pag .swiper-pagination-bullet-active {
  background: #5d5ad6;
  border-color: #5d5ad6;
}
.hometw .gr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 1.15rem 0 0.94rem 0;
}
@media (max-width: 1260px) {
  .hometw .gr {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hometw .gr {
    padding: 1.15rem 0 0.94rem;
  }
}
.hometw .gr .hometwL {
  height: 100%;
  padding: 0 0.6rem 0 1.7rem;
}
@media (max-width: 991px) {
  .hometw .gr .hometwL {
    padding: 0 5%;
  }
}
.hometw .gr .hometwL .title h3 {
  line-height: 1.1;
}
.hometw .gr .hometwL .title .g_p {
  margin-top: 0.25rem;
  color: #666;
  font-family: "poppins-regular";
}
.hometw .gr .hometwL .g_tw {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hometw .gr .hometwL .g_tw {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hometw .gr .hometwL .g_tw .img {
  flex-shrink: 0;
  width: 2.93rem;
  height: auto;
}
@media (max-width: 991px) {
  .hometw .gr .hometwL .g_tw .img {
    width: 4rem;
  }
}
.hometw .gr .hometwL .g_tw .img img {
  max-height: 100%;
}
.hometw .gr .hometwL .g_tw .g_p {
  margin-left: 0.8rem;
}
@media (max-width: 991px) {
  .hometw .gr .hometwL .g_tw .g_p {
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .hometw .gr .hometwL .g_tw .g_p {
    margin: 0.75rem 0 0 0;
  }
}
.hometw .gr .hometwL .g_tw .g_p p {
  line-height: 1.5;
  color: #383838;
  display: block;
  position: relative;
  padding-left: 8px;
}
.hometw .gr .hometwL .g_tw .g_p p:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #383838;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hometw .gr .hometwL_pag {
  padding: 0 0.6rem 0 1.7rem;
  margin-top: 0.3rem;
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 1260px) {
  .hometw .gr .hometwL_pag {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .hometw .gr .hometwL_pag {
    padding: 0 5%;
  }
}
.hometw .gr .hometwL_pag .swip2_pag {
  position: initial;
  display: flex;
}
.hometw .gr .hometwL_pag .swip2_pag span {
  width: 8px;
  height: 8px;
  border: 1px solid #bbbbbb;
  margin-right: 0.1rem;
  background: none;
  border-radius: 0;
  opacity: 1;
  transition: all 0.4s;
}
.hometw .gr .hometwL_pag .swip2_pag .swiper-pagination-bullet-active {
  background: #5d5ad6;
  border-color: #5d5ad6;
}
.hometh {
  padding: 1.8rem 0 1.7rem;
  background: #f6f7fa;
}
@media (max-width: 991px) {
  .hometh {
    padding: 1.2rem 0;
  }
}
.hometh .box .gl {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .hometh .box .gl {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.hometh .box .gl .title {
  width: 50%;
}
.hometh .box .gl .title p {
  line-height: 1.2;
  margin-top: 5px;
}
.hometh .box .gl .g_qie {
  display: flex;
}
@media (max-width: 991px) {
  .hometh .box .gl .g_qie {
    margin-top: 0;
  }
}
.hometh .box .gl .g_qie .pub_nav {
  position: initial;
  margin-right: 0.2rem;
  background: #e8e9ec;
  border: none;
  box-shadow: none;
  transform: translateY(0%);
}
.hometh .box .gl .g_qie .pub_nav:hover {
  background: #8186d5;
}
.hometh .box .gl .g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.hometh .box .gr {
  width: 100%;
}
.hometh .box .gr .hometh_box:hover .public-img img {
  transform: scale(1.05);
}
.hometh .box .gr .hometh_box:hover .txt .g_a {
  background: #000;
  color: #fff;
  width: 130px;
}
@media (max-width: 767px) {
  .hometh .box .gr .hometh_box:hover .txt .g_a {
    width: 110px;
  }
}
.hometh .box .gr .hometh_box:hover .txt .g_a p {
  opacity: 1;
  width: 100%;
  transition: opacity ease 0.38s;
  transition-delay: 0.1s;
}
.hometh .box .gr .hometh_box:hover .txt .g_a i {
  margin-right: 0.15rem;
}
.hometh .box .gr .hometh_box:hover .txt .g_a i svg path {
  fill: #fff;
}
.hometh .box .gr .hometh_box .txt {
  margin-top: 0.25rem;
}
.hometh .box .gr .hometh_box .txt h3 {
  color: #181a26;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}
.hometh .box .gr .hometh_box .txt .g_a {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #181a26;
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap;
  transition: all 0.38s;
}
@media (max-width: 767px) {
  .hometh .box .gr .hometh_box .txt .g_a {
    width: 30px;
    height: 30px;
  }
}
.hometh .box .gr .hometh_box .txt .g_a p {
  opacity: 0;
  width: 0;
}
.hometh .box .gr .hometh_box .txt .g_a i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: auto;
  color: #5d5ad6;
}
@media (max-width: 767px) {
  .hometh .box .gr .hometh_box .txt .g_a i {
    width: 6px;
  }
}
.hometh .box .gr .hometh_box .txt .g_a i svg,
.hometh .box .gr .hometh_box .txt .g_a i img {
  width: 100%;
  height: auto;
}
.hometh .box .gr .hometh_box .txt .g_a i svg path,
.hometh .box .gr .hometh_box .txt .g_a i img path {
  fill: #181a26;
}
/* 底部 */
footer {
  background: #000;
}
footer .container2 {
  position: relative;
}
footer .font_logo {
  padding: 0.45rem 0 0.55rem;
}
footer .font_logo a {
  display: block;
  width: 1rem;
}
footer .font_t {
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  footer .font_t {
    flex-wrap: wrap;
    padding: 0;
  }
}
footer .font_t .gl {
  width: 12.14285714%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4px 0 8px;
  border-right: 1px solid #808080;
}
@media (max-width: 991px) {
  footer .font_t .gl {
    order: 1;
    width: 100%;
    border: none;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  footer .font_t .gl {
    width: 100%;
    flex-direction: row;
  }
}
footer .font_t .gl a {
  font-size: 10px;
  position: relative;
  margin-bottom: 0.45rem;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  footer .font_t .gl a {
    margin-right: 0.4rem;
    margin-bottom: 0.1rem;
  }
}
footer .font_t .gl a:last-child {
  margin-bottom: 0;
}
footer .font_t .gl a:hover i {
  opacity: 1;
}
footer .font_t .gl a:hover::after {
  width: 100%;
}
footer .font_t .gl a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #5d5ad6;
  transition: 0.4s;
}
footer .font_t .gl a p {
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
  transition: all 0.4s;
}
footer .font_t .gl a i {
  transition: all 0.4s;
  opacity: 0;
  margin-left: 0.08rem;
  flex-shrink: 0;
  display: flex;
  width: 0.09rem;
  height: auto;
}
footer .font_t .gl a i svg,
footer .font_t .gl a i img {
  width: 100%;
  height: auto;
}
footer .font_t .gl a i svg path,
footer .font_t .gl a i img path {
  fill: #5d5ad6;
  transition: all 0.4s;
}
footer .font_t .gm {
  display: flex;
  color: #fff;
}
@media (max-width: 991px) {
  footer .font_t .gm {
    order: 3;
    width: 100%;
    margin-top: 0.1rem;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  footer .font_t .gm {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
}
footer .font_t .gm .item {
  margin: 0 0.83rem;
}
@media (max-width: 1260px) {
  footer .font_t .gm .item {
    margin: 0 0.3rem;
  }
}
@media (max-width: 991px) {
  footer .font_t .gm .item {
    margin: 0 0.5rem 0.3rem 0;
  }
}
@media (max-width: 767px) {
  footer .font_t .gm .item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
footer .font_t .gm .item .tit {
  font-size: 12px;
  margin-bottom: 0.26rem;
}
footer .font_t .gm .item .tit p span {
  margin: 0 0.15rem;
}
footer .font_t .gm .item .g_p {
  font-size: 10px;
  line-height: 1.8;
}
footer .font_t .gr {
  width: 12.14285714%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  footer .font_t .gr {
    order: 5;
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  footer .font_t .gr {
    width: 100%;
    flex-wrap: wrap;
  }
}
footer .font_t .gr .right {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  footer .font_t .gr .right {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  footer .font_t .gr .right {
    width: 100%;
  }
}
footer .font_t .gr .right .item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 0.52rem;
}
footer .font_t .gr .right .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  footer .font_t .gr .right .item {
    align-items: flex-start;
    margin-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  footer .font_t .gr .right .item {
    align-items: flex-start;
    margin-right: 0.4rem;
  }
}
footer .font_t .gr .right .item p {
  font-size: 10px;
  white-space: nowrap;
  color: #fff;
  margin-top: 0.15rem;
}
@media (max-width: 991px) {
  footer .font_t .gr .right .item p {
    margin: 0.2rem 0 0 0;
  }
}
footer .font_t .gr .right .item img {
  width: 1.05rem;
  height: auto;
}
@media (max-width: 991px) {
  footer .font_t .gr .right .item img {
    width: 2rem;
  }
}
@media (max-width: 767px) {
  footer .font_t .gr .right .item img {
    width: 2rem;
  }
}
footer .font_b {
  /* position: absolute; */
  width: 100%;
  /* bottom: 0; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 0 calc(170/1400*100%) 0.4rem;
}
@media (max-width: 1260px) {
  footer .font_b {
    position: initial;
    transform: translateX(0%);
    padding: 0 0 0.4rem;
  }
}
@media (max-width: 991px) {
  footer .font_b {
    justify-content: flex-start;
  }
}
footer .font_b .gl {
  font-size: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  footer .font_b .gl {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  footer .font_b .gl {
    display: block;
  }
}
footer .font_b .gl a {
  transition: all 0.4s;
  color: #fff;
}
@media (max-width: 991px) {
  footer .font_b .gl a {
    margin-right: 0.3rem;
  }
}
footer .font_b .gl a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  footer .font_b .gl p {
    display: inline;
  }
}
