/* 1rem = 100px */
html {
  /* font-size: 625%; */
  color: #666;
  font-size: 100px;
}

:root {
  --sm-font-size: 0.18rem;
  --md-font-size: 0.22rem;
  --lg-font-size: 0.26rem;
  --xl-font-size: 0.32rem;
  --serviceme-blue: #3489ee;
}

/* 字体 */
/* 方正正中 */
@font-face {
  font-family: "FZZZHHJ";
  src: url("../Fonts/FZZZHHJ.ttf");
  font-style: normal;
  font-weight: normal;
}

/* 方正中黑 */
@font-face {
  font-family: "FZHJ";
  src: url("../Fonts/FZHJ.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "FGLTH";
  src: url("../Fonts/FGLTH/FranklinGothicLTHeavy.eot");
  src: url("../Fonts/FGLTH/FranklinGothicLTHeavy.eot")
      format("embedded-opentype"),
    url("../Fonts/FGLTH/FranklinGothicLTHeavy.woff2") format("woff2"),
    url("../Fonts/FGLTH/FranklinGothicLTHeavy.woff") format("woff"),
    url("../Fonts/FGLTH/FranklinGothicLTHeavy.ttf") format("truetype"),
    url("../Fonts/FGLTH/FranklinGothicLTHeavy.svg#FranklinGothicLTHeavy")
      format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "FUTURAB";
  src: url("../Fonts/FUTURAB/FUTURAB.eot");
  src: url("../Fonts/FUTURAB/FUTURAB.eot") format("embedded-opentype"),
    url("../Fonts/FUTURAB/FUTURAB.woff2") format("woff2"),
    url("../Fonts/FUTURAB/FUTURAB.woff") format("woff"),
    url("../Fonts/FUTURAB/FUTURAB.ttf") format("truetype"),
    url("../Fonts/FUTURAB/FUTURAB.svg#FUTURAB") format("svg");
  font-style: normal;
  font-weight: normal;
}

/* 思源 */
@font-face {
  font-family: "NotoSansHans";
  src: url("../Fonts/NotoSansHans/NotoSansHans-Regular.otf") format("otf");
  font-style: normal;
  font-weight: normal;
}

.FontFUTURAB {
  font-family: "FUTURAB", Arial, sans-serif;
}

.FontYaHei {
  font-family: "NotoSansHans", Arial, sans-serif;
}

.FontFZZZHHJ {
  font-family: "FZZZHHJ", "NotoSansHans", Arial, sans-serif;
}

.FontFZHJ {
  font-family: "FZHJ", "NotoSansHans", Arial, sans-serif;
}

.FontFGH {
  font-family: "FGLTH", "FUTURAB", "NotoSansHans", Arial, sans-serif;
}

/*base*/
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
p,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-size: var(--sm-font-size);
  font-family: Arial, "NotoSansHans", Helvetica, sans-serif;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

i,
em {
  font-style: normal;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  outline: none;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

.flex {
  display: flex;
}

.item1 {
  -webkit-box-flex: 1;
  display: block;
}

.align-center {
  -webkit-box-align: center;
}

.hide {
  display: none;
}

.show {
  display: inline-block;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.setLf {
  float: left;
}

.setRt {
  float: right;
}

h2,
.h2 {
  font-size: 0.3rem;
}

.bgColorLightBlue {
  background: rgba(22, 147, 234, 0.05);
}

.bgColorLightWhite {
  background: #fff;
}

img {
  max-width: 100%;
}

/* 可共用的样式 */
.container {
  margin: 0 auto;
}

/* 布局：导航+主题(+底部:可以不要) */
.container {
  margin: 0 auto;
  /*  padding-right: 0;
    padding-left: 0;*/
}

/* 头部导航 */
#nav {
  /*background: #fff;*/
  /*box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.4);*/
  position: fixed;
  top: 0;
  width: 100%;
  color: white;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 1);
  /* 下拉导航部分 */
  /* 导航 --移动端 */
}

#nav > div {
  font-size: var(--sm-font-size);
  display: flex;
  flex-direction: row;
  align-items: center;
}

