@charset "utf-8";
:root {
  --color: #1fc676;
  --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");
} */
@font-face {
  font-family: "pop";
  src: url(../font/POPPINS-REGULAR.ttf);
}
.font-pop {
  font-family: "pop", "PingFang SC", "Microsoft YaHei", "Microsoft YaHei UI",
    "SimSun", "SimHei", "Arial";
}
@font-face {
  font-family: "med";
  src: url(../font/POPPINS-MEDIUM.ttf);
}
.font-med {
  font-family: "med", "PingFang SC", "Microsoft YaHei", "Microsoft YaHei UI",
    "SimSun", "SimHei", "Arial";
}
@font-face {
  font-family: "bold";
  src: url(../font/Poppins-SemiBold.ttf);
}
.font-med {
  font-family: "bold", "PingFang SC", "Microsoft YaHei", "Microsoft YaHei UI",
    "SimSun", "SimHei", "Arial";
}
* {
  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: #1b87ff;
}
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: #000;
  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;
}
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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 73.5%;
  max-width: 1920px;
}
.homeMap {
  background: #eff5fd;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 85%;
  max-width: 1920px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 86%;
  }
}
@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-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: #1b87ff;
}
.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.5s;
}
.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;
}
.public-content em,
.public-content i,
.public-content cite {
  font-style: oblique !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #1b87ff;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #1b87ff;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #1b87ff;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #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: 1rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#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;
}
/*顶部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: 0.56rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
#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;
}
@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);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.3s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #1b87ff;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#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%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#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: #1b87ff;
}
#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 {
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #1b87ff !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#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.3s;
  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.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#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.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #1b87ff;
}
#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.3s;
}
#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.3s;
  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 img path,
#c-header .c-gn form svg path {
  fill: #fff;
}
#c-header .c-gn form:hover > svg path {
  fill: #1b87ff !important;
}
#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: #1b87ff;
  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;
  fill: #fff;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn form > svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #1b87ff;
}
#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: #1b87ff;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  transform: rotate(-90deg);
}
#c-go-top img path,
#c-go-top svg path {
  fill: #ffff;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide .c-pc,
.c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.c-home-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-pc {
    display: none;
  }
}
.c-home-banner .swiper-button-next {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  right: 0.6rem;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-next {
    display: none;
  }
}
.c-home-banner .swiper-button-next::after {
  display: none;
}
.c-home-banner .swiper-button-next img,
.c-home-banner .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-next img path,
.c-home-banner .swiper-button-next svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  left: 0.6rem;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-prev {
    display: none;
  }
}
.c-home-banner .swiper-button-prev::after {
  display: none;
}
.c-home-banner .swiper-button-prev img,
.c-home-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-prev img path,
.c-home-banner .swiper-button-prev svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-next:hover,
.c-home-banner .swiper-button-prev:hover {
  opacity: 1;
}
#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.5s;
}
#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 img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #1b87ff;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#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.3s;
}
#c-footer a:hover {
  color: #1b87ff;
}
#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: #1b87ff;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #fff;
}
@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.3s;
}
@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 img path,
#c-footer .c-top-box .container .c-ico a svg path {
  fill: #fff;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #1b87ff;
}
@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: #1b87ff;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/*类标签*/
em,
i,
cite {
  font-style: normal;
}
strong,
a {
  text-decoration: none;
}
strong,
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
  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点击效果 */
