@charset "utf-8";

html {
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  all: unset;
}

a:hover,
a:visited,
a:link,
.anchor-name:active {
  color: #333;
  text-decoration: none;
}

.el-tabs__item.is-active .anchor-name {
  color: #005eff;
}

.el-tabs--left .el-tabs__active-bar.is-left {
  background-color: #005eff;
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body {
  font-family: "system-ui"
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0
}

input,
select,
textarea {
  font-size: 100%
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

del {
  text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500
}

q:before,
q:after {
  content: ''
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

a:hover {
  text-decoration: none;
}

ins,
a {
  text-decoration: none
}



#head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 99;
  transition: 0.6s;
}

#head .head-html {
  display: flex;
  height: 1rem;
  /* width: 15rem; */
  /* margin: 0 auto; */
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#head .head-html .logo {
  display: flex;
  align-items: center;
  width: 3.275rem;
  height: .625rem;
  padding-left: .4375rem;
  cursor: pointer;
}

#head .head-html .logo .logo-img {
  width: 100%;
  height: 100%;
}

#head .head-html .logo span {
  margin-left: 0.125rem;
  font-weight: 400;
  font-size: 0.375rem;
  color: #ffffff;
}

#head .head-html .nav {
  height: 100%;
  padding-right: 2.25rem;
  display: flex;
  align-items: center;
}
#head .head-html .nav a {
  width: 100%;
  display: inline-block;
}

#head .head-html .customer {
  font-size: 0.2rem;
  font-weight: 500;
  background-color: #fff;
  border-radius: 1.25rem;
  line-height: 0.4rem;
  color: #055FFF;
  padding: 0.05rem .1875rem;
  cursor: pointer;
  margin-left: .5rem;
  /* position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); */
}

#head .head-html .el-menu {
  height: 100%;
  background-color: transparent;
  border: none;

}

#head .el-menu--horizontal>.el-menu-item,
#head .el-menu--horizontal>.el-submenu .el-submenu__title {
  line-height: 1rem;
}

#head .head-html .el-menu .el-menu-item {
  width: 1.5rem;
  font-size: .175rem;
  text-align: center;
  height: 100%;
  color: rgb(255, 255, 255, 0.75);
  padding: 0;
}

#head .head-html .el-menu .el-submenu {
  height: 100%;
}

.el-menu--popup a {
  display: inline-block;
  width: 100%;
}
.el-menu--popup .is-active {
  color: #909399 !important;
  border-left: 4px solid #055FFF;
}
.el-menu--popup .is-active a {
  color: #055FFF !important;
}

#head .head-html .el-menu .el-submenu__title {
  height: 100%;
  color: rgb(255, 255, 255, 0.75);
  font-size: .175rem;
}

#head .el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(180deg, #1294FF 0%, #055FFF 100%);
}

#head .el-menu--horizontal>.el-menu-item.is-active {
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(180deg, #1294FF 0%, #055FFF 100%);
}

#head .head-html .el-menu .el-submenu__title .el-submenu__icon-arrow {
  color: #fff;
}

#head .head-html .el-menu .is-active .el-submenu__icon-arrow {
  color: inherit;
}

#head .head-html .el-menu .el-menu-item:hover {
  background: linear-gradient(180deg, #1294FF 0%, #055FFF 100%);
  color: #fff !important;
}

#head .head-html .el-menu .el-submenu__title:hover {
  background: linear-gradient(180deg, #1294FF 0%, #055FFF 100%);
  color: #fff !important;
}

/* 轮播图按钮颜色 */
.desc-box .el-carousel__indicator .el-carousel__button {
  background-color: #A6BCE1;
}

.desc-box .el-carousel__indicator.is-active button {

  background-color: #055FFF !important;
}

.banner-box .el-carousel__indicator .el-carousel__button {
  background-color: #A6BCE1;
}

.banner-box .el-carousel__indicator.is-active button {

  background-color: #055FFF !important;
}

.arc-fottom .el-carousel__indicator .el-carousel__button {
  background-color: #A6BCE1;
}

.arc-fottom .el-carousel__indicator.is-active button {

  background-color: #055FFF !important;
}