#nav .navInner.container {
  padding-right: 0;
  padding-left: 0;
  transition: padding-top 0.2s;
}
#nav .navInner.container .littleLogo {
  width: 25px;
  height: 0.26rem;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
  margin-right: 6px;
}
#nav .navInner.container .littleLogo:nth-child(2) {
  width: 2px;
}

#nav .navInner.container img {
  height: 0.4rem;
}

#nav .logo {
  max-width: 100%;
  max-height: 100%;
}

#nav .forSite {
  font-size: 0.12rem;
  margin-left: 0.1rem;
  padding-left: 0.1rem;
  border-left: 1px solid #2f80ed;
  height: 0.16rem;
  line-height: 0.18rem;
}

#nav .forSite:link,
#nav .forSite:active,
#nav .forSite:hover,
#nav .forSite:visited {
  text-decoration: none !important;
  color: #333 !important;
}

@media (max-width: 1200px) {
  #nav .forSite {
    display: none;
  }
}

#nav a,
#nav a:link {
  color: #333;
  /* line-height: 41px; */
}

#nav .navInner .sys-title {
  display: inline-block;
  margin-left: 12px;
  color: #333;
}
#nav .navInner .sys-title:active,
#nav .navInner .sys-title:hover {
  color: #333;
}

#nav a:hover {
  color: #2f80ed;
}
/* 
#nav .productInner .item:hover a {
  color: #2f80ed !important;
  background: rgba(50, 134, 237, 0.1);
  border-radius: 10px;
} */
/* 新增下拉框的滑动效果 */
#nav .productInner .item:hover a {
  color: #333 !important;
  background: #f8f8f8;
  border-radius: 10px;
}
/* 选中固定的效果 */
#nav .productInner .item a.active {
  color: #2f80ed !important;
  background: rgba(50, 134, 237, 0.1) !important;
  border-radius: 10px;
}
/* 新增滑动效果结束 */

#nav ul.menuUl {
  flex: 1;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1389px) {
  .bannerServiceBtn.bannerServiceBtn1.sp,
  .bannerServiceBtn.bannerServiceBtn2.sp {
    margin-top: 0.6rem;
  }
}

@media (max-width: 991px) {
  .banner-module {
    padding-top: 4rem;
  }
}

#nav ul.menuUl li {
  display: inline-block;
  padding: 0 0.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
}

#nav ul.menuUl li a {
  cursor: pointer;
  color: white;
}

#nav ul.menuUl li a:link,
#nav ul.menuUl li a:hover,
#nav ul.menuUl li a:active,
#nav ul.menuUl li a:visited {
  text-decoration: none;
}

#nav ul.menuUl li i {
  margin-left: 0.08rem;
}

#nav ul.menuUl li:hover i {
  transform: rotate(-180deg);
  transition: transform 0.5s;
}

#nav ul.menuUl li.active,
#nav ul.menuUl li.activeOn,
#nav ul.menuUl li:hover {
  font-weight: bold;
  position: relative;
}

#nav ul.menuUl li.active a,
#nav ul.menuUl li.activeOn a,
#nav ul.menuUl li:hover a,
#nav ul.menuUl li:hover a i {
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    90deg,
    rgba(133, 75, 212, 1) 0,
    rgba(133, 75, 212, 1) 0,
    rgba(248, 78, 252, 1) 100%,
    rgba(248, 78, 252, 1) 100%
  );
}

#nav ul.menuUl li.active i,
#nav ul.menuUl li.activeOn i,
#nav ul.menuUl li:hover i {
  transform: rotate(-180deg);
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    90deg,
    rgba(133, 75, 212, 1) 0,
    rgba(133, 75, 212, 1) 0,
    rgba(248, 78, 252, 1) 100%,
    rgba(248, 78, 252, 1) 100%
  );
}

