@charset "utf-8";
:root {
  --color: #2063c6;
  --vh: 100vh;
}
/*类标签*/
em,
i,
cite {
  font-style: normal;
}
strong,
a {
  text-decoration: none;
}
strong,
a:hover {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
input {
  outline: none;
}
select {
  border-color: #DEDEDE;
}
textarea {
  outline: none;
  resize: none;
}
a,
p,
b,
li {
  text-decoration: none;
}
a {
  color: #333;
}
p {
  margin: 0;
}
a:hover,
button:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
iframe {
  margin-bottom: -5px;
}
select {
  border-color: #DEDEDE;
}
label {
  font-weight: normal;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* 取消focus点击效果 */
/* 字体引用 */
@font-face {
  font-family: 'oe-b';
  src: url(../font/OPPOSANS-H.TTF);
}
@font-face {
  font-family: 'cha';
  src: url(../font/CHAVAREGULAR.TTF);
}
/* @font-face{
	font-family: 'int-r';
	src: url(../font/Inter-Regular.ttf);
}
@font-face{
	font-family: 'int-l';
	src: url(../font/Inter-Light.ttf);
}
@font-face{
	font-family: 'int-b';
	src: url(../font/Inter-Bold.ttf);
} */
.font-b {
  font-family: 'oe-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-num {
  font-family: 'cha', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.pub_tc {
  text-align: center;
}
*::after,
*::before {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/* 滚动条 */
.srco::-webkit-scrollbar {
  width: 3px;
}
.srco::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 2px;
}
.srco::-webkit-scrollbar-thumb {
  background: #2063c6;
  border-radius: 25px;
}
.srco::-webkit-scrollbar-corner {
  background: #2063c6;
}
* {
  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: #2063c6;
}
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: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
svg path {
  stroke: none;
}
svg .cls-1 {
  stroke: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
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: 100%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container {
    width: 73%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
@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;
  }
}
.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: #2063c6;
}
.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.14rem;
  min-width: 1rem;
  height: 0.4rem;
  border: 1px solid #2063c6;
  color: #2063c6;
}
.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;
}
#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: #2063c6;
}
#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: #2063c6;
}
#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: #2063c6;
}
#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: #2063c6;
  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: #2063c6;
}
#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: #2063c6 !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: #2063c6;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(var(--vh) - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 1260px) {
  #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: #2063c6 !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: #2063c6;
  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: #2063c6;
}
#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: #2063c6;
  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: var(--vh);
  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: #2063c6;
}
#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: #2063c6;
}
#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: #2063c6;
}
#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: #2063c6;
}
@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: #2063c6;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/* 自己的公共样式 */
/*过渡*/
.img_hover img {
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -webkit-transition: all 0.8s;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s;
  /* Opera */
}
.pro_show_js_con * {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/*延迟*/
.sy_t_box:nth-child(2),
.xinw_nr_box:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(3),
.xinw_nr_box:nth-child(3) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(4),
.xinw_nr_box:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(5) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
}
.team_box:hover {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wow_up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* 普通移入效果 */
.mov_08 {
  transition: all 0.4s;
}
.mov_08:hover {
  opacity: 0.8;
}
/* 粘性布局调整 */
.sticky_top {
  top: 0 !important;
}
@media screen and (max-width: 1440px) {
  .sticky_top {
    top: 60px;
  }
}
/* 移入图片切换 */
.img_qh .img2 {
  display: none;
}
.img_qh:hover .img1 {
  display: none;
}
.img_qh:hover .img2 {
  display: block;
}
/* pc和移动端的隐藏显示 */
.xs,
.xs2 {
  display: block;
}
.yc,
.yc2 {
  display: none;
}
@media (max-width: 767px) {
  .xs,
  .xs2 {
    display: none;
  }
  .yc,
  .yc2 {
    display: block;
  }
}
.g_xs {
  display: block;
}
.g_yc {
  display: none;
}
@media (max-width: 767px) {
  .g_xs {
    display: none;
  }
  .g_yc {
    display: block;
  }
}
/* 图片移入效果 */
.img_hover:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
}
/* banner中间小图标 */
.banner_sb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: 18px;
  height: auto;
  z-index: 100;
  object-fit: contain;
  animation: moveh 3s infinite linear;
  -webkit-animation: moveh 3s infinite linear;
}
@keyframes moveh {
  0% {
    bottom: 0.5rem;
  }
  50% {
    bottom: 0.3rem;
  }
  100% {
    bottom: 0.5rem;
  }
}
/* 子页面分隔 */
.gw {
  height: 100px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1440px) {
  .gw {
    height: 60px;
  }
}
.ceshi {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 50px;
  }
  .font56 {
    font-size: 52px;
  }
  .font60,
  .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font80 {
    font-size: 0.48rem;
  }
}
/*延迟*/
.yanchi1 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  /* Safari 和 Chrome */
}
.yanchi2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.yanchi3 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.yanchi4 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.yanchi5 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi6 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.yanchi7 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.yanchi8 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi9 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.yanchi10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.yanchi11 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.yanchi12 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.yanchi13 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi14 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi15 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi16 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.yanchi17 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.yanchi18 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi19 {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
.yanchi20 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
/* 缓动效果 */
@-webkit-keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp200 {
  -webkit-animation-name: slideInUp200;
  animation-name: slideInUp200;
}
@-webkit-keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp100 {
  -webkit-animation-name: slideInUp100;
  animation-name: slideInUp100;
}
@-webkit-keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp50 {
  -webkit-animation-name: slideInUp50;
  animation-name: slideInUp50;
}
@-webkit-keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp40 {
  -webkit-animation-name: slideInUp40;
  animation-name: slideInUp40;
}
@-webkit-keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp30 {
  -webkit-animation-name: slideInUp30;
  animation-name: slideInUp30;
}
@-webkit-keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp20 {
  -webkit-animation-name: slideInUp20;
  animation-name: slideInUp20;
}
@keyframes fadeInDown20 {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown20 {
  animation-name: fadeInDown20;
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.ptb110 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ptb90 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ptb60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .ptb120 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ptb110 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .ptb100 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb90 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb80 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
/* 导航设置 */
/* 默认导航栏颜色 */
/* 默认字体颜色 */
/* 默认svg颜色 */
/* 移入导航栏颜色 */
/* 移入导航栏字体和svg颜色 */
/* 移入文字字体和svg颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
/* 导航 */
nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
nav.show_nav {
  background: none;
}
nav.show_nav .nav_top {
  background: none;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_top {
    background: #0066cc;
  }
}
@media (max-width: 1260px) {
  nav.show_nav .xs {
    display: block;
  }
}
@media (max-width: 1260px) {
  nav.show_nav .yc {
    display: none;
  }
}
@media (max-width: 1260px) {
  nav.show_nav svg path {
    fill: #333 !important;
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn {
  border-color: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn {
    border-color: #2063c6;
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p {
  color: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p {
    color: #2063c6;
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #fff;
}
nav.nav_on,
nav.nav_on2 {
  border: none;
}
nav.nav_on .nav_top,
nav.nav_on2 .nav_top {
  background: #2063c6;
}
nav.nav_on .nav_ljbox .nav_l_box .logo .xs,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .xs {
  display: block;
}
nav.nav_on .nav_ljbox .nav_l_box .logo .yc,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .yc {
  display: none;
}
nav.nav_on .nav_ljbox .nav_l_box .logo svg path,
nav.nav_on2 .nav_ljbox .nav_l_box .logo svg path {
  fill: #2063c6 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn {
  border-color: #2063c6;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p {
  color: #2063c6;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #333;
}
@media (max-width: 1260px) {
  nav.nav_on #g-header .c-switch i,
  nav.nav_on2 #g-header .c-switch i {
    background: #333;
  }
}
nav .nav_i {
  position: absolute;
  height: 410px;
  background: #fff;
  width: 100%;
  top: 100%;
  border-top: 1px solid #efefef;
  display: none;
}
@media (max-width: 1580px) {
  nav .nav_i {
    height: 330px !important;
  }
}
nav .nav_top {
  transition: all 0.4s;
  background: #2063c6;
  height: 40px;
}
nav .nav_top .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav .nav_top .container a {
  color: #fff;
  margin-left: 0.4rem;
}
nav .nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 90px;
  padding-left: calc((100% - 1400px)/2);
  margin: auto;
  /* logo */
  /* 导航右侧 */
}
@media (max-width: 1580px) {
  nav .nav_ljbox {
    padding-left: 8%;
  }
}
@media screen and (max-width: 1440px) {
  nav .nav_ljbox {
    height: 60px;
  }
}
@media (max-width: 1260px) {
  nav .nav_ljbox {
    padding: 0;
    width: 90%;
  }
}
nav .nav_ljbox .nav_l_box .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
nav .nav_ljbox .nav_l_box .logo .xs {
  display: none;
}
nav .nav_ljbox .nav_l_box .logo .yc {
  display: block;
}
nav .nav_ljbox .nav_l_box .logo img,
nav .nav_ljbox .nav_l_box .logo svg {
  width: 1.44rem;
  height: auto;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo img,
  nav .nav_ljbox .nav_l_box .logo svg {
    width: 2rem;
  }
}
nav .nav_ljbox .nav_l_box .logo img path,
nav .nav_ljbox .nav_l_box .logo svg path,
nav .nav_ljbox .nav_l_box .logo img polygon,
nav .nav_ljbox .nav_l_box .logo svg polygon {
  fill: #fff;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_l_box .logo img path,
  nav .nav_ljbox .nav_l_box .logo svg path,
  nav .nav_ljbox .nav_l_box .logo img polygon,
  nav .nav_ljbox .nav_l_box .logo svg polygon {
    fill: #2063c6;
  }
}
nav .nav_ljbox .nav_l_box .logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
@media (max-width: 1580px) {
  nav .nav_ljbox .nav_l_box .logo p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
}
nav .nav_ljbox .nav_r_box {
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box {
    display: flex;
  }
}
nav .nav_ljbox .nav_r_box .nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  /* 导航右边内容 */
}
nav .nav_ljbox .nav_r_box .nav_r .nav {
  height: 100%;
  width: 56vw;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav.on {
  padding-right: 0;
}
nav .nav_ljbox .nav_r_box .nav_r .nav.on > ul > li {
  width: 1.8rem;
}
nav .nav_ljbox .nav_r_box .nav_r .nav.on > ul > li .abo_nav {
  width: 1.8rem;
  height: 410px !important;
}
@media (max-width: 1580px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav.on > ul > li .abo_nav {
    height: 330px !important;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav.on > ul > li > a > p::after {
  background: #fff;
  width: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .nav.on > ul > li > a svg {
  transform: rotate(180deg);
}
nav .nav_ljbox .nav_r_box .nav_r .nav.on > ul > li > a svg path {
  fill: #2063c6 !important;
}
nav .nav_ljbox .nav_r_box .nav_r .nav.on > ul > li > a .xs {
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .nav.on > ul > li > a .yc {
  display: block;
}
nav .nav_ljbox .nav_r_box .nav_r .nav.on > ul > li > a .img1 {
  display: none !important;
}
nav .nav_ljbox .nav_r_box .nav_r .nav.on > ul > li > a .img2 {
  display: block !important;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li {
  transition: all 0.4s;
  height: 100%;
  width: 1.1rem;
  position: relative;
}
@media (max-width: 1580px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li {
    width: 1.3rem;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on2 {
  position: relative;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a {
  color: #fff;
  /* padding: 0 0.33rem; */
  height: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1580px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a {
    /* margin: 0 0.1rem; */
    color: #333;
  }
}
@media (max-width: 991px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a {
    font-size: 12px;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a > svg {
  transition: all 0.4s;
  width: 9px;
  height: auto;
  position: absolute;
  right: -16px;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a > svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a .img2 {
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a > p {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a > p::after {
  content: '';
  position: absolute;
  top: 0.22rem;
  width: 0;
  height: 2px;
  left: 50%;
  background: #2063c6;
  transform: translateX(-50%);
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover .abo_nav,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on .abo_nav {
  background: #3656a4;
  width: 1.8rem;
  height: 410px !important;
}
@media (max-width: 1580px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover .abo_nav,
  nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on .abo_nav {
    height: 330px !important;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover .abo_nav .abo_nav_twot a,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on .abo_nav .abo_nav_twot a {
  color: #fff !important;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover .abo_nav .abo_nav_three,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on .abo_nav .abo_nav_three {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover .abo_nav .abo_nav_three a,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on .abo_nav .abo_nav_three a {
  color: rgba(255, 255, 255, 0.5);
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a {
  background: #3656a4;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a > p,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a > p {
  color: #fff !important;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a > p::after,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a > p::after {
  background: #fff;
  width: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a svg,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a svg {
  transform: rotate(180deg);
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a svg path,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a svg path {
  fill: #2063c6 !important;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a .xs,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a .xs {
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a .yc,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a .yc {
  display: block;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a .img1,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a .img1 {
  display: none !important;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a .img2,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a .img2 {
  display: block !important;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr {
  flex-shrink: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box {
  height: 100%;
  display: flex;
  align-items: center;
  /* 语言 */
  /* 搜索 */
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl {
  margin: 0 0.43rem 0 0.73rem;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan {
  padding: 0 0.41rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan > svg {
  width: 0.24rem;
  height: auto;
  margin-right: 0.11rem;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan > svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box svg {
  margin-left: 0.21rem;
  flex-shrink: 0;
  width: 7px;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box svg path {
  fill: #fff;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_sel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box {
  width: 100%;
  height: 100%;
  padding: 0.05rem 0.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a {
  margin: 3px 0;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: #2063c6;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search .nav_search_box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2063c6;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 1440px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search .nav_search_box {
    width: 60px;
    height: 60px;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search .nav_search_box svg {
  width: 0.24rem;
  height: auto;
}
@media (max-width: 991px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search .nav_search_box svg {
    width: 0.3rem;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_search .nav_search_box svg path {
  fill: #fff !important;
}
.abo_nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: all 0.4s;
  width: 1.1rem;
  height: 0;
  overflow: hidden;
  padding: 0.1rem 0.2rem 0;
}
.abo_nav .abo_nav_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.abo_nav .abo_nav_box .abo_nav_two {
  text-align: center;
  width: 100%;
}
.abo_nav .abo_nav_box .abo_nav_two:first-child .abo_nav_three {
  display: block;
}
.abo_nav .abo_nav_box .abo_nav_two .abo_nav_twot {
  padding: 0.11rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abo_nav .abo_nav_box .abo_nav_two .abo_nav_twot.on .g_qh .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.abo_nav .abo_nav_box .abo_nav_two .abo_nav_twot > a {
  position: relative;
  max-width: calc(100% - 8px - 0.15rem);
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  -webkit-transition: all 0.6s;
}
@media (max-width: 1580px) {
  .abo_nav .abo_nav_box .abo_nav_two .abo_nav_twot > a {
    font-size: 14px;
  }
}
.abo_nav .abo_nav_box .abo_nav_two .abo_nav_twot > a:hover {
  opacity: 0.8;
}
.abo_nav .abo_nav_box .abo_nav_two .abo_nav_twot .g_qh {
  flex-shrink: 0;
  margin-left: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 8px;
  height: 8px;
  display: none;
}
.abo_nav .abo_nav_box .abo_nav_two .abo_nav_twot .g_qh i {
  width: 8px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .abo_nav .abo_nav_box .abo_nav_two .abo_nav_twot .g_qh i {
    width: 6px;
    height: 1px;
  }
}
.abo_nav .abo_nav_box .abo_nav_two .abo_nav_twot .g_qh .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.abo_nav .abo_nav_box .abo_nav_two .abo_nav_three {
  display: none;
  /* padding-bottom: 0.15rem;
				margin-bottom: 0.15rem;
				border-bottom: 1px solid #ccc; */
}
.abo_nav .abo_nav_box .abo_nav_two .abo_nav_three a {
  padding: 0.06rem 0;
  line-height: 1.1;
  display: block;
  color: #cccccc;
  transition: all 0.4s;
}
.abo_nav .abo_nav_box .abo_nav_two .abo_nav_three a:hover {
  color: #fff !important;
}
/* 导航各种效果 */
.nav1_none {
  top: -122px !important;
}
.nav2_none {
  top: 122px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -100px !important;
  }
  .nav2_none {
    top: 100px !important;
  }
}
.show_nav {
  background: #fff !important;
}
.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 !important;
}
.show_nav .nav_login {
  color: #333 !important;
}
.show_nav .xs {
  display: block !important;
}
.show_nav .yc {
  display: none !important;
}
.show_nav svg path {
  fill: #333 !important;
}
.show_nav .nav_ljbox .nav_r_box .nav_rr .nav_lan .nav_lan_box p {
  color: #333 !important;
}
.show_nav .nav_ljbox .nav_r_box .nav_rr {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.show_nav .nav_ljbox .nav_l_box .logo svg path {
  fill: #2063c6 !important;
}
.nav_on {
  background: #fff !important;
}
.nav_on .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on .nav > ul > li > a > .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 !important;
}
.nav_on .nav_login {
  color: #333 !important;
}
.nav_on .nav > ul > li > a > p {
  color: #333 !important;
}
.nav_on svg path {
  fill: #333 !important;
}
.nav_on .nav_ljbox .nav_r_box .nav_rr .nav_lan .nav_lan_box p {
  color: #333;
}
.nav_on .nav_ljbox .nav_r_box .nav_rr {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.nav_on2 {
  background: #fff !important;
}
.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 !important;
}
.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 !important;
}
.nav_on2 svg path {
  fill: #333 !important;
}
.nav_on2 .nav_ljbox .nav_r_box .nav_rr .nav_lan .nav_lan_box p {
  color: #333 !important;
}
.nav_on2 .nav_ljbox .nav_r_box .nav_rr {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
/* 下拉导航 */
.pro_nav2 {
  position: absolute;
  top: 100%;
  border-top: 1px solid #efefef;
  left: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 6px 29px rgba(211, 211, 211, 0.08);
  padding: 10px 0;
  display: none;
  padding: 0.23rem 1.82rem 0.11rem 4.6rem;
  width: 100%;
}
.pro_nav2 .pro_nav2_nr {
  width: 100%;
  height: 100%;
  display: flex;
}
.pro_nav2 > a {
  min-height: 0.6rem;
  padding: 0.07rem 0.2rem 0.07rem 0.3rem;
  text-align: left;
  display: flex;
  align-items: center;
  margin: 5px 10px;
  border-radius: 0.15rem;
  -webkit-transition: all 0.6s;
}
.pro_nav2 > a:hover {
  background: #fff;
}
.pro_nav2 .pro_nav_itme {
  display: flex;
  flex-direction: column;
  padding-right: 0.2rem;
  /* justify-content: center; */
  width: 20%;
}
.pro_nav2 .pro_nav_itme .pro_nav2_tit {
  margin-bottom: 0.18rem;
}
.pro_nav2 .pro_nav_itme .pro_nav2_tit a {
  /* font-weight: bold; */
}
.pro_nav2 .pro_nav_itme .pro_nav3 .pro_nav3_box {
  margin-bottom: 0.22rem;
}
.pro_nav2 .pro_nav_itme .pro_nav3 .pro_nav3_box.on .pro_nav3_tit .g_qh .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.pro_nav2 .pro_nav_itme .pro_nav3 .pro_nav3_box > a {
  color: #666;
}
.pro_nav2 .pro_nav_itme .pro_nav3 .pro_nav3_box .pro_nav3_tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.05rem;
}
.pro_nav2 .pro_nav_itme .pro_nav3 .pro_nav3_box .pro_nav3_tit p,
.pro_nav2 .pro_nav_itme .pro_nav3 .pro_nav3_box .pro_nav3_tit a {
  cursor: pointer;
  color: #666;
}
.pro_nav2 .pro_nav_itme .pro_nav3 .pro_nav3_box .pro_nav3_tit .g_qh {
  margin-left: 0.1rem;
  margin-bottom: 0.03rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 12px;
  height: 12px;
}
.pro_nav2 .pro_nav_itme .pro_nav3 .pro_nav3_box .pro_nav3_tit .g_qh i {
  width: 12px;
  height: 2px;
  background: #8b8b8b;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .pro_nav2 .pro_nav_itme .pro_nav3 .pro_nav3_box .pro_nav3_tit .g_qh i {
    width: 6px;
    height: 1px;
  }
}
.pro_nav2 .pro_nav_itme .pro_nav3 .pro_nav3_box .pro_nav3_tit .g_qh .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.pro_nav2 .pro_nav_itme .pro_nav3 .pro_nav3_box .pro_nav3_a {
  display: none;
  /* transition: all 0.4s; */
}
.pro_nav2 .pro_nav_itme .pro_nav3 .pro_nav3_box .pro_nav3_a a {
  display: block;
  transition: all 0.4s;
  color: #2063c6;
  margin-bottom: 0.05rem;
}
.pro_nav2 .pro_nav_itme .pro_nav3 .pro_nav3_box .pro_nav3_a a:hover {
  font-weight: bold;
  text-decoration: underline;
}
/* .pro_nav3{
	display: none;
	position: absolute;
	width: 100%;
	height: calc(100vh);
	top: calc(100% + 1px);
	left: 0;
	background: #fff;
	.pro_nav3_tnav{
		height: 80px;
		background: #f8fafb;
		@media @max-lg{
			behavior: 60px;
		}
		.container2{
			position: relative;
			height: 100%;
			.g_del{
				cursor: pointer;
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				right: -1.04rem;
				svg{
					width: 14px;
					height: auto;
					path{
						fill: #666666;
					}
				}
			}
			.g_tBox{
				height: 100%;
				display: flex;
				.item{
					cursor: pointer;
					margin-right: 0.58rem;
					display: flex;
					align-items: center;
					position: relative;
					&.on{
						&::after{
							opacity: 1;
						}
						p{
							color: @color1;
						}
					}
					&::after{
						content: '';
						position: absolute;
						width: 100%;
						height: 1px;
						background: @color1;
						display: block;
						bottom: 0;
						left: 0;
						opacity: 0;
						transition: all 0.4s; 
					}
					svg{
						width: 20px;
						margin-right: 0.08rem;
						height: auto;
						path{
							fill: @color1 !important;
						}
					}
				}
			}
		}
	}
	.pro_nav3_box{
		height: calc(100% - 80px - 80px);
		.conItem{
			
		}
		.conItem_tw{
			padding: 0.4rem 0;
			display: flex;
			flex-wrap: wrap;
			.item{
				margin: 0 0.3rem 0.3rem 0;
				width: calc((100% - 0.9rem)/4);
				&:nth-child(4n){
					margin-right: 0;
				}
				&:hover{
					.public-img{
						img{
							transform: scale(1.05);
						}
					}
					.txt{
						h4{
							color: @color1;
						}
					}
				}
				.public-img{
					margin-bottom: 0.2rem;
					border-radius: 0.1rem;
					&:before{
						.bfb(padding-top,181,315)
					}
				}
				.txt{
					h4{
						overflow: hidden;
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 2;
						height: 3em;
						transition: all 0.4s;
					}
				}
			}
		}
		.boxItem{
			display: flex;
			flex-wrap: wrap;
			height: 100%;
			overflow: auto;
			li{
				border-bottom: 1px solid #f1f1f1;
				padding: 0.36rem 0.1rem 0.3rem 0;
				width: calc(100%/6);
				.g_tit{
					margin-bottom: 0.18rem;
				}
				.g_nr{
					.nav_pro{
						display: flex;
						justify-content: flex-start;
						align-items: flex-end;
						margin-bottom: 0.1rem;
						.img{
							flex-shrink: 0;
							width: 60px;
							height: 60px;
							display: flex;
							align-items: center;
							justify-content: center;
							padding: 5px;
							background: #f8fafb;
							border-radius: 0.05rem;
							border: 1px solid #eee;
							margin-right: 0.15rem;
							img{
								width: auto;
								height: auto;
								max-height: 100%;
								max-width: 100%;
								object-fit: contain;
							}
						}
						.txt{
							width: calc(100% - 60px);
							.txt_h4{
								display: flex;
								align-items: center;
								h4{
									overflow: hidden;
									white-space: nowrap;
									text-overflow:ellipsis;
									max-width: 100%;
									margin-right: 0.08rem;
								}
								span{
									font-size: 12px;
									color: @color1;
									border: 1px solid @color1;
									border-radius: 10px;
									padding: 0 4px;
									text-transform: uppercase;
									flex-shrink: 0;
								}
							}
							p{
								color: #999;
								font-size: 12px;
							}
						}
					}
				}
			}
		}
	}
	.pro_nav3_all{
		cursor: pointer;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		border-top: 1px solid #ddd;
		svg{
			margin-left: 0.1rem;
			path{
				fill: #e0e0e0 !important;
			}
		}
	}
} */
/* 移动端导航 */
#g-header {
  display: none;
}
@media (max-width: 1260px) {
  #g-header {
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
  }
}
#g-header .c-nav2 {
  position: absolute;
  right: -100%;
  left: auto;
  width: 100%;
  top: 100px;
  height: calc(var(--vh) - 100px);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.8s;
  text-align: left;
}
@media (max-width: 1260px) {
  #g-header .c-nav2 {
    height: calc(var(--vh) - 60px);
    top: 60px;
  }
}
#g-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#g-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  #g-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#g-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#g-header .c-nav2 li .c-title-box img,
#g-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: auto;
  transition: all 0.3s;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
@media (max-width: 1260px) {
  #g-header .c-nav2 li .c-title-box img,
  #g-header .c-nav2 li .c-title-box svg {
    width: 12px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #g-header .c-nav2 li .c-title-box img,
  #g-header .c-nav2 li .c-title-box svg {
    width: 9px;
  }
}
#g-header .c-nav2 li .c-title-box img path,
#g-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#g-header .c-nav2 li .c-title-box.on img,
#g-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#g-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
#g-header .c-nav2 li a i {
  font-size: 20px;
}
#g-header .c-nav2 li a:hover,
#g-header .c-nav2 li.on > a {
  color: #2063c6;
}
#g-header .c-nav2 li ul {
  display: none;
}
#g-header .c-nav2 .language {
  display: flex;
  border-top: 1px solid #fff;
  padding: 0.2rem 0.5rem;
}
#g-header .c-nav2 .language a {
  color: #333;
  margin-right: 0.2rem;
}
#g-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #g-header .c-switch {
    display: block;
  }
}
#g-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  #g-header .c-switch i {
    background: #333;
  }
}
#g-header .c-switch i:nth-child(1) {
  top: 0;
}
#g-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#g-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#g-header .c-switch i .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
.c-open #g-header .c-nav2 {
  right: 0;
}
.c-open #g-header .c-nav2 .c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
  padding-bottom: 0.25rem;
}
.c-open #g-header .c-nav2 .c-title-con > a {
  color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
.c-open #g-header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open #g-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open #g-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* banner */
@media (max-width: 1260px) {
  .h_banner {
    margin-top: 60px;
    height: calc(var(--vh) - 60px);
  }
}
.h_banner .h_banner_swi {
  cursor: initial !important;
}
@media (max-width: 1260px) {
  .h_banner .h_banner_swi {
    height: 100%;
  }
}
.h_banner .swiper-slide {
  overflow: hidden;
}
.h_banner .h_b_box {
  position: relative;
  width: 100%;
  height: var(--vh);
}
@media (max-width: 1260px) {
  .h_banner .h_b_box {
    height: calc(var(--vh) - 60px);
  }
}
@media (max-width: 767px) {
  .h_banner .h_b_box {
    height: 100%;
  }
}
.h_banner .h_b_box .h_b_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.h_banner .h_b_box .h_b_txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0.6rem;
}
.h_banner .h_b_box .h_b_txt .container .txt_t {
  width: 50%;
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p1 {
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p2 {
  margin-top: 0.15rem;
  color: #fff;
}
.h_banner .h_b_box .h_b_txt .container .public-btn {
  margin-top: 0.56rem;
}
.h_banner .home_pag {
  bottom: 0.66rem;
  z-index: 100;
}
.h_banner .home_pag .swiper-pagination-bullet {
  /* min-width: 1.8rem; */
  height: 11px;
  width: 11px;
  color: #fff;
  background: #eee;
  opacity: 1;
  /* padding-top: 0.16rem; */
  position: relative;
  margin: 0 0.1rem;
  /* &::after{
				content: '';
				position: absolute;
				width: 100%;
				height: 3px;
				background: rgba(255,255,255,0.4);
				top: 0;
				left: 0;
				@media @max-xs{
					height: 1px;
				}
			}
			&::before{
				content: '';
				position: absolute;
				width: 0;
				transition: all 0s;
				height: 3px;
				background: #fff;
				top: 0;
				left: 0;
				z-index: 10;
				@media @max-xs{
					height: 1px;
				}
			} */
}
.h_banner .home_pag .swiper-pagination-bullet span {
  opacity: 0.64;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet span {
    font-size: 0.24rem;
  }
}
.h_banner .home_pag .swiper-pagination-bullet-active {
  background: #2063c6;
  /* &::before{
				width: 100%;
				transition: all 5.8s;
			} */
}
.h_banner .home_pag .swiper-pagination-bullet-active span {
  opacity: 1;
}
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h_b_img .img1 {
  z-index: 1;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
}
.h_b_img .img2 {
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.h_b_img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
/* 网站地图 */
.g-mapon {
  padding: 1.1rem 0 3.14rem;
}
.g-mapon .g-tit {
  text-align: center;
}
.g-mapon .g-tit h2 {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .g-mapon .g-tit h2 {
    font-size: 0.48rem;
  }
}
.g-mapon .box {
  background: #fff;
  margin-top: 0.1rem;
}
.g-mapon .box .item {
  display: flex;
  padding: 0.45rem 0 0.3rem;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
@media (max-width: 767px) {
  .g-mapon .box .item {
    flex-direction: column;
  }
}
.g-mapon .box .item a:hover {
  color: #652C0B !important;
}
.g-mapon .box .item .g-la {
  font-weight: bold;
  width: 2.5rem;
  margin-bottom: 0.15rem;
  flex-shrink: 0;
  color: #231815;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-la {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
}
.g-mapon .box .item .g-twa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.g-mapon .box .item .g-twa a {
  min-width: 1.8rem;
  margin-right: 0.2rem;
  margin-bottom: 0.15rem;
  padding-right: 0.2rem;
  color: #000;
}
/* 免责声明 */
.g-pri {
  padding: 1.1rem 0 3rem;
}
.g-pri .box .tit {
  margin-bottom: 0.35rem;
  text-align: center;
}
.g-pri .box .tit h2 {
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.g-pri .box .tit .g-p {
  display: flex;
  justify-content: center;
}
.g-pri .box .tit .g-p p {
  color: #999;
  margin: 0 0.18rem;
}
.g-pri .box .public-content h3 {
  font-size: 24px;
}
.g-pri .box .public-content .p1 {
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .p1:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .p1:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box {
  display: flex;
}
@media (max-width: 767px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box {
    flex-direction: column;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span {
  flex-shrink: 0;
  color: #222;
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul {
  padding: 0;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul li {
  list-style: none;
}
/* 二级 */
/* .nav_two_tit{display: flex;align-items: center;justify-content: space-between;}
.nav_two_tit>a{color: #666 !important;display: block;padding-left: 20px;line-height: 40px;}
.nav_two_tit svg{width: 8px;height: auto;}
.nav_two_tit svg path{fill: #666;}
.nav_three{display: none;}
.nav_three>a{color: #999 !important;display: block;padding-left: 30px;line-height: 36px;} */
/* 开始 */
/* 首页 */
.public-btn {
  background: #2063c6;
  border-radius: 6px;
  height: 0.54rem;
  padding: 0 0.3rem;
  border: none;
  transition: all 0.4s;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1580px) {
  .public-btn {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .public-btn {
    height: 0.8rem;
    padding: 0 0.4rem;
  }
}
.public-btn:hover {
  background: rgba(9, 172, 248, 0.8);
}
.public-btn:hover img,
.public-btn:hover svg {
  left: 5px;
}
.public-btn p {
  color: #fff;
  white-space: nowrap;
}
.public-btn img,
.public-btn svg {
  transition: all 0.4s;
  position: relative;
  left: 0;
  width: 0.15rem;
  height: auto;
  margin-left: 0.18rem;
}
@media (max-width: 767px) {
  .public-btn img,
  .public-btn svg {
    width: 0.22rem;
  }
}
.public-btn img path,
.public-btn svg path {
  fill: #fff;
}
.public-btn2 {
  background: none;
  border: 1px solid #2063c6;
}
.public-btn2:hover {
  background: #2063c6;
}
.public-btn2:hover p {
  color: #fff;
}
.public-btn2:hover img,
.public-btn2:hover svg {
  left: 5px;
}
.public-btn2:hover img path,
.public-btn2:hover svg path {
  fill: #fff;
}
.public-btn2 p {
  color: #2063c6;
}
.public-btn2 img path,
.public-btn2 svg path {
  fill: #2063c6;
}
.public-btn3 {
  background: none;
  border: 1px solid #fff;
}
.public-btn3:hover {
  border-color: #2063c6;
  background: #2063c6;
}
.public-btn3:hover p {
  color: #fff;
}
.public-btn3:hover img,
.public-btn3:hover svg {
  left: 5px;
}
.public-btn3:hover img path,
.public-btn3:hover svg path {
  fill: #fff;
}
.public-btn3 p {
  color: #fff;
}
.public-btn3 img path,
.public-btn3 svg path {
  fill: #fff;
}
.public-btn-new {
  display: flex;
  align-items: center;
}
.public-btn-new p {
  background-image: linear-gradient(90deg, #38eef3 0%, #34a0ff 100%), linear-gradient(#38eef3, #34a0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.public-btn-new p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.04rem;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(to right, #2b99ff, #34a0ff);
  background: linear-gradient(to right, #2b99ff, #34a0ff);
}
.public-btn-new svg {
  width: 9px;
  height: auto;
  margin-left: 0.16rem;
}
@media (max-width: 1260px) {
  .public-btn-new svg {
    width: 6px;
  }
}
.public-btn-new svg path {
  fill: #2b99ff;
}
.pub_title1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pub_title1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .pub_title1 .left {
    margin-bottom: 0.3rem;
  }
}
.pub_title1 .left h2 {
  line-height: 1.25;
  font-weight: bold;
}
.pub_title1 .left h2 span {
  color: #2063c6;
}
.pub_title2 {
  align-items: flex-end;
}
.pub_title2 .left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.pub_title2 .left p {
  color: #fff;
  margin-bottom: 0.16rem;
  position: relative;
}
.pub_title2 .left p::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  width: 4px;
  height: 4px;
  background: #fff;
  display: none;
}
.pub_title2 .left h2 {
  color: #fff;
}
.pub_title2 .left h2 span {
  color: #fff;
}
.pub_title2 .t_tit h2 {
  color: #fff;
  margin-bottom: 0.15rem;
}
.pub_title2 .t_tit p {
  color: #fff;
  line-height: 1.25;
  font-weight: bold;
  /* max-width: 55%; */
}
@media (max-width: 767px) {
  .pub_title2 .t_tit p {
    max-width: 100%;
  }
}
.pub_title2 .t_tit p span {
  color: #2063c6;
}
.pub_title2 .public-btn {
  margin-top: 0.55rem;
}
.jiad {
  display: inline-flex;
  position: relative;
}
.jiad::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  width: 4px;
  height: 4px;
  background: #fff;
}
.homeon {
  overflow: hidden;
  position: relative;
  background: #020412 !important;
  padding: 1.82rem 0 1.74rem;
}
@media (max-width: 767px) {
  .homeon {
    padding: 1.2rem 0 1.5rem;
  }
}
.homeon > .container {
  position: relative;
}
.homeon .home_bjq {
  position: absolute;
  width: 7.7rem;
  height: auto;
  pointer-events: none;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.homeon .pub_title1 {
  align-items: flex-end;
}
.homeon .pub_title1 .left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.homeon .pub_title1 .left p {
  color: #fff;
  margin-bottom: 0.16rem;
  position: relative;
}
.homeon .pub_title1 .left p::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  width: 4px;
  height: 4px;
  background: #fff;
}
.homeon .pub_title1 .left h2 {
  color: #fff;
}
.homeon .pub_title1 .left h2 span {
  color: #fff;
}
.homeon .pub_title1 .right {
  padding-bottom: 0.06rem;
}
.homeon .pub_title1 .right .g_qie {
  display: flex;
}
.homeon .pub_title1 .right .g_qie .pub_nav {
  width: 0.44rem;
  height: 0.44rem;
  position: initial;
  transform: translateY(0%);
  box-shadow: none;
  margin-left: 0.13rem;
  background: none;
  border: 1px solid #fff;
}
.homeon .pub_title1 .right .g_qie .pub_nav:hover {
  border-color: #0052d9;
  background: #0052d9;
}
.homeon .pub_title1 .right .g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.homeon .pub_title1 .right .g_qie .pub_nav svg path {
  fill: #fff;
}
.homeon .box {
  margin-top: 0.5rem;
  padding: 0 calc((100% - 1400px)/2);
}
@media (max-width: 1580px) {
  .homeon .box {
    padding: 0 8%;
  }
}
@media (max-width: 1260px) {
  .homeon .box {
    padding: 0 5%;
  }
}
.homeon .box .boxx {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* cursor: none; */
}
@media (max-width: 767px) {
  .homeon .box .boxx {
    /* cursor: initial; */
  }
}
.homeon .box .boxx .mouse {
  pointer-events: none;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 1.07rem;
  height: 1.07rem;
  border: 1px solid #0051d9;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .homeon .box .boxx .mouse {
    display: none !important;
  }
}
.homeon .box .boxx .mouse svg {
  width: 0.14rem;
  height: auto;
}
.homeon .box .boxx .mouse svg path {
  fill: #2063c6;
}
.homeon .box .boxx .mouse .img1 {
  width: 0.14rem;
  height: auto;
  transform: rotate(180deg);
}
.homeon .box .boxx .mouse .img2 {
  width: 0.14rem;
  height: auto;
  margin: 0 0.16rem;
}
.homeon .box .boxx .swiper-container {
  width: 1400px;
  margin: 0;
  overflow: initial;
}
@media (max-width: 1580px) {
  .homeon .box .boxx .swiper-container {
    width: 84vw;
  }
}
@media (max-width: 1260px) {
  .homeon .box .boxx .swiper-container {
    width: 90vw;
  }
}
.homeon .box .boxx .swiper-container .homeon_box {
  /* border-radius: 0.1rem; */
  border: 2px solid transparent;
  overflow: hidden;
  display: block;
  transition: all 0.4s;
  position: relative;
}
.homeon .box .boxx .swiper-container .homeon_box:hover {
  border: 2px solid #2b77bf;
}
.homeon .box .boxx .swiper-container .homeon_box:hover .txt_box {
  /* .txt{
								background: none;
								.txt_t{
									h3{
										color: #fff;
									}
									p{
										color: #fff;
									}
								}
								.more{
									p{
										color: #fff;
									}
									img,svg{
										opacity: 1;
									}
								}
							} */
}
.homeon .box .boxx .swiper-container .homeon_box:hover .txt_box .txt {
  opacity: 1;
}
.homeon .box .boxx .swiper-container .homeon_box:hover .txt_box .txt_xs {
  opacity: 0;
}
.homeon .box .boxx .swiper-container .homeon_box .public-img:before {
  padding-top: 113.63636364%;
}
.homeon .box .boxx .swiper-container .homeon_box .public-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/menb.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  z-index: 10;
}
.homeon .box .boxx .swiper-container .homeon_box .txt_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
}
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txtbj {
  position: absolute;
  top: 0;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  opacity: 0;
}
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txt_xs {
  transition: all 0.4s;
  padding: 0.4rem;
}
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txt_xs span {
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
  position: relative;
}
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txt_xs span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 16px);
  width: 21px;
  height: 2px;
  background: #fff;
}
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txt_xs h3 {
  margin-top: 0.05rem;
  color: #fff;
}
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txt {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0.4rem;
  /* background: #f6f8fa; */
  transition: all 0.4s;
}
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txt .txt_t {
  margin-bottom: 0.2rem;
}
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txt .txt_t h3 {
  font-weight: bold;
  margin-bottom: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.4s;
  color: #fff;
}
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txt .txt_t p {
  transition: all 0.4s;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txt .more {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txt .more img,
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txt .more svg {
  opacity: 0;
  transition: all 0.4s;
  position: relative;
  left: 0;
  width: 0.15rem;
  height: auto;
  margin-left: 0.18rem;
}
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txt .more img path,
.homeon .box .boxx .swiper-container .homeon_box .txt_box .txt .more svg path {
  fill: #fff;
}
.more {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.more p {
  transition: all 0.4s;
}
.more img,
.more svg {
  opacity: 0;
  transition: all 0.4s;
  position: relative;
  left: 0;
  width: 0.15rem;
  height: auto;
  margin-left: 0.18rem;
}
@media (max-width: 767px) {
  .more img,
  .more svg {
    width: 0.22rem;
  }
}
.more img path,
.more svg path {
  fill: #fff;
  transition: all 0.4s;
}
.homefo {
  background: #020412 !important;
  padding: 1.34rem 0 1.94rem;
}
.homefo .pub_title1 .left h2 {
  color: #fff;
}
.homefo .pub_title1 .right .public-btn {
  border-color: #fff;
}
.homefo .pub_title1 .right .public-btn:hover {
  border-color: #2063c6;
}
.homefo .pub_title1 .right .public-btn p {
  color: #fff;
}
.homefo .pub_title1 .right .public-btn svg path {
  fill: #fff;
}
.homefo .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.homefo .box .item {
  position: relative;
  overflow: hidden;
  /* border: 1px solid #eee; */
  display: flex;
  flex-direction: column;
  margin: 0 0.3rem 0.3rem 0;
  width: calc((100% - 0.9rem)/4);
}
@media (max-width: 1580px) {
}
@media screen and (max-width: 1380px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .homefo .box .item {
    width: 100%;
    margin: 0 0 0.4rem 0;
  }
}
.homefo .box .item:hover {
  /* .txt{
					height: 100%;
					padding-top: 0.6rem;
					.txt_box{
						h3{
							color: @color1;
						}
						p{
							height: 4.5em;
						}
					}
					.more{
						p{
							color: @color1;
						}
						img,svg{
							opacity: 1;
							path{
								fill: @color1;
							}
						}
					}
				} */
}
.homefo .box .item:hover img {
  transform: scale(1.05);
}
.homefo .box .item:nth-child(4n) {
  margin-right: 0;
}
.homefo .box .item .public-img {
  transition: all 0.4s;
  width: 100%;
}
.homefo .box .item .public-img:before {
  padding-top: 68.04123711%;
}
.homefo .box .item .txt {
  /* background: #fff; */
  position: relative;
  z-index: 10;
  transition: all 0.4s;
  padding: 0.25rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1580px) {
  .homefo .box .item .txt {
    height: calc(100% - 3.14rem);
  }
}
@media screen and (max-width: 1380px) {
  .homefo .box .item .txt {
    height: calc(100% - 2.64rem);
  }
}
@media (max-width: 1260px) {
  .homefo .box .item .txt {
    height: calc(100% - 2.14rem);
  }
}
@media (max-width: 991px) {
  .homefo .box .item .txt {
    height: calc(100% - 1.54rem);
  }
}
@media (max-width: 767px) {
  .homefo .box .item .txt {
    height: calc(100% - 3.35rem);
  }
}
.homefo .box .item .txt .txt_box span {
  color: #8f9093;
  font-weight: bold;
}
.homefo .box .item .txt .txt_box h3 {
  margin-bottom: 0.06rem;
  color: #fff;
  transition: all 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
.homefo .box .item .txt .txt_box p {
  font-weight: bold;
  color: #999;
  margin-top: 0.24rem;
  transition: all 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 0;
}
.homefo .box .item .txt .more p {
  font-weight: bold;
  color: #999;
}
.homefi {
  position: relative;
  /* overflow: hidden; */
}
.homefi .homefi_tit {
  position: absolute;
  bottom: calc(100% - 0.1rem);
  left: 8.95833333%;
  width: 3.28rem;
}
@media screen and (max-width: 1460px) {
  .homefi .homefi_tit {
    width: 4rem;
    bottom: calc(100% - 0.15rem);
  }
}
.homefi .homefi_tit p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 1460px) {
  .homefi .homefi_tit p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .homefi .homefi_tit p {
    font-size: 0.28rem;
  }
}
.homefi .homefi_tit svg {
  width: 100%;
  height: 100%;
}
.homefi .box {
  background: #2063c6;
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .homefi .box {
    height: 3rem;
  }
}
.homefi .box .item {
  display: flex;
}
.homefi .box .item .img {
  text-align: center;
  width: 170px;
  height: 80px;
  display: inline-block;
  margin-right: 0.66rem;
}
@media (max-width: 767px) {
  .homefi .box .item .img {
    width: 110px;
    height: 80px;
  }
}
.homefi .box .item .img img {
  height: 100%;
  max-width: 100% !important;
}
.hometw {
  position: relative;
}
.hometw .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hometw .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hometw .box {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 20;
  padding: 1rem 0;
}
.hometw .box .container {
  padding-bottom: 0.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hometw .box .container .boxx {
  display: flex;
  margin-top: 1.88rem;
}
@media (max-width: 767px) {
  .hometw .box .container .boxx {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.hometw .box .container .boxx .public-img {
  width: 16.66666667%;
  overflow: initial;
  transition: all 0.6s;
  /* &:last-child{
						.hometw_ico{
							&::after{
								content: '';
								position: absolute;
								width: 0.08rem;
								height: 0.08rem;
								background: #fff;
								border-radius: 50%;
								right: -0.05rem;
								top: 50%;
								transform: translateY(-50%);
							}
						}
					} */
}
@media (max-width: 767px) {
  .hometw .box .container .boxx .public-img {
    width: 40%;
    margin: 0 0.3rem 0.5rem;
  }
}
.hometw .box .container .boxx .public-img::after {
  content: '';
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), #0147bc);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #0147bc);
  border-radius: 50%;
}
.hometw .box .container .boxx .public-img > i {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
}
.hometw .box .container .boxx .public-img .hometw_ico {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .hometw .box .container .boxx .public-img .hometw_ico {
    padding: 0 0.2rem;
  }
}
.hometw .box .container .boxx .public-img .hometw_ico::before {
  content: '';
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  border-radius: 50%;
  left: -0.04rem;
  top: 50%;
  transform: translateY(-50%);
}
.hometw .box .container .boxx .public-img .hometw_ico::after {
  content: '';
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  border-radius: 50%;
  right: -0.05rem;
  top: 50%;
  transform: translateY(-50%);
}
.hometw .box .container .boxx .public-img .hometw_ico svg,
.hometw .box .container .boxx .public-img .hometw_ico img {
  margin-bottom: 0.2rem;
  width: 0.55rem;
  height: auto;
}
@media (max-width: 767px) {
  .hometw .box .container .boxx .public-img .hometw_ico svg,
  .hometw .box .container .boxx .public-img .hometw_ico img {
    width: 0.8rem;
  }
}
.hometw .box .container .boxx .public-img .hometw_ico svg path,
.hometw .box .container .boxx .public-img .hometw_ico img path,
.hometw .box .container .boxx .public-img .hometw_ico svg circle,
.hometw .box .container .boxx .public-img .hometw_ico img circle {
  fill: #fff;
}
.hometw .box .container .boxx .public-img .hometw_ico p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1580px) {
  .hometw .box .container .boxx .public-img .hometw_ico p {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .hometw .box .container .boxx .public-img .hometw_ico p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hometw .box .container .boxx .public-img .hometw_ico p {
    font-size: 0.28rem;
    padding: 0 0.5rem;
    text-align: center;
  }
}
.hometh {
  width: 100%;
  height: 130vh;
}
.hometh .hometh_box {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.hometh .hometh_box .hometh_ani {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.hometh .hometh_box .hometh_ani .hometh_ani_tit {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 0 5%;
  text-align: center;
}
.hometh .hometh_box .hometh_ani .hometh_ani_tit p {
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 767px) {
  .hometh .hometh_box .hometh_ani .hometh_ani_tit p {
    font-size: 0.4rem;
  }
}
.hometh .hometh_box .hometh_ani .hometh_ani_tit p span {
  color: #2063c6;
}
.hometh .hometh_box .hometh_ani .hometh_ani_white {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hometh .hometh_box .hometh_ani .hometh_ani_white i {
  position: absolute;
  /* background: #020412; */
  border: 150vw solid #000;
  /* border-radius: 50%; */
  width: 300vw;
  height: 300vw;
}
.hometh .hometh_box .hometh_ani .hometh_ani_white .i1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hometh .hometh_box .hometh_ani .hometh_ani_white .i2 {
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
.hometh .hometh_box .hometh_ani .hometh_ani_white .i3 {
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
}
.hometh .hometh_box .hometh_ani .hometh_ani_white .i4 {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.hometh .hometh_box .hometh_con {
  width: 100%;
  height: 100%;
}
.hometh .hometh_box .hometh_con .img {
  width: 100%;
  height: 100%;
}
.hometh .hometh_box .hometh_con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hometh .hometh_box .hometh_con .hometh_txt {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}
.hometh .hometh_box .hometh_con .hometh_txt .container {
  padding-bottom: 1.1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .hometh .hometh_box .hometh_con .hometh_txt .container {
    padding: 0;
  }
}
.hometh .hometh_box .hometh_con .hometh_txt .container .pub_title2 .t_tit {
  margin-bottom: 0.88rem;
}
.hometh .hometh_box .hometh_con .hometh_txt .container .pub_title2 .t_tit span {
  /* font-family: 'oe-b'; */
  color: #fff;
  margin-bottom: 0.12rem;
}
.hometh .hometh_box .hometh_con .hometh_txt .container .pub_title2 .t_tit h2 {
  margin-bottom: 0.28rem;
  font-weight: bold;
  line-height: 1.33;
}
.hometh .hometh_box .hometh_con .hometh_txt .container .pub_title2 .t_tit p {
  line-height: 1.75;
  color: #b7b7b7;
}
.hometh .hometh_box .hometh_con .hometh_txt .container .boxx {
  display: flex;
  justify-content: space-between;
  margin-top: 1.68rem;
  color: #fff;
  padding-right: 0.24rem;
}
@media (max-width: 991px) {
  .hometh .hometh_box .hometh_con .hometh_txt .container .boxx {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hometh .hometh_box .hometh_con .hometh_txt .container .boxx {
    flex-wrap: wrap;
    padding: 0;
    margin-top: 1rem;
  }
}
.hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item {
  /* margin-right: 1.9rem; */
  /* border-top: 1px solid rgba(255,255,255,0.2);
							padding-top: 0.28rem; */
}
@media (max-width: 991px) {
  .hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item {
    width: calc(50% - 0.1rem);
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item {
    width: calc(50% - 0.1rem);
    margin-bottom: 0.3rem;
    min-width: auto !important;
  }
}
.hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item:nth-child(1) {
  /* min-width: 4.15rem; */
}
.hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item:nth-child(1) .num .num_l p {
  color: #37d0da;
}
.hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item:nth-child(2) {
  /* min-width: 5rem; */
}
.hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item:nth-child(2) .num .num_l p {
  color: #36b7ed;
}
.hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item:nth-child(3) .num .num_l p {
  color: #35a6fa;
}
.hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item .num {
  margin-top: 0.12rem;
  display: flex;
  align-items: flex-start;
}
.hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item .num .num_l {
  margin-bottom: 0.22rem;
  display: flex;
  align-items: flex-start;
}
.hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item .num .num_l p {
  font-size: 1rem;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item .num .num_l p {
    font-size: 0.6rem;
  }
}
.hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item .num .num_l span {
  line-height: 1.2;
  margin-left: 0.05rem;
}
.hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item .num .num_r {
  margin-left: 0.08rem;
}
.hometh .hometh_box .hometh_con .hometh_txt .container .boxx .item .t_p {
  margin-left: 0.1rem;
  color: #cccccb;
}
/* 底部 */
footer {
  background: #0c1017;
  color: #fff;
  position: relative;
  z-index: 2;
}
footer .foot_t {
  margin-bottom: 0.95rem;
}
@media (max-width: 767px) {
  footer .foot_t {
    margin-bottom: 0rem;
  }
}
footer .foot_t .box {
  padding: 1.05rem 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  footer .foot_t .box {
    flex-direction: column;
  }
}
@media (max-width: 1260px) {
  footer .foot_t .box .left {
    margin-bottom: 0.7rem;
  }
}
footer .foot_t .box .left .l_t {
  margin-bottom: 0.28rem;
}
footer .foot_t .box .left .l_t .l_tel {
  margin-bottom: 0.2rem;
}
footer .foot_t .box .left .l_t .l_tel span {
  white-space: nowrap;
}
footer .foot_t .box .left .l_t .l_add p {
  margin-bottom: 0.06rem;
}
footer .foot_t .box .left .l_b {
  display: flex;
}
footer .foot_t .box .left .l_b .foot_t_r_box {
  margin: 0 0.2rem 0 0;
  position: relative;
}
footer .foot_t .box .left .l_b .foot_t_r_box.on .foot_t_r_ewm {
  transform: translateX(-50%) scale(1);
}
@media (max-width: 767px) {
  footer .foot_t .box .left .l_b .foot_t_r_box.on .foot_t_r_ewm {
    transform: translateX(0%) scale(1);
  }
}
footer .foot_t .box .left .l_b .foot_t_r_box.on .foot_t_r_con svg path {
  fill: #fff;
}
footer .foot_t .box .left .l_b .foot_t_r_box .foot_t_r_ewm {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  z-index: 100;
  transform: translateX(-50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 140px;
  height: 140px;
}
@media (max-width: 767px) {
  footer .foot_t .box .left .l_b .foot_t_r_box .foot_t_r_ewm {
    width: 100px;
    height: 100px;
    left: 0;
    transform: translateX(0%) scale(0);
  }
}
footer .foot_t .box .left .l_b .foot_t_r_box .foot_t_r_ewm img {
  object-fit: contain;
}
footer .foot_t .box .left .l_b .foot_t_r_box .foot_t_r_ewm svg {
  width: 9px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
footer .foot_t .box .left .l_b .foot_t_r_box .foot_t_r_ewm svg path {
  fill: #fff;
}
footer .foot_t .box .left .l_b .foot_t_r_box .foot_t_r_con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .foot_t .box .left .l_b .foot_t_r_box .foot_t_r_con:hover .img1_svg {
  background: #2063c6;
}
footer .foot_t .box .left .l_b .foot_t_r_box .foot_t_r_con:hover .img1_svg svg path {
  fill: #fff;
}
footer .foot_t .box .left .l_b .foot_t_r_box .foot_t_r_con .img1_svg {
  background: #161920;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  footer .foot_t .box .left .l_b .foot_t_r_box .foot_t_r_con .img1_svg {
    width: 0.55rem;
    height: 0.55rem;
  }
}
@media (max-width: 767px) {
  footer .foot_t .box .left .l_b .foot_t_r_box .foot_t_r_con .img1_svg {
    width: 0.7rem;
    height: 0.7rem;
  }
}
footer .foot_t .box .left .l_b .foot_t_r_box .foot_t_r_con .img1_svg svg {
  width: 100%;
  height: auto;
}
footer .foot_t .box .left .l_b .foot_t_r_box .foot_t_r_con .img1_svg svg path {
  transition: all 0.4s;
  fill: #fff;
}
footer .foot_t .box .right {
  display: flex;
}
@media (max-width: 1260px) {
  footer .foot_t .box .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .foot_t .box .right {
    display: none;
  }
}
footer .foot_t .box .right a {
  transition: all 0.4s;
  opacity: 0.4;
  color: #fff;
}
footer .foot_t .box .right a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .foot_t .box .right .foot_nav {
  display: flex;
}
footer .foot_t .box .right .foot_nav .item {
  margin-right: 0.9rem;
  /* &:last-child{
							margin-right: 0;
						} */
}
footer .foot_t .box .right .foot_nav .item:nth-child(1) .foot_nav_one a:hover,
footer .foot_t .box .right .foot_nav .item:nth-child(2) .foot_nav_one a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1380px) {
  footer .foot_t .box .right .foot_nav .item {
    margin-right: 0.4rem;
  }
}
footer .foot_t .box .right .foot_nav .item .foot_nav_one {
  margin-bottom: 0.22rem;
}
footer .foot_t .box .right .foot_nav .item .foot_nav_one a {
  opacity: 1;
  white-space: nowrap;
}
footer .foot_t .box .right .foot_nav .item .foot_nav_one a:hover {
  opacity: 1;
  text-decoration: initial;
}
footer .foot_t .box .right .foot_nav .item .foot_nav_two {
  display: flex;
  flex-direction: column;
}
footer .foot_t .box .right .foot_nav .item .foot_nav_two a {
  margin-bottom: 0.12rem;
}
footer .foot_t .box .right .r_a {
  margin-right: -0.28rem;
  display: flex;
  flex-direction: column;
}
footer .foot_t .box .right .r_a a {
  opacity: 1;
  margin-bottom: 0.1rem;
}
footer .foot_b .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.38rem;
}
@media (max-width: 767px) {
  footer .foot_b .box {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  footer .foot_b .box .left {
    margin-bottom: 0.1rem;
  }
}
footer .foot_b .box .left p {
  color: rgba(255, 255, 255, 0.2);
}
footer .foot_b .box .left p a {
  transition: all 0.4s;
  margin-left: 0.14rem;
  color: rgba(255, 255, 255, 0.2);
}
footer .foot_b .box .left p a:hover {
  color: #ffffff;
}
footer .foot_b .box .right {
  padding-right: 0.14rem;
  display: flex;
  align-items: center;
}
footer .foot_b .box .right i {
  display: block;
  width: 3px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0.1rem;
}
footer .foot_b .box .right a {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.2);
}
footer .foot_b .box .right a:hover {
  color: #ffffff;
}
.g_qie .pub_nav {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.g_qie .pub_nav:hover {
  background: #d60c1c;
}
.g_qie .pub_nav:hover svg path {
  fill: #fff;
}
.g_qie .pub_nav svg {
  width: 33.33%;
  height: auto;
}
.g_qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
}
.g_qie .pub_prev {
  left: 0.8rem;
}
.g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.g_qie .pub_next {
  right: 0.8rem;
}
.sot_select_nr {
  position: relative;
  min-width: 1.8rem;
}
.sot_select_nr select option {
  color: #333;
}
.sot_select_nr .sel_text_x {
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.5rem;
  margin-bottom: 0.25rem;
  background: rgba(255, 255, 255, 0.2);
  padding-left: 0.2rem;
  color: #999;
}
.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 svg path {
  fill: #fff;
}
.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.2rem;
  display: block;
  cursor: pointer;
}
.sot_select_nr .sel_text_box a:hover {
  background: #2063c6;
  color: #fff;
}