.desc-box .el-carousel__indicators--horizontal {
  left: auto !important;
  right: .125rem !important;
  transform: translateX(0) !important;
  ;
}

#footer {
  color: #fff;
}

#footer .footer-top {
  width: 100%;
  height: 3.75rem;
  overflow: hidden;
  position: relative;
}

#footer .footer-top img {
  width: 100%;
  height: 13.725rem;
  position: absolute;
  top: -6.1179rem;
  z-index: -99;
  vertical-align: middle;
}

#footer .footer-top .text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#footer .footer-top .text-content .text-title {
  font-size: .325rem;
  font-weight: 700;
  margin-top: 0.9375rem;
}

#footer .footer-top .text-content .text-article {
  font-size: 0.2rem;
  font-weight: 400;
  margin-top: .375rem;
  /* width: 8.7rem; */
  /* background-color: pink; */
}

#footer .footer-top .text-content .text-article .el-form {
  display: flex;
  height: .5rem;
}

#footer .footer-top .text-content .text-article .el-form .el-input__inner {
  border: none;
}


#footer .footer-top .text-content .text-article .item-name {
  position: relative;
  display: inline-block;
}

#footer .footer-top .text-content .text-article .item-name::before {
  content: '';
  position: absolute;
  top: .1625rem;
  left: -0.22rem;
  width: .15rem;
  height: .15rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#footer .footer-top .text-content .text-article .item-com::before {
  background-image: url('../imgs/footericon1.png');
}

#footer .footer-top .text-content .text-article .item-na::before {
  background-image: url('../imgs/footericon2.png');
}

#footer .footer-top .text-content .text-article .item-ph::before {
  background-image: url('../imgs/footericon3.png');
}

#footer .footer-top .text-content .text-article .item-name::after {
  content: '';
  position: absolute;
  top: 0.1875rem;
  right: -0.125rem;
  width: 0.0125rem;
  height: 0.125rem;
  background-color: #D8D8D8;
}

#footer .footer-top .text-content .text-article .el-form-item {
  background: #FFFFFF;
  border: 0.0125rem solid #D8D8D8;
  border-radius: .055rem;
  height: 100%;

}
#footer .footer-top .text-content .text-article .el-form-item .el-form-item__label {
  font-size: .175rem;
  line-height: .5rem;
}

#footer .footer-top .text-content .text-article .el-form-item .el-form-item__content {
  font-size: .175rem;
  line-height: .5rem;
}
#footer .footer-top .text-content .text-article .el-form-item .el-form-item__content .el-input {
  font-size: .175rem;
}
#footer .footer-top .text-content .text-article .el-form-item .el-form-item__content .el-input__inner {
  height: .5rem;
  line-height: .5rem;
}

#footer .footer-top .text-content .text-article .el-form-item:nth-child(1),
#footer .footer-top .text-content .text-article .el-form-item:nth-child(2) {
  margin-right: .25rem;
}


#footer .footer-top .text-content .botton-box {

  width: 4.85rem;
  display: flex;
  justify-content: space-between;
}








#footer .footer-top .text-content .botton-box .text-botton {
  margin-top: 0.3875rem;
  width: 2.3rem;
  height: .4875rem;
  line-height: 0.275rem;
  border: .0125rem solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.05rem 0.35rem;
  cursor: pointer;
}

#footer .footer-top .text-content .botton-box .text-botton:nth-child(1) {
  margin-right: 20px;
  background: linear-gradient(270deg, #1385FF 0%, #5FD2FF 100%);
  border: none;
}


#footer .footer-top .text-content .botton-box .text-botton:hover {
  box-shadow: 0 0 .5rem #fff;
  color: #000;
  background-color: #fff;
  transition: all 0.5s;
}

#footer .footer-top .text-content .botton-box .text-botton span {
  font-size: 0.2rem;
  font-weight: 500;
}

#footer .footer-bottom {
  height: 7.5rem;
  position: relative;
}

#footer .footer-bottom .footer-bottom-img {
  background-color: #0f193a;
  height: 7.5rem;
}

#footer .footer-bottom .footer-bottom-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#footer .footer-bottom .footer-bottom-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
}