/* #nav ul.menuUl li.active:after,
#nav ul.menuUl li.activeOn:after,
#nav ul.menuUl li:hover:after {
  position: absolute;
  content: " ";
  height: 0.03rem;
  width: calc(100% - 0.4rem);
  background: #2f80ed;
  bottom: 0;
  left: 0.2rem;
} */

#nav .language {
  font-size: var(--sm-font-size);
  padding: 0.1rem 0;
  position: relative;
  height: 0.6rem;
}

#nav .language .langBtn {
  background: rgba(47, 128, 237, 0.1);
  padding: 0.04rem 0.15rem;
  border-radius: 0.04rem;
  cursor: pointer;
}

#nav .language .langBtn i {
  margin-left: 0.08rem;
}

#nav .language .langContainer {
  display: none;
  position: absolute;
  top: calc(100% - 0.09rem);
  width: 100%;
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.2);
  /*background: @mainColor;*/
  background: rgba(47, 128, 237, 0.8);
  border-radius: 0.04rem;
  padding: 0.05rem 0.1rem;
  cursor: pointer;
  right: 0;
}

#nav .language .langContainer a:hover {
  color: #333;
}

#nav .language:hover .langContainer {
  display: inline-block;
}

#nav .search {
  font-size: 0;
}

#nav .search img {
  width: 0.16rem;
  margin-right: 0.24rem;
}

#nav .navFunction {
  position: relative;
  display: inline-block;
}
#nav .toggleNav {
  /* width: 100%; */
  position: absolute;
  z-index: 2000;
  top: 0.6rem;
  left: 0;
  /* background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0.05rem 0.1rem rgba(47, 128, 237, 0.2); */
  width: 308px;
}

#nav .toggleNav .navWrap {
  width: 106%;
  padding-top: 6px;
}

#nav .toggleNav .navWrap > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 19px 1px rgba(148, 148, 148, 0.2);
  border-radius: 6px;
}

#nav .toggleNav .navWrap > div .item {
  width: 100%;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  margin: 5px 0;
  /* padding-left: 0.1rem; */
}

#nav .toggleNav .navWrap > div .item:nth-child(4n) {
  margin-right: 0;
}

#nav .toggleNav .navWrap > div .item p,
#nav .toggleNav .navWrap > div .item a {
  width: 100%;
  cursor: pointer;
  text-align: center;
  display: block;
}
#nav .toggleNav .navWrap > div .item a {
  text-align: left;
  padding-left: 0.1rem;
}

#nav .toggleNav .navWrap > div .item .flag {
  color: #2f80ed;
}

#nav .toggleNav .navWrap > div .item .describe {
  margin-top: 0.16rem;
  font-size: 0.14rem;
  font-weight: normal;
}

#nav .toggleNav .navWrap > div .item ul li {
  margin-top: 0.14rem;
}

#nav .toggleNav .navWrap > div .item ul li a {
  font-weight: normal;
  font-size: 0.14rem;
}

#nav .toggleNav .navWrap.solution > div .item {
  width: calc((100% - 0.6rem * 3) / 4);
  margin-right: 0.6rem;
}

#nav .toggleNav .navWrap.solution > div .item:nth-child(4n) {
  margin-right: 0;
}

#nav .toggleNav .navWrap.industry > div .item {
  position: relative;
  border-radius: 0.1rem;
}

#nav .toggleNav .navWrap.industry > div .item p {
  position: absolute;
  width: 100%;
  padding: 0 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
  color: #2f80ed;
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

/* #nav .toggleNav .navWrap>div .item1 a {
    display: inline-block;
    width: 100%;
}

#nav .toggleNav .navWrap>div .item1 ul li {
    font-weight: normal;
    font-size: 0.14rem;
} */

#nav .navMobile {
  display: none;
  height: 0.5rem;
  padding: 0 0.15rem;
}

#nav .navMobile .logo img {
  height: 0.26rem;
}