.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: #1b87ff;
  border-radius: 25px;
}
.srco::-webkit-scrollbar-corner {
  background: #1b87ff;
}
/* 图片盒子 */
.img-box {
  width: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.img-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*过渡*/
.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;
  }
}
/* 图片移入效果 */
.img_hover:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
}
/* 头部图文 */
.tuw {
  display: flex;
  align-items: center;
}
.tuw img {
  width: 0.28rem;
  height: auto;
}
.tuw p {
  margin-left: 0.1rem;
}
/* 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 {
  padding-top: 70px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .gw {
    padding-top: 60px;
  }
}
/* banner */
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
}
.h_b_img .img1 {
  z-index: 1;
}
.h_b_img .img2 {
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.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;
}
.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;
}
.font36 {
  font-size: 36px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
  .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;
  }
  .font36 {
    font-size: 32px;
  }
}
@media (max-width: 1460px) {
  .font24 {
    font-size: 20px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.28rem;
  }
  .font30 {
    font-size: 0.4rem;
  }
  .font36 {
    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.4s;
  -webkit-animation-delay: 0.4s;
}
.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颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
/* 导航 */
nav {
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  background: #fff;
}
nav .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  width: 0.76rem;
  height: auto;
}
.logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
.nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 100%;
  max-width: 1920px;
  margin: auto;
}
.nav_ra {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 0.47rem;
}
.nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  margin-left: 0.53rem;
}
.nav_r_box {
  height: 100%;
}
.nav {
  height: 100%;
}
.nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav > ul > li {
  height: 100%;
  position: relative;
}
.nav > ul > li > a,
.nav > ul > li > .nnav {
  color: #333;
  margin: 0 0.27rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.nav > ul > li > a > p,
.nav > ul > li > .nnav > p {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
}
.nav > ul > li > .nav_name {
  font-size: 18px;
  font-weight: bold;
}
.nav > ul > li > a > p::after,
.nav > ul > li > .nnav > p::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  left: 50%;
  background: #0568fd;
  transform: translateX(-50%);
}
.nav > ul > li:hover > a p,
.nav > ul > .on > a p {
  color: #0568fd !important;
}
.nav > ul > li:hover > a svg path,
.nav > ul > .on > a svg path {
  fill: #0568fd !important;
}
.nav > ul > li:hover > a svg polygon,
.nav > ul > .on > a svg polygon {
  fill: #0568fd !important;
}
.nav > ul > li:hover > a p::after,
.nav > ul > .on > a p::after {
  width: 100%;
}
.nav > ul > .on > a .xs {
  display: none;
}
.nav > ul > .on > a .yc {
  display: block;
}
/* .nav>ul>li:first-child a{margin-left: 0;} */
.nav > ul > li > a > img,
.nav > ul > li > .nnav > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
.nav > ul > li > a .img2,
.nav > ul > li > .nnav .img2 {
  display: none;
}
.nav > ul > li > a > svg,
.nav > ul > li > .nnav > svg {
  width: 8px;
  height: auto;
  position: absolute;
  right: -11px;
}
.nav > ul > li > a > svg path,
.nav > ul > li > .nnav > svg path {
  fill: #333;
}
.nav > ul > li > .nnav:hover .img1,
.nav > ul > .on > .nnav .img1 {
  display: none !important;
}
.nav > ul > li > .nnav:hover .img2,
.nav > ul > .on > .nnav .img2 {
  display: block !important;
}
.nav > ul > li > a:hover .img1,
.nav > ul > .on > a .img1 {
  display: none !important;
}
.nav > ul > li > a:hover .img2,
.nav > ul > .on > a .img2 {
  display: block !important;
}
.show_nav {
  background: none;
}
.show_nav .nav > ul > li > a > .img1 {
  display: none;
}
.show_nav .nav > ul > li > a > .img2 {
  display: block;
}
.show_nav .nav > ul > li > a > p {
  color: #333;
}
.show_nav .nav > ul > li > .nnav > .img1 {
  display: none;
}
.show_nav .nav > ul > li > .nnav > .img2 {
  display: block;
}
.show_nav .nav > ul > li > .nnav > p {
  color: #333;
}
.show_nav .nav_login {
  color: #333 !important;
}
.show_nav .xs {
  display: none;
}
.show_nav .yc {
  display: block;
}
.show_nav svg path {
  fill: #333 !important;
}
.nav1_none {
  /* top: -70px !important; */
}
.nav2_none {
  top: 70px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    /* top: -60px !important; */
  }
  .nav2_none {
    top: 60px !important;
  }
}
.nav_on {
  background: #fff;
}
.nav_on .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on .nav > ul > li > .nnav > .img1 {
  display: none;
}
.nav_on .nav > ul > li > .nnav > .img2 {
  display: block;
}
.nav_on .nav_col {
  color: #333 !important;
}
.nav_on .xs {
  display: none;
}
.nav_on .yc {
  display: block;
}
.nav_on .nav > ul > li > a {
  color: #333;
}
.nav_on .nav > ul > li > .nnav {
  color: #333;
}
.nav_on .nav_login {
  color: #333;
}
.nav_on .nav > ul > li > a > p {
  color: #333;
}
.nav_on .nav > ul > li > .nnav > p {
  color: #333;
}
.nav_on svg path {
  fill: #333 !important;
}
.nav_on2 {
  background: #fff;
}
.nav_on2 .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on2 .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on2 .nav > ul > li > a > p {
  color: #333;
}
.nav_on2 .nav > ul > li > .nnav > .img1 {
  display: none;
}
.nav_on2 .nav > ul > li > .nnav > .img2 {
  display: block;
}
.nav_on2 .nav > ul > li > .nnav > p {
  color: #333;
}
.nav_on2 .nav_login {
  color: #333 !important;
}
.nav_on2 .nav_col {
  color: #333 !important;
}
.nav_on2 .xs {
  display: none;
}
.nav_on2 .yc {
  display: block;
}
.nav_on2 .nav > ul > li > a {
  color: #333;
}
.nav_on2 .nav > ul > li > .nnav {
  color: #333;
}
.nav_on2 svg path {
  fill: #333 !important;
}
/* 下拉导航 */
.pro_nav2 {
  position: absolute;
  top: 100%;
  left: 0.12rem;
  z-index: 1000;
  padding-top: 10px;
  display: none;
  /* display: block !important; */
  width: auto;
}
.pro_nav2 .navTr {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  padding: 0.4rem 0.46rem 0.18rem 0.3rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
}
.pro_nav2 .navTr .tjt {
  position: absolute;
  width: 11px;
  height: auto;
  top: -6px;
  left: 0.24rem;
}
.pro_nav2 .navTr .tjt path {
  fill: #fff !important;
}
.pro_nav2 .navTr .left {
  border-right: 1px solid #e6e7ea;
  display: flex;
  flex-wrap: wrap;
}
.pro_nav2 .navTr .left .navTr_box {
  display: flex;
  align-items: center;
  width: 50%;
  padding-right: 0.2rem;
  margin-bottom: 0.1rem;
  transition: all 0.4s;
  border-radius: 0.1rem;
  padding: 0.1rem;
}
.pro_nav2 .navTr .left .navTr_box:hover {
  background: #eff2f8;
}
.pro_nav2 .navTr .left .navTr_box .licon {
  width: 0.56rem;
  height: 0.56rem;
  background: #eff2f8;
  border-radius: 0.1rem;
  margin-right: 0.18rem;
}
.pro_nav2 .navTr .left .navTr_box .txt p {
  margin-top: 0.08rem;
  color: #999;
}
.pro_nav2 .navTr .right {
  padding-left: 0.4rem;
}
.pro_nav2 .navTr .right .navw {
  width: 2.8rem;
  display: block;
}
.pro_nav2 .navTr .right .navw .public-img {
  margin-bottom: 0.16rem;
  border-radius: 0.16rem;
}
.pro_nav2 .navTr .right .navw .public-img:before {
  padding-top: 57.85714286%;
}
.pro_nav2 .navTr .right .navw .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro_nav2 .navTr .right .navw .txt .sp {
  margin-top: 0.08rem;
  display: flex;
  align-items: center;
}
.pro_nav2 .navTr .right .navw .txt .sp span {
  color: #0568fd;
}
.pro_nav2 .navTr .right .navw .txt .sp svg {
  width: 0.12rem;
  height: auto;
  margin-left: 0.1rem;
}
.pro_nav2 .navTr .right .navw .txt .sp svg rect {
  fill: #0568fd;
}
.pro_nav2 .navTr .right .navw .txt .sp svg .cls-2 {
  stroke: #0568fd;
  fill: none !important;
}
.pro_nav2 .navTr .right .navw .txt .sp svg path {
  fill: #0568fd;
  stroke: #0568fd;
}
.pro_nav2 .navTr .le1 {
  width: 4.8rem;
}
.pro_nav2 .navTr .le2 {
  width: 2.4rem;
}
.pro_nav2 .navTr .le2 .navTr_box {
  width: 100%;
}
.pro_nav2 .navO {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  padding: 0;
  background: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
}
.pro_nav2 .navO .left {
  width: 3.55rem;
  padding: 0 0.2rem;
  border: 0.1rem;
  box-shadow: 5px 13px 31px 0px rgba(23, 113, 180, 0.05);
  position: relative;
  z-index: 10;
}
.pro_nav2 .navO .left h2 {
  font-weight: bold;
  color: #0568fd;
  height: 0.8rem;
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
  border-bottom: 1px solid #eff2f8;
}
.pro_nav2 .navO .left .lbox {
  margin: 5px 0 0.15rem;
}
.pro_nav2 .navO .left .lbox .lbox_con {
  display: flex;
  align-items: center;
  padding: 0.15rem 0.2rem;
  border-radius: 0.1rem;
  transition: all 0.4s;
}
.pro_nav2 .navO .left .lbox .lbox_con:hover {
  background: #ebf3fe;
}
.pro_nav2 .navO .left .lbox .lbox_con .licon {
  flex-shrink: 0;
  width: 0.29rem;
  height: auto;
  margin-right: 0.1rem;
}
.pro_nav2 .navO .left .lbox .lbox_con .txt {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.pro_nav2 .navO .left .lbox .lbox_con .txt h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro_nav2 .navO .left .lbox .lbox_con .txt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 0.04rem;
  color: #999;
}
.pro_nav2 .navO .right {
  padding: 0 0.3rem 0 0.4rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.pro_nav2 .navO .right .rbox {
  width: 2.06rem;
  margin-right: 0.38rem;
}
.pro_nav2 .navO .right .rbox:last-child {
  margin-right: 0;
}
@media (max-width: 1580px) {
  .pro_nav2 .navO .right .rbox:last-child {
    width: 3rem;
  }
}
.pro_nav2 .navO .right .rbox .ttit {
  font-weight: bold;
  color: #0568fd;
  height: 0.8rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eff2f8;
}
.pro_nav2 .navO .right .rbox .ttit span {
  color: #0568fd;
}
.pro_nav2 .navO .right .rbox .ttit svg {
  width: 0.12rem;
  height: auto;
  margin-left: 0.1rem;
}
.pro_nav2 .navO .right .rbox .ttit svg rect {
  fill: #0568fd;
}
.pro_nav2 .navO .right .rbox .ttit svg .cls-2 {
  stroke: #0568fd;
  fill: none !important;
}
.pro_nav2 .navO .right .rbox .b_a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.18rem 0 0.3rem;
}
.pro_nav2 .navO .right .rbox .b_a a {
  /* font-weight: bold; */
  margin-bottom: 0.1rem;
}
.pro_nav2 .navO .tjt {
  position: absolute;
  width: 11px;
  height: auto;
  top: -6px;
  left: 0.24rem;
}
.pro_nav2 .navO .tjt path {
  fill: #fff !important;
  stroke: #fff;
}
.pro_nav3 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  /* display: block !important; */
  width: 100%;
  height: 80vh;
  overflow: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pro_nav3 .navtw {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  padding: 0;
  background: #fff;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.pro_nav3 .navtw .left {
  width: 23.96%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0.36rem 0.2rem 0 0;
  box-shadow: 5px 13px 31px 0px rgba(23, 113, 180, 0.05);
  position: sticky;
  top: 0;
}
.pro_nav3 .navtw .left a {
  margin-bottom: 10px;
  height: 0.44rem;
  display: flex;
  align-items: center;
  padding: 0 0.32rem 0 0.2rem;
  border-radius: 0.05rem;
  transition: all 0.4s;
  cursor: pointer;
}
.pro_nav3 .navtw .left a.on,
.pro_nav3 .navtw .left a:hover {
  background: #f2f8ff;
  color: #0568fd;
}
.pro_nav3 .navtw .right {
  width: 76.04%;
  padding: 0.46rem 0.56rem 0.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.pro_nav3 .navtw .right .ritem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.pro_nav3 .navtw .right .rbox {
  display: flex;
}
.pro_nav3 .navtw .right .rbox .item {
  width: 3rem;
}
.pro_nav3 .navtw .right .rbox .item .itbox {
  margin-bottom: 0.3rem;
  padding-right: 0.1rem;
}
.pro_nav3 .navtw .right .rbox .item .itbox .ttit {
  font-weight: bold;
  color: #0568fd;
  margin-bottom: 0.26rem;
  display: flex;
  align-items: center;
}
.pro_nav3 .navtw .right .rbox .item .itbox .ttit span {
  color: #0568fd;
}
.pro_nav3 .navtw .right .rbox .item .itbox .ttit svg {
  width: 0.12rem;
  height: auto;
  margin-left: 0.1rem;
}
.pro_nav3 .navtw .right .rbox .item .itbox .ttit svg rect {
  fill: #0568fd;
}
.pro_nav3 .navtw .right .rbox .item .itbox .ttit svg .cls-2 {
  stroke: #0568fd;
  fill: none !important;
}
.pro_nav3 .navtw .right .rbox .item .itbox .ttit svg path {
  fill: #0568fd;
  stroke: #0568fd;
}
.pro_nav3 .navtw .right .rbox .item .itbox .b_a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pro_nav3 .navtw .right .rbox .item .itbox .b_a a {
  margin-bottom: 0.08rem;
}
.pro_nav3 .navtw .right .rbox .item2 {
  width: 2.6rem;
}
.pro_nav3 .navtw .right .navw {
  width: 2.8rem;
  display: block;
}
.pro_nav3 .navtw .right .navw .public-img {
  margin-bottom: 0.16rem;
  border-radius: 0.16rem;
}
.pro_nav3 .navtw .right .navw .public-img:before {
  padding-top: 57.85714286%;
}
.pro_nav3 .navtw .right .navw .txt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro_nav3 .navtw .right .navw .txt .sp {
  margin-top: 0.08rem;
  display: flex;
  align-items: center;
}
.pro_nav3 .navtw .right .navw .txt .sp span {
  color: #0568fd;
}
.pro_nav3 .navtw .right .navw .txt .sp svg {
  width: 0.12rem;
  height: auto;
  margin-left: 0.1rem;
}
.pro_nav3 .navtw .right .navw .txt .sp svg rect {
  fill: #0568fd;
}
.pro_nav3 .navtw .right .navw .txt .sp svg .cls-2 {
  stroke: #0568fd;
  fill: none !important;
}
.pro_nav3 .navtw .right .navw .txt .sp svg path {
  fill: #0568fd;
  stroke: #0568fd;
}
.nav > ul > li:nth-child(4) {
  position: initial;
}
/* 移动端导航 */
#g-header .c-nav2 {
  position: absolute;
  right: -100%;
  left: auto;
  width: 100%;
  top: 60px;
  height: calc(100vh - 60px);
  font-size: 14px;
  line-height: 50px;
  background: #f1f1f1;
  overflow-y: auto;
  transition: all 0.8s;
  text-align: left;
}
#g-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#g-header .c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #fff;
}
#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 svg {
  width: 9px;
  height: auto;
}
#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 ul {
  display: none;
}
.c-open #g-header .c-nav2 {
  right: 0;
}
.nav_box2 {
  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(3) {
  bottom: 0;
}
#g-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#g-header .c-switch i {
  background: #fff;
}
#g-header .c-nav2 li .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
body.c-open #g-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #g-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #g-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
  padding-bottom: 0.25rem;
}
.c-title-con > a {
  color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
/* 二级 */
.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;
}
@media (max-width: 1600px) {
  .logo p,
  .nav > ul > li > a {
    font-size: 14px;
  }
  .nav > ul > li > .nnav {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  nav {
    height: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .nav ul li a {
    font-size: 14px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language > img {
    width: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .h_b_box {
    height: calc(100vh - 60px);
  }
  .nav {
    display: none;
  }
  .nav_r_box {
    display: flex;
  }
  .nav_box2 {
    display: flex;
    width: 150px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
  }
  #g-header .c-switch i {
    background: #fff;
  }
  .nav_on #g-header .c-switch i {
    background: #333;
  }
  nav {
    background: #fff;
  }
  /* .h_banner{margin-top: 60px;height: calc(100vh - 60px);} */
  nav .xs {
    display: none;
  }
  nav .yc {
    display: block;
  }
  nav .nav ul li a {
    color: #333;
  }
  #g-header .c-switch i {
    background: #333;
  }
}
@media screen and (max-width: 991px) {
  .nav ul li a {
    font-size: 12px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language img {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
}
/* 开始 */
.nav_l_box {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav_l_box .logo {
  width: 1.7rem;
}
@media (max-width: 767px) {
  .nav_l_box .logo {
    width: 2.5rem;
  }
}
.nav_l_box .logo img {
  width: 100%;
  object-fit: contain;
}
.nav_rr {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .nav_rr {
    display: none;
  }
}
.nav_rr .nav_r_tel {
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
}
.nav_rr .nav_r_tel .tel_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 50%;
  background: linear-gradient(59deg, #1673ff 0%, #2bc6ff 100%),
    linear-gradient(#3384ff, #3384ff);
  animation: ring1 2.2s ease infinite;
}
.nav_rr .nav_r_tel .tel_icon svg path {
  fill: #fff !important;
  stroke: none;
}
.nav_rr .nav_r_tel p {
  color: #000;
}
.nav_rr .nav_a {
  height: 36px;
  padding: 0 19px;
  border-radius: 100px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(59deg, #1673ff 0%, #2bc6ff 100%),
    linear-gradient(#3384ff, #3384ff);
  margin-right: 0.3rem;
}
.language_set {
  display: flex;
  align-items: center;
}
.language_set .language_icon {
  width: 24px;
  height: 24px;
}
.language_set .language_select {
  margin-left:5px;
  cursor: pointer;
}
.language_set .language_select_item {
  padding: 2px 4px;
}
.mobile-language-switch {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.mobile-language-switch .language_icon {
  width: 24px;
  height: 24px;
}
.mobile-language-switch .language_select {
  margin-left:5px;
  cursor: pointer;
}
.nav_rr .nav_last {
  position: relative;
}
.nav_rr .nav_last .nav_last_box {
  width: 36px;
  height: 36px;
  background: #ecf0fe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_rr .nav_last .nav_last_box img {
  width: 14px;
  height: auto;
}
.nav_rr .nav_last .nav_last_xl {
  display: none;
  width: auto;
  min-width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.22rem;
}
.nav_rr .nav_last .nav_last_xl .nav_last_xl_box {
  background: #fff;
  border-radius: 0.08rem;
  width: 100%;
  height: 100%;
  padding: 0.15rem 0.22rem;
  display: flex;
  flex-direction: column;
}
.nav_rr .nav_last .nav_last_xl .nav_last_xl_box .item {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}
.nav_rr .nav_last .nav_last_xl .nav_last_xl_box .item:hover p {
  color: #1b87ff;
}
.nav_rr .nav_last .nav_last_xl .nav_last_xl_box .item:last-child {
  margin-bottom: 0;
}
.nav_rr .nav_last .nav_last_xl .nav_last_xl_box .item img {
  width: 0.16rem;
  height: auto;
  margin-right: 0.09rem;
  flex-shrink: 0;
}
.nav_rr .nav_last .nav_last_xl .nav_last_xl_box .item p {
  transition: all 0.4s;
  white-space: nowrap;
}
@keyframes ring1 {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(25deg);
  }
  60% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.h_banner .swiper-slide {
  overflow: hidden;
}
.h_banner .home_pag {
  bottom: 0.6rem;
}
@media (max-width: 767px) {
  .h_banner .home_pag {
    bottom: 0.3rem;
  }
}
.h_banner .h_b_img {
  /* &::after{
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index: 10;
			background: rgba(0,0,0,0.1);
			pointer-events: none;
		} */
}
.h_banner .h_b_img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h_banner .h_b_box {
  width: 100%;
  height: 7.5rem;
}
.h_b_box_a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .h_banner .h_b_box {
    height: 11rem;
  }
}
.h_banner .h_b_box .h_b_txt {
  padding-top: 0.6rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .h_banner .h_b_box .h_b_txt {
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}
.h_banner .h_b_box .h_b_txt .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}
.h_banner .h_b_box .h_b_txt .index_txt {
  position: absolute;
  left: 0px;
  bottom: 110px;
}
@media (max-width: 767px) {
  .h_banner .h_b_box .h_b_txt .txt {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .h_banner .h_b_box .h_b_txt .index_txt {
    bottom: 1rem;
  }
}
.h_banner .h_b_box .h_b_txt .txt .txt_box {
  margin-bottom: 0.55rem;
}
.h_banner .h_b_box .h_b_txt .txt .txt_box .p1 {
  font-size: 0.48rem;
  line-height: 1.4;
  font-weight: bold;
}
.h_banner .h_b_box .h_b_txt .txt .txt_box .p2 {
  font-size: 0.48rem;
  line-height: 1.4;
  font-weight: bold;
  color: #1b87ff;
}
.h_banner .h_b_box .h_b_txt .txt .txt_box .p3 {
  color: #444;
  margin-top: 0.1rem;
}
.h_banner .h_b_box .h_b_txt .txt .txt_box .p1_white {
  color: #fff;
}
.h_banner .h_b_box .h_b_txt .img {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .h_banner .h_b_box .h_b_txt .img {
    width: 80%;
    justify-content: center;
  }
}
.h_banner .h_b_box .h_b_txt .img img {
  margin-right: -0.3rem;
  width: 86.28%;
}
.h_banner .home_pag .swiper-pagination-bullet {
  width: 0.4rem;
  height: 3px;
  background: #fff;
  border-radius: 0;
  margin: 0 5px;
  opacity: 1;
}
.h_banner .home_pag .swiper-pagination-bullet-active {
  background: #1b87ff;
}
.public-btn {
  cursor: pointer;
  height: 0.52rem;
  background: linear-gradient(59deg, #1673ff 0%, #2bc6ff 100%),
    linear-gradient(#3384ff, #3384ff);
  border-radius: 100px;
  padding: 0 0.11rem 0 0.32rem;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .public-btn {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.public-btn::before {
  -webkit-transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
  transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
  border-radius: 30px;
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  left: -100%;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #1b87ff;
  overflow: hidden;
}
.public-btn:hover::before {
  left: 0;
  opacity: 1;
}
.public-btn:hover p {
  /* color: @color1; */
}
.public-btn:hover .r_icon::after {
  transform: scale(1);
}
.public-btn:hover .r_icon svg {
  transform: rotate(-45deg);
}
.public-btn:hover .r_icon svg path {
  fill: #1b87ff;
  stroke: #1b87ff;
}
.public-btn:hover .r_icon svg rect {
  fill: #1b87ff;
}
.public-btn p {
  color: #fff;
  margin-right: 0.24rem;
  position: relative;
  z-index: 10;
}
.public-btn .r_icon {
  width: 0.34rem;
  height: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #62d3ff;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .public-btn .r_icon {
    width: 0.48rem;
    height: 0.48rem;
  }
}
.public-btn .r_icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: all 0.4s;
}
.public-btn .r_icon svg {
  transition: all 0.4s;
  position: relative;
  z-index: 10;
  width: 38.23%;
}
.public-btn .r_icon svg rect,
.public-btn .r_icon svg path {
  fill: #fff;
}
.pub_title {
  margin: 0 auto 0.48rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pub_title .tit_h2 {
  display: flex;
  align-items: center;
  max-width: 90%;
  text-align: center;
}
.pub_title .tit_h2 img {
  width: 0.5rem;
  height: auto;
}
.pub_title .tit_h2 h2 {
  margin: 0 0.23rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pub_title .tit_h2 h2 {
    line-height: 1.2;
  }
}
.pub_title .tit_h2 h2 span {
  color: #1b87ff;
}
.pub_title > p {
  color: #666;
  margin-top: 0.26rem;
  text-align: center;
}
.h_tp {
  overflow: hidden;
  position: relative;
  background: url(../images/h_tp.jpg) no-repeat;
  background-size: 100% 100%;
}
.h_tp .bj_icon1 {
  position: absolute;
  width: 5.5rem;
  height: auto;
  right: -3.6rem;
  top: -3.6rem;
  pointer-events: none;
}
.h_tp .bj_icon2 {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0.5rem;
  left: 0;
  pointer-events: none;
  transition: all 0.2s;
}
.h_pro {
  position: relative;
  z-index: 10;
  padding: 1rem 0 0;
}
@media (max-width: 767px) {
  .h_pro {
    padding: 1.2rem 0;
  }
}
.h_pro .h_pro_box {
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  height: 500px;
}
@media (max-width: 1580px) {
  .h_pro .h_pro_box {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .h_pro .h_pro_box {
    flex-direction: column;
    height: auto;
  }
}
.h_pro .h_pro_box .item {
  width: 21.43%;
  margin-right: 0.3rem;
  border-radius: 0.28rem;
  overflow: hidden;
  background: #fff;
  position: relative;
  transition: all 0.4s;
}
.h_pro .h_pro_box .item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .h_pro .h_pro_box .item {
    width: 100% !important;
    height: auto;
    margin-bottom: 0.4rem;
  }
}
.h_pro .h_pro_box .item.on {
  width: 53.57%;
}
.h_pro .h_pro_box .item.on .bjimg .img1 {
  display: none;
}
.h_pro .h_pro_box .item.on .bjimg .img2 {
  display: block;
}
.h_pro .h_pro_box .item.on .box .h_pro_hr .hpro_xs {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.h_pro .h_pro_box .item.on .box .h_pro_hr .hpro_yc {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.h_pro .h_pro_box .item .bjimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .h_pro .h_pro_box .item .bjimg .img1 {
    display: none;
  }
}
.h_pro .h_pro_box .item .bjimg .img2 {
  display: none;
}
@media (max-width: 991px) {
  .h_pro .h_pro_box .item .bjimg .img2 {
    display: block;
  }
}
.h_pro .h_pro_box .item .box {
  position: relative;
  z-index: 10;
  padding: 0.45rem 0.15rem 0.2rem 0.35rem;
}
@media (max-width: 767px) {
  .h_pro .h_pro_box .item .box {
    padding: 0.4rem;
  }
}
.h_pro .h_pro_box .item .box .title {
  margin-bottom: 0.36rem;
}
.h_pro .h_pro_box .item .box .title span {
  display: inline-block;
  padding: 0.03rem 0.17rem;
  border-radius: 100px;
  background: #1b87ff;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.17rem;
}
.h_pro .h_pro_box .item .box .title h3 {
  font-weight: bold;
  margin-bottom: 0.04rem;
}
.h_pro .h_pro_box .item .box .title p {
  color: #222;
  opacity: 0.6;
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_xs {
  opacity: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .h_pro .h_pro_box .item .box .h_pro_hr .hpro_xs {
    opacity: 0;
    z-index: -1;
    position: absolute;
  }
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_xs p {
  margin-bottom: 0.15rem;
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_xs p svg {
  margin-right: 0.1rem;
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_xs p svg path {
  fill: #1b87ff;
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc {
  top: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  min-width: 6rem;
}
@media screen and (max-width: 1500px) {
  .h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc {
    min-width: 7rem;
  }
}
@media (max-width: 991px) {
  .h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc {
    opacity: 1;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc {
    min-width: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .left {
    margin-bottom: 0.4rem;
  }
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .left .l_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.4rem;
  border-left: 2px solid #ebebeb;
  max-height: 2rem;
  overflow: auto;
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .left .l_nav p,
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .left .l_nav a {
  cursor: pointer;
  margin-left: -2px;
  padding: 3px 0 3px 0.3rem;
  margin-bottom: 0.1rem;
  border-left: 2px solid transparent;
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .left .l_nav p.on,
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .left .l_nav a.on {
  color: #1b87ff;
  border-color: #1b87ff;
  font-weight: bold;
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .left .l_nav p:last-child,
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .left .l_nav a:last-child {
  margin-bottom: 0;
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .right .hpro_swi {
  margin-right: 0.25rem;
  width: 4.3rem;
  transform: translateY(-0.6rem);
  padding-bottom: 0.42rem;
}
@media screen and (max-width: 1500px) {
  .h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .right .hpro_swi {
    width: 4.5rem;
    transform: translateY(0rem);
  }
}
@media (max-width: 1260px) {
  .h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .right .hpro_swi {
    width: 3.5rem;
  }
}
@media (max-width: 991px) {
  .h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .right .hpro_swi {
    width: 5rem;
  }
}
@media (max-width: 767px) {
  .h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .right .hpro_swi {
    width: 100%;
    padding-bottom: 0.6rem;
  }
}
.h_pro
  .h_pro_box
  .item
  .box
  .h_pro_hr
  .hpro_yc
  .right
  .hpro_swi
  .swiper-slide:hover
  .scaleImg {
  opacity: 1;
  pointer-events: initial;
  z-index: 10;
}
.h_pro
  .h_pro_box
  .item
  .box
  .h_pro_hr
  .hpro_yc
  .right
  .hpro_swi
  .swiper-slide
  .scaleImg {
  position: absolute;
  background: rgba(5, 104, 253, 0.1);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: all 0.4s;
}
.h_pro
  .h_pro_box
  .item
  .box
  .h_pro_hr
  .hpro_yc
  .right
  .hpro_swi
  .swiper-slide
  .scaleImg
  svg,
.h_pro
  .h_pro_box
  .item
  .box
  .h_pro_hr
  .hpro_yc
  .right
  .hpro_swi
  .swiper-slide
  .scaleImg
  img {
  width: 50%;
  height: auto;
  opacity: 0.2;
}
.h_pro
  .h_pro_box
  .item
  .box
  .h_pro_hr
  .hpro_yc
  .right
  .hpro_swi
  .swiper-slide
  .scaleImg
  svg
  path,
.h_pro
  .h_pro_box
  .item
  .box
  .h_pro_hr
  .hpro_yc
  .right
  .hpro_swi
  .swiper-slide
  .scaleImg
  img
  path {
  fill: #0568fd;
}
.h_pro
  .h_pro_box
  .item
  .box
  .h_pro_hr
  .hpro_yc
  .right
  .hpro_swi
  .swiper-slide
  .img
  img {
  transition: all 0s;
}
.h_pro
  .h_pro_box
  .item
  .box
  .h_pro_hr
  .hpro_yc
  .right
  .hpro_swi
  .swiper-slide-active
  .img
  img {
  /* transition: all 0.5s; */
  animation: movsc 0.5s 1 forwards;
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .right .hpro_swi .img {
  border-radius: 5px;
  overflow: hidden;
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .right .hpro_swi .img:before {
  padding-top: 60.78431373%;
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .right .swip2_pag {
  bottom: 0;
}
.h_pro .h_pro_box .item .box .h_pro_hr .hpro_yc .right .swip2_pag span {
  background: #1b87ff;
}
@keyframes movsc {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}
#hi-img-pop > img {
  width: auto;
  height: auto;
}
.h_nl {
  margin-bottom: 1rem;
  position: relative;
  z-index: 10;
  padding: 1rem 0 0;
}
@media (max-width: 767px) {
  .h_nl {
    padding: 0 0 1.2rem;
    margin-bottom: 0;
  }
}
.h_nl .h_nl_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .h_nl .h_nl_box {
    flex-direction: column;
  }
}
.h_nl .h_nl_box .left {
  width: 18.57%;
}
@media (max-width: 1260px) {
  .h_nl .h_nl_box .left {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .h_nl .h_nl_box .left {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .h_nl .h_nl_box .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.h_nl .h_nl_box .left .l_box {
  margin-bottom: 0.4rem;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .h_nl .h_nl_box .left .l_box {
    padding: 0;
    margin-bottom: 0.3rem;
  }
}
.h_nl .h_nl_box .left .l_box .gallery-top {
  height: 450px;
  /* overflow: auto; */
}
@media (max-width: 1580px) {
  .h_nl .h_nl_box .left .l_box .gallery-top {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .h_nl .h_nl_box .left .l_box .gallery-top {
    height: 300px;
    margin-bottom: 0.3rem;
  }
}
.h_nl .h_nl_box .left .l_box .gallery-top::-webkit-scrollbar {
  width: 3px;
}
.h_nl .h_nl_box .left .l_box .gallery-top:-webkit-scrollbar-track {
  background: #e0ebfb;
  border-radius: 2px;
}
.h_nl .h_nl_box .left .l_box .gallery-top::-webkit-scrollbar-thumb {
  background: #298eff;
  border-radius: 25px;
}
.h_nl .h_nl_box .left .l_box .gallery-top::-webkit-scrollbar-corner {
  background: #298eff;
}
.h_nl .h_nl_box .left .l_box .gallery-top .swiper-slide-thumb-active .imgyr {
  opacity: 1 !important;
  transition: all 0.4s !important;
  transform: scale(1) !important;
}
.h_nl .h_nl_box .left .l_box .gallery-top .swiper-slide-thumb-active .txt p {
  color: #298eff !important;
}
.h_nl .h_nl_box .left .l_box .gallery-top .swiper-scrollbar {
  background: none;
  width: 3px;
}
.h_nl
  .h_nl_box
  .left
  .l_box
  .gallery-top
  .swiper-scrollbar
  .swiper-scrollbar-drag {
  background: #298eff;
}
.h_nl .h_nl_box .left .l_box .gallery-top .h_nl_box_li {
  cursor: pointer;
  margin-bottom: 0.13rem;
  height: 0.64rem;
  position: relative;
}
@media (max-width: 767px) {
  .h_nl .h_nl_box .left .l_box .gallery-top .h_nl_box_li {
    margin-bottom: 4px;
  }
}
.h_nl .h_nl_box .left .l_box .gallery-top .h_nl_box_li.on .imgyr {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}
.h_nl .h_nl_box .left .l_box .gallery-top .h_nl_box_li .imgyr {
  height: 100%;
  width: 90%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.9);
  object-fit: initial;
}
@media (max-width: 1260px) {
  .h_nl .h_nl_box .left .l_box .gallery-top .h_nl_box_li .imgyr {
    width: 90%;
  }
}
.h_nl .h_nl_box .left .l_box .gallery-top .h_nl_box_li .txt {
  position: relative;
  z-index: 10;
  padding-left: 0.32rem;
  height: 0.64rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .h_nl .h_nl_box .left .l_box .gallery-top .h_nl_box_li .txt {
    padding-left: 0.15rem;
  }
}
.h_nl .h_nl_box .left .l_box .gallery-top .h_nl_box_li .txt img {
  width: 16px;
  height: auto;
  margin-right: 10px;
}
.h_nl .h_nl_box .left .l_box .gallery-top .h_nl_box_li .txt p {
  font-weight: bold;
}
.h_nl .h_nl_box .left .h_nl_la .public-btn {
  width: 100%;
  justify-content: space-between;
}
.h_nl .h_nl_box .right {
  width: 77.42%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .h_nl .h_nl_box .right {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .h_nl .h_nl_box .right {
    width: 100%;
  }
}
.h_nl .h_nl_box .right .h_nl_swi {
  height: 100%;
}
.h_nl .h_nl_box .right .item {
  background: #deeeff;
  position: relative;
  height: 100%;
  /* position: absolute;
				opacity: 0; */
  /* z-index: -1; */
  width: 100%;
  /* top: 0.5rem; */
  border-radius: 26px;
  z-index: 10;
  overflow: hidden;
  /* transform: scale(0.9); */
}
.h_nl .h_nl_box .right .item.on {
  position: relative;
  opacity: 1;
  z-index: 20;
  top: 0;
  transform: scale(1);
  transition: all 0.4s;
}
.h_nl .h_nl_box .right .item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
}
.h_nl .h_nl_box .right .item .txt {
  background: url(../images/h_nl.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.h_nl .h_nl_box .right .item .txt .g_t {
  margin-bottom: 1rem;
  padding: 0.5rem 0.73rem 0;
}
@media (max-width: 1580px) {
  .h_nl .h_nl_box .right .item .txt .g_t {
    padding: 0.3rem 0.73rem 0;
  }
}
@media (max-width: 991px) {
  .h_nl .h_nl_box .right .item .txt .g_t {
    padding: 0.4rem 0.4rem 0;
    margin-bottom: 0.5rem;
  }
}
.h_nl .h_nl_box .right .item .txt .g_t .g_tp {
  margin-bottom: 0.36rem;
  width: 5.2rem;
}
.h_nl .h_nl_box .right .item .txt .g_t .g_tp h3 {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.h_nl .h_nl_box .right .item .txt .g_t .g_tp p {
  color: #666;
}
.h_nl .h_nl_box .right .item .txt .b_ico {
  padding: 0 0.3rem;
  display: flex;
}
@media (max-width: 991px) {
  .h_nl .h_nl_box .right .item .txt .b_ico {
    flex-wrap: wrap;
    padding: 0 0.2rem 0.3rem;
  }
}
.h_nl .h_nl_box .right .item .txt .b_ico .list {
  width: calc(100% / 6);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid #dfe9f2;
  padding: 0 0.05rem;
}
@media (max-width: 991px) {
  .h_nl .h_nl_box .right .item .txt .b_ico .list {
    width: calc(100% / 3);
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .h_nl .h_nl_box .right .item .txt .b_ico .list {
    border: none;
    padding: 0 0.1rem;
  }
}
.h_nl .h_nl_box .right .item .txt .b_ico .list:last-child {
  border: none;
}
.h_nl .h_nl_box .right .item .txt .b_ico .list img {
  width: 0.3rem;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .h_nl .h_nl_box .right .item .txt .b_ico .list img {
    width: 0.4rem;
  }
}
.h_nl .h_nl_box .right .item .txt .b_ico .list p {
  line-height: 1.25;
}
.h_run {
  background: #eff5fd;
}
@media (max-width: 767px) {
  .h_run {
    padding-bottom: 0.82rem;
  }
}
.h_run .pub_title {
  background: #fff;
  margin-bottom: 0;
}
.h_run .h_run_box .gnav {
  background: #fff;
  overflow: auto;
}
.h_run .h_run_box .gnav .gnav_box {
  padding-top: 0.42rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  .h_run .h_run_box .gnav .gnav_box {
    justify-content: flex-start;
  }
}
.h_run .h_run_box .gnav .gnav_box p {
  cursor: pointer;
  /* border-bottom: 3px solid transparent; */
  padding: 0 0.12rem 0.22rem;
  margin: 0 0.15rem;
  color: #666;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 767px) {
  .h_run .h_run_box .gnav .gnav_box p {
    border-bottom: 2px solid transparent;
  }
}
.h_run .h_run_box .gnav .gnav_box p.on {
  color: #1b87ff;
}
.h_run .h_run_box .gnav .gnav_box p.on::after {
  width: 100%;
}
.h_run .h_run_box .gnav .gnav_box p::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #1b87ff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.h_run .h_run_box .h_run_con {
  margin-bottom: 0.4rem;
  padding-top: 0.3rem;
}
@media (max-width: 767px) {
  .h_run .h_run_box .h_run_con {
    padding: 0.3rem 5%;
  }
}
.h_run .h_run_box .h_run_con .h_run_swi {
  padding-top: 10px;
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr {
  display: block;
  border-radius: 0.28rem;
  background: #fff;
  padding: 0.15rem;
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr:hover {
  top: -0.1rem;
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr:hover .img .public-img img {
  transform: scale(1.05);
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr:hover .img .more {
  opacity: 1;
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .img {
  border-radius: 0.2rem;
  z-index: 10;
  position: relative;
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .img .public-img {
  margin-bottom: 0.35rem;
  border-radius: 0.2rem;
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .img .public-img:before {
  padding-top: 55.85106383%;
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .img .more {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(59deg, #1673ff 0%, #2bc6ff 100%),
    linear-gradient(#3384ff, #3384ff);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .img .more p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.06rem;
}
@media (max-width: 1580px) {
  .h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .img .more p {
    font-size: 12px;
  }
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .img .more svg {
  width: 12px;
  height: auto;
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .txt {
  padding: 0 0.2rem;
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .txt > .bri {
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  height: 30px;
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .txt > .bri span {
  margin-right: 0.1rem;
  border-radius: 100px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .txt > .bri span {
    padding: 3px 12px;
  }
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .txt > p {
  color: #444;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
  margin-bottom: 0.3rem;
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .txt .b_logo {
  margin-bottom: 0.1rem;
}
.h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .txt .b_logo img {
  height: 0.4rem;
  width: auto;
}
@media (max-width: 767px) {
  .h_run .h_run_box .h_run_con .h_run_swi .h_run_hr .txt .b_logo img {
    height: 0.6rem;
  }
}
.col1 {
  color: #36c1a7;
  background: #ecfbf8;
}
.col1 span {
  color: #36c1a7;
  background: #ecfbf8;
}
.col2 {
  color: #3d63fc;
  background: #e7f1ff;
}
.col2 span {
  color: #3d63fc;
  background: #e7f1ff;
}
.h_coo {
  padding: 1px 0 0.9rem;
  background: #eff5fd;
}
@media (max-width: 767px) {
  .h_coo {
    padding: 1px 0 1.2rem;
  }
}
.h_coo .h_coo_tit {
  padding: 0.38rem 0;
  position: relative;
  text-align: center;
}
.h_coo .h_coo_tit:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: #d6e1f1;
  background: -webkit-linear-gradient(
    to right,
    rgba(214, 225, 241, 0.1),
    #d6e1f1,
    rgba(214, 225, 241, 0.1)
  );
  background: linear-gradient(
    to right,
    rgba(214, 225, 241, 0.1),
    #d6e1f1,
    rgba(214, 225, 241, 0.1)
  );
  left: 15%;
  top: 50%;
}
.h_coo .h_coo_tit h2 {
  background: #eff5fd;
  padding: 0 0.25rem;
  position: relative;
  z-index: 10;
  display: inline-block;
}
.h_coo .h_coo_box {
  position: relative;
  width: 100%;
}
.h_coo .h_coo_box .bj1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 6.13rem;
  height: 4.22rem;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #eff5fd 20.45%, hsla(0, 0%, 100%, 0));
}
@media (max-width: 1260px) {
  .h_coo .h_coo_box .bj1 {
    width: 4rem;
    height: 3.3rem;
  }
}
@media (max-width: 767px) {
  .h_coo .h_coo_box .bj1 {
    width: 1rem;
  }
}
.h_coo .h_coo_box .bj2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6.13rem;
  height: 4.22rem;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #eff5fd 20.45%, hsla(0, 0%, 100%, 0));
}
@media (max-width: 1260px) {
  .h_coo .h_coo_box .bj2 {
    width: 4rem;
    height: 3.3rem;
  }
}
@media (max-width: 767px) {
  .h_coo .h_coo_box .bj2 {
    width: 1rem;
  }
}
.h_coo .h_coo_box .h_coo_con {
  margin-bottom: 10px;
  height: 80px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .h_coo .h_coo_box .h_coo_con {
    margin-bottom: 5px;
  }
}
.h_coo .h_coo_box .h_coo_con .img {
  width: 190px;
  height: 80px;
  display: inline-block;
  border-radius: 0.1rem;
  overflow: hidden;
  margin: 0 6px;
  background: #fff;
}
@media (max-width: 1260px) {
  .h_coo .h_coo_box .h_coo_con .img {
    width: 1.9rem;
    height: 0.8rem;
  }
}
.h_why {
  background: #eff5fd;
  position: relative;
}
.h_why .h_why_map {
  position: absolute;
  width: 100%;
  height: auto;
  top: -0.6rem;
  left: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .h_why .h_why_map {
    display: none;
  }
}
.h_why .h_why_map ul li {
  position: absolute;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_why .h_why_map ul li i {
  position: absolute;
  background: rgba(127, 186, 243, 0.2);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
}
.h_why .h_why_map ul li:nth-child(2n) .i2 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.h_why .h_why_map ul li .i1 {
  z-index: 2;
}
.h_why .h_why_map ul li .i2 {
  z-index: 1;
  animation: moveq 5s infinite linear;
  -webkit-animation: moveq 5s infinite linear;
}
.h_why .h_why_map ul .add1 {
  top: 18%;
  left: 66%;
}
.h_why .h_why_map ul .add2 {
  top: 26%;
  left: 65%;
}
.h_why .h_why_map ul .add3 {
  top: 30%;
  left: 64%;
}
.h_why .h_why_map ul .add4 {
  top: 35%;
  left: 60%;
}
.h_why .h_why_map ul .add5 {
  top: 40%;
  left: 61%;
}
.h_why .h_why_map ul .add6 {
  top: 48%;
  left: 61%;
}
.h_why .h_why_map ul .add7 {
  top: 54%;
  left: 60%;
}
.h_why .h_why_map ul .add8 {
  top: 45%;
  left: 63%;
}
.h_why .h_why_map ul .add9 {
  top: 51%;
  left: 64%;
}
.h_why .h_why_map ul .add10 {
  top: 61%;
  left: 63%;
}
.h_why .h_why_map ul .add11 {
  top: 65%;
  left: 58%;
}
.h_why .h_why_map ul .add12 {
  top: 51%;
  left: 57%;
}
.h_why .h_why_map ul .add13 {
  top: 44%;
  left: 58%;
}
.h_why .h_why_map ul .add14 {
  top: 37%;
  left: 58.5%;
}
.h_why .h_why_map ul .add15 {
  top: 38%;
  left: 56.5%;
}
.h_why .h_why_map ul .add16 {
  top: 29%;
  left: 56%;
}
.h_why .h_why_map ul .add17 {
  top: 65%;
  left: 53%;
}
.h_why .h_why_map ul .add18 {
  top: 55%;
  left: 52%;
}
.h_why .h_why_map ul .add19 {
  top: 53%;
  left: 52%;
}
.h_why .h_why_map ul .add20 {
  top: 42%;
  left: 53%;
}
.h_why .h_why_map ul .add21 {
  top: 41%;
  left: 52%;
}
.h_why .h_why_map ul .add22 {
  top: 38%;
  left: 50%;
}
.h_why .h_why_map ul .add23 {
  top: 42%;
  left: 48%;
}
.h_why .h_why_map ul .add24 {
  top: 62%;
  left: 46%;
}
.h_why .h_why_map ul .add25 {
  top: 50%;
  left: 45%;
}
.h_why .h_why_map ul .add26 {
  top: 38%;
  left: 43%;
}
.h_why .h_why_map ul .add27 {
  top: 46%;
  left: 35%;
}
.h_why .h_why_map ul .add28 {
  top: 24%;
  left: 36%;
}
.h_why .container {
  position: relative;
  z-index: 10;
}
.h_why .h_why_box {
  margin-bottom: 0.48rem;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .h_why .h_why_box {
    flex-wrap: wrap;
  }
}
.h_why .h_why_box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .h_why .h_why_box .item {
    width: 50%;
    margin-bottom: 0.4rem;
  }
}
.h_why .h_why_box .item img {
  width: 0.68rem;
  height: 0.68rem;
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .h_why .h_why_box .item img {
    width: 1rem;
    height: 1rem;
  }
}
.h_why .h_why_box .item p {
  font-weight: bold;
}
.h_why .h_why_blo {
  padding: 0.48rem 0.75rem 0.45rem;
  border-radius: 0.28rem;
  overflow: hidden;
  margin-top: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .h_why .h_why_blo {
    padding: 0.5rem 0.3rem;
  }
}
.h_why .h_why_blo > i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #fff;
  box-shadow: 1px 2px 6px 0px rgba(5, 39, 114, 0.04),
    inset 1px 2px 0px 0px rgba(255, 255, 255, 0.5);
}
.h_why .h_why_blo .t_num {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.65rem;
  padding-right: 0.6rem;
  border-bottom: 1px solid #e2eaf6;
}
@media (max-width: 767px) {
  .h_why .h_why_blo .t_num {
    flex-wrap: wrap;
    padding-bottom: 0.3rem;
    padding-right: 0;
  }
}
.h_why .h_why_blo .t_num .item {
  margin: 0 0.22rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .h_why .h_why_blo .t_num .item {
    width: 50%;
    margin: 0 0 0.7rem;
  }
}
.h_why .h_why_blo .t_num .item > p {
  color: #666;
  margin-bottom: 0.1rem;
}
.h_why .h_why_blo .t_num .item .t_num_box {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 94%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .h_why .h_why_blo .t_num .item .t_num_box {
    align-items: center;
    justify-content: center;
  }
}
.h_why .h_why_blo .t_num .item .t_num_box span {
  font-size: 0.4rem;
  color: #1b87ff;
  line-height: 1;
  font-family: "bold";
}
.h_why .h_why_blo .t_num .item .t_num_box p {
  font-size: 0.3rem;
  font-weight: bold;
  color: #1b87ff;
  line-height: 1;
  margin: 0 0 0 2px;
  font-family: "bold";
}
.h_why .h_why_blo .h_why_nr {
  padding-top: 0.3rem;
}
.h_why .h_why_blo .h_why_nr .h_why_swi .h_why_hz {
  padding: 0 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h_why .h_why_blo .h_why_nr .h_why_swi .h_why_hz:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.h_why .h_why_blo .h_why_nr .h_why_swi .h_why_hz img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-bottom: 0.12rem;
  width: 0.86rem;
  height: 0.86rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .h_why .h_why_blo .h_why_nr .h_why_swi .h_why_hz img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.h_why .h_why_blo .h_why_nr .h_why_swi .h_why_hz p {
  color: #666;
  text-align: center;
}
@keyframes moveq {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(5);
    -webkit-transform: scale(5);
    opacity: 0;
  }
}
.h_news {
  background: #eff5fd;
  padding: 1rem 0 0.9rem;
}
@media (max-width: 767px) {
  .h_news {
    padding: 1.2rem 0 0.7rem;
  }
}
.h_news .h_news_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .h_news .h_news_box {
    flex-direction: column;
  }
}
.h_news .h_news_box .item {
  border-radius: 0.28rem;
  background: #fff;
  padding: 0.2rem;
  width: calc((100% - 0.6rem) / 3);
}
@media (max-width: 991px) {
  .h_news .h_news_box .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.h_news .h_news_box .item .l_newbox:hover .img .public-img img {
  transform: scale(1.05);
}
.h_news .h_news_box .item .l_newbox:hover .txt h3 {
  color: #1b87ff;
}
.h_news .h_news_box .item .l_newbox .img {
  border-radius: 0.2rem;
  margin-bottom: 0.35rem;
  overflow: hidden;
  position: relative;
}
.h_news .h_news_box .item .l_newbox .img .public-img:before {
  padding-top: 54.18719212%;
}
.h_news .h_news_box .item .l_newbox .img p {
  position: absolute;
  height: 40px;
  padding: 0 0.22rem;
  display: flex;
  align-items: center;
  border-radius: 0.2rem 0 0.2rem 0;
  left: 0;
  top: 0;
  background: #1673ff;
  color: #fff;
  z-index: 1;
}
.h_news .h_news_box .item .l_newbox .txt {
  padding: 0 0.1rem;
}
.h_news .h_news_box .item .l_newbox .txt h3 {
  transition: all 0.4s;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.5em;
}
.h_news .h_news_box .item .l_newbox .txt > p {
  color: #888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  margin-bottom: 0.7rem;
}
.h_news .h_news_box .item .l_newbox .txt .time {
  padding-bottom: 0.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .h_news .h_news_box .item .l_newbox .txt .time svg {
    width: 0.3rem;
  }
}
.h_news .h_news_box .item .l_newbox .txt .time svg path {
  fill: #888;
}
.h_news .h_news_box .item .l_newbox .txt .time span {
  color: #888;
  margin-left: 0.1rem;
}
.h_news .h_news_box .item .r_newbox {
  padding: 0.25rem 0.17rem 0;
}
@media (max-width: 767px) {
  .h_news .h_news_box .item .r_newbox {
    padding: 0.25rem 0.17rem 0.3rem;
  }
}
.h_news .h_news_box .item .r_newbox .tit {
  margin-bottom: 0.15rem;
  display: flex;
  align-items: center;
}
.h_news .h_news_box .item .r_newbox .tit img {
  width: 0.3rem;
  height: auto;
  margin-right: 0.15rem;
}
.h_news .h_news_box .item .r_newbox .tit p {
  font-weight: bold;
}
.h_news .h_news_box .item .r_newbox .box {
  margin-bottom: 0.35rem;
  height: 320px;
}
@media (max-width: 1260px) {
  .h_news .h_news_box .item .r_newbox .box {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .h_news .h_news_box .item .r_newbox .box {
    height: 60px;
  }
}
.h_news .h_news_box .item .r_newbox .box .swiper-container {
  height: 100%;
}
.h_news .h_news_box .item .r_newbox .box .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.h_news
  .h_news_box
  .item
  .r_newbox
  .box
  .swiper-container
  .swiper-slide
  .r_newbox_box:hover
  .g_h3
  h3 {
  color: #1b87ff;
}
.h_news
  .h_news_box
  .item
  .r_newbox
  .box
  .swiper-container
  .swiper-slide
  .r_newbox_box
  .g_h3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0.08rem;
}
.h_news
  .h_news_box
  .item
  .r_newbox
  .box
  .swiper-container
  .swiper-slide
  .r_newbox_box
  .g_h3
  h3 {
  transition: all 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 3em;
}
.h_news
  .h_news_box
  .item
  .r_newbox
  .box
  .swiper-container
  .swiper-slide
  .r_newbox_box
  span {
  color: #888;
}
.h_news .h_news_box .item .r_newbox .h_news_ba {
  height: 0.52rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1b87ff;
  border-radius: 100px;
  color: #1b87ff;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .h_news .h_news_box .item .r_newbox .h_news_ba {
    height: 0.8rem;
  }
}
.h_news .h_news_box .item .r_newbox .h_news_ba:hover {
  background: linear-gradient(59deg, #1673ff 0%, #2bc6ff 100%),
    linear-gradient(#3384ff, #3384ff);
  border: 1px solid transparent;
  color: #fff;
}
.h_bbox {
  height: 2.38rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_consultImmediately {
  height: 1.38rem;
  background-color: #edf4ff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 767px) {
  .h_bbox {
    height: auto;
    padding: 0.4rem 0.1rem;
  }
  .h_consultImmediately {
    height: auto;
  }
}
.h_bbox .h_bbox_con {
  height: 3.83rem;
  width: calc(100% + 1.3rem);
  position: absolute !important;
  margin-top: -0.75rem;
  margin-left: -0.6rem;
}
@media (max-width: 767px) {
  .h_bbox .h_bbox_con {
    height: calc(100% + 1.5rem);
  }
}
.h_bbox .container {
  position: relative;
  z-index: 10;
}
.h_bbox .container .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .h_bbox .container .txt {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .h_bbox .container .txt .left {
    margin-bottom: 0.3rem;
  }
}
.h_bbox .container .txt .left h2 {
  font-size: 0.44rem;
  font-weight: bold;
}
.h_bbox .container .txt .left h2 span {
  background-image: linear-gradient(59deg, #1673ff 0%, #2bc6ff 100%),
    linear-gradient(#3384ff, #3384ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer {
  background: #edf4ff;
}
footer .foot_t {
  padding-top: 1.05rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.66rem;
}
@media (max-width: 767px) {
  footer .foot_t {
    padding-top: 0.5rem;
    margin-bottom: 0.4rem;
  }
}
footer .foot_t .left {
  width: 28.57%;
}
@media (max-width: 767px) {
  footer .foot_t .left {
    width: 100%;
    padding-left: 0;
  }
}
footer .foot_t .left .l_con {
  padding-left: 0.66rem;
}
footer .foot_t .left .l_con .b_tel {
  position: relative;
}
footer .foot_t .left .l_con .b_tel > img {
  position: absolute;
  width: 0.46rem;
  height: auto;
  left: -0.6rem;
  top: 0.05rem;
}
@media (max-width: 767px) {
  footer .foot_t .left .l_con .b_tel > img {
    width: 0.6rem;
    left: -0.7rem;
  }
}
footer .foot_t .left .l_con .b_tel .txt {
  margin-bottom: 0.1rem;
}
footer .foot_t .left .l_con .b_tel .txt span {
  color: #444;
}
footer .foot_t .left .l_con .b_tel .txt p {
  font-family: "pop";
}
footer .foot_t .left .l_con .b_add {
  margin-bottom: 0.35rem;
}
footer .foot_t .left .l_con .b_add p {
  color: #444;
  margin-bottom: 0.07rem;
}
footer .foot_t .left .ewm {
  display: flex;
  padding-left: 0.66rem;
}
footer .foot_t .left .ewm .ewm_box {
  width: 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.3rem;
}
.footer .foot_t .left .ewm .ewm_box:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  footer .foot_t .left .ewm .ewm_box {
    width: 45%;
  }
}
footer .foot_t .left .ewm .ewm_box .ewm_con {
  background: #fff;
  padding: 0.07rem;
  border-radius: 5px;
  margin-bottom: 0.08rem;
}
footer .foot_t .left .ewm .ewm_box p {
  color: #444;
}
footer .foot_t .right {
  width: 62.5%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .foot_t .right {
    display: none;
  }
}
footer .foot_t .right .item .t_bt {
  color: #222;
  font-weight: bold;
  margin-bottom: 0.33rem;
}
footer .foot_t .right .item ul li {
  margin-bottom: 0.14rem;
}
footer .foot_t .right .item ul li a {
  transition: all 0.4s;
  color: #444;
}
footer .foot_t .right .item ul li a:hover {
  color: #1b87ff;
}
footer .foot_b {
  padding: 0.28rem 0;
  border-top: 1px solid #dfe6f0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .foot_b {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  footer .foot_b .left {
    margin-bottom: 0.2rem;
  }
}
footer .foot_b .left p {
  color: #666;
}
footer .foot_b .left p a {
  margin-left: 0.1rem;
  display: inline-block;
}
footer .foot_b .left p a:hover {
  color: #1b87ff;
}
footer .foot_b .right {
  display: flex;
  align-items: center;
}
footer .foot_b .right a {
  margin-left: 0.22rem;
  padding-left: 0.22rem;
  line-height: 1;
  border-left: 1px solid #d0d9e8;
  color: #666;
}
footer .foot_b .right a:first-child {
  padding: 0;
  margin: 0;
  border: none;
}
footer .foot_b .right a:hover {
  color: #1b87ff;
}
.glab1 {
  padding-right: 35px;
  position: relative;
}
.glab1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/navbq.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 13px;
}
.glab2 {
  padding-right: 35px;
  position: relative;
}
.glab2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/navbq2.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 13px;
}
.glab3 {
  padding-right: 35px;
  position: relative;
}
.glab3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/navbq3.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 13px;
}
.pop {
  position: fixed;
  right: 0.2rem;
  bottom: 3.3rem;
  z-index: 1000;
  display: block !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .pop {
    right: 10px;
    /* display: none !important; */
  }
}
.pop * {
  transition: all 0.6s;
}
.pop .cur1:hover .pop_con {
  background: #1673ff;
}
.pop .cur1:hover .pop_con .pop_a_img svg path {
  fill: #fff;
}
.pop .cur1:hover .pop_con .pop_a_img p {
  color: #fff;
}
.pop .pop_a {
  position: relative;
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .pop .pop_a {
    margin-top: 10px;
  }
}
.pop .pop_a .pop_con {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.pop .pop_a .pop_con .pop_a_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70px;
  height: 70px;
}
.pop .pop_a .pop_con .pop_a_img img,
.pop .pop_a .pop_con .pop_a_img svg {
  z-index: 100;
  width: 21px;
  height: 21px;
}
.pop .pop_a .pop_con .pop_a_img img path,
.pop .pop_a .pop_con .pop_a_img svg path {
  fill: #1673ff;
}
.pop .pop_a .pop_con .pop_a_img p {
  margin-top: 2px;
  font-size: 12px;
}
.pop .pop_a .pop_con .pop_a_img .img2 {
  display: none;
}
.pop .pop_a .pop_text {
  position: absolute;
  top: 50%;
  right: 130%;
  background: #fff;
  padding: 0.2rem 0.25rem;
  transition: all 0s;
  -moz-transition: all 0s;
  z-index: 1;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.pop .pop_a .pop_text_code {
  padding: 0.05rem;
}
.pop .pop_a .pop_text_code .ewm_box {
  width: 1.1rem;
  height: 1.1rem;
}
.pop .pop_a .pop_text_code .ewm_box .ewm_img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pop .pop_a .pop_text p {
  color: #1673ff;
  margin-top: 0.05rem;
  white-space: nowrap;
  font-weight: bold;
}
.pop .pop_a .pop_text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
  border-width: 10px;
  border-top-color: #fff;
  -webkit-transform: rotate(-90deg);
}
.pop .pop_a.on .pop_a_img p {
  color: #fff;
}
.pop .pop_a.on .pop_a_img svg path {
  fill: #fff;
}
.pop .pop_a.on .pop_con {
  background: #1a83ff;
}
.pop .pop_a.on .pop_text {
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
.pop .pop_a.on .img1 {
  display: none;
}
.pop .pop_a.on .img2 {
  display: block;
}
.pop .cur2 {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  padding: 6px;
}
.pop .cur2 .pop_a2 {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.pop .cur2 .pop_a2:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pop .cur2 .pop_a2.on .pop_con {
  background: #ebf2fb;
}
.pop .cur2 .pop_a2.on .pop_text {
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
.pop .cur2 .pop_a2.on .img1 {
  display: none;
}
.pop .cur2 .pop_a2.on .img2 {
  display: block;
}
.pop .cur2 .pop_a2 .pop_con {
  box-shadow: none;
}
.pop .cur2 .pop_a2 .pop_con .pop_a_img {
  width: 58px;
  height: 58px;
}
.coop {
  position: relative;
}
.coop .bjimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.coop .container {
  position: relative;
  z-index: 10;
  padding: 1rem;
}
@media (max-width: 767px) {
  .coop .container {
    padding: 1rem 0;
  }
}
.coop .container .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .coop .container .box {
    flex-direction: column;
  }
}
.coop .container .box .left {
  width: 45.66%;
  background: #fafbff;
  padding: 0.66rem 0.4rem 0.75rem 0.7rem;
}
@media (max-width: 991px) {
  .coop .container .box .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.coop .container .box .left h2 {
  font-weight: bold;
  line-height: 1.2;
}
.coop .container .box .left h2 span {
  color: #0568fd;
}
.coop .container .box .left .tw {
  color: #666;
  padding-right: 0.5rem;
}
.coop .container .box .left .tw p {
  margin-top: 0.35rem;
}
.coop .container .box .left .tel {
  margin-top: 0.9rem;
}
.coop .container .box .left .tel p {
  color: #444;
}
.coop .container .box .left .tel span {
  color: #1673ff;
  font-weight: bold;
}
.coop .container .box .right {
  width: 54.34%;
  background: #fff;
  padding: 0.6rem 1.1rem 0.5rem;
}
@media (max-width: 1260px) {
  .coop .container .box .right {
    padding: 0.8rem 0.4rem 0.2rem;
  }
}
@media (max-width: 991px) {
  .coop .container .box .right {
    width: 100%;
    padding: 0.8rem 0.4rem 0.6rem;
  }
}
.coop .container .box .right .title {
  margin-bottom: 0.28rem;
  text-align: center;
}
.coop .container .box .right .title h2 {
  font-weight: bold;
}
.coop .container .box .right .title p {
  color: #666;
}
.coop .container .box .right form .input_con {
  width: 100%;
  position: relative;
  margin-bottom: 0.1rem;
  transition: all 0.4s;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
}
.coop .container .box .right form .input_con .sot_select_nr {
  width: 100%;
}
.coop .container .box .right form .input_con .sot_select_nr .sel_text_x {
  margin-bottom: 0;
}
.coop .container .box .right form .input_con > p {
  position: absolute;
  left: 0.33rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
  color: #999;
}
.coop .container .box .right form .input_con > p span {
  color: #ea0909;
  width: 1em;
  display: inline-block;
}
.coop .container .box .right form .input_con .yzm {
  background: #f8faff;
  height: 0.64rem;
  padding: 0 0.25rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #1673ff;
  cursor: pointer;
}
.coop .container .box .right form .input_con.on {
  border: 1px solid #0568fd;
}
.coop .container .box .right form .input_con.on > p {
  display: none;
}
.coop .container .box .right form .input_con .input_nr {
  width: 100%;
  background: #f8faff;
  position: relative;
  height: 0.64rem;
}
@media (max-width: 767px) {
  .coop .container .box .right form .input_con .input_nr {
    height: 0.8rem;
  }
}
.coop .container .box .right form .input_con .input_nr input {
  display: flex;
  align-items: center;
  height: 100%;
  border: none;
  width: 100%;
  padding-left: 0.33rem;
}
.coop .container .box .right form .login_tk {
  margin: 0.2rem 0 0.25rem;
}
.coop .container .box .right form .login_tk label {
  display: flex;
  align-items: center;
}
.coop .container .box .right form .login_tk label.on .lab_box {
  background: #067bfd;
  border-color: #067bfd;
}
.coop .container .box .right form .login_tk label .lab_box {
  width: 20px;
  height: 20px;
  border: 1px solid #e3e3e3;
  margin-right: 8px;
  display: inline-flex;
  display: none;
  align-items: center;
  justify-content: center;
}
.coop .container .box .right form .login_tk label .lab_box svg {
  width: 50%;
  height: auto;
}
.coop .container .box .right form .login_tk label .lab_box svg path {
  fill: #fff;
}
.coop .container .box .right form .login_tk label input {
  -webkit-appearance: checkbox;
  margin-right: 8px;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
.coop .container .box .right form .login_tk label p {
  color: #999;
}
.coop .container .box .right form .login_tk label p a {
  color: #444;
}
.coop .container .box .right form .login_tk1 {
  margin: 0.2rem 0 0;
}
.coop .container .box .right form .login_tk2 {
  margin: 0.04rem 0 0.2rem;
}
.sot_select_nr {
  position: relative;
  min-width: 1.8rem;
}
.sot_select_nr .sel_text_x {
  width: 100%;
  height: 0.64rem;
  margin-bottom: 0.17rem;
  padding: 0 0.22rem 0 0.33rem;
  background: #f8faff;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sot_select_nr .sel_text_x {
    height: 0.8rem;
  }
}
.sot_select_nr .sel_text_x svg {
  width: 9px;
  height: auto;
  flex-shrink: 0;
  z-index: 100;
  margin: 0 7px;
}
.sot_select_nr .sel_text_x p {
  pointer-events: none;
  z-index: 10;
  color: #999;
}
.sot_select_nr .sel_text_x p span {
  color: #ea0909;
  width: 1em;
  display: inline-block;
}
.sot_select_nr .sel_text_box {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  text-align: left;
  overflow: hidden;
  top: 100%;
  border: 1px solid #d2d2d2;
  z-index: 200;
  display: none;
  max-height: 160px;
  overflow-y: auto;
}
.sot_select_nr .sel_text_box a {
  color: #000;
  padding: 7px 0 7px 0.33rem;
  display: block;
  cursor: pointer;
}
.sot_select_nr .sel_text_box a:hover {
  background: #1b87ff;
  color: #fff;
}
.public-btn2 {
  cursor: pointer;
  height: 0.66rem;
  background: linear-gradient(59deg, #1673ff 0%, #2bc6ff 100%),
    linear-gradient(#3384ff, #3384ff);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 767px) {
  .public-btn2 {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.public-btn2::before {
  -webkit-transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
  transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
  border-radius: 6px;
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  left: -100%;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #1b87ff;
  overflow: hidden;
}
.public-btn2:hover::before {
  left: 0;
  opacity: 1;
}
.public-btn2:hover p {
  /* color: @color1; */
}
.public-btn2:hover .r_icon::after {
  transform: scale(1);
}
.public-btn2:hover .r_icon svg path {
  stroke: #1b87ff;
}
.public-btn2:hover .r_icon svg rect {
  fill: #1b87ff;
}
.public-btn2 button {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 10;
}
.public-btn2 p {
  color: #fff;
  margin-right: 0.24rem;
  position: relative;
  z-index: 10;
}
.join_banner {
  height: 4.8rem;
  position: relative;
}
.join_banner .mob_pc {
  width: 100%;
  height: 100%;
}
.join_banner .join_banner_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.join_banner .join_banner_txt .container h2 {
  color: #0568fd;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.join_banner .join_banner_txt .container .join_banner_p p {
  font-size: 0.44rem;
  line-height: 1.3;
  font-weight: bold;
}
.join {
  background: #f1f6fe;
}
.sub_title {
  padding: 0 5%;
  text-align: center;
}
.sub_title h2 {
  font-weight: bold;
  line-height: 1.1;
}
.joinO {
  padding: 0.65rem 0 0;
}
.joinO .box {
  margin-top: 0.46rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .joinO .box {
    flex-direction: column;
  }
}
.joinO .box .item {
  border-radius: 0.26rem;
  overflow: hidden;
  width: calc(50% - 0.2rem);
  position: relative;
  top: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .joinO .box .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.joinO .box .item:hover {
  top: -0.1rem;
}
@media (max-width: 767px) {
  .joinO .box .item .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.joinO .box .item .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.5rem 0.54rem 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .joinO .box .item .txt {
    position: relative;
  }
}
.joinO .box .item .txt .t_txt {
  color: #fff;
}
@media (max-width: 767px) {
  .joinO .box .item .txt .t_txt {
    margin-bottom: 0.8rem;
  }
}
.joinO .box .item .txt .t_txt h3 {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.18rem;
}
.joinO .box .item .txt .t_txt p {
  padding-right: 0.7rem;
}
@media (max-width: 767px) {
  .joinO .box .item .txt .t_txt p {
    padding: 0;
  }
}
.joinO .box .item .txt .public-btn3 {
  background: #fff;
}
.joinO .box .item .txt .public-btn3:hover .r_icon {
  border: 1px solid #18d4be;
}
.joinO .box .item .txt .public-btn3:hover .r_icon svg path {
  stroke: #18d4be;
}
.joinO .box .item .txt .public-btn3:hover .r_icon svg .cls-1 {
  fill: #18d4be;
}
.joinO .box .item .txt .public-btn3:before {
  display: none;
}
.joinO .box .item .txt .public-btn3 p {
  color: #333;
}
.joinO .box .item .txt .public-btn3 .r_icon {
  background: #18d4be;
}
.joinO .box .item .txt .public-btn4 {
  background: #fff;
}
.joinO .box .item .txt .public-btn4:hover .r_icon {
  border: 1px solid #1673ff;
}
.joinO .box .item .txt .public-btn4:hover .r_icon svg path {
  stroke: #1673ff;
}
.joinO .box .item .txt .public-btn4:hover .r_icon svg .cls-1 {
  fill: #1673ff;
}
.joinO .box .item .txt .public-btn4:before {
  display: none;
}
.joinO .box .item .txt .public-btn4 p {
  color: #333;
}
.joinO .box .item .txt .public-btn4 .r_icon {
  background: #1673ff;
}
.jointw {
  padding: 0.95rem 0 0;
}
.jointw .box {
  margin-top: 0.45rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .jointw .box {
    flex-wrap: wrap;
  }
}
.jointw .box .item {
  width: calc((100% - 0.9rem) / 4);
  border-radius: 0.26rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .jointw .box .item {
    width: calc(50% - 0.15rem);
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  .jointw .box .item {
    width: 100%;
  }
}
.jointw .box .item .public-img:before {
  padding-top: 146.78899083%;
}
.jointw .box .item:hover .bcon {
  background-image: linear-gradient(59deg, #1673ff 0%, #2bc6ff 100%);
  opacity: 0.9;
}
.jointw .box .item:hover .bcon .bbx .txt {
  padding-top: 1.32rem;
}
@media (max-width: 767px) {
  .jointw .box .item:hover .bcon .bbx .txt {
    padding-top: 2.5rem;
  }
}
.jointw .box .item:hover .bcon .byy {
  opacity: 0;
}
.jointw .box .item:hover .bcon .bbtn {
  bottom: 0.5rem;
}
.jointw .box .item .bcon {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.jointw .box .item .bcon .byy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
.jointw .box .item .bcon .bbtn {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .jointw .box .item .bcon .bbtn {
    width: 0.68rem;
    height: 0.68rem;
    bottom: -0.8rem;
  }
}
.jointw .box .item .bcon .bbx {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.jointw .box .item .bcon .bbx .txt {
  color: #fff;
  text-align: center;
  transition: all 0.4s;
  padding-top: 3.2rem;
}
@media (max-width: 1260px) {
  .jointw .box .item .bcon .bbx .txt {
    padding-top: 2.5rem;
  }
}
@media (max-width: 991px) {
  .jointw .box .item .bcon .bbx .txt {
    padding-top: 100%;
  }
}
.jointw .box .item .bcon .bbx .txt h3 {
  margin-bottom: 0.2rem;
}
.jointr {
  padding: 0.95rem 0 0;
}
.jointr .box {
  margin-top: 0.45rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .jointr .box {
    flex-direction: column;
  }
}
.jointr .box .left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 55.71%;
}
@media (max-width: 991px) {
  .jointr .box .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.jointr .box .left img {
  border-radius: 0.26rem;
  width: auto;
  height: auto;
}
.jointr .box .left .img1 {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .jointr .box .left .img1 {
    margin-bottom: 4px;
  }
}
.jointr .box .left .img2 {
  width: 66.66%;
}
.jointr .box .left .img3 {
  width: 32.05%;
}
.jointr .box .right {
  width: 43.428%;
  border-radius: 0.26rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.64rem 0.75rem 0.3rem;
}
@media (max-width: 991px) {
  .jointr .box .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .jointr .box .right {
    padding: 0.7rem 0.5rem 0.4rem;
  }
}
.jointr .box .right .item {
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .jointr .box .right .item {
    margin-bottom: 0.5rem;
  }
}
.jointr .box .right .item h3 {
  font-weight: bold;
  margin-bottom: 0.06rem;
}
.jointr .box .right .item p {
  color: #666;
}
.joinfou {
  padding: 0.95rem 0 0;
}
.joinfou .box {
  margin-top: 0.85rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.joinfou .box .bjimg {
  position: absolute;
  width: 100%;
  height: auto;
  top: -0.42rem;
  left: 0;
}
.joinfou .box .bjimg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(to top, #f1f6fe 40.45%, hsla(0, 0%, 100%, 0));
}
.joinfou .box .bbx {
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .joinfou .box .bbx {
    overflow: auto;
  }
}
.joinfou .box .bbx .item {
  width: 100%;
  /* margin-right: 0.1rem; */
  border-radius: 0.2rem;
  height: auto;
  overflow: hidden;
  /* &:nth-child(5n){
					margin-right: 0;
				} */
}
@media (max-width: 767px) {
  .joinfou .box .bbx .item {
    /* width: 140px; */
    margin-bottom: 0.4rem;
    flex-shrink: 0;
  }
}
.joinfiv {
  padding: 1rem 0 0.84rem;
}
.joinfiv .box {
  margin-top: 0.45rem;
  display: flex;
  flex-wrap: wrap;
}
.joinfiv .box .item {
  cursor: pointer;
  width: calc((100% - 0.8rem) / 3);
  margin: 0 0.4rem 0.4rem 0;
  position: relative;
  border-radius: 0.26rem;
  padding: 0.6rem 0.55rem 0.33rem;
  height: auto;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.joinfiv .box .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .joinfiv .box .item:nth-child(3n) {
    margin-right: 0.4rem;
  }
}
@media (max-width: 991px) {
  .joinfiv .box .item {
    width: calc(50% - 0.2rem);
  }
  .joinfiv .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .joinfiv .box .item {
    width: 100%;
    margin: 0 0 0.5rem 0 !important;
  }
}
.joinfiv .box .item .it_t .tit {
  margin-bottom: 0.32rem;
}
.joinfiv .box .item .it_t .tit h3 {
  font-weight: bold;
  margin-bottom: 0.05rem;
}
.joinfiv .box .item .it_t .tit span {
  color: #999;
}
.joinfiv .box .item .it_t .txt {
  padding-bottom: 0.3rem;
}
.joinfiv .box .item .it_t .txt .txt_box {
  display: flex;
  margin-bottom: 0.06rem;
}
.joinfiv .box .item .it_t .txt .txt_box span {
  color: #666;
}
.joinfiv .box .item .it_t .txt .txt_box p {
  color: #222;
}
.joinfiv .box .item .b_a {
  border-top: 1px solid #efefef;
  padding-top: 0.25rem;
  display: flex;
  align-items: center;
}
.joinfiv .box .item .b_a p {
  font-weight: bold;
  color: #1673ff;
  margin-right: 0.18rem;
}
@media (max-width: 767px) {
  .joinfiv .box .item .b_a svg {
    width: 12px;
  }
}
.joinfiv .box .item .b_a svg path {
  stroke: #1673ff;
  fill: #1673ff;
}
.joinfiv .box .item .b_a svg .cls-1 {
  fill: #1673ff;
}
.joinfiv .box .item .dri_hide {
  display: none;
}
.gother {
  position: relative;
  height: 3rem;
}
@media (max-width: 767px) {
  .gother {
    height: 4.5rem;
  }
}
.gother .bjimg {
  height: 100%;
}
.gother .crumbs {
  position: absolute;
  top: 1.1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .gother .crumbs {
    top: 1.5rem;
  }
}
.gother .other_h2 {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.gother .other_h2 h2 {
  line-height: 1;
  font-weight: bold;
}
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  margin-right: 0.1rem;
  color: #999;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child a {
  color: #444;
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.1rem;
}
.crumbs p svg path {
  fill: #666;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #999;
  margin-right: 0.1rem;
}
.pri {
  padding: 0.55rem 1.4rem 1rem;
}
@media (max-width: 991px) {
  .pri {
    padding: 1rem 0;
  }
}
.gmap {
  padding: 0.58rem 1rem 1rem;
}
@media (max-width: 991px) {
  .gmap {
    padding: 1rem 0;
  }
}
.gmap .box .item {
  padding: 0.42rem 0 0.22rem;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
}
@media (max-width: 767px) {
  .gmap .box .item {
    flex-direction: column;
  }
}
.gmap .box .item .lbt {
  width: 2.02rem;
  flex-shrink: 0;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .gmap .box .item .lbt {
    margin-bottom: 0.4rem;
  }
}
.gmap .box .item ul {
  display: flex;
  flex-wrap: wrap;
}
.gmap .box .item ul li {
  margin-bottom: 0.2rem;
  margin-right: 0.78rem;
}
.gmap .box .item ul li:last-child {
  margin-right: 0;
}
.gmap .box .item ul li a:hover {
  color: #0568fd;
  text-decoration: underline;
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  width: 14rem;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: auto;
  z-index: 10000;
  border-radius: 0.26rem;
  transform: translate(-50%, -50%);
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 29px;
  right: 17px;
  width: 80px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .curtain_title .close_tc {
    top: 0;
    right: 0;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain1 .curtain_box .joincur {
  padding: 0.48rem 0.5rem;
}
.curtain1 .curtain_box .joincur .title {
  display: flex;
  border-bottom: 1px solid #dae8ff;
  margin-bottom: 0.22rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .joincur .title {
    flex-direction: column;
  }
}
.curtain1 .curtain_box .joincur .title h2 {
  width: 4.4rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 991px) {
  .curtain1 .curtain_box .joincur .title h2 {
    margin-bottom: 0.2rem;
  }
}
.curtain1 .curtain_box .joincur .title .rbox {
  display: flex;
  align-items: flex-end;
}
.curtain1 .curtain_box .joincur .title .rbox .smbox {
  width: 3.5rem;
  display: flex;
  align-items: center;
}
.curtain1 .curtain_box .joincur .title .rbox .smbox svg {
  width: 16px;
  height: auto;
}
.curtain1 .curtain_box .joincur .title .rbox .smbox svg path {
  fill: #999;
}
.curtain1 .curtain_box .joincur .title .rbox .smbox p {
  color: #999;
  margin-left: 0.1rem;
  line-height: 1;
}
.curtain1 .curtain_box .joincur .box {
  margin-bottom: 0.4rem;
}
.curtain1 .curtain_box .joincur .b_p {
  color: #0568fd;
}
.flo_banner .x-banner {
  background: #c9dfff;
}
.flo_banner .x-banner .x-sp span {
  color: #333;
}
.flo_banner .x-banner .r_icon svg .cls-112 {
  fill: none;
}
.flo_banner .x-banner .g-sq {
  margin-left: 0.2rem;
  background: #fff;
  transition: all 0.4s;
}
.flo_banner .x-banner .g-sq p {
  color: #1b87ff;
  transition: all 0.4s;
}
.flo_banner .x-banner .g-sq::before {
  display: none;
}
.flo_banner .x-banner .g-sq .r_icon {
  background: rgba(0, 91, 228, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.flo_banner .x-banner .g-sq .r_icon::after {
  background: #0568fd;
}
.flo_banner .x-banner .g-sq .r_icon svg {
  margin-left: 0.03rem;
}
.flo_banner .x-banner .g-sq .r_icon svg path {
  stroke: #005be4;
  fill: none;
}
.flo_banner .x-banner .g-sq .r_icon svg rect {
  fill: none;
  stroke: none;
}
.flo_banner .x-banner .g-sq:hover {
  background: #1b87ff;
}
.flo_banner .x-banner .g-sq:hover p {
  color: #fff;
}
.flo_banner .x-banner .g-sq:hover .r_icon svg path {
  stroke: #fff;
}
.flo_banner .x-banner .g-sq:hover .r_icon svg rect {
  fill: #fff;
  stroke: none;
}
.gflo {
  background: #edf4ff;
}
.gtitle {
  text-align: center;
}
.gtitle h2 {
  font-weight: bold;
}
.gfloon {
  padding-top: 0.9rem;
}
.gfloon .box {
  margin-top: 0.4rem;
  display: flex;
}
@media (max-width: 991px) {
  .gfloon .box {
    flex-wrap: wrap;
  }
}
.gfloon .box .item {
  width: calc((100% - 0.9rem) / 4);
  background: url(../images/flo2.png) no-repeat;
  background-size: 100% 100%;
  /* height: 2.9rem; */
  margin-right: 0.3rem;
  padding: 0.52rem 0.4rem 0.2rem;
}
@media (max-width: 1260px) {
  .gfloon .box .item {
    height: 3.5rem;
  }
}
@media (max-width: 991px) {
  .gfloon .box .item {
    margin-bottom: 0.4rem;
    width: calc((100% - 0.3rem) / 2);
  }
}
@media (max-width: 767px) {
  .gfloon .box .item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .gfloon .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
.gfloon .box .item:last-child {
  margin-right: 0;
}
.gfloon .box .item > span {
  display: inline-flex;
  align-items: center;
  padding: 0 0.15rem;
  height: 0.34rem;
  border-radius: 100px;
  background: #f2f8ff;
  color: #1674ff;
  border: 1px solid #1674ff;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .gfloon .box .item > span {
    height: 0.5rem;
    padding: 0 0.2rem;
  }
}
.gfloon .box .item .txt h3 {
  font-weight: bold;
  color: #222;
  margin-bottom: 0.08rem;
}
.gfloon .box .item .txt p {
  color: #666;
}
.gflotw {
  position: relative;
  padding-top: 0.9rem;
}
.gflotw .container {
  position: relative;
  z-index: 10;
}
.gflotw .imgg {
  position: absolute;
  width: auto;
  height: auto;
  top: 1.2rem;
}
.gflotw .box {
  position: relative;
  z-index: 10;
  margin-top: 0.8rem;
}
.gflotr {
  position: relative;
  z-index: 10;
  padding-top: 1.44rem;
}
.gflotr .box {
  border-radius: 0.26rem;
  position: relative;
  overflow: hidden;
}
.gflotr .box .img {
  width: 100%;
  height: 4.3rem;
}
@media (max-width: 767px) {
  .gflotr .box .img {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.gflotr .box .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 0.9rem;
}
@media (max-width: 767px) {
  .gflotr .box .txt {
    position: relative;
    padding: 1rem 0.4rem;
  }
}
.gflotr .box .txt .txt_box {
  margin-bottom: 0.5rem;
}
.gflotr .box .txt .txt_box h2 {
  color: #0568fd;
  font-style: italic;
  font-size: 0.4rem;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .gflotr .box .txt .txt_box p {
    font-size: 0.28rem;
  }
}
.gflotr .box .txt .txt_box p span {
  background-image: linear-gradient(59deg, #1673ff 0%, #2bc6ff 100%),
    linear-gradient(#3384ff, #3384ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gflofo {
  padding-top: 1.2rem;
  position: relative;
}
.gflofo .imgg {
  position: absolute;
  width: auto;
  height: auto;
  top: -0.4rem;
  pointer-events: none;
}
.gflofo .box {
  margin-top: 0.5rem;
}
.gflofo .box .box_nav {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d9e2f0;
}
.gflofo .box .box_nav .swiper-container {
  width: 100%;
}
.gflofo .box .box_nav .swiper-slide-thumb-active a p {
  color: #0568fd;
  border-color: #0568fd;
}
.gflofo .box .box_nav a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.gflofo .box .box_nav a img {
  width: 0.5rem;
  height: auto;
  margin-bottom: 0.08rem;
}
.gflofo .box .box_nav a p {
  transition: all 0.4s;
  padding: 0 0.05rem 0.15rem;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  font-weight: bold;
}
.gflofo .box .bbx {
  margin-top: 0.35rem;
}
.gflofo .box .bbx .gflofo_swi {
  width: calc(100% + 0.85rem);
}
@media (max-width: 1260px) {
  .gflofo .box .bbx .gflofo_swi {
    width: 100%;
  }
}
.gflofo .box .bbx .gflofo_swi .gflofo_swi_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gflofo .box .bbx .gflofo_swi .gflofo_swi_box {
    flex-direction: column;
  }
}
.gflofo .box .bbx .gflofo_swi .gflofo_swi_box .left {
  width: 36.36%;
  height: 100%;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .gflofo .box .bbx .gflofo_swi .gflofo_swi_box .left {
    padding-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .gflofo .box .bbx .gflofo_swi .gflofo_swi_box .left {
    width: 100%;
  }
}
.gflofo .box .bbx .gflofo_swi .gflofo_swi_box .left .txt {
  margin-bottom: 1.4rem;
}
@media (max-width: 991px) {
  .gflofo .box .bbx .gflofo_swi .gflofo_swi_box .left .txt {
    margin-bottom: 0.8rem;
  }
}
.gflofo .box .bbx .gflofo_swi .gflofo_swi_box .left .txt h3 {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.1rem;
}
.gflofo .box .bbx .gflofo_swi .gflofo_swi_box .left .txt p {
  color: #666;
}
.gflofo .box .bbx .gflofo_swi .gflofo_swi_box .left .num {
  color: #0568fd;
}
@media (max-width: 767px) {
  .gflofo .box .bbx .gflofo_swi .gflofo_swi_box .left .num {
    display: none;
  }
}
.gflofo .box .bbx .gflofo_swi .gflofo_swi_box .right {
  width: 57.91%;
}
@media (max-width: 767px) {
  .gflofo .box .bbx .gflofo_swi .gflofo_swi_box .right {
    width: 100%;
  }
}
.gflofi {
  padding-top: 0.45rem;
}
@media (max-width: 767px) {
  .gflofi {
    padding-top: 1.2rem;
  }
}
.gflofi .h_nl2 {
  position: relative;
  z-index: 10;
  padding: 0.45rem 0 0;
}
@media (max-width: 767px) {
  .gflofi .h_nl2 {
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
}
.gflofi .h_nl2 .h_nl_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gflofi .h_nl2 .h_nl_box {
    flex-direction: column;
  }
}
.gflofi .h_nl2 .h_nl_box .left {
  width: 18.57%;
}
@media (max-width: 1260px) {
  .gflofi .h_nl2 .h_nl_box .left {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .gflofi .h_nl2 .h_nl_box .left {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .gflofi .h_nl2 .h_nl_box .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.gflofi .h_nl2 .h_nl_box .left .l_box {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .gflofi .h_nl2 .h_nl_box .left .l_box {
    padding: 0;
  }
}
.gflofi .h_nl2 .h_nl_box .left .l_box ul {
  height: 550px;
  overflow: auto;
}
@media (max-width: 1580px) {
  .gflofi .h_nl2 .h_nl_box .left .l_box ul {
    height: 460px;
  }
}
@media (max-width: 1260px) {
  .gflofi .h_nl2 .h_nl_box .left .l_box ul {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .gflofi .h_nl2 .h_nl_box .left .l_box ul {
    height: auto;
    margin-bottom: 0.3rem;
  }
}
.gflofi .h_nl2 .h_nl_box .left .l_box ul::-webkit-scrollbar {
  width: 3px;
}
.gflofi .h_nl2 .h_nl_box .left .l_box ul:-webkit-scrollbar-track {
  background: #e0ebfb;
  border-radius: 2px;
}
.gflofi .h_nl2 .h_nl_box .left .l_box ul::-webkit-scrollbar-thumb {
  background: #298eff;
  border-radius: 25px;
}
.gflofi .h_nl2 .h_nl_box .left .l_box ul::-webkit-scrollbar-corner {
  background: #298eff;
}
.gflofi .h_nl2 .h_nl_box .left .l_box ul li {
  cursor: pointer;
  margin-bottom: 0.13rem;
  height: 0.64rem;
  position: relative;
}
@media (max-width: 767px) {
  .gflofi .h_nl2 .h_nl_box .left .l_box ul li {
    margin-bottom: 4px;
  }
}
.gflofi .h_nl2 .h_nl_box .left .l_box ul li.on .imgyr {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}
.gflofi .h_nl2 .h_nl_box .left .l_box ul li.on .txt p {
  color: #1673ff;
  transition: all 0.4s;
}
.gflofi .h_nl2 .h_nl_box .left .l_box ul li .imgyr {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.9);
}
@media (max-width: 1260px) {
  .gflofi .h_nl2 .h_nl_box .left .l_box ul li .imgyr {
    width: 90%;
  }
}
.gflofi .h_nl2 .h_nl_box .left .l_box ul li .txt {
  position: relative;
  z-index: 10;
  padding-left: 0.32rem;
  height: 0.64rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  .gflofi .h_nl2 .h_nl_box .left .l_box ul li .txt {
    padding-left: 0.15rem;
  }
}
.gflofi .h_nl2 .h_nl_box .left .l_box ul li .txt img {
  width: 16px;
  height: auto;
  margin-right: 10px;
}
.gflofi .h_nl2 .h_nl_box .left .l_box ul li .txt p {
  font-weight: bold;
}
.gflofi .h_nl2 .h_nl_box .left .h_nl_la .public-btn {
  width: 100%;
  justify-content: space-between;
}
.gflofi .h_nl2 .h_nl_box .right {
  width: 77.42%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .gflofi .h_nl2 .h_nl_box .right {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .gflofi .h_nl2 .h_nl_box .right {
    width: 100%;
  }
}
.gflofi .h_nl2 .h_nl_box .right .item {
  background: #c9dfff;
  position: relative;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 100%;
  top: 0.5rem;
  border-radius: 26px;
  z-index: 10;
  overflow: hidden;
  transform: scale(0.9);
}
.gflofi .h_nl2 .h_nl_box .right .item.on {
  position: relative;
  opacity: 1;
  z-index: 20;
  top: 0;
  transform: scale(1);
  transition: all 0.4s;
}
.gflofi .h_nl2 .h_nl_box .right .item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
}
.gflofi .h_nl2 .h_nl_box .right .item .txt {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.gflofi .h_nl2 .h_nl_box .right .item .txt .g_t {
  margin-bottom: 0.3rem;
  padding: 0.5rem 0.16rem 0 0.73rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .gflofi .h_nl2 .h_nl_box .right .item .txt .g_t {
    padding: 0.6rem 0.73rem 0;
  }
}
@media (max-width: 991px) {
  .gflofi .h_nl2 .h_nl_box .right .item .txt .g_t {
    padding: 0.4rem 0.4rem 0;
    margin-bottom: 0.5rem;
    flex-direction: column;
  }
}
.gflofi .h_nl2 .h_nl_box .right .item .txt .g_t .g_tp {
  padding-top: 0.7rem;
  margin-bottom: 0.36rem;
  width: 28.1%;
}
@media (max-width: 991px) {
  .gflofi .h_nl2 .h_nl_box .right .item .txt .g_t .g_tp {
    width: 100%;
  }
}
.gflofi .h_nl2 .h_nl_box .right .item .txt .g_t .g_tp h3 {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.gflofi .h_nl2 .h_nl_box .right .item .txt .g_t .g_tp p {
  color: #666;
}
.gflofi .h_nl2 .h_nl_box .right .item .txt .g_t .rimg {
  width: 63.9%;
}
@media (max-width: 991px) {
  .gflofi .h_nl2 .h_nl_box .right .item .txt .g_t .rimg {
    width: 100%;
  }
}
.gflofi .h_nl2 .h_nl_box .right .item .txt .b_ico {
  padding: 0 0.3rem 0.44rem;
  display: flex;
}
@media (max-width: 991px) {
  .gflofi .h_nl2 .h_nl_box .right .item .txt .b_ico {
    flex-wrap: wrap;
    padding: 0 0.2rem 0.3rem;
  }
}
.gflofi .h_nl2 .h_nl_box .right .item .txt .b_ico .list {
  width: calc(100% / 6);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .gflofi .h_nl2 .h_nl_box .right .item .txt .b_ico .list {
    width: calc(100% / 3);
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .gflofi .h_nl2 .h_nl_box .right .item .txt .b_ico .list {
    border: none;
  }
}
.gflofi .h_nl2 .h_nl_box .right .item .txt .b_ico .list:last-child {
  border: none;
}
.gflofi .h_nl2 .h_nl_box .right .item .txt .b_ico .list img {
  width: 0.3rem;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .gflofi .h_nl2 .h_nl_box .right .item .txt .b_ico .list img {
    width: 0.4rem;
  }
}
.gflofi .h_nl2 .h_nl_box .right .item .txt .b_ico .list p {
  line-height: 1.25;
}
.gflosi {
  padding-top: 1rem;
  position: relative;
}
.gflosi .imgg {
  position: absolute;
  width: auto;
  height: auto;
  top: 2.6rem;
  pointer-events: none;
}
.gflosi .box {
  margin-top: 0.4rem;
  display: flex;
}
@media (max-width: 991px) {
  .gflosi .box {
    flex-wrap: wrap;
  }
}
.gflosi .box .item {
  width: calc((100% - 0.9rem) / 4);
  background: url(../images/flo9.png) no-repeat;
  background-size: 100% 100%;
  min-height: 3.4rem;
  margin-right: 0.3rem;
  padding: 0.52rem 0.4rem 0.3rem;
  border-radius: 0.26rem;
  transition: all 0.4s;
  top: 0;
  position: relative;
  /* &:nth-child(4n){
				margin-right: 0;
			} */
}
@media (max-width: 991px) {
  .gflosi .box .item {
    width: calc((100% - 0.3rem) / 2);
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .gflosi .box .item {
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: center;
    padding: 0.3rem 0.4rem;
  }
}
@media (max-width: 991px) {
  .gflosi .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
.gflosi .box .item:hover {
  top: -10px;
  box-shadow: 0 0.16rem 0.14rem rgba(0, 54, 134, 0.1);
}
.gflosi .box .item .txt h3 {
  font-weight: bold;
  color: #222;
  margin-bottom: 0.15rem;
}
.gflosi .box .item .txt p {
  color: #666;
}
.gflosv {
  padding: 0.95rem 0 0;
}
.gflosv .container .x-swiper {
  position: relative;
}
.gflosv .container .x-swiper .h_run_swi {
  padding-top: 10px;
  margin-top: 0.3rem;
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr {
  display: block;
  border-radius: 0.28rem;
  background: #fff;
  padding: 0.15rem;
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr:hover {
  top: -0.1rem;
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr:hover .img .public-img img {
  transform: scale(1.05);
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr:hover .img .more {
  opacity: 1;
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr .img {
  border-radius: 0.2rem;
  z-index: 10;
  position: relative;
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr .img .public-img {
  margin-bottom: 0.35rem;
  border-radius: 0.2rem;
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr .img .public-img:before {
  padding-top: 55.85106383%;
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr .img .more {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(59deg, #1673ff 0%, #2bc6ff 100%),
    linear-gradient(#3384ff, #3384ff);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr .img .more p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.06rem;
}
@media (max-width: 1580px) {
  .gflosv .container .x-swiper .h_run_swi .h_run_hr .img .more p {
    font-size: 12px;
  }
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr .img .more svg {
  width: 12px;
  height: auto;
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr .txt {
  padding: 0 0.2rem;
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr .txt .bri {
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  height: 31px;
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr .txt .bri span {
  height: 100%;
  margin-right: 0.1rem;
  border-radius: 100px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .gflosv .container .x-swiper .h_run_swi .h_run_hr .txt .bri span {
    padding: 3px 12px;
  }
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr .txt > p {
  color: #444;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
  margin-bottom: 0.3rem;
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr .txt .b_logo {
  margin-bottom: 0.1rem;
}
.gflosv .container .x-swiper .h_run_swi .h_run_hr .txt .b_logo img {
  height: 0.4rem;
  width: auto;
}
@media (max-width: 767px) {
  .gflosv .container .x-swiper .h_run_swi .h_run_hr .txt .b_logo img {
    height: 0.6rem;
  }
}
.gflosv .container .x-swiper .x-public-prev1 {
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.gflosv .container .x-swiper .x-public-next1 {
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.gflosv .container .x-swiper .x-public-next1 svg {
  transform: rotate(180deg);
}
.gflosv .container .x-but {
  text-align: center;
  padding-top: 0.4rem;
}
.gfloen {
  padding: 0.92rem 0 1.08rem;
}
.gfloen .h_coo_box {
  margin-top: 0.45rem;
  position: relative;
  width: 100%;
}
.gfloen .h_coo_box .bj1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 6.13rem;
  height: 4.22rem;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #eff5fd 20.45%, hsla(0, 0%, 100%, 0));
}
@media (max-width: 1260px) {
  .gfloen .h_coo_box .bj1 {
    width: 4rem;
    height: 3.3rem;
  }
}
@media (max-width: 767px) {
  .gfloen .h_coo_box .bj1 {
    width: 1rem;
  }
}
.gfloen .h_coo_box .bj2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6.13rem;
  height: 4.22rem;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #eff5fd 20.45%, hsla(0, 0%, 100%, 0));
}
@media (max-width: 1260px) {
  .gfloen .h_coo_box .bj2 {
    width: 4rem;
    height: 3.3rem;
  }
}
@media (max-width: 767px) {
  .gfloen .h_coo_box .bj2 {
    width: 1rem;
  }
}
.gfloen .h_coo_box .h_coo_con {
  margin-bottom: 10px;
  height: 80px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.gfloen .h_coo_box .h_coo_con:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gfloen .h_coo_box .h_coo_con {
    margin-bottom: 5px;
  }
}
.gfloen .h_coo_box .h_coo_con .img {
  width: 190px;
  height: 80px;
  display: inline-block;
  border-radius: 0.1rem;
  overflow: hidden;
  margin: 0 6px;
}
@media (max-width: 1260px) {
  .gfloen .h_coo_box .h_coo_con .img {
    width: 1.9rem;
    height: 0.8rem;
  }
}
.too_banner .container .x-le .x-title {
  /* color: #1673ff !important; */
}
.x-banner .container .x-le .x-subtitle {
  margin-bottom: 0.15rem;
}
.too_banner .container .x-ri .public-img {
  transform: translateY(0.82rem);
}
.too {
  padding: 0.95rem 0 0;
}
.too .public-content img {
  width: auto;
  height: auto;
}
.ui-pagination-container {
  height: 34px;
  line-height: 34px;
}
.ui-pagination-container .ui-pagination-page-item {
  font-size: 14px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #c5b7b7;
  color: #888;
  margin: 0 3px;
  text-decoration: none;
}
.ui-pagination-container .ui-pagination-page-item:hover {
  border-color: #568dbd;
  color: #568dbd;
  text-decoration: none;
}
.ui-pagination-container .ui-pagination-page-item.active {
  background: #568dbd;
  border-color: #568dbd;
  color: #fff;
  cursor: default;
}
.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_three_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_three_tit > a {
  color: #999 !important;
  display: block;
  padding-left: 30px;
  line-height: 36px;
}
.nav_three_tit svg {
  width: 6px;
  height: auto;
}
.nav_three_tit svg path {
  fill: #999;
}
.nav_four {
  display: none;
}
.nav_four > a {
  color: #bebebe !important;
  display: block;
  padding-left: 40px;
  line-height: 32px;
}
#c-risk-warning {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 980;
  padding: 40px;
  width: 540px;
  max-width: 100%;
  background-color: #1673ff;
  border-radius: 5px;
  color: #fff;
  line-height: 1.6;
}
#c-risk-warning .c-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat center / 50%;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
#c-risk-warning .c-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}