#footer .footer-bottom .footer-bottom-content {
  height: 2.6875rem;
  width: 16rem;
  position: absolute;
  top: .75rem;
  left: 4rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.45rem;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-left {
  /* margin-right: 4.65rem; */
  width: 4.6rem;
  height: 2.75rem;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-left div {
  display: flex;
  text-align: center;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-left .footer-title {
  margin-bottom: 0.25rem;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-left .footer-title .footer-logo {
  width: 1.1rem;
  height: 0.525rem;
  margin-right: 0.1875rem;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-left .footer-title .footer-logo-text {
  font-size: 0.375rem;
  font-weight: 400;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-left .footer-zixun {
  line-height: 0.25rem;
  margin-bottom: 0.25rem;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-left .footer-zixun span:first-child {
  font-size: 0.2rem;
  margin-right: 0.175rem;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-left .footer-zixun span:last-child {
  font-size: 0.25rem;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-left .footer-addr {
  font-size: .15rem;
  opacity: 70%;
  margin-bottom: 0.175rem;
  text-align: left;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-left .footer-vx p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.25rem;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-left .footer-vx p img {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0.05rem;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-left .footer-vx p span {
  font-size: 0.15rem;
  opacity: 70%;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-right {
  display: flex;
  line-height: 0.25rem;
  /* width: 6.85rem; */
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-right ul {
  margin-right: 1.625rem;
}
#footer .footer-bottom .footer-bottom-content .footer-bottom-right ul li a{
  color: #fff;
}


#footer .footer-bottom .footer-bottom-content .footer-bottom-right ul li:not(:first-child):hover {
  cursor: pointer;
  color: #fff;
  opacity: 1;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-right :last-child {
  margin-right: 0;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-right ul:nth-child(1) li {
  width: 1.35rem;
  min-width: 1.95rem;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-right ul:nth-child(2) li {
  width: 1.65rem;
  min-width: 2.4rem;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-right ul:nth-child(3) li {
  width: .6rem;
  min-width: .9rem;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-right ul li:first-child {
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

#footer .footer-bottom .footer-bottom-content .footer-bottom-right ul li:not(:first-child) {
  font-size: 0.15rem;
  font-weight: 400;
  opacity: 70%;
  margin-bottom: 0.175rem;
}

#footer .footer-bottom .footer-bottom-link {
  width: 14.2375rem;
  position: absolute;
  top: 4.1125rem;
  left: 4.8875rem;
  display: flex;
  /* padding: 0.375rem 0 0; */
  margin-top: 0.375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .footer-bottom .footer-bottom-link div {
  font-size: 0.175rem;
  font-weight: 500;
  line-height: .25rem;

}

#footer .footer-bottom .footer-bottom-link div:first-child {
  width: 1rem;
  margin-right: 1rem;
}

/* #footer .footer-bottom .footer-bottom-link div:last-child {
  margin-right: 0;
} */

#footer .footer-bottom .footer-bottom-link .footer-bottom-link-ul ul {
  display: flex;
  opacity: 70%;
  flex-wrap: wrap;
}

#footer .footer-bottom .footer-bottom-link .footer-bottom-link-ul ul li {
  font-size: 0.15rem;
  margin-bottom: .25rem;
  /* margin-right: 0.4rem; */
  width: 1.725rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 1.9rem;
}



#footer .footer-bottom .footer-bottom-link .footer-bottom-link-ul ul li:last-child {
  margin-right: 0;
  width: 2rem;
  min-width: 2.6rem;
}

#footer .footer-bottom .footer-bottom-link .footer-bottom-link-ul ul li a {
  color: #ffffff;
  opacity: 70%;
}

#footer .footer-bottom .footer-bottom-link .footer-bottom-link-ul ul li a:hover {
  cursor: pointer;
  opacity: 1;
}

#footer .footer-bottom .footer-bottom-link .footer-bottom-link-ul ul:first-child {
  margin-bottom: 0.25rem;
}

#footer .footer-bottom .footer-copyright {
  position: absolute;
  top: 6.625rem;
  left: 9.8125rem;
  font-size: 0.15rem;
  color: #9E9E9E;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#footer .footer-bottom .footer-copyright div:first-child {
  margin-bottom: .07rem;
}

#footer .footer-bottom .footer-copyright .beian a {
  color: #fff !important;
  opacity: 70%;

}

#footer .footer-bottom .footer-copyright .beian a:hover {
  cursor: pointer;
  opacity: 1;
}


/* 表单弹框 */
.el-dialog__header {
  padding: 0 !important;
}

.el-dialog {
  border-radius: 8px !important;
}

.el-dialog__body {
  padding: 0 !important;
}

.dialog-head {
  width: 100%;
  height: 2.1875rem;
  overflow: hidden;
  background-image: url(../imgs/dialog-head.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.dialog-head .colse-box {
  text-align: right;
  font-size: 0.25rem;
  cursor: pointer;
  margin-top: 0.3rem;
  margin-right: 0.375rem;
}

.dialog-head .colse-box:hover {
  color: #009eff;
}

.dialog-head h1,
.dialog-head h2,
.dialog-head h3 {
  text-align: center;
}

.dialog-head h1 {
  font-size: 0.375rem;
  font-weight: 700;
  color: #000;
}

.dialog-head h2 {
  margin-top: 0.2125rem;
}

.dialog-head h2 span {
  color: #005eff;
}

.dialog-head h2,
.dialog-head h3 {
  font-size: 0.2rem;
  color: #a7afbc;
}

.dialog-main {
  width: 7.0875rem;
  margin: 0 auto;
}

.dialog-main02 {
  width: 7.0875rem;
  margin: -0.6rem auto 0;
}

.dialog-main02 .fotter-btn {
  width: 100%;
  margin-bottom: .5rem;
  margin-top: .4625rem;
}

.dialog-main02 .main-p {
  color: #A7AFBC;
  font-size: .2rem;
  line-height: 1.5em;
}

.dialog-main .fotter-btn {
  width: 100%;
  margin-bottom: 1.05rem;
}

.dialog-main .el-input__inner {
  border: none;
}

.dialog-main .item-name {
  position: relative;
  display: inline-block;
}

.dialog-main .item-name::after {
  content: '';
  position: absolute;
  top: 0.1875rem;
  right: -0.125rem;
  width: 0.0125rem;
  height: 0.125rem;
  background-color: #D8D8D8;
}

.dialog-main .el-form-item {
  border: 0.0125rem solid #D8D8D8;
  border-radius: 0.0625rem;
}


.exact-fiexd {
  top: .9875rem;
  position: sticky;
  z-index: 99;
  transition: all 0.3s;
}


.animate-mask-left {
  overflow: hidden;
  position: relative;
}

.animate-mask-left::before {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  transform: translateX(0);
}

.animate-mask-left:hover::before {
  transform: translateX(-100%);
}

.animate-mask-right {
  overflow: hidden;
  position: relative;
}

.animate-mask-right::before {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.4s cubic-bezier(0.75, 0, 0.25, 0.5);
  transform: translateX(0);
}

.animate-mask-right:hover::before {
  transform: translateX(100%);
}

.animate-border-fff {
  position: relative;
}

.animate-border-fff::before,
.animate-border-fff::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 0.025rem solid;
  border-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1)) 30 30;
  transition: all 0.5s;
  animation: borderClip 10s infinite linear;
  border-radius: 0.0625rem;
}

.animate-border-fff::after {
  animation: borderClip 10s infinite -4.5s linear;
}


.animate-border {
  position: relative;
}

.animate-border::before,
.animate-border::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 0.025rem solid;
  border-image: linear-gradient(rgba(173, 192, 235, 0.2), rgba(5, 95, 255, 0.8)) 30 30;
  transition: all 0.5s;
  animation: borderClip 10s infinite linear;
  border-radius: 0.0625rem;
}

.animate-border::after {
  animation: borderClip 10s infinite -4.5s linear;
}

@keyframes borderClip {

  0%,
  100% {
    clip-path: inset(0 0 98% 0);
  }

  25% {
    clip-path: inset(0 98% 0 0);
  }

  50% {
    clip-path: inset(98% 0 0 0);
  }

  75% {
    clip-path: inset(0 0 0 98%);
  }
}

.anchor-box {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 99;
}

.anchor-box .anchor-name {
  color: #ccc;
  font-weight: 700;
}