#nav .navMobile .placeHolder {
  flex: 1;
}

#nav .navMobile .search img {
  width: 0.2rem;
}

#nav .navMobile .menuBtn {
  width: 0.26rem;
  height: 0.32rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-left: 0.05rem;
}

#nav .navMobile .menuBtn img {
  width: 0.13rem;
  height: 0.11rem;
}

#nav .navMobile .toggleBtn {
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

#nav .navMobile .toggleBtn img {
  width: 0.16rem;
  height: 0.16rem;
}

#nav .navMobile .menuWrap {
  position: fixed;
  height: 2.02rem;
  top: 0.51rem;
  left: 0.01rem;
  right: 0.01rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0.05rem 0.1rem rgba(47, 128, 237, 0.2);
  border-radius: 0 0 0.06rem 0.06rem;
  overflow: hidden;
  border-top: 1px solid #efefef;
}

#nav .navMobile .level {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.07rem;
  padding: 0.05rem 0;
  background: rgba(255, 255, 255);
  box-shadow: 0 0.05rem 0.1rem rgba(47, 128, 237, 0.2);
}

#nav .navMobile .level li {
  height: 0.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #111111;
  line-height: 0.4rem;
  padding-left: 0.15rem;
  border-bottom: 1px solid #efefef;
}
#nav .navMobile .level li.sp-li {
  height: 0.3rem;
  line-height: 0.3rem;
}

#nav .navMobile .level > li > a,
#nav .navMobile .level > li > span {
  font-size: 0.14rem;
}

#nav .navMobile .level > li > a {
  width: 100%;
  height: 100%;
  display: block;
}

#nav .navMobile .level li:last-child {
  border-bottom: 0;
}

#nav .navMobile .level li.activeOn {
  color: #2f80ed;
}

#nav .navMobile .level li.activeOn > a {
  color: #2f80ed;
}

#nav .navMobile .level li .changeBtn {
  cursor: pointer;
}

#nav .navMobile .level li span i {
  margin-left: 0.2rem;
  font-size: 0.18rem;
}

#nav .navMobile .level li.hover {
  background-color: rgba(52, 137, 238, 0.1);
}

#nav .navMobile .level2 {
  width: 100%;
  position: absolute;
  left: 1.2rem;
  top: 0;
  padding: 0.05rem 0;
  background: RGBA(252, 252, 252, 1);
  box-shadow: none;
}

#nav .navMobile .level2 li {
  background-color: RGBA(252, 252, 252, 1);
}

#nav .navMobile .level2 li a {
  color: #666666;
  font-size: 0.12rem;
}

@media screen and (max-width: 991px) {
  #nav {
    padding: 0;
  }

  #nav .navInner {
    display: none;
  }

  #nav .navMobile {
    display: flex;
  }
}

@media screen and (max-width: 1176px) {
  #nav ul.menuUl {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 1055px) {
  #nav ul.menuUl li{
    padding: 0 0.1rem;
  }
}

@media screen and (min-width: 769px) {
  #nav.inHomeFirst {
    background: transparent;
    box-shadow: none !important;
  }

  #nav.inHomeFirst .navInner.container {
    padding-top: 0.3rem;
  }
}

@media screen and (min-width: 769px) {
}

/* 底部导航 */
.footer {
  background: #202d42;
}

.footer .about,
.footer .copyRight {
  background: #202d42;
  height: 0.5rem;
  color: #fff;
  font-size: 0.14rem;
}

.footer .about a,
.footer .copyRight a {
  margin-right: 0.45rem;
  display: inline-block;
  line-height: 0.5rem;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.footer .about .setRt,
.footer .copyRight .setRt {
  display: inline-flex;
  align-items: center;
  height: 0.5rem;
}

.footer .about .setRt img,
.footer .copyRight .setRt img {
  max-width: 1.2rem;
}

.footer .about .setRt span,
.footer .copyRight .setRt span {
  font-size: 0.12rem;
  margin-left: 0.1rem;
  padding-left: 0.1rem;
  border-left: 1px solid #ffffff;
  height: 0.16rem;
  line-height: 0.18rem;
}

.footer .navLink .itemsWrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}

.footer .navLink .itemsWrap .title {
  width: calc(100% - 0.6rem);
  height: 0.42rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.26rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.footer .navLink .itemsWrap .items {
  /* display: inline-block; */
  width: auto;
  float: left;
  flex-grow: 1;
}

.footer .navLink .itemsWrap .items:last-child .title {
  width: 100%;
}

@media (max-width: 767px) {
  .footer .navLink .itemsWrap .items:nth-child(1),
  .footer .navLink .itemsWrap .items:nth-child(2) {
    width: 50%;
  }

  .footer .navLink .itemsWrap .items:nth-child(5),
  .footer .navLink .itemsWrap .items:nth-child(4),
  .footer .navLink .itemsWrap .items:nth-child(3) {
    margin-top: 0.2rem;
  }
}

@media (max-width: 441px) and (min-width: 343px) {
  .footer .navLink .itemsWrap .items {
    min-width: 50%;
  }
}

@media (max-width: 441px) {
  .footer .navLink .itemsWrap .items:nth-child(1),
  .footer .navLink .itemsWrap .items:nth-child(2) {
    width: auto;
  }
}

.footer .navLink .itemsWrap .footItem2 {
  padding-right: 0.6rem;
}

.footer .navLink .itemsWrap .footItem2Inner {
  float: left;
  width: calc((100% - 0.24rem) / 2);
}

.footer .navLink .itemsWrap .footItem2Inner:first-child {
  margin-right: 0.2rem;
}

/* .footer .navLink .itemsWrap .footItem2Inner:last-child { */
/*text-align: right;*/
/* } */

.footer .navLink .itemsWrap .footItemLink,
.footer .navLink .itemsWrap .footItemLink:active,
.footer .navLink .itemsWrap .footItemLink:visited {
  display: inline-block;
  width: 100%;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.14rem;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer .navLink .itemsWrap {
    padding: 0.5rem 0.2rem;
    width: 100%;
  }
}

.footer .address {
  padding: 0.2rem 0 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.footer .address a,
.footer .address a:hover {
  color: rgba(255, 255, 255, 0.9);
  cursor: default;
  display: block;
}

.footer .address .addressHead p .footItemLink {
  display: inline-block;
  /*margin-left: 0.2rem;*/
}

.footer .address .addressHead p br {
  display: none;
}

@media (max-width: 991px) {
  .footer .address .addressHead p br {
    display: none;
  }
}

@media (max-width: 991px) {
  .footer .address .addressHead p {
    margin-top: 0.1rem;
  }
}

@media (max-width: 366px) {
  .footer .address .addressHead p {
    width: 100%;
  }
}

.footer .address .footItemWrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.13rem;
  padding-bottom: 0.4rem;
}

.footer .address .footItemWrap .footItem {
  margin-top: 0.5rem;
  padding-right: 0.6rem;
}

.footer .address .footItemWrap .footItem a {
  margin-top: 0.2rem;
}

@media (max-width: 366px) {
  .footer .address .footItemWrap .footItem {
    width: 100%;
  }
}

.footer .address .footItemWrap .footItemTitle {
  margin-bottom: 0.26rem;
  height: 0.36rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .address .mainInfo {
  color: #eab82f;
  cursor: pointer;
}

.footer .address .mainInfo i {
  margin-left: 0.3rem;
  transition: all 0.5s;
}

.footer .address .mainInfo span:nth-child(2) {
  margin-left: 0.15rem;
  margin-right: 0.2rem;
}

.footer .address .mainInfo[aria-expanded="true"] i {
  transform: rotate(90deg);
  transition: all 0.5s;
}

@media (min-width: 2000px) {
  .container {
    width: 1920px;
  }
}

@media (min-width: 992px) and (max-width: 1999px) {
  #nav .navInner.container {
    width: auto !important;
  }

  #nav {
    padding: 0 0.5rem !important;
  }
}

/*@media (min-width: 992px) and (max-width: 1639px){
    #nav {
        padding: 0 0.5rem !important;
    }
}
@media (min-width: 1640px){
    #nav {
        padding: 0 1rem !important;
    }
}*/
/*  footer --220916*/
.addressHead {
  width: 70%;
  margin-left: 15%;
  color: #fff;
  font-size: 0.16rem;
  opacity: 0.9;
}

@media (max-width: 991px) {
  .addressHead {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 427px) {
  .addressHead .col-xs-6 {
    width: 100%;
  }
}

/* 公共Banner */
.banner-module > img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
}

/* Banner 主标题 */
.banner-module .bannerMain {
  font-size: var(--xl-font-size);
  font-weight: bold;
  color: #333;
}
/* Banner 主标题 */
.banner-module .bannerMain .top-title {
  font-family: Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 66px;
  color: #1573ff;
  background: linear-gradient(0deg, #854bd4 0%, #f84efc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.32rem;
  display: inline-block;
}

/* Banner 副标题 */
.banner-module .bannerSecond {
  margin-top: 0.24rem;
  font-size: var(--sm-font-size);
  color: #666;
}

/* 有文字覆盖时 --居左 */
.fistBanner {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .fistBanner {
    padding-top: 50px;
  }
  .fistBanner .bannerInner .container > div {
    top: 1.3rem;
  }
}

.fistBanner .bannerInner {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
}

.fistBanner .bannerInner .container {
  position: relative;
  height: 100%;
}

.fistBanner .bannerInner .container > div {
  top: 2.3rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .fistBanner .bannerInner .container > div {
    top: 1.3rem;
  }
}

.banner-module .container > div.bottom {
  position: absolute;
  top: 3.8rem;
  background: url("../IMG/Index/AI.png");
  background-repeat: no-repeat;
  min-height: 3rem;
  background-size: 100%;
}

/* 按钮 */
.bannerServiceBtn {
  display: inline-block;
  height: 0.42rem;
  line-height: 0.42rem;
  margin-top: 0.4rem;
  border-radius: 0.06rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  cursor: pointer;
}

.bannerServiceBtn.bannerServiceBtn1 {
  padding: 0 0.22rem;
}
.bannerServiceBtn.bannerServiceBtn1.sp1 {
  color: #ffffff;
  border-radius: 6px;
  background: linear-gradient(90deg, #61bffc 0%, #2553dc 100%);
  box-shadow: 0px 8px 10px 0px rgba(52, 137, 238, 0.1);
}
.bannerServiceBtn.bannerServiceBtn1.sp2 {
  color: #3489ee;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #3489ee;
}

.bannerServiceBtn.bannerServiceBtn1.sp,
.bannerServiceBtn.bannerServiceBtn2.sp {
  margin-top: 3vw;
  padding: 0 0.22rem;
}

.bannerServiceBtn,
.bannerServiceBtn:link,
.bannerServiceBtn:hover,
.bannerServiceBtn:active,
.bannerServiceBtn:visited {
  text-decoration: none;
}

.bannerServiceBtn1,
.bannerServiceBtn1:visited,
.bannerServiceBtn1:hover {
  background: #3489ee;
  color: #fff;
  box-shadow: 0 0.08rem 0.1rem 0 rgba(52, 137, 238, 0.1);
}
.container .sp-sec-title {
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #111111;
  line-height: 24px;
  /*background: linear-gradient(0deg, #854bd4 0%, #f84efc 100%);*/
  background-image: linear-gradient(
    90deg,
    rgba(133, 75, 212, 1) 0,
    rgba(133, 75, 212, 1) 0,
    rgba(248, 78, 252, 1) 100%,
    rgba(248, 78, 252, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* 新增 */
.new-bannerServiceBtn.bannerServiceBtn {
  display: flex;
  text-align: start;
  flex-wrap: wrap;
}
.new-bannerServiceBtn.bannerServiceBtn .demo-demonstrate {
  background: #3489ee;
  color: #fff;
  padding: 0 0.14rem;
  border-radius: 6px;
  box-shadow: 0 0.08rem 0.1rem 0 rgba(52, 137, 238, 0.1);
  margin-right: 0.1rem;
}
.new-bannerServiceBtn.bannerServiceBtn .consult-us {
  padding: 0 0.14rem;
  color: #3489ee;
  border: 1px solid #3489ee;
  box-shadow: 0px 8px 10px 0px rgba(52, 137, 238, 0.1);
  border-radius: 6px;
}

.bannerServiceBtn2,
.bannerServiceBtn2:visited,
.bannerServiceBtn2:hover {
  background: #fff;
  color: #3489ee;
  /* padding: 0 0.14rem; */
  margin-left: 0.15rem;
  border: 1px solid #3489ee;
}

.bannerServiceBtn3,
.bannerServiceBtn3:visited,
.bannerServiceBtn3:hover {
  background: #6864b8;
  color: #fff;
  box-shadow: 0 0.08rem 0.1rem 0 rgba(104, 100, 184, 0.1);
}

/* 模块标题 */
.module-title {
  font-size: var(--lg-font-size);
  font-weight: bolder;
  line-height: 0.42rem;
  color: #333;
  position: relative;
  z-index: 2;
}
.module-title .high-light {
  color: #3489ee;
}
.module-title .high-light2 {
  color: #6da4f1;
}

/* 控制导航默认随页面滚动 */
.logoMobile {
  display: none;
}

@media (max-width: 441px) {
  /* .logo { */
  /* display: none; */
  /* } */

  .logoMobile {
    display: inline-block;
  }
}

@media (min-width: 992px) and (max-width: 1999px) {
  .logoOnBanner {
    padding: 0 0.5rem !important;
  }
}

@media (max-width: 991px) {
  .logoOnBanner {
    padding: 0 0.2rem !important;
  }
}

.logoOnBanner {
  width: 100%;
}

.logoOnBanner {
  position: absolute;
  top: 0.3rem;
  z-index: 20;
}

.logoOnBanner .logoImg {
  height: 0.4rem;
}

/* 语言切换 */
.language {
  position: relative;
  height: 0.42rem;
  cursor: pointer;
}

.language p {
  display: inline-flex;
  align-items: center;
  height: 0.28rem;
  margin-top: 0.07rem;
  line-height: 0.28rem;
  color: #999;
  text-decoration: underline;
  padding: 0 0.05rem;
}

.language p img {
  width: 0.22rem;
  height: 0.22rem !important;
  margin-right: 0.05rem;
  margin-top: -0.02rem;
}

.language ul {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.2);
  top: 0.48rem;
  left: 0.1rem;
  padding: 0.1rem 0.14rem;
  line-height: 0.28rem;
  border-radius: 0.05rem;
}

.language:hover ul {
  display: inline-block;
}

.language ul a,
.language ul a:link,
.language ul a:hover,
.language ul a:focus,
.language ul a:active,
.language ul a:visited {
  color: #666 !important;
  text-decoration: none;
}

.language ul a:hover {
  color: #3489ee !important;
}

/* 标题加装饰 -20221020 */
.titleBg {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
}

.titleBg:before {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: url(../IMG/Common/tirleBG.png) no-repeat 100%;
  background-size: 100% auto;
  top: -0.24rem;
  left: -0.06rem;
  z-index: -1;
}

.titleBgL {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
}

.titleBgL:before {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: url(../../zh-cn/IMG/Common/titleBgL.png) no-repeat 100%;
  background-size: 100% auto;
  top: -0.22rem;
  right: -0.06rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .banner-module .bannerMain .top-title {
    font-size: 44px;
  }
}
